🐛 fix(auth): Update authentication configuration and localization strings

This commit is contained in:
web@ppanel
2025-02-08 23:58:03 +07:00
parent 3a3d2236e2
commit 47f2c5853c
48 changed files with 749 additions and 293 deletions
+10 -1
View File
@@ -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": "啟用後,只有白名單中的區域代碼可以發送短信"
}