feat: add admin file view presets
This commit is contained in:
@@ -418,6 +418,24 @@ export default {
|
||||
statusLabel: 'Status',
|
||||
typeLabel: 'Type',
|
||||
healthLabel: 'Health',
|
||||
viewPreset: 'View',
|
||||
viewPresetCustom: 'Custom Filters',
|
||||
viewPresetAll: 'All Files',
|
||||
viewPresetAttention: 'Needs Attention',
|
||||
viewPresetExpiringSoon: 'Expiring Soon',
|
||||
viewPresetStorageIssue: 'Storage Issues',
|
||||
viewPresetNeverRetrieved: 'Never Retrieved',
|
||||
viewPresetPermanent: 'Permanent',
|
||||
saveViewPreset: 'Save View',
|
||||
updateViewPreset: 'Update View',
|
||||
deleteViewPreset: 'Delete View',
|
||||
viewPresetNamePrompt: 'Enter a view name',
|
||||
viewPresetSaveSuccess: 'View saved',
|
||||
viewPresetSaveFailed: 'Failed to save view',
|
||||
viewPresetDeleteConfirm: 'Delete view "{name}"?',
|
||||
viewPresetDeleteSuccess: 'View deleted',
|
||||
viewPresetDeleteFailed: 'Failed to delete view',
|
||||
viewPresetLoadFailed: 'Failed to load saved views; using built-in views',
|
||||
all: 'All',
|
||||
active: 'Available',
|
||||
expired: 'Expired',
|
||||
|
||||
Reference in New Issue
Block a user