新增批量删除邮件
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -281,7 +281,16 @@ const zh = {
|
||||
noRecipientDesc: '即使没有注册的邮箱也能收到邮件',
|
||||
preview: '预览',
|
||||
help: '帮助',
|
||||
document: '项目文档'
|
||||
document: '项目文档',
|
||||
clearEmail: '邮件清除',
|
||||
sendEmailAddress: '发件人邮箱',
|
||||
toEmail: '收件人邮箱',
|
||||
equal: '等值',
|
||||
leading: '左匹配',
|
||||
to: '至',
|
||||
clear: '清除',
|
||||
include: '包含',
|
||||
delAllEmailConfirm: '确定要删除吗?'
|
||||
|
||||
}
|
||||
export default zh
|
||||
|
||||
Reference in New Issue
Block a user