feat: add batch file policy actions

This commit is contained in:
Lan
2026-06-03 06:22:56 +08:00
parent 47edefbdd7
commit 24b92fe1ac
6 changed files with 190 additions and 5 deletions
+4
View File
@@ -482,6 +482,10 @@ export default {
batchUpdatePartialSuccess: 'Updated {count} files, {failed} failed',
batchUpdateFailed: 'Batch update failed',
batchUpdateNoFields: 'Choose a policy to update',
batchPolicyActionConfirm: 'Apply "{action}" to the selected {count} files?',
batchPolicyActionSuccess: 'Processed {count} files',
batchPolicyActionPartialSuccess: 'Processed {count} files, {failed} failed',
batchPolicyActionFailed: 'Batch policy action failed',
policyActionSuccess: 'File policy updated',
policyActionFailed: 'Failed to apply policy action',
policyActions: {
+4
View File
@@ -480,6 +480,10 @@ export default {
batchUpdatePartialSuccess: '已更新 {count} 个文件,{failed} 个失败',
batchUpdateFailed: '批量更新失败',
batchUpdateNoFields: '请选择要更新的策略',
batchPolicyActionConfirm: '确认对选中的 {count} 个文件执行“{action}”?',
batchPolicyActionSuccess: '已处理 {count} 个文件',
batchPolicyActionPartialSuccess: '已处理 {count} 个文件,{failed} 个失败',
batchPolicyActionFailed: '批量策略动作执行失败',
policyActionSuccess: '文件策略已更新',
policyActionFailed: '策略动作执行失败',
policyActions: {