mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
新增媒体服务器深度链接功能
This commit is contained in:
@@ -740,6 +740,8 @@ export default {
|
||||
searchResource: 'Search Resource',
|
||||
subscribe: 'Subscribe',
|
||||
playOnline: 'Play Online',
|
||||
playInApp: 'Play in App',
|
||||
playInWeb: 'Play in Web',
|
||||
},
|
||||
search: {
|
||||
byTitle: 'Title',
|
||||
@@ -768,6 +770,14 @@ export default {
|
||||
title: 'Error!',
|
||||
noMediaInfo: 'No media information recognized.',
|
||||
},
|
||||
server: {
|
||||
plex: 'Plex',
|
||||
jellyfin: 'Jellyfin',
|
||||
emby: 'Emby',
|
||||
appLaunchFailed: 'App launch failed, redirecting to web version',
|
||||
appNotInstalled: 'App not detected, redirecting to web version',
|
||||
downloadApp: 'Download App',
|
||||
},
|
||||
},
|
||||
subscribe: {
|
||||
normalSub: 'Subscribe',
|
||||
|
||||
@@ -737,6 +737,8 @@ export default {
|
||||
searchResource: '搜索资源',
|
||||
subscribe: '订阅',
|
||||
playOnline: '在线播放',
|
||||
playInApp: 'APP播放',
|
||||
playInWeb: '网页播放',
|
||||
},
|
||||
search: {
|
||||
byTitle: '标题',
|
||||
@@ -765,6 +767,14 @@ export default {
|
||||
title: '出错啦!',
|
||||
noMediaInfo: '未识别到媒体信息。',
|
||||
},
|
||||
server: {
|
||||
plex: 'Plex',
|
||||
jellyfin: 'Jellyfin',
|
||||
emby: 'Emby',
|
||||
appLaunchFailed: 'APP启动失败,正在跳转到网页版',
|
||||
appNotInstalled: '未检测到APP,正在跳转到网页版',
|
||||
downloadApp: '下载APP',
|
||||
},
|
||||
},
|
||||
subscribe: {
|
||||
normalSub: '订阅',
|
||||
|
||||
@@ -735,6 +735,8 @@ export default {
|
||||
searchResource: '搜索資源',
|
||||
subscribe: '訂閱',
|
||||
playOnline: '線上播放',
|
||||
playInApp: 'APP播放',
|
||||
playInWeb: '網頁播放',
|
||||
},
|
||||
search: {
|
||||
byTitle: '標題',
|
||||
@@ -763,6 +765,14 @@ export default {
|
||||
title: '出錯啦!',
|
||||
noMediaInfo: '未識別到媒體信息。',
|
||||
},
|
||||
server: {
|
||||
plex: 'Plex',
|
||||
jellyfin: 'Jellyfin',
|
||||
emby: 'Emby',
|
||||
appLaunchFailed: 'APP啟動失敗,正在跳轉到網頁版',
|
||||
appNotInstalled: '未檢測到APP,正在跳轉到網頁版',
|
||||
downloadApp: '下載APP',
|
||||
},
|
||||
},
|
||||
subscribe: {
|
||||
normalSub: '訂閱',
|
||||
|
||||
Reference in New Issue
Block a user