feat: add admin batch policy editor
This commit is contained in:
@@ -425,6 +425,20 @@ export default {
|
||||
batchDeleteSuccess: '已删除 {count} 个文件',
|
||||
batchDeletePartialSuccess: '已删除 {count} 个文件,{failed} 个失败',
|
||||
batchDeleteFailed: '批量删除失败',
|
||||
batchEdit: '批量编辑',
|
||||
batchEditTitle: '批量编辑文件策略',
|
||||
batchEditSelected: '将更新选中的 {count} 个文件',
|
||||
batchEditMode: '更新方式',
|
||||
batchEditExpiresAt: '设置过期时间',
|
||||
batchEditDownloadLimit: '设置取件次数',
|
||||
batchEditForever: '设为永久有效',
|
||||
batchEditForeverHint: '清空过期时间,并将取件次数设为不限。',
|
||||
batchUpdateConfirm: '确认更新选中的 {count} 个文件?',
|
||||
batchUpdateSuccess: '已更新 {count} 个文件',
|
||||
batchUpdatePartialSuccess: '已更新 {count} 个文件,{failed} 个失败',
|
||||
batchUpdateFailed: '批量更新失败',
|
||||
batchUpdateNoFields: '请选择要更新的策略',
|
||||
applyBatchEdit: '应用更改',
|
||||
headers: {
|
||||
select: '选择',
|
||||
code: '取件码',
|
||||
|
||||
Reference in New Issue
Block a user