🐛 fix(auth): Update authentication configuration and localization strings
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"SmsList": "短信日志列表",
|
||||
"accessLabel": "访问",
|
||||
"applyPlatform": "申请平台",
|
||||
"areaCode": "区号",
|
||||
"content": "内容",
|
||||
"createdAt": "发送时间",
|
||||
"enable": "启用",
|
||||
"enableTip": "启用后,将启用手机注册、登录、绑定和解绑功能",
|
||||
"endpointLabel": "端点",
|
||||
"expireTime": "过期时间",
|
||||
"expireTimeTip": "短信验证码有效期(秒)",
|
||||
"interval": "间隔",
|
||||
@@ -24,18 +26,25 @@
|
||||
"platformConfigTip": "请填写提供的{key}配置",
|
||||
"platformTip": "请选择短信平台",
|
||||
"search": "搜索电话号码",
|
||||
"secretLabel": "密钥",
|
||||
"sendFailed": "发送失败",
|
||||
"sendSuccess": "发送成功",
|
||||
"settings": "设置",
|
||||
"signNameLabel": "签名名称",
|
||||
"status": "状态",
|
||||
"telephone": "电话号码",
|
||||
"template": "短信模板",
|
||||
"templateCode": "模板代码",
|
||||
"templateCodeLabel": "模板代码",
|
||||
"templateParam": "模板参数",
|
||||
"templateTip": "请填写短信模板,保持 {code} 在中间,否则短信功能将无法正常工作",
|
||||
"testSms": "发送测试短信",
|
||||
"testSmsContent": "这是一条测试消息",
|
||||
"testSmsPhone": "输入电话号码",
|
||||
"testSmsTip": "发送测试短信以验证您的配置",
|
||||
"updateSuccess": "更新成功"
|
||||
"updateSuccess": "更新成功",
|
||||
"whitelistAreaCode": "白名单区号",
|
||||
"whitelistAreaCodeTip": "请输入白名单区号,例如:1, 852, 886, 888",
|
||||
"whitelistValidation": "白名单验证",
|
||||
"whitelistValidationTip": "启用后,仅白名单中的区号可以发送短信"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user