Merge pull request #1896 from jellyfin/errors
Fix a common error message and update some strings
This commit is contained in:
@@ -33,10 +33,6 @@
|
||||
"File": "檔案",
|
||||
"FileNotFound": "未找到檔案。",
|
||||
"FileReadError": "在讀取檔案時發生錯誤。",
|
||||
"FolderTypeMovies": "電影",
|
||||
"FolderTypeMusic": "音樂",
|
||||
"FolderTypeMusicVideos": "MV",
|
||||
"FolderTypeTvShows": "TV",
|
||||
"Friday": "星期五",
|
||||
"GuideProviderLogin": "登入",
|
||||
"HeaderActiveRecordings": "正在錄影的節目",
|
||||
@@ -381,8 +377,6 @@
|
||||
"Features": "功能",
|
||||
"FileReadCancelled": "檔案讀取已取消。",
|
||||
"Filters": "濾鏡",
|
||||
"FolderTypeBooks": "書籍",
|
||||
"FolderTypeUnset": "混合內容",
|
||||
"Folders": "資料夾",
|
||||
"FormatValue": "格式:{0}",
|
||||
"Fullscreen": "全螢幕",
|
||||
@@ -583,9 +577,7 @@
|
||||
"LabelAlbum": "專輯:",
|
||||
"LabelAlbumArtHelp": "PN 在 upnp:albumArtURI 裡的 dlna:profileID 屬性用於專輯封面。某些設備不管圖像的尺寸大小,都會要求特定的值。",
|
||||
"LabelAlbumArtMaxHeight": "專輯封面最大高度:",
|
||||
"LabelAlbumArtMaxHeightHelp": "通過 upnp:albumArtURI 顯示的專輯封面超連結的最大解析度。",
|
||||
"LabelAlbumArtMaxWidth": "專輯封面最大寬度:",
|
||||
"LabelAlbumArtMaxWidthHelp": "通過 upnp:albumArtURI 顯示的專輯封面超連結的最大解析度。",
|
||||
"LabelAlbumArtPN": "專輯封面 PN :",
|
||||
"LabelAlbumArtists": "專輯作家:",
|
||||
"LabelAllowHWTranscoding": "允許硬體轉檔",
|
||||
@@ -644,7 +636,6 @@
|
||||
"LabelBaseUrl": "根路徑:",
|
||||
"LabelIconMaxHeight": "圖示最高高度:",
|
||||
"LabelHttpsPortHelp": "HTTPS 伺服器的 TCP 埠。",
|
||||
"LabelIconMaxHeightHelp": "通過 upnp:icon 的圖示最大解析度。",
|
||||
"CopyStreamURL": "複製串流連結",
|
||||
"MediaInfoDefault": "預設",
|
||||
"LabelDateAddedBehaviorHelp": "若原本就有中繼資料,將會優先使用。",
|
||||
@@ -767,8 +758,6 @@
|
||||
"Off": "關閉",
|
||||
"OptionAdminUsers": "管理員",
|
||||
"OptionAllowRemoteControlOthers": "允許其他使用者遠端控制",
|
||||
"OptionProfileVideo": "影片",
|
||||
"OptionProfileVideoAudio": "影片與圖片",
|
||||
"OptionReleaseDate": "釋出日期",
|
||||
"OptionWeekends": "假日",
|
||||
"PlayNextEpisodeAutomatically": "自動播放下一集",
|
||||
@@ -791,7 +780,6 @@
|
||||
"MessageConfirmRestart": "您確定要重新啟動 Jellyfin 嗎?",
|
||||
"Metadata": "中繼資料",
|
||||
"OptionAllUsers": "所有使用者",
|
||||
"OptionProfilePhoto": "圖片",
|
||||
"OptionRegex": "正則表達式",
|
||||
"RecommendationBecauseYouWatched": "因為您看過 {0}",
|
||||
"RepeatMode": "重複模式",
|
||||
@@ -839,7 +827,6 @@
|
||||
"LabelGroupMoviesIntoCollectionsHelp": "顯示電影清單時,屬於相同集合的電影將作為分組項目顯示。",
|
||||
"LabelEncoderPreset": "H264 解碼品質:",
|
||||
"LabelHardwareAccelerationType": "硬體加速:",
|
||||
"LabelIconMaxWidthHelp": "通過 upnp:icon 的圖示最大解析度。",
|
||||
"LabelImportOnlyFavoriteChannels": "僅限收藏的頻道",
|
||||
"LabelInNetworkSignInWithEasyPassword": "啟用以簡易密碼進行區域網路登入",
|
||||
"LabelH264Crf": "H264 編碼 CRF:",
|
||||
|
||||
Reference in New Issue
Block a user