mirror of
https://github.com/perfect-panel/ppanel-web.git
synced 2026-02-12 11:21:14 -05:00
42 lines
1.7 KiB
JSON
42 lines
1.7 KiB
JSON
{
|
|
"SmsList": "SMS Log List",
|
|
"applyPlatform": "Apply Platform",
|
|
"areaCode": "Area Code",
|
|
"content": "Content",
|
|
"createdAt": "Send Time",
|
|
"enable": "Enable",
|
|
"enableTip": "After enabling, mobile phone registration, login, binding, and unbinding functions will be enabled",
|
|
"expireTime": "Expire Time",
|
|
"expireTimeTip": "SMS verification code validity period (seconds)",
|
|
"interval": "Interval",
|
|
"intervalTip": "SMS verification code sending interval for the same phone number (seconds), 0 means no limit",
|
|
"limit": "Daily Limit",
|
|
"limitTip": "Daily SMS verification code sending limit for the same phone number, 0 means no limit",
|
|
"logs": "Logs",
|
|
"placeholders": {
|
|
"expireTime": "Enter expire time, default is 300",
|
|
"interval": "Enter interval time, default is 60",
|
|
"limit": "Enter daily limit, default is 20",
|
|
"template": "Your verification code is {code}, valid for 5 minutes",
|
|
"templateCode": "Enter template code"
|
|
},
|
|
"platform": "SMS Platform",
|
|
"platformConfigTip": "Please fill in the provided {key} configuration",
|
|
"platformTip": "Please select SMS platform",
|
|
"search": "Search phone number",
|
|
"sendFailed": "Send Failed",
|
|
"sendSuccess": "Send Success",
|
|
"settings": "Settings",
|
|
"status": "Status",
|
|
"telephone": "Phone Number",
|
|
"template": "SMS Template",
|
|
"templateCode": "Template Code",
|
|
"templateParam": "Template Parameter",
|
|
"templateTip": "Please fill in the SMS template, keep {code} in the middle, otherwise SMS function will not work",
|
|
"testSms": "Send Test SMS",
|
|
"testSmsContent": "This is a test message",
|
|
"testSmsPhone": "Enter phone number",
|
|
"testSmsTip": "Send a test SMS to verify your configuration",
|
|
"updateSuccess": "Update Success"
|
|
}
|