feat: 支持系统账号批量操作
- 新增账号批量删除和批量重置密码接口及结果返回 - 用户列表增加批量操作工具栏与结果提示 - 账号删除切换为逻辑删除语义
This commit is contained in:
@@ -29,6 +29,20 @@
|
||||
"resetPassword": "Reset Password",
|
||||
"resetPasswordConfirm": "Reset this account password to 123456? The user will be required to change it on next login.",
|
||||
"resetPasswordSuccess": "Password has been reset to 123456 and must be changed on next login",
|
||||
"batchSelectedCount": "{count} selected",
|
||||
"batchToolbarHint": "Batch actions are available for selected accounts",
|
||||
"batchActionSelectRequired": "Please select at least one account",
|
||||
"batchActionFailed": "Operation failed. Please try again later.",
|
||||
"batchDelete": "Batch Delete",
|
||||
"batchDeleteConfirm": "Delete the selected {count} accounts? Protected administrator accounts will be skipped and returned as failures.",
|
||||
"batchDeleteSuccess": "Batch delete completed. {count} accounts were removed.",
|
||||
"batchDeletePartialSuccess": "Batch delete completed. {successCount} succeeded and {errorCount} failed.",
|
||||
"batchDeleteAllFailed": "Batch delete failed",
|
||||
"batchResetPassword": "Batch Reset Password",
|
||||
"batchResetPasswordConfirm": "Reset the selected {count} accounts to 123456? Users must change it on next login, and protected administrator accounts will be skipped.",
|
||||
"batchResetPasswordSuccess": "{count} account passwords have been reset",
|
||||
"batchResetPasswordPartialSuccess": "Batch password reset completed. {successCount} succeeded and {errorCount} failed.",
|
||||
"batchResetPasswordAllFailed": "Batch password reset failed",
|
||||
"importTitle": "Import Users",
|
||||
"importUploadTitle": "Drag the Excel file here, or click to select a file",
|
||||
"importUploadDesc": "Only .xlsx / .xls files are supported. Import only creates users and duplicate accounts will fail.",
|
||||
|
||||
@@ -30,6 +30,20 @@
|
||||
"resetPassword": "重置密码",
|
||||
"resetPasswordConfirm": "确认将该用户密码重置为 123456 吗?重置后用户下次登录必须先修改密码。",
|
||||
"resetPasswordSuccess": "密码已重置为 123456,用户下次登录需修改密码",
|
||||
"batchSelectedCount": "已选择 {count} 项",
|
||||
"batchToolbarHint": "可对选中账号执行批量操作",
|
||||
"batchActionSelectRequired": "请先选择要操作的账号",
|
||||
"batchActionFailed": "操作失败,请稍后重试",
|
||||
"batchDelete": "批量删除",
|
||||
"batchDeleteConfirm": "确认批量删除已选中的 {count} 个账号吗?其中管理员账号将跳过并返回失败结果。",
|
||||
"batchDeleteSuccess": "批量删除完成,共成功删除 {count} 个账号",
|
||||
"batchDeletePartialSuccess": "批量删除完成,成功 {successCount} 个,失败 {errorCount} 个",
|
||||
"batchDeleteAllFailed": "批量删除失败",
|
||||
"batchResetPassword": "批量重置密码",
|
||||
"batchResetPasswordConfirm": "确认将已选中的 {count} 个账号密码重置为 123456 吗?重置后用户下次登录必须先修改密码,管理员账号将跳过并返回失败结果。",
|
||||
"batchResetPasswordSuccess": "已完成 {count} 个账号密码重置",
|
||||
"batchResetPasswordPartialSuccess": "批量重置密码完成,成功 {successCount} 个,失败 {errorCount} 个",
|
||||
"batchResetPasswordAllFailed": "批量重置密码失败",
|
||||
"importTitle": "导入用户",
|
||||
"importUploadTitle": "拖拽 Excel 文件到此处,或点击选择文件",
|
||||
"importUploadDesc": "仅支持 .xlsx / .xls,导入只新增用户,重复账号会报错",
|
||||
|
||||
Reference in New Issue
Block a user