新增全部用户查看删除邮箱

This commit is contained in:
eoao
2025-09-21 19:20:00 +08:00
parent 457304eafb
commit 82bd308d56
21 changed files with 244 additions and 77 deletions

View File

@@ -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',

View File

@@ -1,5 +1,5 @@
const zh = {
inbox: '收件箱',
'收件箱': '收件箱',
drafts: '草稿箱',
sent: '已发送',
starred: '星标邮件',
@@ -14,6 +14,8 @@ const zh = {
noMessagesFound: '没有任何邮件',
addAccount: '添加邮箱',
emailAccount: '邮箱',
account: '邮箱',
userAccount: '用户邮箱',
deleteUser: '删除账户',
deleteUserBtn: '删除账户',
changePassword: '修改密码',