feat: add batch file policy actions
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -480,6 +480,10 @@ export default {
|
||||
batchUpdatePartialSuccess: '已更新 {count} 个文件,{failed} 个失败',
|
||||
batchUpdateFailed: '批量更新失败',
|
||||
batchUpdateNoFields: '请选择要更新的策略',
|
||||
batchPolicyActionConfirm: '确认对选中的 {count} 个文件执行“{action}”?',
|
||||
batchPolicyActionSuccess: '已处理 {count} 个文件',
|
||||
batchPolicyActionPartialSuccess: '已处理 {count} 个文件,{failed} 个失败',
|
||||
batchPolicyActionFailed: '批量策略动作执行失败',
|
||||
policyActionSuccess: '文件策略已更新',
|
||||
policyActionFailed: '策略动作执行失败',
|
||||
policyActions: {
|
||||
|
||||
Reference in New Issue
Block a user