mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
更新国际化支持:将多个组件中的文本替换为国际化支持
This commit is contained in:
+76
-1
@@ -23,6 +23,7 @@ export default {
|
||||
reset: '重置',
|
||||
theme: '主题',
|
||||
language: '语言',
|
||||
pleaseWait: '请稍候...',
|
||||
},
|
||||
mediaType: {
|
||||
movie: '电影',
|
||||
@@ -358,6 +359,59 @@ export default {
|
||||
site: {
|
||||
noSites: '没有站点',
|
||||
sitesWillBeShownHere: '已添加并支持的站点将会在这里显示。',
|
||||
title: '站点',
|
||||
status: {
|
||||
enabled: '启用',
|
||||
disabled: '停用',
|
||||
},
|
||||
fields: {
|
||||
url: '站点地址',
|
||||
priority: '优先级',
|
||||
status: '状态',
|
||||
rss: 'RSS地址',
|
||||
timeout: '超时时间(秒)',
|
||||
downloader: '下载器',
|
||||
cookie: '站点Cookie',
|
||||
userAgent: '站点User-Agent',
|
||||
authorization: '请求头(Authorization)',
|
||||
apiKey: '令牌(API Key)',
|
||||
limitAccess: '限制站点访问频率',
|
||||
limitInterval: '单位周期(秒)',
|
||||
limitCount: '周期内访问次数',
|
||||
limitSeconds: '访问间隔(秒)',
|
||||
useProxy: '使用代理访问',
|
||||
browserSimulation: '浏览器仿真',
|
||||
},
|
||||
hints: {
|
||||
url: '格式:http://www.example.com/',
|
||||
priority: '优先级越小越优先',
|
||||
status: '站点启用/停用',
|
||||
rss: '订阅模式为`站点RSS`时使用的订阅链接,如未自动获取需手动补充',
|
||||
timeout: '站点请求超时时间,为0时不限制',
|
||||
downloader: '此站点使用的下载器',
|
||||
cookie: '站点请求头中的Cookie信息',
|
||||
userAgent: '获取Cookie的浏览器对应的User-Agent',
|
||||
authorization: '站点请求头中的Authorization信息,特殊站点需要',
|
||||
apiKey: '站点的访问API Key,特殊站点需要',
|
||||
limitInterval: '限流控制的单位周期时长',
|
||||
limitCount: '单位周期内允许的访问次数',
|
||||
limitSeconds: '每次访问需要间隔的最小时间',
|
||||
useProxy: '使用代理服务器访问该站点',
|
||||
browserSimulation: '使用浏览器模拟真实访问该站点',
|
||||
},
|
||||
actions: {
|
||||
add: '新增',
|
||||
edit: '编辑',
|
||||
},
|
||||
messages: {
|
||||
addSuccess: '新增站点成功',
|
||||
addFailed: '新增站点失败',
|
||||
updateSuccess: '更新成功',
|
||||
updateFailed: '更新失败',
|
||||
},
|
||||
errors: {
|
||||
loadDownloader: '加载下载器设置失败',
|
||||
},
|
||||
},
|
||||
message: {
|
||||
loadMore: '加载更多',
|
||||
@@ -1304,7 +1358,7 @@ export default {
|
||||
actions: '操作',
|
||||
rename: '重命名',
|
||||
delete: '删除',
|
||||
confirmDelete: '确认删除',
|
||||
confirmFileDelete: '确认删除',
|
||||
upload: '上传',
|
||||
download: '下载',
|
||||
preview: '预览',
|
||||
@@ -1322,6 +1376,27 @@ export default {
|
||||
directoryTree: '目录树',
|
||||
rootDirectory: '根目录',
|
||||
noDirectories: '没有可用的目录',
|
||||
directory: '目录',
|
||||
file: '文件',
|
||||
size: '大小',
|
||||
modifyTime: '修改时间',
|
||||
noFiles: '没有目录或文件',
|
||||
emptyDirectory: '空目录',
|
||||
confirmDelete: '是否确认删除{type} {name}?',
|
||||
confirmBatchDelete: '是否确认删除选中的 {count} 个项目?',
|
||||
deleting: '正在删除 {name}...',
|
||||
recognize: '识别',
|
||||
recognizing: '正在识别 {path}...',
|
||||
recognizeFailed: '{path} 识别失败!',
|
||||
scrape: '刮削',
|
||||
scraping: '正在刮削 {path}...',
|
||||
scrapeCompleted: '{path} 削刮完成!',
|
||||
confirmScrape: '是否确认刮削 {path}?',
|
||||
confirmBatchScrape: '是否确认刮削选中的 {count} 项?',
|
||||
renaming: '正在重命名 {name}...',
|
||||
renamingAll: '正在重命名 {path} 及目录内所有文件...',
|
||||
close: '关闭',
|
||||
loadingDirectoryStructure: '加载目录结构...',
|
||||
},
|
||||
person: {
|
||||
alias: '别名:',
|
||||
|
||||
Reference in New Issue
Block a user