🐛 fix(user): Update notification and verify code settings
This commit is contained in:
@@ -58,5 +58,18 @@
|
||||
"turnstileSecretDescription": "Turnstile secret key provided by Cloudflare",
|
||||
"turnstileSiteKeyDescription": "Turnstile site key provided by Cloudflare",
|
||||
"verifySettings": "Verify Settings"
|
||||
},
|
||||
"verify-code": {
|
||||
"dailyLimit": "Daily Limit",
|
||||
"dailyLimitDescription": "Maximum number of verification codes that can be sent per day",
|
||||
"expireTime": "Expire Time",
|
||||
"expireTimeDescription": "Verification code expiration time (minutes)",
|
||||
"interval": "Send Interval",
|
||||
"intervalDescription": "Minimum interval between sending verification codes (seconds)",
|
||||
"minute": "minutes",
|
||||
"saveSuccess": "Save Successful",
|
||||
"second": "seconds",
|
||||
"times": "times",
|
||||
"verifyCodeSettings": "Verification Code Settings"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,18 +4,9 @@
|
||||
"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",
|
||||
"intervalTip": "SMS verification code sending interval for the same phone number (seconds), 0 means no limit",
|
||||
"limit": "Daily Limit",
|
||||
"limitTip": "Daily SMS verification code sending limit for the same phone number, 0 means no limit",
|
||||
"logs": "Logs",
|
||||
"phoneNumberLabel": "Phone Number",
|
||||
"placeholders": {
|
||||
"expireTime": "Enter expire time, default is 300",
|
||||
"interval": "Enter interval time, default is 60",
|
||||
"limit": "Enter daily limit, default is 20",
|
||||
"template": "Your verification code is {code}, valid for 5 minutes",
|
||||
"templateCode": "Enter template code"
|
||||
},
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
"editSubscription": "Edit Subscription",
|
||||
"editUser": "Edit User",
|
||||
"email": "Email",
|
||||
"emailNotifications": "Email Notifications",
|
||||
"enable": "Enable",
|
||||
"expireTime": "Expire Time",
|
||||
"expiredAt": "Expired At",
|
||||
@@ -82,7 +81,6 @@
|
||||
"subscriptionName": "Subscription Name",
|
||||
"subscriptionNotifications": "Subscription Notifications",
|
||||
"success": "Success",
|
||||
"telegramNotifications": "Telegram Notifications",
|
||||
"telephone": "Phone Number",
|
||||
"telephonePlaceholder": "Enter phone number",
|
||||
"time": "Time",
|
||||
|
||||
Reference in New Issue
Block a user