新增批量删除用户

This commit is contained in:
eoao
2026-01-22 22:22:00 +08:00
parent 8a47418c91
commit 31dbf1a9e6
10 changed files with 125 additions and 109 deletions

View File

@@ -292,7 +292,8 @@ const en = {
to: 'To',
clear: 'Clear',
include: 'Include',
delAllEmailConfirm: 'Do you really want to delete it?',
delAllConfirm: 'Do you really want to delete it?',
pin: 'Pin',
s3Configuration: 'S3 Configuration',
confirmDeletionOfContacts: 'Confirm clearing contacts?',
recentContacts: 'Recent contacts',
@@ -309,7 +310,9 @@ const en = {
character: '',
mustNotContain: 'Must Not Contain',
mustNotContainDesc: 'Separate with commas',
setSuccess: 'Settings saved successfully'
setSuccess: 'Settings saved successfully',
details: 'Details',
userDetails: 'User Details'
}
export default en

View File

@@ -292,7 +292,8 @@ const zh = {
to: '至',
clear: '清除',
include: '包含',
delAllEmailConfirm: '确定要删除吗?',
delAllConfirm: '确定要删除吗?',
pin: '置顶',
s3Configuration: 'S3 配置',
confirmDeletionOfContacts: '确认清除这些联系人吗?',
recentContacts: '最近联系人',
@@ -309,6 +310,8 @@ const zh = {
character: '位',
mustNotContain: '禁止包含',
mustNotContainDesc: '输入多个值用,分开',
setSuccess: '设置成功'
setSuccess: '设置成功',
details: '详情',
userDetails: '用户详情'
}
export default zh