🐛 fix(auth): Update authentication configuration and localization strings
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"SmsList": "SMS Log List",
|
||||
"accessLabel": "Access",
|
||||
"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",
|
||||
"endpointLabel": "Endpoint",
|
||||
"expireTime": "Expire Time",
|
||||
"expireTimeTip": "SMS verification code validity period (seconds)",
|
||||
"interval": "Interval",
|
||||
@@ -24,18 +26,25 @@
|
||||
"platformConfigTip": "Please fill in the provided {key} configuration",
|
||||
"platformTip": "Please select SMS platform",
|
||||
"search": "Search phone number",
|
||||
"secretLabel": "Secret",
|
||||
"sendFailed": "Send Failed",
|
||||
"sendSuccess": "Send Success",
|
||||
"settings": "Settings",
|
||||
"signNameLabel": "Sign Name",
|
||||
"status": "Status",
|
||||
"telephone": "Phone Number",
|
||||
"template": "SMS Template",
|
||||
"templateCode": "Template Code",
|
||||
"templateCodeLabel": "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"
|
||||
"updateSuccess": "Update Success",
|
||||
"whitelistAreaCode": "Whitelist Area Code",
|
||||
"whitelistAreaCodeTip": "Please enter whitelist area codes, e.g., 1, 852, 886, 888",
|
||||
"whitelistValidation": "Whitelist Verification",
|
||||
"whitelistValidationTip": "When enabled, only area codes in the whitelist can send SMS"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user