修复注册码权限无效bug
This commit is contained in:
@@ -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