mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 08:46:40 +08:00
更新国际化支持:为媒体详情视图添加多语言文本,增强用户体验
This commit is contained in:
+43
-2
@@ -251,8 +251,49 @@ export default {
|
||||
adaptiveHeight: '自适应组件高度',
|
||||
},
|
||||
media: {
|
||||
movie: '电影',
|
||||
tv: '电视剧',
|
||||
status: {
|
||||
inLibrary: '已入库',
|
||||
missing: '缺失',
|
||||
partiallyMissing: '部分缺失',
|
||||
subscribed: '已订阅',
|
||||
},
|
||||
minutes: '分钟',
|
||||
overview: '简介',
|
||||
seasons: '季',
|
||||
seasonNumber: '第 {number} 季',
|
||||
episodeCount: '{count}集',
|
||||
actions: {
|
||||
searchResource: '搜索资源',
|
||||
subscribe: '订阅',
|
||||
playOnline: '在线播放',
|
||||
},
|
||||
search: {
|
||||
byTitle: '标题',
|
||||
byImdb: 'IMDB链接',
|
||||
},
|
||||
info: {
|
||||
originalTitle: '原始标题',
|
||||
status: '状态',
|
||||
releaseDate: '上映日期',
|
||||
originalLanguage: '原始语言',
|
||||
productionCountries: '出品国家',
|
||||
productionCompanies: '制作公司',
|
||||
doubanId: '豆瓣ID',
|
||||
},
|
||||
subscribe: {
|
||||
normal: '订阅',
|
||||
bestVersion: '洗版订阅',
|
||||
addFailed: '添加订阅失败:{reason}!',
|
||||
canceled: '已取消订阅!',
|
||||
cancelFailed: '取消订阅失败:{reason}!',
|
||||
},
|
||||
castAndCrew: '演员阵容',
|
||||
recommendations: '推荐',
|
||||
similar: '类似',
|
||||
error: {
|
||||
title: '出错啦!',
|
||||
noMediaInfo: '未识别到媒体信息。',
|
||||
},
|
||||
},
|
||||
subscribe: {
|
||||
normalSub: '订阅',
|
||||
|
||||
Reference in New Issue
Block a user