mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 17:47:47 +02:00
feat(backup): admin delete the backup files
This commit is contained in:
@@ -549,7 +549,10 @@
|
||||
LIST_ERROR: 'Files list error',
|
||||
FIELD_NAME: 'File name',
|
||||
FIELD_SIZE: 'File size',
|
||||
FIELD_TIME: 'Backup time'
|
||||
FIELD_TIME: 'Backup time',
|
||||
DELETE_CONFIRM_BODY_TEXT: 'Are you sure want to delete these files?',
|
||||
DELETED_SUCCESSFULLY: 'File deleted successfully',
|
||||
DELETED_ERROR: 'File deleted failed'
|
||||
},
|
||||
|
||||
//user settings
|
||||
|
||||
@@ -549,7 +549,10 @@
|
||||
LIST_ERROR: '备份文件列表错误',
|
||||
FIELD_NAME: '文件名',
|
||||
FIELD_SIZE: '文件大小',
|
||||
FIELD_TIME: '备份时间'
|
||||
FIELD_TIME: '备份时间',
|
||||
DELETE_CONFIRM_BODY_TEXT: '您确定要删除这些备份文件吗?',
|
||||
DELETED_SUCCESSFULLY: '备份文件删除成功',
|
||||
DELETED_ERROR: '备份文件删除失败'
|
||||
},
|
||||
|
||||
//user settings
|
||||
|
||||
Reference in New Issue
Block a user