feat: add admin batch policy editor
This commit is contained in:
@@ -427,6 +427,20 @@ export default {
|
||||
batchDeleteSuccess: 'Deleted {count} files',
|
||||
batchDeletePartialSuccess: 'Deleted {count} files, {failed} failed',
|
||||
batchDeleteFailed: 'Batch delete failed',
|
||||
batchEdit: 'Batch Edit',
|
||||
batchEditTitle: 'Batch Edit File Policy',
|
||||
batchEditSelected: 'Update the selected {count} files',
|
||||
batchEditMode: 'Update Mode',
|
||||
batchEditExpiresAt: 'Set Expiration Time',
|
||||
batchEditDownloadLimit: 'Set Retrieval Limit',
|
||||
batchEditForever: 'Make Permanent',
|
||||
batchEditForeverHint: 'Clear the expiration time and make retrievals unlimited.',
|
||||
batchUpdateConfirm: 'Update the selected {count} files?',
|
||||
batchUpdateSuccess: 'Updated {count} files',
|
||||
batchUpdatePartialSuccess: 'Updated {count} files, {failed} failed',
|
||||
batchUpdateFailed: 'Batch update failed',
|
||||
batchUpdateNoFields: 'Choose a policy to update',
|
||||
applyBatchEdit: 'Apply Changes',
|
||||
headers: {
|
||||
select: 'Select',
|
||||
code: 'Retrieve Code',
|
||||
|
||||
Reference in New Issue
Block a user