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: {