新增批量删除邮件

This commit is contained in:
eoao
2025-08-28 22:11:00 +08:00
parent 344389cf0f
commit 375613c219
11 changed files with 417 additions and 122 deletions

View File

@@ -281,7 +281,16 @@ const en = {
noRecipientDesc: 'Emails can be received even without a registered email address.',
preview: 'Preview',
help: 'Help',
document: 'Document'
document: 'Document',
clearEmail: 'Email Cleanup',
sendEmailAddress: 'From Email',
toEmail: 'To Email',
equal: 'Equal',
leading: 'Leading',
to: 'To',
clear: 'Clear',
include: 'Include',
delAllEmailConfirm: 'Do you really want to delete it?'
}
export default en

View File

@@ -281,7 +281,16 @@ const zh = {
noRecipientDesc: '即使没有注册的邮箱也能收到邮件',
preview: '预览',
help: '帮助',
document: '项目文档'
document: '项目文档',
clearEmail: '邮件清除',
sendEmailAddress: '发件人邮箱',
toEmail: '收件人邮箱',
equal: '等值',
leading: '左匹配',
to: '至',
clear: '清除',
include: '包含',
delAllEmailConfirm: '确定要删除吗?'
}
export default zh