✨ feat(sms): Update locales
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"SmsList": "SMS Log List",
|
||||
"apiUrl": "API URL",
|
||||
"apiUrlTip": "SMS platform API endpoint",
|
||||
"applyPlatform": "Apply Platform",
|
||||
"areaCode": "Area Code",
|
||||
"content": "Content",
|
||||
"createdAt": "Send Time",
|
||||
@@ -9,32 +8,21 @@
|
||||
"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"
|
||||
"templateCode": "Enter template code"
|
||||
},
|
||||
"platform": "SMS Platform",
|
||||
"platformConfigTip": "Please fill in the provided {key} configuration",
|
||||
"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",
|
||||
@@ -43,15 +31,11 @@
|
||||
"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"
|
||||
"updateSuccess": "Update Success"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user