mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-12 19:21:20 +08:00
更新国际化支持:为转移历史视图添加多语言文本,增强用户体验
This commit is contained in:
@@ -1565,4 +1565,53 @@ export default {
|
||||
enterVerificationCode: 'Enter verification code to confirm enabling two-factor authentication',
|
||||
avatarFormatTip: 'JPG, PNG, GIF, WEBP formats allowed, maximum size 800KB.',
|
||||
},
|
||||
transferHistory: {
|
||||
title: 'Transfer History',
|
||||
searchPlaceholder: 'Search transfer records',
|
||||
titleColumn: 'Title',
|
||||
pathColumn: 'Path',
|
||||
modeColumn: 'Mode',
|
||||
sizeColumn: 'Size',
|
||||
dateColumn: 'Date',
|
||||
statusColumn: 'Status',
|
||||
actionsColumn: 'Actions',
|
||||
seasonEpisode: 'Season/Episode',
|
||||
transferQueue: 'Transfer Queue',
|
||||
groupMode: 'Group Mode',
|
||||
listMode: 'List Mode',
|
||||
deleteConfirm: 'Confirm delete {title} {seasons}{episodes}?',
|
||||
deleteConfirmBatch: 'Confirm delete {count} records?',
|
||||
deleteRecordOnly: 'Delete Record Only',
|
||||
deleteSourceOnly: 'Delete Record and Source File',
|
||||
deleteDestOnly: 'Delete Record and Media Library File',
|
||||
deleteAll: 'Delete All',
|
||||
transferMode: {
|
||||
copy: 'Copy',
|
||||
move: 'Move',
|
||||
link: 'Hard Link',
|
||||
softlink: 'Soft Link',
|
||||
rclone_copy: 'Rclone Copy',
|
||||
rclone_move: 'Rclone Move',
|
||||
},
|
||||
status: {
|
||||
success: 'Success',
|
||||
failed: 'Failed',
|
||||
unknown: 'Unknown',
|
||||
},
|
||||
noData: 'No Data',
|
||||
loading: 'Loading...',
|
||||
pageSize: 'Items Per Page',
|
||||
pageInfo: '{begin} - {end} / {total}',
|
||||
actions: {
|
||||
redo: 'Reorganize',
|
||||
delete: 'Delete',
|
||||
},
|
||||
progress: {
|
||||
processing: 'Processing',
|
||||
pleaseWait: 'Please wait...',
|
||||
},
|
||||
table: {
|
||||
emptyTitle: 'Actions',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -1543,4 +1543,53 @@ export default {
|
||||
enterVerificationCode: '输入验证码以确认开启双重验证',
|
||||
avatarFormatTip: '允许 JPG、PNG、GIF、WEBP 格式, 最大尺寸 800KB。',
|
||||
},
|
||||
transferHistory: {
|
||||
title: '转移历史',
|
||||
searchPlaceholder: '搜索转移记录',
|
||||
titleColumn: '标题',
|
||||
pathColumn: '路径',
|
||||
modeColumn: '转移方式',
|
||||
sizeColumn: '大小',
|
||||
dateColumn: '时间',
|
||||
statusColumn: '状态',
|
||||
actionsColumn: '操作',
|
||||
seasonEpisode: '季集/类别',
|
||||
transferQueue: '转移队列',
|
||||
groupMode: '分组模式',
|
||||
listMode: '列表模式',
|
||||
deleteConfirm: '确认删除 {title} {seasons}{episodes} ?',
|
||||
deleteConfirmBatch: '确认删除 {count} 条记录 ?',
|
||||
deleteRecordOnly: '仅删除转移记录',
|
||||
deleteSourceOnly: '删除转移记录和源文件',
|
||||
deleteDestOnly: '删除转移记录和媒体库文件',
|
||||
deleteAll: '删除转移记录、源文件和媒体库文件',
|
||||
transferMode: {
|
||||
copy: '复制',
|
||||
move: '移动',
|
||||
link: '硬链接',
|
||||
softlink: '软链接',
|
||||
rclone_copy: 'Rclone复制',
|
||||
rclone_move: 'Rclone移动',
|
||||
},
|
||||
status: {
|
||||
success: '成功',
|
||||
failed: '失败',
|
||||
unknown: '未知',
|
||||
},
|
||||
noData: '没有数据',
|
||||
loading: '加载中...',
|
||||
pageSize: '每页条数',
|
||||
pageInfo: '{begin} - {end} / {total}',
|
||||
actions: {
|
||||
redo: '重新整理',
|
||||
delete: '删除',
|
||||
},
|
||||
progress: {
|
||||
processing: '处理中',
|
||||
pleaseWait: '请稍候...',
|
||||
},
|
||||
table: {
|
||||
emptyTitle: '操作',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -1540,4 +1540,53 @@ export default {
|
||||
enterVerificationCode: '輸入驗證碼以確認開啟雙重驗證',
|
||||
avatarFormatTip: '允許 JPG、PNG、GIF、WEBP 格式, 最大尺寸 800KB。',
|
||||
},
|
||||
transferHistory: {
|
||||
title: '轉移歷史',
|
||||
searchPlaceholder: '搜索轉移記錄',
|
||||
titleColumn: '標題',
|
||||
pathColumn: '路徑',
|
||||
modeColumn: '轉移方式',
|
||||
sizeColumn: '大小',
|
||||
dateColumn: '時間',
|
||||
statusColumn: '狀態',
|
||||
actionsColumn: '操作',
|
||||
seasonEpisode: '季集/類別',
|
||||
transferQueue: '轉移隊列',
|
||||
groupMode: '分組模式',
|
||||
listMode: '列表模式',
|
||||
deleteConfirm: '確認刪除 {title} {seasons}{episodes}?',
|
||||
deleteConfirmBatch: '確認刪除 {count} 條記錄?',
|
||||
deleteRecordOnly: '僅刪除轉移記錄',
|
||||
deleteSourceOnly: '刪除轉移記錄和源文件',
|
||||
deleteDestOnly: '刪除轉移記錄和媒體庫文件',
|
||||
deleteAll: '刪除所有',
|
||||
transferMode: {
|
||||
copy: '複製',
|
||||
move: '移動',
|
||||
link: '硬鏈接',
|
||||
softlink: '軟鏈接',
|
||||
rclone_copy: 'Rclone複製',
|
||||
rclone_move: 'Rclone移動',
|
||||
},
|
||||
status: {
|
||||
success: '成功',
|
||||
failed: '失敗',
|
||||
unknown: '未知',
|
||||
},
|
||||
noData: '沒有數據',
|
||||
loading: '加載中...',
|
||||
pageSize: '每頁條數',
|
||||
pageInfo: '{begin} - {end} / {total}',
|
||||
actions: {
|
||||
redo: '重新整理',
|
||||
delete: '刪除',
|
||||
},
|
||||
progress: {
|
||||
processing: '處理中',
|
||||
pleaseWait: '請稍候...',
|
||||
},
|
||||
table: {
|
||||
emptyTitle: '操作',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user