mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
更新国际化支持:修正媒体类型文本函数名称并添加通知开关相关文本,提升用户体验
This commit is contained in:
+31
-21
@@ -28,27 +28,6 @@ export default {
|
||||
user: 'User',
|
||||
config: 'Configuration',
|
||||
},
|
||||
mediaserver: {
|
||||
enableMediaServer: 'Enable Media Server',
|
||||
nameRequired: 'Required; cannot be duplicated',
|
||||
serverAlias: 'Media server alias',
|
||||
host: 'Host',
|
||||
hostPlaceholder: 'http(s)://ip:port',
|
||||
hostHint: 'Server address, format: http(s)://ip:port',
|
||||
playHost: 'External Playback URL',
|
||||
playHostPlaceholder: 'http(s)://domain:port',
|
||||
playHostHint: 'URL for playback page redirection, format: http(s)://domain:port',
|
||||
apiKey: 'API Key',
|
||||
embyApiKeyHint: 'API key generated in Emby Settings -> Advanced -> API Keys',
|
||||
jellyfinApiKeyHint: 'API key generated in Jellyfin Settings -> Advanced -> API Keys',
|
||||
plexToken: 'X-Plex-Token',
|
||||
plexTokenHint: 'X-Plex-Token obtained from Plex request URL in browser F12 -> Network',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
syncLibraries: 'Sync Libraries',
|
||||
syncLibrariesHint: 'Only selected libraries will be synchronized',
|
||||
nameExists: '【{name}】 already exists, please use a different name',
|
||||
},
|
||||
mediaType: {
|
||||
movie: 'Movie',
|
||||
tv: 'TV Show',
|
||||
@@ -56,6 +35,16 @@ export default {
|
||||
collection: 'Collection',
|
||||
unknown: 'Unknown',
|
||||
},
|
||||
notificationSwitch: {
|
||||
resourceDownload: 'Resource Download',
|
||||
organize: 'Organize',
|
||||
subscribe: 'Subscribe',
|
||||
site: 'Site',
|
||||
mediaServer: 'Media Server',
|
||||
manual: 'Manual',
|
||||
plugin: 'Plugin',
|
||||
other: 'Other',
|
||||
},
|
||||
theme: {
|
||||
light: 'Light',
|
||||
dark: 'Dark',
|
||||
@@ -1756,4 +1745,25 @@ export default {
|
||||
unknown: 'Unknown',
|
||||
},
|
||||
},
|
||||
mediaserver: {
|
||||
enableMediaServer: 'Enable Media Server',
|
||||
nameRequired: 'Required; cannot be duplicated',
|
||||
serverAlias: 'Media server alias',
|
||||
host: 'Host',
|
||||
hostPlaceholder: 'http(s)://ip:port',
|
||||
hostHint: 'Server address, format: http(s)://ip:port',
|
||||
playHost: 'External Playback URL',
|
||||
playHostPlaceholder: 'http(s)://domain:port',
|
||||
playHostHint: 'URL for playback page redirection, format: http(s)://domain:port',
|
||||
apiKey: 'API Key',
|
||||
embyApiKeyHint: 'API key generated in Emby Settings -> Advanced -> API Keys',
|
||||
jellyfinApiKeyHint: 'API key generated in Jellyfin Settings -> Advanced -> API Keys',
|
||||
plexToken: 'X-Plex-Token',
|
||||
plexTokenHint: 'X-Plex-Token obtained from Plex request URL in browser F12 -> Network',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
syncLibraries: 'Sync Libraries',
|
||||
syncLibrariesHint: 'Only selected libraries will be synchronized',
|
||||
nameExists: '【{name}】 already exists, please use a different name',
|
||||
},
|
||||
}
|
||||
|
||||
+31
-21
@@ -28,27 +28,6 @@ export default {
|
||||
user: '用户',
|
||||
config: '配置',
|
||||
},
|
||||
mediaserver: {
|
||||
enableMediaServer: '启用媒体服务器',
|
||||
nameRequired: '必填;不可与其他名称重名',
|
||||
serverAlias: '媒体服务器的别名',
|
||||
host: '地址',
|
||||
hostPlaceholder: 'http(s)://ip:port',
|
||||
hostHint: '服务端地址,格式:http(s)://ip:port',
|
||||
playHost: '外网播放地址',
|
||||
playHostPlaceholder: 'http(s)://domain:port',
|
||||
playHostHint: '跳转播放页面使用的地址,格式:http(s)://domain:port',
|
||||
apiKey: 'API密钥',
|
||||
embyApiKeyHint: 'Emby设置->高级->API密钥中生成的密钥',
|
||||
jellyfinApiKeyHint: 'Jellyfin设置->高级->API密钥中生成的密钥',
|
||||
plexToken: 'X-Plex-Token',
|
||||
plexTokenHint: '浏览器F12->网络,从Plex请求URL中获取的X-Plex-Token',
|
||||
username: '用户名',
|
||||
password: '密码',
|
||||
syncLibraries: '同步媒体库',
|
||||
syncLibrariesHint: '只有选中的媒体库才会被同步',
|
||||
nameExists: '【{name}】已存在,请替换为其他名称',
|
||||
},
|
||||
mediaType: {
|
||||
movie: '电影',
|
||||
tv: '电视剧',
|
||||
@@ -56,6 +35,16 @@ export default {
|
||||
collection: '合集',
|
||||
unknown: '未知',
|
||||
},
|
||||
notificationSwitch: {
|
||||
resourceDownload: '资源下载',
|
||||
organize: '整理入库',
|
||||
subscribe: '订阅',
|
||||
site: '站点',
|
||||
mediaServer: '媒体服务器',
|
||||
manual: '手动处理',
|
||||
plugin: '插件',
|
||||
other: '其它',
|
||||
},
|
||||
theme: {
|
||||
light: '浅色',
|
||||
dark: '深色',
|
||||
@@ -1726,4 +1715,25 @@ export default {
|
||||
mediaType: '媒体类型',
|
||||
category: '媒体类别',
|
||||
},
|
||||
mediaserver: {
|
||||
enableMediaServer: '启用媒体服务器',
|
||||
nameRequired: '必填;不可与其他名称重名',
|
||||
serverAlias: '媒体服务器的别名',
|
||||
host: '地址',
|
||||
hostPlaceholder: 'http(s)://ip:port',
|
||||
hostHint: '服务端地址,格式:http(s)://ip:port',
|
||||
playHost: '外网播放地址',
|
||||
playHostPlaceholder: 'http(s)://domain:port',
|
||||
playHostHint: '跳转播放页面使用的地址,格式:http(s)://domain:port',
|
||||
apiKey: 'API密钥',
|
||||
embyApiKeyHint: 'Emby设置->高级->API密钥中生成的密钥',
|
||||
jellyfinApiKeyHint: 'Jellyfin设置->高级->API密钥中生成的密钥',
|
||||
plexToken: 'X-Plex-Token',
|
||||
plexTokenHint: '浏览器F12->网络,从Plex请求URL中获取的X-Plex-Token',
|
||||
username: '用户名',
|
||||
password: '密码',
|
||||
syncLibraries: '同步媒体库',
|
||||
syncLibrariesHint: '只有选中的媒体库才会被同步',
|
||||
nameExists: '【{name}】已存在,请替换为其他名称',
|
||||
},
|
||||
}
|
||||
|
||||
+31
-21
@@ -28,27 +28,6 @@ export default {
|
||||
user: '用戶',
|
||||
config: '配置',
|
||||
},
|
||||
mediaserver: {
|
||||
enableMediaServer: '啟用媒體伺服器',
|
||||
nameRequired: '必填;不可與其他名稱重名',
|
||||
serverAlias: '媒體伺服器的別名',
|
||||
host: '地址',
|
||||
hostPlaceholder: 'http(s)://ip:port',
|
||||
hostHint: '服務端地址,格式:http(s)://ip:port',
|
||||
playHost: '外網播放地址',
|
||||
playHostPlaceholder: 'http(s)://domain:port',
|
||||
playHostHint: '跳轉播放頁面使用的地址,格式:http(s)://domain:port',
|
||||
apiKey: 'API密鑰',
|
||||
embyApiKeyHint: 'Emby設置->高級->API密鑰中生成的密鑰',
|
||||
jellyfinApiKeyHint: 'Jellyfin設置->高級->API密鑰中生成的密鑰',
|
||||
plexToken: 'X-Plex-Token',
|
||||
plexTokenHint: '瀏覽器F12->網絡,從Plex請求URL中獲取的X-Plex-Token',
|
||||
username: '用戶名',
|
||||
password: '密碼',
|
||||
syncLibraries: '同步媒體庫',
|
||||
syncLibrariesHint: '只有選中的媒體庫才會被同步',
|
||||
nameExists: '【{name}】已存在,請替換為其他名稱',
|
||||
},
|
||||
mediaType: {
|
||||
movie: '電影',
|
||||
tv: '電視劇',
|
||||
@@ -56,6 +35,16 @@ export default {
|
||||
collection: '合集',
|
||||
unknown: '未知',
|
||||
},
|
||||
notificationSwitch: {
|
||||
resourceDownload: '資源下載',
|
||||
organize: '整理入庫',
|
||||
subscribe: '訂閱',
|
||||
site: '站點',
|
||||
mediaServer: '媒體伺服器',
|
||||
manual: '手動處理',
|
||||
plugin: '插件',
|
||||
other: '其它',
|
||||
},
|
||||
theme: {
|
||||
light: '淺色',
|
||||
dark: '深色',
|
||||
@@ -1721,4 +1710,25 @@ export default {
|
||||
shareSuccess: '規則已複製到剪貼板',
|
||||
shareFailed: '規則複製失敗',
|
||||
},
|
||||
mediaserver: {
|
||||
enableMediaServer: '啟用媒體伺服器',
|
||||
nameRequired: '必填;不可與其他名稱重名',
|
||||
serverAlias: '媒體伺服器的別名',
|
||||
host: '地址',
|
||||
hostPlaceholder: 'http(s)://ip:port',
|
||||
hostHint: '服務端地址,格式:http(s)://ip:port',
|
||||
playHost: '外網播放地址',
|
||||
playHostPlaceholder: 'http(s)://domain:port',
|
||||
playHostHint: '跳轉播放頁面使用的地址,格式:http(s)://domain:port',
|
||||
apiKey: 'API密鑰',
|
||||
embyApiKeyHint: 'Emby設置->高級->API密鑰中生成的密鑰',
|
||||
jellyfinApiKeyHint: 'Jellyfin設置->高級->API密鑰中生成的密鑰',
|
||||
plexToken: 'X-Plex-Token',
|
||||
plexTokenHint: '瀏覽器F12->網絡,從Plex請求URL中獲取的X-Plex-Token',
|
||||
username: '用戶名',
|
||||
password: '密碼',
|
||||
syncLibraries: '同步媒體庫',
|
||||
syncLibrariesHint: '只有選中的媒體庫才會被同步',
|
||||
nameExists: '【{name}】已存在,請替換為其他名稱',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user