feat: add admin file health filters
This commit is contained in:
@@ -395,12 +395,23 @@ export default {
|
||||
storageUsed: 'Storage Used',
|
||||
statusLabel: 'Status',
|
||||
typeLabel: 'Type',
|
||||
healthLabel: 'Health',
|
||||
all: 'All',
|
||||
active: 'Available',
|
||||
expired: 'Expired',
|
||||
fileType: 'File',
|
||||
textType: 'Text',
|
||||
chunkedType: 'Chunked',
|
||||
healthFilters: {
|
||||
all: 'All',
|
||||
attention: 'Needs Attention',
|
||||
danger: 'Issues',
|
||||
warning: 'Warnings',
|
||||
expiringSoon: 'Expiring Soon',
|
||||
storageIssue: 'Storage Issues',
|
||||
neverRetrieved: 'Never Retrieved',
|
||||
healthy: 'Healthy'
|
||||
},
|
||||
sortBy: 'Sort',
|
||||
unlimited: 'Unlimited',
|
||||
remaining: '{count} left',
|
||||
|
||||
@@ -393,12 +393,23 @@ export default {
|
||||
storageUsed: '占用空间',
|
||||
statusLabel: '状态',
|
||||
typeLabel: '类型',
|
||||
healthLabel: '健康',
|
||||
all: '全部',
|
||||
active: '可取件',
|
||||
expired: '已过期',
|
||||
fileType: '文件',
|
||||
textType: '文本',
|
||||
chunkedType: '分片',
|
||||
healthFilters: {
|
||||
all: '全部',
|
||||
attention: '需关注',
|
||||
danger: '异常',
|
||||
warning: '预警',
|
||||
expiringSoon: '即将过期',
|
||||
storageIssue: '存储异常',
|
||||
neverRetrieved: '未取件',
|
||||
healthy: '健康'
|
||||
},
|
||||
sortBy: '排序',
|
||||
unlimited: '不限次数',
|
||||
remaining: '剩余 {count} 次',
|
||||
|
||||
Reference in New Issue
Block a user