mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-06-11 10:40:28 +08:00
更新国际化支持:为存储、媒体类型、通知开关及操作步骤等组件添加多语言文本,提升用户体验
This commit is contained in:
@@ -37,6 +37,7 @@ export default {
|
||||
files: 'Files',
|
||||
share: 'Share',
|
||||
unsubscribe: 'Unsubscribe',
|
||||
media: 'Media',
|
||||
},
|
||||
mediaType: {
|
||||
movie: 'Movie',
|
||||
@@ -70,6 +71,30 @@ export default {
|
||||
sendMessage: 'Send Message',
|
||||
transferFile: 'Transfer File',
|
||||
},
|
||||
qualityOptions: {
|
||||
all: 'All',
|
||||
blurayOriginal: 'Blu-ray Original',
|
||||
remux: 'Remux',
|
||||
bluray: 'BluRay',
|
||||
uhd: 'UHD',
|
||||
webdl: 'WEB-DL',
|
||||
hdtv: 'HDTV',
|
||||
h265: 'H265',
|
||||
h264: 'H264',
|
||||
},
|
||||
resolutionOptions: {
|
||||
all: 'All',
|
||||
'4k': '4K',
|
||||
'1080p': '1080p',
|
||||
'720p': '720p',
|
||||
},
|
||||
effectOptions: {
|
||||
all: 'All',
|
||||
dolbyVision: 'Dolby Vision',
|
||||
dolbyAtmos: 'Dolby Atmos',
|
||||
hdr: 'HDR',
|
||||
sdr: 'SDR',
|
||||
},
|
||||
theme: {
|
||||
light: 'Light',
|
||||
dark: 'Dark',
|
||||
@@ -249,7 +274,9 @@ export default {
|
||||
empty: 'No Notifications',
|
||||
channel: 'Notification Channel',
|
||||
name: 'Name',
|
||||
nameHint: 'Name of notification channel',
|
||||
type: 'Type',
|
||||
typeHint: 'Type of notification channel',
|
||||
enabled: 'Enabled',
|
||||
config: 'Configuration',
|
||||
wechat: {
|
||||
@@ -496,32 +523,8 @@ export default {
|
||||
title: 'Filter Resources',
|
||||
subtitle: 'Filter resource list',
|
||||
quality: 'Quality',
|
||||
qualityOptions: {
|
||||
all: 'All',
|
||||
blurayOriginal: 'Blu-ray Original',
|
||||
remux: 'Remux',
|
||||
bluray: 'BluRay',
|
||||
uhd: 'UHD',
|
||||
webdl: 'WEB-DL',
|
||||
hdtv: 'HDTV',
|
||||
h265: 'H265',
|
||||
h264: 'H264',
|
||||
},
|
||||
resolution: 'Resolution',
|
||||
resolutionOptions: {
|
||||
all: 'All',
|
||||
'4k': '4K',
|
||||
'1080p': '1080p',
|
||||
'720p': '720p',
|
||||
},
|
||||
effect: 'Effect',
|
||||
effectOptions: {
|
||||
all: 'All',
|
||||
dolbyVision: 'Dolby Vision',
|
||||
dolbyAtmos: 'Dolby Atmos',
|
||||
hdr: 'HDR',
|
||||
sdr: 'SDR',
|
||||
},
|
||||
size: 'Size Range',
|
||||
include: 'Include (Keywords, Regex)',
|
||||
exclude: 'Exclude (Keywords, Regex)',
|
||||
@@ -727,6 +730,57 @@ export default {
|
||||
usedPercent: '{percent}% Used',
|
||||
noConfigNeeded: 'This storage type does not require configuration, please configure the directory directly!',
|
||||
notConfigured: 'Not Configured',
|
||||
local: 'Local',
|
||||
alipan: 'Aliyun Drive',
|
||||
u115: '115 Cloud',
|
||||
rclone: 'RClone',
|
||||
alist: 'AList',
|
||||
},
|
||||
filterRules: {
|
||||
specSub: 'Special Subtitle',
|
||||
cnSub: 'Chinese Subtitle',
|
||||
cnVoi: 'Chinese Dubbing',
|
||||
gz: 'Official Seed',
|
||||
notCnVoi: 'Exclude: Chinese Dubbing',
|
||||
hkVoi: 'Cantonese Dubbing',
|
||||
notHkVoi: 'Exclude: Cantonese Dubbing',
|
||||
free: 'Promotion: Free',
|
||||
resolution4k: 'Resolution: 4K',
|
||||
resolution1080p: 'Resolution: 1080P',
|
||||
resolution720p: 'Resolution: 720P',
|
||||
not720p: 'Exclude: 720P',
|
||||
qualityBlu: 'Quality: Blu-ray',
|
||||
notBlu: 'Exclude: Blu-ray',
|
||||
qualityBluray: 'Quality: BLURAY',
|
||||
notBluray: 'Exclude: BLURAY',
|
||||
qualityUhd: 'Quality: UHD',
|
||||
notUhd: 'Exclude: UHD',
|
||||
qualityRemux: 'Quality: REMUX',
|
||||
notRemux: 'Exclude: REMUX',
|
||||
qualityWebdl: 'Quality: WEB-DL',
|
||||
notWebdl: 'Exclude: WEB-DL',
|
||||
quality60fps: 'Quality: 60fps',
|
||||
not60fps: 'Exclude: 60fps',
|
||||
codecH265: 'Codec: H265',
|
||||
notH265: 'Exclude: H265',
|
||||
codecH264: 'Codec: H264',
|
||||
notH264: 'Exclude: H264',
|
||||
effectDolby: 'Effect: Dolby Vision',
|
||||
notDolby: 'Exclude: Dolby Vision',
|
||||
effectAtmos: 'Effect: Dolby Atmos',
|
||||
notAtmos: 'Exclude: Dolby Atmos',
|
||||
effectHdr: 'Effect: HDR',
|
||||
notHdr: 'Exclude: HDR',
|
||||
effectSdr: 'Effect: SDR',
|
||||
notSdr: 'Exclude: SDR',
|
||||
effect3d: 'Effect: 3D',
|
||||
not3d: 'Exclude: 3D',
|
||||
},
|
||||
transferType: {
|
||||
copy: 'Copy',
|
||||
move: 'Move',
|
||||
link: 'Hard Link',
|
||||
softlink: 'Soft Link',
|
||||
},
|
||||
site: {
|
||||
noSites: 'No Sites',
|
||||
@@ -2043,7 +2097,7 @@ export default {
|
||||
},
|
||||
filterRule: {
|
||||
title: 'Filter Rule',
|
||||
name: 'Name',
|
||||
groupName: 'Group Name',
|
||||
priority: 'Priority',
|
||||
rules: 'Rules',
|
||||
add: 'Add Rule',
|
||||
|
||||
@@ -37,6 +37,7 @@ export default {
|
||||
files: '文件',
|
||||
share: '分享',
|
||||
unsubscribe: '取消订阅',
|
||||
media: '媒体',
|
||||
},
|
||||
mediaType: {
|
||||
movie: '电影',
|
||||
@@ -70,6 +71,30 @@ export default {
|
||||
sendMessage: '发送消息',
|
||||
transferFile: '整理文件',
|
||||
},
|
||||
qualityOptions: {
|
||||
all: '全部',
|
||||
blurayOriginal: '蓝光原盘',
|
||||
remux: 'Remux',
|
||||
bluray: 'BluRay',
|
||||
uhd: 'UHD',
|
||||
webdl: 'WEB-DL',
|
||||
hdtv: 'HDTV',
|
||||
h265: 'H265',
|
||||
h264: 'H264',
|
||||
},
|
||||
resolutionOptions: {
|
||||
all: '全部',
|
||||
'4k': '4k',
|
||||
'1080p': '1080p',
|
||||
'720p': '720p',
|
||||
},
|
||||
effectOptions: {
|
||||
all: '全部',
|
||||
dolbyVision: '杜比视界',
|
||||
dolbyAtmos: '杜比全景声',
|
||||
hdr: 'HDR',
|
||||
sdr: 'SDR',
|
||||
},
|
||||
theme: {
|
||||
light: '浅色',
|
||||
dark: '深色',
|
||||
@@ -248,7 +273,9 @@ export default {
|
||||
empty: '暂无通知',
|
||||
channel: '通知渠道',
|
||||
name: '名称',
|
||||
nameHint: '通知渠道名称',
|
||||
type: '类型',
|
||||
typeHint: '通知渠道类型',
|
||||
enabled: '启用',
|
||||
config: '配置',
|
||||
wechat: {
|
||||
@@ -494,32 +521,8 @@ export default {
|
||||
title: '过滤资源',
|
||||
subtitle: '对资源列表数据进行过滤',
|
||||
quality: '质量',
|
||||
qualityOptions: {
|
||||
all: '全部',
|
||||
blurayOriginal: '蓝光原盘',
|
||||
remux: 'Remux',
|
||||
bluray: 'BluRay',
|
||||
uhd: 'UHD',
|
||||
webdl: 'WEB-DL',
|
||||
hdtv: 'HDTV',
|
||||
h265: 'H265',
|
||||
h264: 'H264',
|
||||
},
|
||||
resolution: '分辨率',
|
||||
resolutionOptions: {
|
||||
all: '全部',
|
||||
'4k': '4k',
|
||||
'1080p': '1080p',
|
||||
'720p': '720p',
|
||||
},
|
||||
effect: '特效',
|
||||
effectOptions: {
|
||||
all: '全部',
|
||||
dolbyVision: '杜比视界',
|
||||
dolbyAtmos: '杜比全景声',
|
||||
hdr: 'HDR',
|
||||
sdr: 'SDR',
|
||||
},
|
||||
size: '大小范围',
|
||||
include: '包含(关键字、正则式)',
|
||||
exclude: '排除(关键字、正则式)',
|
||||
@@ -724,6 +727,57 @@ export default {
|
||||
usedPercent: '已使用 {percent}%',
|
||||
noConfigNeeded: '此存储类型无需配置参数,请直接配置目录!',
|
||||
notConfigured: '未配置',
|
||||
local: '本地',
|
||||
alipan: '阿里云盘',
|
||||
u115: '115网盘',
|
||||
rclone: 'RClone',
|
||||
alist: 'AList',
|
||||
},
|
||||
filterRules: {
|
||||
specSub: '特效字幕',
|
||||
cnSub: '中文字幕',
|
||||
cnVoi: '国语配音',
|
||||
gz: '官种',
|
||||
notCnVoi: '排除: 国语配音',
|
||||
hkVoi: '粤语配音',
|
||||
notHkVoi: '排除: 粤语配音',
|
||||
free: '促销: 免费',
|
||||
resolution4k: '分辨率: 4K',
|
||||
resolution1080p: '分辨率: 1080P',
|
||||
resolution720p: '分辨率: 720P',
|
||||
not720p: '排除: 720P',
|
||||
qualityBlu: '质量: 蓝光原盘',
|
||||
notBlu: '排除: 蓝光原盘',
|
||||
qualityBluray: '质量: BLURAY',
|
||||
notBluray: '排除: BLURAY',
|
||||
qualityUhd: '质量: UHD',
|
||||
notUhd: '排除: UHD',
|
||||
qualityRemux: '质量: REMUX',
|
||||
notRemux: '排除: REMUX',
|
||||
qualityWebdl: '质量: WEB-DL',
|
||||
notWebdl: '排除: WEB-DL',
|
||||
quality60fps: '质量: 60fps',
|
||||
not60fps: '排除: 60fps',
|
||||
codecH265: '编码: H265',
|
||||
notH265: '排除: H265',
|
||||
codecH264: '编码: H264',
|
||||
notH264: '排除: H264',
|
||||
effectDolby: '效果: 杜比视界',
|
||||
notDolby: '排除: 杜比视界',
|
||||
effectAtmos: '效果: 杜比全景声',
|
||||
notAtmos: '排除: 杜比全景声',
|
||||
effectHdr: '效果: HDR',
|
||||
notHdr: '排除: HDR',
|
||||
effectSdr: '效果: SDR',
|
||||
notSdr: '排除: SDR',
|
||||
effect3d: '效果: 3D',
|
||||
not3d: '排除: 3D',
|
||||
},
|
||||
transferType: {
|
||||
copy: '复制',
|
||||
move: '移动',
|
||||
link: '硬链接',
|
||||
softlink: '软链接',
|
||||
},
|
||||
site: {
|
||||
noSites: '没有站点',
|
||||
@@ -2019,6 +2073,7 @@ export default {
|
||||
},
|
||||
filterRule: {
|
||||
title: '过滤规则',
|
||||
groupName: '规则组名称',
|
||||
priority: '优先级',
|
||||
rules: '规则',
|
||||
add: '添加规则',
|
||||
|
||||
@@ -37,6 +37,7 @@ export default {
|
||||
files: '文件',
|
||||
share: '分享',
|
||||
unsubscribe: '取消訂閱',
|
||||
media: '媒體',
|
||||
},
|
||||
mediaType: {
|
||||
movie: '電影',
|
||||
@@ -70,6 +71,30 @@ export default {
|
||||
sendMessage: '發送消息',
|
||||
transferFile: '整理文件',
|
||||
},
|
||||
qualityOptions: {
|
||||
all: '全部',
|
||||
blurayOriginal: '藍光原盤',
|
||||
remux: 'Remux',
|
||||
bluray: 'BluRay',
|
||||
uhd: 'UHD',
|
||||
webdl: 'WEB-DL',
|
||||
hdtv: 'HDTV',
|
||||
h265: 'H265',
|
||||
h264: 'H264',
|
||||
},
|
||||
resolutionOptions: {
|
||||
all: '全部',
|
||||
'4k': '4k',
|
||||
'1080p': '1080p',
|
||||
'720p': '720p',
|
||||
},
|
||||
effectOptions: {
|
||||
all: '全部',
|
||||
dolbyVision: '杜比視界',
|
||||
dolbyAtmos: '杜比全景聲',
|
||||
hdr: 'HDR',
|
||||
sdr: 'SDR',
|
||||
},
|
||||
theme: {
|
||||
light: '淺色',
|
||||
dark: '深色',
|
||||
@@ -249,7 +274,9 @@ export default {
|
||||
empty: '暫無通知',
|
||||
channel: '通知渠道',
|
||||
name: '名稱',
|
||||
nameHint: '通知渠道名稱',
|
||||
type: '類型',
|
||||
typeHint: '通知渠道類型',
|
||||
enabled: '啟用',
|
||||
config: '配置',
|
||||
wechat: {
|
||||
@@ -495,32 +522,8 @@ export default {
|
||||
title: '過濾資源',
|
||||
subtitle: '對資源列表數據進行過濾',
|
||||
quality: '質量',
|
||||
qualityOptions: {
|
||||
all: '全部',
|
||||
blurayOriginal: '藍光原盤',
|
||||
remux: 'Remux',
|
||||
bluray: 'BluRay',
|
||||
uhd: 'UHD',
|
||||
webdl: 'WEB-DL',
|
||||
hdtv: 'HDTV',
|
||||
h265: 'H265',
|
||||
h264: 'H264',
|
||||
},
|
||||
resolution: '分辨率',
|
||||
resolutionOptions: {
|
||||
all: '全部',
|
||||
'4k': '4k',
|
||||
'1080p': '1080p',
|
||||
'720p': '720p',
|
||||
},
|
||||
effect: '特效',
|
||||
effectOptions: {
|
||||
all: '全部',
|
||||
dolbyVision: '杜比視界',
|
||||
dolbyAtmos: '杜比全景聲',
|
||||
hdr: 'HDR',
|
||||
sdr: 'SDR',
|
||||
},
|
||||
size: '大小範圍',
|
||||
include: '包含(關鍵字、正則式)',
|
||||
exclude: '排除(關鍵字、正則式)',
|
||||
@@ -725,6 +728,58 @@ export default {
|
||||
usedPercent: '已使用 {percent}%',
|
||||
noConfigNeeded: '此存儲類型無需配置參數,請直接配置目錄!',
|
||||
notConfigured: '未配置',
|
||||
local: '本地',
|
||||
alipan: '阿里雲盤',
|
||||
u115: '115網盤',
|
||||
rclone: 'RClone',
|
||||
alist: 'AList',
|
||||
},
|
||||
|
||||
filterRules: {
|
||||
specSub: '特效字幕',
|
||||
cnSub: '中文字幕',
|
||||
cnVoi: '國語配音',
|
||||
gz: '官種',
|
||||
notCnVoi: '排除: 國語配音',
|
||||
hkVoi: '粵語配音',
|
||||
notHkVoi: '排除: 粵語配音',
|
||||
free: '促銷: 免費',
|
||||
resolution4k: '解析度: 4K',
|
||||
resolution1080p: '解析度: 1080P',
|
||||
resolution720p: '解析度: 720P',
|
||||
not720p: '排除: 720P',
|
||||
qualityBlu: '品質: 藍光原盤',
|
||||
notBlu: '排除: 藍光原盤',
|
||||
qualityBluray: '品質: BLURAY',
|
||||
notBluray: '排除: BLURAY',
|
||||
qualityUhd: '品質: UHD',
|
||||
notUhd: '排除: UHD',
|
||||
qualityRemux: '品質: REMUX',
|
||||
notRemux: '排除: REMUX',
|
||||
qualityWebdl: '品質: WEB-DL',
|
||||
notWebdl: '排除: WEB-DL',
|
||||
quality60fps: '品質: 60fps',
|
||||
not60fps: '排除: 60fps',
|
||||
codecH265: '編碼: H265',
|
||||
notH265: '排除: H265',
|
||||
codecH264: '編碼: H264',
|
||||
notH264: '排除: H264',
|
||||
effectDolby: '效果: 杜比視界',
|
||||
notDolby: '排除: 杜比視界',
|
||||
effectAtmos: '效果: 杜比全景聲',
|
||||
notAtmos: '排除: 杜比全景聲',
|
||||
effectHdr: '效果: HDR',
|
||||
notHdr: '排除: HDR',
|
||||
effectSdr: '效果: SDR',
|
||||
notSdr: '排除: SDR',
|
||||
effect3d: '效果: 3D',
|
||||
not3d: '排除: 3D',
|
||||
},
|
||||
transferType: {
|
||||
copy: '複製',
|
||||
move: '移動',
|
||||
link: '硬連結',
|
||||
softlink: '軟連結',
|
||||
},
|
||||
site: {
|
||||
noSites: '沒有站點',
|
||||
@@ -2020,6 +2075,7 @@ export default {
|
||||
},
|
||||
filterRule: {
|
||||
title: '過濾規則',
|
||||
groupName: '規則組名稱',
|
||||
priority: '優先級',
|
||||
rules: '規則',
|
||||
add: '添加規則',
|
||||
|
||||
Reference in New Issue
Block a user