✨ feat: Update Auth Control
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"emailSuffixWhitelist": "電郵後綴白名單",
|
||||
"emailSuffixWhitelistDescription": "啟用後,只有在列表中的後綴的電郵才能註冊",
|
||||
"emailVerification": "電郵驗證",
|
||||
"emailVerificationDescription": "啟用後,用戶需要驗證他們的電郵",
|
||||
"ipRegistrationLimit": "IP 註冊限制",
|
||||
"ipRegistrationLimitDescription": "啟用後,符合規則要求的IP將被限制註冊;請注意,由於CDN或前端代理的原因,IP判斷可能會引起問題",
|
||||
"penaltyTime": "罰時(分鐘)",
|
||||
"penaltyTimeDescription": "用戶必須等待懲罰時間結束後才能再次註冊",
|
||||
"registrationLimitCount": "報名人數上限",
|
||||
"registrationLimitCountDescription": "達到註冊限制後啟用懲罰",
|
||||
"saveSuccess": "儲存成功",
|
||||
"stopNewUserRegistration": "停止新用戶註冊",
|
||||
"stopNewUserRegistrationDescription": "啟用後,任何人都無法註冊",
|
||||
"trialRegistration": "試驗註冊",
|
||||
"trialRegistrationDescription": "啟用試用註冊;首先修改試用套餐和期限",
|
||||
"whitelistSuffixes": "白名單後綴",
|
||||
"whitelistSuffixesDescription": "用於註冊時的電郵驗證;每行一個",
|
||||
"whitelistSuffixesPlaceholder": "輸入電郵後綴,每行一個"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"emailBasicConfig": "基本配置",
|
||||
"emailLogs": "電郵日誌",
|
||||
"emailTemplate": "電郵範本",
|
||||
"expiration_email_template": "到期通知範本",
|
||||
"expiration_email_templateDescription": "{after}.variable{before} 佔位符將被實際數據替換。請確保保留這些變數。",
|
||||
"inputPlaceholder": "輸入值...",
|
||||
"maintenance_email_template": "維護通知範本",
|
||||
"maintenance_email_templateDescription": "{after}.variable{before} 佔位符將被實際數據替換。請確保保留這些變數。",
|
||||
"saveSuccess": "設定已成功儲存。",
|
||||
"sendFailure": "測試電郵發送失敗,請檢查設定。",
|
||||
"sendSuccess": "測試電郵已成功發送。",
|
||||
"sendTestEmail": "發送測試電郵",
|
||||
"sendTestEmailDescription": "發送測試電郵以驗證配置。",
|
||||
"senderAddress": "寄件人地址",
|
||||
"senderAddressDescription": "用於發送電子郵件的預設電郵地址。",
|
||||
"smtpAccount": "SMTP 帳戶",
|
||||
"smtpAccountDescription": "用於身份驗證的電郵帳戶。",
|
||||
"smtpEncryptionMethod": "SMTP 加密方法",
|
||||
"smtpEncryptionMethodDescription": "選擇是否啟用SSL/TLS加密。",
|
||||
"smtpPassword": "SMTP 密碼",
|
||||
"smtpPasswordDescription": "SMTP 帳戶的密碼。",
|
||||
"smtpServerAddress": "SMTP 伺服器地址",
|
||||
"smtpServerAddressDescription": "指定用於發送電子郵件的伺服器地址。",
|
||||
"smtpServerPort": "SMTP 伺服器端口",
|
||||
"smtpServerPortDescription": "指定用於連接到 SMTP 伺服器的端口。",
|
||||
"verify_email_template": "驗證電郵範本",
|
||||
"verify_email_templateDescription": "{after}.variable{before} 佔位符將被實際數據替換。請確保保留這些變數。"
|
||||
}
|
||||
@@ -1,18 +1,28 @@
|
||||
{
|
||||
"Announcement Management": "公告管理",
|
||||
"Apple": "Apple ID",
|
||||
"Auth Control": "身份驗證控制",
|
||||
"Coupon Management": "優惠券管理",
|
||||
"Dashboard": "儀表板",
|
||||
"Document Management": "文件管理",
|
||||
"Email": "電郵",
|
||||
"Facebook": "Facebook",
|
||||
"Finance": "財務",
|
||||
"General": "一般",
|
||||
"GitHub": "GitHub",
|
||||
"Google": "Google",
|
||||
"Order Management": "訂單管理",
|
||||
"Payment Config": "支付配置",
|
||||
"Phone Number": "電話號碼",
|
||||
"Server": "服務",
|
||||
"Server Management": "服務管理",
|
||||
"Settings": "設定",
|
||||
"Subscribe Management": "訂閱管理",
|
||||
"System Config": "系統配置",
|
||||
"System Tool": "系統工具",
|
||||
"Telegram": "Telegram",
|
||||
"Ticket Management": "工單管理",
|
||||
"Twitter": "Twitter",
|
||||
"User": "使用者",
|
||||
"User Management": "使用者管理"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"SmsList": "SMS 日誌列表",
|
||||
"apiUrl": "API 網址",
|
||||
"apiUrlTip": "SMS 平台 API 端點",
|
||||
"areaCode": "地區代碼",
|
||||
"content": "內容",
|
||||
"createdAt": "發送時間",
|
||||
"enable": "啟用",
|
||||
"enableTip": "啟用後,將啟用手機註冊、登入、綁定和解綁功能",
|
||||
"expireTime": "到期時間",
|
||||
"expireTimeTip": "SMS 驗證碼有效期(秒)",
|
||||
"foreignApiUrl": "國際 API 網址",
|
||||
"foreignApiUrlTip": "國際短信服務 API 端點",
|
||||
"interval": "間隔",
|
||||
"intervalTip": "相同電話號碼的短信驗證碼發送間隔(秒),0 表示無限制",
|
||||
"limit": "每日限額",
|
||||
"limitTip": "同一電話號碼每日發送SMS驗證碼的限制,0表示無限制",
|
||||
"logs": "日誌",
|
||||
"password": "密碼",
|
||||
"passwordTip": "SMS 平台密碼,例如阿里雲訪問密鑰密碼",
|
||||
"placeholders": {
|
||||
"apiUrl": "輸入API網址,例如:https://api.example.com",
|
||||
"expireTime": "輸入過期時間,預設為300",
|
||||
"foreignApiUrl": "輸入國際API網址",
|
||||
"interval": "輸入間隔時間,默認為60",
|
||||
"limit": "輸入每日限制,默認為20",
|
||||
"password": "輸入平台密碼",
|
||||
"region": "輸入地區,例如:cn-hangzhou",
|
||||
"template": "您的驗證碼是{code},有效期為5分鐘",
|
||||
"templateCode": "輸入模板代碼",
|
||||
"templateParam": "輸入參數名稱,默認為code",
|
||||
"username": "輸入平台用戶名"
|
||||
},
|
||||
"platform": "SMS 平台",
|
||||
"platformTip": "請選擇短信平台",
|
||||
"region": "地區",
|
||||
"regionTip": "SMS 服務地區,例如 Aliyun 的 cn-hangzhou",
|
||||
"search": "搜尋電話號碼",
|
||||
"sendFailed": "發送失敗",
|
||||
"sendSuccess": "發送成功",
|
||||
"settings": "設定",
|
||||
"status": "狀態",
|
||||
"telephone": "電話號碼",
|
||||
"template": "短信範本",
|
||||
"templateCode": "模板代碼",
|
||||
"templateCodeTip": "SMS 服務模板代碼",
|
||||
"templateParam": "模板參數",
|
||||
"templateParamTip": "SMS 模板中的變量參數名稱,默認為 'code'",
|
||||
"templateTip": "請填寫短信模板,保持 {code} 在中間,否則短信功能將無法運作",
|
||||
"testSms": "發送測試短信",
|
||||
"testSmsContent": "這是一條測試訊息",
|
||||
"testSmsPhone": "輸入電話號碼",
|
||||
"testSmsTip": "發送測試短信以驗證您的配置",
|
||||
"updateSuccess": "更新成功",
|
||||
"username": "用戶名",
|
||||
"usernameTip": "SMS 平台用戶名,例如阿里雲訪問密鑰 ID"
|
||||
}
|
||||
@@ -8,32 +8,6 @@
|
||||
"currencyUnitDescription": "僅用於展示使用,更改後系統中所有的貨幣單位都將發生變更",
|
||||
"saveSuccess": "保存成功"
|
||||
},
|
||||
"email": {
|
||||
"expiration_email_template": "過期通知模板",
|
||||
"expiration_email_templateDescription": "模板中的 {after}.變量名{before} 會被替換為實際數據,請確保保留這些變量。",
|
||||
"inputPlaceholder": "請輸入內容...",
|
||||
"maintenance_email_template": "維護通知模板",
|
||||
"maintenance_email_templateDescription": "模板中的 {after}.變量名{before} 會被替換為實際數據,請確保保留這些變量。",
|
||||
"saveSuccess": "配置已成功保存。",
|
||||
"sendFailure": "測試郵件發送失敗,請檢查配置。",
|
||||
"sendSuccess": "測試郵件已成功發送。",
|
||||
"sendTestEmail": "發送測試郵件",
|
||||
"sendTestEmailDescription": "發送一封測試郵件以驗證配置是否正確。",
|
||||
"senderAddress": "發件人地址",
|
||||
"senderAddressDescription": "默認用於發送郵件的郵箱地址。",
|
||||
"smtpAccount": "SMTP 帳號",
|
||||
"smtpAccountDescription": "用於身份驗證的郵件帳號。",
|
||||
"smtpEncryptionMethod": "SMTP 加密方式",
|
||||
"smtpEncryptionMethodDescription": "選擇是否啟用 SSL/TLS 加密。",
|
||||
"smtpPassword": "SMTP 密碼",
|
||||
"smtpPasswordDescription": "該 SMTP 帳號的密碼。",
|
||||
"smtpServerAddress": "SMTP 伺服器地址",
|
||||
"smtpServerAddressDescription": "指定用於發送郵件的伺服器地址。",
|
||||
"smtpServerPort": "SMTP 伺服器端口",
|
||||
"smtpServerPortDescription": "指定用於連接 SMTP 伺服器的端口號。",
|
||||
"verify_email_template": "驗證郵件模板",
|
||||
"verify_email_templateDescription": "模板中的 {after}.變量名{before} 會被替換為實際數據,請確保保留這些變量。"
|
||||
},
|
||||
"invite": {
|
||||
"commissionFirstTimeOnly": "僅首次購買佣金",
|
||||
"commissionFirstTimeOnlyDescription": "啟用後,佣金僅在邀請人首次付款時生成您可以在用戶管理中配置單個用戶",
|
||||
@@ -64,26 +38,6 @@
|
||||
"startTime": "開始時間",
|
||||
"timeSlot": "時間段"
|
||||
},
|
||||
"register": {
|
||||
"emailSuffixWhitelist": "電子郵件後綴白名單",
|
||||
"emailSuffixWhitelistDescription": "啟用後,只有列表中的後綴的電子郵件才能註冊",
|
||||
"emailVerification": "電子郵件驗證",
|
||||
"emailVerificationDescription": "啟用後,使用者將需要驗證他們的電子郵件",
|
||||
"ipRegistrationLimit": "IP 註冊限制",
|
||||
"ipRegistrationLimitDescription": "啟用後,符合規則要求的 IP 將被限制註冊。請注意,由於 CDN 或前端代理,IP 確定可能會導致問題",
|
||||
"penaltyTime": "處罰時間(分鐘)",
|
||||
"penaltyTimeDescription": "使用者必須等待處罰時間過去才能再次註冊",
|
||||
"registrationLimitCount": "註冊限制計數",
|
||||
"registrationLimitCountDescription": "達到註冊限制後啟用處罰",
|
||||
"saveSuccess": "儲存成功",
|
||||
"stopNewUserRegistration": "停止新使用者註冊",
|
||||
"stopNewUserRegistrationDescription": "啟用後,沒有人可以註冊",
|
||||
"trialRegistration": "試用註冊",
|
||||
"trialRegistrationDescription": "啟用試用註冊,請先修改試用方案和時長",
|
||||
"whitelistSuffixes": "白名單後綴",
|
||||
"whitelistSuffixesDescription": "用於註冊電子郵件驗證,每行一個",
|
||||
"whitelistSuffixesPlaceholder": "請輸入電子郵件後綴,每行一個"
|
||||
},
|
||||
"site": {
|
||||
"logo": "LOGO",
|
||||
"logoDescription": "用於顯示需要展示 LOGO 的位置",
|
||||
|
||||
Reference in New Issue
Block a user