🐛 fix(auth): Update authentication configuration and localization strings
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"SmsList": "SMS 日誌列表",
|
||||
"accessLabel": "訪問",
|
||||
"applyPlatform": "申請平台",
|
||||
"areaCode": "地區代碼",
|
||||
"content": "內容",
|
||||
"createdAt": "發送時間",
|
||||
"enable": "啟用",
|
||||
"enableTip": "啟用後,將啟用手機註冊、登入、綁定和解綁功能",
|
||||
"endpointLabel": "端點",
|
||||
"expireTime": "到期時間",
|
||||
"expireTimeTip": "SMS 驗證碼有效期(秒)",
|
||||
"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