新增全部用户查看删除邮箱
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const en = {
|
||||
inbox: 'Inbox',
|
||||
'收件箱': 'Inbox',
|
||||
drafts: 'Drafts',
|
||||
sent: 'Sent',
|
||||
starred: 'Starred',
|
||||
@@ -14,6 +14,8 @@ const en = {
|
||||
noMessagesFound: 'No messages found',
|
||||
addAccount: 'Add Account',
|
||||
emailAccount: 'Email',
|
||||
account: 'Account',
|
||||
userAccount: 'User Accounts',
|
||||
deleteUser: 'Delete Account',
|
||||
deleteUserBtn: 'Delete',
|
||||
changePassword: 'Change Password',
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const zh = {
|
||||
inbox: '收件箱',
|
||||
'收件箱': '收件箱',
|
||||
drafts: '草稿箱',
|
||||
sent: '已发送',
|
||||
starred: '星标邮件',
|
||||
@@ -14,6 +14,8 @@ const zh = {
|
||||
noMessagesFound: '没有任何邮件',
|
||||
addAccount: '添加邮箱',
|
||||
emailAccount: '邮箱',
|
||||
account: '邮箱',
|
||||
userAccount: '用户邮箱',
|
||||
deleteUser: '删除账户',
|
||||
deleteUserBtn: '删除账户',
|
||||
changePassword: '修改密码',
|
||||
|
||||
Reference in New Issue
Block a user