mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-12 19:21:20 +08:00
更新国际化支持:为下载器和过滤规则组件添加多语言文本,提升用户体验
This commit is contained in:
@@ -1654,4 +1654,48 @@ export default {
|
||||
confirm: 'Confirm',
|
||||
},
|
||||
},
|
||||
downloader: {
|
||||
title: 'Downloader',
|
||||
name: 'Name',
|
||||
type: 'Type',
|
||||
enabled: 'Enabled',
|
||||
default: 'Default',
|
||||
host: 'Host',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
category: 'Auto Category Management',
|
||||
sequentail: 'Sequential Download',
|
||||
force_resume: 'Force Resume',
|
||||
first_last_piece: 'First/Last Piece Priority',
|
||||
saveSuccess: 'Downloader settings saved successfully',
|
||||
saveFailed: 'Failed to save downloader settings',
|
||||
nameRequired: 'Name cannot be empty',
|
||||
nameDuplicate: 'Name already exists',
|
||||
defaultChanged: 'Default downloader exists, has been replaced',
|
||||
},
|
||||
filterRule: {
|
||||
title: 'Filter Rule',
|
||||
name: 'Name',
|
||||
priority: 'Priority',
|
||||
rules: 'Rules',
|
||||
add: 'Add Rule',
|
||||
import: 'Import Rules',
|
||||
share: 'Share Rules',
|
||||
save: 'Save Rules',
|
||||
nameRequired: 'Rule group name cannot be empty',
|
||||
nameDuplicate: 'Rule group name already exists',
|
||||
importSuccess: 'Rules imported successfully',
|
||||
importFailed: 'Failed to import rules',
|
||||
shareSuccess: 'Rules copied to clipboard',
|
||||
shareFailed: 'Failed to copy rules',
|
||||
mediaType: 'Media Type',
|
||||
category: 'Media Category',
|
||||
mediaTypeItems: {
|
||||
movie: 'Movie',
|
||||
tv: 'TV Show',
|
||||
anime: 'Anime',
|
||||
collection: 'Collection',
|
||||
unknown: 'Unknown',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
@@ -1632,4 +1632,40 @@ export default {
|
||||
confirm: '确定',
|
||||
},
|
||||
},
|
||||
downloader: {
|
||||
title: '下载器',
|
||||
name: '名称',
|
||||
type: '类型',
|
||||
enabled: '启用',
|
||||
default: '默认',
|
||||
host: '地址',
|
||||
username: '用户名',
|
||||
password: '密码',
|
||||
category: '自动分类管理',
|
||||
sequentail: '顺序下载',
|
||||
force_resume: '强制继续',
|
||||
first_last_piece: '优先首尾文件',
|
||||
saveSuccess: '下载器设置保存成功',
|
||||
saveFailed: '下载器设置保存失败',
|
||||
nameRequired: '名称不能为空',
|
||||
nameDuplicate: '名称已存在',
|
||||
defaultChanged: '存在默认下载器,已替换',
|
||||
},
|
||||
filterRule: {
|
||||
title: '过滤规则',
|
||||
priority: '优先级',
|
||||
rules: '规则',
|
||||
add: '添加规则',
|
||||
import: '导入规则',
|
||||
share: '分享规则',
|
||||
save: '保存规则',
|
||||
nameRequired: '规则组名称不能为空',
|
||||
nameDuplicate: '规则组名称已存在',
|
||||
importSuccess: '规则导入成功',
|
||||
importFailed: '规则导入失败',
|
||||
shareSuccess: '规则已复制到剪贴板',
|
||||
shareFailed: '规则复制失败',
|
||||
mediaType: '媒体类型',
|
||||
category: '媒体类别',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -1629,4 +1629,38 @@ export default {
|
||||
confirm: '確定',
|
||||
},
|
||||
},
|
||||
downloader: {
|
||||
title: '下載器',
|
||||
name: '名稱',
|
||||
type: '類型',
|
||||
enabled: '啟用',
|
||||
default: '預設',
|
||||
host: '地址',
|
||||
username: '用戶名',
|
||||
password: '密碼',
|
||||
category: '自動分類管理',
|
||||
sequentail: '順序下載',
|
||||
force_resume: '強制繼續',
|
||||
first_last_piece: '優先首尾文件',
|
||||
saveSuccess: '下載器設置保存成功',
|
||||
saveFailed: '下載器設置保存失敗',
|
||||
nameRequired: '名稱不能為空',
|
||||
nameDuplicate: '名稱已存在',
|
||||
defaultChanged: '存在預設下載器,已替換',
|
||||
},
|
||||
filterRule: {
|
||||
title: '過濾規則',
|
||||
priority: '優先級',
|
||||
rules: '規則',
|
||||
add: '添加規則',
|
||||
import: '導入規則',
|
||||
share: '分享規則',
|
||||
save: '保存規則',
|
||||
nameRequired: '規則組名稱不能為空',
|
||||
nameDuplicate: '規則組名稱已存在',
|
||||
importSuccess: '規則導入成功',
|
||||
importFailed: '規則導入失敗',
|
||||
shareSuccess: '規則已複製到剪貼板',
|
||||
shareFailed: '規則複製失敗',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user