mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
更新国际化支持:为转移历史视图添加多语言文本,增强用户体验
This commit is contained in:
@@ -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: '操作',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user