新增邮件和用户列表右键菜单
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
const en = {
|
||||
IncorrectPwd: 'Incorrect password',
|
||||
addAccountDisabled: 'Add account feature is disabled',
|
||||
addAccountDisabled: 'Add Email Address feature is disabled',
|
||||
regDisabled: 'Sign up is disabled',
|
||||
emptyEmail: 'Email cannot be empty',
|
||||
notEmail: 'Invalid email',
|
||||
notExistDomain: 'Email domain does not exist',
|
||||
isDelAccount: 'This Email has been deleted',
|
||||
isRegAccount: 'This Email is already registered',
|
||||
accountLimit: 'Account limit reached',
|
||||
delMyAccount: 'Cannot delete your own account',
|
||||
accountLimit: 'Email address limit reached',
|
||||
delMyAccount: 'Cannot delete your own email',
|
||||
noUserAccount: 'This email does not belong to the current user',
|
||||
usernameLengthLimit: 'Username length exceeds the limit',
|
||||
noOsSendPic: 'Cannot send body images: object storage not configured',
|
||||
@@ -64,13 +64,13 @@ const en = {
|
||||
emailExistDatabase: 'Email already exists in the database',
|
||||
notConfigOss: 'Object storage not configured',
|
||||
perms: {
|
||||
"邮件": "Email",
|
||||
"邮件": "Emails",
|
||||
"邮件发送": "Send Email",
|
||||
"邮件删除": "Delete Email",
|
||||
"邮箱侧栏": "Account",
|
||||
"邮箱查看": "View Account",
|
||||
"邮箱添加": "Add Account",
|
||||
"邮箱删除": "Delete Account",
|
||||
"邮箱侧栏": "Email Address",
|
||||
"邮箱查看": "View Email",
|
||||
"邮箱添加": "Add Email",
|
||||
"邮箱删除": "Delete Email",
|
||||
"个人设置": "Settings",
|
||||
"用户注销": "Delete User",
|
||||
"分析页": "Analytics",
|
||||
|
||||
Reference in New Issue
Block a user