Merge pull request #139 from jellyfin/release-10.2.z

Release 10.2.0
This commit is contained in:
Joshua M. Boniface 2019-02-17 15:54:09 -05:00 committed by GitHub
commit 072f4a3cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 29055 additions and 27689 deletions

View File

@ -1,5 +1,6 @@
define(['connectionManager', 'userSettings', 'events'], function (connectionManager, userSettings, events) {
'use strict';
var fallbackCulture = 'en-us';
var allTranslations = {};
var currentCulture;
@ -29,7 +30,7 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
return navigator.languages[0];
}
return 'en-us';
return fallbackCulture;
}
function updateCurrentCulture() {
@ -62,6 +63,11 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
for (var i in allTranslations) {
ensureTranslation(allTranslations[i], culture);
}
if (culture !== fallbackCulture) {
for (var i in allTranslations) {
ensureTranslation(allTranslations[i], fallbackCulture);
}
}
}
function ensureTranslation(translationInfo, culture) {
@ -138,7 +144,7 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
if (!filtered.length) {
filtered = translations.filter(function (t) {
return normalizeLocaleName(t.lang) === 'en-us';
return normalizeLocaleName(t.lang) === fallbackCulture;
});
}
@ -186,7 +192,7 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
function translateKeyFromModule(key, module) {
var dictionary = getDictionary(module, getCurrentLocale());
if (!dictionary || !dictionary[key]) {
dictionary = getDictionary(module, 'en-us');
dictionary = getDictionary(module, fallbackCulture);
}
if (!dictionary) {
return key;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,57 +1,86 @@
{
"AdditionalNotificationServices": "Browse the plugin catalogue to install additional notification services.",
"BrowsePluginCatalogMessage": "Browse our plugin catalogue to view available plugins.",
"CinemaModeConfigurationHelp": "Cinema mode brings the theatre experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"ColorPrimaries": "Colour primaries",
"ColorSpace": "Colour space",
"ColorTransfer": "Colour transfer",
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customised on a per-library basis.",
"EnableColorCodedBackgrounds": "Enable colour-coded backgrounds",
"Favorite": "Favourite",
"Favorites": "Favourites",
"HDPrograms": "HD programmes",
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognised rating information:",
"HeaderBrandingHelp": "Customise the appearance of Jellyfin to fit the needs of your group or organisation.",
"HeaderFavoriteAlbums": "Favourite Albums",
"HeaderFavoriteArtists": "Favourite Artists",
"HeaderFavoriteCollections": "Favourite Collections",
"HeaderFavoriteEpisodes": "Favourite Episodes",
"HeaderFavoriteMovies": "Favourite Movies",
"HeaderFavoritePlaylists": "Favourite Playlists",
"HeaderFavoriteShows": "Favourite Shows",
"HeaderFavoriteSongs": "Favourite Songs",
"HeaderFavoriteVideos": "Favourite Videos",
"HeaderResponseProfileHelp": "Response profiles provide a way to customise information sent to the device when playing certain kinds of media.",
"ImportFavoriteChannelsHelp": "If enabled, only channels that are marked as favourite on the tuner device will be imported.",
"LabelCustomizeOptionsPerMediaType": "Customise for media type:",
"LabelDateAddedBehavior": "Date added behaviour for new content:",
"LabelImportOnlyFavoriteChannels": "Restrict to channels marked as favourite",
"LabelKodiMetadataUserHelp": "Enable this to save watch data to Nfo files for other applications to utilise.",
"LabelTextBackgroundColor": "Text background colour:",
"LabelTextColor": "Text colour:",
"LabelWindowBackgroundColor": "Text background colour:",
"MessageNoCollectionsAvailable": "Collections allow you to enjoy personalised groupings of Movies, Series, Albums and Books. Click the + button to start creating Collections.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognise that command.",
"NewCollectionHelp": "Collections allow you to create personalised groupings of movies and other library content.",
"NoNewDevicesFound": "No new devices found. To add a new tuner, close this dialogue and enter the device information manually.",
"OptionBlockLiveTvPrograms": "Live TV Programmes",
"OptionEnableExternalContentInSuggestionsHelp": "Allow internet trailers and live TV programmes to be included within suggested content.",
"OptionEnableFullSpeedConversionHelp": "By default, sync conversion is performed at a low speed to minimise resource consumption.",
"OptionEnableTranscodingThrottleHelp": "Throttling will automatically adjust transcoding speed in order to minimise server CPU utilisation during playback.",
"OptionFavorite": "Favourites",
"OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honoured but will ignore the byte range header.",
"PlaceFavoriteChannelsAtBeginning": "Place favourite channels at the beginning",
"PlaybackErrorNotAllowed": "You're currently not authorised to play this content. Please contact your system administrator for details.",
"Programs": "Programmes",
"SynologyUpdateInstructions": "Please login to DSM and go to Package Centre to update.",
"TabCatalog": "Catalogue",
"TabFavorites": "Favourites",
"ViewTypeMusicFavoriteAlbums": "Favourite Albums",
"ViewTypeMusicFavoriteArtists": "Favourite Artists",
"ViewTypeMusicFavoriteSongs": "Favourite Songs",
"ViewTypeMusicFavorites": "Favourites",
"XmlTvKidsCategoriesHelp": "Programmes with these categories will be displayed as programmes for children. Separate multiple with '|'.",
"XmlTvMovieCategoriesHelp": "Programmes with these categories will be displayed as movies. Separate multiple with '|'.",
"XmlTvNewsCategoriesHelp": "Programmes with these categories will be displayed as news programmes. Separate multiple with '|'.",
"XmlTvSportsCategoriesHelp": "Programmes with these categories will be displayed as sports programmes. Separate multiple with '|'."
}
"AdditionalNotificationServices": "Browse the plugin catalogue to install additional notification services.",
"BrowsePluginCatalogMessage": "Browse our plugin catalogue to view available plugins.",
"CinemaModeConfigurationHelp": "Cinema mode brings the theatre experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"ColorPrimaries": "Colour primaries",
"ColorSpace": "Colour space",
"ColorTransfer": "Colour transfer",
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customised on a per-library basis.",
"EnableColorCodedBackgrounds": "Enable colour-coded backgrounds",
"Favorite": "Favourite",
"Favorites": "Favourites",
"HDPrograms": "HD programmes",
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognised rating information:",
"HeaderBrandingHelp": "Customise the appearance of Jellyfin to fit the needs of your group or organisation.",
"HeaderFavoriteAlbums": "Favourite Albums",
"HeaderFavoriteArtists": "Favourite Artists",
"HeaderFavoriteCollections": "Favourite Collections",
"HeaderFavoriteEpisodes": "Favourite Episodes",
"HeaderFavoriteMovies": "Favourite Movies",
"HeaderFavoritePlaylists": "Favourite Playlists",
"HeaderFavoriteShows": "Favourite Shows",
"HeaderFavoriteSongs": "Favourite Songs",
"HeaderFavoriteVideos": "Favourite Videos",
"HeaderResponseProfileHelp": "Response profiles provide a way to customise information sent to the device when playing certain kinds of media.",
"ImportFavoriteChannelsHelp": "If enabled, only channels that are marked as favourite on the tuner device will be imported.",
"LabelCustomizeOptionsPerMediaType": "Customise for media type:",
"LabelDateAddedBehavior": "Date added behaviour for new content:",
"LabelImportOnlyFavoriteChannels": "Restrict to channels marked as favourite",
"LabelKodiMetadataUserHelp": "Enable this to save watch data to Nfo files for other applications to utilise.",
"LabelTextBackgroundColor": "Text background colour:",
"LabelTextColor": "Text colour:",
"LabelWindowBackgroundColor": "Text background colour:",
"MessageNoCollectionsAvailable": "Collections allow you to enjoy personalised groupings of Movies, Series, Albums and Books. Click the + button to start creating Collections.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognise that command.",
"NewCollectionHelp": "Collections allow you to create personalised groupings of movies and other library content.",
"NoNewDevicesFound": "No new devices found. To add a new tuner, close this dialogue and enter the device information manually.",
"OptionBlockLiveTvPrograms": "Live TV Programmes",
"OptionEnableExternalContentInSuggestionsHelp": "Allow internet trailers and live TV programmes to be included within suggested content.",
"OptionEnableFullSpeedConversionHelp": "By default, sync conversion is performed at a low speed to minimise resource consumption.",
"OptionEnableTranscodingThrottleHelp": "Throttling will automatically adjust transcoding speed in order to minimise server CPU utilisation during playback.",
"OptionFavorite": "Favourites",
"OptionIgnoreTranscodeByteRangeRequestsHelp": "If enabled, these requests will be honoured but will ignore the byte range header.",
"PlaceFavoriteChannelsAtBeginning": "Place favourite channels at the beginning",
"PlaybackErrorNotAllowed": "You're currently not authorised to play this content. Please contact your system administrator for details.",
"Programs": "Programmes",
"SynologyUpdateInstructions": "Please login to DSM and go to Package Centre to update.",
"TabCatalog": "Catalogue",
"TabFavorites": "Favourites",
"ViewTypeMusicFavoriteAlbums": "Favourite Albums",
"ViewTypeMusicFavoriteArtists": "Favourite Artists",
"ViewTypeMusicFavoriteSongs": "Favourite Songs",
"ViewTypeMusicFavorites": "Favourites",
"XmlTvKidsCategoriesHelp": "Programmes with these categories will be displayed as programmes for children. Separate multiple with '|'.",
"XmlTvMovieCategoriesHelp": "Programmes with these categories will be displayed as movies. Separate multiple with '|'.",
"XmlTvNewsCategoriesHelp": "Programmes with these categories will be displayed as news programmes. Separate multiple with '|'.",
"XmlTvSportsCategoriesHelp": "Programmes with these categories will be displayed as sports programmes. Separate multiple with '|'.",
"Albums": "Albums",
"Artists": "Artists",
"Books": "Books",
"Channels": "Channels",
"Collections": "Collections",
"Folders": "Folders",
"Genres": "Genres",
"HeaderAlbumArtists": "Album Artists",
"HeaderContinueWatching": "Continue Watching",
"HeaderLiveTV": "Live TV",
"HeaderNextUp": "Next Up",
"HeaderRecordingGroups": "Recording Groups",
"LabelIpAddressValue": "IP address: {0}",
"LabelRunningTimeValue": "Running time: {0}",
"MessageApplicationUpdated": "Jellyfin Server has been updated",
"MessageNamedServerConfigurationUpdatedWithValue": "Server configuration section {0} has been updated",
"MessageServerConfigurationUpdated": "Server configuration has been updated",
"Movies": "Movies",
"Photos": "Photos",
"Playlists": "Playlists",
"PluginInstalledWithName": "{0} was installed",
"PluginUninstalledWithName": "{0} was uninstalled",
"PluginUpdatedWithName": "{0} was updated",
"ProviderValue": "Provider: {0}",
"Shows": "Shows",
"Songs": "Songs",
"Sync": "Sync",
"ValueSpecialEpisodeName": "Special - {0}",
"VersionNumber": "Version {0}"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,105 @@
{
"AddUser": "Tambah Pengguna",
"ButtonSignOut": "Sign out",
"Delete": "Padam",
"FolderTypeTvShows": "TV",
"HeaderParentalRating": "Parental Rating",
"HeaderSeries": "Series:",
"HeaderYear": "Year:",
"LabelFinish": "Habis",
"LabelNext": "Seterusnya",
"LabelPrevious": "Sebelumnya",
"LabelYoureDone": "Kamu Selesai!",
"ParentalRating": "Parental Rating",
"SettingsSaved": "Seting Disimpan",
"Users": "Para Pengguna"
}
"AddUser": "Tambah Pengguna",
"ButtonSignOut": "Sign out",
"Delete": "Padam",
"FolderTypeTvShows": "TV",
"HeaderParentalRating": "Parental Rating",
"HeaderSeries": "Series:",
"HeaderYear": "Year:",
"LabelFinish": "Habis",
"LabelNext": "Seterusnya",
"LabelPrevious": "Sebelumnya",
"LabelYoureDone": "Kamu Selesai!",
"ParentalRating": "Parental Rating",
"SettingsSaved": "Seting Disimpan",
"Users": "Para Pengguna",
"Absolute": "Mutlak",
"Accept": "Terima",
"AccessRestrictedTryAgainLater": "Akses pada masa ini terhad. Sila cuba sebentar lagi.",
"Actor": "Pelakon",
"Add": "Tambah",
"AddGuideProviderHelp": "Tambah sumber untuk maklumat Panduan TV",
"AddItemToCollectionHelp": "Tambah item ke koleksi melalui mencari mereka dan menggunakan menu klik kanan atau ketik mereka untuk menambahkannya ke koleksi.",
"AddToCollection": "Tambah pada koleksi",
"AddToPlayQueue": "Tambah ke giliran main",
"AddToPlaylist": "Tambah pada senarai main",
"AddUserByManually": "Tambah pengguna setempat dengan memasukkan maklumat pengguna secara manual.",
"AddedOnValue": "Ditambahkan {0}",
"AdditionalNotificationServices": "Semak imbas katalog plugin untuk memasang perkhidmatan pemberitahuan tambahan.",
"AirDate": "Tarikh siaran",
"Aired": "Disiarkan",
"All": "Segala",
"AllLibraries": "Semua pustaka",
"AllowDeletionFromAll": "Membenarkan penghapusan media daripada semua perpustakaan",
"AllowMediaConversion": "Membolehkan penukaran media",
"AllowMediaConversionHelp": "Memberi atau menolak akses penukaran ciri media",
"Albums": "Album-album",
"Alerts": "Pemberitahuan",
"AllChannels": "Semua saluran",
"AllComplexFormats": "Semua format kompleks (ASS, SSA, VOBSUB, PGS, SUB/IDX, dan sebagainya)",
"AllEpisodes": "Semua episod",
"AllLanguages": "Semua bahasa",
"AllowOnTheFlySubtitleExtraction": "Membolehkan pengekstrakan sarikata serta-merta",
"AllowOnTheFlySubtitleExtractionHelp": "Sarikata-sarikata yang sedia ada dapat diekstrak dari video-video dan dihantar ke aplikasi Jellyfin dalam teks biasa. Ini untuk menghindari video daripada transkoding. Pada sistem-sistem lain, ia dapat mengambil masa panjang dan menyebabkan video main balik terhenti semasa proses pengekstrakan. Ciri ini dapat dimatikan supaya sarikata yang sedia ada akan dibakar bersama video transkoding, jika ianya tidak disokong secara asal oleh peranti klien.",
"AllowRemoteAccess": "Membenarkan persambungan jauh ke pelayan Jellyfin ini.",
"AllowRemoteAccessHelp": "Jika tidak disemak, semua persambungan jauh akan disekat.",
"AllowSeasonalThemes": "Membenarkan tema bermusim secara automatik",
"AllowSeasonalThemesHelp": "Jika diaktifkan, tema bermusim selalunya akan mengatasi tetapan tema anda.",
"Advanced": "Carian terperinci",
"AllowHWTranscodingHelp": "Jika diaktifkan, penala dibolehkan untuk transkod strim dengan serta-merta. Ini dapat bantu mengurangkan transkoding yang diperlukan dari pelayan Jellyfin.",
"AlwaysPlaySubtitles": "Sentiasa main sarikata",
"AlwaysPlaySubtitlesHelp": "Sarikata sepadan dengan bahasa yang dipilih akan masih dimuatkan tanpa mengira bahasa audio.",
"AnamorphicVideoNotSupported": "Video anamorfik tidak disokong",
"AnyLanguage": "Mana-mana bahasa",
"Anytime": "Pada bila masa saja",
"AroundTime": "Sekitar {0}",
"Art": "Seni",
"Artists": "Artis-artis",
"AsManyAsPossible": "Sebanyak mungkin",
"Ascending": "Susunan menaik",
"AspectRatio": "Nisbah aspek",
"AttributeNew": "Terbaru",
"Audio": "Audio",
"AudioBitDepthNotSupported": "Kedalaman bit audio tidak disokong",
"AudioBitrateNotSupported": "Bitrate audio tidak disokong",
"AudioChannelsNotSupported": "Saluran audio tidak disokong",
"AudioCodecNotSupported": "Codec audio tidak disokong",
"AudioProfileNotSupported": "Profil audio tidak disokong",
"AudioSampleRateNotSupported": "Kadar sampel audio tidak disokong",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (berdasar tetapan bahasa)",
"AutomaticallyConvertNewContent": "Menukar kandungan baru secara automatik",
"AutomaticallyConvertNewContentHelp": "Kandungan baru yang disimpan ke dalam folder ini akan ditukarkan secara automatik.",
"AutomaticallySyncNewContent": "Muat turun kandungan baru secara automatik",
"AutomaticallySyncNewContentHelp": "Kandungan baru yang disimpan dalam folder ini akan dimuat turun secara automatik ke alat peranti.",
"Backdrop": "Latar belakang",
"Backdrops": "Latar belakang",
"BestFit": "Paling sesuai",
"BirthDateValue": "Lahir: {0}",
"BirthLocation": "Tempat lahir",
"BirthPlaceValue": "Tempat lahir: {0}",
"Blacklist": "Senarai hitam",
"Books": "Buku-buku",
"Box": "Kotak",
"Browse": "Semak imbas",
"ButtonAccept": "Terima",
"ButtonAdd": "Tambah",
"ButtonAddMediaLibrary": "Tambah Pustaka Media",
"ButtonAddServer": "Tambah pelayan",
"ButtonAddUser": "Tambah pengguna",
"ButtonArrowDown": "Turun",
"ButtonArrowLeft": "Kiri",
"ButtonArrowRight": "Kanan",
"ButtonArrowUp": "Atas",
"ButtonAudioTracks": "Trek Audio",
"ButtonBack": "Kembali",
"ButtonCancel": "Batalkan",
"ButtonCancelSeries": "Batalkan siri",
"ButtonChangeContentType": "Tukar pilihan isi kandungan",
"ButtonChangeServer": "Tukar pelayan",
"ButtonClear": "Padam",
"ButtonClose": "Tutup",
"ButtonConfigurePassword": "Tetapkan kata laluan",
"ButtonConfigurePinCode": "Tetapkan kod pin",
"ButtonConnect": "Sambung"
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,431 +1,489 @@
{
"Add": "添加",
"AddGuideProviderHelp": "新增節目表提供者",
"AddUser": "添加用戶",
"Advanced": "進階",
"All": "全部",
"AllowRemoteAccessHelp": "如果未勾選,所有連線都將被阻擋。",
"Browse": "瀏覽",
"BrowsePluginCatalogMessage": "瀏覽我們的插件目錄來查看可用的插件。",
"ButtonAdd": "添加",
"ButtonAddServer": "新增伺服器",
"ButtonAddUser": "添加使用者",
"ButtonCancel": "取消",
"ButtonConvertMedia": "轉檔",
"ButtonCreate": "創建",
"ButtonDelete": "刪除",
"ButtonDeleteImage": "刪除圖像",
"ButtonEdit": "編輯",
"ButtonEditImages": "編輯圖片",
"ButtonExit": "離開",
"ButtonFilter": "過濾",
"ButtonForgotPassword": "忘記密碼",
"ButtonGotIt": "我知道了",
"ButtonGuide": "節目表",
"ButtonHome": "首頁",
"ButtonManageServer": "管理伺服器",
"ButtonNew": "建立",
"ButtonOk": "確定",
"ButtonPlay": "播放",
"ButtonPrivacyPolicy": "隱私權政策",
"ButtonQuickStartGuide": "快速開始指南",
"ButtonRecord": "開始錄影",
"ButtonRefresh": "重新整理",
"ButtonRefreshGuideData": "更新電視節目表",
"ButtonRemove": "清除",
"ButtonResetPassword": "重設密碼",
"ButtonSave": "保存",
"ButtonScanLibrary": "掃描媒體庫",
"ButtonSearch": "搜尋",
"ButtonSelect": "選擇",
"ButtonSelectDirectory": "選擇目錄",
"ButtonSelectServer": "選擇伺服器",
"ButtonShare": "分享",
"ButtonSignIn": "登錄",
"ButtonSignOut": "登出",
"ButtonSignUp": "註冊",
"ButtonSkip": "跳過",
"ButtonSort": "排序",
"ButtonSync": "同步",
"ButtonTryAgain": "重試",
"ButtonUpload": "上載",
"CategorySync": "同步",
"ConfirmDeleteItem": "刪除此項目時,也會一併從檔案系統及媒體櫃中刪除。確定要刪除嗎?",
"ConfirmDeletion": "確定刪除",
"Continuing": "持續",
"CustomDlnaProfilesHelp": "為新的設備創建自定義配置或覆蓋原有系統配置。",
"Days": "錄影日",
"Delete": "刪除",
"DeleteImage": "刪除圖像",
"DeleteImageConfirmation": "你確定要刪除這張圖像?",
"DeleteUser": "刪除用戶",
"Dislike": "不喜歡",
"Download": "下載",
"Edit": "編輯",
"EditImages": "編輯圖片",
"Ended": "完結",
"EndsAtValue": "完結於{0}",
"ErrorMessageEmailInUse": "此電子郵件帳號已被使用過,請輸入其他的電子郵件帳號,然後再試一次,或使用「忘記密碼」功能找回密碼。",
"Favorite": "加到最愛",
"FeatureRequiresJellyfinPremiere": "此功能需要有效的Jellyfin豪華版訂閱",
"File": "檔案",
"FileNotFound": "未找到檔案。",
"FileReadError": "在讀取檔案時發生錯誤。",
"FolderTypeMovies": "電影",
"FolderTypeMusic": "音樂",
"FolderTypeMusicVideos": "MV",
"FolderTypePhotos": "照片",
"FolderTypeTvShows": "TV",
"Friday": "星期五",
"GuideProviderLogin": "登入",
"HeaderActiveRecordings": "正在錄影的節目",
"HeaderAddTitles": "添加標題",
"HeaderAddUser": "增加使用者",
"HeaderAdditionalParts": "附加部份",
"HeaderAdmin": "管理",
"HeaderAllRecordings": "所有錄影",
"HeaderAutomaticUpdates": "自動更新",
"HeaderAvailableServices": "可用的服務",
"HeaderAwardsAndReviews": "獎項與評論",
"HeaderBecomeProjectSupporter": "立即取得",
"HeaderCastCrew": "拍攝人員及演員",
"HeaderChannels": "頻道",
"HeaderCreatePassword": "創建密碼",
"HeaderCustomDlnaProfiles": "自定義配置",
"HeaderDays": "錄影日",
"HeaderDeleteItem": "刪除項目",
"HeaderDetails": "詳細資料",
"HeaderEasyPinCode": "簡易 PIN 碼",
"HeaderFeatureAccess": "可以使用的功能",
"HeaderFetchImages": "抓取圖像:",
"HeaderForgotPassword": "忘記密碼",
"HeaderFrequentlyPlayed": "經常播放",
"HeaderGuideProviders": "節目表提供者",
"HeaderImageSettings": "圖像設置",
"HeaderInstalledServices": "已安裝的服務",
"HeaderInstantMix": "瞬時混播",
"HeaderLatestAlbums": "最新專輯",
"HeaderLatestEpisodes": "最新節目單元",
"HeaderLatestMovies": "最新電影",
"HeaderLatestRecordings": "最新錄影的節目",
"HeaderLatestSongs": "最新歌曲",
"HeaderLatestTrailers": "最新預告",
"HeaderLinks": "鏈接",
"HeaderLiveTV": "電視",
"HeaderLiveTv": "電視",
"HeaderMediaFolders": "媒體文件夾",
"HeaderMusicVideos": "音樂視頻",
"HeaderNewRecording": "新錄製",
"HeaderNewUsers": "新使用者",
"HeaderNextUp": "下一集",
"HeaderNowPlaying": "正在播放",
"HeaderParentalRating": "Parental Rating",
"HeaderPaths": "路徑",
"HeaderPersonTypes": "人物類型:",
"HeaderPlayAll": "全部播放",
"HeaderPleaseSignIn": "請登錄",
"HeaderPreferredMetadataLanguage": "首選媒體資料語言",
"HeaderRecentlyPlayed": "最近播放",
"HeaderSaySomethingLike": "說點東西,像是...",
"HeaderScenes": "場景",
"HeaderSearch": "搜尋",
"HeaderSelectDate": "選擇日期",
"HeaderSelectPlayer": "選擇播放裝置",
"HeaderSelectServer": "選擇伺服器",
"HeaderSelectServerCachePath": "選擇伺服器快取路徑",
"HeaderSeries": "Series:",
"HeaderSetupTVGuide": "電視設定指南",
"HeaderSignUp": "註冊",
"HeaderSpecialFeatures": "特色",
"HeaderStatus": "狀態",
"HeaderSync": "同步",
"HeaderSyncJobInfo": "同步作業",
"HeaderSystemDlnaProfiles": "系統配置",
"HeaderTV": "電視節目",
"HeaderTermsOfService": "Jellyfin 服務條款",
"HeaderThemeSongs": "主題曲",
"HeaderThemeVideos": "主題視頻",
"HeaderTvTuners": "調諧器",
"HeaderUploadNewImage": "上傳新圖片",
"HeaderUsers": "使用者",
"HeaderVideo": "影片",
"HeaderYear": "Year:",
"HeaderYouSaid": "您是指...",
"Help": "說明",
"ImageUploadAspectRatioHelp": "推薦使有1:1寬高比例的圖像。只允許JPG/PNG格式",
"ItemCount": "{0}個項目",
"LabelAllowServerAutoRestart": "允許伺服器自動重新啟動去安裝更新資料",
"LabelAllowServerAutoRestartHelp": "伺服器只會在沒有活躍用戶及空閒期間重新啟動。",
"LabelAudioLanguagePreference": "音頻語言偏好選項:",
"LabelCachePath": "緩存路徑:",
"LabelCollection": "收藏櫃:",
"LabelConfigureSettings": "配置設定",
"LabelContentType": "內容類型:",
"LabelCountry": "國家:",
"LabelCurrentPassword": "當前的密碼:",
"LabelDay": "日:",
"LabelDisplayMissingEpisodesWithinSeasons": "顯示節目季度內缺少的單元",
"LabelDownloadInternetMetadata": "從互聯網下載媒體圖像及資料",
"LabelEnableDebugLogging": "記錄除錯信息到日誌",
"LabelEnableDlnaClientDiscoveryInterval": "尋找客戶端時間間隔(秒)",
"LabelEnableDlnaDebugLogging": "記錄DLNA除錯信息到日誌",
"LabelEnableDlnaDebugLoggingHelp": "這將創建一個非常大的日誌文件,建議只需要進行故障排除時啟動。",
"LabelEnableDlnaPlayTo": "播放到DLNA設備",
"LabelEnableRealtimeMonitor": "啟用實時監控",
"LabelEnableRealtimeMonitorHelp": "支持的文件系統上的更改,將會立即處理。",
"LabelEvent": "事件:",
"LabelEveryXMinutes": "每:",
"LabelFinish": "完成",
"LabelFolderType": "文件夾類型:",
"LabelFriendlyServerName": "友好伺服器名稱:",
"LabelFriendlyServerNameHelp": "此名稱將用於標識伺服器。如果留空,計算機名稱將被使用。",
"LabelLanguage": "語言:",
"LabelMaxBackdropsPerItem": "每個項目背景的最大數目:",
"LabelMaxParentalRating": "最大允許的家長評級:",
"LabelMaxResumePercentage": "最大恢復播放百分比",
"LabelMaxResumePercentageHelp": "媒體如果在這個時間之後停止,會被定為已播放。",
"LabelMaxScreenshotsPerItem": "每件物品截圖的最大數量:",
"LabelMetadataPath": "媒體資料文件夾路徑:",
"LabelMinBackdropDownloadWidth": "最小背景下載寬度:",
"LabelMinResumeDuration": "最少恢復播放時間(秒):",
"LabelMinResumeDurationHelp": "媒體比這更短不可恢復播放",
"LabelMinResumePercentage": "最少恢復播放百分比",
"LabelMinResumePercentageHelp": "媒體如果在這個時間之前停止,會被定為未播放。",
"LabelMinScreenshotDownloadWidth": "最小截圖下載寬度:",
"LabelMissing": "缺少",
"LabelName": "名字:",
"LabelNewPassword": "新密碼:",
"LabelNewPasswordConfirm": "確認新密碼:",
"LabelNext": "下一個",
"LabelPassword": "密碼:",
"LabelPinCode": "PIN 碼:",
"LabelPlaylist": "播放清單:",
"LabelPrevious": "上一個",
"LabelRefreshMode": "更新模式:",
"LabelSaveLocalMetadata": "保存媒體圖像及資料到媒體所在的文件夾。",
"LabelSaveLocalMetadataHelp": "直接保存媒體圖像及資料到媒體所在的文件夾能使編輯工作更容易。",
"LabelSkipped": "已跳過",
"LabelSubtitleLanguagePreference": "字幕語言偏好選項:",
"LabelTime": "時間:",
"LabelTranscodingTempPath": "轉碼臨時路徑:",
"LabelTriggerType": "觸發類型:",
"LabelUnairedMissingEpisodesWithinSeasons": "在節目季度內顯示還未發佈的單元",
"LabelUser": "使用者:",
"LabelVideoType": "視頻類型:",
"LabelYourFirstName": "你的名字:",
"LabelYoureDone": "完成!",
"LibraryAccessHelp": "選擇媒體文件夾與這用戶共享。管理員將可以使用媒體資料據管理器編輯所有的媒體文件夾。",
"Like": "喜歡",
"LinkCommunity": "社區",
"LoginDisclaimer": "Jellyfin可以協助你管理你的個人媒體像是影片或照片。使用Jellyfin的任何軟體表示您已閱讀並同意我們的服務條款。",
"MaxParentalRatingHelp": "具有較高的家長評級內容將從這用戶被隱藏",
"MessageActiveSubscriptionRequiredSeriesRecordings": "要使用自動錄製系列的功能需要有效的Jellyfin豪華版訂閱",
"MessageAreYouSureDeleteSubtitles": "您真的要刪除這個字幕檔嗎?",
"MessageDownloadQueued": "需要下載",
"MessageIfYouBlockedVoice": "如果您拒絕程式使用語音辨識,您將需要在重試之前再次設定",
"MessageItemsAdded": "已新增項目",
"MessageNoMovieSuggestionsAvailable": "目前並沒有推薦的電影。開始觀看並對您的電影評分後,我們就會為您推薦您可能會喜歡的內容。",
"MessageNothingHere": "這裡沒有什麼。",
"MessagePasswordResetForUsers": "該使用者的密碼已經被移除。要以該使用者登入時,請將密碼欄位留白",
"MessagePleaseEnsureInternetMetadata": "請確保已啟用從互聯網下載媒體資料。",
"MessageTunerDeviceNotListed": "你的調諧器沒有列在清單中嗎?試著安裝額外的插件以取得更多選項",
"MessageWeDidntRecognizeCommand": "很抱歉,我們無法辨識此指令",
"Monday": "星期一",
"MoreUsersCanBeAddedLater": "往後可以在控制台內添加更多用戶。",
"MySubtitles": "我的字幕",
"NewCollection": "新合集",
"NewCollectionHelp": "收藏櫃讓您能夠建立個人化的影音及其他媒體的分類",
"NewCollectionNameExample": "例子:星球大戰合集",
"NoItemsFound": "無項目",
"NoNextUpItemsMessage": "沒有找到。開始看你的節目!",
"NoPluginsInstalledMessage": "你沒有安裝插件。",
"NoSubtitleSearchResultsFound": "無結果",
"OptionActors": "演員",
"OptionAfterSystemEvent": "系統事件之後",
"OptionAlbum": "專輯",
"OptionAlbumArtist": "專輯歌手",
"OptionAllowBrowsingLiveTv": "允許使用電視",
"OptionAllowManageLiveTv": "允許管理電視節目錄影",
"OptionAllowUserToManageServer": "允許這用戶管理伺服器",
"OptionAnyNumberOfPlayers": "任何",
"OptionArtist": "歌手",
"OptionAscending": "升序",
"OptionAutomatic": "自動",
"OptionBackdrop": "背景",
"OptionBanner": "橫向圖",
"OptionBeta": "公測版本",
"OptionBlockLiveTvChannels": "電視頻道",
"OptionBlockLiveTvPrograms": "電視頻道",
"OptionBluray": "藍光",
"OptionCommunityRating": "社區評分",
"OptionContinuing": "持續",
"OptionCriticRating": "評論家評價",
"OptionDaily": "每日",
"OptionDateAdded": "添加日期",
"OptionDatePlayed": "播放日期",
"OptionDescending": "降序",
"OptionDirectors": "導演",
"OptionDisableUser": "禁用此用戶",
"OptionDisableUserHelp": "被禁用的用戶將不允許連接伺服器。現有的連接將被即時終止。",
"OptionDislikes": "不喜歡",
"OptionDownloadArtImage": "圖像",
"OptionDownloadBackImage": "媒體包裝背面",
"OptionDownloadBoxImage": "媒體包裝",
"OptionDownloadDiscImage": "光碟",
"OptionDownloadLogoImage": "標誌",
"OptionDownloadMenuImage": "菜單",
"OptionDownloadPrimaryImage": "主要圖",
"OptionDownloadThumbImage": "縮略圖",
"OptionDvd": "DVD",
"OptionEnded": "完結",
"OptionEpisodeSortName": "單元排序名稱",
"OptionFavorite": "我的最愛",
"OptionFriday": "星期五",
"OptionGuestStars": "特邀明星",
"OptionHasSubtitles": "字幕",
"OptionHasThemeSong": "主題曲",
"OptionHasThemeVideo": "主題視頻",
"OptionHideUser": "在登入頁面隱藏此使用者",
"OptionImdbRating": "IMDB評分",
"OptionIsHD": "高清",
"OptionIsSD": "標清",
"OptionIso": "鏡像檔",
"OptionLikes": "喜歡",
"OptionMissingEpisode": "缺少了的單元",
"OptionMissingImdbId": "缺少IMDB編號",
"OptionMissingOverview": "缺少概述",
"OptionMissingTmdbId": "缺少TMDB編號",
"OptionMissingTvdbId": "缺少TheTVDB編號",
"OptionMonday": "星期一",
"OptionNameSort": "名字",
"OptionNew": "新增...",
"OptionOff": "關閉",
"OptionOn": "開啟",
"OptionOnAppStartup": "在伺服器啟動",
"OptionOnInterval": "每時段",
"OptionOtherVideos": "其他視頻",
"OptionParentalRating": "家長評級",
"OptionPlayCount": "播放次數",
"OptionPlayed": "已播放",
"OptionPoster": "海報",
"OptionPremiereDate": "首映日期",
"OptionPriority": "優先",
"OptionProducers": "制片人",
"OptionRecordOnlyNewEpisodes": "只錄製新的集數",
"OptionRecordSeries": "錄影電視劇",
"OptionResumable": "可恢復",
"OptionRuntime": "播放長度",
"OptionSaturday": "星期六",
"OptionSpecialEpisode": "特集",
"OptionSunday": "星期天",
"OptionThumb": "縮略圖",
"OptionThursday": "星期四",
"OptionTimeline": "時間軸",
"OptionTrackName": "曲目名稱",
"OptionTuesday": "星期二",
"OptionTvdbRating": "Tvdb評分",
"OptionUnairedEpisode": "還未發佈的單元",
"OptionUnplayed": "未播放",
"OptionVideoBitrate": "視頻比特率",
"OptionWakeFromSleep": "從休眠中回復",
"OptionWednesday": "星期三",
"OptionWeekly": "每週",
"OptionWriters": "作者",
"OriginalAirDateValue": "原始播出日期:{0}",
"ParentalRating": "Parental Rating",
"Password": "密碼",
"PasswordMatchError": "密碼和密碼確認必須一致。",
"PasswordResetComplete": "密碼已重設",
"PasswordResetConfirmation": "你確定要重設密碼?",
"PasswordSaved": "密碼已保存。",
"Play": "播放",
"Record": "開始錄影",
"RecordSeries": "錄製整個系列",
"RecordingCancelled": "已取消排程錄製",
"RecordingScheduled": "已排程錄製",
"Refresh": "重新整理",
"RefreshDialogHelp": "詳細資料的更新方式會依據Jellyfin的設定及已經啟用的網路服務來進行",
"RegisterWithPayPal": "以 PayPal 註冊",
"ReplaceAllMetadata": "取代所有詳細資料",
"ReplaceExistingImages": "取代現有圖片",
"Saturday": "星期六",
"Save": "保存",
"Search": "搜尋",
"SearchForCollectionInternetMetadata": "在互聯網上搜索媒體圖像和資料",
"SearchForMissingMetadata": "搜尋遺失的詳細資料",
"SearchForSubtitles": "搜尋字幕",
"SeriesRecordingScheduled": "已排程錄製整個系列",
"ServerUpdateNeeded": "此Jellyfin伺服器需要更新請至{0}取得最新版本",
"SettingsSaved": "設置已保存。",
"Share": "分享",
"Subtitles": "字幕",
"Sunday": "星期天",
"TabAbout": "關於",
"TabAdvanced": "進階",
"TabAlbumArtists": "專輯歌手",
"TabAlbums": "專輯",
"TabArtists": "歌手",
"TabBasic": "基本",
"TabBasics": "基本",
"TabCatalog": "目錄",
"TabChannels": "頻道",
"TabCollectionTitles": "標題",
"TabEpisodes": "單元",
"TabFolders": "文件夾",
"TabGeneral": "一般",
"TabGenres": "類型",
"TabGuide": "節目表",
"TabHome": "首頁",
"TabImage": "圖像",
"TabImages": "圖像",
"TabInfo": "資訊",
"TabLatest": "最新",
"TabLibraryAccess": "媒體庫瀏覽權限",
"TabLiveTV": "電視",
"TabMetadata": "媒體資料",
"TabMovies": "電影",
"TabMusic": "音樂",
"TabMyPlugins": "我的插件",
"TabNetworks": "網絡",
"TabOthers": "其他",
"TabPassword": "密碼",
"TabPaths": "路徑",
"TabPlaylist": "播放清單",
"TabProfile": "配置",
"TabProfiles": "配置",
"TabRecordings": "錄影",
"TabSecurity": "安全性",
"TabSeries": "電視劇",
"TabServer": "伺服器",
"TabSettings": "設定",
"TabShows": "節目",
"TabSongs": "歌曲",
"TabStudios": "工作室",
"TabSuggestions": "推薦內容",
"TabSync": "同步",
"TabTV": "電視節目",
"TabTrailers": "預告",
"TabTranscoding": "轉碼中",
"TabUpcoming": "接下來",
"TellUsAboutYourself": "請自我介紹一下你自己",
"TextConnectToServerManually": "手動連線到伺服器",
"ThisWizardWillGuideYou": "此精靈將帶你完成安裝過程。開始之前,請選擇您慣用的語言。",
"Thursday": "星期四",
"TitleLiveTV": "電視",
"TitleNotifications": "通知",
"TitleScheduledTasks": "計劃任務",
"TitleSignIn": "登錄",
"TitleSupport": "支援",
"TitleSync": "同步",
"TrackCount": "{0}個曲目",
"Tuesday": "星期二",
"UninstallPluginConfirmation": "你確定要卸載{0}",
"UninstallPluginHeader": "卸載插件",
"UnlockGuide": "解鎖方式",
"UserProfilesIntro": "Jellyfin 包含對用戶配置文件的內置支持,使每個用戶都可以擁有自己的顯示設置,播放狀態和家長控制。",
"Users": "使用者",
"VersionNumber": "版本{0}",
"Wednesday": "星期三",
"WelcomeToProject": "歡迎使用 Jellyfin",
"WizardCompleted": "這就是我們所需要的全部資訊Jellyfin現在正在收集你的媒體櫃的資料在這段時間內不妨參考我們推出的應用程式。按一下<b>完成</b>進入<b>伺服器總覽頁</b>"
}
"Add": "添加",
"AddGuideProviderHelp": "新增節目表提供者",
"AddUser": "添加用戶",
"Advanced": "進階",
"All": "全部",
"AllowRemoteAccessHelp": "如果未勾選,所有連線都將被阻擋。",
"Browse": "瀏覽",
"BrowsePluginCatalogMessage": "瀏覽我們的插件目錄來查看可用的插件。",
"ButtonAdd": "添加",
"ButtonAddServer": "新增伺服器",
"ButtonAddUser": "添加使用者",
"ButtonCancel": "取消",
"ButtonConvertMedia": "轉檔",
"ButtonCreate": "創建",
"ButtonDelete": "刪除",
"ButtonDeleteImage": "刪除圖像",
"ButtonEdit": "編輯",
"ButtonEditImages": "編輯圖片",
"ButtonExit": "離開",
"ButtonFilter": "過濾",
"ButtonForgotPassword": "忘記密碼",
"ButtonGotIt": "我知道了",
"ButtonGuide": "節目表",
"ButtonHome": "首頁",
"ButtonManageServer": "管理伺服器",
"ButtonNew": "建立",
"ButtonOk": "確定",
"ButtonPlay": "播放",
"ButtonPrivacyPolicy": "隱私權政策",
"ButtonQuickStartGuide": "快速開始指南",
"ButtonRecord": "開始錄影",
"ButtonRefresh": "重新整理",
"ButtonRefreshGuideData": "更新電視節目表",
"ButtonRemove": "清除",
"ButtonResetPassword": "重設密碼",
"ButtonSave": "保存",
"ButtonScanLibrary": "掃描媒體庫",
"ButtonSearch": "搜尋",
"ButtonSelect": "選擇",
"ButtonSelectDirectory": "選擇目錄",
"ButtonSelectServer": "選擇伺服器",
"ButtonShare": "分享",
"ButtonSignIn": "登錄",
"ButtonSignOut": "登出",
"ButtonSignUp": "註冊",
"ButtonSkip": "跳過",
"ButtonSort": "排序",
"ButtonSync": "同步",
"ButtonTryAgain": "重試",
"ButtonUpload": "上載",
"CategorySync": "同步",
"ConfirmDeleteItem": "刪除此項目時,也會一併從檔案系統及媒體櫃中刪除。確定要刪除嗎?",
"ConfirmDeletion": "確定刪除",
"Continuing": "持續",
"CustomDlnaProfilesHelp": "為新的設備創建自定義配置或覆蓋原有系統配置。",
"Days": "錄影日",
"Delete": "刪除",
"DeleteImage": "刪除圖像",
"DeleteImageConfirmation": "你確定要刪除這張圖像?",
"DeleteUser": "刪除用戶",
"Dislike": "不喜歡",
"Download": "下載",
"Edit": "編輯",
"EditImages": "編輯圖片",
"Ended": "完結",
"EndsAtValue": "完結於{0}",
"ErrorMessageEmailInUse": "此電子郵件帳號已被使用過,請輸入其他的電子郵件帳號,然後再試一次,或使用「忘記密碼」功能找回密碼。",
"Favorite": "加到最愛",
"FeatureRequiresJellyfinPremiere": "",
"File": "檔案",
"FileNotFound": "未找到檔案。",
"FileReadError": "在讀取檔案時發生錯誤。",
"FolderTypeMovies": "電影",
"FolderTypeMusic": "音樂",
"FolderTypeMusicVideos": "MV",
"FolderTypePhotos": "照片",
"FolderTypeTvShows": "TV",
"Friday": "星期五",
"GuideProviderLogin": "登入",
"HeaderActiveRecordings": "正在錄影的節目",
"HeaderAddTitles": "添加標題",
"HeaderAddUser": "增加使用者",
"HeaderAdditionalParts": "附加部份",
"HeaderAdmin": "管理",
"HeaderAllRecordings": "所有錄影",
"HeaderAutomaticUpdates": "自動更新",
"HeaderAvailableServices": "可用的服務",
"HeaderAwardsAndReviews": "獎項與評論",
"HeaderBecomeProjectSupporter": "立即取得",
"HeaderCastCrew": "拍攝人員及演員",
"HeaderChannels": "頻道",
"HeaderCreatePassword": "創建密碼",
"HeaderCustomDlnaProfiles": "自定義配置",
"HeaderDays": "錄影日",
"HeaderDeleteItem": "刪除項目",
"HeaderDetails": "詳細資料",
"HeaderEasyPinCode": "簡易 PIN 碼",
"HeaderFeatureAccess": "可以使用的功能",
"HeaderFetchImages": "抓取圖像:",
"HeaderForgotPassword": "忘記密碼",
"HeaderFrequentlyPlayed": "經常播放",
"HeaderGuideProviders": "節目表提供者",
"HeaderImageSettings": "圖像設置",
"HeaderInstalledServices": "已安裝的服務",
"HeaderInstantMix": "瞬時混播",
"HeaderLatestAlbums": "最新專輯",
"HeaderLatestEpisodes": "最新節目單元",
"HeaderLatestMovies": "最新電影",
"HeaderLatestRecordings": "最新錄影的節目",
"HeaderLatestSongs": "最新歌曲",
"HeaderLatestTrailers": "最新預告",
"HeaderLinks": "鏈接",
"HeaderLiveTV": "電視",
"HeaderLiveTv": "電視",
"HeaderMediaFolders": "媒體文件夾",
"HeaderMusicVideos": "音樂視頻",
"HeaderNewRecording": "新錄製",
"HeaderNewUsers": "新使用者",
"HeaderNextUp": "下一集",
"HeaderNowPlaying": "正在播放",
"HeaderParentalRating": "Parental Rating",
"HeaderPaths": "路徑",
"HeaderPersonTypes": "人物類型:",
"HeaderPlayAll": "全部播放",
"HeaderPleaseSignIn": "請登錄",
"HeaderPreferredMetadataLanguage": "首選媒體資料語言",
"HeaderRecentlyPlayed": "最近播放",
"HeaderSaySomethingLike": "說點東西,像是...",
"HeaderScenes": "場景",
"HeaderSearch": "搜尋",
"HeaderSelectDate": "選擇日期",
"HeaderSelectPlayer": "選擇播放裝置",
"HeaderSelectServer": "選擇伺服器",
"HeaderSelectServerCachePath": "選擇伺服器快取路徑",
"HeaderSeries": "系列",
"HeaderSetupTVGuide": "電視設定指南",
"HeaderSignUp": "註冊",
"HeaderSpecialFeatures": "特色",
"HeaderStatus": "狀態",
"HeaderSync": "同步",
"HeaderSyncJobInfo": "同步作業",
"HeaderSystemDlnaProfiles": "系統配置",
"HeaderTV": "電視節目",
"HeaderTermsOfService": "Jellyfin 服務條款",
"HeaderThemeSongs": "主題曲",
"HeaderThemeVideos": "主題視頻",
"HeaderTvTuners": "調諧器",
"HeaderUploadNewImage": "上傳新圖片",
"HeaderUsers": "使用者",
"HeaderVideo": "影片",
"HeaderYear": "年",
"HeaderYouSaid": "您是指...",
"Help": "說明",
"ImageUploadAspectRatioHelp": "推薦使有1:1寬高比例的圖像。只允許JPG/PNG格式。",
"ItemCount": "{0}個項目",
"LabelAllowServerAutoRestart": "允許伺服器自動重新啟動去安裝更新資料",
"LabelAllowServerAutoRestartHelp": "伺服器只會在沒有活躍用戶及空閒期間重新啟動。",
"LabelAudioLanguagePreference": "音頻語言偏好選項:",
"LabelCachePath": "緩存路徑:",
"LabelCollection": "收藏櫃:",
"LabelConfigureSettings": "配置設定",
"LabelContentType": "內容類型:",
"LabelCountry": "國家:",
"LabelCurrentPassword": "當前的密碼:",
"LabelDay": "日:",
"LabelDisplayMissingEpisodesWithinSeasons": "顯示節目季度內缺少的單元",
"LabelDownloadInternetMetadata": "從互聯網下載媒體圖像及資料",
"LabelEnableDebugLogging": "記錄除錯信息到日誌",
"LabelEnableDlnaClientDiscoveryInterval": "尋找客戶端時間間隔(秒)",
"LabelEnableDlnaDebugLogging": "記錄DLNA除錯信息到日誌",
"LabelEnableDlnaDebugLoggingHelp": "這將創建一個非常大的日誌文件,建議只需要進行故障排除時啟動。",
"LabelEnableDlnaPlayTo": "播放到DLNA設備",
"LabelEnableRealtimeMonitor": "啟用實時監控",
"LabelEnableRealtimeMonitorHelp": "支持的文件系統上的更改,將會立即處理。",
"LabelEvent": "事件:",
"LabelEveryXMinutes": "每:",
"LabelFinish": "完成",
"LabelFolderType": "文件夾類型:",
"LabelFriendlyServerName": "友好伺服器名稱:",
"LabelFriendlyServerNameHelp": "此名稱將用於標識伺服器。如果留空,計算機名稱將被使用。",
"LabelLanguage": "語言:",
"LabelMaxBackdropsPerItem": "每個項目背景的最大數目:",
"LabelMaxParentalRating": "最大允許的家長評級:",
"LabelMaxResumePercentage": "最大恢復播放百分比:",
"LabelMaxResumePercentageHelp": "媒體如果在這個時間之後停止,會被認定為已播放",
"LabelMaxScreenshotsPerItem": "每件物品截圖的最大數量:",
"LabelMetadataPath": "媒體資料文件夾路徑:",
"LabelMinBackdropDownloadWidth": "最小背景下載寬度:",
"LabelMinResumeDuration": "最少恢復播放時間(秒):",
"LabelMinResumeDurationHelp": "媒體比這更短不可恢復播放",
"LabelMinResumePercentage": "最低恢復播放百分比:",
"LabelMinResumePercentageHelp": "媒體如果在這個時間之前停止,會被定為未播放",
"LabelMinScreenshotDownloadWidth": "最小截圖下載寬度:",
"LabelMissing": "缺少",
"LabelName": "名字:",
"LabelNewPassword": "新密碼:",
"LabelNewPasswordConfirm": "確認新密碼:",
"LabelNext": "下一個",
"LabelPassword": "密碼:",
"LabelPinCode": "PIN 碼:",
"LabelPlaylist": "播放清單:",
"LabelPrevious": "上一個",
"LabelRefreshMode": "更新模式:",
"LabelSaveLocalMetadata": "將媒體圖像及資料檔存到媒體所在的資料夾",
"LabelSaveLocalMetadataHelp": "直接保存媒體圖像及資料到媒體所在的文件夾能使編輯工作更容易。",
"LabelSkipped": "已跳過",
"LabelSubtitleLanguagePreference": "字幕語言偏好選項:",
"LabelTime": "時間:",
"LabelTranscodingTempPath": "轉碼臨時路徑:",
"LabelTriggerType": "觸發類型:",
"LabelUnairedMissingEpisodesWithinSeasons": "在節目季度內顯示還未發佈的單元",
"LabelUser": "使用者:",
"LabelVideoType": "視頻類型:",
"LabelYourFirstName": "你的名字:",
"LabelYoureDone": "完成!",
"LibraryAccessHelp": "選擇媒體文件夾與這用戶共享。管理員將可以使用媒體資料據管理器編輯所有的媒體文件夾。",
"Like": "喜歡",
"LinkCommunity": "社區",
"LoginDisclaimer": "Jellyfin可以協助你管理你的個人媒體像是影片或照片。使用Jellyfin的任何軟體表示您已閱讀並同意我們的服務條款。",
"MaxParentalRatingHelp": "具有較高的家長評級內容將從這用戶被隱藏。",
"MessageActiveSubscriptionRequiredSeriesRecordings": "",
"MessageAreYouSureDeleteSubtitles": "您真的要刪除這個字幕檔嗎?",
"MessageDownloadQueued": "下載",
"MessageIfYouBlockedVoice": "如果您不讓app使用語音辨識您將需要重新設定之後再試一次。",
"MessageItemsAdded": "已新增項目。",
"MessageNoMovieSuggestionsAvailable": "目前並沒有推薦的電影。開始觀看並對您的電影評分後,我們就會為您推薦您可能會喜歡的內容。",
"MessageNothingHere": "這裡沒有什麼。",
"MessagePasswordResetForUsers": "該使用者的密碼已被移除。要以該使用者登入時,請將密碼欄位留白。",
"MessagePleaseEnsureInternetMetadata": "請確保已啟用從互聯網下載媒體資料。",
"MessageTunerDeviceNotListed": "你的調諧器沒有列在清單中嗎?試著安裝額外的插件以取得更多選項。",
"MessageWeDidntRecognizeCommand": "很抱歉,我們無法辨識此指令。",
"Monday": "星期一",
"MoreUsersCanBeAddedLater": "往後可以在控制台內添加更多用戶。",
"MySubtitles": "我的字幕",
"NewCollection": "新合集",
"NewCollectionHelp": "收藏櫃讓您能夠建立個人化的影音及其他媒體的分類。",
"NewCollectionNameExample": "例子:星球大戰合集",
"NoItemsFound": "無項目。",
"NoNextUpItemsMessage": "沒有找到。開始看你的節目!",
"NoPluginsInstalledMessage": "你沒有安裝插件。",
"NoSubtitleSearchResultsFound": "無結果。",
"OptionActors": "演員",
"OptionAfterSystemEvent": "系統事件之後",
"OptionAlbum": "專輯",
"OptionAlbumArtist": "專輯歌手",
"OptionAllowBrowsingLiveTv": "允許使用電視",
"OptionAllowManageLiveTv": "允許管理電視節目錄影",
"OptionAllowUserToManageServer": "允許這用戶管理伺服器",
"OptionAnyNumberOfPlayers": "任何",
"OptionArtist": "歌手",
"OptionAscending": "升序",
"OptionAutomatic": "自動",
"OptionBackdrop": "背景",
"OptionBanner": "橫向圖",
"OptionBeta": "公測版本",
"OptionBlockLiveTvChannels": "電視頻道",
"OptionBlockLiveTvPrograms": "電視頻道",
"OptionBluray": "藍光",
"OptionCommunityRating": "社區評分",
"OptionContinuing": "持續",
"OptionCriticRating": "評論家評價",
"OptionDaily": "每日",
"OptionDateAdded": "添加日期",
"OptionDatePlayed": "播放日期",
"OptionDescending": "降序",
"OptionDirectors": "導演",
"OptionDisableUser": "禁用此用戶",
"OptionDisableUserHelp": "被禁用的用戶將不允許連接伺服器。現有的連接將被即時終止。",
"OptionDislikes": "不喜歡",
"OptionDownloadArtImage": "圖像",
"OptionDownloadBackImage": "媒體包裝背面",
"OptionDownloadBoxImage": "媒體包裝",
"OptionDownloadDiscImage": "光碟",
"OptionDownloadLogoImage": "標誌",
"OptionDownloadMenuImage": "菜單",
"OptionDownloadPrimaryImage": "主要圖",
"OptionDownloadThumbImage": "縮略圖",
"OptionDvd": "DVD",
"OptionEnded": "完結",
"OptionEpisodeSortName": "單元排序名稱",
"OptionFavorite": "我的最愛",
"OptionFriday": "星期五",
"OptionGuestStars": "特邀明星",
"OptionHasSubtitles": "字幕",
"OptionHasThemeSong": "主題曲",
"OptionHasThemeVideo": "主題視頻",
"OptionHideUser": "在登入頁面隱藏此使用者",
"OptionImdbRating": "IMDB評分",
"OptionIsHD": "高清",
"OptionIsSD": "標清",
"OptionIso": "鏡像檔",
"OptionLikes": "喜歡",
"OptionMissingEpisode": "缺少了的單元",
"OptionMissingImdbId": "缺少IMDB編號",
"OptionMissingOverview": "缺少概述",
"OptionMissingTmdbId": "缺少TMDB編號",
"OptionMissingTvdbId": "缺少TheTVDB編號",
"OptionMonday": "星期一",
"OptionNameSort": "名字",
"OptionNew": "新增...",
"OptionOff": "關閉",
"OptionOn": "開啟",
"OptionOnAppStartup": "在伺服器啟動",
"OptionOnInterval": "每時段",
"OptionOtherVideos": "其他視頻",
"OptionParentalRating": "家長評級",
"OptionPlayCount": "播放次數",
"OptionPlayed": "已播放",
"OptionPoster": "海報",
"OptionPremiereDate": "首映日期",
"OptionPriority": "優先",
"OptionProducers": "制片人",
"OptionRecordOnlyNewEpisodes": "只錄製新的集數",
"OptionRecordSeries": "錄影電視劇",
"OptionResumable": "可恢復",
"OptionRuntime": "播放長度",
"OptionSaturday": "星期六",
"OptionSpecialEpisode": "特集",
"OptionSunday": "星期天",
"OptionThumb": "縮略圖",
"OptionThursday": "星期四",
"OptionTimeline": "時間軸",
"OptionTrackName": "曲目名稱",
"OptionTuesday": "星期二",
"OptionTvdbRating": "Tvdb評分",
"OptionUnairedEpisode": "還未發佈的單元",
"OptionUnplayed": "未播放",
"OptionVideoBitrate": "視頻比特率",
"OptionWakeFromSleep": "從休眠中回復",
"OptionWednesday": "星期三",
"OptionWeekly": "每週",
"OptionWriters": "作者",
"OriginalAirDateValue": "原始播出日期:{0}",
"ParentalRating": "Parental Rating",
"Password": "密碼",
"PasswordMatchError": "密碼和密碼確認必須一致。",
"PasswordResetComplete": "密碼已重設。",
"PasswordResetConfirmation": "你確定要重設密碼?",
"PasswordSaved": "密碼已保存。",
"Play": "播放",
"Record": "開始錄影",
"RecordSeries": "錄製整個系列",
"RecordingCancelled": "已取消排程錄製。",
"RecordingScheduled": "已排程錄製。",
"Refresh": "重新整理",
"RefreshDialogHelp": "詳細資料的更新方式會依據Jellyfin的設定及已經啟用的網路服務來進行。",
"RegisterWithPayPal": "以 PayPal 註冊",
"ReplaceAllMetadata": "取代所有詳細資料",
"ReplaceExistingImages": "取代現有圖片",
"Saturday": "星期六",
"Save": "保存",
"Search": "搜尋",
"SearchForCollectionInternetMetadata": "在互聯網上搜索媒體圖像和資料",
"SearchForMissingMetadata": "搜尋遺失的詳細資料",
"SearchForSubtitles": "搜尋字幕",
"SeriesRecordingScheduled": "已排程錄製整個系列。",
"ServerUpdateNeeded": "此Jellyfin伺服器需要更新請至{0}取得最新版本",
"SettingsSaved": "設置已保存。",
"Share": "分享",
"Subtitles": "字幕",
"Sunday": "星期天",
"TabAbout": "關於",
"TabAdvanced": "進階",
"TabAlbumArtists": "專輯歌手",
"TabAlbums": "專輯",
"TabArtists": "歌手",
"TabBasic": "基本",
"TabBasics": "基本",
"TabCatalog": "目錄",
"TabChannels": "頻道",
"TabCollectionTitles": "標題",
"TabEpisodes": "單元",
"TabFolders": "文件夾",
"TabGeneral": "一般",
"TabGenres": "類型",
"TabGuide": "節目表",
"TabHome": "首頁",
"TabImage": "圖像",
"TabImages": "圖像",
"TabInfo": "資訊",
"TabLatest": "最新",
"TabLibraryAccess": "媒體庫瀏覽權限",
"TabLiveTV": "電視",
"TabMetadata": "媒體資料",
"TabMovies": "電影",
"TabMusic": "音樂",
"TabMyPlugins": "我的插件",
"TabNetworks": "網絡",
"TabOthers": "其他",
"TabPassword": "密碼",
"TabPaths": "路徑",
"TabPlaylist": "播放清單",
"TabProfile": "配置",
"TabProfiles": "配置",
"TabRecordings": "錄影",
"TabSecurity": "安全性",
"TabSeries": "電視劇",
"TabServer": "伺服器",
"TabSettings": "設定",
"TabShows": "節目",
"TabSongs": "歌曲",
"TabStudios": "工作室",
"TabSuggestions": "推薦內容",
"TabSync": "同步",
"TabTV": "電視節目",
"TabTrailers": "預告",
"TabTranscoding": "轉碼中",
"TabUpcoming": "接下來",
"TellUsAboutYourself": "請自我介紹一下你自己",
"TextConnectToServerManually": "手動連線到伺服器",
"ThisWizardWillGuideYou": "此精靈將帶你完成安裝過程。開始之前,請選擇您慣用的語言。",
"Thursday": "星期四",
"TitleLiveTV": "電視",
"TitleNotifications": "通知",
"TitleScheduledTasks": "計劃任務",
"TitleSignIn": "登錄",
"TitleSupport": "支援",
"TitleSync": "同步",
"TrackCount": "{0}個曲目",
"Tuesday": "星期二",
"UninstallPluginConfirmation": "你確定要卸載{0}",
"UninstallPluginHeader": "卸載插件",
"UnlockGuide": "解鎖方式",
"UserProfilesIntro": "Jellyfin 包含對用戶配置文件的內置支持,使每個用戶都可以擁有自己的顯示設置,播放狀態和家長控制。",
"Users": "使用者",
"VersionNumber": "版本{0}",
"Wednesday": "星期三",
"WelcomeToProject": "歡迎使用 Jellyfin",
"WizardCompleted": "這就是我們所需要的全部資訊Jellyfin現在正在收集你的媒體櫃的資料在這段時間內不妨參考我們推出的應用程式。按一下<b>完成</b>進入<b>伺服器總覽頁</b>。",
"Accept": "接受",
"Actor": "演員",
"AddToPlayQueue": "加入播放清單",
"AddToPlaylist": "加入播放列表",
"AddUserByManually": "手動加入本機使用者資訊。",
"Absolute": "絕對",
"AccessRestrictedTryAgainLater": "您的存取目前受限,請稍後再試。",
"AddedOnValue": "加入 {0}",
"AdditionalNotificationServices": "請瀏覽附加元件目錄以安裝額外的通知服務。",
"Albums": "專輯",
"Alerts": "警示",
"AllChannels": "所有節目",
"AllComplexFormats": "所有複雜格式 (ASS, SSA, VOBSUB, PGS, SUB/IDX, 等)",
"AllLanguages": "所有語言",
"AllLibraries": "所有媒體",
"AllowDeletionFromAll": "允許從所有媒體庫刪除媒體",
"AllowMediaConversion": "允許媒體轉檔",
"AllowMediaConversionHelp": "授予或拒絕存取媒體轉檔功能。",
"AllowRemoteAccess": "允許遠端存取這個Jellyfin 伺服器。",
"AllowSeasonalThemes": "允許自動季節性主題",
"AllowSeasonalThemesHelp": "若啟用,季節性主題有時會取代你的主題設定。",
"AlwaysPlaySubtitles": "總是顯示字幕",
"AlwaysPlaySubtitlesHelp": "將會載符合語音設定的字幕,無論語音是哪一個語言",
"AnyLanguage": "任何語言",
"Anytime": "任何時間",
"AroundTime": "大概在 {0} 左右",
"Art": "圖像",
"Artists": "歌手",
"AsManyAsPossible": "越多越好",
"Ascending": "由少到多",
"AspectRatio": "長寬比",
"AttributeNew": "新增",
"Audio": "音訊",
"Auto": "自動",
"AutoBasedOnLanguageSetting": "自動(根據語言設定)",
"AutomaticallyConvertNewContent": "自動為新檔案轉檔",
"AutomaticallySyncNewContent": "自動下載新內容",
"Backdrop": "背景",
"Backdrops": "背景",
"Banner": "橫幅",
"BestFit": "最佳大小",
"BirthDateValue": "生於: {0}",
"BirthLocation": "出生地",
"BirthPlaceValue": "出生地: {0}",
"Blacklist": "黑名單",
"Books": "書籍",
"ButtonAccept": "接受",
"ButtonAddMediaLibrary": "新增媒體櫃",
"ButtonArrowLeft": "左",
"ButtonArrowRight": "右",
"ButtonArrowUp": "上",
"ButtonAudioTracks": "音軌",
"ButtonBack": "回去",
"ButtonChangeServer": "更換伺服器",
"ButtonClear": "清除",
"ButtonClose": "關閉",
"ButtonConfigurePassword": "更換密碼",
"ButtonConfigurePinCode": "調查PIN碼"
}