修复注册码权限无效bug
This commit is contained in:
@@ -67,9 +67,8 @@ const en = {
|
||||
loginDevice: 'Login device',
|
||||
loginSystem: 'Login system',
|
||||
browserLogin: 'Browser Login',
|
||||
noPerm: 'Unauthorized',
|
||||
noLimit: 'Unlimited',
|
||||
blocked: 'Blocked',
|
||||
unauthorized: 'Unauthorized',
|
||||
unlimited: 'Unlimited',
|
||||
sendCount: 'Send email : ',
|
||||
accountCount: 'Add account : ',
|
||||
action: 'Action',
|
||||
@@ -173,7 +172,7 @@ const en = {
|
||||
tgBotDesc: 'Forward received emails to a Telegram bot',
|
||||
tgBotToken: 'Bot token',
|
||||
toBotTokenDesc: 'Multiple user chat_ids, separated by commas',
|
||||
otherEmailDec: 'emails can be forwarded to other providers, but must be verified via cloudflare',
|
||||
otherEmailDec: 'emails can be forwarded to external email, but must be verified via cloudflare.',
|
||||
otherEmailInputDesc: 'Separate multiple email addresses with commas.',
|
||||
forwardingRulesDesc: 'Rule-based forwarding only forwards emails received by the specified address.',
|
||||
ruleEmailsInputDesc: 'Separate multiple email addresses with commas.',
|
||||
@@ -225,7 +224,7 @@ const en = {
|
||||
allRestore: 'Includes deleted data',
|
||||
restoreSuccessMsg: 'Restore successful',
|
||||
banRestore: 'Confirm banning {msg}?',
|
||||
signOut: 'Sign out',
|
||||
logOut: 'Sign out',
|
||||
clearContentConfirm: 'Are you sure to clear all content?',
|
||||
attLimitMsg: 'Attachment size limit: 28MB',
|
||||
emptyRecipientMsg: 'Recipient email cannot be empty',
|
||||
@@ -240,9 +239,9 @@ const en = {
|
||||
sendingErrorMsg: 'Sending in progress',
|
||||
networkErrorMsg: 'Network error. Check your internet',
|
||||
timeoutErrorMsg: 'Timeout. Try again later',
|
||||
serverBusyErrorMsg: 'Server busy. Please try again later.',
|
||||
reqFailErrorMsg: 'Request failed. Try again later.',
|
||||
mailDetails: 'Message',
|
||||
serverBusyErrorMsg: 'Server busy. Please try again later',
|
||||
reqFailErrorMsg: 'Request failed. Try again later',
|
||||
message: 'Message',
|
||||
language: 'Language',
|
||||
totalUserAccount: '{msg}',
|
||||
sendBanned: 'Banned',
|
||||
|
||||
@@ -35,7 +35,7 @@ const zh = {
|
||||
totalSent: '发送数量',
|
||||
totalMailboxes: '邮箱数量',
|
||||
totalUsers: '用户数量',
|
||||
deleted: '已删除',
|
||||
deleted: '删除',
|
||||
active: '正常',
|
||||
emailSource: '邮件来源',
|
||||
userGrowth: '用户增长',
|
||||
@@ -67,9 +67,8 @@ const zh = {
|
||||
loginDevice: '登录设备',
|
||||
loginSystem: '登录系统',
|
||||
browserLogin: '登录浏览器',
|
||||
noPerm: '无权限',
|
||||
noLimit: '无限制',
|
||||
blocked: '被禁用',
|
||||
unauthorized: '无权限',
|
||||
unlimited: '无限制',
|
||||
sendCount: '邮件发送 :',
|
||||
accountCount: '邮箱添加 :',
|
||||
action: '操作',
|
||||
@@ -225,7 +224,7 @@ const zh = {
|
||||
allRestore: '包括已删除的数据',
|
||||
restoreSuccessMsg: '恢复成功',
|
||||
banRestore: '确认禁用 {msg} 吗?',
|
||||
signOut: '退出',
|
||||
logOut: '退出',
|
||||
clearContentConfirm: '确定要清空所有内容吗?',
|
||||
attLimitMsg: '附件大小限制28mb',
|
||||
emptyRecipientMsg: '收件人邮箱地址不能为空',
|
||||
@@ -242,10 +241,10 @@ const zh = {
|
||||
timeoutErrorMsg: '请求超时,请稍后重试',
|
||||
serverBusyErrorMsg: '服务器繁忙,请稍后重试',
|
||||
reqFailErrorMsg: '请求失败,请稍后再试',
|
||||
mailDetails: '邮件详情',
|
||||
message: '邮件详情',
|
||||
language: '网站语言',
|
||||
totalUserAccount: '{msg} 个',
|
||||
sendBan: '已禁用',
|
||||
sendBanned: '已禁用',
|
||||
wrote: '来信'
|
||||
}
|
||||
export default zh
|
||||
Reference in New Issue
Block a user