58 lines
2.5 KiB
JSON
58 lines
2.5 KiB
JSON
{
|
|
"SmsList": "SMS Log List",
|
|
"apiUrl": "API URL",
|
|
"apiUrlTip": "SMS platform API endpoint",
|
|
"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)",
|
|
"foreignApiUrl": "International API URL",
|
|
"foreignApiUrlTip": "International SMS service API endpoint",
|
|
"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",
|
|
"password": "Password",
|
|
"passwordTip": "SMS platform password, such as Aliyun Access Key Secret",
|
|
"placeholders": {
|
|
"apiUrl": "Enter API URL, e.g. https://api.example.com",
|
|
"expireTime": "Enter expire time, default is 300",
|
|
"foreignApiUrl": "Enter international API URL",
|
|
"interval": "Enter interval time, default is 60",
|
|
"limit": "Enter daily limit, default is 20",
|
|
"password": "Enter platform password",
|
|
"region": "Enter region, e.g. cn-hangzhou",
|
|
"template": "Your verification code is {code}, valid for 5 minutes",
|
|
"templateCode": "Enter template code",
|
|
"templateParam": "Enter parameter name, default is code",
|
|
"username": "Enter platform username"
|
|
},
|
|
"platform": "SMS Platform",
|
|
"platformTip": "Please select SMS platform",
|
|
"region": "Region",
|
|
"regionTip": "SMS service region, such as cn-hangzhou for Aliyun",
|
|
"search": "Search phone number",
|
|
"sendFailed": "Send Failed",
|
|
"sendSuccess": "Send Success",
|
|
"settings": "Settings",
|
|
"status": "Status",
|
|
"telephone": "Phone Number",
|
|
"template": "SMS Template",
|
|
"templateCode": "Template Code",
|
|
"templateCodeTip": "SMS service template code",
|
|
"templateParam": "Template Parameter",
|
|
"templateParamTip": "Variable parameter name in SMS template, default is 'code'",
|
|
"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",
|
|
"username": "Username",
|
|
"usernameTip": "SMS platform username, such as Aliyun Access Key ID"
|
|
}
|