Merge pull request #56 from dkanada/i18n

Use English for fallback translations and clean up language files
This commit is contained in:
Joshua M. Boniface
2019-01-23 22:24:39 -05:00
committed by GitHub
87 changed files with 12 additions and 54519 deletions
+12 -44
View File
@@ -6,7 +6,6 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
var currentDateTimeCulture;
function getCurrentLocale() {
return currentCulture;
}
@@ -15,9 +14,7 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
}
function getDefaultLanguage() {
var culture = document.documentElement.getAttribute('data-culture');
if (culture) {
return culture;
}
@@ -36,12 +33,11 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
}
function updateCurrentCulture() {
var culture;
try {
culture = userSettings.language();
} catch (err) {
console.log('no language set in user settings');
}
culture = culture || getDefaultLanguage();
@@ -51,43 +47,38 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
try {
dateTimeCulture = userSettings.dateTimeLocale();
} catch (err) {
console.log('no date format set in user settings');
}
if (dateTimeCulture) {
currentDateTimeCulture = normalizeLocaleName(dateTimeCulture);
}
else {
} else {
currentDateTimeCulture = currentCulture;
}
ensureTranslations(currentCulture);
}
function ensureTranslations(culture) {
for (var i in allTranslations) {
ensureTranslation(allTranslations[i], culture);
}
}
function ensureTranslation(translationInfo, culture) {
if (translationInfo.dictionaries[culture]) {
return Promise.resolve();
}
return loadTranslation(translationInfo.translations, culture).then(function (dictionary) {
translationInfo.dictionaries[culture] = dictionary;
});
}
function normalizeLocaleName(culture) {
// TODO remove normalizations
culture = culture.replace('_', '-');
// If it's de-DE, convert to just de
// convert de-DE to de
var parts = culture.split('-');
if (parts.length === 2) {
if (parts[0].toLowerCase() === parts[1].toLowerCase()) {
@@ -96,7 +87,6 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
}
var lower = culture.toLowerCase();
if (lower === 'ca-es') {
return 'ca';
}
@@ -109,23 +99,20 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
return lower;
}
function getDictionary(module) {
function getDictionary(module, locale) {
if (!module) {
module = defaultModule();
}
var translations = allTranslations[module];
if (!translations) {
return {};
}
return translations.dictionaries[getCurrentLocale()];
return translations.dictionaries[locale];
}
function register(options) {
allTranslations[options.name] = {
translations: options.strings || options.translations,
dictionaries: {}
@@ -133,9 +120,7 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
}
function loadStrings(options) {
var locale = getCurrentLocale();
if (typeof options === 'string') {
return ensureTranslation(allTranslations[options], locale);
} else {
@@ -146,9 +131,7 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
var cacheParam = new Date().getTime();
function loadTranslation(translations, lang) {
lang = normalizeLocaleName(lang);
var filtered = translations.filter(function (t) {
return normalizeLocaleName(t.lang) === lang;
});
@@ -160,7 +143,6 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
}
return new Promise(function (resolve, reject) {
if (!filtered.length) {
resolve();
return;
@@ -190,7 +172,6 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
}
function translateKey(key) {
var parts = key.split('#');
var module;
@@ -203,53 +184,43 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
}
function translateKeyFromModule(key, module) {
var dictionary = getDictionary(module);
var dictionary = getDictionary(module, getCurrentLocale());
if (!dictionary || !dictionary[key]) {
dictionary = getDictionary(module, 'en-us');
}
if (!dictionary) {
return key;
}
return dictionary[key] || key;
}
function replaceAll(str, find, replace) {
return str.split(find).join(replace);
}
function translate(key) {
var val = translateKey(key);
for (var i = 1; i < arguments.length; i++) {
val = replaceAll(val, '{' + (i - 1) + '}', arguments[i]);
}
return val;
}
function translateHtml(html, module) {
if (!module) {
module = defaultModule();
}
if (!module) {
throw new Error('module cannot be null or empty');
}
var startIndex = html.indexOf('${');
if (startIndex === -1) {
return html;
}
startIndex += 2;
var endIndex = html.indexOf('}', startIndex);
if (endIndex === -1) {
return html;
}
@@ -263,12 +234,9 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
var _defaultModule;
function defaultModule(val) {
if (val) {
_defaultModule = val;
}
return _defaultModule;
}
@@ -292,4 +260,4 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
getCurrentDateTimeLocale: getCurrentDateTimeLocale,
register: register
};
});
});
-666
View File
@@ -1,680 +1,14 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "الغاء",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "الجمعة",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "البلد:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "اللغة:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "الاثنين",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "السبت",
"Save": "تخزين",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "الاحد",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "الخميس",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "الثلاثاء",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "الاربعاء",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
@@ -1,680 +1,3 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Адмяніць",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friday",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Country:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Language:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Monday",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Saturday",
"Save": "Save",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Sunday",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Thursday",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tuesday",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Wednesday",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
@@ -1,222 +1,102 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Актьор",
"Add": "Добавяне",
"AddToCollection": "Добавяне към колекция",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Добавяне към списък",
"AddedOnValue": "Добавено на {0}",
"Advanced": "Разширени",
"AirDate": "Дата на излъчване",
"Aired": "Излъчено",
"Albums": "Албуми",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Автоматични сезонни облици",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Картина",
"Artists": "Изпълнители",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "Нови",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Автоматично",
"AutoBasedOnLanguageSetting": "Автоматично (според езика)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Автоматично сваляне на ново съдържание",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Фон",
"Backdrops": "Фонове",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Книги",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Отмяна",
"ButtonGotIt": "Добре",
"ButtonOk": "Добре",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Повторно пускане",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Опитайте отново",
"ButtonUnlockPrice": "Отключване на {0}",
"ButtonUnlockWithPurchase": "Отключване с покупка",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Колекции",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Цветово пространство",
"ColorTransfer": "Color transfer",
"CommunityRating": "Обществена ощенка",
"Composer": "Съчинител",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Изтриване на изображението?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Продължаване",
"ContinueInSecondsValue": "Продължаване след {0} секунди.",
"ContinueWatching": "Продължаване на гледането",
"Continuing": "Продължаващо",
"Convert": "Преобразуване",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Държави",
"CriticRating": "Оценка на критиците",
"DateAdded": "Дата на добавяне",
"DatePlayed": "Дата на пускане",
"Days": "Дни",
"Default": "По подразбиране",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Изтриване",
"DeleteMedia": "Изтриване на медията",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Работен плот",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Режисьор",
"DirectorValue": "Режисьор: {0}",
"DirectorsValue": "Режисьори: {0}",
"Disc": "Диск",
"Disconnect": "Disconnect",
"Dislike": "Нехаресване",
"Display": "Показване",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Изтегляне",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Изтеглени",
"Downloading": "Изтегляне",
"DownloadingDots": "Изтегляне...",
"Downloads": "Изтегляния",
"DownloadsValue": "{0} изтегляния",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Редактиране",
"EditImages": "Редактиране на изображенията",
"EditMetadata": "Редактиране на метаданните",
"EditSubtitles": "Редактиране на субтитрите",
"EnableBackdrops": "Фонове",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Включване на режим \"Киносалон\"",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Тематични песни",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Приключило",
"EndsAtValue": "Свършва на {0}",
"Episodes": "Епизоди",
"Error": "Грешка",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Много голям",
"Extras": "Екстри",
"Favorite": "В любими",
"Favorites": "Любими",
"FeatureRequiresJellyfinPremiere": "Функцията изисква активен абонамент за премиерното издание на Емби.",
"Features": "Features",
"File": "Файл",
"Fill": "Fill",
"Filters": "Филтри",
"Folders": "Folders",
"FormatValue": "Формат: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Петък",
"GenreValue": "Жанр: {0}",
"Genres": "Жанрове",
"GenresValue": "Жанрове: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Групиране на версиите",
"GuestStar": "Гостуваща звезда",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Справочник",
"HDPrograms": "Програми с висока разделителна способност",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Добавяне към колекция",
"HeaderAddToPlaylist": "Добавяне към списък",
"HeaderAddUpdateImage": "Добавяне/редактиране на изображение",
"HeaderAlbumArtists": "Изпълнители на албуми",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Настройки на звука",
"HeaderBecomeProjectSupporter": "Вземете премиерното издание",
"HeaderBenefitsJellyfinPremiere": "Предимства на премиерното издание",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Режим \"Киносалон\"",
"HeaderCloudSync": "Синхронизиране в облака",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Продължаване на слушането",
"HeaderContinueWatching": "Продължаване на гледането",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Настройки на показване",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Редактиране на изображенията",
"HeaderEnabledFields": "Включени полета",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Любими албуми",
"HeaderFavoriteArtists": "Любими изпълнители",
"HeaderFavoriteCollections": "Любими колекции",
@@ -227,17 +107,10 @@
"HeaderFavoriteShows": "Любими предавания",
"HeaderFavoriteSongs": "Любими песни",
"HeaderFavoriteVideos": "Любими клипове",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Начален екран",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Поканата е изпратена",
"HeaderJellyfinAccountAdded": "Сметката в Емби е добавена",
"HeaderJellyfinAccountRemoved": "Сметката в Емби е премахната",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Последни медии",
"HeaderLatestRecordings": "Последни записи",
"HeaderLearnMore": "Научете повече",
@@ -251,72 +124,36 @@
"HeaderNewRecording": "Нов запис",
"HeaderNextEpisodePlayingInValue": "Следващият епизод ще се пусне след {0}",
"HeaderNextUp": "Следва",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "На живо сега",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Пускане на",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} секунди",
"HeaderSelectDate": "Избиране на дата",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Пускане веднага",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Облик на субтитрите",
"HeaderSubtitleSettings": "Настройки на субтитрите",
"HeaderSyncRequiresSub": "Изтеглянето изисква активен абонамент за премиерното издание.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Отключване на функцията",
"HeaderUploadImage": "Качване на изображение",
"HeaderVideoQuality": "Качество на видеото",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Помощ",
"Hide": "Скриване",
"HideWatchedContentFromLatestMedia": "Скриване на гледаното съдържание от последната медия",
"Home": "Начало",
"Horizontal": "Водоравно",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "Имам премиерно издание",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Разпознаване",
"Images": "Изображения",
"ImdbRating": "Оценка в IMDb",
"InstallingPackage": "Инсталиране на {0}",
"InstantMix": "Пускане на подобни",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "Триизмерен формат:",
"LabelAirDays": "Дни на излъчване:",
"LabelAirTime": "Час на излъчване:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Албум:",
"LabelAlbumArtists": "Изпълнители на албума:",
"LabelArtists": "Изпълнители:",
"LabelArtistsHelp": "Отделете няколко с ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Предпочитан език на звука:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Колекция:",
"LabelCommunityRating": "Обществена оценка",
"LabelContentType": "Тип на съдържанието:",
@@ -327,234 +164,114 @@
"LabelDashboardTheme": "Облик на сървърното табло:",
"LabelDateAdded": "Дата на добавяне:",
"LabelDateTimeLocale": "Местоположение за дата и час:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Език на показване:",
"LabelDisplayLanguageHelp": "Превеждането на Емби е текущ проект.",
"LabelDisplayMode": "Режим на показване:",
"LabelDisplayOrder": "Ред на показване:",
"LabelDropImageHere": "Пуснете изображение тук или щракнете за разглеждане.",
"LabelDropShadow": "Сянка:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "Електронна поща:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Номер на епизода:",
"LabelFont": "Шрифт:",
"LabelHomeNetworkQuality": "Качество на домашната мрежа:",
"LabelHomeScreenSectionValue": "Раздел {0} на началния екран:",
"LabelImageType": "Вид изображение:",
"LabelInternetQuality": "Качество на интернетната връзка:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Език:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Предпочитан език на сваляне:",
"LabelName": "Име:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Оригинално съотношение:",
"LabelOriginalTitle": "Оригинално заглавие:",
"LabelOverview": "Обобщение:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Родителска оценка:",
"LabelPath": "Път:",
"LabelPersonRole": "Роля:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Рождено място:",
"LabelPlayDefaultAudioTrack": "Да се пуска първоначалната звукова пътечка независимо от езика",
"LabelPlaylist": "Списък:",
"LabelPreferredSubtitleLanguage": "Предпочитан език на субтитрите:",
"LabelProfile": "Profile:",
"LabelQuality": "Качество:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Дата на издаване:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Номер на сезона:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Кратко обобщение:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Подреждане по:",
"LabelSortOrder": "Ред на подреждане",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Състояние:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Режим на субтитрите:",
"LabelSubtitles": "Субтитри:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Синхронизиране към:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Цвят на текста:",
"LabelTextSize": "Размер на текста:",
"LabelTheme": "Облик:",
"LabelTitle": "Заглавие:",
"LabelTrackNumber": "Track number:",
"LabelType": "Вид:",
"LabelVersion": "Версия:",
"LabelVideo": "Video:",
"LabelWebsite": "Сайт:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Година:",
"Large": "Голям",
"LatestFromLibrary": "Последни {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Научете повече",
"Like": "Харесване",
"LinksValue": "Препратки: {0}",
"List": "Списък",
"Live": "На живо",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Телевизия на живо",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Телевизията на живо изисква активен абонамент за премиерното издание.",
"Logo": "Логотип",
"ManageRecording": "Manage recording",
"MarkPlayed": "Отбелязване като пускано",
"MarkUnplayed": "Отбелязване като непускано",
"MarkWatched": "Отбелязване като изгледано",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Меню",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "Няма изтегляния. Създайте задачи чрез копчетата за сваляне.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "минути след",
"MinutesBefore": "минути преди",
"Mobile": "Мобилно устройство",
"Monday": "Понеделник",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Филми",
"MySubtitles": "Моите субтитри",
"Name": "Име",
"NewCollection": "Нова колекция",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Пример: колекция Междузвездни войни",
"NewEpisodes": "Нови епизоди",
"NewEpisodesOnly": "Само нови епизоди",
"News": "Новини",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "Няма намерени резултати.",
"NoSubtitles": "Без субтитри",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "Нищо",
"Normal": "Нормален",
"Off": "Изключено",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Отваряне",
"OptionNew": "Нов...",
"Original": "Original",
"OriginalAirDateValue": "Дата на първоначално излъчване: {0}",
"Overview": "Обобщение",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Родителска оценка",
"People": "Хора",
"PerfectMatch": "Perfect match",
"Photos": "Снимки",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Пускане",
"PlayAllFromHere": "Пускане на всичко от тук",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Автоматично пускане на следващия епизод",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Пускано",
"Playlists": "Списъци",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Моля, пуснете сървъра отново - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Премиера",
"Premieres": "Премиери",
"Previous": "Previous",
"Primary": "Главно",
"PrivacyPolicy": "Privacy policy",
"Producer": "Продуцент",
"ProductionLocations": "Production locations",
"Programs": "Програми",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Качество",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Скоро гледани",
"Record": "Записване",
"RecordSeries": "Record series",
"RecordingCancelled": "Записването е отказано.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Опресняване",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Опресняване на метаданните",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Дата на издаване",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Премахване от колекцията",
"RemoveFromPlaylist": "Премахване от списъка",
"RemovingFromDevice": "Removing from device",
"Repeat": "Повтаряне",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Продължаване от {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Времетраене",
"Saturday": "Събота",
"Save": "Запазване",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Разписание",
"Screenshot": "Снимка на екрана",
"Screenshots": "Снимки на екрана",
@@ -562,12 +279,6 @@
"SearchForCollectionInternetMetadata": "Търсене в интернет за картини и метаданни",
"SearchForMissingMetadata": "Търсене за лисващи метаданни",
"SearchForSubtitles": "Търсене на субтитри",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Настояще",
"ServerNameIsRestarting": "Сървърно издание Емби - {0} се пуска повторно.",
"ServerNameIsShuttingDown": "Сървърно издание Емби - {0} се изключва.",
@@ -575,32 +286,17 @@
"Settings": "Настройки",
"SettingsSaved": "Настройките са запазени.",
"Share": "Споделяне",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Показване на заглавието",
"ShowYear": "Показване на годината",
"Shows": "Предавания",
"Shuffle": "Пускане в разбъркан ред",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Малък",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Умни",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Песни",
"Sort": "Подреждане",
"SortByValue": "Подреждане по {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Спортни",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Студиа",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Субтитри",
"Suggestions": "Предложения",
"Sunday": "Неделя",
@@ -614,14 +310,9 @@
"SyncJobItemStatusSynced": "Изтеглено",
"SyncJobItemStatusSyncedMarkForRemoval": "Премахване от устройството",
"SyncJobItemStatusTransferring": "Прехвърляне",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "Телевизор",
"Tags": "Етикети",
"TagsValue": "Етикети: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Фонови песни",
"ThemeVideos": "Фонови видеоклипове",
"TheseSettingsAffectSubtitlesOnThisDevice": "Тези настройки променят субтитрите на текущото устройство",
@@ -630,17 +321,8 @@
"TrackCount": "{0} песни",
"Trailer": "Трейлър",
"Trailers": "Трейлъри",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Вторник",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Непускано",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Качване",
"ValueAlbumCount": "{0} албума",
"ValueDiscNumber": "Диск {0}",
@@ -652,7 +334,6 @@
"ValueOneAlbum": "1 албум",
"ValueOneEpisode": "1 епизод",
"ValueOneGame": "1 игра",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 филм",
"ValueOneMusicVideo": "1 музикален клип",
"ValueOneSeries": "1 сериал",
@@ -662,19 +343,9 @@
"ValueSongCount": "{0} песни",
"ValueSpecialEpisodeName": "Специални - {0}",
"Vertical": "Отвесно",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "Преглед на албума",
"ViewArtist": "Преглед на изпълнителя",
"VoiceInput": "Voice Input",
"Watched": "Изгледано",
"Wednesday": "Сряда",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Писател",
"Yes": "Yes"
}
-358
View File
@@ -1,205 +1,75 @@
{
"Absolute": "Absolute",
"Accept": "Accepta",
"AccessRestrictedTryAgainLater": "L'accés està restringit actualment. Intenta-ho de nou més tard si et plau.",
"Actor": "Actor",
"Add": "Afegeix",
"AddToCollection": "Afegeix a col·lecció",
"AddToPlayQueue": "Afegeix a la llista de reproducció",
"AddToPlaylist": "Afegeix a la llista de reproducció",
"AddedOnValue": "Added {0}",
"Advanced": "Avançat",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "Tots els canals",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "Tots els episodis",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Reprodueix sempre amb subtítols",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Cap a les {0}",
"Art": "Art",
"Artists": "Artistes",
"AsManyAsPossible": "Tants com sigui possible",
"Ascending": "Ascending",
"AspectRatio": "Relació d'aspecte",
"AttributeNew": "Nou",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Descarrega nou contingut automàticament",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Millor ajustament",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Cancel·la",
"ButtonGotIt": "Entesos",
"ButtonOk": "D'acord",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Reiniciar",
"ButtonRestorePreviousPurchase": "Restaura Compra",
"ButtonTryAgain": "Intenta-ho de nou",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel·la descàrrega",
"CancelRecording": "Cancel·la enregistrament",
"CancelSeries": "Cancel·la sèrie",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sincronitza els teus mitjans amb el núvol per a copiar, arxivar i convertir fàcilment.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Compositor",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Esborrar imatge?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirma supressió",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connecta",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continua",
"ContinueInSecondsValue": "Continua en {0} segons",
"ContinueWatching": "Continue watching",
"Continuing": "Continuant",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Països",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Dies",
"Default": "Default",
"DefaultErrorMessage": "Hi ha hagut un error processant la petició. Intenta-ho més tard si et plau.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Esborra",
"DeleteMedia": "Esborra",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Escriptori",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Desconnecta",
"Dislike": "No m'agrada",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Mostra també els episodis que no tingui a les temporades",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Selecciona el tipus de pantalla en el que tens Jellyfin funcionant.",
"DoNotRecord": "No enregistris",
"Down": "Avall",
"Download": "Descarrega",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Descarregat",
"Downloading": "Descarregant",
"DownloadingDots": "Descarregant...",
"Downloads": "Descàrregues",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Programa enregistraments de TV en directe individuals, de sèries i molt més amb Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edita",
"EditImages": "Edita imatges",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edita subtítols",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Habilitar mode cinema",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Habilita la vista de mirall",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Acabades",
"EndsAtValue": "Acabaria a les {0}",
"Episodes": "Episodis",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorit",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "Fitxer",
"Fill": "Omplir",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Divendres",
"GenreValue": "Genre: {0}",
"Genres": "Gèneres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Artista convidat",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "Programes HD",
"HeaderActiveRecordings": "Enregistraments Actius",
"HeaderAddToCollection": "Afegir a Col·lecció",
"HeaderAddToPlaylist": "Afegir a la llista de reproducció",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Obtenir Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel·lar Enregistrament",
"HeaderCancelSeries": "Cancel·lar Sèries",
"HeaderCinemaMode": "Mode Cinema",
@@ -207,36 +77,17 @@
"HeaderConfirmRecordingCancellation": "Confirmar Cancel·lació de l'Enregistrament",
"HeaderContinueListening": "Continua Escoltant",
"HeaderContinueWatching": "Continua Veient",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Esborrar Ítem",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Opcions de Visualització",
"HeaderDownloadSettings": "Preferències de descàrregues",
"HeaderEditImages": "Edita Imatges",
"HeaderEnabledFields": "Camps Habilitats",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "Identificadors externs:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Llistes de Reproducció Preferides",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Pàgina d'Inici",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Continuar Enregistrant",
"HeaderKeepSeries": "Mantenir Sèries",
"HeaderLatestChannelItems": "Darrers ítems del canal",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Novetats a {0}",
"HeaderLatestMedia": "Darrers MItjans",
"HeaderLatestRecordings": "Darrers Enregistraments",
@@ -244,7 +95,6 @@
"HeaderLibraryFolders": "Directoris de la Llibreria",
"HeaderLibraryOrder": "Ordre de la llibreria",
"HeaderMetadataSettings": "Preferències de Metadades",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "El meu dispositiu",
"HeaderMyMedia": "Els meus mitjans",
"HeaderMyMediaSmall": "Els meus mitjans (petit)",
@@ -255,199 +105,101 @@
"HeaderOfflineDownloads": "Mitjans Sense Connexió",
"HeaderOfflineDownloadsDescription": "Descarrega mitjans als teus dispositius per a un fàcil ús fora de línia.",
"HeaderOnNow": "En Directe Ara",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Error de Reproducció",
"HeaderRecordingOptions": "Opcions d'Enregistrament",
"HeaderRemoteControl": "Control Remot",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Digues alguna cosa com...",
"HeaderSecondsValue": "{0} segons",
"HeaderSelectDate": "Seleccionar Data",
"HeaderSeriesOptions": "Opcions de Sèries",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Començar Ara",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Apariència de subtítols",
"HeaderSubtitleSettings": "Preferències de subtítols",
"HeaderSyncRequiresSub": "Descarregar requereix una subscripció activa d'Jellyfin Premiere.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Esperant Wifi",
"HeaderYouSaid": "Has dit...",
"Help": "Ajuda",
"Hide": "Amaga",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identifica",
"Images": "Imatges",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Instal·lant {0}",
"InstantMix": "Mescla instantània",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} ítems",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Mantingues al dispositiu",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Àlbum:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artistes:",
"LabelArtistsHelp": "Separa'n varis emprant ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Data de naixement:",
"LabelBirthYear": "Any de naixement:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Canals:",
"LabelCollection": "Col·lecció:",
"LabelCommunityRating": "Valoració de la comunitat:",
"LabelContentType": "Tipus de contingut:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "País:",
"LabelCriticRating": "Valoració crítica:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Tema del tauler de control del servidor:",
"LabelDateAdded": "Data afegit:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Data de defunció:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc:",
"LabelDisplayLanguage": "Idioma de visualització:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Ordre de visualització:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "Identificador {0}:",
"LabelEmailAddress": "Correu electrònic:",
"LabelEndDate": "Data de finalització:",
"LabelEpisodeNumber": "Episodi:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Secció {0} de la pàgina d'inici:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Mantingues fins a:",
"LabelLanguage": "Idioma:",
"LabelLockItemToPreventChanges": "Bloca aquest ítem per evitar canvis futurs",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Idioma preferit de descàrrega:",
"LabelName": "Nom:",
"LabelNumber": "Nombre:",
"LabelOriginalAspectRatio": "Relació d'aspecte original:",
"LabelOriginalTitle": "Títol original:",
"LabelOverview": "Sinopsi:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Directori:",
"LabelPersonRole": "Rol:",
"LabelPersonRoleHelp": "Exemple: Conductor de camió de gelats",
"LabelPlaceOfBirth": "Lloc de naixement:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Llista de rep.:",
"LabelPreferredSubtitleLanguage": "Idioma preferit de subtítols:",
"LabelProfile": "Perfil:",
"LabelQuality": "Qualitat:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Enregistra:",
"LabelRefreshMode": "Mode de refresc:",
"LabelReleaseDate": "Data de publicació:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Salva pantalla:",
"LabelSeasonNumber": "Temporada:",
"LabelSelectFolderGroups": "Agrupa automàticament el contingut de les següents carpetes en col·leccions com Pel·lícules, Música i TV:",
"LabelSelectFolderGroupsHelp": "Les carpetes desmarcades serán mostrades individualment en la seva pròpia vista.",
"LabelShortOverview": "Sinopsi curta:",
"LabelSkin": "Aspecte:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Títol d'endreçat:",
"LabelSoundEffects": "Efectes de so:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Inicia quan sigui possible:",
"LabelStatus": "Estat:",
"LabelStopWhenPossible": "Atura quan sigui possible:",
"LabelSubtitlePlaybackMode": "Mode de subtítol:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sincronitza a:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Tema:",
"LabelTitle": "Títol:",
"LabelTrackNumber": "Pista:",
"LabelType": "Tipus:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Any:",
"Large": "Large",
"LatestFromLibrary": "Novetats a {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "M'agrada",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Directe",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requereix una subscripció d'Jellyfin Premiere activa",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Marca com a reproduït",
"MarkUnplayed": "Marca com a no reproduït",
"MarkWatched": "Marca com a vist",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Estàs segur que vols eliminar aquest fitxer de subtítols?",
"MessageConfirmRecordingCancellation": "Estàs segur que vols cancel·lar aquest enregistrament?",
"MessageDownloadQueued": "Descàrrega encuada.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Ítem desat.",
"MessageItemsAdded": "Ítems afegits.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No s'han trobat descàrregues sense connexió. Descarrega mitjans per reproduir sense connexió emprant els botons de \"Descarrega\" que trobaràs per tota l'app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No s'han trobat descàrregues. Crea noves tasques de descàrrega emprant els botons de \"Descarrega\" que trobaràs per tota l'app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "Si tens una subscripció activa d'Jellyfin Premiere assegura't que l'has configurat al teu tauler de control de l'Jellyfin Server, on pots accedir clicant a l'opció d'Jellyfin Premiere al menú principal.",
"MessageUnlockAppWithPurchaseOrSupporter": "Activa aquesta funcionalitat amb un únic pagament, o amb una subscripció activa d'Jellyfin Premiere.",
"MessageUnlockAppWithSupporter": "Activa aquesta funcionalitat amb una subscripció activa d'Jellyfin Premiere.",
@@ -459,7 +211,6 @@
"More": "Més",
"MoveLeft": "Moure a l'esquerra",
"MoveRight": "Moure a la dreta",
"Movies": "Movies",
"MySubtitles": "Els meus subtítols",
"Name": "Nom",
"NewCollection": "Nova Col·lecció",
@@ -467,140 +218,71 @@
"NewCollectionNameExample": "Exemple: Col·leció Star Wars",
"NewEpisodes": "Nous episodis",
"NewEpisodesOnly": "Només nous episodis",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No s'han trobat ítems.",
"NoSubtitleSearchResultsFound": "No s'han trobat resultats.",
"NoSubtitles": "Sense subtítols",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "Cap",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Només subtítols forçats",
"OnlyForcedSubtitlesHelp": "Només es carregaran aquells subtítols marcats com a forçats.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Obre",
"OptionNew": "Nou...",
"Original": "Original",
"OriginalAirDateValue": "Data original d'emissió: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "Instal·lació {0} cancel·lada.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Valoració Parental",
"People": "Gent",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Reprodueix",
"PlayAllFromHere": "Reprodueix tots des d'aquí",
"PlayCount": "Play count",
"PlayFromBeginning": "Reprodueix des de l'inici",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Reproduït",
"Playlists": "Llistes de reproducció",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Reinicia el Servidor d'Jellyfin si et plau - {0}.",
"PleaseSelectDeviceToSyncTo": "Selecciona el dispositiu on ho vulguis descarregar.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Première",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Productor",
"ProductionLocations": "Production locations",
"Programs": "Programes",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Qualitat",
"QueueAllFromHere": "Afegeix tots a la cua des d'aquí",
"Raised": "Raised",
"RecentlyWatched": "Reproduït recentment",
"Record": "Grava",
"RecordSeries": "Enregistra la sèrie",
"RecordingCancelled": "Enregistrament cancel·lat.",
"RecordingScheduled": "Enregistrament programat.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresca",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresca metadades",
"RefreshQueued": "Actualització encuada.",
"Reject": "Rebutja",
"ReleaseDate": "Data de publicació",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Elimina de la col·lecció",
"RemoveFromPlaylist": "Esborra de la llista de reproducció",
"RemovingFromDevice": "Eliminant del dispositiu",
"Repeat": "Repeteix",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repetir episodis",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Reemplaça totes les metadades",
"ReplaceExistingImages": "Reemplaça imatges existents",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Reprodueix des de {0}",
"Retry": "Reintenta",
"RunAtStartup": "Arrenca en iniciar",
"Runtime": "Runtime",
"Saturday": "Dissabte",
"Save": "Desa",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Captures de pantalla",
"Search": "Cerca",
"SearchForCollectionInternetMetadata": "Cerca a internet artwork i metadades",
"SearchForMissingMetadata": "Cerca metadades perdudes",
"SearchForSubtitles": "Cerca Subtítols",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Sèrie cancel·lada.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Enregistrament de la sèrie programat.",
"SeriesSettings": "Preferències de la sèrie",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "El Servidor Jellyfin necessita ser actualitzat. Per descarregar la darrera versió, si et plau, visita {0}",
"Settings": "Preferències",
"SettingsSaved": "Preferències desades.",
"Share": "Comparteix",
"ShowIndicatorsFor": "Mostra indicadors per a:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Aleatori",
"SkipEpisodesAlreadyInMyLibrary": "No enregistris episodis que ja estan a la meva biblioteca",
"SkipEpisodesAlreadyInMyLibraryHelp": "Els episodis es compararan emprant la temporada i el nombre d'episodi quan siguin disponibles.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Nom per endreçar:",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Estudis",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Format de subtítol no suportat",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtítols",
"Suggestions": "Suggerències",
"Sunday": "Diumenge",
@@ -616,65 +298,25 @@
"SyncJobItemStatusTransferring": "Transferint",
"SyncUnwatchedVideosOnly": "Descarrega només els vídeos no vists",
"SyncUnwatchedVideosOnlyHelp": "Només els vídeos no vists seran descarregats, i els vídeos seran eliminats del dispositiu un cop s'hagin vist.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Etiquetes",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "Aquestes preferències afecten els subtítols d'aquest dispositiu",
"Thumb": "Thumb",
"Thursday": "Dijous",
"TrackCount": "{0} pistes",
"Trailer": "Tràiler",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Prova el Multi-Select",
"TryMultiSelectMessage": "Per editar múltiples mitjans multimèdia simplement fes clic i mantingues premut sobre qualsevol cartell i després selecciona els ítems que vulguis gestionar. Prova-ho!",
"Tuesday": "Dimarts",
"Uniform": "Uniform",
"UnlockGuide": "Guia de desbloqueig",
"Unplayed": "Unplayed",
"Unrated": "Sense valorar",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Amunt",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodis",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} vídeos musicals",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 vídeo musical",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Especial - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "Veure àlbum",
"ViewArtist": "Veure artista",
"VoiceInput": "Voice Input",
"Watched": "Vists",
"Wednesday": "Dimecres",
"WifiRequiredToDownload": "Es requereix una connexió Wifi per continuar descarregant.",
"Writer": "Escriptor",
"Yes": "Yes"
}
-131
View File
@@ -1,5 +1,4 @@
{
"Absolute": "Absolute",
"Accept": "Přijmout",
"AccessRestrictedTryAgainLater": "Přístup je v současné době omezen. Prosím zkuste to znovu později.",
"Actor": "Herec",
@@ -9,55 +8,37 @@
"AddToPlaylist": "Přidat do playlistu",
"AddedOnValue": "Přidáno {0}",
"Advanced": "Pokročilé",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Alba",
"All": "Vše",
"AllChannels": "Všechny kanály",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "Všechny epizody",
"AllLanguages": "Všechny jazyky",
"AllowSeasonalThemes": "Povolit automatická sezónní témata",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Vždy zobrazit titulky",
"AlwaysPlaySubtitlesHelp": "Titulky odpovídající jazykové předvolbě se načtou bez ohledu na jazyk audia.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Kdykoliv",
"AroundTime": "Okolo {0}",
"Art": "Umění",
"Artists": "Umělci",
"AsManyAsPossible": "Tolikrát jak je možné",
"Ascending": "Ascending",
"AspectRatio": "Poměr stran",
"AttributeNew": "Nové",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Datový tok audia není podporován",
"AudioChannelsNotSupported": "Audio kanály nejsou podporovány",
"AudioCodecNotSupported": "Audio kodek není podporován",
"AudioProfileNotSupported": "Audio profil není podporován",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Automatizovat",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automaticky stahovat nový obsah",
"AutomaticallySyncNewContentHelp": "Nový obsah přidaný do této složky bude automaticky stažen do zařízení.",
"Backdrop": "Pozadí",
"Backdrops": "Pozadí",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Místo narození",
"Books": "Knihy",
"Box": "Pouzdro",
"BoxRear": "Zadní část pouzdra",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Zrušit",
"ButtonGotIt": "Mám to",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Přehrát jednu minutu",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Obnovit nákup",
"ButtonTryAgain": "Zkusit znovu",
"ButtonUnlockPrice": "Odemknout {0}",
@@ -72,9 +53,6 @@
"CinemaModeFeatureDescription": "S režimem Kino získate funkci, která před hlavním programem přehraje trailery a uživatelská intra.",
"CloudSyncFeatureDescription": "Synchronizujte vaše média na cloud pro jednodušší zálohování, archivaci a konverzi.",
"Collections": "Kolekce",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Hodnocení komunity",
"Composer": "Skladatel",
"ConfigureDateAdded": "Konfigurace přidání data je definována v nastavení knihovny v ovládacím panelu",
@@ -85,19 +63,12 @@
"ConfirmEndPlayerSession": "Chcete vypnout Jellyfin na {0}?",
"ConfirmRemoveDownload": "Odebrat stažení?",
"Connect": "Připojit",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Kontejner není podporován",
"Continue": "Pokračovat",
"ContinueInSecondsValue": "Pokračovat za {0} sekund.",
"ContinueWatching": "Pokračovat ve sledování",
"Continuing": "Pokračování",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Země",
"CriticRating": "Critic rating",
"DateAdded": "Datum přidání",
"DatePlayed": "Datum přehrání",
"Days": "Dny",
@@ -106,41 +77,29 @@
"DefaultSubtitlesHelp": "Titulky jsou načteny na základě výchozích a vynucených nastavení ve vložených metadatech. Jazykové preference jsou vzaty v úvahu, pokud je k dispozici více možností.",
"Delete": "Odstranit",
"DeleteMedia": "Odstranit média",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "PC",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Přímé přehrání",
"DirectStreamHelp1": "Médium je kompatibilní se zařízením, pokud jde o rozlišení a typ média (H.264, AC3, atd.), ale je v nekompatibilním kontejneru (.mkv, .avi, .wmv, atd.). Video bude za běhu přebaleno než bude streamováno do zařízení.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Přímé streamování",
"Director": "Režisér",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disk",
"Disconnect": "Odpojit",
"Dislike": "Nemám rád",
"Display": "Zobrazení",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Zobrazit chybějící epizody",
"DisplayMissingEpisodesWithinSeasonsHelp": "Musí být zapnuto pro knihovny TV v nastavení Jellyfin Server",
"DisplayModeHelp": "Zvolte typ obrazovky, na které používáte Jellyfin.",
"DoNotRecord": "Nenahrávat",
"Down": "Dolů",
"Download": "Stáhnout",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Staženo",
"Downloading": "Stahování",
"DownloadingDots": "Stahování...",
"Downloads": "Stahování",
"DownloadsValue": "{0} downloads",
"DropShadow": "Vrhat stín",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR vyžaduje aktivní předplatné Jellyfin Premiere.",
"Edit": "Upravit",
"EditImages": "Editace obrázků",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Editovat titulky",
"EnableBackdrops": "Povolit pozadí",
"EnableBackdropsHelp": "Pokud je povoleno, pozadí je zobrazeno pro některé stránky při procházení vaší knihovny.",
@@ -148,9 +107,7 @@
"EnableColorCodedBackgrounds": "Aktivovat barevně označené pozadí",
"EnableDisplayMirroring": "Povolit zrcadlení obrazu",
"EnableExternalVideoPlayers": "Povolit externí video přehrávače",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Povolit informaci o následujícím videu během přehrávání",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Povolit tématickou hudbu na pozadí",
"EnableThemeSongsHelp": "Pokud povolíte, bude při procházení knihovny na pozadí přehrávána tématická melodie.",
"EnableThemeVideos": "Povolit tématické video",
@@ -163,27 +120,18 @@
"ErrorAddingGuestAccount2": "Pokud stále máte problémy, pošlete prosím e-mail na adresu {0} a přiložte Vaši i jejich e-mailovou adresu.",
"ErrorAddingJellyfinConnectAccount1": "Nastala chyba při přidávání účtu Jellyfin Connect. Opravdu máte vytvořen účet u Jellyfin? Přihlaste se zde {0}.",
"ErrorAddingJellyfinConnectAccount2": "Pokud stále máte problémy, pošlete prosím e-mail na adresu {0} z e-mailové adresy použité na účtu Jellyfin.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "Nastala chyba při mazání položky z Jellyfin Serveru. Zkontrolujte prosím, že Jellyfin Server má oprávnění k zápisu do složky médií a zkuste to prosím znovu.",
"ErrorReachingJellyfinConnect": "Došlo k chybě při navázání spojení k serveru Jellyfin Connect. Ujistěte se, zda je funkční připojení k internetu a zkuste to znovu.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra velký",
"Extras": "Extras",
"Favorite": "Oblíbené",
"Favorites": "Oblíbené",
"FeatureRequiresJellyfinPremiere": "Tato funkce vyžaduje aktivní předplatné Jellyfin Premiere.",
"Features": "Features",
"File": "Soubor",
"Fill": "Vyplnit",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Formát: {0}",
"FreeAppsFeatureDescription": "Užijte si výběr Jellyfin aplikací zdarma pro vaše zařízení.",
"Friday": "Pátek",
"GenreValue": "Genre: {0}",
"Genres": "Žánry",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Skupinové verze",
"GuestStar": "Hostující hvězda",
"GuestUserNotFound": "Uživatel nenalezen. Prosím, ujistěte se, že název je správný a zkuste to znovu, nebo zkuste zadat jejich e-mailovou adresu.",
@@ -195,7 +143,6 @@
"HeaderAddUpdateImage": "Přidat/Aktualizovat obrázek",
"HeaderAlbumArtists": "Umělci alba",
"HeaderAlreadyPaid": "Již zaplaceno?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio knihy",
"HeaderAudioSettings": "Nastavení zvuku",
"HeaderBecomeProjectSupporter": "Získat Jellyfin Premiere",
@@ -208,7 +155,6 @@
"HeaderContinueListening": "Pokračovat v poslechu",
"HeaderContinueWatching": "Pokračovat ve sledování",
"HeaderConvertYourRecordings": "Konverze vašich nahrávek",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Smazat položku",
"HeaderDeleteItems": "Odstranit položky",
"HeaderDisplaySettings": "Nastavení zobrazení",
@@ -216,17 +162,6 @@
"HeaderEditImages": "Editace obrázků",
"HeaderEnabledFields": "Povolené pole",
"HeaderEnabledFieldsHelp": "Zrušte zaškrtnutí, abyste zabránily změnám dat.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Jellyfin Apps zdarma",
"HeaderHomeScreen": "Domovská obrazovka",
"HeaderIdentifyItemHelp": "Zadejte jedno nebo více vyhledávacích kritérií. Odstraňte kritéria pro vyhledání více výsledků.",
@@ -255,9 +190,7 @@
"HeaderOfflineDownloads": "Offline média",
"HeaderOfflineDownloadsDescription": "Stáhnout média do vašeho zařízení pro snadné použití offline.",
"HeaderOnNow": "Právě teď",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Přehrát moje Média",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Chyba přehrávání",
"HeaderRecordingOptions": "Nastavení nahrávání",
"HeaderRemoteControl": "Dálkový ovladač",
@@ -266,10 +199,8 @@
"HeaderSecondsValue": "{0} sekund",
"HeaderSelectDate": "Vyber datum",
"HeaderSeriesOptions": "Nastavení seriálu",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Infromace o speciální epizodě",
"HeaderStartNow": "Začít teď",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Vzhled titulků",
"HeaderSubtitleSettings": "Nastavení titulků",
"HeaderSyncRequiresSub": "Stahování vyžaduje aktivní předplatné Jellyfin Premiere.",
@@ -278,14 +209,12 @@
"HeaderUnlockFeature": "Odemknout funkci",
"HeaderUploadImage": "Nahrát obrázek",
"HeaderVideoQuality": "Kvalita videa",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Čekání na Wifi",
"HeaderYouSaid": "Zmínil ses...",
"Help": "Nápověda",
"Hide": "Skrýt",
"HideWatchedContentFromLatestMedia": "Skrýt přehrané položky ze seznamu nejnovějších médií",
"Home": "Domů",
"Horizontal": "Horizontal",
"HowDidYouPay": "Jak chcete platit?",
"IHaveJellyfinPremiere": "Již mám Jellyfin Premiere",
"IPurchasedThisApp": "Tuto aplikaci mám již zaplacenu",
@@ -297,7 +226,6 @@
"InterlacedVideoNotSupported": "Prokládané video není podporováno",
"ItemCount": "{0} položek",
"Items": "Položky",
"KeepDownload": "Keep download",
"KeepOnDevice": "Ponechat na zařízení",
"Kids": "Dětské",
"Label3DFormat": "3D formát:",
@@ -306,7 +234,6 @@
"LabelAirsAfterSeason": "Vysíláno po sezóně:",
"LabelAirsBeforeEpisode": "Vysíláno před epizodou:",
"LabelAirsBeforeSeason": "Vysíláno před sezónou:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Alba umělce:",
"LabelArtists": "Úmělci",
"LabelArtistsHelp": "Odděl pomocí ;",
@@ -315,20 +242,16 @@
"LabelBirthDate": "Datum narození:",
"LabelBirthYear": "Rok narození:",
"LabelBitrateMbps": "Datový tok (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Kanály:",
"LabelCollection": "Kolekce:",
"LabelCommunityRating": "Hodnocení komunity:",
"LabelContentType": "Typ obsahu:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Země:",
"LabelCriticRating": "Hodnocení kritiků:",
"LabelCustomRating": "Vlastní hodnocení:",
"LabelDashboardTheme": "Téma hlavní nabídky serveru:",
"LabelDateAdded": "Datum přidání:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Datum úmrtí:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Číslo disku:",
"LabelDisplayLanguage": "Jazyk rozhraní:",
"LabelDisplayLanguageHelp": "Překlad Jellyfin je projekt ve fázi neustálého vývoje.",
@@ -336,15 +259,12 @@
"LabelDisplayOrder": "Pořadí zobrazení:",
"LabelDropImageHere": "Sem přetáhněte obrázek nebo klikněte pro procházení.",
"LabelDropShadow": "Vrhat stín:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mailová adresa:",
"LabelEndDate": "Datum ukončení:",
"LabelEpisodeNumber": "Číslo epizody:",
"LabelFont": "Písmo:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Domovská obrazovka sekce {0}",
"LabelImageType": "Typ obrázku:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Limit položek:",
"LabelKeep:": "Udržet:",
"LabelKeepUpTo": "Aktualizovat k:",
@@ -360,15 +280,12 @@
"LabelParentNumber": "Číslo rodičovského prvku",
"LabelParentalRating": "Rodičovské hodnocení:",
"LabelPath": "Cesta k souboru:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Příklad: Řidič kamiónu se zmrzlinou",
"LabelPlaceOfBirth": "Místo narození:",
"LabelPlayDefaultAudioTrack": "Přehrávat defaultní audio stopu bez ohledu na jazyk",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferovaný jazyk titulků:",
"LabelProfile": "Profil:",
"LabelQuality": "Kvalita:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Záznam:",
"LabelRefreshMode": "Mód obnovy:",
"LabelReleaseDate": "Datum vydání:",
@@ -378,11 +295,8 @@
"LabelSelectFolderGroups": "Automaticky seskupit obsah z následujících složek do zobrazení, jako jsou Filmy, Hudba a TV:",
"LabelSelectFolderGroupsHelp": "Složky, které nejsou zaškrtnuty budou zobrazeny ve vlastním pohledu.",
"LabelShortOverview": "Hlavní linie:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Délka posunu zpět:",
"LabelSkipForwardLength": "Délka posunu vpřed:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Třídit dle názvu:",
"LabelSoundEffects": "Zvukové efekty:",
"LabelSource": "Zdroj:",
@@ -392,9 +306,7 @@
"LabelSubtitlePlaybackMode": "Mód titulků:",
"LabelSubtitles": "Titulky:",
"LabelSyncJobName": "Název Sync úlohy:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync do:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Slogan:",
"LabelTextBackgroundColor": "Barva pozadí textu:",
"LabelTextColor": "Barva textu:",
@@ -404,7 +316,6 @@
"LabelTrackNumber": "Číslo stopy:",
"LabelType": "Typ:",
"LabelVersion": "Verze:",
"LabelVideo": "Video:",
"LabelWebsite": "Webové stránky:",
"LabelWindowBackgroundColor": "Barva pozadí textu:",
"LabelYear": "Rok:",
@@ -413,19 +324,14 @@
"LearnHowYouCanContribute": "Zjistěte, jak můžete přispět.",
"LearnMore": "Zjistit více",
"Like": "Mám rád",
"LinksValue": "Links: {0}",
"List": "Seznam",
"Live": "Živě",
"LiveBroadcasts": "Přímé přenosy",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV vyžaduje aktivní předplatné Jellyfin Premiere.",
"Logo": "Logo",
"ManageRecording": "Spravovat nahrávání",
"MarkPlayed": "Označit přehrané",
"MarkUnplayed": "Označit nepřehrané",
"MarkWatched": "Označit jako shlédnuté",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Střední",
"Menu": "Nabídka",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Aktivní předplatné Jellyfin Premiere je zapotřebí pro vytvoření automatického nahrávání řad.",
@@ -434,8 +340,6 @@
"MessageDownloadQueued": "Stažení zařazeno.",
"MessageFileReadError": "Došlo k chybě při čtení souboru. Prosím zkuste to znovu.",
"MessageIfYouBlockedVoice": "Pokud byl Váš přístup odepřen pomocí hlasové aplikace, budete ji muset překonfigurovat před dalším pokusem.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "E-mail byl odeslán na adresu {0} s výzvou k registraci s Jellyfin.",
"MessageInvitationSentToUser": "E-mail byl odeslán na adresu {0} a přijmutím této pozvnánky akceptujete vaší pozvánku ke sdílení.",
"MessageItemSaved": "Položka uložena.",
@@ -443,9 +347,7 @@
"MessageJellyfinAccontRemoved": "Účet Jellyfin byl odstraněn pro tohoto uživatele.",
"MessageJellyfinAccountAdded": "Jellyfin účet byl přidáno k tomuto uživateli.",
"MessageLeaveEmptyToInherit": "Při ponechání prázdné položky bude zděděno nastavení z položky nadřazené nebo z globální defaultní hodnoty.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "Žádné servery nejsou k dispozici. Pokud jste byli pozváni na sdílený server, ujistěte se, že jste pozvánku níže akceptovali nebo klikly na odkaz v e-mailu.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "Účet Jellyfin byl přidán pro tohoto uživatele. E-mail bude zaslán majiteli účtu. Pozvánku bude nutné potvrdit kliknutím na odkaz uvnitř e-mailu.",
"MessagePlayAccessRestricted": "Přehrávání tohoto obsahu je momentálně omezeno. Pro více informací kontaktujte prosím Vašeho správce Jellyfin Serveru.",
"MessageToValidateSupporter": "Pokud máte aktivní předplatné Jellyfin Premiere, ujistěte se, že máte nastaven Jellyfin Premiere v panelu Nastavení pod Nápověda -> Jellyfin Premiere.",
@@ -480,7 +382,6 @@
"OneChannel": "Jeden kanál",
"OnlyForcedSubtitles": "Pouze vynucené titulky",
"OnlyForcedSubtitlesHelp": "Jen vynucené titulky budou nahrány.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Otevřít",
"OptionNew": "Nový...",
"Original": "Originál",
@@ -503,13 +404,10 @@
"PlaybackErrorNoCompatibleStream": "Žádné kompatibilní streamy nejsou v současné době k dispozici. Zkuste to prosím později nebo pro více podrobností kontaktujte svého správce systému",
"PlaybackErrorNotAllowed": "V současné době nejste oprávněni přehrávat tento obsah. Pro více informací se obraťte se na správce systému.",
"PlaybackErrorPlaceHolder": "Pro přehrání videa nejdříve vložte disk",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Přehráno",
"Playlists": "Playlisty",
"PleaseEnterNameOrId": "Prosím, zadejte název nebo externí Id.",
"PleaseRestartServerName": "Prosím, restartujte Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Vyberte nejméně dvě položky prosím.",
"Premiere": "Premiéra",
"Premieres": "Premiéry",
@@ -522,14 +420,12 @@
"PromoConvertRecordingsToStreamingFormat": "Automaticky konvertovat nahrávky do doporučeného streamovacího formátu s Jellyfin Premiere. Nahrávky budou při přehrávání konvertovány do MP4 nebo MKV - dle nastavení Jellyfin server.",
"Quality": "Kvalita",
"QueueAllFromHere": "Zařadit vše do fronty",
"Raised": "Raised",
"RecentlyWatched": "Nedávno shlédnuté",
"Record": "Nahrávat",
"RecordSeries": "Nahrát série",
"RecordingCancelled": "Nahrávání zrušeno.",
"RecordingScheduled": "Plán nahrávání.",
"Recordings": "Nahrávky",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Obnovit",
"RefreshDialogHelp": "Metadata se aktualizují na základě nastavení a internetových služeb, které jsou povoleny v nastavení Jellyfin Server.",
"RefreshMetadata": "Obnovit metadata",
@@ -565,7 +461,6 @@
"SearchResults": "Výsledky vyhledávání",
"SecondaryAudioNotSupported": "Přepínání audio stopy není podporováno",
"SeriesCancelled": "Série zrušena.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Plán nahrávání seriálu.",
"SeriesSettings": "Nastavení seriálu",
"SeriesYearToPresent": "{0} - Současnost",
@@ -576,31 +471,21 @@
"SettingsSaved": "Nastavení uloženo.",
"Share": "Sdílet",
"ShowIndicatorsFor": "Zobrazit indikátor pro:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Seriály",
"Shuffle": "Náhodně",
"SkipEpisodesAlreadyInMyLibrary": "Přeskočit nahrávání epizod, které jsou v knihovně",
"SkipEpisodesAlreadyInMyLibraryHelp": "Epizody budou porovnávány s použitím období a čísla epizody, pokud jsou k dispozici.",
"Small": "Malý",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Chytrý",
"SmartSubtitlesHelp": "Titulky budou načteny po porovnání s preferovaným jazykem, pokud je zvuk v cizím jazyce.",
"Songs": "Skladby",
"Sort": "Sort",
"SortByValue": "Třídit dle {0}",
"SortChannelsBy": "Třídit kanály dle:",
"SortName": "Setřídit dle názvu",
"Sports": "Sport",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Zastavit nahrávání",
"Studios": "Studia",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Formát titulků není podporován",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Titulky",
"Suggestions": "Návrhy",
"Sunday": "Neděle",
@@ -616,27 +501,19 @@
"SyncJobItemStatusTransferring": "Přenášení",
"SyncUnwatchedVideosOnly": "Stáhnout pouze neshlédnutá videa",
"SyncUnwatchedVideosOnlyHelp": "Pouze neshlédnutá videa budou stažena a budou odstraněna ze zařízení, jakmile je zhlédnete.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tagy",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Podmínky použití",
"ThankYouForTryingEnjoyOneMinute": "Prosím užijte si jednu minutu přehrávání. Děkujeme vám za vyzkoušení Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "Tato nastavení ovlivní titulky na tomto zařízení",
"Thumb": "Miniatura",
"Thursday": "Čtvrtek",
"TrackCount": "{0} stop",
"Trailer": "Ukázka/trailer",
"Trailers": "Trailers",
"Transcoding": "Překódování",
"TryMultiSelect": "Vyzkoušej multi-výběr",
"TryMultiSelectMessage": "Chcete-li upravit více mediálních položek, stačí kliknout a podržet na kterémkoliv plakátu. Poté můžete vybrat více položek, které chcete spravovat. Zkus to!",
"Tuesday": "Úterý",
"Uniform": "Uniform",
"UnlockGuide": "Průvodce pro odemčení",
"Unplayed": "Unplayed",
"Unrated": "Nehodnoceno",
"UntilIDelete": "Dokud nesmažu",
"UntilSpaceNeeded": "Do potřebného prostoru",
@@ -646,35 +523,27 @@
"ValueDiscNumber": "Disk {0}",
"ValueEpisodeCount": "{0} epizod",
"ValueGameCount": "{0} her",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} filmů",
"ValueMusicVideoCount": "{0} hudebních klipů",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 epizoda",
"ValueOneGame": "1 hra",
"ValueOneItem": "1 položka",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 hudební klip",
"ValueOneSeries": "1 seriál",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} sekund",
"ValueSeriesCount": "{0} seriálů",
"ValueSongCount": "{0} songů",
"ValueSpecialEpisodeName": "Speciál - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video kodek není podporován",
"VideoFramerateNotSupported": "Snímková frekvence videa není podporována",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profil není podporován",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Rozlišení videa není podporováno",
"ViewAlbum": "Zobrazit album",
"ViewArtist": "Zobrazit úmělce",
"VoiceInput": "Hlasový vstup",
"Watched": "Shlédnuto",
"Wednesday": "Středa",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Napsal",
"Yes": "Ano"
}
-353
View File
@@ -1,7 +1,5 @@
{
"Absolute": "Absolute",
"Accept": "Godkend",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Skuespiller",
"Add": "Tilføj",
"AddToCollection": "Tilføj til samling",
@@ -9,53 +7,17 @@
"AddToPlaylist": "Tilføj til afspilningsliste",
"AddedOnValue": "Tilføjet {0}",
"Advanced": "Avanceret",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "Alle kanaler",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "Alle episoder",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Altid",
"AroundTime": "Omkring {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "Så mange som muligt",
"Ascending": "Ascending",
"AspectRatio": "Billedformat",
"AttributeNew": "Ny",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Bedste tilpasning",
"BirthLocation": "Fødselslokation",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Annuller",
"ButtonGotIt": "Forstået",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Afspil Ét Minut",
"ButtonRestart": "Genstart",
"ButtonRestorePreviousPurchase": "Genskab Indkøb",
@@ -68,136 +30,50 @@
"Categories": "Kategorier",
"ChannelNameOnly": "Udelukkende kanal {0}",
"ChannelNumber": "Kanalnummer",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Biograftilstand giver dig den ægte biografoplevelse med trailers og brugertilpassede introer, før selve filmen.",
"CloudSyncFeatureDescription": "Synk dine medier til skyen for nem backup, arkivering og konvertering.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Komponist",
"ConfigureDateAdded": "Konfigurer hvordan tilføjet-dato bestemmes, under Jellyfin Server-kontrolpanelet under Biblioteksindstillinger",
"ConfirmDeleteImage": "Slet billede?",
"ConfirmDeleteItem": "Hvis dette element slettes, fjernes det både fra dit filsystem samt din mediebibliotek. Er du sikker på du ønsker at fortsætte?",
"ConfirmDeleteItems": "Sletning af disse emner vil både fjerne dem fra filsystemet og dit mediebibliotek. Er du sikker på at du vil fortsætte?",
"ConfirmDeletion": "Bekræft sletning",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Fjern download?",
"Connect": "Forbind",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Fortsæt",
"ContinueInSecondsValue": "Fortsæt om {0} sekunder.",
"ContinueWatching": "Continue watching",
"Continuing": "Forsættes",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Lande",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Dage",
"Default": "Default",
"DefaultErrorMessage": "Det opstod en fejl ved behandlingen af forespørgslen. Prøv igen senere.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Slet",
"DeleteMedia": "Slet medie",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Instruktør",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Afbryd",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Optag ikke",
"Down": "Down",
"Download": "Hent",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR påkræver et aktivt Jellyfin Premiere abonnement.",
"Edit": "Rediger",
"EditImages": "Rediger billeder",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Rediger undertekster",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Aktiver biograftilstand",
"EnableColorCodedBackgrounds": "Aktiver farvekodet baggrunde",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Færdig",
"EndsAtValue": "Slutter {0}",
"Episodes": "Episodes",
"Error": "Fejl",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorit",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "Denne funktion kræver et aktivt Jellyfin Premiere abonnement.",
"Features": "Features",
"File": "Fil",
"Fill": "Udfyld",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "God fornøjelse med gratis adgang til Jellyfin apps til dine enheder.",
"Friday": "Fredag",
"GenreValue": "Genre: {0}",
"Genres": "Genre",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Grupér versioner",
"GuestStar": "Gæsteskuespiller",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD-programmer",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Tilføj til samling",
"HeaderAddToPlaylist": "Tilføj til afspilningsliste",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Allerede Betalt?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Få Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Fordele ved Jellyfin Premiere",
"HeaderCancelRecording": "Annuller Optagelse",
@@ -205,152 +81,76 @@
"HeaderCinemaMode": "Biograftilstand",
"HeaderCloudSync": "Sky-Synk",
"HeaderConfirmRecordingCancellation": "Bekræft annullering af optagelse",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Konverter Dine Optagelser",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Slet element",
"HeaderDeleteItems": "Slet emner",
"HeaderDisplaySettings": "Visningsindstillinger",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Rediger billeder",
"HeaderEnabledFields": "Aktivér Felter",
"HeaderEnabledFieldsHelp": "Fjern fluebenet fra et felt for at låse det og forhindre dets data fra at blive ændret.",
"HeaderExternalIds": "Eksterne ID'er:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Gratis Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Indtast et eller flere søgekriterier.Fjern kriterier for at få flere søgeresultater.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Bevar Optagelse",
"HeaderKeepSeries": "Bevar Serie",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Lær Mere",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Indstillinger for metadata",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "Min Enhed",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "Ny optagelse",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Medie",
"HeaderOfflineDownloadsDescription": "Download medier til dine enheder for nem offline-brug.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Afspil mit Medie",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Fejl i afspilning",
"HeaderRecordingOptions": "Optagelsesindstillinger",
"HeaderRemoteControl": "Fjernbetjening",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Sig noget i stil med...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Vælg dato",
"HeaderSeriesOptions": "Serieindstillinger",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Information om specialepisoder",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Prøv Afspilning",
"HeaderUnlockFeature": "Lås op for Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "Du sagde...",
"Help": "Hjælp",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "Hvordan betalte du?",
"IHaveJellyfinPremiere": "Jeg har Jellyfin Premiere",
"IPurchasedThisApp": "Jeg købte denne app",
"Identify": "Identificer",
"Images": "Billeder",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installerer {0}",
"InstantMix": "Instant Mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} elementer",
"Items": "emner",
"KeepDownload": "Keep download",
"KeepOnDevice": "Bevar på enhed",
"Kids": "Børn",
"Label3DFormat": "3D format:",
"LabelAirDays": "Sendedage:",
"LabelAirTime": "Sendetid:",
"LabelAirsAfterSeason": "Sendes efter sæson:",
"LabelAirsBeforeEpisode": "Sendes før episode:",
"LabelAirsBeforeSeason": "Sendes før sæson:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Albumartister:",
"LabelArtists": "Artister:",
"LabelArtistsHelp": "Angiv flere ved at sætte ; mellem dem.",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Fødselsdato:",
"LabelBirthYear": "Fødselsår:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Kanaler:",
"LabelCollection": "Samling:",
"LabelCommunityRating": "Fællesskabsvurdering:",
"LabelContentType": "Indholdstype:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Land:",
"LabelCriticRating": "Kritikervurdering:",
"LabelCustomRating": "Brugerdefineret bedømmelse:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Dato for tilføjelse:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Dødsdato:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disk-nummer",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Visningsorden:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "Email-adresse:",
"LabelEndDate": "Slutdato:",
"LabelEpisodeNumber": "Episodenummer:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Maks. filer:",
"LabelKeep:": "Bevar:",
"LabelKeepUpTo": "Bevar op til:",
"LabelLanguage": "Sprog:",
"LabelLockItemToPreventChanges": "Lås for at undgå fremtidige ændringer",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Foretrukket sprog for nedhentning:",
"LabelName": "Navn:",
"LabelNumber": "Nummer:",
@@ -363,100 +163,42 @@
"LabelPersonRole": "Rolle:",
"LabelPersonRoleHelp": "Eksempel: Isbilschauffør",
"LabelPlaceOfBirth": "Fødselssted:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Afspilningsliste:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profil:",
"LabelQuality": "Kvalitet:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Optag:",
"LabelRefreshMode": "Genopfrisk tilstand:",
"LabelReleaseDate": "Udgivelsesdato:",
"LabelRuntimeMinutes": "Spilletid (minutter):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Sæsonnummer:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Kort oversigt:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sortér titel:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start når muligt:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop når muligt:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Navn til synkroniserings job:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Synkroniser til:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Titel:",
"LabelTrackNumber": "Spor nummer:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Hjemmeside:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Lær mere",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live-udsending",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Markér som afspillet",
"MarkUnplayed": "Markér som ikke afspillet",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Et aktivt Jellyfin Premiere abonnement er nødvendigt for at oprette automatiserede optagelser af serier.",
"MessageAreYouSureDeleteSubtitles": "Er du sikker på du ønsker at slette denne undertekstfil?",
"MessageConfirmRecordingCancellation": "Er du sikker på du ønsker at annullere denne optagelse?",
"MessageDownloadQueued": "Download sat i kø.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "Hvis du afslog adgang til tale for appen, skal du re-konfigurere før du prøver igen.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Element gemt.",
"MessageItemsAdded": "Emne tilføjet.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Efterlad tom for at arve indstillinger fra en overliggende post eller den globale standardværdi.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "Hvis du har et aktivt Jellyfin Premiere abonnement, skal du være sikker på at Jellyfin Premiere er konfigureret i dit Jellyfin Server-kontrolpanel, som kan tilgåes ved at klikke på Jellyfin Premiere i hovedmenuen.",
"MessageUnlockAppWithPurchaseOrSupporter": "Lås op for dette feature med en lille enkeltstående betaling, eller med et aktivt Jellyfin Premiere abonnement.",
"MessageUnlockAppWithSupporter": "Lås op for dette feature med et aktivt Jellyfin Premiere abonnement.",
"MessageWeDidntRecognizeCommand": "Beklager, men vi genkendte ikke denne kommando.",
"MinutesAfter": "minutter efter",
"MinutesBefore": "minutter før",
"Mobile": "Mobile / Tablet",
"Monday": "Mandag",
"More": "More",
"MoveLeft": "Flyt mod venstre",
"MoveRight": "Flyt mod højre",
"Movies": "Film",
@@ -468,19 +210,9 @@
"NewEpisodes": "Nye episoder",
"NewEpisodesOnly": "Kun nye episoder",
"News": "Nyheder",
"Next": "Next",
"No": "No",
"NoItemsFound": "Ingen emner fundet.",
"NoSubtitleSearchResultsFound": "Ingen resultater fundet.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "En kanal",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Åben",
"OptionNew": "Ny...",
"Original": "Standard",
@@ -491,48 +223,27 @@
"PackageInstallFailed": "{0} installationen mislykkedes.",
"ParentalRating": "Parental Rating",
"People": "Personer",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Placer favoritkanaler i begyndelsen",
"Play": "Afspil",
"PlayAllFromHere": "Afspil alt fra her",
"PlayCount": "Play count",
"PlayFromBeginning": "Afspil fra begyndelsen",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Afspillet",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Indtast venligst et navn eller eksternt Id.",
"PleaseRestartServerName": "Genstart venligst Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Vælg venligst mindst to elementer.",
"Premiere": "Premiere",
"Premieres": "Premiere",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producent",
"ProductionLocations": "Produktionslokationer",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Konverter automatisk optagelser til streaming-venlige formater med Jellyfin Premiere. Optagelser bliver konverteret on-the-fly til MP4 eller MKV, afhængigt af dine Jellyfin serverindstillinger.",
"Quality": "Kvalitet",
"QueueAllFromHere": "Set alt her i kø",
"Raised": "Raised",
"RecentlyWatched": "Nyligt sete",
"Record": "Optag",
"RecordSeries": "Optag serie",
"RecordingCancelled": "Optagelse annulleret.",
"RecordingScheduled": "Optagelse planlagt.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Opdater",
"RefreshDialogHelp": "Metadata opdateres alt efter hvilke indstillinger og internet-servicer der er aktiveret i Jellyfin Server-kontrolpanelet.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Opdatering sat i kø",
"Reject": "Afvis",
"ReleaseDate": "Udgivelsesdato",
@@ -541,31 +252,21 @@
"RemoveFromPlaylist": "Fjer fra afspilningsliste",
"RemovingFromDevice": "Fjerner fra enhed",
"Repeat": "Gentag",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Gentag episoder",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Erstat alle metadata",
"ReplaceExistingImages": "Erstat eksisterende billeder",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Genoptag fra {0}",
"Retry": "Prøv igen",
"RunAtStartup": "Run at startup",
"Runtime": "Afspilningstid",
"Saturday": "Lørdag",
"Save": "Gem",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Skærmbilleder",
"Search": "Søg",
"SearchForCollectionInternetMetadata": "Søg på internettet efter billeder og metadata",
"SearchForMissingMetadata": "Søg efter manglende metadata",
"SearchForSubtitles": "Søg efter undertekster",
"SearchResults": "Søgeresultater",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Serie annulleret.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Optagning af serie planlagt.",
"SeriesSettings": "Serieindstillinger",
"SeriesYearToPresent": "{0} - Nuværende",
@@ -573,36 +274,16 @@
"ServerNameIsShuttingDown": "Jellyfin Server - {0} lukker ned.",
"ServerUpdateNeeded": "Denne Jellyfin server bør opdateres. For at downloade den nyeste version besøg venligst {0}",
"Settings": "Indstillinger",
"SettingsSaved": "Settings saved.",
"Share": "Del",
"ShowIndicatorsFor": "Vis indikatorer for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Bland",
"SkipEpisodesAlreadyInMyLibrary": "Optag ikke episoder som allerede findes i mit bibliotek",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episoder bliver sammenlignet på sæson og episodenummer, når muligt.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sortér kanaler efter:",
"SortName": "Sorteringsnavn",
"Sports": "Sport",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studier",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Undertekster",
"Suggestions": "Suggestions",
"Sunday": "Søndag",
"Sync": "Synk",
"SyncJobItemStatusCancelled": "Annulleret",
@@ -614,67 +295,33 @@
"SyncJobItemStatusSynced": "Downloadet",
"SyncJobItemStatusSyncedMarkForRemoval": "Fjerner fra enhed",
"SyncJobItemStatusTransferring": "Overfører",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Nyd venligst et minuts afspilning. Tak fordi du prøver Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Torsdag",
"TrackCount": "{0} numre",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Prøv Multi-Valg",
"TryMultiSelectMessage": "For at redigere adskillige emner, skal du blot klikke og holde på hvilken som helst plakat og vælge de emner du vil administrere. Prøv det!",
"Tuesday": "Tirsdag",
"Uniform": "Uniform",
"UnlockGuide": "Oplås guide",
"Unplayed": "Unplayed",
"Unrated": "Ingen bedømmelse",
"UntilIDelete": "Til jeg sletter",
"UntilSpaceNeeded": "Til pladsen er nødvendig",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} album",
"ValueDiscNumber": "Disk {0}",
"ValueEpisodeCount": "{0} episoder",
"ValueGameCount": "{0} spil",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} film",
"ValueMusicVideoCount": "{0} musikvideoer",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 spil",
"ValueOneItem": "1 emne",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 musikvideo",
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 sang",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} serier",
"ValueSongCount": "{0} sange",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "Vis album",
"ViewArtist": "Vis kunstner",
"VoiceInput": "Taleinput",
"Watched": "Watched",
"Wednesday": "Onsdag",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Forfatter",
"Yes": "Yes"
}
-55
View File
@@ -26,7 +26,6 @@
"AnyLanguage": "Jede Sprache",
"Anytime": "Jederzeit",
"AroundTime": "Um {0}",
"Art": "Art",
"Artists": "Interpreten",
"AsManyAsPossible": "So viele wie möglich",
"Ascending": "Aufsteigend",
@@ -38,7 +37,6 @@
"AudioCodecNotSupported": "Audio Codec nicht unterstützt",
"AudioProfileNotSupported": "Audio Profil nicht unterstützt",
"AudioSampleRateNotSupported": "Audio Sample Rate nicht unterstützt",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Automatisch (basierend auf Spracheinstellung)",
"AutomaticallyConvertNewContent": "Konvertiere neue Inhalte automatisch",
"AutomaticallyConvertNewContentHelp": "Neue Inhalte in diesem Ordner werden automatisch konveriert.",
@@ -46,16 +44,13 @@
"AutomaticallySyncNewContentHelp": "Neu zu diesem Ordner hinzugefügte Inhalte werden automatisch auf das Gerät heruntergeladen.",
"Backdrop": "Hintergrund",
"Backdrops": "Hintergründe",
"Banner": "Banner",
"BestFit": "Beste Übereinstimmung",
"BirthLocation": "Geburtsort",
"Books": "Bücher",
"Box": "Box",
"BoxRear": "Box (Rückseite)",
"BurnSubtitlesHelp": "Legt fest, ob der Server die Untertitel basierend auf deren Format einbrennen soll während der Videokonvertierung. Die Vermeidung des Einbrennen von Untertiteln verbessert die Serverperformance. Wähle Auto, um Bildfomate (z.B. VOBSUB, PGS, SUB/IDX, etc.) sowie bestimmte ASS/SSA-Untertitel einbrennen zu lassen.",
"ButtonCancel": "Abbrechen",
"ButtonGotIt": "Verstanden",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Eine Minute wiedergeben",
"ButtonRestart": "Neustart",
"ButtonRestorePreviousPurchase": "Kauf wiederherstellen",
@@ -72,9 +67,7 @@
"CinemaModeFeatureDescription": "Der Cinema Mode bringt das richtige Kinogefühl mit Trailern und eigenen Intros vor dem Hauptfilm.",
"CloudSyncFeatureDescription": "Synchronisiere deine Medien in die Cloud für ein Backup, eine Archivierung und Konvertierung.",
"Collections": "Sammlungen",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Farbraum",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community Bewertung",
"Composer": "Komponist",
"ConfigureDateAdded": "Bestimme in den Bibliotheks-Einstellungen des Jellyfin Server Dashboards, wie das Feld \"Hinzugefügt am\" interpretiert werden soll.",
@@ -108,7 +101,6 @@
"DeleteMedia": "Medien löschen",
"Depressed": "Gedrückt",
"Descending": "Absteigend",
"Desktop": "Desktop",
"DirectPlayError": "Fehler bei der direkten Wiedergabe",
"DirectPlaying": "Direktes Abspielen",
"DirectStreamHelp1": "Das Medium ist mit dem Abspielgerät kompatibel bzgl. Auflösung und Codecs (H.264, AC3, etc.), besitzt jedoch einen inkompatiblen Dateicontainer (.mkv, .avi, .wmv, etc.). Das Video wird in Echtzeit neugepackt bevor es zum Abspielgerät gestreamt wird.",
@@ -128,12 +120,10 @@
"DisplayModeHelp": "Bitte wähle den Typ des Bildschirms auf dem Du Jellyfin verwendest.",
"DoNotRecord": "Nicht aufnehmen",
"Down": "Runter",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Lege die maximale Anzahl der herunterzuladenden Dateien fest.",
"Downloaded": "Heruntergeladen",
"Downloading": "Lädt herunter",
"DownloadingDots": "Lädt herunter...",
"Downloads": "Downloads",
"DownloadsValue": "{0} Downloads",
"DropShadow": "Schlagschatten",
"DvrFeatureDescription": "Plane individuelle Aufnahmen von Live-TV, Serien und mehr mit Jellyfin DVR.",
@@ -168,21 +158,15 @@
"ErrorReachingJellyfinConnect": "Fehler bei der Verbindung zum Jellyfin Connect Server. Stelle bitte sicher, dass du über eine aktive Internetverbindung verfügst und versuche es erneut.",
"ErrorRemovingJellyfinConnectAccount": "Fehler beim Entfernen des Jellyfin Connect Kontos. Bitte stelle sicher, dass du über eine aktive Internetverbindung verfügst und versuche es erneut.",
"ExtraLarge": "Extragroß",
"Extras": "Extras",
"Favorite": "Favorit",
"Favorites": "Favoriten",
"FeatureRequiresJellyfinPremiere": "Dieses Feature benötigt eine aktive Jellyfin Premiere Mitgliedschaft.",
"Features": "Features",
"File": "Datei",
"Fill": "Ausfüllen",
"Filters": "Filter",
"Folders": "Verzeichnisse",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Genieße Zugriff auf kostenlose Jellyfin Apps für deine Geräte.",
"Friday": "Freitag",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Nach Serien gruppieren",
"GroupVersions": "Gruppiere Versionen",
"GuestStar": "Gaststar",
@@ -284,8 +268,6 @@
"Help": "Hilfe",
"Hide": "Verstecke",
"HideWatchedContentFromLatestMedia": "Verberge gesehene Inhalte von neuesten Medien.",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "Wie hast Du bezahlt?",
"IHaveJellyfinPremiere": "Ich besitze Jellyfin Premiere",
"IPurchasedThisApp": "Ich habe diese App gekauft",
@@ -306,15 +288,12 @@
"LabelAirsAfterSeason": "Ausstrahlungen nach Staffel:",
"LabelAirsBeforeEpisode": "Ausstrahlungen vor Episode:",
"LabelAirsBeforeSeason": "Ausstrahlungen vor Staffel:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Alben Interpreten:",
"LabelArtists": "Interpreten:",
"LabelArtistsHelp": "Trenne mehrere Einträge durch ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Bevorzugte Audiosprache:",
"LabelBirthDate": "Geburtsdatum:",
"LabelBirthYear": "Geburtsjahr:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Untertitel einbrennen:",
"LabelChannels": "Kanäle:",
"LabelCollection": "Sammlung:",
@@ -336,7 +315,6 @@
"LabelDisplayOrder": "Anzeigereihenfolge:",
"LabelDropImageHere": "Fotos hierher ziehen oder klicken im zu browsen.",
"LabelDropShadow": "Schlagschatten:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-Mail Adresse:",
"LabelEndDate": "Endzeit:",
"LabelEpisodeNumber": "Episodennummer:",
@@ -352,7 +330,6 @@
"LabelLockItemToPreventChanges": "Sperre diesen Eintrag um zukünftige Änderungen zu verhindern",
"LabelMaxChromecastBitrate": "Max Chromcast Datenrate:",
"LabelMetadataDownloadLanguage": "Bevorzugte Sprache für Downloads:",
"LabelName": "Name:",
"LabelNumber": "Nummer:",
"LabelOriginalAspectRatio": "Original Seitenverhältnis:",
"LabelOriginalTitle": "Original Titel:",
@@ -378,7 +355,6 @@
"LabelSelectFolderGroups": "Gruppiere Inhalte von folgenden Verzeichnissen automatisch zu Ansichten wie beispielsweise Filme, Musik und TV:",
"LabelSelectFolderGroupsHelp": "Verzeichnisse die nicht markiert sind werden alleine mit ihren eigenen Ansichten angezeigt.",
"LabelShortOverview": "Kurzübersicht:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Sprungweite rückwärts:",
"LabelSkipForwardLength": "Sprungweite vorwärts:",
"LabelSortBy": "Sortiert nach:",
@@ -387,7 +363,6 @@
"LabelSoundEffects": "Soundeffekte:",
"LabelSource": "Quelle:",
"LabelStartWhenPossible": "Starte wenn möglich:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stoppe wenn möglich",
"LabelSubtitlePlaybackMode": "Untertitelmodus:",
"LabelSubtitles": "Untertitel:",
@@ -395,17 +370,12 @@
"LabelSyncNoTargetsHelp": "Es sieht so aus als würdest du aktuell keine Apps verwenden, die Offline-Downloads unterstützen.",
"LabelSyncTo": "Synchronisiere mit:",
"LabelTVHomeScreen": "TV-Mode Startseite",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Hintergrundfarbe des Textes:",
"LabelTextColor": "Textfarbe:",
"LabelTextSize": "Textgröße",
"LabelTheme": "Theme:",
"LabelTitle": "Titel:",
"LabelTrackNumber": "Stück Nummer:",
"LabelType": "Typ:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Hintergrundfarbe des Textes:",
"LabelYear": "Jahr:",
"Large": "Groß",
@@ -413,14 +383,10 @@
"LearnHowYouCanContribute": "Erfahre, wie du unterstützen kannst.",
"LearnMore": "Erfahre mehr",
"Like": "Mag ich",
"LinksValue": "Links: {0}",
"List": "Liste",
"Live": "Live",
"LiveBroadcasts": "Liveübertragungen",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Streame Live TV zu jeder Jellyfin App mit einem kompatiblen TV Tuner , der auf deinem Jellyfin Server installiert ist.",
"LiveTvRequiresUnlock": "Live TV benötigt eine aktive Jellyfin Premiere Mitgliedschaft.",
"Logo": "Logo",
"ManageRecording": "Aufnahme verwalten",
"MarkPlayed": "Markiere \"als gesehen\"",
"MarkUnplayed": "Markiere \"als ungesehen\"",
@@ -434,8 +400,6 @@
"MessageDownloadQueued": "Download eingereiht.",
"MessageFileReadError": "Es gab einen Fehler beim Lesen der Datei. Bitte versuche es erneut.",
"MessageIfYouBlockedVoice": "Wenn du die Sprachsteuerung für die App nicht erlaubt hast, musst du dies vor einem erneuten Versuch ändern.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Eine Email wurde an {0} mit einer Einladung zur Anmeldung an Jellyfin gesendet.",
"MessageInvitationSentToUser": "Eine E-Mail mit der Einladung zum Sharing ist an {0} geschickt worden.",
"MessageItemSaved": "Element gespeichert",
@@ -461,7 +425,6 @@
"MoveRight": "Nach rechts bewegen",
"Movies": "Filme",
"MySubtitles": "Meine Untertitel",
"Name": "Name",
"NewCollection": "Neue Collection",
"NewCollectionHelp": "Sammlungen ermöglichen personallisierte Gruppen von Filmen oder anderen Medien.",
"NewCollectionNameExample": "Beispiel: Star Wars Collection",
@@ -475,7 +438,6 @@
"NoSubtitles": "Keine Untertitel",
"NoSubtitlesHelp": "Untertitel werden standardmäßig nicht geladen. Sie können aber während der Wiedergabe manuell aktiviert werden.",
"None": "Keines",
"Normal": "Normal",
"Off": "Aus",
"OneChannel": "Ein Kanal",
"OnlyForcedSubtitles": "Nur erzwungene Untertitel",
@@ -483,7 +445,6 @@
"OnlyImageFormats": "Nur Bildformate (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Öffnen",
"OptionNew": "Neu...",
"Original": "Original",
"OriginalAirDateValue": "Erstausstrahlung: {0}",
"Overview": "Übersicht",
"PackageInstallCancelled": "{0} Installation abgebrochen",
@@ -503,7 +464,6 @@
"PlaybackErrorNoCompatibleStream": "Derzeit sind keine kompatiblen Stream verfügbar. Bitte versuche es später nochmal oder kontaktiere deinen Systemadministrator für weitere Informationen.",
"PlaybackErrorNotAllowed": "Die verfügst derzeit über keine Berechtigung um diesen Inhalt abzuspielen. Bitte kontaktiere deinen Systemadministrator für weitere Informationen.",
"PlaybackErrorPlaceHolder": "Bitte lege die Disc ein um das Video abzuspielen.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "Um die Wiedergabeeinstellungen zu ändern, stoppen Sie die Wiedergabe und klicken Sie auf Ihr Benutzer-Icon in der oberen rechten Ecke der App.",
"Played": "Gesehen",
"Playlists": "Wiedergabelisten",
@@ -511,7 +471,6 @@
"PleaseRestartServerName": "Bitte starte Jellyfin Server - {0} neu.",
"PleaseSelectDeviceToSyncTo": "Bitte wähle ein Download-Zielgerät.",
"PleaseSelectTwoItems": "Bitte wähle mindestens zwei Optionen aus.",
"Premiere": "Premiere",
"Premieres": "Premieren",
"Previous": "Vorheriges",
"Primary": "Primär",
@@ -557,7 +516,6 @@
"ScanForNewAndUpdatedFiles": "Scanne nach neuen und aktualisierten Dateien",
"Schedule": "Zeitplan",
"Screenshot": "Bildschirmfoto",
"Screenshots": "Screenshots",
"Search": "Suche",
"SearchForCollectionInternetMetadata": "Suche im Internet nach Bildmaterial und Metadaten",
"SearchForMissingMetadata": "Suche nach fehlenden Metadaten",
@@ -585,9 +543,7 @@
"Small": "Klein",
"SmallCaps": "Kapitälchen",
"Smaller": "Kleiner",
"Smart": "Smart",
"SmartSubtitlesHelp": "Untertitel, die den Spracheinstellungen entsprechen, werden nur bei einer Tonspur in fremder Sprache heruntergeladen.",
"Songs": "Songs",
"Sort": "Sortieren",
"SortByValue": "Sortieren nach {0}",
"SortChannelsBy": "Sortiere Kanäle nach:",
@@ -595,11 +551,9 @@
"Sports": "Sport",
"StatsForNerds": "Statistiken für Tüftler",
"StopRecording": "Aufnahme stoppen",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Diese Einstellungen werden auch auf jede Chromecast-Wiedergabe angewendet, die von diesem Gerät gestartet wird.",
"SubtitleAppearanceSettingsDisclaimer": "Diese Einstellungen werden nicht auf grafische Untertitel (PGS, DVD, etc.) oder Untertitel mit eingebettetem Style-Elementen (ASS/SSA) angewendet.",
"SubtitleCodecNotSupported": "Untertitelformat nicht unterstützt",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "Um das Aussehen der Untertitel und die Spracheinstellungen zu ändern, stoppen Sie die Wiedergabe und klicken Sie auf Ihr Benutzer-Icon in der oberen rechten Ecke der App.",
"Subtitles": "Untertitel",
"Suggestions": "Empfehlungen",
@@ -617,20 +571,14 @@
"SyncUnwatchedVideosOnly": "Lade nur ungesehene Videos herunter",
"SyncUnwatchedVideosOnlyHelp": "Nur ungesehene Video werden heruntergeladen. Videos werden entfernt sobald diese auf dem Gerät angeschaut wurden.",
"SyncingDots": "Synchronisieren...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Nutzungsbedingungen",
"ThankYouForTryingEnjoyOneMinute": "Genieße eine Minute Wiedergabe. Danke, dass du Jellyfin ausprobierst.",
"ThemeSongs": "Titelsongs",
"ThemeVideos": "Titelvideos",
"TheseSettingsAffectSubtitlesOnThisDevice": "Diese Einstellungen beeinflussen Untertitel auf diesem Gerät",
"Thumb": "Thumb",
"Thursday": "Donnerstag",
"TrackCount": "{0} Titel",
"Trailer": "Trailer",
"Trailers": "Trailer",
"Transcoding": "Transcoding",
"TryMultiSelect": "Versuche Mehrfachauswahl",
"TryMultiSelectMessage": "Für eine Mehrfachauswahl klicke und halte ein Poster. Wähle die Einträge die du bearbeiten möchten. Versuch es!",
"Tuesday": "Dienstag",
@@ -643,7 +591,6 @@
"Up": "Hoch",
"Upload": "Hochladen",
"ValueAlbumCount": "{0} Alben",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} Episoden",
"ValueGameCount": "{0} Spiele",
"ValueMinutes": "{0} Minuten",
@@ -660,14 +607,12 @@
"ValueSeconds": "{0} Sekunden",
"ValueSeriesCount": "{0} Serien",
"ValueSongCount": "{0} Lieder",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertikal",
"VideoBitDepthNotSupported": "Videobittiefe nicht unterstützt",
"VideoCodecNotSupported": "Video Codec nicht unterstützt",
"VideoFramerateNotSupported": "Videoframerate nicht unterstützt",
"VideoLevelNotSupported": "Video Level nicht unterstützt",
"VideoProfileNotSupported": "Videoprofil nicht unterstützt",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video Auflösung nicht unterstützt",
"ViewAlbum": "Zeige Album",
"ViewArtist": "Zeige Darsteller",
-16
View File
@@ -51,11 +51,9 @@
"BirthLocation": "Τόπος γέννησης:",
"Books": "Βιβλία",
"Box": "Κουτί",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Καθορίζει αν ο διακομιστής πρέπει να εγγράψει στους υπότιτλους κατά τη μετατροπή βίντεο ανάλογα με τη μορφή των υπότιτλων. Η αποφυγή της εγγραφής στους υπότιτλους θα βελτιώσει την απόδοση του διακομιστή. Επιλέξτε Αυτόματα για να εγγράψετε μορφές βασισμένες σε εικόνες (π.χ. VOBSUB, PGS, SUB / IDX κ.λπ.) καθώς και ορισμένους υπότιτλους ASS / SSA",
"ButtonCancel": "Ακύρωση ",
"ButtonGotIt": "Το κατάλαβα",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Αναπαραγωγή για ένα λεπτό",
"ButtonRestart": "Επανεκκίνηση",
"ButtonRestorePreviousPurchase": "Επαναφορά αγοράς",
@@ -72,7 +70,6 @@
"CinemaModeFeatureDescription": "Η λειτουργία Κινηματογράφου σάς προσφέρει την πραγματική κινηματογραφική εμπειρία με ρυμουλκούμενα και προσαρμοσμένες intros πριν από τη λειτουργία.",
"CloudSyncFeatureDescription": "Συγχρονίστε τα πολυμέσα σας στο cloud για εύκολη δημιουργία αντιγράφων ασφαλείας, αρχειοθέτηση και μετατροπή.",
"Collections": "Συλλογές",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Χρωματικός χώρος",
"ColorTransfer": "Μεταφορά χρώματος",
"CommunityRating": "Βαθμολογία Κοινότητας",
@@ -303,9 +300,6 @@
"Label3DFormat": "Τρισδιάστατη φόρμα",
"LabelAirDays": "Ημέρες κυκλοφορίας:",
"LabelAirTime": "Ώρα κυκλοφορίας",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Άλμπουμ",
"LabelAlbumArtists": "Άλμπουμ Καλλιτέχνες",
"LabelArtists": "Καλλιτέχνες:",
@@ -314,7 +308,6 @@
"LabelAudioLanguagePreference": "Προτιμώμενη γλώσσα ήχου:",
"LabelBirthDate": "Ημερομηνία Γενεθλίων:",
"LabelBirthYear": "Έτος Γέννησης:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Εγγραφή υπότιτλων:",
"LabelChannels": "Κανάλια:",
"LabelCollection": "Συλλογή:",
@@ -336,7 +329,6 @@
"LabelDisplayOrder": "Σειρά εμφάνισης:",
"LabelDropImageHere": "Κάντε κλικ εδώ, ή κάντε κλικ για να περιηγηθείτε.",
"LabelDropShadow": "Σκίαση:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "Διεύθυνση E-mail",
"LabelEndDate": "Ημερομηνία Λήξης:",
"LabelEpisodeNumber": "Νούμερο Επεισοδίου:",
@@ -378,7 +370,6 @@
"LabelSelectFolderGroups": "Αυτόματη ομαδοποίηση περιεχομένου από τους ακόλουθους φακέλους σε προβολές όπως ταινίες, μουσική και τηλεόραση:",
"LabelSelectFolderGroupsHelp": "Οι φάκελοι που δεν έχουν επιλεγεί θα εμφανίζονται από μόνοι τους στη δική τους άποψη.",
"LabelShortOverview": "Σύντομη Επισκόπηση",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Παράλειψη πίσω μήκους:",
"LabelSkipForwardLength": "Παράλειψη προς τα εμπρός:",
"LabelSortBy": "Ταξινόμηση κατά:",
@@ -434,8 +425,6 @@
"MessageDownloadQueued": "Η λήψη προγραμματίστηκε.",
"MessageFileReadError": "Παρουσιάστηκε σφάλμα κατά την ανάγνωση του αρχείου. Παρακαλώ προσπάθησε ξανά.",
"MessageIfYouBlockedVoice": "Αν αρνηθήκατε τη φωνητική πρόσβαση στην εφαρμογή, θα χρειαστεί να επαναρυθμίσετε τη ρύθμιση πριν δοκιμάσετε ξανά.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Έγινε αποστολή ενός μηνύματος ηλεκτρονικού ταχυδρομείου στο {0}, καλώντας τα να εγγραφούν στο Jellyfin.",
"MessageInvitationSentToUser": "Ένα μήνυμα ηλεκτρονικού ταχυδρομείου έχει σταλεί στο {0}, καλώντας τα να αποδεχθούν την πρόσκληση κοινής χρήσης.",
"MessageItemSaved": "Το στοιχείο αποθηκεύτηκε",
@@ -503,7 +492,6 @@
"PlaybackErrorNoCompatibleStream": "Δεν υπάρχουν επί του παρόντος διαθέσιμες συμβατές ροές. Δοκιμάστε ξανά αργότερα ή επικοινωνήστε με τον διαχειριστή του συστήματος για λεπτομέρειες.",
"PlaybackErrorNotAllowed": "Δεν είστε επί του παρόντος εξουσιοδοτημένος να αναπαράγετε αυτό το περιεχόμενο. Επικοινωνήστε με το διαχειριστή του συστήματός σας για λεπτομέρειες.",
"PlaybackErrorPlaceHolder": "Εισαγάγετε τον δίσκο για να παίξετε αυτό το βίντεο.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "Για να ρυθμίσετε τις προεπιλεγμένες ρυθμίσεις αναπαραγωγής, σταματήστε την αναπαραγωγή βίντεο και στη συνέχεια, κάντε κλικ στο εικονίδιο χρήστη στην επάνω δεξιά ενότητα της εφαρμογής.",
"Played": "Έγινε Αναπαραγωγή",
"Playlists": "Λίστες αναπαραγωγής",
@@ -565,7 +553,6 @@
"SearchResults": "Αποτελέσματα αναζήτησης",
"SecondaryAudioNotSupported": "Η εναλλαγή της γραμμής ήχου δεν υποστηρίζεται",
"SeriesCancelled": "Η Σειρά ακυρώθηκε.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Προγραμματισμός εγγραφών Σειρών",
"SeriesSettings": "Ρυθμίσεις Σειρών",
"SeriesYearToPresent": "{0} - εμφανίστηκε",
@@ -599,7 +586,6 @@
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Αυτές οι ρυθμίσεις ισχύουν επίσης για οποιαδήποτε αναπαραγωγή του Chromecast που ξεκίνησε από αυτήν τη συσκευή.",
"SubtitleAppearanceSettingsDisclaimer": "Αυτές οι ρυθμίσεις δεν θα ισχύουν για γραφικούς υποτίτλους (PGS, DVD, κ.λπ.) ή για υπότιτλους που έχουν ενσωματωμένο το δικό τους στυλ (ASS / SSA).",
"SubtitleCodecNotSupported": "Η μορφή υποτίτλων δεν υποστηρίζεται",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "Για να ρυθμίσετε την προεπιλεγμένη εμφάνιση υπότιτλων και τις ρυθμίσεις γλώσσας, σταματήστε την αναπαραγωγή βίντεο και, στη συνέχεια, κάντε κλικ στο εικονίδιο χρήστη στην επάνω δεξιά ενότητα της εφαρμογής.",
"Subtitles": "Υπότιτλοι",
"Suggestions": "Προτάσεις",
@@ -625,7 +611,6 @@
"ThemeSongs": "Θεματικά τραγούδια",
"ThemeVideos": "Θεματικά βίντεο",
"TheseSettingsAffectSubtitlesOnThisDevice": "Αυτές οι ρυθμίσεις επηρεάζουν τους υπότιτλους αυτής της συσκευής",
"Thumb": "Thumb",
"Thursday": "Πέμπτη",
"TrackCount": "{0} κομμάτια",
"Trailer": "Τρέϊλερ",
@@ -667,7 +652,6 @@
"VideoFramerateNotSupported": "Το βίντεο καρέ δεν υποστηρίζεται",
"VideoLevelNotSupported": "Το επίπεδο βίντεο δεν υποστηρίζεται",
"VideoProfileNotSupported": "Το προφίλ βίντεο δεν υποστηρίζεται",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Η ανάλυση βίντεο δεν υποστηρίζεται",
"ViewAlbum": "Προβολή άλμπουμ",
"ViewArtist": "Εμφάνιση Καλλιτέχνη",
@@ -1,220 +1,19 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active Internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Cancel",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"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.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Colour primaries",
"ColorSpace": "Colour space",
"ColorTransfer": "Colour transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable colour-coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an e-mail to {0}, and include your e-mail address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an e-mail to {0} from the e-mail address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active Internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active Internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active Internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favourite",
"Favorites": "Favourites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friday",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again. Alternatively, try entering their e-mail address.",
"Guide": "Guide",
"HDPrograms": "HD programmes",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Untick a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External IDs:",
"HeaderFavoriteAlbums": "Favourite Albums",
@@ -227,454 +26,23 @@
"HeaderFavoriteShows": "Favourite Shows",
"HeaderFavoriteSongs": "Favourite Songs",
"HeaderFavoriteVideos": "Favourite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wi-Fi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Country:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date/time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Language:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unticked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background colour:",
"LabelTextColor": "Text colour:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background colour:",
"LabelYear": "Year",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0}, inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An e-mail will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the e-mail.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognise that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Monday",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalised groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favourite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorised to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external ID.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programmes",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Saturday",
"Save": "Save",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, DVD order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc.) or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Sunday",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Thursday",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tuesday",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Wednesday",
"WifiRequiredToDownload": "A Wi-Fi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
@@ -1,680 +1,4 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Cancel",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friday",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Country:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Language:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Monday",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Ejemplo: Colección de Star Wars",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Saturday",
"Save": "Save",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Sunday",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Thursday",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tuesday",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Wednesday",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
@@ -2,7 +2,6 @@
"Absolute": "Absoluto",
"Accept": "Aceptar",
"AccessRestrictedTryAgainLater": "El acceso esta restringido en este momento. Por favor intente de nuevo mas tarde.",
"Actor": "Actor",
"Add": "Agregar",
"AddToCollection": "Agregar a Colección.",
"AddToPlayQueue": "Agregar a la cola de reproduccion",
@@ -38,7 +37,6 @@
"AudioCodecNotSupported": "Codec de audio no soportado",
"AudioProfileNotSupported": "Perfil de audio no soportado",
"AudioSampleRateNotSupported": "Muestreo (sample) de audio no soportado",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (basado en la configuración del lenguaje)",
"AutomaticallyConvertNewContent": "Convertir contenidos nuevos automáticamente",
"AutomaticallyConvertNewContentHelp": "Los contenidos nuevos agregados a esta carpeta serán convertidos automáticamente.",
@@ -55,7 +53,6 @@
"BurnSubtitlesHelp": "Determina si el servidor debería quemar los subtitulos al convertir el video dependiendo en el formato de los subtitulos. Evitar los subtitulos quemados mejorara el rendimiento del servidor. Elija \"Auto\" para quemar los formatos basados en imágenes (por ejemplo VOBSUB, PGS, SUB/IDX, etc.) así como ciertos subtitulos ASS/SSA",
"ButtonCancel": "Cancelar",
"ButtonGotIt": "Hecho",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Reproducir un minuto",
"ButtonRestart": "Reiniciar",
"ButtonRestorePreviousPurchase": "Restaurar Compra",
@@ -114,8 +111,6 @@
"DirectStreamHelp1": "El medio es compatible con el dispositivo en cuanto a la resolución y tipo de medio (H.264, AC3, etc.), pero es un es un contenedor de archivo incompatible (.mkv, .avi, .wmv, etc.). El video sera re empaquetado al vuelo antes de transmitirlo al dispositivo.",
"DirectStreamHelp2": "La Transmisión Directa de un archivo usa muy poco poder de procesamiento sin ninguna perdida en la calidad de video.",
"DirectStreaming": "Transmisión Directa",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directores: {0}",
"Disc": "DIsco",
"Disconnect": "Desconectar",
@@ -158,7 +153,6 @@
"Ended": "Finalizado",
"EndsAtValue": "Termina a las {0}",
"Episodes": "Episodios",
"Error": "Error",
"ErrorAddingGuestAccount1": "Hubo un error agregando la cuenta de Jellyfin Connect. ¿Su invitado ya ha creado una cuenta de Jellyfin Connect? Puede registrarse en {0}.",
"ErrorAddingGuestAccount2": "Si continua teniendo problemas, escriba un correo electrónico a {0}, e incluya su dirección de correo electrónico ademas de la de su invitado.",
"ErrorAddingJellyfinConnectAccount1": "Hubo un error agregando la cuenta de Jellyfin Connect. ¿Ya ha creado una cuenta de Jellyfin? Registrese en {0}.",
@@ -168,7 +162,6 @@
"ErrorReachingJellyfinConnect": "Hubo un error al tratar de contactar el servidor de Jellyfin Connect. Por favor asegúrese de que tiene una conexión activa de internet e intente de nuevo.",
"ErrorRemovingJellyfinConnectAccount": "Hubo un error retirando la cuenta de Jellyfin Connect. Por favor asegúrese que su conexión a internet esta activa e intente de nuevo.",
"ExtraLarge": "Extra grande",
"Extras": "Extras",
"Favorite": "Favorito",
"Favorites": "Favoritos",
"FeatureRequiresJellyfinPremiere": "Esta característica requiere de una suscripción activa de Jellyfin Premiere.",
@@ -285,7 +278,6 @@
"Hide": "Ocultar",
"HideWatchedContentFromLatestMedia": "Ocultar contenido ya visto de Agregadas Recientemente",
"Home": "Inicio",
"Horizontal": "Horizontal",
"HowDidYouPay": "¿Cual sera su forma de pago?",
"IHaveJellyfinPremiere": "Ya cuento con Jellyfin Premiere",
"IPurchasedThisApp": "Ya he comprado esta app",
@@ -310,7 +302,6 @@
"LabelAlbumArtists": "Artistas del álbum:",
"LabelArtists": "Artistas:",
"LabelArtistsHelp": "Separar múltiples empleando:",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Idioma preferido de audio:",
"LabelBirthDate": "Fecha de Nacimiento:",
"LabelBirthYear": "Año de nacimiento:",
@@ -336,7 +327,6 @@
"LabelDisplayOrder": "Orden para mostrar:",
"LabelDropImageHere": "Arrastre la imagen aquí, o de clic para navegar.",
"LabelDropShadow": "Mostrar sombra:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "Dirección de correo:",
"LabelEndDate": "Fecha de Fin:",
"LabelEpisodeNumber": "Episodio numero:",
@@ -404,7 +394,6 @@
"LabelTrackNumber": "Número de Pista:",
"LabelType": "Tipo:",
"LabelVersion": "Versión:",
"LabelVideo": "Video:",
"LabelWebsite": "Sitio web:",
"LabelWindowBackgroundColor": "Color de fondo para el texto:",
"LabelYear": "Año:",
@@ -434,8 +423,6 @@
"MessageDownloadQueued": "Descargar cola.",
"MessageFileReadError": "Hubo un error al leer el archivo. Por favor intente de nuevo.",
"MessageIfYouBlockedVoice": "Si ha negado el acceso a la voz a la aplicación necesitara reconfigurar antes de intentarlo de nuevo.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Un correo electrónico se ha enviado a {0} invitándolos a registrarse en Jellyfin.",
"MessageInvitationSentToUser": "Se ha enviado un correo electrónico a {0}, invitándolo a aceptar tu invitación para compartir.",
"MessageItemSaved": "Ítem guardado.",
@@ -469,13 +456,11 @@
"NewEpisodesOnly": "Solo episodios nuevos",
"News": "Noticias",
"Next": "Siguiente",
"No": "No",
"NoItemsFound": "No se encontraron ítems.",
"NoSubtitleSearchResultsFound": "No se encontraron resultados.",
"NoSubtitles": "Sin Subtitulos",
"NoSubtitlesHelp": "Los subtítulos no serán cargados por defecto. Pero pueden ser activados manualmente durante la reproducción.",
"None": "Ninguno",
"Normal": "Normal",
"Off": "Apagar",
"OneChannel": "Un canal",
"OnlyForcedSubtitles": "Únicamente subtítulos forzados",
@@ -483,7 +468,6 @@
"OnlyImageFormats": "Solo formato de imagen (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Abrir",
"OptionNew": "Nuevo...",
"Original": "Original",
"OriginalAirDateValue": "Fecha de emisión original: {0}",
"Overview": "Sinopsis",
"PackageInstallCancelled": "{0} instalación cancelada.",
@@ -617,7 +601,6 @@
"SyncUnwatchedVideosOnly": "Descargar únicamente videos no vistos",
"SyncUnwatchedVideosOnlyHelp": "Solamente los videos aún no vistos serán descargados, se eliminarán los videos del dispositivo conforme éstos sean vistos.",
"SyncingDots": "Sincronizando...",
"TV": "TV",
"Tags": "Etiquetas",
"TagsValue": "Etiquetas: {0}",
"TermsOfUse": "Términos de uso",
@@ -628,7 +611,6 @@
"Thumb": "Miniatura",
"Thursday": "Jueves",
"TrackCount": "{0} Pistas",
"Trailer": "Trailer",
"Trailers": "Tráilers",
"Transcoding": "Transcodificando",
"TryMultiSelect": "Intente Multi-Selección",
@@ -646,7 +628,6 @@
"ValueDiscNumber": "Disco {0}",
"ValueEpisodeCount": "{0} episodios",
"ValueGameCount": "{0} juegos",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} películas",
"ValueMusicVideoCount": "{0} videos musicales",
"ValueOneAlbum": "1 álbum",
@@ -658,10 +639,8 @@
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 canción",
"ValueSeconds": "{0} segundos",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} canciones",
"ValueSpecialEpisodeName": "Especial - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Profundidad de bits de Video no soportado",
"VideoCodecNotSupported": "Codec de video no soportado",
"VideoFramerateNotSupported": "Tasa de Cuadros por Segundo del video no soportado",
-182
View File
@@ -1,61 +1,38 @@
{
"Absolute": "Absolute",
"Accept": "Aceptar",
"AccessRestrictedTryAgainLater": "El acceso está restringido actualmente. Por favor inténtalo más tarde.",
"Actor": "Actor",
"Add": "Añadir",
"AddToCollection": "Añadir a la colección",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Añadir a la lista de reproducción",
"AddedOnValue": "Añadido {0}",
"Advanced": "Avanzado",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Álbumes",
"All": "Todo",
"AllChannels": "Todos los canales",
"AllComplexFormats": "Todos los formatos complejos (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "Todos los episodios",
"AllLanguages": "Todos los idiomas",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Mostrar siempre subtítulos",
"AlwaysPlaySubtitlesHelp": "Los subtítulos que concuerden con la preferencia de idioma se cargarán independientemente del idioma de audio.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Arte",
"Artists": "Artistas",
"AsManyAsPossible": "Tantos como sea posible",
"Ascending": "Ascending",
"AspectRatio": "Relación de aspecto",
"AttributeNew": "Nuevo",
"AudioBitDepthNotSupported": "Profundidad de bits de audio no soportada",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Canales de audio no soportados",
"AudioCodecNotSupported": "Codec de audio no soportado",
"AudioProfileNotSupported": "Perfil de audio no soportado",
"AudioSampleRateNotSupported": "Frecuencia de muestreo de audio no soportada",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Descargar automáticamente contenido nuevo",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Imagen de fondo",
"Backdrops": "Imágenes de fondo",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Lugar de nacimiento",
"Books": "Libros",
"Box": "Caja",
"BoxRear": "Caja (trasera)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Cancelar",
"ButtonGotIt": "Lo tengo",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Reproducir un minuto",
"ButtonRestart": "Reiniciar",
"ButtonRestorePreviousPurchase": "Recuperar compra",
@@ -72,10 +49,6 @@
"CinemaModeFeatureDescription": "El Modo Cine te da la verdadera experiencia de cine con tráilers e intros personalizadas antes de la función principal.",
"CloudSyncFeatureDescription": "Sincroniza tus medios en la nube para una copia de seguridad, archivado y conversión fácil.",
"Collections": "Colecciones",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Compositor",
"ConfigureDateAdded": "Configura como la fecha añadida se determina en el Panel de Control del servidor Jellyfin en los ajustes de la biblioteca.",
"ConfirmDeleteImage": "Borrar imagen",
@@ -85,105 +58,56 @@
"ConfirmEndPlayerSession": "¿Quieres cerrar Jellyfin en el dispositivo?",
"ConfirmRemoveDownload": "¿Quieres eliminar la descarga?",
"Connect": "Conectar",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Contenedor no soportado",
"Continue": "Continuar",
"ContinueInSecondsValue": "Continuar en {0} segundos",
"ContinueWatching": "Continue watching",
"Continuing": "Continuando",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Países",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Días",
"Default": "Por defecto",
"DefaultErrorMessage": "Ha habido un error procesando la solicitud. Por favor inténtalo más tarde.",
"DefaultSubtitlesHelp": "Los subtítulos se activan en función de los ajustes por defecto y etiquetas en los metadatos integrados. Los ajustes de idioma se tienen en cuenta cuando hay varias opciones disponibles.",
"Delete": "Borrar",
"DeleteMedia": "Eliminar medios",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Escritorio",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Reproducción directa",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Streaming directo",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disco",
"Disconnect": "Desconectar",
"Dislike": "No me gusta",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Seleccione el tipo de pantalla que está ejecutando Jellyfin.",
"DoNotRecord": "No grabar",
"Down": "Abajo",
"Download": "Descargar",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Descargado",
"Downloading": "Descargando",
"DownloadingDots": "Descargando",
"Downloads": "Descargas",
"DownloadsValue": "Descargas: {0}",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Editar",
"EditImages": "Editar imágenes",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Editar subtítulos",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Activar modo cine",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Activar mirroring de la pantalla",
"EnableExternalVideoPlayers": "Activar reproductores externos",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Activar la información del siguiente video durante la reproducción",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Habilitar temas videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Finalizado",
"EndsAtValue": "Termina a las {0}",
"Episodes": "Episodios",
"Error": "Error",
"ErrorAddingGuestAccount1": "Se ha producido un error al agregar la cuenta Jellyfin Connect. ¿Ha creado su invitado una cuenta de Jellyfin? Pueden registrarse en {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "Ha habido un error añadiendo la cuenta de Jellyfin Connect. ¿Te has creado una cuenta de Jellyfin primero? Regístrate en {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "Ha habido un error accediendo al servidor Jellyfin Connect. Por favor, asegúrate de que tienes conexión a internet e inténtalo de nuevo.",
"ErrorRemovingJellyfinConnectAccount": "Ha habido un error quitando la cuenta de Jellyfin Connect. Por favor asegúrate de que tienes una conexión a internet activa e inténtalo otra vez.",
"ExtraLarge": "Extragrande",
"Extras": "Extras",
"Favorite": "Favorito",
"Favorites": "Favoritos",
"FeatureRequiresJellyfinPremiere": "Esta característica necesita una suscripción a Jellyfin Premiere.",
"Features": "Features",
"File": "Archivo",
"Fill": "Llenar",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Formato: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Viernes",
"GenreValue": "Genre: {0}",
"Genres": "Géneros",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Agrupar versiones",
"GuestStar": "Estrella invitada",
"GuestUserNotFound": "Usuario no encontrado. Asegúrese de que el nombre es correcto y vuelva a intentarlo o intente ingresar su dirección de correo electrónico.",
@@ -193,9 +117,7 @@
"HeaderAddToCollection": "Agregar a la colección",
"HeaderAddToPlaylist": "Añadir a la lista",
"HeaderAddUpdateImage": "Añadir/Actualizar imagen",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "¿Ya has pagado?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audiolibros",
"HeaderAudioSettings": "Ajustes de audio",
"HeaderBecomeProjectSupporter": "Consigue Jellyfin Premiere",
@@ -207,8 +129,6 @@
"HeaderConfirmRecordingCancellation": "Confirmar la cancelación de la grabación",
"HeaderContinueListening": "Continuar escuchando",
"HeaderContinueWatching": "Continuar viendo",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Borrar elemento",
"HeaderDeleteItems": "Borrar ítems",
"HeaderDisplaySettings": "Opciones de pantalla",
@@ -217,16 +137,6 @@
"HeaderEnabledFields": "Campos activados",
"HeaderEnabledFieldsHelp": "Desmarca un campo para bloquearlo y evitar que se cambie su contenido.",
"HeaderExternalIds": "Ids externos:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Apps de Jellyfin gratuitas",
"HeaderHomeScreen": "Pantalla de inicio",
"HeaderIdentifyItemHelp": "Asigna uno o más criterios de búsqueda. Quita criterios para aumentar el número de resultados de búsqueda",
@@ -244,7 +154,6 @@
"HeaderLibraryFolders": "Carpetas de la Biblioteca",
"HeaderLibraryOrder": "Orden de la Biblioteca",
"HeaderMetadataSettings": "Ajustes de metadatos",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "Mi dispositivo",
"HeaderMyMedia": "Mis Contenidos",
"HeaderMyMediaSmall": "Mis Contenidos (pequeño)",
@@ -255,43 +164,34 @@
"HeaderOfflineDownloads": "Medios fuera de línea",
"HeaderOfflineDownloadsDescription": "Descargue los medios a sus dispositivos para un uso sin conexión.",
"HeaderOnNow": "Transmitiendo Ahora",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Reproducir mis contenidos",
"HeaderPlayOn": "Reproducir en",
"HeaderPlaybackError": "Error de reproducción",
"HeaderRecordingOptions": "Ajustes de grabación",
"HeaderRemoteControl": "Control remoto",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Di algo como...",
"HeaderSecondsValue": "{0} segundos",
"HeaderSelectDate": "Seleccionar Fecha",
"HeaderSeriesOptions": "Opciones de Series",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Información del episodio especial",
"HeaderStartNow": "Empezar ahora",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Apariencia de los subtítulos",
"HeaderSubtitleSettings": "Ajustes de subtítulos",
"HeaderSyncRequiresSub": "La descarga requiere de una suscripción activa de Jellyfin Premiere.",
"HeaderTermsOfPurchase": "Términos de compra",
"HeaderTryPlayback": "Reproducción de prueba",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Subir imagen",
"HeaderVideoQuality": "Calidad de Video",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Esperando a la red Wifi",
"HeaderYouSaid": "Dijiste...",
"Help": "Ayuda",
"Hide": "Esconder",
"HideWatchedContentFromLatestMedia": "Esconder medios vistos de los medios más recientes",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "¿Cómo has pagado?",
"IHaveJellyfinPremiere": "Tengo Jellyfin Premiere",
"IPurchasedThisApp": "He comprado esta aplicación",
"Identify": "Identificar",
"Images": "Imágenes",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Instalando {0}",
"InstantMix": "Mix instantáneo",
"InterlacedVideoNotSupported": "Entrelazamiento de video no soportado",
@@ -310,38 +210,28 @@
"LabelAlbumArtists": "Artistas de los álbumes",
"LabelArtists": "Artistas:",
"LabelArtistsHelp": "Separar multiples usando ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Idioma de audio preferido",
"LabelBirthDate": "Fecha de nacimiento:",
"LabelBirthYear": "Año de nacimiento:",
"LabelBitrateMbps": "Tasa de bits (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Canales",
"LabelCollection": "Colección:",
"LabelCommunityRating": "Puntuación de la comunidad",
"LabelContentType": "Tipo de contenido:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "País:",
"LabelCriticRating": "Valoración de la crítica:",
"LabelCustomRating": "Valoración pesonalizada:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Fecha añadido:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Fecha de muerte:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Número de disco:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Modo de visualización:",
"LabelDisplayOrder": "Mostrar orden:",
"LabelDropImageHere": "Soltar imagen aquí, o pulsar para navegar.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} id:",
"LabelEmailAddress": "Dirección de correo",
"LabelEndDate": "Fecha de fin:",
"LabelEpisodeNumber": "Episodio número:",
"LabelFont": "Fuente:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Sección de la pantalla de inicio {0}:",
"LabelImageType": "Tipo de imagen:",
"LabelInternetQuality": "Calidad en internet:",
@@ -357,11 +247,9 @@
"LabelOriginalAspectRatio": "Relación de aspecto original:",
"LabelOriginalTitle": "Título original",
"LabelOverview": "Resumen:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Clasificación parental:",
"LabelPath": "Ruta:",
"LabelPersonRole": "Rol:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Lugar de nacimiento:",
"LabelPlayDefaultAudioTrack": "Reproducir pista de audio predeterminado, independientemente del idioma",
"LabelPlaylist": "Lista:",
@@ -378,54 +266,35 @@
"LabelSelectFolderGroups": "Agrupar contenido automáticamente desde las siguientes carpetas en vistas como Películas, Música y Series:",
"LabelSelectFolderGroupsHelp": "Las carpetas sin seleccionar se mostrarán ellas mismas en su propia vista.",
"LabelShortOverview": "Resumen corto:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Clasificar por título:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Empezar cuando sea posible:",
"LabelStatus": "Estado:",
"LabelStopWhenPossible": "Parar cuando sea posible:",
"LabelSubtitlePlaybackMode": "Modo de subtítulo:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Nombre del trabajo de sincronización:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sincronizar en:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Lema:",
"LabelTextBackgroundColor": "Color de fondo del texto:",
"LabelTextColor": "Color del texto:",
"LabelTextSize": "Tamaño del texto:",
"LabelTheme": "Theme:",
"LabelTitle": "Título",
"LabelTrackNumber": "Número de pista:",
"LabelType": "Tipo:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Sitio web:",
"LabelWindowBackgroundColor": "Color de fondo del texto:",
"LabelYear": "Año:",
"Large": "Grande",
"LatestFromLibrary": "Últimas {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Aprende más",
"Like": "Me gusta",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Directo",
"LiveBroadcasts": "Emisiones en vivo",
"LiveTV": "TV en vivo",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "TV en vivo requiere de una suscripción activa de Jellyfin Premiere.",
"Logo": "Logo",
"ManageRecording": "Gestionar grabación",
"MarkPlayed": "Marcar como reproducido",
"MarkUnplayed": "Marcar como no reproducido",
"MarkWatched": "Marcar como visto",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Mediano",
"Menu": "Menú",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Se necesita una suscripción a Jellyfin Premiere para poder crear grabaciones automáticas.",
@@ -434,8 +303,6 @@
"MessageDownloadQueued": "Descarga en cola.",
"MessageFileReadError": "Ha habido un error leyendo el fichero. Por favor inténtalo más tarde.",
"MessageIfYouBlockedVoice": "Si has denegado el acceso a la voz a la aplicación tendrás que reconfigurarlo antes de intentarlo de nuevo.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Se le ha enviado un correo a {0}, invitándolo a que se registre en Jellyfin.",
"MessageInvitationSentToUser": "Se le ha enviado un correo a {0}, invitándolo a que acepte lo que has compartido.",
"MessageItemSaved": "Elemento grabado.",
@@ -443,11 +310,8 @@
"MessageJellyfinAccontRemoved": "Se ha eliminado la cuenta de Jellyfin para este usuario.",
"MessageJellyfinAccountAdded": "Se ha añadido la cuenta de Jellyfin a este usuario",
"MessageLeaveEmptyToInherit": "Dejar en blanco para heredar la configuración de un elemento principal, o el valor predeterminado global.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No hay servidores disponibles para conectarse. Si te han invitado a unirte a un servidor, asegúrate de aceptar aquí abajo o haciendo clic en el enlace del correo.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "Se ha añadido una cuenta de Jellyfin a este usuario. Se va a enviar un correo al dueño de la cuenta. La invitación necesita confirmarse haciendo clic en el enlace del correo.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "Si tienes una suscripción a Jellyfin Premiere asegúrate de que la has configurado en el Panel de Control de tu servidor Jellyfin en Ayuda -> Jellyfin Premiere.",
"MessageUnlockAppWithPurchaseOrSupporter": "Desbloquea esta característica con una pequeña compra una vez o con una suscripción a Jellyfin Premiere.",
"MessageUnlockAppWithSupporter": "Desbloquea esta característica con una suscripción a Jellyfin Premiere.",
@@ -463,27 +327,22 @@
"MySubtitles": "Mis Subtitulos",
"Name": "Nombre",
"NewCollection": "Nueva colección",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Ejemplo: Colección de Star Wars",
"NewEpisodes": "Nuevos episodios",
"NewEpisodesOnly": "Solo nuevos episodios",
"News": "Noticias",
"Next": "Siguiente",
"No": "No",
"NoItemsFound": "No se han encontrado ítems",
"NoSubtitleSearchResultsFound": "No se han encontrado resultados.",
"NoSubtitles": "Sin subtítulos",
"NoSubtitlesHelp": "Los subtítulos no se cargarán de forma predeterminada. Tienen que ser activados manualmente durante la reproducción.",
"None": "Nada",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "Un canal",
"OnlyForcedSubtitles": "Sólo subtítulos forzados",
"OnlyForcedSubtitlesHelp": "Sólo se cargarán los subtítulos marcados como forzados.",
"OnlyImageFormats": "Solo formatos de imagen (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Abrir",
"OptionNew": "Nuevo...",
"Original": "Original",
"OriginalAirDateValue": "Fecha de emisión original: {0}",
"Overview": "Sinopsis",
"PackageInstallCancelled": "{0} instalación cancelada.",
@@ -491,27 +350,19 @@
"PackageInstallFailed": "{0} instalación fallida.",
"ParentalRating": "Parental Rating",
"People": "Gente",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Situar los canales favoritos al principio",
"Play": "Reproducir",
"PlayAllFromHere": "Reproducir todos desde aquí",
"PlayCount": "Play count",
"PlayFromBeginning": "Iniciar desde el principio",
"PlayNext": "Reproducir siguiente",
"PlayNextEpisodeAutomatically": "Reproducir siguiente episodio automáticamente",
"PlaybackErrorNoCompatibleStream": "No tienes disponible ninguna calidad por ahora. Inténtalo más tarde o contacta con el administrador para más detalles.",
"PlaybackErrorNotAllowed": "No estás autorizado a reproducir este contenido. Contacta con el administrador para más detalles.",
"PlaybackErrorPlaceHolder": "El contenido elegido no se puede reproducir desde este dispositivo.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Reproducido",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Introduzca un nombre o un identificador externo.",
"PleaseRestartServerName": "Por favor, reinicie el Servidor de Jellyfin - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Seleccione al menos dos elementos.",
"Premiere": "Premiere",
"Premieres": "Estrenos",
"Previous": "Anterior",
"Primary": "Principal",
@@ -519,10 +370,8 @@
"Producer": "Productor",
"ProductionLocations": "Localizaciones de producción",
"Programs": "Programas",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Calidad",
"QueueAllFromHere": "En cola todos desde aquí",
"Raised": "Raised",
"RecentlyWatched": "Vistos recientemente",
"Record": "Grabar",
"RecordSeries": "Grabar serie",
@@ -531,7 +380,6 @@
"Recordings": "Grabaciones",
"RefFramesNotSupported": "Número de cuadros de referencia de video no soportados",
"Refresh": "Refrescar",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Actualizar metadatos",
"RefreshQueued": "Actualiza la cola",
"Reject": "Rechazar",
@@ -547,10 +395,8 @@
"RepeatOne": "Repetir uno",
"ReplaceAllMetadata": "Reemplazar todos los metadatos",
"ReplaceExistingImages": "Reemplazar imágenes existentes",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Continuar desde {0}",
"Retry": "Reintentar",
"RunAtStartup": "Run at startup",
"Runtime": "Tiempo de Ejecución",
"Saturday": "Sábado",
"Save": "Grabar",
@@ -565,7 +411,6 @@
"SearchResults": "Resultados de la Búsqueda",
"SecondaryAudioNotSupported": "Cambio de pista de audio no soportado",
"SeriesCancelled": "Serie cancelada.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Grabación de series programada.",
"SeriesSettings": "Ajustes de series",
"SeriesYearToPresent": "{0} - Actualidad",
@@ -576,31 +421,21 @@
"SettingsSaved": "Configuración guardada.",
"Share": "Compartir",
"ShowIndicatorsFor": "Mostrar indicaciones para:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Series",
"Shuffle": "Mezclar",
"SkipEpisodesAlreadyInMyLibrary": "No grabar episodios que ya están en mi libreria",
"SkipEpisodesAlreadyInMyLibraryHelp": "Los episodios serán comparados usando el número de temporada y de episodio, cuando estén disponibles.",
"Small": "Pequeño",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Listo",
"SmartSubtitlesHelp": "Los subtítulos que coincidan con el idioma preferido se activarán cuando el audio esté en otro idioma.",
"Songs": "Canciones",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Ordenar canales por:",
"SortName": "Ordenar por nombre",
"Sports": "Deportes",
"StatsForNerds": "Estadísticas para Frikis",
"StopRecording": "Parar grabación",
"Studios": "Estudios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Formato de subtítulos no soportado",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtítulos",
"Suggestions": "Sugerencias",
"Sunday": "Domingo",
@@ -614,29 +449,17 @@
"SyncJobItemStatusSynced": "Descargado",
"SyncJobItemStatusSyncedMarkForRemoval": "Quitar del dispositivo",
"SyncJobItemStatusTransferring": "Transfiriendo",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Etiquetas",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Términos de uso",
"ThankYouForTryingEnjoyOneMinute": "Disfruta de un minuto de reproducción. Gracias por probar Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "Estas opciones afectan a los subtítulos en este dispositivo",
"Thumb": "Miniatura",
"Thursday": "Jueves",
"TrackCount": "{0} pistas",
"Trailer": "Tráiler",
"Trailers": "Trailers",
"Transcoding": "Transcodificación",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Martes",
"Uniform": "Uniform",
"UnlockGuide": "Guía de desbloqueo",
"Unplayed": "Unplayed",
"Unrated": "Sin clasificar",
"UntilIDelete": "Hasta que lo elimine",
"UntilSpaceNeeded": "Hasta que necesite espacio",
@@ -646,7 +469,6 @@
"ValueDiscNumber": "Disco {0}",
"ValueEpisodeCount": "{0} episodios",
"ValueGameCount": "{0} juegos",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} películas",
"ValueMusicVideoCount": "{0} vídeos musicales",
"ValueOneAlbum": "1 álbum",
@@ -658,16 +480,12 @@
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 canción",
"ValueSeconds": "{0} segundos",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} canciones",
"ValueSpecialEpisodeName": "Especial - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Profundidad de bits de video no soportados",
"VideoCodecNotSupported": "Codec de video no soportado",
"VideoFramerateNotSupported": "Cuadros por segundo de video no soportados",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Perfil de video no soportado",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Resolución de video no soportada",
"ViewAlbum": "Ver album",
"ViewArtist": "Ver artista",
-673
View File
@@ -1,680 +1,7 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Lopeta",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friday",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Maa:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Kieli:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Monday",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Saturday",
"Save": "Tallenna",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Sunday",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Thursday",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tuesday",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Wednesday",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
@@ -1,680 +1,87 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Ajouter",
"AddToCollection": "Ajouter à la collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Ajouter à la liste de lecture",
"AddedOnValue": "Added {0}",
"Advanced": "Avancé",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "Nouveau",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Annuler",
"ButtonGotIt": "J'ai compris",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Redémarrer",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Le Mode Cinéma vous donne la véritable expérience cinématographique avec des bandes annonces et des intros personnalisés avant le film.",
"CloudSyncFeatureDescription": "Synchronisez vos médias avec le Cloud pour faciliter la sauvegarde, l'archivage et la conversion.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "La suppression de cet élément le supprimera à la fois du système de fichiers et de votre médiathèque. Êtes-vous sûr de vouloir continuer?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Jours",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Supprimer",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Se déconnecter",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Télécharger",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Modifier",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Activer l'affichage mirroir",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Se termine à {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "Cette fonctionnalité nécessite un abonnement Jellyfin Première actif.",
"Features": "Features",
"File": "Fichier",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Profitez de l'accès gratuit aux applications Jellyfin pour vos appareils.",
"Friday": "Vendredi",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Ajouter à la Collection",
"HeaderAddToPlaylist": "Ajouter à la liste de lecture",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Obtenez Jellyfin Première",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Mode Cinéma",
"HeaderCloudSync": "Synchronisation Cloud",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continuer à regarder",
"HeaderConvertYourRecordings": "Convertir vos enregistrements",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Supprimer l'élément",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Applications Jellyfin gratuites",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "Mes Médias",
"HeaderMyMediaSmall": "Mes médias (petit)",
"HeaderNewRecording": "Nouvel enregistrement",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "À Suivre",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Média hors ligne",
"HeaderOfflineDownloadsDescription": "Téléchargez le média sur vos appareils pour une utilisation hors ligne facile.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Jouer mon média",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Télécommande",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Sélectionner une date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Aide",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} articles",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Country:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "Adresse courriel:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Langage:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Nom:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Liste de lecture:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Année:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "En direct",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Un abonnement Jellyfin Première actif est nécessaire pour créer des enregistrements automatiques en série.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Éléments ajoutés.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "Si vous avez un abonnement Jellyfin Première actif, assurez-vous d'avoir installé Jellyfin Première sur le tableau de bord de votre serveur Jellyfin, auquel vous pouvez accéder en cliquant sur Jellyfin Première dans le menu principal.",
"MessageUnlockAppWithPurchaseOrSupporter": "Déverrouillez cette fonctionnalité avec un petit achat unique ou avec un abonnement Jellyfin Premiere actif.",
"MessageUnlockAppWithSupporter": "Déverrouillez cette fonctionnalité avec un abonnement Jellyfin Première actif.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Lundi",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "Nouvelle Collection",
"NewCollectionHelp": "Les collections vous permettent de créer des regroupements personnalisés de films et d'autres contenus de la bibliothèque.",
"NewCollectionNameExample": "Exemple: Collection Star Wars",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "Aucun résultat trouvé.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "Nouveau...",
"Original": "Original",
"OriginalAirDateValue": "Date de diffusion originale: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Classement parentale",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Première",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Convertissez automatiquement des enregistrements en un format convivial avec Jellyfin Première. Les enregistrements seront rapidement convertis en MP4 ou MKV, en fonction des paramètres du serveur Jellyfin.",
"Quality": "Qualité",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Enregistrement",
"RecordSeries": "Record series",
"RecordingCancelled": "Enregistrement annulé.",
"RecordingScheduled": "Enregistrement programmé.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Rafraîchir",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Rafraîchir la file d'attente.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Répéter",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Samedi",
"Save": "Sauvegarder",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Rechercher",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Rechercher des sous-titres",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Série annulée.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Enregistrement en série programmé.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "Ce serveur Jellyfin doit être mis à jour. Pour télécharger la dernière version, veuillez visiter {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Partager",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Sous-titres",
"Suggestions": "Suggestions",
"Sunday": "Dimanche",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Jeudi",
"TrackCount": "{0} pistes",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Mardi",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Spécial - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Mercredi",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
-29
View File
@@ -11,7 +11,6 @@
"Advanced": "Avancé",
"AirDate": "Date de diffusion",
"Aired": "Diffusé",
"Albums": "Albums",
"All": "Tout",
"AllChannels": "Toutes les chaînes",
"AllComplexFormats": "Tous les formats complexes (ASS, SSA, VOBSUB, PGS, SUB/IDX etc)",
@@ -26,7 +25,6 @@
"AnyLanguage": "N'importe quel langage",
"Anytime": "N'importe quand",
"AroundTime": "Aux environs de {0}",
"Art": "Art",
"Artists": "Artistes",
"AsManyAsPossible": "Autant que possible",
"Ascending": "Croissant",
@@ -38,7 +36,6 @@
"AudioCodecNotSupported": "Codec audio non supporté",
"AudioProfileNotSupported": "Profil audio non pris en charge",
"AudioSampleRateNotSupported": "Taux d'échantillonnage audio non pris en charge",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (basé sur le réglage de la langue)",
"AutomaticallyConvertNewContent": "Convertir automatiquement les nouveaux contenus",
"AutomaticallyConvertNewContentHelp": "Les nouveaux contenus seront automatiquement convertis",
@@ -71,7 +68,6 @@
"CinemaModeConfigurationHelp": "Le mode cinéma apporte l'expérience du cinéma directement dans votre salon grâce à la possibilité de lire des bandes-annonces et des introductions personnalisées avant le film principal.",
"CinemaModeFeatureDescription": "Le mode cinéma apporte l'expérience du cinéma directement dans votre salon grâce à la possibilité de lire des bandes-annonces et des introductions personnalisées avant le film principal.",
"CloudSyncFeatureDescription": "Synchronisez vos médias vers le cloud pour le sauvegarder, l'archiver et le convertir facilement.",
"Collections": "Collections",
"ColorPrimaries": "Couleurs primaires",
"ColorSpace": "Espace colorimétrique",
"ColorTransfer": "Transfert de couleur",
@@ -168,7 +164,6 @@
"ErrorReachingJellyfinConnect": "Une erreur est survenue pendant la connexion au serveur Jellyfin Connect. Veuillez vous assurer que vous avez une connexion internet active puis réessayez.",
"ErrorRemovingJellyfinConnectAccount": "Une erreur est survenue pendant la suppression du compte Jellyfin Connect. Veuillez vous assurer que vous avez une connexion internet active puis réessayez.",
"ExtraLarge": "Très grand",
"Extras": "Extras",
"Favorite": "Favori",
"Favorites": "Favoris",
"FeatureRequiresJellyfinPremiere": "Cette fonctionnalité nécessite un abonnement Jellyfin Premiere.",
@@ -180,14 +175,9 @@
"FormatValue": "Format : {0}",
"FreeAppsFeatureDescription": "Profitez d'un accès gratuit aux applications Jellyfin pour vos appareils.",
"Friday": "Vendredi",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Grouper par séries",
"GroupVersions": "Grouper les versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "Utilisateur non trouvé. Veuillez vérifier que le nom est correct et essayez à nouveau, ou essayez de renseigner l'adresse courriel.",
"Guide": "Guide",
"HDPrograms": "Programmes HD",
"HeaderActiveRecordings": "Enregistrements actifs",
"HeaderAddToCollection": "Ajouter à la collection",
@@ -285,12 +275,10 @@
"Hide": "Cacher",
"HideWatchedContentFromLatestMedia": "Masquer le contenu déjà vu dans les derniers médias",
"Home": "Accueil",
"Horizontal": "Horizontal",
"HowDidYouPay": "Comment avez-vous payé ?",
"IHaveJellyfinPremiere": "J'ai Jellyfin Premiere",
"IPurchasedThisApp": "J'ai acheté cette application",
"Identify": "Identifier",
"Images": "Images",
"ImdbRating": "Note IMDb",
"InstallingPackage": "Installation de {0}",
"InstantMix": "Mix instantané",
@@ -310,7 +298,6 @@
"LabelAlbumArtists": "Artistes de l'album :",
"LabelArtists": "Artistes :",
"LabelArtistsHelp": "Séparer les différents éléments par ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Langue audio préférée :",
"LabelBirthDate": "Date de naissance :",
"LabelBirthYear": "Année de naissance :",
@@ -385,7 +372,6 @@
"LabelSortOrder": "Ordre de tri :",
"LabelSortTitle": "Titre de tri :",
"LabelSoundEffects": "Effets sonores :",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Commencer si possible :",
"LabelStatus": "État :",
"LabelStopWhenPossible": "Arrêter si possible :",
@@ -420,22 +406,18 @@
"LiveTV": "TV en direct",
"LiveTvFeatureDescription": "Diffuser la TV en direct vers n'importe quelle application Jellyfin avec un tuner TV compatible installé sur votre serveur Jellyfin.",
"LiveTvRequiresUnlock": "La TV en direct nécessite un abonnement Jellyfin Premiere.",
"Logo": "Logo",
"ManageRecording": "Gérer l'enregistrement",
"MarkPlayed": "Marquer comme lu",
"MarkUnplayed": "Marquer comme non lu",
"MarkWatched": "Marquer comme lu",
"MediaIsBeingConverted": "Le média est converti en un format compatible avec l'appareil qui lit le média.",
"Medium": "Moyen",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Un abonnement Jellyfin Premiere est nécessaire pour créer des enregistrements de séries automatiques.",
"MessageAreYouSureDeleteSubtitles": "Voulez-vous vraiment supprimer ce fichier de sous-titres ?",
"MessageConfirmRecordingCancellation": "Annuler l'enregistrement ?",
"MessageDownloadQueued": "Téléchargement mis en file d'attente.",
"MessageFileReadError": "Une erreur est survenue lors de la lecture du fichier. Veuillez réessayer.",
"MessageIfYouBlockedVoice": "Si vous avez supprimé l'accès par commande vocale à l'application, vous devrez le reconfigurer avant de réessayer.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Un courriel a été envoyé à {0}, les invitant à s'inscrire à Jellyfin.",
"MessageInvitationSentToUser": "Un courriel a été envoyé à {0} avec votre invitation de partage.",
"MessageItemSaved": "Élément enregistré.",
@@ -475,7 +457,6 @@
"NoSubtitles": "Pas de sous-titres",
"NoSubtitlesHelp": "Les sous-titres ne seront pas chargés par défaut. Ils peuvent toujours être activés manuellement pendant la lecture.",
"None": "Aucun",
"Normal": "Normal",
"Off": "Désactivés",
"OneChannel": "Une chaîne",
"OnlyForcedSubtitles": "Seulement les sous-titres forcés",
@@ -483,7 +464,6 @@
"OnlyImageFormats": "Seulement les formats image (VOBSUB, PGS, SUB/IDX etc)",
"Open": "Ouvrir",
"OptionNew": "Nouveau...",
"Original": "Original",
"OriginalAirDateValue": "Date de diffusion originale : {0}",
"Overview": "Synopsis",
"PackageInstallCancelled": "L'installation de {0} a été annulée.",
@@ -492,7 +472,6 @@
"ParentalRating": "Classification parentale",
"People": "Personnes",
"PerfectMatch": "Correspondance parfaite",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Mettre vos chaînes favorites au début",
"Play": "Lire",
"PlayAllFromHere": "Tout lire à partir d'ici",
@@ -511,7 +490,6 @@
"PleaseRestartServerName": "Veuillez redémarrer le serveur Jellyfin - {0}.",
"PleaseSelectDeviceToSyncTo": "Veuillez sélectionner l'appareil auquel le téléchargement doit être envoyé.",
"PleaseSelectTwoItems": "Veuillez sélectionner au moins deux éléments.",
"Premiere": "Premiere",
"Premieres": "Inédits",
"Previous": "Précédent",
"Primary": "Principal",
@@ -592,17 +570,14 @@
"SortByValue": "Trier par {0}",
"SortChannelsBy": "Trier les chaînes par :",
"SortName": "Nom de tri",
"Sports": "Sports",
"StatsForNerds": "Statistiques pour les geeks",
"StopRecording": "Arrêter l'enregistrement",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Ces paramètres s'appliquent également à toute lecture Chromecast démarrée par cet appareil.",
"SubtitleAppearanceSettingsDisclaimer": "Ces paramètres ne s'appliqueront pas aux sous-titres graphiques (PGS, DVD etc) ou aux sous-titres qui ont leurs propres styles incorporés (ASS/SSA).",
"SubtitleCodecNotSupported": "Format des sous-titres non pris en charge",
"SubtitleSettings": "Paramètres des sous-titres",
"SubtitleSettingsIntro": "Pour configurer l'apparence des sous-titres et la langue par défaut, arrêtez la lecture de la vidéo, puis cliquez sur votre icône utilisateur située en haut à droite dans l'application.",
"Subtitles": "Sous-titres",
"Suggestions": "Suggestions",
"Sunday": "Dimanche",
"Sync": "Synchroniser",
"SyncJobItemStatusCancelled": "Annulé",
@@ -617,7 +592,6 @@
"SyncUnwatchedVideosOnly": "Télécharger seulement les vidéos non lues",
"SyncUnwatchedVideosOnlyHelp": "Seule les vidéos non lues seront téléchargées et les vidéos seront supprimées de l'appareil au fur et à mesure que vous les regardez.",
"SyncingDots": "Synchronisation...",
"TV": "TV",
"Tags": "Étiquettes",
"TagsValue": "Mots clés: {0}",
"TermsOfUse": "Conditions d'utilisation",
@@ -642,14 +616,11 @@
"UntilSpaceNeeded": "Jusqu'à ce que l'espace disque soit nécessaire",
"Up": "Haut",
"Upload": "Envoyer",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disque {0}",
"ValueEpisodeCount": "{0} épisodes",
"ValueGameCount": "{0} jeux",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} films",
"ValueMusicVideoCount": "{0} vidéos musicales",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 épisode",
"ValueOneGame": "1 jeu",
"ValueOneItem": "1 élément",
-659
View File
@@ -1,680 +1,21 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Abbreche",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Fortlaufend",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Beendent",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friitig",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artist:",
"LabelArtistsHelp": "Trenn mehreri iisträg dur es ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Date Art:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Land:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Sproch:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Mäntig",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Biispell: Star Wars Sammlig",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Samstig",
"Save": "Speichere",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Dursuechs Internet nach Bilder und Metadate",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Sonntig",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Donnstig",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tsischtig",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Mittwoch",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
-371
View File
@@ -1,203 +1,68 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "שחקן",
"Add": "הוסף",
"AddToCollection": "להוסיף לאוסף",
"AddToPlayQueue": "הוסף לתור הפעלה",
"AddToPlaylist": "הוסף לרשימת ניגון",
"AddedOnValue": "Added {0}",
"Advanced": "מתקדם",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "כל הערוצים",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "כל הפרקים",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "בכל עת",
"AroundTime": "בסביבות {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "כמה שיותר",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "חדש",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "תוכן חדש שנוסף לתיקיה זו יוריד באופן אוטומטי למכשיר.",
"Backdrop": "Backdrop",
"Backdrops": "תפאורות",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "מיקום לידה",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "בטל",
"ButtonGotIt": "הבנתי",
"ButtonOk": "בסדר",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "איתחול",
"ButtonRestorePreviousPurchase": "שחזר רכישה",
"ButtonTryAgain": "נסה שנית",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "ביטול הקלטה",
"CancelSeries": "בטל סדרה",
"Categories": "קטגוריות",
"ChannelNameOnly": "ערוץ {0} בלבד",
"ChannelNumber": "מספר ערוץ",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "מצב קולנוע נותן לך את החוויה הקולנוע אמיתי עם קדימונים מותאמים אישית לפני התכונה.",
"CloudSyncFeatureDescription": "סנכרן את המדיה שלך לענן לצורך גיבוי קל, אחסון בארכיון והמרה.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "מלחין",
"ConfigureDateAdded": "הגדר כיצד תאריך התוספת נקבע בלוח המחוונים של שרת Amby תחת הגדרות ספריה",
"ConfirmDeleteImage": "למחוק את התמונה?",
"ConfirmDeleteItem": "מחיקת פריט זה תמחק אותו הן ממערכת הקבצים והן מספריית המדיה שלך. האם אתה בטוח שברצונך להמשיך?",
"ConfirmDeleteItems": "מחיקת פריטים אלה תמחק אותם הן ממערכת הקבצים והן מספריית המדיה שלך. האם אתה בטוח שברצונך להמשיך?",
"ConfirmDeletion": "אשר מחיקה",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "ממשיך",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "מדינות",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "ימים",
"Default": "Default",
"DefaultErrorMessage": "אירעה שגיאה בעיבוד הבקשה. בבקשה נסה שוב מאוחר יותר.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "מחק",
"DeleteMedia": "מחק מדיה",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "מנהל",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "לא אוהב",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "אל תקליט",
"Down": "Down",
"Download": "הורדה",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "הורדות",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "אמבי DVR דורשת מנוי פעיל של Jellyfin Premiere.",
"Edit": "ערוך",
"EditImages": "ערוך תמונות",
"EditMetadata": "Edit metadata",
"EditSubtitles": "ערוך כתוביות",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "אפשר רקע בצבע מקודד",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "הסתיים",
"EndsAtValue": "מסתיים ב {0}",
"Episodes": "Episodes",
"Error": "שגיאה",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "מועדף",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "תכונה זו דורשת מנוי פעיל של Jellyfin Premiere.",
"Features": "Features",
"File": "קובץ",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "באפשרותך ליהנות מגישה חופשית ליישומי Jellyfin עבור המכשירים שלך.",
"Friday": "שישי",
"GenreValue": "Genre: {0}",
"Genres": "ז'אנרים",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "גרסאות קבוצתיות",
"GuestStar": "כוכב אורח",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "תוכניות HD",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "להוסיף לאוסף",
"HeaderAddToPlaylist": "הוסף לרשימת ניגון",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "קבל Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "היתרונות של אמבי Premiere",
"HeaderCancelRecording": "ביטול הקלטה",
@@ -205,100 +70,39 @@
"HeaderCinemaMode": "מצב קולנוע",
"HeaderCloudSync": "סנכרון ענן",
"HeaderConfirmRecordingCancellation": "אשר ביטול הקלטה",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "המרת הקלטות שלך",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "מחק פריט",
"HeaderDeleteItems": "מחיקת פריטים",
"HeaderDisplaySettings": "הגדרות תצוגה",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "ערוך תמונות",
"HeaderEnabledFields": "שדות זמינים",
"HeaderEnabledFieldsHelp": "בטל את הסימון בשדה כדי לנעול אותו ולמנוע שינוי בנתונים.",
"HeaderExternalIds": "מזהים חיצוניים:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "אפליקציות אמבי בחינם",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "הזן קריטריון חיפוש אחד או יותר. הסר קריטריונים כדי להגדיל את תוצאות החיפוש.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "שמור על הקלטה",
"HeaderKeepSeries": "שמור סדרה",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "למד עוד",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "הגדרות מטא נתונים",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "הקלטה חדשה",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "מדיה לא מקוונת",
"HeaderOfflineDownloadsDescription": "הורד מדיה למכשירים שלך לשימוש לא מקוון בקלות.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "אפשרויות הקלטה",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "תגיד משהו כמו ...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "בחר תאריך",
"HeaderSeriesOptions": "אפשרויות סדרה",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "פרטי אפיזודות מיוחדות",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "נסה הפעלה",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "אתה אמרת...",
"Help": "עזרה",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "איך שילמת?",
"IHaveJellyfinPremiere": "יש לי אמבי Premiere",
"IPurchasedThisApp": "רכשתי את האפליקציה הזו",
"Identify": "לזהות",
"Images": "תמונות",
"ImdbRating": "IMDb rating",
"InstallingPackage": "מתקין {0}",
"InstantMix": "מיקס מיידי",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "פריטים {0}",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "ילדים",
"Label3DFormat": "פורמט תלת-ממדי:",
"LabelAirDays": "ימי אויר:",
@@ -310,47 +114,29 @@
"LabelAlbumArtists": "אלבום אומנים:",
"LabelArtists": "אומנים:",
"LabelArtistsHelp": "הפרד מרובים באמצעות;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "תאריך לידה:",
"LabelBirthYear": "שנת לידה:",
"LabelBitrateMbps": "קצב סיביות (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "ערוצים:",
"LabelCollection": "אוספים:",
"LabelCommunityRating": "דירוג הקהילה:",
"LabelContentType": "סוג התוכן",
"LabelConvertTo": "Convert to:",
"LabelCountry": "מדינה:",
"LabelCriticRating": "דירוג ביקורת:",
"LabelCustomRating": "דירוג מותאם אישית:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "תאריך הוסף:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "תאריך המוות:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "מספר דיסק:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "סדר תצוגה:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} תעודת זהות:",
"LabelEmailAddress": "כתובת דוא\"ל:",
"LabelEndDate": "תאריך סיום:",
"LabelEpisodeNumber": "מספר פרק:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "מגבלת פריט:",
"LabelKeep:": "שמור:",
"LabelKeepUpTo": "שמור עד ל:",
"LabelLanguage": "שפה:",
"LabelLockItemToPreventChanges": "נעל פריט זה כדי למנוע שינויים עתידיים",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "שפת הורדה מועדפת:",
"LabelName": "שם:",
"LabelNumber": "מספר:",
@@ -363,100 +149,48 @@
"LabelPersonRole": "תפקיד:",
"LabelPersonRoleHelp": "דוגמה: נהג משאית גלידה",
"LabelPlaceOfBirth": "מקום לידה:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "רשימת ניגון:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "פרופיל:",
"LabelQuality": "איכות:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "הקלטה:",
"LabelRefreshMode": "מצב רענון:",
"LabelReleaseDate": "תאריך הוצאה:",
"LabelRuntimeMinutes": "זמן ריצה (דקות):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "מספר עונה:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "סקירה קצרה:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "מיין כותרת:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "התחל ברגע שניתן:",
"LabelStatus": "סטטוס:",
"LabelStopWhenPossible": "הפסק ברגע שאפשר",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "סנכרן את שם העבודה:",
"LabelSyncNoTargetsHelp": "נראה שאין לך כרגע אפליקציות התומכות בהורדה במצב לא מקוון.",
"LabelSyncTo": "סנכרן ל:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "שורת תיוג:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "כותרת:",
"LabelTrackNumber": "קטע מספר:",
"LabelType": "סוג:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "אתר:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "שנה:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "למד עוד",
"Like": "אוהב",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "שידור חי",
"LiveBroadcasts": "שידורים חיים",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "סמן נוגן",
"MarkUnplayed": "סמן לא נוגן",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "האם אתה בטוח שברצונך למחוק קובץ כתובית זה?",
"MessageConfirmRecordingCancellation": "האם אתה בטוח שברצונך לבטל הקלטה זו?",
"MessageDownloadQueued": "הורד תור",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "אם מנעת גישה קולית לאפליקציה שתצטרך להגדיר מחדש לפני שתנסה שוב.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "הפריט נשמר.",
"MessageItemsAdded": "פריטים נוספו.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "השאר ריק כדי לרשת את ההגדרות מפריט אב, או את ערך ברירת המחדל הגלובלי.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "אם יש לך מנוי פעיל של Jellyfin Premiere, ודא שהגדרת את Jellyfin Premiere במרכז השליטה של ​​אמבי שרת, שבו באפשרותך לגשת על-ידי לחיצה על Jellyfin Premiere בתפריט הראשי.",
"MessageUnlockAppWithPurchaseOrSupporter": "נעילת תכונה זו עם רכישה חד פעמית קטנה, או עם מנוי פעיל Premiere אמבי.",
"MessageUnlockAppWithSupporter": "ביטול נעילה של תכונה זו עם מנוי פעיל של Jellyfin Premiere.",
"MessageWeDidntRecognizeCommand": "אנחנו מצטערים, לא זיהינו את הפקודה הזאת.",
"MinutesAfter": "דקות אחרי",
"MinutesBefore": "דקות לפני",
"Mobile": "Mobile / Tablet",
"Monday": "שני",
"More": "More",
"MoveLeft": "זוז שמאלה",
"MoveRight": "זוז ימינה",
"Movies": "סרטים",
@@ -468,104 +202,55 @@
"NewEpisodes": "פרקים חדשים",
"NewEpisodesOnly": "פרקים חדשים בלבד",
"News": "חדשות",
"Next": "Next",
"No": "No",
"NoItemsFound": "לא נמצאו פריטים",
"NoSubtitleSearchResultsFound": "לא נמצאו תוצאות.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "פתח",
"OptionNew": "חדש...",
"Original": "Original",
"OriginalAirDateValue": "תאריך אוויר מקורי: {0}",
"Overview": "סקירה כללית",
"PackageInstallCancelled": "{0} ההתקנה בוטלה.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "ההתקנה {0} נכשלה.",
"ParentalRating": "דירוג ההורים",
"People": "אנשים",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "נגן",
"PlayAllFromHere": "נגן הכל מכאן",
"PlayCount": "Play count",
"PlayFromBeginning": "נגן מהתחלה",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "הזן שם או מזהה חיצוני.",
"PleaseRestartServerName": "אנא הפעל מחדש את שרת Jellyfin - {0}.",
"PleaseSelectDeviceToSyncTo": "בחר מכשיר להורדה אליו.",
"PleaseSelectTwoItems": "בחר לפחות שני פריטים.",
"Premiere": "הקרנת בכורה",
"Premieres": "בכורות",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "במאי",
"ProductionLocations": "מיקומי ייצור",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "להמיר באופן אוטומטי הקלטות בפורמט זורם ידידותי עם אמבי Premiere. הקלטות יומרו על לטוס ל MP4 או MKV, בהתבסס על הגדרות שרת אמבי.",
"Quality": "Quality",
"QueueAllFromHere": "הוסף הכל מכאן לתור",
"Raised": "Raised",
"RecentlyWatched": "נצפה לאחרונה",
"Record": "הקלט",
"RecordSeries": "הקלט סדרה",
"RecordingCancelled": "בטל הקלטה",
"RecordingScheduled": "ההקלטה מתוזמנת.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "רענון",
"RefreshDialogHelp": "המטא נתונים מתרעננים על סמך הגדרות ושירותי אינטרנט שמופעלים בלוח המחוונים של מרכז אמבי.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "רענן תור.",
"Reject": "Reject",
"ReleaseDate": "תאריך שיחרור",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "הסר מאוספים",
"RemoveFromPlaylist": "הסר מרשימת הניגון",
"RemovingFromDevice": "Removing from device",
"Repeat": "חזור",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "חזור על פרקים",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "החלף את כל המטא נתונים",
"ReplaceExistingImages": "החלף תמונות קיימות",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "המשך מ {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "זמן ריצה",
"Saturday": "שבת",
"Save": "שמור",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "צילומי מסך",
"Search": "חיפוש",
"SearchForCollectionInternetMetadata": "חפש באינרנט אחרי מידע ותמונות",
"SearchForMissingMetadata": "חפש מטא נתונים חסרים",
"SearchForSubtitles": "חיפוש של כתוביות",
"SearchResults": "תוצאות חיפוש",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "בטל סדרות",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "הקלטת סדרה מתוזמנת.",
"SeriesSettings": "הגדרות סדרה",
"SeriesYearToPresent": "{0} - היום",
@@ -573,75 +258,31 @@
"ServerNameIsShuttingDown": "שרת Jellyfin - {0} נכבה.",
"ServerUpdateNeeded": "שרת אמבי זה צריך להיות מעודכן. כדי להוריד את הגרסה העדכנית ביותר, בקר בכתובת {0}",
"Settings": "הגדרות",
"SettingsSaved": "Settings saved.",
"Share": "שיתוף",
"ShowIndicatorsFor": "הצג מחוונים עבור:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "ערבב",
"SkipEpisodesAlreadyInMyLibrary": "אל תקליטו פרקים שכבר נמצאים בספרייה שלי",
"SkipEpisodesAlreadyInMyLibraryHelp": "פרקים יושוו באמצעות העונה ואת הפרק פרק, כאשר זמין.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "מיין ערוצים לפי:",
"SortName": "מיין לפי שם",
"Sports": "ספורט",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "אולפני",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "כתוביות",
"Suggestions": "Suggestions",
"Sunday": "ראשון",
"Sync": "סנכרן",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "רק סרטונים שלא הורדו יורדו, וסרטונים יוסרו מהמכשיר כפי שהם צפו.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "תגים",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "אנא ליהנות דקה אחת של השמעה. תודה שניסית את אמבי.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "חמישי",
"TrackCount": "שירים {0}",
"Trailer": "קטעי סרט",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "נסה בחירה מרובה",
"TryMultiSelectMessage": "כדי לערוך פריטי מדיה מרובים, פשוט לחץ לחיצה ארוכה על כל פוסטר ובחר את הפריטים שברצונך לנהל. נסה זאת!",
"Tuesday": "שלישי",
"Uniform": "Uniform",
"UnlockGuide": "נעילת מדריך",
"Unplayed": "Unplayed",
"Unrated": "אין דירוג",
"UntilIDelete": "עד שאמחק",
"UntilSpaceNeeded": "עד הצורך במרחב",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} אלבומים",
"ValueDiscNumber": "דיסק {0}",
"ValueEpisodeCount": "{0} פרקים",
@@ -657,24 +298,12 @@
"ValueOneMusicVideo": "וידאו קליפ 1",
"ValueOneSeries": "1 סדרה",
"ValueOneSong": "שיר 1",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} סדרות",
"ValueSongCount": "{0} שירים",
"ValueSpecialEpisodeName": "מיוחד- {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "צפה באלבום",
"ViewArtist": "צפה באמן",
"VoiceInput": "קלט קולי",
"Watched": "Watched",
"Wednesday": "רביעי",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "כותב",
"Yes": "Yes"
}
-380
View File
@@ -1,58 +1,17 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Glumac",
"Add": "Dodaj",
"AddToCollection": "Dodaj u kolekciju",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Dodaj u popis",
"AddedOnValue": "Added {0}",
"Advanced": "Napredno",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "Svi kanali",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "Sve epizode",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Bilo kada",
"AroundTime": "Oko {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "Što više je moguće",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "Novo",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Pozadine",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Lokacije rođenja",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Odustani",
"ButtonGotIt": "Shvaćam",
"ButtonOk": "U redu",
@@ -62,142 +21,48 @@
"ButtonTryAgain": "Pokušajte ponovo",
"ButtonUnlockPrice": "Otključaj {0}",
"ButtonUnlockWithPurchase": "Otključaj s kupovinom",
"CancelDownload": "Cancel download",
"CancelRecording": "Prekini snimanje",
"CancelSeries": "Odustani od serije",
"Categories": "Kategorije",
"ChannelNameOnly": "Kanali {0} samo",
"ChannelNumber": "Broj kanala",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Kino način vam daje pravi doživljaj kina s kratkim filmovima i prilagođenim isječcima prije odabrane značajke.",
"CloudSyncFeatureDescription": "Sinkronizirajte svoje medije na oblaku za jednostavni backup, arhiviranje i konvertiranje.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Kompozitor",
"ConfigureDateAdded": "Podesite kako se datum dodavanja određuje na nadzornoj ploči Jellyfin Server-a u postavkama biblioteke",
"ConfirmDeleteImage": "Izbriši sliku?",
"ConfirmDeleteItem": "Brisanjem ove stavke će je izbrisati iz oba datotečnog sustava i medijskoj biblioteci. Jeste li sigurni da želite nastaviti?",
"ConfirmDeleteItems": "Brisanjem ove stavke će se izbrisati iz oba datotečnog sustava i medijskoj biblioteci. Jeste li sigurni da želite nastaviti?",
"ConfirmDeletion": "Potvrdite brisanje",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Nastavlja se",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Zemlje",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Dani",
"Default": "Default",
"DefaultErrorMessage": "Došlo je do pogreške prilikom obrade zahtjeva. Molimo pokušajte ponovo kasnije.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Izbriši",
"DeleteMedia": "Izbriši medij",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Režiser",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Ne sviđa mi se",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Ne snimi",
"Down": "Down",
"Download": "Preuzimanje",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR zahtijeva aktivnu pretplatu Jellyfin Premijere.",
"Edit": "Izmjeni",
"EditImages": "Uređivanje slika",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Uredi titlove",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Omogući kodirane boje pozadine",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Završeno",
"EndsAtValue": "Završava u {0}",
"Episodes": "Episodes",
"Error": "Greška",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Omiljeni",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "Ova značajka zahtijeva aktivnu pretplatu Jellyfin Premijere.",
"Features": "Features",
"File": "Datoteka",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Uživajte u slobodnom pristupu Jellyfin aplikacija za svoje uređaje.",
"Friday": "Petak",
"GenreValue": "Genre: {0}",
"Genres": "Žanrovi",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Verzija grupe",
"GuestStar": "Zvijezda gost",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programi",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Dodaj u kolekciju",
"HeaderAddToPlaylist": "Dodaj u popis",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Nabavite Jellyfin Premijeru",
"HeaderBenefitsJellyfinPremiere": "Prednosti Jellyfin premijere",
"HeaderCancelRecording": "Prekini snimanje",
@@ -205,258 +70,121 @@
"HeaderCinemaMode": "Kino način",
"HeaderCloudSync": "Sink. preko oblaka",
"HeaderConfirmRecordingCancellation": "Potvrdi otkazivanje snimanja",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Konvertiraj snimke",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Izbriši stavku",
"HeaderDeleteItems": "Brisanje stavki",
"HeaderDisplaySettings": "Postavke prikaza",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Uređivanje slika",
"HeaderEnabledFields": "Omogući polja",
"HeaderEnabledFieldsHelp": "Poništi polje za zaključavanje i spriječi njihove podatke od toga da budu promijenjeni.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Besplatne Jellyfin aplikacije",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Unesite jednu ili više kriterija pretraživanja. Uklonite kriterije za povećanje rezultata pretraživanja.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Zadrži snimanje",
"HeaderKeepSeries": "Zadrži serije",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Nauči još",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Postavke meta-podataka",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "Nova snimka",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Izvanmrežni mediji",
"HeaderOfflineDownloadsDescription": "Preuzimanje medija na svojim uređajima za jednostavnu upotrebu izvan mreže.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Reproduciraj moje medije",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Opcije snimanja",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Reci nešto poput...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Odaberi datum",
"HeaderSeriesOptions": "Opcije serija",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Posebni podaci o epizodi",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Isprobajte reprodukciju",
"HeaderUnlockFeature": "Otključaj značajke",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "Rekao si...",
"Help": "Pomoć",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "Kako ste platili?",
"IHaveJellyfinPremiere": "Imam Jellyfin Premijeru",
"IPurchasedThisApp": "Kupio sam ovu aplikaciju",
"Identify": "Identificiraj",
"Images": "Slike",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Instaliranje {0}",
"InstantMix": "Trenutno miješanje",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} stavaka",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Djeca",
"Label3DFormat": "3D format:",
"LabelAirDays": "Dani emitiranja:",
"LabelAirTime": "Vrijeme emitiranja:",
"LabelAirsAfterSeason": "Emitiranje nakon sezona:",
"LabelAirsBeforeEpisode": "Emitiranje prije epizoda:",
"LabelAirsBeforeSeason": "Emitiranje prije sezone:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Izvođači albuma",
"LabelArtists": "Izvođači:",
"LabelArtistsHelp": "Odvoji višestruko koristeći ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Datum rođenja:",
"LabelBirthYear": "Godina rođenja:",
"LabelBitrateMbps": "Brzina prijenosa (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Kanali:",
"LabelCollection": "Kolekcija:",
"LabelCommunityRating": "Ocjene zajednice:",
"LabelContentType": "Tip sadržaja:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Zemlja:",
"LabelCriticRating": "Ocjene kritike:",
"LabelCustomRating": "Prilagođena ocjena:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Datumu dodavanja",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Datum smrti:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Poredak prikaza:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail adresa:",
"LabelEndDate": "Datum završetka:",
"LabelEpisodeNumber": "Broj epizode:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Ograničenje stavke:",
"LabelKeep:": "Zadrži:",
"LabelKeepUpTo": "Drži se na:",
"LabelLanguage": "Jezik:",
"LabelLockItemToPreventChanges": "Zaključajte ovu stavku kako bi se spriječile buduće promjene",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Željeni jezik za preuzimanje:",
"LabelName": "Ime:",
"LabelNumber": "Broj:",
"LabelOriginalAspectRatio": "Originalni omjer gledanja:",
"LabelOriginalTitle": "Originalni naslov:",
"LabelOverview": "Pregled:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Roditeljska ocjena:",
"LabelPath": "Putanja:",
"LabelPersonRole": "Uloga:",
"LabelPersonRoleHelp": "Primjer: vozač kamiona sa sladoledom",
"LabelPlaceOfBirth": "Datum rođenja:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Popis:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profil:",
"LabelQuality": "Kvaliteta:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Snimka:",
"LabelRefreshMode": "Način osvježavanja:",
"LabelReleaseDate": "Datum izdavanja:",
"LabelRuntimeMinutes": "Vrijeme izvođenja (minuta):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Broj sezone:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Kratki pregled:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Naziv vrste:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Počni kada je moguće:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Zaustavi kada je moguće:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Ime sinkronizacijskog posla:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sinkroniziraj na:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Slogan:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Naslov:",
"LabelTrackNumber": "Broj pjesme:",
"LabelType": "Tip:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Web stranica:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Nauči još",
"Like": "Sviđa mi se",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Uživo",
"LiveBroadcasts": "Emitiranja uživo",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Označi pogledan",
"MarkUnplayed": "Označi nepogledan",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Aktivna pretplata Jellyfin Premijere je potrebna kako bi se napravilo automatsko snimanje serija.",
"MessageAreYouSureDeleteSubtitles": "Da li ste sigurni da želite izbrisati ove titlove prijevoda?",
"MessageConfirmRecordingCancellation": "Jeste li sigurni da želite poništiti ovu snimku?",
"MessageDownloadQueued": "Preuzimanje na čekanju",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "Ako ste zabranili glasovni pristup aplikaciji morate ponovo podesiti prije ponovnog pokušaja.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Stavka je snimljena.",
"MessageItemsAdded": "Stavke su dodane",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Ostavite prazno da naslijedi postavke od roditelja stavke ili globalnu zadanu vrijednost.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "Ako imate aktivnu pretplatu Jellyfin Premijere provjerite dali ste postavili Jellyfin Premijeru u svojoj nadzornoj ploči Jellyfin Server-a kojoj možete pristupiti klikom Jellyfin Premijera u glavnom izborniku.",
"MessageUnlockAppWithPurchaseOrSupporter": "Otključaj ovu mogućnost s malom jednokratnom kupnjom ili s aktivnom pretplatom Jellyfin Premijere.",
"MessageUnlockAppWithSupporter": "Otključaj ovu mogućnost sa pretplatom Jellyfin Premijere.",
"MessageWeDidntRecognizeCommand": "Nažalost, nismo prepoznali tu naredbu.",
"MinutesAfter": "Minuta nakon",
"MinutesBefore": "Minuta prije",
"Mobile": "Mobile / Tablet",
"Monday": "Ponedjeljak",
"More": "More",
"MoveLeft": "Pomakni ulijevo",
"MoveRight": "Pomakni udesno",
"Movies": "Filmovi",
@@ -468,22 +196,10 @@
"NewEpisodes": "Nove epizode",
"NewEpisodesOnly": "Samo nove epizode",
"News": "Vijesti",
"Next": "Next",
"No": "No",
"NoItemsFound": "Nije ništa pronađeno.",
"NoSubtitleSearchResultsFound": "Nije ništa pronađeno.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Otvori",
"OptionNew": "Novo...",
"Original": "Original",
"OriginalAirDateValue": "Originalni datum prikazivanja: {0}",
"Overview": "Pregled",
"PackageInstallCancelled": "{0} instaliranje otkazano.",
@@ -491,81 +207,45 @@
"PackageInstallFailed": "{0} instaliranje neuspjelo.",
"ParentalRating": "Parental Rating",
"People": "Ljudi",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Postavi omiljene kanale na početak",
"Play": "Pokreni",
"PlayAllFromHere": "Pokreni sve odavde",
"PlayCount": "Play count",
"PlayFromBeginning": "Igraj od početka",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Unesite naziv ili vanjski Id.",
"PleaseRestartServerName": "Ponovno pokrenite Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Molimo odaberite najmanje dvije stavke.",
"Premiere": "Premijera",
"Premieres": "Premijere",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producent",
"ProductionLocations": "Lokacije proizvodnje",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatski pretvoriti snimke na prijateljskom formatu strujanja s Jellyfin Premijerom. Snimke će se pretvoriti u letu u MP4 ili MKV na temelju postavki Jellyfin poslužitelja.",
"Quality": "Quality",
"QueueAllFromHere": "Stavi u red čekanja sve odavde",
"Raised": "Raised",
"RecentlyWatched": "Nedavno pogledano",
"Record": "Snimi",
"RecordSeries": "Snimi serije",
"RecordingCancelled": "Snimka je otkazana.",
"RecordingScheduled": "Snimka je zakazana.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Osviježi",
"RefreshDialogHelp": "Meta-podaci se osvježavaju na temelju postavki i internet usluga koje su omogućene u nadzornoj ploči Jellyfin Server-a.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Osviježi stavke na čekanju",
"Reject": "Reject",
"ReleaseDate": "Datum izdavanja",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Ukloni iz kolekcije",
"RemoveFromPlaylist": "Ukloni iz popisa",
"RemovingFromDevice": "Removing from device",
"Repeat": "Ponovi",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Reprize",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Zamijeni sve mate-podatke",
"ReplaceExistingImages": "Zamijeni postojeće slike",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Nastavi od {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Trajanje",
"Saturday": "Subota",
"Save": "Snimi",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Isječci slika",
"Search": "Traži",
"SearchForCollectionInternetMetadata": "Potraži na internetu grafike i metadata",
"SearchForMissingMetadata": "Potraga za meta-podacima koji nedostaju",
"SearchForSubtitles": "Traži titlove prijevoda",
"SearchResults": "Rezultati pretraživanja",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Serija je otkazana.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Snimanje serije je zakazano.",
"SeriesSettings": "Postavke serija",
"SeriesYearToPresent": "{0} - sada",
@@ -573,75 +253,29 @@
"ServerNameIsShuttingDown": "Jellyfin Server - {0} se gasi.",
"ServerUpdateNeeded": "Jellyfin Server treba ažurirati. Da biste preuzeli najnoviju verziju, posjetite {0}",
"Settings": "Postavke",
"SettingsSaved": "Settings saved.",
"Share": "Dijeli",
"ShowIndicatorsFor": "Prikaži pokazatelja za:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Miješaj",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Epizode će se usporediti pomoću sezone i broja epizode, kada su dostupni.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Složi kanale po:",
"SortName": "Ime vrste",
"Sports": "Sportovi",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studija",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Titlovi",
"Suggestions": "Suggestions",
"Sunday": "Nedjelja",
"Sync": "Sink.",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Oznake",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Molimo Vas da uživate u jednoj minuti reprodukcije. Hvala što ste isprobali Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Četvrtak",
"TrackCount": "{0} pjesme",
"Trailer": "Kratki video",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Pokušajte višestruki odabir",
"TryMultiSelectMessage": "Da biste uredili više medijskih stavaka, samo kliknite i držite bilo koji plakat i odaberite stavke kojima želite upravljati. Probaj!",
"Tuesday": "Utorak",
"Uniform": "Uniform",
"UnlockGuide": "Otključaj vodič",
"Unplayed": "Unplayed",
"Unrated": "Neocijenjeno",
"UntilIDelete": "Dok ne izbrišem",
"UntilSpaceNeeded": "Dok ne treba prostora",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albuma",
"ValueDiscNumber": "Disk {0}",
"ValueEpisodeCount": "{0} epizoda",
@@ -649,32 +283,18 @@
"ValueMinutes": "{0} minuta",
"ValueMovieCount": "{0} filmova",
"ValueMusicVideoCount": "{0} glazbenih videa",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 epizoda",
"ValueOneGame": "1 igra",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 glazbeni video",
"ValueOneSeries": "1 serija",
"ValueOneSong": "1 pjesma",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} serija",
"ValueSongCount": "{0} pjesma",
"ValueSpecialEpisodeName": "Specijal - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "Pogledaj album",
"ViewArtist": "Pogledaj umjetnika",
"VoiceInput": "Ulazni glas",
"Watched": "Watched",
"Wednesday": "Srijeda",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Pisac",
"Yes": "Yes"
}
-438
View File
@@ -1,680 +1,242 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Hozzáad",
"AddToCollection": "Hozzáadás gyűjteményhez",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Lejátszási listához adni",
"AddedOnValue": "Hozzáadva {0}",
"Advanced": "Haladó",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "Összes epizód",
"AllLanguages": "Összes nyelv",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Növekvő",
"AspectRatio": "Aspect ratio",
"AttributeNew": "Új",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audió profil nem támogatott",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Automatikus (a nyelvi beállítások alapján)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Könyvek",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Mégsem",
"ButtonGotIt": "Értettem",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Egy perc lejátszása",
"ButtonRestart": "Újraindítás",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "A Cinema Mode igazi mozi élményt nyújt előzetessel és egyedi intróval a film vetítése előtt.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Gyűjtemények",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Közösségi értékelés",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Kapcsolódás",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Tovább",
"ContinueInSecondsValue": "Tovább {0} mp múlva.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Átkonvertál",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Csak a nem látott videók konvertálása",
"ConvertUnwatchedVideosOnlyHelp": "Csak a nem látott videók lesznek konvertálva.",
"ConvertingDots": "Átkonvertálás...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Hozzáadva",
"DatePlayed": "Lejátszás dátuma",
"Days": "Nap",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Törlés",
"DeleteMedia": "Média törlés",
"Depressed": "Depressed",
"Descending": "Csökkenő",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Rendező",
"DirectorValue": "Rendező: {0}",
"DirectorsValue": "Rendezők: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Nem tettszik",
"Display": "Megjelenítés",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Hiányzó évad epizódok megjelenítése",
"DisplayMissingEpisodesWithinSeasonsHelp": "Ezt engedélyezni kell az Jellyfin Szerver beállításban lévő TV könyvtárak esetében is.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Le",
"Download": "Letöltés",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Letöltött",
"Downloading": "Letöltés",
"DownloadingDots": "Letöltés...",
"Downloads": "Letöltések",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Szerkesztés",
"EditImages": "Képek szerkesztése",
"EditMetadata": "Metaadat szerkesztés",
"EditSubtitles": "Feliratok szerkesztése",
"EnableBackdrops": "Háttérképek engedélyezve",
"EnableBackdropsHelp": "Ha engedélyezve van, akkor a háttérképek a könyvtár böngészése közben néhány oldal hátterében jelennek meg.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Főcím dalok engedélyezése",
"EnableThemeSongsHelp": "Ha engedélyezve van, a főcím dalok a háttérben játszódnak le a könyvtár böngészése közben.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Várható befejezés {0}",
"Episodes": "Epizódok",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Kedvenc",
"Favorites": "Kedvencek",
"FeatureRequiresJellyfinPremiere": "Ez a szolgáltatás aktív Jellyfin Premier előfizetést igényel.",
"Features": "Jellemzők",
"File": "File",
"Fill": "Fill",
"Filters": "Szűrők",
"Folders": "Mappák",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Péntek",
"GenreValue": "Genre: {0}",
"Genres": "Műfajok",
"GenresValue": "Műfajok: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Hozzáadás gyűjteményhez",
"HeaderAddToPlaylist": "Lejátszási listához adni",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Már Fizetve?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Hangos könyvek",
"HeaderAudioSettings": "Audió Beállítások",
"HeaderBecomeProjectSupporter": "Jellyfin Premiere beszerzése",
"HeaderBenefitsJellyfinPremiere": "Jellyfin Premiere előnyei",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Felhőszinkronizáció ",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Vetítés(ek) folytatása",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Kezdőképernyő testreszabása",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Képernyő beállítások",
"HeaderDownloadSettings": "Letöltés beállítások",
"HeaderEditImages": "Képek szerkesztése",
"HeaderEnabledFields": "Engedélyezett mezők",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "Külső id-k:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Kedvenc Epizódok",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Kedvenc Filmek",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Kedvenc Műsorok",
"HeaderFavoriteSongs": "Kedvenc Dalok",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Ingyenes Jellyfin alkalmazások",
"HeaderHomeScreen": "Kezdőképernyő",
"HeaderIdentifyItemHelp": "Adj meg egy vagy több keresési kritériumot. Távolítsd el a kritériumokat a keresési eredmények növelése érdekében.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Legújabb innen {0}",
"HeaderLatestMedia": "Legújabb média",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Könyvtár mappák",
"HeaderLibraryOrder": "Médiatár rendezés",
"HeaderMetadataSettings": "Metaadat Beállítások",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "Jelenlegi eszköz",
"HeaderMyMedia": "Médiatáram",
"HeaderMyMediaSmall": "Médiatáram (kicsi)",
"HeaderNewRecording": "Új Felvétel",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Következik",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Média",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Vetítés itt",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Válassz dátumot",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Felirat Beállítások",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Funkció feloldása",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Videó típusa:",
"HeaderWaitingForWifi": "Wifi-re vár",
"HeaderYouSaid": "You Said...",
"Help": "Segítség",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "A megtekintett tartalom elrejtése a legújabb médiából",
"Home": "Kezdőlap",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Azonosítás",
"Images": "Képek",
"ImdbRating": "IMDb rating",
"InstallingPackage": "{0} Telepítése",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D formátum:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Előadók:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audió:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Születési év:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Gyűjtemény:",
"LabelCommunityRating": "Közösségi értékelés:",
"LabelContentType": "Tartalom típusa:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Ország:",
"LabelCriticRating": "Kritikusok értékelése",
"LabelCustomRating": "Egyéni értékelés:",
"LabelDashboardTheme": "Szerver vezérlőpult kinézet:",
"LabelDateAdded": "Hozzáadva:",
"LabelDateTimeLocale": "Földrajzi dátum:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Megjelenítési sorrend:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail cím:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Epizód száma:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Kezdőképernyő blokk {0}:",
"LabelImageType": "Kép típusa:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Elemszám limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Nyelv:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Elsődleges letöltendő nyelv:",
"LabelName": "Név:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Eredeti képarány:",
"LabelOriginalTitle": "Eredeti cím:",
"LabelOverview": "Tartalom:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Korhatár besorolás:",
"LabelPath": "Útvonal:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Lejátszási lista:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profil:",
"LabelQuality": "Minőség:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Frissítési mód:",
"LabelReleaseDate": "Megjelenés dátuma:",
"LabelRuntimeMinutes": "Játékidő (perc):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Évad száma:",
"LabelSelectFolderGroups": "Automatikusan csoportosítsa a következő mappák tartalmát olyan nézetekre, mint a Filmek, a Zene és a TV:",
"LabelSelectFolderGroupsHelp": "A ki nem választott mappák önmagukban, saját nézetben jelennek meg.",
"LabelShortOverview": "Rövid tartalom:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Rendezés:",
"LabelSortOrder": "Sorrend:",
"LabelSortTitle": "ABC szerinti cím:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Forrás:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Státusz:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Feliratok:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Címke:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Kinézet:",
"LabelTitle": "Cím:",
"LabelTrackNumber": "Track number:",
"LabelType": "Típus:",
"LabelVersion": "Version:",
"LabelVideo": "Videó:",
"LabelWebsite": "Weboldal:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Év:",
"Large": "Large",
"LatestFromLibrary": "Legújabb {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Tettszik",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Élő",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "A Live TV aktív Jellyfin Premiere előfizetést igényel.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Megtekintett",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Engedélyezd ezt a funkciót aktív Jellyfin Premiere előfizetéssel.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Hétfő",
"More": "Tovább",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Filmek",
"MySubtitles": "Feliratok",
"Name": "Név",
"NewCollection": "Új Gyűjtemény",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Például: Star Wars Gyűjtemény",
"NewEpisodes": "Új epizódok",
"NewEpisodesOnly": "Csak új epizódok",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "Nincs találat.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "Nincs",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Megnyitás",
"OptionNew": "Új...",
"Original": "Original",
"OriginalAirDateValue": "Eredeti vetítés dátuma: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} telepítése megszakítva.",
"PackageInstallCompleted": "{0} telepítése befejezve.",
"PackageInstallFailed": "{0} telepítése nem sikerült.",
"ParentalRating": "Korhatár besorolás",
"People": "Személyek",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Lejátszás",
"PlayAllFromHere": "Összes vetítése innen",
"PlayCount": "Lejátszások száma",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Megnézett",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Kérlek indítsd újra az Jellyfin Szerver-t - {0}.",
"PleaseSelectDeviceToSyncTo": "Válassz egy eszközt a letöltéshez.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Minőség",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Felvétel",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Frissítés",
"RefreshDialogHelp": "A metaadatok frissítése az Jellyfin Server vezérlőpultjában engedélyezett beállítások és internetszolgáltatások alapján történik.",
"RefreshMetadata": "Metaadat frissítés",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Megjelenés dátuma",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Ismétlés",
"RepeatAll": "Folyamatos ismétlés ",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Ismétlő mód",
"RepeatOne": "Ismétlés egyszer",
"ReplaceAllMetadata": "Összes metaadat cseréje",
"ReplaceExistingImages": "Cserélje ki a meglévő képeket",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Játékidő",
"Saturday": "Szombat",
"Save": "Mentés",
"ScanForNewAndUpdatedFiles": "Keresés az új és frissített fileokra",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Keresés",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Keresés a hiányzó metaadatokra",
"SearchForSubtitles": "Felirat keresése",
"SearchResults": "A keresés eredménye",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Napjainkig",
"ServerNameIsRestarting": "Jellyfin Szerver - {0} újraindul.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} leáll.",
"ServerUpdateNeeded": "Ezt az Jellyfin Sertvert frissíteni kell. A legújabb verzió letöltéséhez kérjük, látogass el ide {0}",
"Settings": "Beállítások",
"SettingsSaved": "Settings saved.",
"Share": "Megosztás",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Név megjelenítése",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Keverés",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Az epizódokat összehasonlítjuk az évad és az epizód számával, ha rendelkezésre állnak.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Rendezés: ",
"SortByValue": "Rendezés {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Szakértői statisztika",
"StopRecording": "Stop recording",
"Studios": "Stúdiók",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Feliratok",
"Suggestions": "Javaslatok",
"Sunday": "Vasárnap",
"Sync": "Szinkronizál",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Átkonvertálás",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Címkék",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Csütörtök",
"TrackCount": "{0} tracks",
"Trailer": "Előzetes",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Kedd",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Fel",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} epizód",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} film",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Videó profil nem támogatott",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Megtekintett",
"Wednesday": "Szerda",
"WifiRequiredToDownload": "Wifi kapcsolat szükséges a letöltés folytatásához.",
"Writer": "Író",
"Yes": "Yes"
}
-674
View File
@@ -1,680 +1,6 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Cancel",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friday",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Tipe konten:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Negara:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Bahasa:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Monday",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Saturday",
"Save": "Save",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Sunday",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Thursday",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tuesday",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Wednesday",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
-36
View File
@@ -26,7 +26,6 @@
"AnyLanguage": "Qualsiasi lingua",
"Anytime": "In qualsiasi momento",
"AroundTime": "Circa {0}",
"Art": "Art",
"Artists": "Artisti",
"AsManyAsPossible": "Tutto il possibile",
"Ascending": "Crescente",
@@ -38,7 +37,6 @@
"AudioCodecNotSupported": "Il codec audio non è supportato",
"AudioProfileNotSupported": "Profilo audio non supportato",
"AudioSampleRateNotSupported": "Il tasso di campionamento audio non è supportato",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (basato sull'impostazione della lingua)",
"AutomaticallyConvertNewContent": "Converti automaticamente i nuovi contenuti",
"AutomaticallyConvertNewContentHelp": "I nuovi contenuti aggiunti in questa cartella verranno automaticamente convertiti.",
@@ -46,16 +44,13 @@
"AutomaticallySyncNewContentHelp": "I nuovi contenuti aggiunti verranno scaricati automaticamente al dispositivo.",
"Backdrop": "Sfondo",
"Backdrops": "Sfondi",
"Banner": "Banner",
"BestFit": "Adatta",
"BirthLocation": "Luogo di nascita",
"Books": "Libri",
"Box": "Box",
"BoxRear": "Box (retro)",
"BurnSubtitlesHelp": "Determina se il server deve applicare i sottotitoli quando si converte i video in base al formato dei sottotitoli. Evitando di applicare i sottotitoli migliorerà le prestazioni del server. Selezionare Auto per applicare formati basati sull'immagine (ad esempio VOBSUB, PGS, SUB / IDX, ecc.) così come alcuni sottotitoli ASS / SSA",
"ButtonCancel": "Annulla",
"ButtonGotIt": "Ho capito",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Riproduci un minuto",
"ButtonRestart": "Riavvia",
"ButtonRestorePreviousPurchase": "Ripristina Acquisto",
@@ -95,7 +90,6 @@
"ConvertItemLimitHelp": "Opzionale. Impostare un limite al numero di elementi che verranno convertiti.",
"ConvertUnwatchedVideosOnly": "Converti solo video non visti",
"ConvertUnwatchedVideosOnlyHelp": "Verranno convertiti solo video non visti",
"ConvertingDots": "Converting...",
"Countries": "Nazioni",
"CriticRating": "Voto della critica",
"DateAdded": "Aggiunto il",
@@ -134,7 +128,6 @@
"Downloading": "In scaricamento",
"DownloadingDots": "In scaricamento...",
"Downloads": "Scaricamenti",
"DownloadsValue": "{0} downloads",
"DropShadow": "Ombreggiato",
"DvrFeatureDescription": "Pianifica le registrazioni di Live TV, registrazioni di serie e altro ancora con Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR richiede un abbonamento ad Jellyfin Premiere.",
@@ -173,7 +166,6 @@
"Favorites": "Preferiti",
"FeatureRequiresJellyfinPremiere": "Questa funzionalità richiede un abbonamento ad Jellyfin Premiere.",
"Features": "Caratteristiche",
"File": "File",
"Fill": "Riempi",
"Filters": "Filtri",
"Folders": "Cartelle",
@@ -195,7 +187,6 @@
"HeaderAddUpdateImage": "Aggiungi/aggiorna Immagine",
"HeaderAlbumArtists": "Artisti Album",
"HeaderAlreadyPaid": "Hai già pagato?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audiolibri",
"HeaderAudioSettings": "Impostazioni audio",
"HeaderBecomeProjectSupporter": "Ottieni Jellyfin Premiere",
@@ -208,7 +199,6 @@
"HeaderContinueListening": "Continua ad ascoltare",
"HeaderContinueWatching": "Continua a guardare",
"HeaderConvertYourRecordings": "Converti le tue Registrazioni",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Elimina Elemento",
"HeaderDeleteItems": "Elimina Elementi",
"HeaderDisplaySettings": "Impostazioni Video",
@@ -284,7 +274,6 @@
"Help": "Aiuto",
"Hide": "Nascondi",
"HideWatchedContentFromLatestMedia": "Nascondi i contenuti già visti dagli Ultimi Media",
"Home": "Home",
"Horizontal": "Orizzontale",
"HowDidYouPay": "Come hai pagato?",
"IHaveJellyfinPremiere": "Sono abbonato ad Jellyfin Premiere",
@@ -306,15 +295,12 @@
"LabelAirsAfterSeason": "In onda dopo la stagione:",
"LabelAirsBeforeEpisode": "In onda prima dell'episodio:",
"LabelAirsBeforeSeason": "In onda prima della stagione:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Artisti album:",
"LabelArtists": "Artisti:",
"LabelArtistsHelp": "Separa valori multipli usando ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Lingua audio preferita:",
"LabelBirthDate": "Data di nascita:",
"LabelBirthYear": "Anno di nascita:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Applica sottotitoli:",
"LabelChannels": "Canali:",
"LabelCollection": "Collezione:",
@@ -336,11 +322,9 @@
"LabelDisplayOrder": "Ordine di visualizzazione:",
"LabelDropImageHere": "Rilasciare l'immagine qui, oppure clicca per sfogliare.",
"LabelDropShadow": "Ombreggiatura:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "Indirizzo e-mail:",
"LabelEndDate": "Data di fine:",
"LabelEpisodeNumber": "Numero espisodio:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Qualità della rete domestica:",
"LabelHomeScreenSectionValue": "Pagina iniziale Sezione {0}:",
"LabelImageType": "Tipo immagine:",
@@ -364,7 +348,6 @@
"LabelPersonRoleHelp": "Esempio: Autista di chiosco dei gelati",
"LabelPlaceOfBirth": "Luogo di nascita:",
"LabelPlayDefaultAudioTrack": "Riprodurre la traccia audio di default indipendentemente dalla lingua",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Lingua dei sottotitoli preferita:",
"LabelProfile": "Profilo:",
"LabelQuality": "Qualità:",
@@ -378,7 +361,6 @@
"LabelSelectFolderGroups": "Raggruppa i contenuti delle seguenti cartelle in viste come Film, Musica e Serie TV",
"LabelSelectFolderGroupsHelp": "Le cartelle non selezionate verranno mostrate come se stesse nelle proprie viste",
"LabelShortOverview": "Trama breve:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Durata salta indietro:",
"LabelSkipForwardLength": "Durata salta avanti:",
"LabelSortBy": "Ordina per:",
@@ -404,7 +386,6 @@
"LabelTrackNumber": "Numero traccia:",
"LabelType": "Tipo:",
"LabelVersion": "Versione:",
"LabelVideo": "Video:",
"LabelWebsite": "Sito Web:",
"LabelWindowBackgroundColor": "Colore di sfondo del testo:",
"LabelYear": "Anno:",
@@ -420,7 +401,6 @@
"LiveTV": "Diretta TV",
"LiveTvFeatureDescription": "Stream Live TV a qualsiasi applicazione Jellyfin, con un dispositivo di sintonizzatore TV compatibile installato sul server Jellyfin.",
"LiveTvRequiresUnlock": "La TV in diretta richiede un abbonamento Jellyfin Premiere attivo.",
"Logo": "Logo",
"ManageRecording": "Gestisci registrazione",
"MarkPlayed": "Segna visto",
"MarkUnplayed": "Segna non visto",
@@ -434,8 +414,6 @@
"MessageDownloadQueued": "Scaricamento programmato.",
"MessageFileReadError": "Si è verificato un errore durante la lettura del file. Si prega di riprovare.",
"MessageIfYouBlockedVoice": "Se hai negato l'accesso vocale all'app dovrai riconfigurarlo prima di riprovare di nuovo.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Un'email è stata inviata a {0} invitandolo a registrarsi a Jellyfin",
"MessageInvitationSentToUser": "Una e-mail è stata inviata a {0}, invitandoli ad accettare l'invito di condivisione.",
"MessageItemSaved": "Elemento salvato.",
@@ -454,7 +432,6 @@
"MessageWeDidntRecognizeCommand": "Ci dispiace, non riconosciamo il comando.",
"MinutesAfter": "minuti dopo",
"MinutesBefore": "minuti prima",
"Mobile": "Mobile / Tablet",
"Monday": "Lunedì",
"More": "Dettagli",
"MoveLeft": "Sposta a sinistra",
@@ -469,7 +446,6 @@
"NewEpisodesOnly": "Solo i nuovi episodi",
"News": "Notizie",
"Next": "Prossimo",
"No": "No",
"NoItemsFound": "Nessun elemento trovato.",
"NoSubtitleSearchResultsFound": "Nessun risultato.",
"NoSubtitles": "Nessun Sottotitolo",
@@ -503,8 +479,6 @@
"PlaybackErrorNoCompatibleStream": "Nessuna trasmissione compatibile è al momento disponibile. Per favore riprova in seguito o contatta il tuo Amministratore di sistema per chiarimenti",
"PlaybackErrorNotAllowed": "Al momento non sei autorizzato a riprodurre questo contenuto. Per favore contatta l'amministratore del sistema per ulteriori dettagli",
"PlaybackErrorPlaceHolder": "Per favore inserisci i dischi nell'ordine per riprodurre questo video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Visto",
"Playlists": "Playlist",
"PleaseEnterNameOrId": "Per favore inserisci un nome o un id esterno.",
@@ -584,7 +558,6 @@
"SkipEpisodesAlreadyInMyLibraryHelp": "Gli episodi verranno confrontati usando la stagione ed il numero dell'episodio, quando disponibili.",
"Small": "Piccolo",
"SmallCaps": "Maiuscoletto",
"Smaller": "Smaller",
"Smart": "Intelligente",
"SmartSubtitlesHelp": "I sottotitoli che coincidono con la lingua nelle preferenze verranno caricati quando l'audio sarà in una lingua straniera.",
"Songs": "Canzoni",
@@ -595,12 +568,9 @@
"Sports": "Sport",
"StatsForNerds": "Statistiche per nerds",
"StopRecording": "Ferma registrazione",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Queste impostazioni si applicano anche a qualsiasi riproduzione di Chromecast avviata da questo dispositivo.",
"SubtitleAppearanceSettingsDisclaimer": "Queste impostazioni non si applicano a sottotitoli grafici (PGS, DVD, ecc.), o sottotitoli che hanno i propri stili incorporati (ASS / SSA).",
"SubtitleCodecNotSupported": "Il formato del sottotitolo non è supportato",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Sottotitoli",
"Suggestions": "Suggerimenti",
"Sunday": "Domenica",
@@ -616,10 +586,7 @@
"SyncJobItemStatusTransferring": "Trasferendo",
"SyncUnwatchedVideosOnly": "Scarica solo i video non visti",
"SyncUnwatchedVideosOnlyHelp": "Solo i video non visti verranno scaricati, e verranno rimossi dal dispositivo non appena visti.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tag",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Termini di utilizzo",
"ThankYouForTryingEnjoyOneMinute": "Siamo lieti di offrirti un minuto di riproduzione. Grazie per aver provato Jellyfin.",
"ThemeSongs": "Temi canzoni",
@@ -628,7 +595,6 @@
"Thumb": "Miniatura",
"Thursday": "Giovedì",
"TrackCount": "{0} tracce",
"Trailer": "Trailer",
"Trailers": "Trailer",
"Transcoding": "Trascodifica",
"TryMultiSelect": "Prova la selezione multipla",
@@ -646,10 +612,8 @@
"ValueDiscNumber": "Disco {0}",
"ValueEpisodeCount": "{0} episodi",
"ValueGameCount": "{0} giochi",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} film",
"ValueMusicVideoCount": "{0} video musicali",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episodio",
"ValueOneGame": "1 gioco",
"ValueOneItem": "1 elemento",
@@ -336,7 +336,6 @@
"LabelDisplayOrder": "Бейнелеу реті:",
"LabelDropImageHere": "Суретті мұнда сүйретіңіз немесе шарлау үшін нұқыңыз.",
"LabelDropShadow": "Жиектер:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "Э-пошта мекенжайы:",
"LabelEndDate": "Аяқталу күні:",
"LabelEpisodeNumber": "Бөлім нөмірі:",
@@ -434,8 +433,6 @@
"MessageDownloadQueued": "Жүктеп алу кезекте.",
"MessageFileReadError": "Файл оқу кезінде қате орын алды. Әрекетті кейін қайталаңыз.",
"MessageIfYouBlockedVoice": "Егер қолданбаға дауыстық қатынаудан бас тартсаңыз, қайта әрекеттенуіңізден алдынан қайта теңшеуіңіз қажет болады.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Jellyfin үшін тіркелу шақыруыңыз, э-пошта {0} үшін жіберілді.",
"MessageInvitationSentToUser": "Оларға ортақтасу шақыруыңызды қабылдау ұсынысымен, э-пошта {0} арнап жіберілді.",
"MessageItemSaved": "Тармақ сақталды.",
@@ -503,7 +500,6 @@
"PlaybackErrorNoCompatibleStream": "Ағымда ешқандай сыйысымды ағындар қолжетімді емес. Әрекетті кейін қайталаңыз немесе толық мәліметтер үшін жүйелік әкімшіңізге байланысыңыз.",
"PlaybackErrorNotAllowed": "Осы мазмұнды ойнату үшін ағымда сізге рұқсат етілмеген. Толық мәліметтер үшін жүйелік әкімшіңізге байланысыңыз.",
"PlaybackErrorPlaceHolder": "Осы бейнені ойнату үшін дискіні енгізіңіз.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "Әдепкі ойнату параметрлерін теңшеу үшін бейне ойнатуды тоқтатыңыз, содан кейін қолданбаның жоғарғы оң жақ бөлігіндегі пайдаланушы белгішесін басыңыз.",
"Played": "Ойнатылған",
"Playlists": "Ойнату тізімдері",
@@ -599,7 +595,6 @@
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Бұл параметрлер осы құрылғы арқылы іске қосылған кез-келген Chromecast ойнатуына қолданылады.",
"SubtitleAppearanceSettingsDisclaimer": "Бұл параметрлер графикалық субтитрлерге (PGS, DVD ж.т.б.) немесе өз мәнері бар ендірілген субтитрлерге (ASS/SSA) қолданылмайды.",
"SubtitleCodecNotSupported": "Субтитрлер пішім үшін қолдау көрсетілмейді",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "Әдепкі субтитр көрінісін және тіл параметрлерін теңшеу үшін бейне ойнатуды тоқтатыңыз, содан кейін қолданбаның жоғарғы оң жақ бөлігіндегі пайдаланушы белгішесін басыңыз.",
"Subtitles": "Субтитрлер",
"Suggestions": "Ұсыныстар",
-525
View File
@@ -1,647 +1,135 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "접근이 제한되었습니다. 다시 시도하세요.",
"Actor": "배우",
"Add": "추가",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "재생목록에 추가",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "모두",
"AllChannels": "모든 채널",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "모든 에피소드",
"AllLanguages": "모든 언어",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "신규",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "배경",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "취소",
"ButtonGotIt": "그럴게요.",
"ButtonOk": "OK",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "다시 시작",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "다시 시도하세요",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "작곡가",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "이 항목을 삭제하면 파일 시스템과 라이브러리 모두에서 삭제됩니다. 계속하겠습니까?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "삭제 확인",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "접속",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "일",
"Default": "Default",
"DefaultErrorMessage": "요구 처리 과정에 오류가 발생하였습니다. 다시 시도하세요.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "삭제",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "감독",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "싫어함",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "다운로드",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "편집",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "자막 편집",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "시네마 모드 사용",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "오류",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "금요일",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "컬렉션에 추가",
"HeaderAddToPlaylist": "재생목록에 추가",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "녹화 취소 확인",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "항목 삭제",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "메타데이터 설정",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "내 미디어 (작음)",
"HeaderNewRecording": "신규 녹화",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "재생 오류",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "날짜 선택",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "스페셜 에피소드 정보",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "도움말",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "이미지",
"ImdbRating": "IMDb rating",
"InstallingPackage": "{0} 설치 중",
"InstantMix": "인스턴트 믹스",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} 항목",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D 형식:",
"LabelAirDays": "방영일:",
"LabelAirTime": "방영 시각:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "앨범",
"LabelAlbumArtists": "앨범 아티스트:",
"LabelArtists": "아티스트:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "생일:",
"LabelBirthYear": "생년:",
"LabelBitrateMbps": "비트레이트 (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "커뮤니티 평점:",
"LabelContentType": "콘텐츠 종류:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "국가:",
"LabelCriticRating": "Critic 평점:",
"LabelCustomRating": "사용자 평점:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "추가한 날짜:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "사망일:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "표시 순서:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "항목 제한:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "언어:",
"LabelLockItemToPreventChanges": "변경할 수 없게 항목 잠금",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "다운로드 선호 언어:",
"LabelName": "Name:",
"LabelNumber": "번호:",
"LabelOriginalAspectRatio": "원 화면비율:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "줄거리:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "등급:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "출생지:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "재생목록:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "프로파일:",
"LabelQuality": "품질:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "개봉일:",
"LabelRuntimeMinutes": "상영 시간 (분):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "줄거리 요약:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "상태:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "동기화 작업 이름:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "동기화 장치:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "태그라인:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "트랙 번호:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "웹사이트:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "더 알아보기",
"Like": "좋아함",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "라이브",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "자동 시리즈 녹화를 예약하려면 Jellyfin 프리미어 가입이 필요합니다.",
"MessageAreYouSureDeleteSubtitles": "이 자막 파일을 삭제하겠습니까?",
"MessageConfirmRecordingCancellation": "이 녹화를 취소하겠습니까?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "항목이 저장되었습니다.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "월요일",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "새 컬렉션",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "항목이 없습니다.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "열기",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "최초 방송일: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} 설치 취소.",
"PackageInstallCompleted": "{0} 설치 완료.",
"PackageInstallFailed": "{0} 설치 실패.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "재생",
"PlayAllFromHere": "여기부터 모두 재생",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "재생함",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "최소 두 개의 항목을 선택하세요.",
"Premiere": "프리미어",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "프로듀서",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "여기부터 모두 대기열에 추가",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "녹화",
"RecordSeries": "시리즈 녹화",
"RecordingCancelled": "녹화가 취소되었습니다.",
"RecordingScheduled": "녹화가 예약되었습니다.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "새로 고침",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "재생목록에서 제거",
"RemovingFromDevice": "Removing from device",
"Repeat": "반복",
"RepeatAll": "모두 반복",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "현재 이미지 교체",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "토요일",
"Save": "저장",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "찾기",
"SearchForCollectionInternetMetadata": "인터넷에서 아트워크와 메타데이터 검색",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "자막 검색",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "시리즈가 취소되었습니다.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "시리즈 녹화가 예약되었습니다.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "설정",
"SettingsSaved": "Settings saved.",
"Share": "공유",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "작음",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "정렬 제목",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "일요일",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "태그",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "목요일",
"TrackCount": "{0} 트랙",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "화요일",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} 앨범",
"ValueDiscNumber": "디스크 {0}",
"ValueEpisodeCount": "{0} 에피소드",
@@ -652,29 +140,16 @@
"ValueOneAlbum": "1 앨범",
"ValueOneEpisode": "1 에피소드",
"ValueOneGame": "1 게임",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 영화",
"ValueOneMusicVideo": "1 뮤직 비디오",
"ValueOneSeries": "1 시리즈",
"ValueOneSong": "1 노래",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} 시리즈",
"ValueSongCount": "{0} 노래",
"ValueSpecialEpisodeName": "특별편 - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "앨범 보기",
"ViewArtist": "아티스트 보기",
"VoiceInput": "Voice Input",
"Watched": "시청함",
"Wednesday": "수요일",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "작가",
"Yes": "Yes"
}
@@ -1,58 +1,17 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Aktorius",
"Add": "Pridėti",
"AddToCollection": "Pridėti į kolekciją",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Pridėti į grojaraštį",
"AddedOnValue": "Added {0}",
"Advanced": "Smulkiau",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "Visi kanalai",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "Visas serijas",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Bet kada",
"AroundTime": "Maždaug {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "Kiek tik įmanoma",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "Naujas",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Fonai",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Gimimo vieta",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Atšaukti",
"ButtonGotIt": "Supratau",
"ButtonOk": "OK",
@@ -62,142 +21,49 @@
"ButtonTryAgain": "Bandyti dar",
"ButtonUnlockPrice": "Atrakinti {0}",
"ButtonUnlockWithPurchase": "Atrakinti perkant",
"CancelDownload": "Cancel download",
"CancelRecording": "Atšaukti įrašymą",
"CancelSeries": "Atšaukti laidą",
"Categories": "Kategorijos",
"ChannelNameOnly": "Kanalas tik {0}",
"ChannelNumber": "Kanalo numeris",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Kinoteatro režimas papildomai rodo anonsus ir kitą medžiagą prieš filmą.",
"CloudSyncFeatureDescription": "Sinchronizuokite savo mediją su debesimi lengvam išsaugojimui, archyvavimui ir konvertavimui.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Kompozitorius",
"ConfigureDateAdded": "Pakeisti, kaip nustatoma pridėjimo data galima Jellyfin Serveryje prie Bibliotekos nustatymų",
"ConfirmDeleteImage": "Trinti paveikslą?",
"ConfirmDeleteItem": "Tai atlikus elementas bus ištrintas ir iš bibliotekos, ir iš failų sistemos. Ar tikrai norite tęsti?",
"ConfirmDeleteItems": "Tai atlikus šie elementai bus ištrinti ir iš bibliotekos, ir iš failų sistemos. Ar tikrai norite tęsti?",
"ConfirmDeletion": "Patvirtinti trynimą",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Tęsiamas",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Šalys",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Dienos",
"Default": "Default",
"DefaultErrorMessage": "Įvyko klaida vykdant užklausą. Pabandykite vėliau.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Ištrinti",
"DeleteMedia": "Trinti mediją",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Režisierius",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Nepatinka",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Neįrašyti",
"Down": "Down",
"Download": "Siųstis",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Atsiuntimai",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR reikalauja aktyvios Jellyfin Premiere prenumeratos.",
"Edit": "Redaguoti",
"EditImages": "Redaguoti paveikslus",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Redaguoti subtitrus",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Įjungti spalvotus fonus",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Pasibaigė",
"EndsAtValue": "Baigiasi {0}",
"Episodes": "Episodes",
"Error": "Klaida",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Mėgstamas",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "Šiai funkcijai reikia aktyvios Jellyfin Serverio prenumeratos.",
"Features": "Features",
"File": "Failas",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Gaukite nemokamas Jellyfin programėles savo įrenginiams.",
"Friday": "Penktadienis",
"GenreValue": "Genre: {0}",
"Genres": "Žanrai",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Grupuoti versijas",
"GuestStar": "Kviestinė žvaigždė",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD laidoms",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Pridėti į Kolekciją",
"HeaderAddToPlaylist": "Pridėti į Grojaraštį",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Gauti Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Jellyfin Premiere privalumai",
"HeaderCancelRecording": "Atšaukti įrašą",
@@ -205,100 +71,40 @@
"HeaderCinemaMode": "Kinoteatro režimas",
"HeaderCloudSync": "Sinch. su debesimi",
"HeaderConfirmRecordingCancellation": "Patvirtinti įrašo atšaukimą",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Konvertuokite savo įrašus",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Ištrinti elementą",
"HeaderDeleteItems": "Ištrinti elementus",
"HeaderDisplaySettings": "Rodymo nustatymai",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Redaguoti paveikslus",
"HeaderEnabledFields": "Įjungti laukeliai",
"HeaderEnabledFieldsHelp": "Nuimkite varnelę nuo lauko kad jį užrakinti ir neleisti keisti jo duomenų.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Nemokamos Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Įveskite vieną ar daugiau paieškos kriterijų. Pašalinkite kriterijų jei norite gauti daugiau paieškos rezultatų.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Palikti įrašą",
"HeaderKeepSeries": "Palikti laidą",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Sužinoti daugiau",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metaduomenų nustatymai",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "Naujas įrašas",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Vietinė medija",
"HeaderOfflineDownloadsDescription": "Atsisiųsti mediją į savo įrenginius lengvai prieigai be interneto.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Atkurti mano mediją",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Įrašymo nustatymai",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Pasakykite maždaug...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Pasirinkite datą",
"HeaderSeriesOptions": "Laidų nustatymai",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Ypatingos serijos info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Bandomasis atkūrimas",
"HeaderUnlockFeature": "Atrakinti funkciją",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "Jūs pasakėte:",
"Help": "Padėti",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "Kaip sumokėjote?",
"IHaveJellyfinPremiere": "Turiu Jellyfin Premiere",
"IPurchasedThisApp": "Pirkau šią programėlę",
"Identify": "Identifikuoti",
"Images": "Paveiksliukai",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Įdiegiu {0}",
"InstantMix": "Leisti miksą",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} elementų",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Vaikams",
"Label3DFormat": "3D formatas:",
"LabelAirDays": "Eterio dienos:",
@@ -310,153 +116,81 @@
"LabelAlbumArtists": "Albumo atlikėjai:",
"LabelArtists": "Atlikėjai:",
"LabelArtistsHelp": "Atskirti kelis naudojant:",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Gimimo data:",
"LabelBirthYear": "Gimimo metai:",
"LabelBitrateMbps": "Kokybė (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Kanalai:",
"LabelCollection": "Kolekcija:",
"LabelCommunityRating": "Bendruomenės vertinimas:",
"LabelContentType": "Turinio tipas:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Šalis:",
"LabelCriticRating": "Kritikų vertinimas:",
"LabelCustomRating": "Kitoks vertinimas:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Pridėjimo data:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Mirties data:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Rodymo tvarka:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} ID:",
"LabelEmailAddress": "E-pašto adresas:",
"LabelEndDate": "Pabaigos data:",
"LabelEpisodeNumber": "Serijos numeris:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Elementų limitas:",
"LabelKeep:": "Laikyti:",
"LabelKeepUpTo": "Spėti iki:",
"LabelLanguage": "Kalba:",
"LabelLockItemToPreventChanges": "Uždrausti šio elemento pakeitimus",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Pageidaujama siuntimo kalba:",
"LabelName": "Pavadinimas:",
"LabelNumber": "Numeris:",
"LabelOriginalAspectRatio": "Originalus formatas:",
"LabelOriginalTitle": "Originalus pavadinimas:",
"LabelOverview": "Apžvalga:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Tėvų reitingas:",
"LabelPath": "Kelias:",
"LabelPersonRole": "Vaidmuo:",
"LabelPersonRoleHelp": "Pavyzdys: Ledų mašinos vairuotojas",
"LabelPlaceOfBirth": "Gimimo vieta:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Grojaraštis:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profilis:",
"LabelQuality": "Kokybė:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Įrašyti:",
"LabelRefreshMode": "Atnaujinimo režimas:",
"LabelReleaseDate": "Išleidimo data:",
"LabelRuntimeMinutes": "Trukmė (min.):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Sezono numeris:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Trumpa apžvalga:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Rūšiavimo pavadinimas:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Jei galima, pradėti:",
"LabelStatus": "Būklė:",
"LabelStopWhenPossible": "Jei galima, nutraukti:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sinchronizavimo darbo pavadinimas:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sinchronizuoti į:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Šūkis:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Pavadinimas:",
"LabelTrackNumber": "Dainos numeris:",
"LabelType": "Tipas:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Tinklapis:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Metai:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Sužinoti daugiau",
"Like": "Patinka",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Tiesiogiai",
"LiveBroadcasts": "Tiesioginėms transliacijoms",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Žymėti rodytu",
"MarkUnplayed": "Žymėti nerodytu",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Norint kurti automatinius laidos įrašus reikia aktyvios Jellyfin Premiere prenumeratos.",
"MessageAreYouSureDeleteSubtitles": "Ar tikrai norite ištrinti šį subtitrų failą?",
"MessageConfirmRecordingCancellation": "Ar tikrai norite atšaukti šį įrašą?",
"MessageDownloadQueued": "Siuntimas užsakytas.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "Jei neleidote programėlei naudoti mikrofono, pakeiskite nustatymus ir bandykite dar kartą.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Elementas išsaugotas.",
"MessageItemsAdded": "Elementai pridėti.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Palikite tuščią kad paveldėtų nustatymus nuo tėviško elemento arba globalias standartines reikšmes.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "Jei turite aktyvią Jellyfin Premiere prenumeratą, sutvarkykite Jellyfin Premiere savo Jellyfin Serverio skydelyje. Tai galite atlikti paspaudė Jellyfin Premiere užrašą pagrindiniame meniu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Atrakinkite šią funkciją nedideliu vienkartiniu mokesčiu arba įsigiję Jellyfin Premiere prenumeratą.",
"MessageUnlockAppWithSupporter": "Atrakinkite šią funkciją įsigiję Jellyfin Premiere prenumeratą.",
"MessageWeDidntRecognizeCommand": "Deja, nepažinome šios komandos.",
"MinutesAfter": "min. po",
"MinutesBefore": "min. prieš",
"Mobile": "Mobile / Tablet",
"Monday": "Pirmadienis",
"More": "More",
"MoveLeft": "Perkelti kairėn",
"MoveRight": "Perkelti dešinėn",
"Movies": "Filmai",
@@ -468,22 +202,10 @@
"NewEpisodes": "Naujoms serijoms",
"NewEpisodesOnly": "Tik naujas serijas",
"News": "Naujienos",
"Next": "Next",
"No": "No",
"NoItemsFound": "Nieko nerasta.",
"NoSubtitleSearchResultsFound": "Nieko neradau.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Atidaryti",
"OptionNew": "Naujas...",
"Original": "Original",
"OriginalAirDateValue": "Pirmo eterio data: {0}",
"Overview": "Apžvalga",
"PackageInstallCancelled": "{0} įdiegimas atšauktas.",
@@ -491,81 +213,45 @@
"PackageInstallFailed": "{0} įdiegimas nepavyko.",
"ParentalRating": "Tėvų reitingas",
"People": "Žmonės",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Mėgstamiausius kanalus į pradžią",
"Play": "Leisti",
"PlayAllFromHere": "Leisti viską nuo čia",
"PlayCount": "Play count",
"PlayFromBeginning": "Leisti nuo pradžių",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Įveskite vardą arba išorinį ID.",
"PleaseRestartServerName": "Prašau paleisti Jellyfin Serverį iš naujo - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Pasirinkite bent du elementus.",
"Premiere": "Premiera",
"Premieres": "Premieras",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Prodiuseris",
"ProductionLocations": "Filmavimo vietos",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Su Jellyfin Premiere automatiškai paverčia įrašus į transliavimui patogius formatus. Įrašai bus iš karto konvertuojami į MP4 arba MKV priklausomai nuo nustatymų.",
"Quality": "Quality",
"QueueAllFromHere": "Į eilę viską nuo čia",
"Raised": "Raised",
"RecentlyWatched": "Nesenai žiūrėta",
"Record": "Įrašyti",
"RecordSeries": "Įrašyti laidą",
"RecordingCancelled": "Įrašas atšauktas.",
"RecordingScheduled": "Įrašas numatytas.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Atnaujinti",
"RefreshDialogHelp": "Metaduomenys atnaujinami pagal Jellyfin Serverio nustatymus ir įjungtas interneto paslaugas.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Atnaujinimas užsakytas.",
"Reject": "Reject",
"ReleaseDate": "Išleidimo data",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Pašalinti iš kolekcijos",
"RemoveFromPlaylist": "Pašalinti iš grojaraščio",
"RemovingFromDevice": "Removing from device",
"Repeat": "Kartojimas",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Kartojamoms serijoms",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Pakeisti visus metaduomenis",
"ReplaceExistingImages": "Pakeisti esamus paveikslus",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Tęsti nuo {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Trukmė",
"Saturday": "Šeštadienis",
"Save": "Saugoti",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Ekrano nuotraukos",
"Search": "Ieškoti",
"SearchForCollectionInternetMetadata": "Ieškoti internete iliustracijų ir metaduomenų",
"SearchForMissingMetadata": "Ieškoti trūkstamų metaduomenų",
"SearchForSubtitles": "Ieškoti subtitrų",
"SearchResults": "Paieškos rezultatai",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Laida atšaukta.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Laidos įrašas numatytas.",
"SeriesSettings": "Laidų nustatymai",
"SeriesYearToPresent": "{0} - dabar",
@@ -573,75 +259,29 @@
"ServerNameIsShuttingDown": "Jellyfin Serveris - {0} išsijungia.",
"ServerUpdateNeeded": "Šį Jellyfin serverį reikia atnaujinti. Naujausią versiją atsisiųsti galite {0}",
"Settings": "Nustatymai",
"SettingsSaved": "Settings saved.",
"Share": "Dalintis",
"ShowIndicatorsFor": "Rodyti indikatorius:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Atsitiktinai",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Kai įmanoma serijos bus lyginamos pagal sezonų ir serijų skaičius.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Rūšiuoti kanalus pagal:",
"SortName": "Rūšiavimo vardas",
"Sports": "Sportas",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studijos",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitrai",
"Suggestions": "Suggestions",
"Sunday": "Sekmadienis",
"Sync": "Sinchronizuoti",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Žymės",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Išbandykite vieną minutę atkūrimo. Ačiū kad bandote Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Ketvirtadienis",
"TrackCount": "{0} dainų",
"Trailer": "Anonsas",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Pabandykite Multi-Select",
"TryMultiSelectMessage": "Kelių elementų redagavimui paspauskite ir palaikykite ant bet kurio plakato, o tada pasirinkite norimus redaguoti elementus. Pabandykite!",
"Tuesday": "Antradienis",
"Uniform": "Uniform",
"UnlockGuide": "Atrakinti gidą",
"Unplayed": "Unplayed",
"Unrated": "Nevertinta",
"UntilIDelete": "Kol ištrinsiu",
"UntilSpaceNeeded": "Kol pritrūks vietos",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albumų",
"ValueDiscNumber": "Diskas {0}",
"ValueEpisodeCount": "{0} serijų",
@@ -652,29 +292,16 @@
"ValueOneAlbum": "1 albumas",
"ValueOneEpisode": "1 serija",
"ValueOneGame": "1 žaidimas",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 filmas",
"ValueOneMusicVideo": "1 muzikinis video",
"ValueOneSeries": "1 laida",
"ValueOneSong": "1 daina",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} laidų",
"ValueSongCount": "{0} dainų",
"ValueSpecialEpisodeName": "Ypatinga - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "Žiūrėti albumą",
"ViewArtist": "Žiūrėti atlikėją",
"VoiceInput": "Balso komandos",
"Watched": "Watched",
"Wednesday": "Trečiadienis",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Rašytojas",
"Yes": "Yes"
}
-677
View File
@@ -1,680 +1,3 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Cancel",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friday",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Country:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Language:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Monday",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Saturday",
"Save": "Save",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Sunday",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Thursday",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tuesday",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Wednesday",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
-270
View File
@@ -1,7 +1,6 @@
{
"Absolute": "Absolutt",
"Accept": "Aksepter",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Skuespiller",
"Add": "Legg til",
"AddToCollection": "Legg til i samling",
@@ -9,53 +8,23 @@
"AddToPlaylist": "Legg til spilleliste",
"AddedOnValue": "Lagt til {0}",
"Advanced": "Avansert",
"AirDate": "Air date",
"Aired": "Sendt tidligere",
"Albums": "Album",
"All": "All",
"AllChannels": "Alle kanaler",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "Alle episoder",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "For å gjenopprette tidligere kjøp, må du forsikre deg om at du er logget på enheten med samme Google- (eller Amazonkonto) som opprinnelig gjorde kjøpet. Pass på at appbutikken er aktivert og ikke begrenset av foreldrekontroll,samt sørg for at du har en aktiv internettforbindelse. Du må bare gjøre dette en gang for å gjenopprette ditt tidligere kjøp.",
"AnyLanguage": "Any language",
"Anytime": "Enhver tid",
"AroundTime": "Rundt {0}",
"Art": "Art",
"Artists": "Artister",
"AsManyAsPossible": "Så mange som mulig",
"Ascending": "Ascending",
"AspectRatio": "Størrelsesforholdet",
"AttributeNew": "Ny",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Automatisk",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Passer best",
"BirthLocation": "Fødelesested",
"Books": "Bøker",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Avbryt",
"ButtonGotIt": "Skjønner",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Spill av et minutt",
"ButtonRestart": "Omstart",
"ButtonRestorePreviousPurchase": "Gjenopprett kjøp",
@@ -68,14 +37,12 @@
"Categories": "Kategorier",
"ChannelNameOnly": "Kun kanal {0}",
"ChannelNumber": "Kanal nummer",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Kinomodus gir deg den ekte kinoopplevelsen med trailere og tilpassede introer før funksjonen.",
"CloudSyncFeatureDescription": "Synkroniser mediene til skyen for sikkerhetskopiering, arkivering og konvertering.",
"Collections": "Samlinger",
"ColorPrimaries": "Primærfarger",
"ColorSpace": "Fargeutvalg",
"ColorTransfer": "Overføring av farger",
"CommunityRating": "Community rating",
"Composer": "Komponist",
"ConfigureDateAdded": "Konfigurer hvordan dato er fastsatt i Jellyfin Server sitt dashbord under Bibliotek innstillinger",
"ConfirmDeleteImage": "Slett bilde?",
@@ -85,117 +52,50 @@
"ConfirmEndPlayerSession": "Vill du stenge Jellyfin på denne enheten?",
"ConfirmRemoveDownload": "Fjern nedlastet?",
"Connect": "Koble til",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Forsett",
"ContinueInSecondsValue": "Forsett om {0} sekunder",
"ContinueWatching": "Fortsett å se på",
"Continuing": "Fortsetter",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Land",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Dager",
"Default": "Default",
"DefaultErrorMessage": "Det skjedde en feil under behandling av forespørselen. Vennligst prøv igjen senere.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Slett",
"DeleteMedia": "Slett elementet",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Regissør",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Koble fra",
"Dislike": "Misliker",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Ikke ta opp",
"Down": "Ned",
"Download": "Nedlasting",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Nedlastet",
"Downloading": "Laster ned",
"DownloadingDots": "Downloading...",
"Downloads": "Nedlastinger",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Planlegg enkelt Live opptak, serieopptak og mer med Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR krever et aktivt Jellyfin Premiere-abonnement.",
"Edit": "Rediger",
"EditImages": "Endre bilder",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Endre undertekster",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Aktiver kino mode",
"EnableColorCodedBackgrounds": "Aktiver fargekoder for bakgrunn",
"EnableDisplayMirroring": "Aktivert skjermspeiling",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Avsluttet",
"EndsAtValue": "Slutter klokken {0}",
"Episodes": "Episoder",
"Error": "Feil",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favoritt",
"Favorites": "Favoritter",
"FeatureRequiresJellyfinPremiere": "Denne funksjonen krever et aktivt Jellyfin Premiere abonnement.",
"Features": "Features",
"File": "Fil",
"Fill": "Fyll ut",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Nyt gratis tilgang til Jellyfin Applikasjoner på din enhet",
"Friday": "Fredag",
"GenreValue": "Genre: {0}",
"Genres": "Sjanger",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Gjeste skuespiller",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD Programmer",
"HeaderActiveRecordings": "Aktive opptak",
"HeaderAddToCollection": "Legg til samling",
"HeaderAddToPlaylist": "Legg til Spilleliste",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Allerede betalt?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Lydbøker",
"HeaderAudioSettings": "Lyd inntilligner",
"HeaderBecomeProjectSupporter": "Skaff Jellyfin Premiere",
@@ -208,31 +108,16 @@
"HeaderContinueListening": "Forsett og høre på",
"HeaderContinueWatching": "Forsett og se på",
"HeaderConvertYourRecordings": "Konverter dine opptak",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Slett element",
"HeaderDeleteItems": "Slett elementer",
"HeaderDisplaySettings": "Skjerminnstillinger",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Endre bilder",
"HeaderEnabledFields": "Aktiverte felt",
"HeaderEnabledFieldsHelp": "Fjern merket et felt for å låse den og hindre sine data blir endret.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorittspillelister",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Gratis Jellyfin Applikasjoner",
"HeaderHomeScreen": "Hjemskjerm",
"HeaderIdentifyItemHelp": "Oppgi ett eller flere søke kriterier. Fjern kriterie for å øke søke resultater.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Behold opptak",
"HeaderKeepSeries": "Behold serie",
"HeaderLatestChannelItems": "Siste kanal elementer",
@@ -244,209 +129,124 @@
"HeaderLibraryFolders": "Bibliotek mapper",
"HeaderLibraryOrder": "Bibliotekenes rekkefølge",
"HeaderMetadataSettings": "Metadata innstilinger",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "Min enhet",
"HeaderMyMedia": "Min Media",
"HeaderMyMediaSmall": "Min Media (liten)",
"HeaderNewRecording": "Nye opptak:",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Neste",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Nedlastede media",
"HeaderOfflineDownloadsDescription": "Last ned media til din enhet for enkel offline bruk",
"HeaderOnNow": "På Nå",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Spill min media",
"HeaderPlayOn": "Forsett avspilling",
"HeaderPlaybackError": "Avspillingsfeil",
"HeaderRecordingOptions": "Opptak innstillinger",
"HeaderRemoteControl": "Fjernkontroll",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Si noenting slik som...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Velg dato",
"HeaderSeriesOptions": "Serie innstillinger",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Spesial Episode info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Undertekster innstillinger",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Kjøps betingelser",
"HeaderTryPlayback": "Prøv tilbakespilling",
"HeaderUnlockFeature": "Lås opp funksjon",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "Du sa...",
"Help": "Hjelp",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Skjul sett innhold fra nyeste media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "Hvordan betalte du?",
"IHaveJellyfinPremiere": "Jeg har Jellyfin Premiere",
"IPurchasedThisApp": "Jeg har kjøpt denne appen",
"Identify": "Identifiser",
"Images": "Bilder",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installerer {0}",
"InstantMix": "Direktemiks",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} elementer",
"Items": "Elementer",
"KeepDownload": "Behold nedlasting",
"KeepOnDevice": "Behold på enhet",
"Kids": "Barn",
"Label3DFormat": "3D format:",
"LabelAirDays": "Sendings dager:",
"LabelAirTime": "Sendings tid:",
"LabelAirsAfterSeason": "Sendt etter sesong:",
"LabelAirsBeforeEpisode": "Sendt før episode:",
"LabelAirsBeforeSeason": "Send før sesong:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artister:",
"LabelArtists": "Artister:",
"LabelArtistsHelp": "Skill flere med semikolon ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Fødselsdato:",
"LabelBirthYear": "Fødselsår:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Kanal",
"LabelCollection": "Samling:",
"LabelCommunityRating": "Fellesskap anmeldelse:",
"LabelContentType": "Innholdstype:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Land:",
"LabelCriticRating": "Kritiker anmeldelse:",
"LabelCustomRating": "Kunde anmeldelse:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Dato lagt til:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Dødsdato:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Oversettelse av Jellyfin pågår.",
"LabelDisplayMode": "Visningsmodus:",
"LabelDisplayOrder": "Visningsrekkefølge:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-postadresse:",
"LabelEndDate": "Slutt dato:",
"LabelEpisodeNumber": "Episode nummer:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Hjemskjerm seksjon {0}",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Begrenset antall:",
"LabelKeep:": "Behold",
"LabelKeepUpTo": "Hold opptil",
"LabelLanguage": "Språk:",
"LabelLockItemToPreventChanges": "Lås dette elementet for å hindre fremtidige endringer",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Foretrukket nedlastingsspråk:",
"LabelName": "Navn",
"LabelNumber": "Nummer:",
"LabelOriginalAspectRatio": "Originalt sideforhold:",
"LabelOriginalTitle": "Original tittel:",
"LabelOverview": "Oversikt:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Foreldresensur:",
"LabelPath": "Sti:",
"LabelPersonRole": "Rolle:",
"LabelPersonRoleHelp": "Eksempel: Is bil fører",
"LabelPlaceOfBirth": "Fødested:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Spilleliste",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profil:",
"LabelQuality": "Kvalitet:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Opptak:",
"LabelRefreshMode": "Oppdatering modus:",
"LabelReleaseDate": "Utgivelsesdato:",
"LabelRuntimeMinutes": "Spilletid (minutter):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Sesong nummer:",
"LabelSelectFolderGroups": "Gruppér innhold automatisk etter følgende grupper til visninger som filmer, musikk og TV:",
"LabelSelectFolderGroupsHelp": "Mapper som ikke er merket vil kun bli vist i sin egen visning.",
"LabelShortOverview": "Kort oversikt:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Forkortet tittel:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start når mulig:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop når mulig:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Navn på synkroniseringsjobb:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Synkroniser til:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Slagord:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Tittel:",
"LabelTrackNumber": "Spor nummer:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Nettsted:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Siste {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Lære mer",
"Like": "Liker",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Direkte",
"LiveBroadcasts": "Direkte sending",
"LiveTV": "Direkte TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV krever et aktivt Jellyfin Premium-abonnement.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Merker som sett",
"MarkUnplayed": "Merker som usett",
"MarkWatched": "Marker som sett",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Et aktivt Jellyfin Premiere abonnement er påkrevd for å kunne automatisere serieopptak.",
"MessageAreYouSureDeleteSubtitles": "Er du sikker på at du vil slette denne undertekst filen?",
"MessageConfirmRecordingCancellation": "Er du sikker på at du vil avbryte dette opptaket?",
"MessageDownloadQueued": "Nedlasting satt til i kø",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "Hvis du nektet tale tilgang til applikasjonen må du rekonfigurere før du prøver igjen.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Element lagret.",
"MessageItemsAdded": "Elementer lagt til.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "La være blank for å arve innstillinger fra et foreldre element, eller den globale standard verdien.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "Ingen servere tilgjengelig for å koble til. Hvis du har blitt invitert til å dele en server, må du akseptere den nedenfor eller ved å klikke på lenken i e-posten.",
"MessageNoSyncJobsFound": "Ingen nedlastinger funnet. Opprett nedlastingsjobber ved hjelp av Lastn ed knappene som finnes i hele appen.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Avspilling av dette innholdet er for tiden begrenset. Ta kontakt med Jellyfin Server-administratoren for mer informasjon.",
"MessageToValidateSupporter": "Hvis du har et aktivt Jellyfin Premiere-abonnement, må du sørge for at du har konfigurert Jellyfin Premiere i Jellyfin Server Dashboard, som du får tilgang til ved å klikke Jellyfin Premiere i hovedmenyen.",
"MessageUnlockAppWithPurchaseOrSupporter": "Lås opp denne funksjonen med et engangskjøp, eller med et aktivt Jellyfin Premiere-abonnement.",
@@ -454,7 +254,6 @@
"MessageWeDidntRecognizeCommand": "Vi beklager, Vi kunne ikke forstå denne kommandoen.",
"MinutesAfter": "Minutter etter",
"MinutesBefore": "Minutter før",
"Mobile": "Mobile / Tablet",
"Monday": "Mandag",
"More": "Mere",
"MoveLeft": "Flytt venstre",
@@ -468,22 +267,13 @@
"NewEpisodes": "Nye episoder",
"NewEpisodesOnly": "Kun nye episoder",
"News": "Nyheter",
"Next": "Next",
"No": "Nei",
"NoItemsFound": "Ingen elementer funnet",
"NoSubtitleSearchResultsFound": "Ingen resulterer funnet.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "Ingen",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "En kanal",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Åpne",
"OptionNew": "Ny...",
"Original": "Original",
"OriginalAirDateValue": "Original utgivelsedato: {0}",
"Overview": "Oversikt",
"PackageInstallCancelled": "{0} installasjon avbrutt.",
@@ -491,30 +281,20 @@
"PackageInstallFailed": "{0} installasjon feilet.",
"ParentalRating": "Parental Rating",
"People": "Mennesker",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Plasser favorittkanaler i starten",
"Play": "Spill",
"PlayAllFromHere": "Spill alt herfra",
"PlayCount": "Play count",
"PlayFromBeginning": "Start fra starten",
"PlayNext": "Spill av neste",
"PlayNextEpisodeAutomatically": "Spill av neste episode automatisk",
"PlaybackErrorNoCompatibleStream": "Ingen kompatible strømmer er tilgjengelige for øyeblikket. Prøv igjen senere eller kontakt systemadministratoren for detaljer.",
"PlaybackErrorNotAllowed": "Du er for øyeblikket ikke autorisert til avspilling dette innholdet. Ta kontakt med systemadministratoren for detaljer.",
"PlaybackErrorPlaceHolder": "Sett inn disken for å spille av denne filmen.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Spilt",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Vennligst skriv ett navn eller en ekstern id.",
"PleaseRestartServerName": "Vennligst start gjør en omstart av Jellyfin Server - {0}",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Vennligst velg minst to elementer.",
"Premiere": "Premiere",
"Premieres": "Premierer",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Personvern regler",
"Producer": "Produsent",
"ProductionLocations": "Produksjon lokasjoner",
@@ -522,14 +302,12 @@
"PromoConvertRecordingsToStreamingFormat": "Konverter opptak automatisk til et streaming-vennlig format med Jellyfin Premiere. Opptakene konverteres på rappen til MP4 eller MKV, basert på dine Jellyfin-serverinnstillinger.",
"Quality": "Kvalitet",
"QueueAllFromHere": "Kø alt herfra",
"Raised": "Raised",
"RecentlyWatched": "Nylig sett",
"Record": "Ta opp",
"RecordSeries": "Ta opp serien",
"RecordingCancelled": "Opptak er avbrutt.",
"RecordingScheduled": "Opptak planlagt.",
"Recordings": "Opptak",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Oppdater",
"RefreshDialogHelp": "Metadata er oppdatert basert på innstillinger og internett-tjenester som er aktivert i Jellyfin Server dashbordet",
"RefreshMetadata": "Frisk opp metadata",
@@ -547,28 +325,23 @@
"RepeatOne": "Repetering en",
"ReplaceAllMetadata": "Erstatt all metadata",
"ReplaceExistingImages": "Bytt ut eksisterende bilder",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Forsett fra {0}",
"Retry": "Prøv igjen",
"RunAtStartup": "Run at startup",
"Runtime": "Spilletid",
"Saturday": "Lørdag",
"Save": "Lagre",
"ScanForNewAndUpdatedFiles": "Se etter nye og oppdaterte filer",
"Schedule": "Planlegg",
"Screenshot": "Screenshot",
"Screenshots": "Skjermbilder",
"Search": "Søk",
"SearchForCollectionInternetMetadata": "Søk på internet for artwork og metadata",
"SearchForMissingMetadata": "Søk etter manglende metadata",
"SearchForSubtitles": "Søk etter undertekster",
"SearchResults": "Søkeresultater",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Serie avbrutt.",
"SeriesDisplayOrderHelp": "Sorter episoder etter sendt dato, DVD-rekkefølge eller nummerering.",
"SeriesRecordingScheduled": "Serieopptak planlagt.",
"SeriesSettings": "Serie innstillinger",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} starter om.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} avsluttes.",
"ServerUpdateNeeded": "Denne Jellyfin serveren må oppdateres. For å laste ned siste versjonen, vennligst besøk: {0}",
@@ -576,31 +349,14 @@
"SettingsSaved": "Innstillinger lagret",
"Share": "Del",
"ShowIndicatorsFor": "Vis indikatorer for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Programmer",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Ikke ta opp episoder som allerede finnes i biblioteket mitt",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episoder vil bli sammenlignet med sesong- og episode nummer når de er tilgjengelige.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Sanger",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sorter kanaler etter",
"SortName": "Sorterings navn",
"Sports": "Sport",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studioer",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Undertekster",
"Suggestions": "Forslag",
"Sunday": "Søndag",
@@ -614,34 +370,19 @@
"SyncJobItemStatusSynced": "Ned lastet",
"SyncJobItemStatusSyncedMarkForRemoval": "Fjern fra enhet",
"SyncJobItemStatusTransferring": "Overfører",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tagger",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Bruks betingelser",
"ThankYouForTryingEnjoyOneMinute": "Vennligst nyt ett minutt av avspilling. Takk for at du prøver Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Torsdag",
"TrackCount": "{0} spor",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Prøv flervalg",
"TryMultiSelectMessage": "Hvis du vil redigere flere medier elementer, klikker du bare og hold en plakat og velg elementene du ønsker å administrere. Prøv det!",
"Tuesday": "Tirsdag",
"Uniform": "Uniform",
"UnlockGuide": "Lås opp Guide",
"Unplayed": "Unplayed",
"Unrated": "Uvurdert",
"UntilIDelete": "Inntil jeg sletter",
"UntilSpaceNeeded": "Inntil lagringsplass er nødvendig",
"Up": "Opp",
"Upload": "Upload",
"ValueAlbumCount": "{0} album",
"ValueDiscNumber": "Disk {0}",
"ValueEpisodeCount": "{0} episoder",
@@ -649,32 +390,21 @@
"ValueMinutes": "{0} minutter",
"ValueMovieCount": "{0} filmer",
"ValueMusicVideoCount": "{0} musikkvideoer",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 spill",
"ValueOneItem": "et element",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 musikkvideo",
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 sang",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} serier",
"ValueSongCount": "{0} sanger",
"ValueSpecialEpisodeName": "Spesial - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Videoområde",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "Vis album",
"ViewArtist": "Vis artist",
"VoiceInput": "Stemme input",
"Watched": "Sett",
"Wednesday": "Onsdag",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Manus",
"Yes": "Ja"
}
-50
View File
@@ -11,7 +11,6 @@
"Advanced": "Geavanceerd",
"AirDate": "Uitzenddatum",
"Aired": "Uitgezonden",
"Albums": "Albums",
"All": "Alle",
"AllChannels": "Alle kanalen",
"AllComplexFormats": "Alle complexe formaten (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
@@ -26,7 +25,6 @@
"AnyLanguage": "Elke taal",
"Anytime": "Op elk moment",
"AroundTime": "Rond {0}",
"Art": "Art",
"Artists": "Artiesten",
"AsManyAsPossible": "Zo veel als mogelijk",
"Ascending": "Oplopend",
@@ -46,16 +44,13 @@
"AutomaticallySyncNewContentHelp": "Aan deze map toegevoegde nieuwe inhoud automatisch naar het apparaat downloaden.",
"Backdrop": "Achtergrond",
"Backdrops": "Achtergronden",
"Banner": "Banner",
"BestFit": "Best passend",
"BirthLocation": "Geboorte Locatie",
"Books": "Boeken",
"Box": "Box",
"BoxRear": "Box (achterkant)",
"BurnSubtitlesHelp": "Bepaalt of de server ondertitels moet inbranden wanneer video's op basis van het ondertitel formaat geconverteerd moeten worden. Inbranden van ondertitels hebben een negatief effect op de server performance. Selecteer Automatisch om op afbeelding gebaseerde formaten (bijv. VOBSUB, PGS, SUB/IDX etc.) en bepaalde ASS/SSA ondertitels in te branden.",
"ButtonCancel": "Annuleren",
"ButtonGotIt": "Begrepen",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Speel één minuut",
"ButtonRestart": "Herstart",
"ButtonRestorePreviousPurchase": "Herstel Aankoop",
@@ -108,7 +103,6 @@
"DeleteMedia": "Verwijder media",
"Depressed": "Onderdrukt",
"Descending": "Aflopend",
"Desktop": "Desktop",
"DirectPlayError": "Direct Afspelen fout",
"DirectPlaying": "Direct afspelen",
"DirectStreamHelp1": "De media is compatible met het apparaat wat betreft resolutie en media type (H.264, AC3 etc.), maar is in een incompatible bestandscontainer (.mkv, .avi, .wmv etc.). De video zal on the fly opnieuw worden verpakt voordat deze naar het apparaat wordt gestreamd.",
@@ -133,8 +127,6 @@
"Downloaded": "Gedownload",
"Downloading": "Downloaden",
"DownloadingDots": "Downloaden...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Schaduw",
"DvrFeatureDescription": "Plan individuele Live TV opnames, serie opnames en meer met Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR vereist een actief Jellyfin Premiere abonnement.",
@@ -175,14 +167,10 @@
"Features": "Kenmerken",
"File": "Bestande",
"Fill": "Vullen",
"Filters": "Filters",
"Folders": "Mappen",
"FormatValue": "Formaat: {0}",
"FreeAppsFeatureDescription": "Geniet van gratis toegang tot Jellyfin apps voor uw apparaten.",
"Friday": "Vrijdag",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Groeperen op serie",
"GroupVersions": "Versies groeperen",
"GuestStar": "Gast ster",
@@ -252,7 +240,6 @@
"HeaderNextEpisodePlayingInValue": "Volgende Aflevering over {0}",
"HeaderNextUp": "Volgende",
"HeaderNextVideoPlayingInValue": "Volgende Afgespeeld over {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media naar uw apparaten voor gemakkelijk offline gebruik.",
"HeaderOnNow": "Aan het spelen",
"HeaderPhotoAlbums": "Foto-albums",
@@ -293,10 +280,7 @@
"Images": "Afbeeldingen",
"ImdbRating": "IMDb-beoordeling",
"InstallingPackage": "Installeren van {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video niet ondersteund",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Download bewaren",
"KeepOnDevice": "Bewaar op apparaat",
"Kids": "Kinderen",
@@ -306,15 +290,12 @@
"LabelAirsAfterSeason": "Uitgezonden na seizoen:",
"LabelAirsBeforeEpisode": "Uitgezonden voor aflevering:",
"LabelAirsBeforeSeason": "Uitgezonden voor seizoen:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artiesten:",
"LabelArtists": "Artiest:",
"LabelArtistsHelp": "Scheidt meerdere met een ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Voorkeurs audiotaal:",
"LabelBirthDate": "Geboortedatum:",
"LabelBirthYear": "Geboorte jaar:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Ondertitels inbranden:",
"LabelChannels": "Kanalen:",
"LabelCollection": "Collectie",
@@ -336,7 +317,6 @@
"LabelDisplayOrder": "Weergave volgorde:",
"LabelDropImageHere": "Sleep de afbeelding hierheen of klik om te bladeren.",
"LabelDropShadow": "Schaduw:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mailadres:",
"LabelEndDate": "Eind datum|",
"LabelEpisodeNumber": "Afleveringsnummer:",
@@ -378,7 +358,6 @@
"LabelSelectFolderGroups": "De inhoud van de volgende mappen automatisch groeperen in secties zoals Films, Muziek en TV:",
"LabelSelectFolderGroupsHelp": "Mappen die niet aangevinkt zijn worden getoond in hun eigen weergave.",
"LabelShortOverview": "Kort overzicht:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Terugspoellengte",
"LabelSkipForwardLength": "Vooruitspoellengte",
"LabelSortBy": "Sorteren op:",
@@ -387,7 +366,6 @@
"LabelSoundEffects": "Geluidseffecten:",
"LabelSource": "Bron:",
"LabelStartWhenPossible": "Start indien mogelijk:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop indien mogelijk:",
"LabelSubtitlePlaybackMode": "Ondertitel mode:",
"LabelSubtitles": "Ondertitels:",
@@ -395,17 +373,13 @@
"LabelSyncNoTargetsHelp": "Het lijkt erop dat u momenteel geen apps heeft die offline downloaden ondersteunen.",
"LabelSyncTo": "Synchroniseer naar:",
"LabelTVHomeScreen": "TV mode begin scherm",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Tekst achtergrond kleur:",
"LabelTextColor": "Tekst kleur:",
"LabelTextSize": "Tekst grootte:",
"LabelTheme": "Thema:",
"LabelTitle": "Titel:",
"LabelTrackNumber": "Tracknummer:",
"LabelType": "Type:",
"LabelVersion": "Versie:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Tekst achtergrond kleur:",
"LabelYear": "Jaar:",
"Large": "Groot",
@@ -413,29 +387,22 @@
"LearnHowYouCanContribute": "Lees meer over hoe u kunt bijdragen.",
"LearnMore": "Meer informatie",
"Like": "Leuk",
"LinksValue": "Links: {0}",
"List": "Lijst",
"Live": "Live",
"LiveBroadcasts": "Live uitzendingen",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV naar een Jellyfin app, met een compatible TV tuner apparaat in uw Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV vereist een actief Jellyfin Premiere lidmaatschap",
"Logo": "Logo",
"ManageRecording": "Beheren opnames",
"MarkPlayed": "Markeren als Afgespeeld",
"MarkUnplayed": "Markeren als Niet Afgespeeld",
"MarkWatched": "Markeer als bekeken",
"MediaIsBeingConverted": "De media wordt geconverteerd naar een formaat dat compatible is met het apparaat dat wordt gebruikt om de media af te spelen.",
"Medium": "Gemiddeld",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Er is een actief Jellyfin Premiere abonnement benodigd om een automatische serie opname aan te maken.",
"MessageAreYouSureDeleteSubtitles": "Weet u zeker dat u dit ondertitelbestand wilt verwijderen?",
"MessageConfirmRecordingCancellation": "Opnemen annuleren?",
"MessageDownloadQueued": "Download in de wachtrij geplaatst.",
"MessageFileReadError": "Er is een fout opgetreden bij het lezen van het bestand. Probeer het opnieuw.",
"MessageIfYouBlockedVoice": "Als u spraak toegang uitgeschakeld heeft moet u dit opnieuw configureren voordat u verder gaat.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Een email is verzonden naar {0} met een uitnodiging om aan te melden bij Jellyfin.",
"MessageInvitationSentToUser": "Een email is verzonden naar {0} met een uitnodiging om uw uitnodiging te accepteren.",
"MessageItemSaved": "Item opgeslagen.",
@@ -503,7 +470,6 @@
"PlaybackErrorNoCompatibleStream": "Geen compatibele streams beschikbaar. Probeer het later opnieuw of neem contact op met de serverbeheerder.",
"PlaybackErrorNotAllowed": "U bent niet bevoegd om deze content af te spelen. Neem contact op met uw systeembeheerder voor meer informatie.",
"PlaybackErrorPlaceHolder": "De gekozen content is niet af te spelen vanaf dit apparaat. Plaats de schijf.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "Om de standaard afspeelinstellingen te configureren, stopt u het afspelen van de video. Vervolgens klikt u op het gebruikersicoon in de rechterbovenhoek van de app.",
"Played": "Afgespeeld",
"Playlists": "Afspeellijsten",
@@ -511,7 +477,6 @@
"PleaseRestartServerName": "Herstart Jellyfin Server - {0} aub.",
"PleaseSelectDeviceToSyncTo": "Selecteer een apparaat om naar te downloaden",
"PleaseSelectTwoItems": "Selecteer ten minste twee items.",
"Premiere": "Premiere",
"Premieres": "Premières",
"Previous": "Vorige",
"Primary": "Primair",
@@ -557,7 +522,6 @@
"ScanForNewAndUpdatedFiles": "Scan op nieuwe en bijgewerkte bestanden",
"Schedule": "Schema",
"Screenshot": "Schermafdruk",
"Screenshots": "Screenshots",
"Search": "Zoeken",
"SearchForCollectionInternetMetadata": "Zoeken op het internet voor afbeeldingen en metadata",
"SearchForMissingMetadata": "Zoeken naar missende metadata",
@@ -592,14 +556,12 @@
"SortByValue": "Sorteren op {0}",
"SortChannelsBy": "Sorteer kanalen op:",
"SortName": "Sorteerbaar",
"Sports": "Sports",
"StatsForNerds": "Statistieken voor nerds",
"StopRecording": "Stop opname",
"Studios": "Studio's",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Deze instellingen hebben ook effect op afspelen naar een Chromecast wanneer deze vanaf dit apparaat worden gestart.",
"SubtitleAppearanceSettingsDisclaimer": "Deze instellingen hebben geen invloed op grafische ondertitels (PGS, DVD etc.) en ondertitels die hun eigen stijl ingebouwd hebben (ASS/SSA).",
"SubtitleCodecNotSupported": "Ondertitel formaat niet ondersteund",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "Om de standaard ondertiteling- en taalinstellingen te configureren, stopt u het afspelen van de video. Vervolgens klikt u op het gebruikersicoon in de rechterbovenhoek van de app.",
"Subtitles": "Ondertiteling",
"Suggestions": "Suggesties",
@@ -617,7 +579,6 @@
"SyncUnwatchedVideosOnly": "Alleen niet bekeken video's downloaden",
"SyncUnwatchedVideosOnlyHelp": "Alleen niet bekeken video's zullen worden gedownload en de video's worden van het apparaat verwijderd nadat deze zijn bekeken.",
"SyncingDots": "Synchroniseren...",
"TV": "TV",
"Tags": "Labels",
"TagsValue": "Labels: {0}",
"TermsOfUse": "Gebruiksvoorwaarden",
@@ -628,13 +589,10 @@
"Thumb": "Miniatuur",
"Thursday": "Donderdag",
"TrackCount": "{0} nummers",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoderen",
"TryMultiSelect": "Probeer multi-select",
"TryMultiSelectMessage": "Als u meerdere media-items wilt bewerken, klikt u er op een poster en hou even vast, selecteer nu de items die u wilt beheren. Probeer maar!",
"Tuesday": "Dinsdag",
"Uniform": "Uniform",
"UnlockGuide": "Gids vrijgeven",
"Unplayed": "Niet afgespeeld",
"Unrated": "Geen rating",
@@ -642,23 +600,15 @@
"UntilSpaceNeeded": "Totdat de ruimte nodig is",
"Up": "Omhoog",
"Upload": "Uploaden",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} afleveringen",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} films",
"ValueMusicVideoCount": "{0} muziek video's",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 aflevering",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 muziek video",
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 titel",
"ValueSeconds": "{0} seconden",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} titels",
"ValueSpecialEpisodeName": "Speciaal - {0}",
"Vertical": "Verticaal",
@@ -55,7 +55,6 @@
"BurnSubtitlesHelp": "Określa czy serwer powinien wypalać napisy podczas konwersji wideo, w zależności od formatu napisów. Unikanie wypalania napisów poprawia wydajność serwera. Wybierz Automatycznie, w celu wypalania zarówno napisów w formatach graficznych (np. VOBSUB, PGS, SUB/IDX, itp.), jak i pewnych napisów ASS/SSA.",
"ButtonCancel": "Anuluj",
"ButtonGotIt": "Rozumiem",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Odtwarzaj jedną minutę",
"ButtonRestart": "Uruchom ponownie",
"ButtonRestorePreviousPurchase": "Przywróć zakup",
@@ -177,7 +176,6 @@
"Fill": "Rozciągnij",
"Filters": "Filtry",
"Folders": "Foldery",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Korzystaj z darmowego dostępu do aplikacji Jellyfin na swoich urządzeniach.",
"Friday": "Piątek",
"GenreValue": "Gatunek: {0}",
@@ -336,7 +334,6 @@
"LabelDisplayOrder": "Kolejność wyświetlania:",
"LabelDropImageHere": "Upuść obraz tutaj lub naciśnij przycisk, aby przeglądać.",
"LabelDropShadow": "Cień:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "Adres pocztowy:",
"LabelEndDate": "Data zakończenia:",
"LabelEpisodeNumber": "Numer odcinka:",
@@ -420,22 +417,18 @@
"LiveTV": "Telewizja",
"LiveTvFeatureDescription": "Oglądaj transmisje telewizyjne z dowolną aplikacją Jellyfin, za pomocą zainstalowanego na serwerze Jellyfin tunera telewizyjnego.",
"LiveTvRequiresUnlock": "Odbiór transmisji telewizyjnych wymaga aktywnej subskrypcji Jellyfin Premiere.",
"Logo": "Logo",
"ManageRecording": "Zarządzaj nagrywaniem",
"MarkPlayed": "Oznacz jako obejrzane",
"MarkUnplayed": "Oznacz jako nieobejrzane",
"MarkWatched": "Oznacz jako obejrzane",
"MediaIsBeingConverted": "Media będą konwertowane do formatu kompatybilnego z urządzeniem, na który będą odtwarzane.",
"Medium": "Średni",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Funkcja automatycznego nagrywania seriali wymaga aktywnej subskrypcji Jellyfin Premium.",
"MessageAreYouSureDeleteSubtitles": "Czy jesteś pewien, że chcesz usunąć ten plik z napisami?",
"MessageConfirmRecordingCancellation": "Anulować nagranie?",
"MessageDownloadQueued": "Dodano do kolejki pobierania.",
"MessageFileReadError": "Podczas wczytywania plików wystąpił błąd. Spróbuj ponownie później.",
"MessageIfYouBlockedVoice": "Jeśli odmówisz aplikacji dostępu głosowego, będziesz musiał zmienić konfigurację przed ponownym urządzeniem.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Wiadomość pocztowa, z prośbą o rejestrację konta Jellyfin, została wysłana do {0}.",
"MessageInvitationSentToUser": "Wiadomość pocztowa, z prośbą o akceptację zaproszenia współużytkowania, została wysłana do {0}.",
"MessageItemSaved": "Obiekt zapisany.",
@@ -646,10 +639,8 @@
"ValueDiscNumber": "Dysk {0}",
"ValueEpisodeCount": "{0} odcinki",
"ValueGameCount": "{0} gry",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} filmy",
"ValueMusicVideoCount": "{0} teledyski",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 odcinek",
"ValueOneGame": "1 gra",
"ValueOneItem": "1 pozycja",
@@ -38,7 +38,6 @@
"AudioCodecNotSupported": "Codec de áudio não suportado",
"AudioProfileNotSupported": "Perfil de áudio não suportado",
"AudioSampleRateNotSupported": "Taxa de sample de áudio não suportada",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Automático (baseado na configuração do idioma)",
"AutomaticallyConvertNewContent": "Converter novo conteúdo automaticamente",
"AutomaticallyConvertNewContentHelp": "Novo conteúdo adicionado a esta pasta será automaticamente convertido.",
@@ -46,7 +45,6 @@
"AutomaticallySyncNewContentHelp": "Novo conteúdo adicionado a esta pasta será automaticamente transferido para o dispositivo.",
"Backdrop": "Imagem de Fundo",
"Backdrops": "Imagens de Fundo",
"Banner": "Banner",
"BestFit": "Mais provável",
"BirthLocation": "Local de nascimento",
"Books": "Livros",
@@ -55,7 +53,6 @@
"BurnSubtitlesHelp": "Determina se o servidor deveria gravar as legendas no vídeo ao convertê-lo, dependendo do formato da legenda. Evitar a gravação da legenda irá melhorar a performance do servidor. Selecione Auto para gravar a imagem baseado nos formatos (ex. VOBSUB, PGS, SUB/IDX, etc.) assim como algumas legendas ASS/SSA.",
"ButtonCancel": "Cancelar",
"ButtonGotIt": "Feito",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Reproduzir Um Minuto",
"ButtonRestart": "Reiniciar",
"ButtonRestorePreviousPurchase": "Recuperar Compra",
@@ -108,7 +105,6 @@
"DeleteMedia": "Excluir mídia",
"Depressed": "Deprimido",
"Descending": "Descendente",
"Desktop": "Desktop",
"DirectPlayError": "Erro de reprodução direta",
"DirectPlaying": "Reprodução direta",
"DirectStreamHelp1": "A mídia é compatível com o dispositivo, independente da resolução e tipo de mídia (H.264, AC3, etc.), mas está em um contaminar incompatível (.mkv, .avi, .wmv, etc.). O vídeo será reempacotado em tempo real antes de transmitir para o dispositivo.",
@@ -128,13 +124,10 @@
"DisplayModeHelp": "Selecione o tipo de tela para executar o Jellyfin.",
"DoNotRecord": "Não gravar",
"Down": "Para baixo",
"Download": "Download",
"DownloadItemLimitHelp": "Opcional. Definir um limite para o número de itens que serão baixados.",
"Downloaded": "Transferido(s)",
"Downloading": "Transferindo",
"DownloadingDots": "Transferindo...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Sombra",
"DvrFeatureDescription": "Agendar gravações individuais de TV ao vivo, gravações de séries e mais com o Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requer uma assinatura ativa do Jellyfin Premiere",
@@ -168,7 +161,6 @@
"ErrorReachingJellyfinConnect": "Ocorreu um erro ao acessar o servidor do Jellyfin Connect. Por favor, verifique se possui uma conexão com a internet e tente novamente.",
"ErrorRemovingJellyfinConnectAccount": "Ocorreu um erro ao remover a conta do Jellyfin Connect. Por favor, verifique se possui conexão com a internet e tente novamente.",
"ExtraLarge": "Extra grande",
"Extras": "Extras",
"Favorite": "Favorito",
"Favorites": "Favoritos",
"FeatureRequiresJellyfinPremiere": "Este recurso requer uma subscrição ativa do Jellyfin Premiere",
@@ -285,7 +277,6 @@
"Hide": "Ocultar",
"HideWatchedContentFromLatestMedia": "Ocultar conteúdo assistido das mídias recentes",
"Home": "Início",
"Horizontal": "Horizontal",
"HowDidYouPay": "Como você pagou?",
"IHaveJellyfinPremiere": "Eu tenho Jellyfin Premiere",
"IPurchasedThisApp": "Eu comprei este app",
@@ -378,7 +369,6 @@
"LabelSelectFolderGroups": "Agrupar automaticamente o conteúdo das seguintes pastas dentro das visualizações como Filmes, Músicas e TV:",
"LabelSelectFolderGroupsHelp": "Pastas que não estão marcadas serão exibidas em sua própria visualização.",
"LabelShortOverview": "Sinopse curta:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Tamanho do intervalo para retroceder",
"LabelSkipForwardLength": "Tamanho do intervalo para avançar",
"LabelSortBy": "Classificar por:",
@@ -387,7 +377,6 @@
"LabelSoundEffects": "Efeitos sonoros:",
"LabelSource": "Fonte:",
"LabelStartWhenPossible": "Iniciar quando possível:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Parar quando possível:",
"LabelSubtitlePlaybackMode": "Modo de legendas:",
"LabelSubtitles": "Legendas:",
@@ -405,7 +394,6 @@
"LabelType": "Tipo:",
"LabelVersion": "Versão:",
"LabelVideo": "Vídeo:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Cor de fundo do texto:",
"LabelYear": "Ano:",
"Large": "Grande",
@@ -413,29 +401,24 @@
"LearnHowYouCanContribute": "Saiba como você pode contribuir.",
"LearnMore": "Saiba mais",
"Like": "Curti",
"LinksValue": "Links: {0}",
"List": "Lista",
"Live": "Ao vivo",
"LiveBroadcasts": "Broadcasts ao vivo",
"LiveTV": "TV ao Vivo",
"LiveTvFeatureDescription": "Assistir TV ao vivo em qualquer app Jellyfin com um sintonizador de TV compatível, instalado em seu servidor Jellyfin.",
"LiveTvRequiresUnlock": "A TV ao vivo exige uma assinatura ativa do Jellyfin Premiere.",
"Logo": "Logo",
"ManageRecording": "Gerenciar gravação",
"MarkPlayed": "Marcar como reproduzido",
"MarkUnplayed": "Marcar como não-reproduzido",
"MarkWatched": "Marcar como assisitido",
"MediaIsBeingConverted": "A mídia está sendo convertida para um formato que é compatível com o dispositivo que reproduz a mídia.",
"Medium": "Média",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Uma subscrição ativa do Jellyfin Premiere é requerida para criar a gravação automatizada de séries.",
"MessageAreYouSureDeleteSubtitles": "Deseja realmente excluir este arquivo de legendas?",
"MessageConfirmRecordingCancellation": "Cancelar gravação?",
"MessageDownloadQueued": "Download enfileirado.",
"MessageFileReadError": "Ocorreu um erro ao ler o arquivo. Por favor, tente novamente.",
"MessageIfYouBlockedVoice": "Se você negou o acesso de voz ao app, você necessitará reconfigurar antes de tentar novamente.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Um email foi enviado para {0}, convidando-os a se registrarem no Jellyfin.",
"MessageInvitationSentToUser": "Um email foi enviado para {0}, convidando-os para aceitar seu convite.",
"MessageItemSaved": "Item salvo.",
@@ -475,7 +458,6 @@
"NoSubtitles": "Sem Legenda",
"NoSubtitlesHelp": "Legendas não serão carregadas por padrão. Elas podem ser carregadas manualmente durante a reprodução.",
"None": "Nenhum(a)",
"Normal": "Normal",
"Off": "Desligado",
"OneChannel": "Um canal",
"OnlyForcedSubtitles": "Apenas legendas forçadas",
@@ -483,7 +465,6 @@
"OnlyImageFormats": "Apenas formatos de imagens (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Abrir",
"OptionNew": "Nova...",
"Original": "Original",
"OriginalAirDateValue": "Data de exibição original: {0}",
"Overview": "Sinopse",
"PackageInstallCancelled": "Instalação de {0} cancelada.",
@@ -503,15 +484,12 @@
"PlaybackErrorNoCompatibleStream": "Não existem streams compatíveis. Por favor, tente novamente mais tarde ou contate o administrador do sistema para mais detalhes.",
"PlaybackErrorNotAllowed": "Você não está autorizado a reproduzir este conteúdo. Por favor, contacte seu administrador do sistema para mais detalhes.",
"PlaybackErrorPlaceHolder": "Por favor, insira o disco para reproduzir este vídeo.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Reproduzido",
"Playlists": "Listas de Reprodução",
"PleaseEnterNameOrId": "Por favor, digite um nome ou Id externo.",
"PleaseRestartServerName": "Por favor reinicie o Servidor Jellyfin - {0}.",
"PleaseSelectDeviceToSyncTo": "Por favor, selecione um dispositivo para transferir.",
"PleaseSelectTwoItems": "Por favor selecione pelo menos dois itens.",
"Premiere": "Premiere",
"Premieres": "Estréias",
"Previous": "Anterior",
"Primary": "Capa",
@@ -557,7 +535,6 @@
"ScanForNewAndUpdatedFiles": "Rastrear por arquivos novos e atualizados",
"Schedule": "Agendar",
"Screenshot": "Imagem da tela",
"Screenshots": "Screenshots",
"Search": "Busca",
"SearchForCollectionInternetMetadata": "Buscar artwork e metadados na internet",
"SearchForMissingMetadata": "Buscar por metadados que faltam",
@@ -599,8 +576,6 @@
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Estas configurações também se aplicam para qualquer reprodução do Chromecast para este dispositivo.",
"SubtitleAppearanceSettingsDisclaimer": "Estes ajustes não serão aplicados às legendas gráficas (PGS, DVD, etc) ou às legendas que têm seus próprios estilos embutidos (ASS/SSA).",
"SubtitleCodecNotSupported": "Formato da legenda não suportado",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Legendas",
"Suggestions": "Sugestões",
"Sunday": "Domingo",
@@ -617,9 +592,6 @@
"SyncUnwatchedVideosOnly": "Transferir apenas vídeos não assistidos",
"SyncUnwatchedVideosOnlyHelp": "Apenas vídeos não assistidos serão transferidos, e os vídeos serão removidos do dispositivo assim que forem assistidos.",
"SyncingDots": "Sincronizando...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Termos de uso",
"ThankYouForTryingEnjoyOneMinute": "Por favor aproveite um minuto de reprodução. Obrigado por testar Jellyfin.",
"ThemeSongs": "Músicas Tema",
@@ -628,8 +600,6 @@
"Thumb": "Ícone",
"Thursday": "Quinta-feira",
"TrackCount": "{0} faixas",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcodificação",
"TryMultiSelect": "Experimentar a Seleção Múltipla",
"TryMultiSelectMessage": "Para editar itens múltiplos de mídia, basta clicar e segurar qualquer capa e selecionar os itens que gostaria de gerenciar. Experimente!",
@@ -646,13 +616,11 @@
"ValueDiscNumber": "Disco {0}",
"ValueEpisodeCount": "{0} episódios",
"ValueGameCount": "{0} jogos",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} filmes",
"ValueMusicVideoCount": "{0} vídeos musicais",
"ValueOneAlbum": "1 álbum",
"ValueOneEpisode": "1 episódio",
"ValueOneGame": "1 jogo",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 filme",
"ValueOneMusicVideo": "1 vídeo musical",
"ValueOneSeries": "1 série",
@@ -661,7 +629,6 @@
"ValueSeriesCount": "{0} séries",
"ValueSongCount": "{0} músicas",
"ValueSpecialEpisodeName": "Especial - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Profundidade de bit de vídeo não suportada",
"VideoCodecNotSupported": "Codec de vídeo não suportado",
"VideoFramerateNotSupported": "Taxa do vídeo não suportada",
@@ -1,305 +1,46 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Ator",
"Add": "Adicionar",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Adicionar à lista de reprodução",
"AddedOnValue": "Added {0}",
"Advanced": "Avançado",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "Novo",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Imagens de Fundo",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Cancelar",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Reiniciar",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Compositor",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Excluir este item o excluirá do sistema de arquivos e também da biblioteca multimédia. Deseja realmente continuar?",
"ConfirmDeleteItems": "Ao excluir estes itens você os excluirá do sistema de arquivos e de sua biblioteca multimédia. Deseja realmente continuar?",
"ConfirmDeletion": "Confirmar Exclusão",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Conectar",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "A Continuar",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Dias",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Remover",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Diretor",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Editar",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Ativar modo cinema",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Terminado",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Erro",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "Este recurso requer uma subscrição ativa do Jellyfin Premiere",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Sexta",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Adicionar à Coleção",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Ajustes de Áudio",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirmar Cancelamento da Gravação",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Remover item",
"HeaderDeleteItems": "Remover Itens",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Campos Ativados",
"HeaderEnabledFieldsHelp": "Desmarque um campo para bloqueá-lo e evitar que seus dados sejam alterados.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Digite um ou mais critérios de busca. Exclua o critério para aumentar os resultados da busca.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Ajustes dos Metadados",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "Nova Gravação",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Erro na Reprodução",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Selecionar Data",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Informação do Episódio Especial",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Ajustes de Legenda",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Ajuda",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identificar",
"Images": "Imagens",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Mix instântaneo",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} itens",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "Formato 3D:",
"LabelAirDays": "Dias da exibição:",
"LabelAirTime": "Horário:",
@@ -310,371 +51,70 @@
"LabelAlbumArtists": "Artistas do Álbum:",
"LabelArtists": "Artistas:",
"LabelArtistsHelp": "Separa múltiplas com ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Avaliação da comunidade:",
"LabelContentType": "Tipo de conteúdo:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "País:",
"LabelCriticRating": "Avaliação da crítica:",
"LabelCustomRating": "Classificação personalizada:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Data adicionado:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Ordem de exibição:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "Data final:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Idioma:",
"LabelLockItemToPreventChanges": "Bloquear este item para evitar alterações futuras",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Idioma preferido para download:",
"LabelName": "Nome:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Proporção da imagem original:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Sinopse:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Classificação parental:",
"LabelPath": "Local:",
"LabelPersonRole": "Personagem:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Local de nascimento:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Data do lançamento:",
"LabelRuntimeMinutes": "Duração (minutos):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Sinopse curta:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Estado:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Slogan:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Tipo:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Saiba mais",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Uma subscrição Jellyfin Premiere é necessária para criar a gravação automática de séries.",
"MessageAreYouSureDeleteSubtitles": "Deseja realmente remover este arquivo de legendas?",
"MessageConfirmRecordingCancellation": "Deseja realmente cancelar esta gravação?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item salvo.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Deixar em branco para herdar os ajustes de um item superior, ou o valor padrão global",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Segunda",
"More": "Mais",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "Nova Coleção",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Exemplo: Coleção Guerra das Estrelas",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Abrir",
"OptionNew": "Nova...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Reproduzir",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Reproduzir próximo episódio automaticamente",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Por favor, digite um nome ou Id externo.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Por favor selecione pelo menos dois itens.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Produtor",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Gravar",
"RecordSeries": "Record series",
"RecordingCancelled": "Gravação cancelada.",
"RecordingScheduled": "Gravação agendada.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Atualizar",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repetir",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Substituir imagens existentes",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Sábado",
"Save": "Guardar",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Busca",
"SearchForCollectionInternetMetadata": "Procurar na internet por imagens e metadados",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Buscar Legendas",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "Este Servidor Jellyfin precisa ser atualizado. Para fazer download da versão mais recente, por favor visite {0}",
"Settings": "Ajustes",
"SettingsSaved": "Settings saved.",
"Share": "Partilhar",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Aleatório",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Domingo",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Quinta",
"TrackCount": "{0} faixas",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "Para editar múltiplos ficheiros de multimédia, basta clicar e segurar qualquer capa e selecionar os itens que gostaria de gerir. Experimente!",
"Tuesday": "Terça",
"Uniform": "Uniform",
"UnlockGuide": "Desbloquear Guia",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Especial - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Quarta",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Escritor",
"Yes": "Yes"
}
-657
View File
@@ -1,680 +1,23 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Anuleaza",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continua",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "S-a sfarsit",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Vineri",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Ajutor",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artisti:",
"LabelArtistsHelp": "Folosire separata multipla",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Tip continut:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Tara:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Limba:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Nume:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Luni",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Exemplu: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Sambata",
"Save": "Salveaza",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Căutare pe internet pentru postere și metadate",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Duminica",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Joi",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Marti",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Miercuri",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
@@ -336,7 +336,6 @@
"LabelDisplayOrder": "Порядок отображения:",
"LabelDropImageHere": "Перетащите рисунок сюда или щёлкните для навигации",
"LabelDropShadow": "Окантовка:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "Адрес Э-почты:",
"LabelEndDate": "Конечная дата:",
"LabelEpisodeNumber": "Номер эпизода:",
@@ -434,8 +433,6 @@
"MessageDownloadQueued": "Загрузка в очереди.",
"MessageFileReadError": "Произошла ошибка при считывании файла. Повторите попытку позже.",
"MessageIfYouBlockedVoice": "Если отказано в голосовом доступе к приложению, перед новой попыткой вам необходимо переконфигурирование.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Письмо была отправлена к {0}, с предложением зарегистрироваться в Jellyfin.",
"MessageInvitationSentToUser": "Письмо было отправлено к {0}, с предложением принять ваше приглашение на совместный доступ.",
"MessageItemSaved": "Элемент сохранён.",
@@ -503,7 +500,6 @@
"PlaybackErrorNoCompatibleStream": "В настоящее время совместимых потоков в наличии не имеется. Повторите попытку позже или за подробностями обратитесь к своему системному администратору.",
"PlaybackErrorNotAllowed": "В настоящее время вы не авторизованы чтобы воспроизводить данное содержание. За подробностями обратитесь к своему системному администратору.",
"PlaybackErrorPlaceHolder": "Вставьте диск, чтобы воспроизвести данное видео.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "Чтобы конфигурировать параметры воспроизведения по умолчанию, остановите воспроизведение видео, затем щелкните значок пользователя в правой верхней части приложения.",
"Played": "Воспроизведено",
"Playlists": "Плей-листы",
@@ -599,7 +595,6 @@
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Эти параметры также применимы к любому Chromecast-воспроизведению запущенному данным устройством.",
"SubtitleAppearanceSettingsDisclaimer": "Данные параметры не применимы к графическим субтитрам (PGS, DVD и т.д.) или к субтитрам, которые имеют внедрённые свои собственные стили (ASS/SSA).",
"SubtitleCodecNotSupported": "Формат субтитров не поддерживается",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "Чтобы конфигурировать внешний вид субтитров и языковые настройки, остановите воспроизведение видео, затем щелкните значок пользователя в правой верхней части приложения.",
"Subtitles": "Субтитры",
"Suggestions": "Предлагаемое",
-284
View File
@@ -1,131 +1,72 @@
{
"Absolute": "Absolute",
"Accept": "Prijať",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Herec",
"Add": "Pridať",
"AddToCollection": "Pridať do zbierky",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Pokročilé",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albumy",
"All": "Všetko",
"AllChannels": "Všetky kanály",
"AllComplexFormats": "Všetky komplexné formáty (ASS, SSA, VOBSUB, PGS, SUB/IDX, a pod.)",
"AllEpisodes": "Všetky epizódy",
"AllLanguages": "Všetky jazyky",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Vždy zobraziť titulky",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Akýkoľvek jazyk",
"Anytime": "Anytime",
"AroundTime": "Okolo {0}",
"Art": "Art",
"Artists": "Umelci",
"AsManyAsPossible": "Najviac ako je možné",
"Ascending": "Vzostupne",
"AspectRatio": "Pomer strán",
"AttributeNew": "Nové",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio kanály nie sú podporované",
"AudioCodecNotSupported": "Audio kodek nie je podporovaný",
"AudioProfileNotSupported": "Audio profil nie je podporovaný",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Automaticky (na základe nastavenia jazyka)",
"AutomaticallyConvertNewContent": "Automaticky konvertovať nový obsah",
"AutomaticallyConvertNewContentHelp": "Nový obsah pridaný do tohto priečinka bude automaticky skonvertovaný.",
"AutomaticallySyncNewContent": "Automaticky sťahovať nový obsah",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Pozadie",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Miesto narodenia",
"Books": "Knihy",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Zrušiť",
"ButtonGotIt": "Rozumiem",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Prehrať jednu minútu",
"ButtonRestart": "Reštartovať",
"ButtonRestorePreviousPurchase": "Obnoviť nákup",
"ButtonTryAgain": "Skúste znova",
"ButtonUnlockPrice": "Odomknúť {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Zrušiť sťahovanie",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Kategórie",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Zbierky",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Farebný priestor",
"ColorTransfer": "Color transfer",
"CommunityRating": "Hodnotenie komunity",
"Composer": "Skladateľ",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Zmazať obrázok?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Potvrdiť zmazanie",
"ConfirmEndPlayerSession": "Chcete vypnúť Jellyfin na {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Pripojiť",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Kontajner nie je podporovaný",
"Continue": "Pokračovať",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Pokračovať v pozeraní",
"Continuing": "Continuing",
"Convert": "Konvertovať",
"ConvertItemLimitHelp": "Voliteľné. Nastaviť limit položiek, ktoré budú konvertované.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Krajiny",
"CriticRating": "Hodnotenie kritikov",
"DateAdded": "Dátum pridania",
"DatePlayed": "Dátum prehrania",
"Days": "Dni",
"Default": "Default",
"DefaultErrorMessage": "Pri spracúvaní požiadavky došlo k chybe. Skúste prosím neskôr znova.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Zmazať",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Zostupne",
"Desktop": "Stolný počítač",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Režisér",
"DirectorValue": "Režisér: {0}",
"DirectorsValue": "Režiséri: {0}",
"Disc": "Disk",
"Disconnect": "Odpojiť",
"Dislike": "Nepáči sa mi to",
"Display": "Display",
"DisplayInMyMedia": "Zobraziť na domácej obrazovke",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Zobraziť chýbajúce epizódy v rámci sezóny.",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Nenahrávať",
"Down": "Dole",
"Download": "Stiahnuť",
@@ -135,96 +76,49 @@
"DownloadingDots": "Sťahuje sa…",
"Downloads": "Sťahovania",
"DownloadsValue": "{0} stiahnutí",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Upraviť",
"EditImages": "Upraviť obrázky",
"EditMetadata": "Upraviť metadáta",
"EditSubtitles": "Upraviť titulky",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Povoliť externé video prehrávače",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Končí o {0}",
"Episodes": "Epizódy",
"Error": "Chyba",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Veľmi veľké",
"Extras": "Extras",
"Favorite": "Obľúbené",
"Favorites": "Obľúbené",
"FeatureRequiresJellyfinPremiere": "Táto funkcia vyžaduje aktívne predplatné Jellyfin Premiere.",
"Features": "Features",
"File": "Súbor",
"Fill": "Vyplniť",
"Filters": "Filtre",
"Folders": "Folders",
"FormatValue": "Formát: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Piatok",
"GenreValue": "Žáner: {0}",
"Genres": "Žánre",
"GenresValue": "Žánre: {0}",
"GroupBySeries": "Zoskupiť podľa série",
"GroupVersions": "Group versions",
"GuestStar": "Hosťujúca hviezda",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Sprievodca",
"HDPrograms": "HD programy",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Pridať do zbierky",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Pridať/nahrať obrázok",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio knihy",
"HeaderAudioSettings": "Nastavenia zvuku",
"HeaderBecomeProjectSupporter": "Získať Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Výhody Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Pokračovať v počúvaní",
"HeaderContinueWatching": "Pokračovať v pozeraní",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Prispôsobiť domovskú obrazovku",
"HeaderDeleteItem": "Zmazať položku",
"HeaderDeleteItems": "Zmazať položky",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Nastavenia sťahovania",
"HeaderEditImages": "Upraviť obrázky",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Obľúbené albumy",
"HeaderFavoriteArtists": "Obľúbení umelci",
"HeaderFavoriteCollections": "Obľúbené zbierky",
"HeaderFavoriteEpisodes": "Obľúbené epizódy",
"HeaderFavoriteGames": "Obľúbené hry",
"HeaderFavoriteMovies": "Obľúbené filmy",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Obľúbené skladby",
"HeaderFavoriteVideos": "Obľúbené videá",
"HeaderFreeApps": "Jellyfin Apps zdarma",
@@ -233,14 +127,8 @@
"HeaderInvitationSent": "Pozvánka odoslaná",
"HeaderJellyfinAccountAdded": "Jellyfin účet pridaný",
"HeaderJellyfinAccountRemoved": "Jellyfin účet odstránený",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Najnovšie od {0}",
"HeaderLatestMedia": "Najnovšie médiá",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Priečinky knižnice",
"HeaderLibraryOrder": "Poradie knižnice",
"HeaderMetadataSettings": "Nastavenia metadát",
@@ -248,74 +136,42 @@
"HeaderMyDevice": "Moje zariadenie",
"HeaderMyMedia": "Moje média",
"HeaderMyMediaSmall": "Moje médiá (malé)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Ďalšia epizóda sa spustí o {0}",
"HeaderNextUp": "Nasleduje",
"HeaderNextVideoPlayingInValue": "Ďalšie video sa spustí o {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Albumy fotografií",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Chyba prehrávania",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Ďiaľkové ovládanie",
"HeaderRestartingJellyfinServer": "Jellyfin Server sa reštartuje",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} sekúnd",
"HeaderSelectDate": "Vyberte dátum",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Začať teraz",
"HeaderStopRecording": "Zastaviť nahrávanie",
"HeaderSubtitleAppearance": "Vzhľad titulkov",
"HeaderSubtitleSettings": "Nastavenia titulkov",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Nahrať obrázok",
"HeaderVideoQuality": "Kvalita videa",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Čakám na WiFi",
"HeaderYouSaid": "You Said...",
"Help": "Pomoc",
"Hide": "Skryť",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Domov",
"Horizontal": "Horizontálne",
"HowDidYouPay": "Ako ste platili?",
"IHaveJellyfinPremiere": "Už mám Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identifikovať",
"Images": "Obrázky",
"ImdbRating": "IMDb hodnotenie",
"InstallingPackage": "Inštalujem {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} položiek",
"Items": "Položky",
"KeepDownload": "Keep download",
"KeepOnDevice": "Ponechať na zariadení",
"Kids": "Detské",
"Label3DFormat": "3D formát:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Umelci:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Uprednostňovaný jazyk zvuku:",
"LabelBirthDate": "Dátum narodenia:",
"LabelBirthYear": "Rok narodenia:",
"LabelBitrateMbps": "Dátový tok (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Kanály:",
"LabelCollection": "Zbierka:",
"LabelCommunityRating": "Hodnotenie komunity:",
@@ -323,33 +179,20 @@
"LabelConvertTo": "Konvertovať do:",
"LabelCountry": "Krajina:",
"LabelCriticRating": "Hodnotenie kritikov:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Dátum pridania:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Dátum úmrtia:",
"LabelDefaultScreen": "Predvolená obrazovka:",
"LabelDiscNumber": "Číslo disku:",
"LabelDisplayLanguage": "Jazyk rozhrania:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Poradie zobrazenia:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mailová adresa:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Číslo epizódy:",
"LabelFont": "Písmo:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Sekcia domácej obrazovky {0}:",
"LabelImageType": "Typ obrázku:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Ponechať:",
"LabelKeepUpTo": "Ponechať najviac:",
"LabelLanguage": "Jazyk:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Maximálny dátový tok pre Chromecast:",
"LabelMetadataDownloadLanguage": "Preferovaný jazyk:",
"LabelName": "Meno:",
@@ -357,55 +200,32 @@
"LabelOriginalAspectRatio": "Pôvodný pomer strán:",
"LabelOriginalTitle": "Pôvodný názov:",
"LabelOverview": "Prehľad:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Rodičovské hodnotenie",
"LabelPath": "Cesta:",
"LabelPersonRole": "Úloha:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Miesto narodenia:",
"LabelPlayDefaultAudioTrack": "Prehrať predvolenú zvukovú stopu bez ohľadu na jazyk",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferovaný jazyk titulkov:",
"LabelProfile": "Profil:",
"LabelQuality": "Kvalita:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Dátum vydania:",
"LabelRuntimeMinutes": "Dĺžka (minúty):",
"LabelScreensaver": "Šetrič obrazokvy:",
"LabelSeasonNumber": "Číslo sezóny:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Krátky prehľad:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Dĺžka skoku dozadu:",
"LabelSkipForwardLength": "Dĺžka skoku dopredu:",
"LabelSortBy": "Zoradiť podľa:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Zvukové efekty:",
"LabelSource": "Zdroj:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Titulky:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Farba pozadia textu:",
"LabelTextColor": "Farba textu:",
"LabelTextSize": "Veľkosť textu:",
"LabelTheme": "Theme:",
"LabelTitle": "Názov:",
"LabelTrackNumber": "Číslo stopy:",
"LabelType": "Typ:",
"LabelVersion": "Verzia:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Farba pozadia textu:",
"LabelYear": "Rok:",
"Large": "Veľké",
@@ -413,45 +233,19 @@
"LearnHowYouCanContribute": "Zistite ako môžete prispieť.",
"LearnMore": "Zistiť viac",
"Like": "Páči sa mi to",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Naživo",
"LiveBroadcasts": "Živé vysielania",
"LiveTV": "Živý TV prenos",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Živá TV vyžaduje aktívne predplatné Jellyfin Premiere.",
"Logo": "Logo",
"ManageRecording": "Spravovať nahrávanie",
"MarkPlayed": "Označiť ako prehrané",
"MarkUnplayed": "Označiť ako neprehrané",
"MarkWatched": "Označiť ako prehrané",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Stredné",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Ste si istý, že chcete zmazať súbor s titulkami?",
"MessageConfirmRecordingCancellation": "Zrušiť nahrávanie?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Položka uložená.",
"MessageItemsAdded": "Položky pridané.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minút po",
"MinutesBefore": "minút pred",
"Mobile": "Mobil / Tablet",
@@ -463,7 +257,6 @@
"MySubtitles": "Moje titulky",
"Name": "Meno",
"NewCollection": "Nová zbierka",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Príklad: Kolekcia Star Wars",
"NewEpisodes": "Nové epizódy",
"NewEpisodesOnly": "Iba nové epizódy",
@@ -473,14 +266,11 @@
"NoItemsFound": "Žiadne výsledky.",
"NoSubtitleSearchResultsFound": "Žiadne výsledky.",
"NoSubtitles": "Žiadne titulky",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "Žiadne",
"Normal": "Normálne",
"Off": "Off",
"OneChannel": "Jeden kanál",
"OnlyForcedSubtitles": "Iba vynútené titulky",
"OnlyForcedSubtitlesHelp": "Budú zobrazené iba titulky označené ako vynútené.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Otvoriť",
"OptionNew": "Nové...",
"Original": "Originál",
@@ -495,55 +285,33 @@
"Photos": "Fotky",
"PlaceFavoriteChannelsAtBeginning": "Umiestniť obľúbené kanály na začiatok",
"Play": "Prehrať",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Počet prehraní",
"PlayFromBeginning": "Prehrať od začiatku",
"PlayNext": "Prehrať ďalšie",
"PlayNextEpisodeAutomatically": "Automaticky prehrať ďalšiu epizódu",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Prehrané",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Zadajte meno alebo externé ID prosím.",
"PleaseRestartServerName": "Prosím reštartujte Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Vyberte prosím aspoň dve položky.",
"Premiere": "Premiéra",
"Premieres": "Premiéry",
"Previous": "Predchádzajúce",
"Primary": "Primary",
"PrivacyPolicy": "Zásady ochrany osobných údajov",
"Producer": "Producent",
"ProductionLocations": "Miesta produkcie",
"Programs": "Programy",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Kvalita",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Nedávno pozreté",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Nahrávanie zrušené.",
"RecordingScheduled": "Plán nahrávania.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Obnoviť",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Obnoviť metadáta",
"RefreshQueued": "Refresh queued.",
"Reject": "Odmietnuť",
"ReleaseDate": "Dátum vydania",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Odobrať zo zbierky",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Odstraňuje sa zo zariadenia",
"Repeat": "Opakovať",
"RepeatAll": "Opakovať všetko",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Opakovať jedno",
"ReplaceAllMetadata": "Nahradiť všetky metadáta",
"ReplaceExistingImages": "Nahradiť existujúce obrázky",
@@ -551,11 +319,9 @@
"ResumeAt": "Pokračovať od {0}",
"Retry": "Skúsiť znova",
"RunAtStartup": "Spustiť pri štarte",
"Runtime": "Runtime",
"Saturday": "Sobota",
"Save": "Uložiť",
"ScanForNewAndUpdatedFiles": "Hľadať nové a aktualizované súbory",
"Schedule": "Schedule",
"Screenshot": "Snímka obrazovky",
"Screenshots": "Snímky obrazovky",
"Search": "Hľadať",
@@ -563,93 +329,50 @@
"SearchForMissingMetadata": "Hľadať chýbajúce metadáta",
"SearchForSubtitles": "Hľadať titulky",
"SearchResults": "Výsledky vyhľadávania",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Nastavenia série",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} sa reštartuje.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} sa vypína.",
"ServerUpdateNeeded": "Tento Jellyfin server treba aktualizovať. Najnovšiu verziu nájdete na {0}",
"Settings": "Nastavenia",
"SettingsSaved": "Nastavenia uložené.",
"Share": "Zdieľať",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Zobraz rok",
"Shows": "Seriály",
"Shuffle": "Zamiešať",
"SkipEpisodesAlreadyInMyLibrary": "Nenahrávať epizódy, ktoré už sú v mojej knižnici",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Malé",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Skladby",
"Sort": "Zoradiť",
"SortByValue": "Zoradiť podľa {0}",
"SortChannelsBy": "Zoradiť kanály podľa:",
"SortName": "Sort name",
"Sports": "Športy",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Zastaviť nahrávanie",
"Studios": "Štúdiá",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Formát titulkov nie je podporovaný",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Titulky",
"Suggestions": "Návrhy",
"Sunday": "Nedeľa",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Zrušené",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Odstránené zo zariadenia",
"SyncJobItemStatusSynced": "Stiahnuté",
"SyncJobItemStatusSyncedMarkForRemoval": "Odstraňuje sa zo zariadenia",
"SyncJobItemStatusTransferring": "Prenáša sa",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Podmienky použitia",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Štvrtok",
"TrackCount": "{0} stôp",
"Trailer": "Ukážka",
"Trailers": "Ukážky",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Utorok",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Neprehrané",
"Unrated": "Nehodnotené",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Hore",
"Upload": "Nahrať",
"ValueAlbumCount": "{0} albumov",
"ValueDiscNumber": "Disk {0}",
"ValueEpisodeCount": "{0} epizód",
"ValueGameCount": "{0} hier",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} filmov",
"ValueMusicVideoCount": "{0} hudobných videí",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 epizóda",
"ValueOneGame": "1 hra",
"ValueOneItem": "1 položka",
@@ -662,19 +385,12 @@
"ValueSongCount": "{0} skladieb",
"ValueSpecialEpisodeName": "Špeciál - {0}",
"Vertical": "Vertikálne",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video kodek nie je podporovaný",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profil nie je podporovaný",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Nepodporované rozlíšenie videa",
"ViewAlbum": "Zobraziť album",
"ViewArtist": "Zobraziť umelca",
"VoiceInput": "Hlasový vstup",
"Watched": "Watched",
"Wednesday": "Streda",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Áno"
}
@@ -1,680 +1,11 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Cancel",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "Uporaba te funkcionalnosti zahteva aktivno Jellyfin Premiere narocnino.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friday",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Dodaj v Zbirko",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Izvajalci:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Tip vsebine:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Drzava:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Jezik:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Kvaliteta:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Monday",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Saturday",
"Save": "Save",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Nastavitve",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Sunday",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Thursday",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tuesday",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Wednesday",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
-48
View File
@@ -1,5 +1,4 @@
{
"Absolute": "Absolute",
"Accept": "Acceptera",
"AccessRestrictedTryAgainLater": "Åtkomst är begränsad. Försök igen senare.",
"Actor": "Skådespelare",
@@ -29,7 +28,6 @@
"Art": "Grafik",
"Artists": "Artister",
"AsManyAsPossible": "Så många som möjligt",
"Ascending": "Ascending",
"AspectRatio": "Bildförhållande",
"AttributeNew": "Ny",
"AudioBitDepthNotSupported": "Ljudets bitdjup stöds inte",
@@ -38,7 +36,6 @@
"AudioCodecNotSupported": "Ljud codec stöds inte",
"AudioProfileNotSupported": "Ljudprofil stöds inte",
"AudioSampleRateNotSupported": "Ljudsamplingrate stöds inte",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Automatisk (baserad på språkinställning)",
"AutomaticallyConvertNewContent": "Konvertera nytt innehåll automatiskt",
"AutomaticallyConvertNewContentHelp": "Nytt innehåll till den här mappen kommer automatiskt att konverteras.",
@@ -55,7 +52,6 @@
"BurnSubtitlesHelp": "Avgör ifall servern ska \"bränna in\" undertexterna under videokonverteringen, beroende på undertextsformatet. Att undvika inbränning av undertexter kommer att förbättra prestandan på servern. Välj Auto för att bränna image-baserade formats (ex. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA undertexter.",
"ButtonCancel": "Avbryt",
"ButtonGotIt": "Ok",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Spela en minut",
"ButtonRestart": "Starta om",
"ButtonRestorePreviousPurchase": "Återställ köp",
@@ -72,9 +68,6 @@
"CinemaModeFeatureDescription": "Bioläget ger dig en bioupplevelse med trailers och anpassade intros före varje film.",
"CloudSyncFeatureDescription": "Synka din media till molnet för lätttillgängligt backup, arkivering och konvertering.",
"Collections": "Samlingar",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Användaromdöme",
"Composer": "Kompositör",
"ConfigureDateAdded": "Konfigurera hur tillagt datum bestäms i Jellyfin servern under Biblioteksinställningar",
@@ -92,10 +85,8 @@
"ContinueWatching": "Fortsätt titta på",
"Continuing": "Pågående",
"Convert": "Konvertera",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Konvertera endast osedda videos",
"ConvertUnwatchedVideosOnlyHelp": "Endast osedda videos kommer att konverteras.",
"ConvertingDots": "Converting...",
"Countries": "Länder",
"CriticRating": "Kritikerbetyg",
"DateAdded": "Inlagd den",
@@ -107,9 +98,7 @@
"Delete": "Ta bort",
"DeleteMedia": "Ta bort media",
"Depressed": "Nedsänkt",
"Descending": "Descending",
"Desktop": "Skrivbord",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direktuppspelning",
"DirectStreamHelp1": "Innehållet är kompatibelt med enheten vad gäller upplösning och mediatyp (H.264, AC3, etc.) men det är en inkompatibel filkontainer (.mkv, .avi, .wmv etc.). Video-filen kommer att packas om live innan strömningen startar till enheten.",
"DirectStreamHelp2": "Direktströmning av en fil använder väldigt lite resurser av CPU'n utan att bildkvaliten försämras.",
@@ -129,7 +118,6 @@
"DoNotRecord": "Spela inte in",
"Down": "Ner",
"Download": "Ladda ned",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Nedladdade",
"Downloading": "Laddar ner",
"DownloadingDots": "Laddar ner...",
@@ -163,12 +151,10 @@
"ErrorAddingGuestAccount2": "Om du fortfarande upplever problem, vänligen skicka ett mail till {0}, och inkludera din emailadress tillsammans med deras.",
"ErrorAddingJellyfinConnectAccount1": "Det gick inte att lägga till ditt Jellyfin Connect-konto. Har du ett Jellyfin Connect-konto? Du kan skapa ett på {0}",
"ErrorAddingJellyfinConnectAccount2": "Om du fortfarande upplever problem, vänligen skicka ett mail till {0} från emailadressen som är kopplat till Jellyfin-kontot.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "Det gick inte att ta bort det här objektet från Jellyfin-servern. Kontrollera att Jellyfin-servern har skrivrättigheter till media-mappen och försök igen.",
"ErrorReachingJellyfinConnect": "Ett fel uppstod när Jellyfin Connect försökte nås. Se till att du har en aktiv internetuppkoppling och försök igen.",
"ErrorRemovingJellyfinConnectAccount": "Ett fel uppstod när Jellyfin Connect-kontot försökte tas bort. Se till att du har en aktiv internetuppkoppling och försök igen.",
"ExtraLarge": "Extra stor",
"Extras": "Extras",
"Favorite": "Favorit",
"Favorites": "Favoriter",
"FeatureRequiresJellyfinPremiere": "Den här funktionen kräver en aktiv Jellyfin Premium prenumeration.",
@@ -177,17 +163,14 @@
"Fill": "Fyll",
"Filters": "Filter",
"Folders": "Mappar",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Få fri tillgång till Jellyfin appar för dina enheter.",
"Friday": "Fredag",
"GenreValue": "Genre: {0}",
"Genres": "Genrer",
"GenresValue": "Genrer: {0}",
"GroupBySeries": "Gruppera efter serie",
"GroupVersions": "Gruppera versioner",
"GuestStar": "Gästmedverkande",
"GuestUserNotFound": "Användaren kunde inte hittas. Se till så att namnet är korrekt och försök igen, eller pröva att ange emailadressen istället.",
"Guide": "Guide",
"HDPrograms": "HD-program",
"HeaderActiveRecordings": "Pågående inspelningar",
"HeaderAddToCollection": "Lägg till samling",
@@ -195,7 +178,6 @@
"HeaderAddUpdateImage": "Lägg till/uppdatera bild",
"HeaderAlbumArtists": "Albumartister",
"HeaderAlreadyPaid": "Redan betalat?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Ljudböcker",
"HeaderAudioSettings": "Ljudinställningar",
"HeaderBecomeProjectSupporter": "Skaffa Jellyfin Premium",
@@ -208,7 +190,6 @@
"HeaderContinueListening": "Fortsätt lyssna på",
"HeaderContinueWatching": "Fortsätt kolla på",
"HeaderConvertYourRecordings": "Konvertera dina inspelningar",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Radera objekt",
"HeaderDeleteItems": "Ta bort objekt",
"HeaderDisplaySettings": "Visningsinställningar",
@@ -219,11 +200,9 @@
"HeaderExternalIds": "Externa ID'n:",
"HeaderFavoriteAlbums": "Favoritalbum",
"HeaderFavoriteArtists": "Favoritartister",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favoritavsnitt",
"HeaderFavoriteGames": "Favoritspel",
"HeaderFavoriteMovies": "Favoritfilmer",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favoritserier",
"HeaderFavoriteSongs": "Favoritlåtar",
"HeaderFavoriteVideos": "Favoritvideos",
@@ -269,7 +248,6 @@
"HeaderSeriesStatus": "Seriestatus",
"HeaderSpecialEpisodeInfo": "Information om specialavsnitt",
"HeaderStartNow": "Starta nu",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Undertextutseende",
"HeaderSubtitleSettings": "Inställningar för undertexter",
"HeaderSyncRequiresSub": "Nedladdning kräver en aktiv Jellyfin Premiere-prenumeration.",
@@ -306,7 +284,6 @@
"LabelAirsAfterSeason": "Sänds efter säsong:",
"LabelAirsBeforeEpisode": "Sänds före avsnitt:",
"LabelAirsBeforeSeason": "Sänds före säsong:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Albumartist:",
"LabelArtists": "Artister:",
"LabelArtistsHelp": "Separera med ; vid flera",
@@ -387,7 +364,6 @@
"LabelSoundEffects": "Ljudeffekter:",
"LabelSource": "Källa:",
"LabelStartWhenPossible": "Starta när det är möjligt:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stoppa när det är möjligt:",
"LabelSubtitlePlaybackMode": "Undertextläge:",
"LabelSubtitles": "Undertexter:",
@@ -403,8 +379,6 @@
"LabelTitle": "Titel:",
"LabelTrackNumber": "Spår nr",
"LabelType": "Typ:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Hemsida:",
"LabelWindowBackgroundColor": "Bakgrundsfärg för text:",
"LabelYear": "År:",
@@ -415,7 +389,6 @@
"Like": "Gilla",
"LinksValue": "Länkar: {0}",
"List": "Lista",
"Live": "Live",
"LiveBroadcasts": "Livesändningar",
"LiveTV": "Live-TV",
"LiveTvFeatureDescription": "Strömma Live TV till vilken Jellyfin app du vill, med en kompatibel TV-tuner enhet som är installerad på din Jellyfin Server.",
@@ -426,7 +399,6 @@
"MarkUnplayed": "Markera som ospelad",
"MarkWatched": "Markera som visad",
"MediaIsBeingConverted": "Media håller på att konverteras till ett format som är kompatibelt med enheten som ska användas.",
"Medium": "Medium",
"Menu": "Meny",
"MessageActiveSubscriptionRequiredSeriesRecordings": "Ett aktivt Jellyfin Premium-medlemskap krävs för att skapa automatiska TV-serieinspelningar.",
"MessageAreYouSureDeleteSubtitles": "Är du säker på att du vill radera den här undertextfilen?",
@@ -434,8 +406,6 @@
"MessageDownloadQueued": "Nedladdning köad.",
"MessageFileReadError": "Ett fel uppstod när filen lästes in. Var god försök igen.",
"MessageIfYouBlockedVoice": "Om du nekade tillgång för röståtkomst till appen så behöver du konfigurerara om innan du försöker igen.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "Ett mail har skickats till {0} med en inbjudan att registrera sig med Jellyfin.",
"MessageInvitationSentToUser": "Ett mail har skickats till {0}, med en bekfräftelse för att acceptera din delade inbjudan.",
"MessageItemSaved": "Objektet har sparats.",
@@ -475,7 +445,6 @@
"NoSubtitles": "Inga undertexter",
"NoSubtitlesHelp": "Undertexter kommer inte visas per standard. Det kan fortfarande sättas på manuellt under uppspelning.",
"None": "Inga",
"Normal": "Normal",
"Off": "Av",
"OneChannel": "En kanal",
"OnlyForcedSubtitles": "Endast tvingande undertexter",
@@ -483,7 +452,6 @@
"OnlyImageFormats": "Endast image-format (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Öppna",
"OptionNew": "Ny...",
"Original": "Original",
"OriginalAirDateValue": "Ursprungligt sändningsdatum: {0}",
"Overview": "Översikt",
"PackageInstallCancelled": "Installationen av {0} avbröts.",
@@ -503,8 +471,6 @@
"PlaybackErrorNoCompatibleStream": "Inga kompatibla strömmar finns att tillgå. Vänligen försök igen senare eller kontakta din systemadministratör för mer detaljer.",
"PlaybackErrorNotAllowed": "Du har inte tillgång att spela upp det här innehållet. Kontakta din systemadministratör för mer detaljer.",
"PlaybackErrorPlaceHolder": "Sätt in skivan för att kunna spela upp den här videon.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Visad",
"Playlists": "Spellistor",
"PleaseEnterNameOrId": "Ange ett namn eller externt id.",
@@ -565,7 +531,6 @@
"SearchResults": "Sökresultat",
"SecondaryAudioNotSupported": "Ljudspårs-switching stöds inte",
"SeriesCancelled": "Serieinspelningen har avbokats.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Serieinspelning schemalagd.",
"SeriesSettings": "Serieinställningar",
"SeriesYearToPresent": "{0} - nu",
@@ -584,8 +549,6 @@
"SkipEpisodesAlreadyInMyLibraryHelp": "Avsnitt kommer att jämföras med säsongs- och avsnittsnummer, när det finns.",
"Small": "Liten",
"SmallCaps": "Små bokstäver",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Undertexter som matchar förvalsspråket kommer visas när ljudspåret är på ett annat språk.",
"Songs": "Låtar",
"Sort": "Sortera",
@@ -593,14 +556,11 @@
"SortChannelsBy": "Sortera kanaler efter:",
"SortName": "Sorteringstitel",
"Sports": "Sport",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Avbryt inspelning",
"Studios": "Studior",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "Dessa inställningar gäller också för alla uppspelningar på Chromecast som startas av den här enheten.",
"SubtitleAppearanceSettingsDisclaimer": "Dessa inställningar kommer inte gälla för grafiska undertexter (PGS, DVD, etc), eller undertexter som har en egen inbäddad stil (ASS/SSA).",
"SubtitleCodecNotSupported": "Undertextsformatet stöds inte",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Undertexter",
"Suggestions": "Förslag",
"Sunday": "Söndag",
@@ -616,8 +576,6 @@
"SyncJobItemStatusTransferring": "Överför",
"SyncUnwatchedVideosOnly": "Ladda ned endast osedda videor",
"SyncUnwatchedVideosOnlyHelp": "Endast osedda videor kommer att laddas ned, och videorna kommer tas bort från enheten när de har setts.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Etiketter",
"TagsValue": "Etiketter: {0}",
"TermsOfUse": "Användarvillkor",
@@ -628,13 +586,10 @@
"Thumb": "Miniatyr",
"Thursday": "Torsdag",
"TrackCount": "{0} spår",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Omkodning",
"TryMultiSelect": "Pröva flervalsmarkering",
"TryMultiSelectMessage": "För att redigera flera mediaobjekt, klicka och håll på ett omslag och markera sedan så många du vill. Pröva nu!",
"Tuesday": "Tisdag",
"Uniform": "Uniform",
"UnlockGuide": "Lås upp guide",
"Unplayed": "Inte spelad",
"Unrated": "Ej klassad",
@@ -646,10 +601,8 @@
"ValueDiscNumber": "Skiva {0}",
"ValueEpisodeCount": "{0} avsnitt",
"ValueGameCount": "{0} spel",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} filmer",
"ValueMusicVideoCount": "{0} musikvideor",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 avsnitt",
"ValueOneGame": "1 spel",
"ValueOneItem": "1 objekt",
@@ -667,7 +620,6 @@
"VideoFramerateNotSupported": "Videons framerate stöds inte",
"VideoLevelNotSupported": "Videonivån stöds inte",
"VideoProfileNotSupported": "Videoprofilen stöds inte",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Bildupplösning stöds inte",
"ViewAlbum": "Bläddra album",
"ViewArtist": "Bläddra artist",
-648
View File
@@ -1,680 +1,32 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Ekle",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "Yeni",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "İptal",
"ButtonGotIt": "Got It",
"ButtonOk": "Tamam",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Tekrar Başlat",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Devam ediyor",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Günler",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Sil",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Düzenle",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Sonlandı",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Cuma",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Tarihi Seçin",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Ülke:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Dil:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "İsim:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Tür:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Yıl:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Canlı",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Pazartesi",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "Yeni Koleksiyon",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Ebeveyn değeri",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Oynat",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Kayıt",
"RecordSeries": "Record series",
"RecordingCancelled": "Kayıt iptal edildi.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Cumartesi",
"Save": "Kaydet",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Pazar",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Perşembe",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Salı",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Çarşamba",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
-649
View File
@@ -1,647 +1,17 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Add",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Скасувати",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Не подобається",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Улюблене",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friday",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Дата народження:",
"LabelBirthYear": "Рік народження:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Країна:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Дата смерті:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Мова:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Name:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Шлях:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Подобається",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Monday",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Saturday",
"Save": "Зберігти",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Налаштування",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Sunday",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Thursday",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tuesday",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} альбомів",
"ValueDiscNumber": "Диск {0}",
"ValueEpisodeCount": "{0} епізодів",
@@ -652,29 +22,10 @@
"ValueOneAlbum": "1 альбом",
"ValueOneEpisode": "1 епізод",
"ValueOneGame": "1 гра",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 фільм",
"ValueOneMusicVideo": "1 музичний кліп",
"ValueOneSeries": "1 серія",
"ValueOneSong": "1 пісня",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} серій",
"ValueSongCount": "{0} пісень",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Wednesday",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
-668
View File
@@ -1,680 +1,12 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "Thêm",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "Thoát",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "Continuing",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "Days",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "Delete",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "Edit",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "Ended",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "Friday",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "Select Date",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "Help",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "Quốc gia:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "Ngôn ngữ",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "Tên:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "Are you sure you wish to delete this subtitle file?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "Thứ Hai",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "New Collection",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "Example: Star Wars Collection",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "Play",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "Record",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "Refresh",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "Thứ Bảy",
"Save": "Lưu",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "Search the internet for artwork and metadata",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "Search for Subtitles",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "Chủ Nhật",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "Thursday",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "Tuesday",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "Wednesday",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
@@ -1,5 +1,4 @@
{
"Absolute": "Absolute",
"Accept": "接受",
"AccessRestrictedTryAgainLater": "访问目前受限。请稍后再试。",
"Actor": "演员",
@@ -12,7 +11,6 @@
"AirDate": "播出日期",
"Aired": "已发布",
"Albums": "专辑",
"All": "All",
"AllChannels": "所有频道",
"AllComplexFormats": "所有复杂的格式(ASS, SSA, VOBSUB, PGS, SUB/IDX 等)",
"AllEpisodes": "所有集",
@@ -21,23 +19,14 @@
"AllowSeasonalThemesHelp": "如果启用,当季节性主题使用时会覆盖你的主题设置。",
"AlwaysPlaySubtitles": "总是显示字幕",
"AlwaysPlaySubtitlesHelp": "无论音频为何种语言,都将加载与语言偏好匹配的字幕。",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "任何时间",
"AroundTime": "{0} 左右",
"Art": "Art",
"Artists": "艺术家",
"AsManyAsPossible": "尽可能多",
"Ascending": "升序",
"AspectRatio": "Aspect ratio",
"AttributeNew": "新增",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "音频比特率不受支持",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "音频编码不受支持",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "自动",
"AutoBasedOnLanguageSetting": "自动(取决于语言设置)",
"AutomaticallyConvertNewContent": "自动转换新内容",
@@ -47,11 +36,8 @@
"Backdrop": "背景",
"Backdrops": "背景",
"Banner": "横幅",
"BestFit": "Best fit",
"BirthLocation": "出生地",
"Books": "书籍",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "根据字幕格式确定服务器在转换视频时是否应烧录字幕。避免烧录字幕会提高服务器性能。选择“自动”以烧录基于图像的字幕格式(如 VOBSUB, PGS, SUB/IDX 等)和一些复杂的 ASS/SSA 字幕。",
"ButtonCancel": "取消",
"ButtonGotIt": "知道了",
@@ -67,35 +53,22 @@
"CancelSeries": "取消系列",
"Categories": "分类",
"ChannelNameOnly": "只在频道 {0}",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "影院模式直接为您的客厅带来剧场级体验,同时还可以播放预告片和自定义介绍。",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "同步你的媒体到云以便于备份,存档和转换。",
"Collections": "收藏",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "公众评分",
"Composer": "作曲家",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "删除图片?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "确认删除",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "删除下载?",
"Connect": "连接",
"ContainerBitrateExceedsLimit": "媒体比特率超过限制。",
"ContainerNotSupported": "Container not supported",
"Continue": "继续",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "继续观看",
"Continuing": "继续",
"Convert": "转换",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "仅转换未观看的视频",
"ConvertUnwatchedVideosOnlyHelp": "只有未观看的视频会被转换。",
"ConvertingDots": "Converting...",
"Countries": "国家",
"CriticRating": "影评人评分",
"DateAdded": "加入日期",
@@ -106,17 +79,13 @@
"DefaultSubtitlesHelp": "字幕将基于内嵌元数据中的“默认”标志和“强制”标志来载入。当多个选项可用时,将根据语言偏好决定。",
"Delete": "删除",
"DeleteMedia": "删除媒体",
"Depressed": "Depressed",
"Descending": "降序",
"Desktop": "桌面",
"DirectPlayError": "直接播放发生错误",
"DirectPlaying": "直接播放",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "直接串流一个文件仅仅会占用非常少的处理能力并且视频的品质不会有任何损失。",
"DirectStreaming": "直接串流",
"Director": "导演",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "光盘",
"Disconnect": "断开连接",
"Dislike": "不喜欢",
@@ -125,19 +94,15 @@
"DisplayInOtherHomeScreenSections": "在“最新的媒体”和“继续观看“等主屏幕模块中显示",
"DisplayMissingEpisodesWithinSeasons": "显示每季里缺少的剧集",
"DisplayMissingEpisodesWithinSeasonsHelp": "必须在 Jellyfin 服务器的 TV 媒体库设置中也启用该功能。",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "不录制",
"Down": "下",
"Download": "下载",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "已下载",
"Downloading": "下载中",
"DownloadingDots": "正在下载...",
"Downloads": "下载",
"DownloadsValue": "{0} 下载",
"DropShadow": "阴影",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "编辑",
"EditImages": "修改图片",
"EditMetadata": "编辑元数据",
@@ -145,7 +110,6 @@
"EnableBackdrops": "启用背景图",
"EnableBackdropsHelp": "如果启用,当浏览媒体库时背景图将作为一些页面的背景显示。",
"EnableCinemaMode": "启用影院模式",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "开启显示镜像",
"EnableExternalVideoPlayers": "启用外部播放器",
"EnableExternalVideoPlayersHelp": "当你开始播放视频时,将会显示一个外部播放器菜单。",
@@ -159,56 +123,32 @@
"EndsAtValue": "结束于 {0}",
"Episodes": "剧集",
"Error": "错误",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "特大",
"Extras": "额外",
"Favorite": "我的最爱",
"Favorites": "我的最爱",
"FeatureRequiresJellyfinPremiere": "这项功能需要一个有效的 Jellyfin Premiere 订阅。",
"Features": "Features",
"File": "文件",
"Fill": "Fill",
"Filters": "筛选",
"Folders": "文件夹",
"FormatValue": "格式:{0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "星期五",
"GenreValue": "Genre: {0}",
"Genres": "风格",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "特邀明星",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "高清节目",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "加入收藏",
"HeaderAddToPlaylist": "添加到播放列表",
"HeaderAddUpdateImage": "添加/更新 图片",
"HeaderAlbumArtists": "专辑艺术家",
"HeaderAlreadyPaid": "已付款?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "有声读物",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "获取 Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "影院模式",
"HeaderCloudSync": "云同步",
"HeaderConfirmRecordingCancellation": "确认取消录制",
"HeaderContinueListening": "继续听",
"HeaderContinueWatching": "继续观看",
"HeaderConvertYourRecordings": "转换您的录制",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "删除项目",
"HeaderDeleteItems": "删除项目",
"HeaderDisplaySettings": "显示设置",
@@ -230,75 +170,52 @@
"HeaderFreeApps": "免费 Jellyfin 应用",
"HeaderHomeScreen": "主屏幕",
"HeaderIdentifyItemHelp": "输入一个或多个搜索条件。删除条件可得到更多搜索结果。",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin 账户已添加",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "最新频道项目",
"HeaderLatestChannelMedia": "最新频道项目",
"HeaderLatestFrom": "最新的 {0}",
"HeaderLatestMedia": "最新媒体",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "了解更多",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "媒体库顺序",
"HeaderMetadataSettings": "元数据设置",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "我的设备",
"HeaderMyMedia": "我的媒体",
"HeaderMyMediaSmall": "我的媒体 (小)",
"HeaderNewRecording": "新录制",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "下一个",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "离线媒体",
"HeaderOfflineDownloadsDescription": "下载媒体到你的设备上以便于离线使用。",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "相册",
"HeaderPlayMyMedia": "播放我的媒体",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "播放错误",
"HeaderRecordingOptions": "录制选项",
"HeaderRemoteControl": "远程控制",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "请说些什么,比如...",
"HeaderSecondsValue": "{0} 秒",
"HeaderSelectDate": "选择日期",
"HeaderSeriesOptions": "系列选项",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "特别剧集信息",
"HeaderStartNow": "现在开始",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "字幕外观",
"HeaderSubtitleSettings": "字幕设置",
"HeaderSyncRequiresSub": "下载需要一个有效的 Jellyfin Premiere 订阅。",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "解锁功能",
"HeaderUploadImage": "上传图片",
"HeaderVideoQuality": "视频质量",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "等待 Wifi 连接",
"HeaderYouSaid": "您说了...",
"Help": "帮助",
"Hide": "隐藏",
"HideWatchedContentFromLatestMedia": "从最新媒体中隐藏已观看的内容",
"Home": "首页",
"Horizontal": "Horizontal",
"HowDidYouPay": "你想如何付款?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "我已购买此应用",
"Identify": "识别",
"Images": "图片",
"ImdbRating": "IMDb 评分",
"InstallingPackage": "正在安装 {0}",
"InstantMix": "即时混音",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} 项",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "儿童",
"Label3DFormat": "3D格式:",
"LabelAirDays": "播出日期:",
@@ -310,7 +227,6 @@
"LabelAlbumArtists": "专辑作家:",
"LabelArtists": "艺术家:",
"LabelArtistsHelp": "独立多功能;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "首选音频语言:",
"LabelBirthDate": "出生日期:",
"LabelBirthYear": "出生年份:",
@@ -334,7 +250,6 @@
"LabelDisplayLanguageHelp": "Jellyfin的翻译工作是一个不断推进的工程项目。",
"LabelDisplayMode": "显示模式:",
"LabelDisplayOrder": "显示顺序:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "阴影:",
"LabelDynamicExternalId": "{0} Id",
"LabelEmailAddress": "邮箱地址:",
@@ -345,9 +260,7 @@
"LabelHomeScreenSectionValue": "主屏幕模块{0}:",
"LabelImageType": "图片类型:",
"LabelInternetQuality": "网络质量:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "保留:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "语言:",
"LabelLockItemToPreventChanges": "锁定此项目防止改动",
"LabelMaxChromecastBitrate": "最大 Chromecast 比特率:",
@@ -361,7 +274,6 @@
"LabelParentalRating": "家长分级:",
"LabelPath": "路径:",
"LabelPersonRole": "角色:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "出生地:",
"LabelPlayDefaultAudioTrack": "播放默认音轨无论是什么语言",
"LabelPlaylist": "播放列表:",
@@ -375,8 +287,6 @@
"LabelRuntimeMinutes": "播放时长(分钟):",
"LabelScreensaver": "屏幕保护:",
"LabelSeasonNumber": "季号:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "简介:",
"LabelSkin": "皮肤:",
"LabelSkipBackLength": "跳过长度:",
@@ -404,7 +314,6 @@
"LabelTrackNumber": "音轨号码:",
"LabelType": "类型:",
"LabelVersion": "版本:",
"LabelVideo": "Video:",
"LabelWebsite": "网站:",
"LabelWindowBackgroundColor": "文本背景色:",
"LabelYear": "年份:",
@@ -413,41 +322,21 @@
"LearnHowYouCanContribute": "学习如何构建。",
"LearnMore": "了解更多",
"Like": "喜欢",
"LinksValue": "Links: {0}",
"List": "列表",
"Live": "直播",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "通过一个安装在你的 Jellyfin 服务器上的受兼容的电视协调器来串流你的电视直播至任何其他 Jellyfin 应用程序。",
"LiveTvRequiresUnlock": "电视直播需要一个有效的 Jellyfin Premiere 订阅。",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "标为已播放",
"MarkUnplayed": "标为未播放",
"MarkWatched": "标记为已观看",
"MediaIsBeingConverted": "媒体正在被转换成与正在播放该媒体的设备兼容的格式。",
"Medium": "标准",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "你确定希望删除此字幕文件?",
"MessageConfirmRecordingCancellation": "取消录制?",
"MessageDownloadQueued": "下载已列队。",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "项目已保存。",
"MessageItemsAdded": "项目已添加。",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "留空则继承父项或全局默认值设置。",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "如果你已经拥有一个有效的 Jellyfin Premiere 订阅,请确保你已经在你 Jellyfin 服务器控制台的“Jellyfin Premiere”选项中配置了你的 Jellyfin Premiere,你可以在 Jellyfin 服务器控制台主菜单中找到“Jellyfin Premiere”选项。",
"MessageUnlockAppWithPurchaseOrSupporter": "通过一次性付费或一个有效的 Jellyfin Premiere 订阅来解锁这项功能。",
"MessageUnlockAppWithSupporter": "通过一个有效的 Jellyfin Premiere 订阅来解锁这项功能。",
@@ -476,7 +365,6 @@
"NoSubtitlesHelp": "字幕将默认不被加载,但你仍然可以在播放时手动打开字幕。",
"None": "无",
"Normal": "普通",
"Off": "Off",
"OneChannel": "一个频道",
"OnlyForcedSubtitles": "只显示强制字幕",
"OnlyForcedSubtitlesHelp": "只有被标记为“强制”的字幕会被加载。",
@@ -493,18 +381,11 @@
"People": "人物",
"PerfectMatch": "最佳匹配",
"Photos": "照片",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "播放",
"PlayAllFromHere": "这里的全部内容都开始播放",
"PlayCount": "播放次数",
"PlayFromBeginning": "从头播放",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "请插入光盘以播放此视频。",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "已播放",
"Playlists": "播放列表",
"PleaseEnterNameOrId": "请输入一个名称或一个外部ID。",
@@ -512,26 +393,18 @@
"PleaseSelectDeviceToSyncTo": "请选择要下载的设备。",
"PleaseSelectTwoItems": "请至少选择2个项目。",
"Premiere": "首映",
"Premieres": "Premieres",
"Previous": "上一个",
"Primary": "封面图",
"PrivacyPolicy": "Privacy policy",
"Producer": "制片人",
"ProductionLocations": "产地",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "质量",
"QueueAllFromHere": "这里的全部内容都加入队列",
"Raised": "Raised",
"RecentlyWatched": "最近观看",
"Record": "录制",
"RecordSeries": "录制电视剧",
"RecordingCancelled": "录制已取消。",
"RecordingScheduled": "录制计划",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "刷新",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "刷新元数据",
"RefreshQueued": "列队已刷新。",
"Reject": "拒绝",
@@ -542,12 +415,10 @@
"RemovingFromDevice": "从设备移除中",
"Repeat": "重播",
"RepeatAll": "全部循环",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "循环模式",
"RepeatOne": "单项循环",
"ReplaceAllMetadata": "覆盖所有元数据",
"ReplaceExistingImages": "替换现有图片",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "恢复播放于{0}",
"Retry": "重试",
"RunAtStartup": "开机时启动",
@@ -555,17 +426,13 @@
"Saturday": "星期六",
"Save": "储存",
"ScanForNewAndUpdatedFiles": "扫描新的和有修改的文件",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "截图",
"Search": "搜索",
"SearchForCollectionInternetMetadata": "在互联网上搜索媒体图像和资料",
"SearchForMissingMetadata": "搜索缺少的元数据",
"SearchForSubtitles": "搜索字幕",
"SearchResults": "搜索结果",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "电视剧已取消",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "电视剧录制计划",
"SeriesSettings": "系列设定",
"SeriesYearToPresent": "{0} - 现在",
@@ -575,16 +442,10 @@
"Settings": "设置",
"SettingsSaved": "设置已保存。",
"Share": "共享",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "显示标题",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "随机播放",
"SkipEpisodesAlreadyInMyLibrary": "不录制我的媒体库里已存在的剧集",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "小",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "智能模式",
"SmartSubtitlesHelp": "当音频为外语时,将加载与语言偏好匹配的字幕。",
"Songs": "歌曲",
@@ -593,14 +454,10 @@
"SortChannelsBy": "频道排序方式:",
"SortName": "排序名称",
"Sports": "体育",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "工作室",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "这些设定也会被应用于任何通过此设备发起的 Chromecast 播放。",
"SubtitleAppearanceSettingsDisclaimer": "这些设置将不会应用于图形字幕(如 PGS,DVD 等),或者一些有着自己的内置式样的字幕(ASS/SSA)。",
"SubtitleCodecNotSupported": "字幕格式不被支持",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "字幕",
"Suggestions": "建议",
"Sunday": "星期天",
@@ -616,12 +473,8 @@
"SyncJobItemStatusTransferring": "传输中",
"SyncUnwatchedVideosOnly": "仅下载未观看的视频",
"SyncUnwatchedVideosOnlyHelp": "只有未观看的视频会被下载,并且已经观看过的视频会从该设备上移除。",
"SyncingDots": "Syncing...",
"TV": "电视",
"Tags": "标签",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "主题曲",
"ThemeVideos": "主题视频",
"TheseSettingsAffectSubtitlesOnThisDevice": "这些设置仅影响该设备的字幕显示",
@@ -631,10 +484,7 @@
"Trailer": "预告片",
"Trailers": "预告片",
"Transcoding": "转码",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "星期二",
"Uniform": "Uniform",
"UnlockGuide": "解锁指南",
"Unplayed": "未播放",
"Unrated": "未分级",
@@ -652,23 +502,14 @@
"ValueOneAlbum": "1张专辑",
"ValueOneEpisode": "1 集",
"ValueOneGame": "1 个游戏",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 个电影",
"ValueOneMusicVideo": "1个音乐视频",
"ValueOneSeries": "1 个系列",
"ValueOneSong": "1首歌",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} 个系列",
"ValueSongCount": "{0} 首歌",
"ValueSpecialEpisodeName": "特典 - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "视频编码不受支持",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "查看专辑",
"ViewArtist": "查看艺术家",
"VoiceInput": "语音输入",
@@ -1,680 +1,50 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "新增",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "Advanced",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "取消",
"ButtonGotIt": "Got It",
"ButtonOk": "Ok",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "重新啟動",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "Try Again",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "Deleting this item will delete it from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "Confirm Deletion",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "繼續",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "錄影日",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "删除",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "Dislike",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "Download",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "編輯",
"EditImages": "Edit images",
"EditMetadata": "Edit metadata",
"EditSubtitles": "編輯字幕",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "完成",
"EndsAtValue": "Ends at {0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "Favorite",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "This feature requires an active Jellyfin Premiere subscription.",
"Features": "Features",
"File": "File",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "星期五",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "添加到收藏庫",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "Get Jellyfin Premiere",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "Delete Item",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "New Recording",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "Say Something Like...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "選擇日期",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "You Said...",
"Help": "幫助",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0} items",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "已播放劇集季度:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "尚未播放劇集季度:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "藝人:",
"LabelArtistsHelp": "分開多重使用",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "Collection:",
"LabelCommunityRating": "討論區評分",
"LabelContentType": "內容類型:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "國家:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "語言:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "偏好下載語言:",
"LabelName": "名稱:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "路徑:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "Playlist:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "Refresh mode:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "狀態:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "Like",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "An active Jellyfin Premiere subscription is required in order to create automated series recordings.",
"MessageAreYouSureDeleteSubtitles": "您確定希望刪除此字幕文件?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "Download queued.",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "If you denied voice access to the app you'll need to reconfigure before trying again.",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "Items added.",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "We're sorry, we didn't recognize that command.",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "星期一",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "My Subtitles",
"Name": "Name",
"NewCollection": "新收藏庫",
"NewCollectionHelp": "Collections allow you to create personalized groupings of movies and other library content.",
"NewCollectionNameExample": "例如:星球大戰收藏庫",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "No items found.",
"NoSubtitleSearchResultsFound": "No results found.",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "New...",
"Original": "Original",
"OriginalAirDateValue": "Original air date: {0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "播放",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "錄影",
"RecordSeries": "Record series",
"RecordingCancelled": "Recording cancelled.",
"RecordingScheduled": "Recording scheduled.",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "重新整理",
"RefreshDialogHelp": "Metadata is refreshed based on settings and internet services that are enabled in the Jellyfin Server dashboard.",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "Replace all metadata",
"ReplaceExistingImages": "Replace existing images",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "星期六",
"Save": "儲存",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "Search",
"SearchForCollectionInternetMetadata": "從互聯網搜尋相關圖片和資料屬性",
"SearchForMissingMetadata": "Search for missing metadata",
"SearchForSubtitles": "字幕搜索",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "Series recording scheduled.",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "This Jellyfin Server needs to be updated. To download the latest version, please visit {0}",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "Share",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "Subtitles",
"Suggestions": "Suggestions",
"Sunday": "星期日",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "星期四",
"TrackCount": "{0} tracks",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "星期二",
"Uniform": "Uniform",
"UnlockGuide": "Unlock Guide",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} 劇集",
"ValueGameCount": "{0} 遊戲",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} 個 MV",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1個 MV",
"ValueOneSeries": "1 劇集",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} 劇集",
"ValueSongCount": "{0} 首歌",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "星期三",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
@@ -1,680 +1,79 @@
{
"Absolute": "Absolute",
"Accept": "Accept",
"AccessRestrictedTryAgainLater": "Access is currently restricted. Please try again later.",
"Actor": "Actor",
"Add": "添加",
"AddToCollection": "Add to collection",
"AddToPlayQueue": "Add to play queue",
"AddToPlaylist": "Add to playlist",
"AddedOnValue": "Added {0}",
"Advanced": "進階",
"AirDate": "Air date",
"Aired": "Aired",
"Albums": "Albums",
"All": "All",
"AllChannels": "All channels",
"AllComplexFormats": "All complex formats (ASS, SSA, VOBSUB, PGS, SUB/IDX, etc.)",
"AllEpisodes": "All episodes",
"AllLanguages": "All languages",
"AllowSeasonalThemes": "Allow automatic seasonal themes",
"AllowSeasonalThemesHelp": "If enabled, seasonal themes will occasionally override your theme setting.",
"AlwaysPlaySubtitles": "Always play subtitles",
"AlwaysPlaySubtitlesHelp": "Subtitles matching the language preference will be loaded regardless of the audio language.",
"AnamorphicVideoNotSupported": "Anamorphic video not supported",
"AndroidUnlockRestoreHelp": "To restore your previous purchase, please ensure you're signed into the device with the same Google (or Amazon) account that originally made the purchase. Make sure the app store is enabled and not restricted by any parental controls, and ensure you have an active internet connection. You'll only have to do this once to restore your previous purchase.",
"AnyLanguage": "Any language",
"Anytime": "Anytime",
"AroundTime": "Around {0}",
"Art": "Art",
"Artists": "Artists",
"AsManyAsPossible": "As many as possible",
"Ascending": "Ascending",
"AspectRatio": "Aspect ratio",
"AttributeNew": "New",
"AudioBitDepthNotSupported": "Audio bit depth not supported",
"AudioBitrateNotSupported": "Audio bitrate not supported",
"AudioChannelsNotSupported": "Audio channels not supported",
"AudioCodecNotSupported": "Audio codec not supported",
"AudioProfileNotSupported": "Audio profile not supported",
"AudioSampleRateNotSupported": "Audio sample rate not supported",
"Auto": "Auto",
"AutoBasedOnLanguageSetting": "Auto (based on language setting)",
"AutomaticallyConvertNewContent": "Automatically convert new content",
"AutomaticallyConvertNewContentHelp": "New content added to this folder will be automatically converted.",
"AutomaticallySyncNewContent": "Automatically download new content",
"AutomaticallySyncNewContentHelp": "New content added to this folder will be automatically downloaded to the device.",
"Backdrop": "Backdrop",
"Backdrops": "Backdrops",
"Banner": "Banner",
"BestFit": "Best fit",
"BirthLocation": "Birth location",
"Books": "Books",
"Box": "Box",
"BoxRear": "Box (rear)",
"BurnSubtitlesHelp": "Determines if the server should burn in subtitles when converting video depending on the subtitles format. Avoiding burning in subtitles will improve server performance. Select Auto to burn image based formats (e.g. VOBSUB, PGS, SUB/IDX, etc.) as well as certain ASS/SSA subtitles",
"ButtonCancel": "取消",
"ButtonGotIt": "我知道了",
"ButtonOk": "確定",
"ButtonPlayOneMinute": "Play One Minute",
"ButtonRestart": "Restart",
"ButtonRestorePreviousPurchase": "Restore Purchase",
"ButtonTryAgain": "重試",
"ButtonUnlockPrice": "Unlock {0}",
"ButtonUnlockWithPurchase": "Unlock with Purchase",
"CancelDownload": "Cancel download",
"CancelRecording": "Cancel recording",
"CancelSeries": "Cancel series",
"Categories": "Categories",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"CinemaModeConfigurationHelp": "Cinema mode brings the theater experience straight to your living room with the ability to play trailers and custom intros before the main feature.",
"CinemaModeFeatureDescription": "Cinema Mode gives you the true cinema experience with trailers and custom intros before the feature.",
"CloudSyncFeatureDescription": "Sync your media to the cloud for easy backup, archiving, and converting.",
"Collections": "Collections",
"ColorPrimaries": "Color primaries",
"ColorSpace": "Color space",
"ColorTransfer": "Color transfer",
"CommunityRating": "Community rating",
"Composer": "Composer",
"ConfigureDateAdded": "Configure how date added is determined in the Jellyfin Server dashboard under Library settings",
"ConfirmDeleteImage": "Delete image?",
"ConfirmDeleteItem": "刪除此項目時,也會一併從檔案系統及媒體櫃中刪除。確定要刪除嗎?",
"ConfirmDeleteItems": "Deleting these items will delete them from both the file system and your media library. Are you sure you wish to continue?",
"ConfirmDeletion": "確定刪除",
"ConfirmEndPlayerSession": "Would you like to shutdown Jellyfin on {0}?",
"ConfirmRemoveDownload": "Remove download?",
"Connect": "Connect",
"ContainerBitrateExceedsLimit": "Media bitrate exceeds limit.",
"ContainerNotSupported": "Container not supported",
"Continue": "Continue",
"ContinueInSecondsValue": "Continue in {0} seconds.",
"ContinueWatching": "Continue watching",
"Continuing": "持續",
"Convert": "Convert",
"ConvertItemLimitHelp": "Optional. Set a limit to the number of items that will be converted.",
"ConvertUnwatchedVideosOnly": "Convert unwatched videos only",
"ConvertUnwatchedVideosOnlyHelp": "Only unwatched videos will be converted.",
"ConvertingDots": "Converting...",
"Countries": "Countries",
"CriticRating": "Critic rating",
"DateAdded": "Date added",
"DatePlayed": "Date played",
"Days": "錄影日",
"Default": "Default",
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
"Delete": "刪除",
"DeleteMedia": "Delete media",
"Depressed": "Depressed",
"Descending": "Descending",
"Desktop": "Desktop",
"DirectPlayError": "Direct play error",
"DirectPlaying": "Direct playing",
"DirectStreamHelp1": "The media is compatible with the device regarding resolution and media type (H.264, AC3, etc.), but is in an incompatible file container (.mkv, .avi, .wmv, etc.). The video will be re-packaged on the fly before streaming it to the device.",
"DirectStreamHelp2": "Direct Streaming a file uses very little processing power without any loss in video quality.",
"DirectStreaming": "Direct streaming",
"Director": "Director",
"DirectorValue": "Director: {0}",
"DirectorsValue": "Directors: {0}",
"Disc": "Disc",
"Disconnect": "Disconnect",
"Dislike": "不喜歡",
"Display": "Display",
"DisplayInMyMedia": "Display on home screen",
"DisplayInOtherHomeScreenSections": "Display in home screen sections such as latest media and continue watching",
"DisplayMissingEpisodesWithinSeasons": "Display missing episodes within seasons",
"DisplayMissingEpisodesWithinSeasonsHelp": "This must also be enabled for TV libraries in Jellyfin Server setup.",
"DisplayModeHelp": "Select the type of screen you're running Jellyfin on.",
"DoNotRecord": "Do not record",
"Down": "Down",
"Download": "下載",
"DownloadItemLimitHelp": "Optional. Set a limit to the number of items that will be downloaded.",
"Downloaded": "Downloaded",
"Downloading": "Downloading",
"DownloadingDots": "Downloading...",
"Downloads": "Downloads",
"DownloadsValue": "{0} downloads",
"DropShadow": "Drop shadow",
"DvrFeatureDescription": "Schedule individual Live TV recordings, series recordings, and more with Jellyfin DVR.",
"DvrSubscriptionRequired": "Jellyfin DVR requires an active Jellyfin Premiere subscription.",
"Edit": "編輯",
"EditImages": "編輯圖片",
"EditMetadata": "Edit metadata",
"EditSubtitles": "Edit subtitles",
"EnableBackdrops": "Enable backdrops",
"EnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
"EnableCinemaMode": "Enable cinema mode",
"EnableColorCodedBackgrounds": "Enable color coded backgrounds",
"EnableDisplayMirroring": "Enable display mirroring",
"EnableExternalVideoPlayers": "Enable external video players",
"EnableExternalVideoPlayersHelp": "An external player menu will be shown when starting video playback.",
"EnableNextVideoInfoOverlay": "Enable next video info during playback",
"EnableNextVideoInfoOverlayHelp": "At the end of a video, display info about the next video coming up in the current playlist.",
"EnableThemeSongs": "Enable theme songs",
"EnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
"EnableThemeVideos": "Enable theme videos",
"EnableThemeVideosHelp": "If enabled, theme videos will be played in the background while browsing the library.",
"Ended": "完結",
"EndsAtValue": "完結於{0}",
"Episodes": "Episodes",
"Error": "Error",
"ErrorAddingGuestAccount1": "There was an error adding the Jellyfin Connect account. Has your guest created an Jellyfin account? They can sign up at {0}.",
"ErrorAddingGuestAccount2": "If you're still having an issue, please send an email to {0}, and include your email address as well as theirs.",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? Sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having an issue, please send an email to {0} from the email address used with the Jellyfin account.",
"ErrorConnectServerUnreachable": "There was an error performing the requested operation. Your server is unable to contact our Jellyfin Connect Server at {0}. Please ensure your server has an active internet connection and that the communications are being allowed by any firewall or security software you have installed.",
"ErrorDeletingItem": "There was an error deleting the item from Jellyfin Server. Please check that Jellyfin Server has write access to the media folder and try again.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "There was an error removing the Jellyfin Connect account. Please ensure you have an active internet connection and try again.",
"ExtraLarge": "Extra large",
"Extras": "Extras",
"Favorite": "加到最愛",
"Favorites": "Favorites",
"FeatureRequiresJellyfinPremiere": "此功能需要有效的Jellyfin豪華版訂閱",
"Features": "Features",
"File": "檔案",
"Fill": "Fill",
"Filters": "Filters",
"Folders": "Folders",
"FormatValue": "Format: {0}",
"FreeAppsFeatureDescription": "Enjoy free access to Jellyfin apps for your devices.",
"Friday": "星期五",
"GenreValue": "Genre: {0}",
"Genres": "Genres",
"GenresValue": "Genres: {0}",
"GroupBySeries": "Group by series",
"GroupVersions": "Group versions",
"GuestStar": "Guest star",
"GuestUserNotFound": "User not found. Please ensure the name is correct and try again, or try entering their email address.",
"Guide": "Guide",
"HDPrograms": "HD programs",
"HeaderActiveRecordings": "Active Recordings",
"HeaderAddToCollection": "Add to Collection",
"HeaderAddToPlaylist": "Add to Playlist",
"HeaderAddUpdateImage": "Add/Update Image",
"HeaderAlbumArtists": "Album Artists",
"HeaderAlreadyPaid": "Already Paid?",
"HeaderAppearsOn": "Appears On",
"HeaderAudioBooks": "Audio Books",
"HeaderAudioSettings": "Audio Settings",
"HeaderBecomeProjectSupporter": "立即取得",
"HeaderBenefitsJellyfinPremiere": "Benefits of Jellyfin Premiere",
"HeaderCancelRecording": "Cancel Recording",
"HeaderCancelSeries": "Cancel Series",
"HeaderCinemaMode": "Cinema Mode",
"HeaderCloudSync": "Cloud Sync",
"HeaderConfirmRecordingCancellation": "Confirm Recording Cancellation",
"HeaderContinueListening": "Continue Listening",
"HeaderContinueWatching": "Continue Watching",
"HeaderConvertYourRecordings": "Convert Your Recordings",
"HeaderCustomizeHomeScreen": "Customize Home Screen",
"HeaderDeleteItem": "刪除項目",
"HeaderDeleteItems": "Delete Items",
"HeaderDisplaySettings": "Display Settings",
"HeaderDownloadSettings": "Download Settings",
"HeaderEditImages": "Edit Images",
"HeaderEnabledFields": "Enabled Fields",
"HeaderEnabledFieldsHelp": "Uncheck a field to lock it and prevent its data from being changed.",
"HeaderExternalIds": "External Ids:",
"HeaderFavoriteAlbums": "Favorite Albums",
"HeaderFavoriteArtists": "Favorite Artists",
"HeaderFavoriteCollections": "Favorite Collections",
"HeaderFavoriteEpisodes": "Favorite Episodes",
"HeaderFavoriteGames": "Favorite Games",
"HeaderFavoriteMovies": "Favorite Movies",
"HeaderFavoritePlaylists": "Favorite Playlists",
"HeaderFavoriteShows": "Favorite Shows",
"HeaderFavoriteSongs": "Favorite Songs",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFreeApps": "Free Jellyfin Apps",
"HeaderHomeScreen": "Home Screen",
"HeaderIdentifyItemHelp": "Enter one or more search criteria. Remove criteria to increase search results.",
"HeaderInvitationSent": "Invitation Sent",
"HeaderJellyfinAccountAdded": "Jellyfin Account Added",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Removed",
"HeaderKeepRecording": "Keep Recording",
"HeaderKeepSeries": "Keep Series",
"HeaderLatestChannelItems": "Latest Channel Items",
"HeaderLatestChannelMedia": "Latest Channel Items",
"HeaderLatestFrom": "Latest from {0}",
"HeaderLatestMedia": "Latest Media",
"HeaderLatestRecordings": "Latest Recordings",
"HeaderLearnMore": "Learn More",
"HeaderLibraryFolders": "Library Folders",
"HeaderLibraryOrder": "Library Order",
"HeaderMetadataSettings": "Metadata Settings",
"HeaderMusicQuality": "Music Quality",
"HeaderMyDevice": "My Device",
"HeaderMyMedia": "My Media",
"HeaderMyMediaSmall": "My Media (small)",
"HeaderNewRecording": "新錄製",
"HeaderNextEpisodePlayingInValue": "Next Episode Playing in {0}",
"HeaderNextUp": "Next Up",
"HeaderNextVideoPlayingInValue": "Next Video Playing in {0}",
"HeaderOfflineDownloads": "Offline Media",
"HeaderOfflineDownloadsDescription": "Download media to your devices for easy offline use.",
"HeaderOnNow": "On Now",
"HeaderPhotoAlbums": "Photo Albums",
"HeaderPlayMyMedia": "Play my Media",
"HeaderPlayOn": "Play On",
"HeaderPlaybackError": "Playback Error",
"HeaderRecordingOptions": "Recording Options",
"HeaderRemoteControl": "Remote Control",
"HeaderRestartingJellyfinServer": "Restarting Jellyfin Server",
"HeaderSaySomethingLike": "說點東西,像是...",
"HeaderSecondsValue": "{0} Seconds",
"HeaderSelectDate": "選擇日期",
"HeaderSeriesOptions": "Series Options",
"HeaderSeriesStatus": "Series Status",
"HeaderSpecialEpisodeInfo": "Special Episode Info",
"HeaderStartNow": "Start Now",
"HeaderStopRecording": "Stop Recording",
"HeaderSubtitleAppearance": "Subtitle Appearance",
"HeaderSubtitleSettings": "Subtitle Settings",
"HeaderSyncRequiresSub": "Downloading requires an active Jellyfin Premiere subscription.",
"HeaderTermsOfPurchase": "Terms of Purchase",
"HeaderTryPlayback": "Try Playback",
"HeaderUnlockFeature": "Unlock Feature",
"HeaderUploadImage": "Upload Image",
"HeaderVideoQuality": "Video Quality",
"HeaderVideoType": "Video Type",
"HeaderWaitingForWifi": "Waiting for Wifi",
"HeaderYouSaid": "您是指...",
"Help": "說明",
"Hide": "Hide",
"HideWatchedContentFromLatestMedia": "Hide watched content from latest media",
"Home": "Home",
"Horizontal": "Horizontal",
"HowDidYouPay": "How did you pay?",
"IHaveJellyfinPremiere": "I have Jellyfin Premiere",
"IPurchasedThisApp": "I purchased this app",
"Identify": "Identify",
"Images": "Images",
"ImdbRating": "IMDb rating",
"InstallingPackage": "Installing {0}",
"InstantMix": "Instant mix",
"InterlacedVideoNotSupported": "Interlaced video not supported",
"ItemCount": "{0}個項目",
"Items": "Items",
"KeepDownload": "Keep download",
"KeepOnDevice": "Keep on device",
"Kids": "Kids",
"Label3DFormat": "3D format:",
"LabelAirDays": "Air days:",
"LabelAirTime": "Air time:",
"LabelAirsAfterSeason": "Airs after season:",
"LabelAirsBeforeEpisode": "Airs before episode:",
"LabelAirsBeforeSeason": "Airs before season:",
"LabelAlbum": "Album:",
"LabelAlbumArtists": "Album artists:",
"LabelArtists": "Artists:",
"LabelArtistsHelp": "Separate multiple using ;",
"LabelAudio": "Audio:",
"LabelAudioLanguagePreference": "Preferred audio language:",
"LabelBirthDate": "Birth date:",
"LabelBirthYear": "Birth year:",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBurnSubtitles": "Burn subtitles:",
"LabelChannels": "Channels:",
"LabelCollection": "收藏櫃:",
"LabelCommunityRating": "Community rating:",
"LabelContentType": "Content type:",
"LabelConvertTo": "Convert to:",
"LabelCountry": "國家:",
"LabelCriticRating": "Critic rating:",
"LabelCustomRating": "Custom rating:",
"LabelDashboardTheme": "Server dashboard theme:",
"LabelDateAdded": "Date added:",
"LabelDateTimeLocale": "Date time locale:",
"LabelDeathDate": "Death date:",
"LabelDefaultScreen": "Default screen:",
"LabelDiscNumber": "Disc number:",
"LabelDisplayLanguage": "Display language:",
"LabelDisplayLanguageHelp": "Translating Jellyfin is an ongoing project.",
"LabelDisplayMode": "Display mode:",
"LabelDisplayOrder": "Display order:",
"LabelDropImageHere": "Drop image here, or click to browse.",
"LabelDropShadow": "Drop shadow:",
"LabelDynamicExternalId": "{0} Id:",
"LabelEmailAddress": "E-mail address:",
"LabelEndDate": "End date:",
"LabelEpisodeNumber": "Episode number:",
"LabelFont": "Font:",
"LabelHomeNetworkQuality": "Home network quality:",
"LabelHomeScreenSectionValue": "Home screen section {0}:",
"LabelImageType": "Image type:",
"LabelInternetQuality": "Internet quality:",
"LabelItemLimit": "Item limit:",
"LabelKeep:": "Keep:",
"LabelKeepUpTo": "Keep up to:",
"LabelLanguage": "語言:",
"LabelLockItemToPreventChanges": "Lock this item to prevent future changes",
"LabelMaxChromecastBitrate": "Chromecast streaming quality:",
"LabelMetadataDownloadLanguage": "Preferred download language:",
"LabelName": "名字:",
"LabelNumber": "Number:",
"LabelOriginalAspectRatio": "Original aspect ratio:",
"LabelOriginalTitle": "Original title:",
"LabelOverview": "Overview:",
"LabelParentNumber": "Parent number:",
"LabelParentalRating": "Parental rating:",
"LabelPath": "Path:",
"LabelPersonRole": "Role:",
"LabelPersonRoleHelp": "Example: Ice cream truck driver",
"LabelPlaceOfBirth": "Place of birth:",
"LabelPlayDefaultAudioTrack": "Play default audio track regardless of language",
"LabelPlaylist": "播放清單:",
"LabelPreferredSubtitleLanguage": "Preferred subtitle language:",
"LabelProfile": "Profile:",
"LabelQuality": "Quality:",
"LabelReasonForTranscoding": "Reason for transcoding:",
"LabelRecord": "Record:",
"LabelRefreshMode": "更新模式:",
"LabelReleaseDate": "Release date:",
"LabelRuntimeMinutes": "Run time (minutes):",
"LabelScreensaver": "Screensaver:",
"LabelSeasonNumber": "Season number:",
"LabelSelectFolderGroups": "Automatically group content from the following folders into views such as Movies, Music and TV:",
"LabelSelectFolderGroupsHelp": "Folders that are unchecked will be displayed by themselves in their own view.",
"LabelShortOverview": "Short overview:",
"LabelSkin": "Skin:",
"LabelSkipBackLength": "Skip back length:",
"LabelSkipForwardLength": "Skip forward length:",
"LabelSortBy": "Sort by:",
"LabelSortOrder": "Sort order:",
"LabelSortTitle": "Sort title:",
"LabelSoundEffects": "Sound effects:",
"LabelSource": "Source:",
"LabelStartWhenPossible": "Start when possible:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop when possible:",
"LabelSubtitlePlaybackMode": "Subtitle mode:",
"LabelSubtitles": "Subtitles:",
"LabelSyncJobName": "Sync job name:",
"LabelSyncNoTargetsHelp": "It looks like you don't currently have any apps that support offline downloading.",
"LabelSyncTo": "Sync to:",
"LabelTVHomeScreen": "TV mode home screen:",
"LabelTagline": "Tagline:",
"LabelTextBackgroundColor": "Text background color:",
"LabelTextColor": "Text color:",
"LabelTextSize": "Text size:",
"LabelTheme": "Theme:",
"LabelTitle": "Title:",
"LabelTrackNumber": "Track number:",
"LabelType": "Type:",
"LabelVersion": "Version:",
"LabelVideo": "Video:",
"LabelWebsite": "Website:",
"LabelWindowBackgroundColor": "Text background color:",
"LabelYear": "Year:",
"Large": "Large",
"LatestFromLibrary": "Latest {0}",
"LearnHowYouCanContribute": "Learn how you can contribute.",
"LearnMore": "Learn more",
"Like": "喜歡",
"LinksValue": "Links: {0}",
"List": "List",
"Live": "Live",
"LiveBroadcasts": "Live broadcasts",
"LiveTV": "Live TV",
"LiveTvFeatureDescription": "Stream Live TV to any Jellyfin app, with a compatible TV tuner device installed on your Jellyfin Server.",
"LiveTvRequiresUnlock": "Live TV requires an active Jellyfin Premiere subscription.",
"Logo": "Logo",
"ManageRecording": "Manage recording",
"MarkPlayed": "Mark played",
"MarkUnplayed": "Mark unplayed",
"MarkWatched": "Mark watched",
"MediaIsBeingConverted": "The media is being converted into a format that is compatible with the device that is playing the media.",
"Medium": "Medium",
"Menu": "Menu",
"MessageActiveSubscriptionRequiredSeriesRecordings": "要使用自動錄製系列的功能,需要有效的Jellyfin豪華版訂閱",
"MessageAreYouSureDeleteSubtitles": "您真的要刪除這個字幕檔嗎?",
"MessageConfirmRecordingCancellation": "Cancel recording?",
"MessageDownloadQueued": "需要下載",
"MessageFileReadError": "There was an error reading the file. Please try again.",
"MessageIfYouBlockedVoice": "如果您拒絕程式使用語音辨識,您將需要在重試之前再次設定",
"MessageImageFileTypeAllowed": "Only JPEG and PNG files are supported.",
"MessageImageTypeNotSelected": "Please select an image type from the drop-down menu.",
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Jellyfin.",
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
"MessageItemSaved": "Item saved.",
"MessageItemsAdded": "已新增項目",
"MessageJellyfinAccontRemoved": "The Jellyfin account has been removed from this user.",
"MessageJellyfinAccountAdded": "The Jellyfin account has been added to this user.",
"MessageLeaveEmptyToInherit": "Leave empty to inherit settings from a parent item, or the global default value.",
"MessageNoDownloadsFound": "No offline downloads. Download your media for offline use by clicking Download throughout the app.",
"MessageNoServersAvailableToConnect": "No servers are available to connect to. If you've been invited to share a server, make sure to accept it below or by clicking the link in the email.",
"MessageNoSyncJobsFound": "No downloads found. Create download jobs using the Download buttons found throughout the app.",
"MessagePendingJellyfinAccountAdded": "The Jellyfin account has been added to this user. An email will be sent to the owner of the account. The invitation will need to be confirmed by clicking a link within the email.",
"MessagePlayAccessRestricted": "Playback of this content is currently restricted. Please contact your Jellyfin Server administrator for more information.",
"MessageToValidateSupporter": "If you have an active Jellyfin Premiere subscription, ensure you've setup Jellyfin Premiere in your Jellyfin Server Dashboard, which you can access by clicking Jellyfin Premiere within the main menu.",
"MessageUnlockAppWithPurchaseOrSupporter": "Unlock this feature with a small one-time purchase, or with an active Jellyfin Premiere subscription.",
"MessageUnlockAppWithSupporter": "Unlock this feature with an active Jellyfin Premiere subscription.",
"MessageWeDidntRecognizeCommand": "很抱歉,我們無法辨識此指令",
"MinutesAfter": "minutes after",
"MinutesBefore": "minutes before",
"Mobile": "Mobile / Tablet",
"Monday": "星期一",
"More": "More",
"MoveLeft": "Move left",
"MoveRight": "Move right",
"Movies": "Movies",
"MySubtitles": "我的字幕",
"Name": "Name",
"NewCollection": "新合集",
"NewCollectionHelp": "收藏櫃讓您能夠建立個人化的影音及其他媒體的分類",
"NewCollectionNameExample": "例子:星球大戰合集",
"NewEpisodes": "New episodes",
"NewEpisodesOnly": "New episodes only",
"News": "News",
"Next": "Next",
"No": "No",
"NoItemsFound": "無項目",
"NoSubtitleSearchResultsFound": "無結果",
"NoSubtitles": "No subtitles",
"NoSubtitlesHelp": "Subtitles will not be loaded by default. They can still be turned on manually during playback.",
"None": "None",
"Normal": "Normal",
"Off": "Off",
"OneChannel": "One channel",
"OnlyForcedSubtitles": "Only forced subtitles",
"OnlyForcedSubtitlesHelp": "Only subtitles marked as forced will be loaded.",
"OnlyImageFormats": "Only image formats (VOBSUB, PGS, SUB/IDX, etc.)",
"Open": "Open",
"OptionNew": "新增...",
"Original": "Original",
"OriginalAirDateValue": "原始播出日期:{0}",
"Overview": "Overview",
"PackageInstallCancelled": "{0} installation cancelled.",
"PackageInstallCompleted": "{0} installation completed.",
"PackageInstallFailed": "{0} installation failed.",
"ParentalRating": "Parental Rating",
"People": "People",
"PerfectMatch": "Perfect match",
"Photos": "Photos",
"PlaceFavoriteChannelsAtBeginning": "Place favorite channels at the beginning",
"Play": "播放",
"PlayAllFromHere": "Play all from here",
"PlayCount": "Play count",
"PlayFromBeginning": "Play from beginning",
"PlayNext": "Play next",
"PlayNextEpisodeAutomatically": "Play next episode automatically",
"PlaybackErrorNoCompatibleStream": "No compatible streams are currently available. Please try again later or contact your system administrator for details.",
"PlaybackErrorNotAllowed": "You're currently not authorized to play this content. Please contact your system administrator for details.",
"PlaybackErrorPlaceHolder": "Please insert the disc in order to play this video.",
"PlaybackSettings": "Playback settings",
"PlaybackSettingsIntro": "To configure default playback settings, stop video playback, then click your user icon in the top right section of the app.",
"Played": "Played",
"Playlists": "Playlists",
"PleaseEnterNameOrId": "Please enter a name or an external Id.",
"PleaseRestartServerName": "Please restart Jellyfin Server - {0}.",
"PleaseSelectDeviceToSyncTo": "Please select a device to download to.",
"PleaseSelectTwoItems": "Please select at least two items.",
"Premiere": "Premiere",
"Premieres": "Premieres",
"Previous": "Previous",
"Primary": "Primary",
"PrivacyPolicy": "Privacy policy",
"Producer": "Producer",
"ProductionLocations": "Production locations",
"Programs": "Programs",
"PromoConvertRecordingsToStreamingFormat": "Automatically convert recordings to a streaming friendly format with Jellyfin Premiere. Recordings will be converted on the fly to MP4 or MKV, based on Jellyfin server settings.",
"Quality": "Quality",
"QueueAllFromHere": "Queue all from here",
"Raised": "Raised",
"RecentlyWatched": "Recently watched",
"Record": "開始錄影",
"RecordSeries": "錄製整個系列",
"RecordingCancelled": "已取消排程錄製",
"RecordingScheduled": "已排程錄製",
"Recordings": "Recordings",
"RefFramesNotSupported": "Number of video reference frames not supported",
"Refresh": "重新整理",
"RefreshDialogHelp": "詳細資料的更新方式會依據Jellyfin的設定及已經啟用的網路服務來進行",
"RefreshMetadata": "Refresh metadata",
"RefreshQueued": "Refresh queued.",
"Reject": "Reject",
"ReleaseDate": "Release date",
"RemoveDownload": "Remove download",
"RemoveFromCollection": "Remove from collection",
"RemoveFromPlaylist": "Remove from playlist",
"RemovingFromDevice": "Removing from device",
"Repeat": "Repeat",
"RepeatAll": "Repeat all",
"RepeatEpisodes": "Repeat episodes",
"RepeatMode": "Repeat mode",
"RepeatOne": "Repeat one",
"ReplaceAllMetadata": "取代所有詳細資料",
"ReplaceExistingImages": "取代現有圖片",
"RestartPleaseWaitMessage": "Please wait while Jellyfin Server shuts down and restarts. This may take a minute or two.",
"ResumeAt": "Resume from {0}",
"Retry": "Retry",
"RunAtStartup": "Run at startup",
"Runtime": "Runtime",
"Saturday": "星期六",
"Save": "保存",
"ScanForNewAndUpdatedFiles": "Scan for new and updated files",
"Schedule": "Schedule",
"Screenshot": "Screenshot",
"Screenshots": "Screenshots",
"Search": "搜尋",
"SearchForCollectionInternetMetadata": "在互聯網上搜索媒體圖像和資料",
"SearchForMissingMetadata": "搜尋遺失的詳細資料",
"SearchForSubtitles": "搜尋字幕",
"SearchResults": "Search Results",
"SecondaryAudioNotSupported": "Audio track switching not supported",
"SeriesCancelled": "Series cancelled.",
"SeriesDisplayOrderHelp": "Order episodes by air date, dvd order, or absolute numbering.",
"SeriesRecordingScheduled": "已排程錄製整個系列",
"SeriesSettings": "Series settings",
"SeriesYearToPresent": "{0} - Present",
"ServerNameIsRestarting": "Jellyfin Server - {0} is restarting.",
"ServerNameIsShuttingDown": "Jellyfin Server - {0} is shutting down.",
"ServerUpdateNeeded": "此Jellyfin伺服器需要更新,請至{0}取得最新版本",
"Settings": "Settings",
"SettingsSaved": "Settings saved.",
"Share": "分享",
"ShowIndicatorsFor": "Show indicators for:",
"ShowTitle": "Show title",
"ShowYear": "Show year",
"Shows": "Shows",
"Shuffle": "Shuffle",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"Small": "Small",
"SmallCaps": "Small caps",
"Smaller": "Smaller",
"Smart": "Smart",
"SmartSubtitlesHelp": "Subtitles matching the language preference will be loaded when the audio is in a foreign language.",
"Songs": "Songs",
"Sort": "Sort",
"SortByValue": "Sort by {0}",
"SortChannelsBy": "Sort channels by:",
"SortName": "Sort name",
"Sports": "Sports",
"StatsForNerds": "Stats for nerds",
"StopRecording": "Stop recording",
"Studios": "Studios",
"SubtitleAppearanceSettingsAlsoPassedToCastDevices": "These settings also apply to any Chromecast playback started by this device.",
"SubtitleAppearanceSettingsDisclaimer": "These settings will not apply to graphical subtitles (PGS, DVD, etc), or subtitles that have their own styles embedded (ASS/SSA).",
"SubtitleCodecNotSupported": "Subtitle format not supported",
"SubtitleSettings": "Subtitle settings",
"SubtitleSettingsIntro": "To configure default subtitle appearance and language settings, stop video playback, then click your user icon in the top right section of the app.",
"Subtitles": "字幕",
"Suggestions": "Suggestions",
"Sunday": "星期天",
"Sync": "Sync",
"SyncJobItemStatusCancelled": "Cancelled",
"SyncJobItemStatusConverting": "Converting",
"SyncJobItemStatusFailed": "Failed",
"SyncJobItemStatusQueued": "Queued",
"SyncJobItemStatusReadyToTransfer": "Ready to Transfer",
"SyncJobItemStatusRemovedFromDevice": "Removed from device",
"SyncJobItemStatusSynced": "Downloaded",
"SyncJobItemStatusSyncedMarkForRemoval": "Removing from device",
"SyncJobItemStatusTransferring": "Transferring",
"SyncUnwatchedVideosOnly": "Download unwatched videos only",
"SyncUnwatchedVideosOnlyHelp": "Only unwatched videos will be downloaded, and videos will be removed from the device as they are watched.",
"SyncingDots": "Syncing...",
"TV": "TV",
"Tags": "Tags",
"TagsValue": "Tags: {0}",
"TermsOfUse": "Terms of use",
"ThankYouForTryingEnjoyOneMinute": "Please enjoy one minute of playback. Thank you for trying Jellyfin.",
"ThemeSongs": "Theme songs",
"ThemeVideos": "Theme videos",
"TheseSettingsAffectSubtitlesOnThisDevice": "These settings affect subtitles on this device",
"Thumb": "Thumb",
"Thursday": "星期四",
"TrackCount": "{0}個曲目",
"Trailer": "Trailer",
"Trailers": "Trailers",
"Transcoding": "Transcoding",
"TryMultiSelect": "Try Multi-Select",
"TryMultiSelectMessage": "To edit multiple media items, just click and hold any poster and select the items you want to manage. Try it!",
"Tuesday": "星期二",
"Uniform": "Uniform",
"UnlockGuide": "解鎖方式",
"Unplayed": "Unplayed",
"Unrated": "Unrated",
"UntilIDelete": "Until I delete",
"UntilSpaceNeeded": "Until space needed",
"Up": "Up",
"Upload": "Upload",
"ValueAlbumCount": "{0} albums",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} episodes",
"ValueGameCount": "{0} games",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} movies",
"ValueMusicVideoCount": "{0} music videos",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 game",
"ValueOneItem": "1 item",
"ValueOneMovie": "1 movie",
"ValueOneMusicVideo": "1 music video",
"ValueOneSeries": "1 series",
"ValueOneSong": "1 song",
"ValueSeconds": "{0} seconds",
"ValueSeriesCount": "{0} series",
"ValueSongCount": "{0} songs",
"ValueSpecialEpisodeName": "Special - {0}",
"Vertical": "Vertical",
"VideoBitDepthNotSupported": "Video bit depth not supported",
"VideoCodecNotSupported": "Video codec not supported",
"VideoFramerateNotSupported": "Video framerate not supported",
"VideoLevelNotSupported": "Video level not supported",
"VideoProfileNotSupported": "Video profile not supported",
"VideoRange": "Video range",
"VideoResolutionNotSupported": "Video resolution not supported",
"ViewAlbum": "View album",
"ViewArtist": "View artist",
"VoiceInput": "Voice Input",
"Watched": "Watched",
"Wednesday": "星期三",
"WifiRequiredToDownload": "A Wifi connection is required to continue downloading.",
"Writer": "Writer",
"Yes": "Yes"
}
-129
View File
@@ -10,19 +10,11 @@
"AllLibraries": "كل المكتبات",
"AllowDeletionFromAll": "السماح بخذف الوسائط من قبل كل المكتبات",
"AllowHWTranscodingHelp": "عند التفعيل، سيُسمح للمولف بعمل تدفقات مشفرة بينياً على الطائر. هذا قد يساعد في خفض التشفير البيني المطلوب من الخادم.",
"AllowMediaConversion": "Allow media conversion",
"AllowMediaConversionHelp": "Grant or deny access to the convert media feature.",
"AllowOnTheFlySubtitleExtraction": "Allow subtitle extraction on the fly",
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Jellyfin apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"AllowRemoteAccess": "السماح بالاتصالات عن بعد إلى خادم إمبي هذا.",
"AllowRemoteAccessHelp": "إذا لم يتم تحديده ، فسيتم حظر جميع الاتصالات عن بُعد.",
"AllowedRemoteAddressesHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely. If left blank, all remote addresses will be allowed.",
"Audio": "الصوت",
"BirthDateValue": "وُلد: {0}",
"BirthPlaceValue": "مكان الميلاد: {0}",
"Blacklist": "Blacklist",
"BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)",
"BookLibraryHelp": "Audio and text books are supported. Review the {0}Jellyfin Book naming guide{1}.",
"Browse": "تصفح",
"BrowsePluginCatalogMessage": "تصفح قائمتنا للملحق لترى المتوفر من الملاحق.",
"ButtonAccept": "قبول",
@@ -121,7 +113,6 @@
"ButtonResume": "استأنف",
"ButtonRevoke": "أرفض",
"ButtonSave": "حفظ",
"ButtonScanAllLibraries": "Scan All Libraries",
"ButtonScanLibrary": "تمشيط المكتبة",
"ButtonScheduledTasks": "المهام المجدولة",
"ButtonSearch": "بحث",
@@ -145,7 +136,6 @@
"ButtonSplitVersionsApart": "فصل الإصدارات المختلفة على حدة",
"ButtonStart": "إبدأ",
"ButtonStop": "إيقاف",
"ButtonStopRecording": "Stop Recording",
"ButtonSubmit": "تسليم",
"ButtonSubtitles": "ترجمات",
"ButtonSync": "مزامنة",
@@ -161,13 +151,11 @@
"ButtonViewWebsite": "أنظر الموقع الإلكتروني",
"ButtonWebsite": "موقع إلكتروني",
"ButtonYes": "نعم",
"CancelSeries": "Cancel series",
"CategoryApplication": "التطبيق",
"CategoryPlugin": "الملحق",
"CategorySync": "تزامن",
"CategorySystem": "النظام",
"CategoryUser": "المستخدم",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "إختر قناة لمشاركتها مع هذا المستخدم. المدراء سيكونون قادرين على تغيير إعدادات القنوات باستخدام مدير واصفات البيانات.",
"Channels": "القنوات",
"CinemaModeConfigurationHelp": "الطور السينمائي يوفر أجواء سينمائية إلى قلب صالتك مع إمكانية تشغيل عروض إعلانية لأفلام أخرى وعرض مقدمات أخرى من انتقاءاتك قبل تشغيل الفيلم الرئيسي.",
@@ -175,9 +163,7 @@
"CoverArt": "صور الأغلفة",
"CustomDlnaProfilesHelp": "إنشاء عرائض مخصوصه تستهدف جهازاً جديداً أو يمتطي حساباً نظامياً.",
"DeathDateValue": "توفي: {0}",
"DefaultCameraUploadPathHelp": "Select a custom upload path. If left blank, a default folder will be used. If using a custom path it will also need to be added as a library in Jellyfin library setup.",
"DefaultErrorMessage": "كان هناك خطأ في معالجة الطلب. الرجاء المحاولة لاحقاً",
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.",
"Delete": "حذف",
"DeleteDeviceConfirmation": "هل أنت متأكد أنك تريد حذف هذا الجهاز؟ سيظهر الجهاز من جديد في المرة القادمة التي يسجل فها مستخدم دخوله عبره.",
"DeleteImage": "حذف صورة",
@@ -185,23 +171,14 @@
"DeleteMedia": "حذف الوسائط",
"DeleteUser": "حذف مستخدم",
"DeleteUserConfirmation": "هل انت متاكد من انك تريد حذف هذا المستخدم ؟",
"DetectingDevices": "Detecting devices",
"DeviceAccessHelp": "هذه الميزة تنطبق حصرياً على الأجهزة التي يمكن التعرف عليها فردياً ولن تمنع المتصفح من الدخول عليها. ترشيح الوصول لأجهزة المستخدم ستمنع المستخدمين من استعمال الأجهزة الجديدة إلى أن يتم اعتمادهم من هنا.",
"DeviceLastUsedByUserName": "آخر استخدام كان من قبل {0}",
"Disabled": "Disabled",
"Downloading": "Downloading",
"Downloads": "التنزيلات",
"DrmChannelsNotImported": "القنوات المجهزة بإدارة الحقوق الرقمية DRM لن تورّد.",
"EasyPasswordHelp": "الرمز الشخصي الميسرالخاص بك يمكنك من الاتصال إلى خادم مكتبتك، عبر تطبيقات أمبي على الأجهزة أو الدخول على حسابك في الشبكة الداخلية.",
"EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments.",
"EnableHardwareEncoding": "Enable hardware encoding",
"EnablePhotos": "تفعيل الصور",
"EnablePhotosHelp": "سيتم اكتشاف الصور وعرضها مع ملفات الوسائط الأخرى",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested. Enabling this when not needed may cause problems.",
"EnterFFmpegLocation": "إدخل مسار ffmpeg",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? You can sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having a problem, please send an email to {0}.",
"ErrorAddingJellyfinConnectAccount3": "إن حساب أمبي مربوط مسبقاً بحساب محلي، ولا يمكن ربط حساب أمبي بحساب محلي غير مرة واحدة فقط.",
"ErrorAddingListingsToSchedulesDirect": "كان هناك خطأ في إضافة الاصطفاف لخدمة \"Schedules Direct\" الخاصة بك. خدمة \"Schedules Direct\" لا تسمح إلا بعدد محدود من الاصطفافات لكل حساب. قد تحتاج إلى تسجيل الدخول إلى موقع \"Schedules Direct\" لإزالة الاصطفافات الأخرى من حسابك قبل المتابعة.",
"ErrorAddingMediaPathToVirtualFolder": "كان هناك خطأ في إضافة مسار الوسائط. الرجاء التأكد من صحة المسار وأن خادم أمبي لديه صلاحية الوصول إلى الموقع.",
@@ -213,11 +190,9 @@
"ErrorMessageStartHourGreaterThanEnd": "وقت النهاية يجب أن يكون أكبر من وقت البداية.",
"ErrorMessageUsernameInUse": "اسم المستخدم تم حجزه مسبقاً. الرجاء اختيار اسم مستخدم جديد والمحاولة مرة أخرى.",
"ErrorPleaseSelectLineup": "الرجاء اختيار اصطفاف ثم المحاولة مرة أخرى. إن لم تتوفر أية اصطفافات، فالرجاء التأكد من اسم المستخدم وكلمة المرور الخاصة بك، وتأكد من صحة رمزك البريدي.",
"ErrorReachingJellyfinConnect": "There was an error reaching the Jellyfin Connect server. Please ensure you have an active internet connection and try again.",
"ErrorRemovingJellyfinConnectAccount": "كان هناك خطأ في إزالة حساب أمبي كونكت. الرجاء التأكد من أن لديك اشتراك أمبي كونكب ساري الصلاحية ثم المحاولة مرة أخرى.",
"ErrorSavingTvProvider": "كان هناك خطأ في حفظ مزود التلفزة. الرجاء التأكد من صلاحية الوصول إليه ثم عاود المحاولة.",
"ErrorValidatingSupporterInfo": "كان هناك خطأ في إثبات معلومات أمبي التميز الخاصة بك. الرجاء المحاولة لاحقاً.",
"EveryNDays": "Every {0} days",
"ExitFullscreen": "الخروج من الشاشة الكاملة",
"ExtractChapterImagesHelp": "استخلاص صور الأبواب سيسمح لتطبيقات أمبي أن تظهر لك قوائم تصويرية لتبويبات الأفلام. هذه العملية قد تكون بطيئة، وتستغل قدرة المعالج بشكل ملحوظ، وقد تحتاج إلى حيازة بضعة غيغابايتات من مساحة التخزين بشكل مؤقت. هذه المهمة تعمل خلال عملية استكشاف المقاطع المرئية، كما يمكن أن تحدد لتكون مهمة ليلية مجدولة. يمكنك جدولة العملية من قسم جدولة المهام. لا ينصح بتشغيل هذه المهمة خلال ساعات الذروة من دخول المستخدمين.",
"FFmpegSavePathNotFound": "لم نستطع تحديد موقع ffmpeg باستخدام المسار الذي أدخلته. سوف نحتاج تطبيق FFprobe أيضاً ويجب أن يتواجد في نفس المكان. إن هذه الأجزاء تكون بالعادة محزومة معاً في نفس ملف الإنزال. الرجاء التأكد من المسار المدخل والمحاولة مرة أخرى.",
@@ -236,15 +211,12 @@
"FolderTypePhotos": "صور",
"FolderTypeTvShows": "تلفاز",
"FolderTypeUnset": "غير مخصص (خليط محتويات)",
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
"Fullscreen": "الشاشة كاملة",
"General": "General",
"GuestUserNotFound": "لم يتم العثور على المستخدم. الرجاء التأكد من اسمه وحاول مرة أخرى أو حاول إدخال عنوان بريده الإلكتروني.",
"GuideProviderLogin": "تسجيل الدخول",
"GuideProviderSelectListings": "إختر المبوبات",
"H264CrfHelp": "معامل المعدل الثابت CRF هو الجودة الافتراضية لإعدادات مشفر x264. بإمكانك إعطاء قيمة تتراوح بين 0 و 51، وكلما قلت القيمة فسينتج عن ذلك جودة أفضل (على حساب حجم تخزين أعلى). القيم المعقول تتراوح بين 18 و 28. الافتراضي لـ x264 هي 23، لذا فبإمكانك استخدام هذه القيمة كنقطة بداية.",
"H264EncodingPresetHelp": "اختر قيمة أعلى لتحسين السرة والأداء وقيمة أقل لتحسين الجودة.",
"HandledByProxy": "Handled by reverse proxy",
"HardwareAccelerationWarning": "تمكين التسريع بعتاد الحاسوب قد يتسبب في عدم استقرار بعض أنواع الأنظمة. تأكد من أن نظام التشغيل الخاص بك محدث إلى آخر نسخة وأن سواقات الفيديو محدثة أيضاً. إذا واجهت أية صعوبات في تسغيل الفيديو بعد تمكين هذه الخاصية، فعليك إرجاع الإعداد إلى وضعية آلي.",
"HeaderAccessSchedule": "جدول الدخولات",
"HeaderAccessScheduleHelp": "إنشئ جدول دخولات لكي تتمكن من تحديد ساعات للدخول.",
@@ -278,12 +250,10 @@
"HeaderAwardsAndReviews": "الجوائز والمراجعات",
"HeaderBackdrops": "الخلفيات",
"HeaderBecomeProjectSupporter": "أطلب أمبي التميّز",
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"HeaderBooks": "الكتب",
"HeaderBranding": "وسومات البرنامج",
"HeaderBrandingHelp": "خصص واجهة أمبي لتلائم احتاجات مجموعتك أو منظمتك.",
"HeaderCameraUpload": "رفع لقطات الكاميرا",
"HeaderCameraUploadHelp": "Jellyfin apps can automatically upload photos taken from your mobile devices into Jellyfin Server.",
"HeaderCancelSyncJob": "إلغاء المزامنة",
"HeaderCastAndCrew": "الممثلين وطاقم العمل",
"HeaderCastCrew": "الممثلين والطاقم",
@@ -291,7 +261,6 @@
"HeaderChangeFolderTypeHelp": "لتغيير نوع المحتوى، الرجاء إزالة المكتبة وبناءها مرة أخرى بنوع جديد.",
"HeaderChannelAccess": "صلاحيات القنوات",
"HeaderChannels": "القنوات",
"HeaderChapterImages": "Chapter Images",
"HeaderChapters": "الأبواب",
"HeaderCinemaMode": "الطور السينمائي",
"HeaderClients": "العملاء",
@@ -300,7 +269,6 @@
"HeaderCodecProfileHelp": "عرائض الكودك تشير إلى محدودية جهاز ما عند تشغيل وسيطة مشفر بكودك معيّن. إن كان هناك أي محدودية مذكورة فستحال الوسيطة إلى التشغير البيني، حتى لو كانت الصيغة مضبوطة للعمل بتلقائية.",
"HeaderCollections": "المجاميع",
"HeaderColumns": "الأعمدة",
"HeaderConfigureRemoteAccess": "Configure Remote Access",
"HeaderConfirm": "تأكيد",
"HeaderConfirmDeletion": "تأكيد الحذف",
"HeaderConfirmPluginInstallation": "أكد عملية تثبيت الملحق",
@@ -331,7 +299,6 @@
"HeaderDeleteTaskTrigger": "حذف زناد المهمة",
"HeaderDestination": "المآل",
"HeaderDetails": "التفاصيل",
"HeaderDetectMyDevices": "Detect My Devices",
"HeaderDeveloperInfo": "معلومات المطور",
"HeaderDevice": "الجهاز",
"HeaderDeviceAccess": "الدخول على جهاز",
@@ -341,7 +308,6 @@
"HeaderDisplay": "إظهار",
"HeaderDisplaySettings": "أظهر الإعدادات",
"HeaderDownloadSubtitlesFor": "إنزال الترجمة لـ:",
"HeaderDownloadSync": "Download & Sync",
"HeaderEasyPinCode": "الرمز الشخصي الميسر",
"HeaderEmbeddedImage": "الصور المضمّنة",
"HeaderEpisodes": "الحلقات",
@@ -356,11 +322,9 @@
"HeaderFavoriteMovies": "الأفلام المفضلة",
"HeaderFavoriteShows": "المسلسلات المفضلة",
"HeaderFavoriteSongs": "الأغاني المفضلة",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFeatureAccess": "صلاحية الخاصية",
"HeaderFeatures": "المواصقات",
"HeaderFetchImages": "إطهار الصور:",
"HeaderFetcherSettings": "Fetcher Settings",
"HeaderFilters": "مرشحات",
"HeaderForKids": "للأطفال",
"HeaderForgotKey": "نسيت المفتاح",
@@ -394,13 +358,10 @@
"HeaderItems": "العناصر",
"HeaderJellyfinAccountAdded": "تمت إضافة حساب أمبي ",
"HeaderJellyfinAccountRemoved": "تمت إزالة حساب أمبي",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "To enable or disable Nfo metadata, edit a library in Jellyfin library setup and locate the metadata savers section.",
"HeaderLanguage": "اللغة",
"HeaderLatestAlbums": "أحدث الألبومات",
"HeaderLatestChannelItems": "أحدث عناصر القناة",
"HeaderLatestChannelMedia": "أحدث عناصر القنوات",
"HeaderLatestDownloadedVideos": "Latest Downloaded Videos",
"HeaderLatestEpisodes": "احدث الحلقات",
"HeaderLatestFromChannel": "الأحدث من {0}",
"HeaderLatestItems": "أحدث العناصر",
@@ -415,11 +376,9 @@
"HeaderLibrary": "المكتبة",
"HeaderLibraryAccess": "صلاحيات المكتبة",
"HeaderLibraryFolders": "مجلدات الوسائط",
"HeaderLibrarySettings": "Library Settings",
"HeaderLinks": "روابط",
"HeaderLiveTV": "التلفاز المباشر",
"HeaderLiveTv": "التلفاز المباشر",
"HeaderLiveTvTunerSetup": "Live TV Tuner Setup",
"HeaderLoginFailure": "فشل في تسجيل الدخول",
"HeaderManagement": "الإدارة",
"HeaderMedia": "الوسائط",
@@ -438,7 +397,6 @@
"HeaderNetwork": "الشبكة",
"HeaderNewApiKey": "مفتاح api جديد",
"HeaderNewApiKeyHelp": "إمنح التطبيق الصلاحية للوصول إلى خادم أمبي",
"HeaderNewDevices": "New Devices",
"HeaderNewServer": "خادم جديد",
"HeaderNewUsers": "المستخدمون الجدد",
"HeaderNextUp": "التالى",
@@ -447,7 +405,6 @@
"HeaderNumberOfPlayers": "المشغلات",
"HeaderOffline": "منقطع الاتصال",
"HeaderOfflineSync": "مزامنة مقطوعة الاتصال",
"HeaderOnNow": "On Now",
"HeaderOptions": "الخيارات",
"HeaderOtherDisplaySettings": "إظهار الإعدادات",
"HeaderOtherItems": "عناصر أخرى",
@@ -496,10 +453,8 @@
"HeaderReviews": "التقييمات المكتوبة",
"HeaderRevisionHistory": "تاريخ المراجعات",
"HeaderRunningTasks": "المهام المشغّلة",
"HeaderRuntime": "Runtime",
"HeaderScenes": "المشاهد",
"HeaderSchedule": "الجدول",
"HeaderScreenSavers": "Screen Savers",
"HeaderSearch": "بحث",
"HeaderSeason": "الموسم",
"HeaderSeasonNumber": "رقم الموسم",
@@ -543,7 +498,6 @@
"HeaderSplitMedia": "جزّئ الوسيطة إلى جزئين",
"HeaderStatus": "الوضعية",
"HeaderStudios": "الأستوديوهات",
"HeaderSubtitleDownloads": "Subtitle Downloads",
"HeaderSubtitleProfile": "عريضة الترجمة",
"HeaderSubtitleProfiles": "عرائض الترجمة",
"HeaderSubtitleProfilesHelp": "عرائض الترجمة تصف صيغ الترجمة المدعومة على الأجهزة المختلفة.",
@@ -578,7 +532,6 @@
"HeaderUnknownDate": "التاريخ غير معروف",
"HeaderUnknownYear": "العام غير معروف",
"HeaderUnrated": "غير مقيّم",
"HeaderUpcomingEpisodes": "Upcoming Episodes",
"HeaderUpcomingNews": "الاخبار القادمة",
"HeaderUpcomingOnTV": "البرامج القادمة على التلفاز",
"HeaderUploadImage": "رفع الصور",
@@ -600,11 +553,9 @@
"HeadersFolders": "مجلد:",
"HowToConnectFromJellyfinApps": "كيفية الاتصال من تطبيقات أمبي",
"HowWouldYouLikeToAddUser": "كيف ترغب في إضافة مستخدم؟",
"HttpsRequiresCert": "To enable secure connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt. Please either supply a certificate, or disable secure connections.",
"ImageUploadAspectRatioHelp": "النسبة الباعية الموصى بها هي نسبة 1 إلى 1. صيغة الملف هي jpg أو png.",
"ImportFavoriteChannelsHelp": "عند التفعيل، فقط القنوات التي علّمت في المفضلة على هذا المولف ستورد إلى النظام.",
"ImportMissingEpisodesHelp": "عند التمكين، المعلومات الناقصة للحلقات ستورّد إلى قاعدة بيانات أمبي وستعرض داخل المواسم والمسلسلات. قد تتسبب هذه بأوقات أطول بكثير عند تمشيط المكنبات.",
"Invitations": "Invitations",
"InviteAnJellyfinConnectUser": "اضافة مستخدم بإرسال دعوة عبر الايميل",
"JellyfinIntroDownloadMessage": "لإنزال وتثبيت خادم أمبي المجاني قم بزيارة {0}.",
"JellyfinIntroDownloadMessageWithoutLink": "لإنزال وتثبيت خادم أمبي المجاني قم بزيارة موقع أمبي.",
@@ -633,8 +584,6 @@
"LabelAllowHWTranscoding": "السماح بالتشفير البيني بعتاد الحاسب",
"LabelAllowServerAutoRestart": "السماح للخادم أن يعيد التشغيل آلياً لتفعيل التحديثات",
"LabelAllowServerAutoRestartHelp": "الخادم سيعيد التشغيل في فترات الركود فقط، حين لا يكون هناك أي مستخدمين متصلين.",
"LabelAllowedRemoteAddresses": "Remote IP address filter:",
"LabelAllowedRemoteAddressesMode": "Remote IP address filter mode:",
"LabelAnytime": "أي وقت",
"LabelAppName": "اسم التطبيق",
"LabelAppNameExample": "مثال: Sickbeard، NzbDrone",
@@ -643,22 +592,17 @@
"LabelArtistsHelp": "فصل الاستعمالات المتعددة:",
"LabelAudioCodec": "مقطع الصوت: {0}",
"LabelAudioLanguagePreference": "اللغة المفضلة للصوت:",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
"LabelAvailableTokens": "الفيش المتاحة:",
"LabelBindToLocalNetworkAddress": "إربطه إلى عنوان شبكة محلي:",
"LabelBindToLocalNetworkAddressHelp": "هذا خياري. امتطي عنوان الآي بي المحلي لربطه بخادم http. إذا ترك فارغاً، فإن الخادم سيربطه بجميع العناوين المتاحة. تغيير هذه القيمة يتطلب إعادة تشغيل خادم أمبي.",
"LabelBitrateMbps": "معدّل البت (بالميغابت):",
"LabelBlastMessageInterval": "فترات بث رسالة قيد التشغيل (بالثواني)",
"LabelBlastMessageIntervalHelp": "يحدد الفترة بالثواني بين يث رسائل قيد التشغيل",
"LabelBlockContentWithTags": "Block items with tags:",
"LabelCache": "ذاكرة الكاشة",
"LabelCachePath": "مسار ذاكرة الكاشة:",
"LabelCachePathHelp": "حدد موقع مخصص لملفات كاشة الخادم، مثل الصور وغيرها. أترك هذه الخانة فارغة لاستعمال القيمة التلقائية.",
"LabelCameraUploadPath": "مسار حفظ رفع مقاطع الكاميرا:",
"LabelCameraUploadPathHelp": "Select a custom upload path. This will override any default settings set in the Camera Upload section. If left blank, a default folder will be used. If using a custom path it will also need to be added as a library in Jellyfin library setup.",
"LabelCancelled": "تم الإلغاء",
"LabelCertificatePassword": "Certificate password:",
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here.",
"LabelChannelStreamQuality": "الجودة المفضلة قناة الإنترنت:",
"LabelChannelStreamQualityHelp": "في بيئة ذات اتصال ضعيف، تقليل الجودة قد تحسّن فاعلية تدفق عرض الفيديو.",
"LabelCodecIntrosPath": "مسار المقطع الدعائي للكودك:",
@@ -700,7 +644,6 @@
"LabelDefaultStream": "(إفتراضي)",
"LabelDefaultUser": "المستخدم الافتراضي",
"LabelDefaultUserHelp": "لتحديد مكتبة المستخدم التي تظهر على الأجهزة المتصلة. بإمكان الامتطاء على هذه القيمة لكل جهاز عن طريق عرائض الأجهزة.",
"LabelDeinterlacingMethod": "Deinterlacing method:",
"LabelDeviceDescription": "وصف الجهاز",
"LabelDidlMode": "طور didl:",
"LabelDisabled": "غير مفعل",
@@ -716,7 +659,6 @@
"LabelDownloadInternetMetadata": "إنزال الاعمال الفنية وواصفات البيانات من الانترنت",
"LabelDownloadInternetMetadataHelp": "خادم أمبي بإمكانه أن ينزل المعلومات عن وسائطك لتفعيل خاصية العرض المثري.",
"LabelDownloadLanguages": "إنزال اللغة:",
"LabelDropImageHere": "Drop image here.",
"LabelDynamicExternalId": "معرفة {0}:",
"LabelEasyPinCode": "الرمز الشخصي الميسر:",
"LabelEmail": "البريد الإلكتروني:",
@@ -739,7 +681,6 @@
"LabelEnableDlnaServer": "تفعيل خادم Dlna",
"LabelEnableDlnaServerHelp": "يمكن أجهزة UPnP على شبكتك لتصفح محتوى أمبي.",
"LabelEnableFullScreen": "تمكين طور ملء الشاشة",
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelEnableIntroParentalControl": "تفعيل خاصية التحكم الأبوي الذكي",
"LabelEnableIntroParentalControlHelp": "العروض الإعلانية ستُختار فقط بتصنيف رقابة أبوية أقل أو يساوي المحتوي الذي يتم مشاهدته.",
"LabelEnableRealtimeMonitor": "تفعيل خاصية المراقبة في الوقت الحقيقي",
@@ -757,7 +698,6 @@
"LabelEvent": "الحدث:",
"LabelEveryXMinutes": "كل:",
"LabelExternalDDNS": "النطاق الخارجي:",
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Jellyfin apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
"LabelExternalPlayers": "مشغلات خارجية:",
"LabelExtractChaptersDuringLibraryScan": "استخلص صور الأبواب أثناء تمشيط المكتبة",
"LabelExtractChaptersDuringLibraryScanHelp": "عند التفعيل، فإن صور الأبواب ستُستخلص عندما تدرج الفيديوهات الجديدة أثناء تمشيط المكتبة. عند عدم التفعيل فإن عملية الاستخلاص ستكون محصورة أثناء مهمة صور الأبواب المجدولة، ما يسمح لعملية تمشيط المكتبة أن تنتهي بصورة أسرع.",
@@ -788,7 +728,6 @@
"LabelIconMaxHeightHelp": "الدقة القصوى للأيقونة المظهّرة عبر سمة upnp:icon.",
"LabelIconMaxWidth": "العرض الأقصى للأيقونة:",
"LabelIconMaxWidthHelp": "الدقة القصوى لرسومات الألبوم المظهّرة عبر سمة upnp:icon.",
"LabelIdentificationFieldHelp": "A case-insensitive substring or regex expression.",
"LabelImage": "الصور:",
"LabelImageFetchers": "جالبات الصور:",
"LabelImageFetchersHelp": "مكّن ورتّب جالبات الصور التي تفضلها حسب أولوية التفضيل. ",
@@ -807,15 +746,11 @@
"LabelKodiMetadataEnablePathSubstitutionHelp": "فعل إبدال المسارات الخاصة بمسارات الصور مستخدماً إعدادات إبدال المسارات الخاصة بالخادم.",
"LabelKodiMetadataSaveImagePaths": "إحفظ مسارات الصور داخل ملقات nfo",
"LabelKodiMetadataSaveImagePathsHelp": "هذا الخيار ينصح به إذا كان لديك صور لا تتوافق مع الدليل الإرشادي لنظام Kodi.",
"LabelKodiMetadataUser": "Save user watch data to nfo's for:",
"LabelKodiMetadataUserHelp": "Enable this to save watch data to Nfo files for other applications to utilize.",
"LabelLanNetworks": "LAN networks:",
"LabelLanguage": "اللغة:",
"LabelLastResult": "النتيجة الأخيرة:",
"LabelLimit": "الحد:",
"LabelLimitIntrosToUnwatchedContent": "شغل العروض الإعلانية للأفلام التي لم تتم مشاهدتها فقط",
"LabelLineup": "سلسل:",
"LabelLocalAccessUrl": "LAN address: {0}",
"LabelLocalHttpServerPortNumber": "رقم منفذ http المحلي:",
"LabelLocalHttpServerPortNumberHelp": "رقم منفذ http المتوجب على الخادم أن يرتبط من خلاله.",
"LabelLocalSyncStatusValue": "الوضعية: {0}",
@@ -840,7 +775,6 @@
"LabelMessageText": "نص الرسالة:",
"LabelMessageTitle": "عنوان الرسالة:",
"LabelMetadata": "واصفات البيانات:",
"LabelMetadataDownloadLanguage": "Preferred metadata language:",
"LabelMetadataDownloaders": "منزّلات واصفات البيانات",
"LabelMetadataDownloadersHelp": "مكّن ورتّب منزّلات واصفات البيانات التي تفضلها حسب أولوية التفضيل. المنزّلات الأقل أولوية ستستخدم لتحل محل المعلومات التي لا يمكن العثور عليها.",
"LabelMetadataPath": "مسار واصفات البيانات:",
@@ -873,7 +807,6 @@
"LabelMusicStreamingTranscodingBitrateHelp": "تحديد الحد الأقصى لمعدل البت وقت البث التدفقي الموسيقي",
"LabelMusicVideo": "الفيديو الموسيقي",
"LabelName": "الاسم:",
"LabelNativeExternalPlayersHelp": "Play videos using external players.",
"LabelNewName": "الاسم الجديد:",
"LabelNewPassword": "كلمة السر الجديدة:",
"LabelNewPasswordConfirm": "تأكيد كلمة السر الجديدة:",
@@ -926,9 +859,7 @@
"LabelRecordingPath": "المسار الافتراضي للمقاطع المسجلة:",
"LabelRecordingPathHelp": "حدد موقع افتراضي لحفظ المقاطع المسجلة، لو تركت هذه الخانة فارغة، فسيستعمل مجلد بيانات البرنامج.",
"LabelReleaseDate": "تاريخ الإصدار",
"LabelRemoteAccessUrl": "WAN address: {0}",
"LabelRemoteClientBitrateLimit": "حدد معدل البت للتشغيل التدفقي عبر الإنترنت (Mbps)",
"LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.",
"LabelReport": "التقرير:",
"LabelResumePoint": "نقطة الاستئناف",
"LabelRunningOnPort": "متصل عبر منفذ httpـ {0}",
@@ -941,7 +872,6 @@
"LabelSeasonFolderPattern": "نمط مجلد الموسم:",
"LabelSeasonNumber": "رقم الموسم:",
"LabelSeasonZeroFolderName": "اسم مجلد الموسم رقم صفر:",
"LabelSecureConnectionsMode": "Secure connection mode:",
"LabelSelectInternetTrailersForCinemaMode": "العروض الإعلانية من الإنترنت:",
"LabelSelectUsers": "إختر المستخدم:",
"LabelSelectVersionToInstall": "إختر الإصدار للتثبيت",
@@ -952,7 +882,6 @@
"LabelServerHost": "المضيف:",
"LabelServerHostHelp": "192.168.1.100 أو https://myserver.com",
"LabelServerPort": "المنفذ:",
"LabelSimultaneousConnectionLimit": "Simultaneous stream limit:",
"LabelSkipIfAudioTrackPresent": "تخطّىإن كان المقطع الصوتي الافتراضي يتوافق مع اللغة المنزلة",
"LabelSkipIfAudioTrackPresentHelp": "لا تختر هذه لكي تؤكد وجود ترجمة لجميع الفيديوهات، بغض النظر عن لغة الصوت.",
"LabelSkipIfGraphicalSubsPresent": "تخطّى إن كان الفيديو يحتوى على ترجمة مسبقاً",
@@ -961,13 +890,11 @@
"LabelSonyAggregationFlags": "إشارات تحشيد سوني:",
"LabelSonyAggregationFlagsHelp": "تحدد محتوى عنصر aggregationFlags في النطاق الاسمي لـ urn:schemas-sonycom:av namespace .",
"LabelSource": "المصدر:",
"LabelSpecialSeasonsDisplayName": "Special season display name:",
"LabelSportsCategories": "التصنيفات الرياضية:",
"LabelStartWhenPossible": "إبدأ حال الإمكان:",
"LabelStatus": "الوضعية:",
"LabelStopWhenPossible": "أوقف حال الإمكان",
"LabelStopping": "قيد الإيقاف",
"LabelSubtitleDownloaders": "Subtitle downloaders:",
"LabelSubtitleFormatHelp": "مثال: صيغة srt",
"LabelSubtitleLanguagePreference": "اللغة المفضلة للترجمة:",
"LabelSubtitlePlaybackMode": "طور الترجمة:",
@@ -976,7 +903,6 @@
"LabelSyncTempPath": "مسار الملفات المؤقتة:",
"LabelSyncTempPathHelp": "حدد مجلد عمل مخصوص للتزامن. الوسائط المنشأة نتيجة تحويل صيغتها خلال عملية التزامن ستحفظ هنا.",
"LabelTag": "البطاقة:",
"LabelTheme": "Theme:",
"LabelTime": "الوقت:",
"LabelTimeLimitHours": "الوقت المحدد (بالساعة):",
"LabelTranscodingAudioCodec": "كودك تشفير الصوت:",
@@ -1000,10 +926,8 @@
"LabelUrl": "الرابط:",
"LabelUseNotificationServices": "استخدم الخدمات التالية",
"LabelUser": "المستخدم:",
"LabelUserAgent": "User agent:",
"LabelUserLibrary": "مكتبة المستخدم:",
"LabelUserLibraryHelp": "إاختر أي من مكتبات المستخدم لإظهارها على الجهاز. أتركها فارغة لوراثة القيمة الافتراضية",
"LabelUserRemoteClientBitrateLimitHelp": "This will override the default global value set in server playback settings.",
"LabelUsername": "اسم المستخدم:",
"LabelVaapiDevice": "جهاز واجهة API صوت وصورة:",
"LabelVaapiDeviceHelp": "هذه هي عقدة التصيير التي ستستخدم من قبل التسريع بعتاد الحاسوب.",
@@ -1024,21 +948,15 @@
"LabelffmpegPath": "مسار ffmpeg:",
"LabelffmpegPathHelp": "المسار الدال على ملف تطبيق ffmpeg أو المجلد الذي يحتوي ffmpeg.",
"LabelffmpegVersion": "إصدار ffmpeg:",
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
"LatestFromLibrary": "أحدث ال{0}",
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "اختر مجلد وسائط لمشاركته مع هذا المستخدم. المدراء سيكونون قادرين على تغيير إعدادات المجلدات باستخدام مدير واصفات البيانات.",
"LinkApi": "واجهة برمجية",
"LinkCommunity": "مجتمع الأعضاء",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "إعرف المزيد عن أمبي التميّز",
"LiveTvUpdateAvailable": "(هناك تحديثات متوفرة)",
"LoginDisclaimer": "لقد صمم أمبي لمساعدتك في إدارة مكتبات وسائطك. مثل الفيديو المنزلي والصور الخاصة بك. الرجاء مطالعة شروط وأحكام الاستخدام. إن استخدام أي برنامج من برامج أمبي يعتبر قبول منك على هذه الشروط والأحكام.",
"ManageLibrary": "Manage library",
"ManageOfflineDownloads": "إدارة الملفات المنزلة مقطوعة الاتصال",
"MapChannels": "توفيق القنوات",
"MarkFFmpegExec": "If you are running Linux or OSX, you will need to locate the ffmpeg and ffprobe files and mark them as executable. This is needed to grant Jellyfin permission to execute them.",
"MaxParentalRatingHelp": "المحتويات ذات التصنيف الأبوي الأعلى ستخفى عن هذا المستخدم.",
"MediaInfoAltitude": "الارتفاع",
"MediaInfoAnamorphic": "التشوه",
@@ -1095,7 +1013,6 @@
"MessageConfirmRevokeApiKey": "هل أنت متأكد من أنك تريد أن ترفض المفتاح (api) هذا؟ سيتم قطع اتصال التطبيق عن خادم أمبي مباشرة.",
"MessageConfirmShutdown": "هل أنت متأكد أنك تريد أن تنهي تشغيل خادم أمبي؟",
"MessageConfirmSplitMedia": "هل أنت متأكد أنك تريد أن تجزّئ مصادر الوسائط إلى عناصر منفصلة؟",
"MessageConfirmSubCancel": "NO, Please don't go... You will miss out on all the great features of Jellyfin Premiere!",
"MessageConnectAccountRequiredToInviteGuest": "لكي تتمكن من دعوة ضيوف يجب عليك أولاً أن تربط حساب أمبي الخاص بك بهذا الخادم.",
"MessageContactAdminToResetPassword": "الرجاء التواصل مع مدير النظام لإعادة أعداد كملة سرّك.",
"MessageCreateAccountAt": "أنشئ حساب في {0}",
@@ -1146,7 +1063,6 @@
"MessagePleaseEnsureInternetMetadata": "الرجاء التأكد من أن إمكانية إنزال واصفات البيانات من الإنترنت ممكنة.",
"MessagePleaseRestart": "الرجاء إعادة التشغيل لإنهاء عمليات التحديث.",
"MessagePleaseRestartServerToFinishUpdating": "الرجاء إعادة تشغيل الخادم لإنهاء تطبيق التحديثات.",
"MessagePleaseWait": "Please wait. This may take a minute.",
"MessagePluginConfigurationRequiresLocalAccess": "لضبط",
"MessagePluginInstallDisclaimer": "إن الملحقات التي بناها أعضاء مجتمع أمبي لهي طريقة رائعة لتحسين متعة استخدام أمبي وذلك بإضافة المزايا والخدمات الجديدة. قبل تثبيت الملحقات، نرجو أخذ العلم بالآثار التي قد تلحقها بخادم أمبي الخاص بك، مثل أوقات أطولة لتمشيط مكتبتك، والعمليات الخلفية الإضافية وتقليل استقرار نظامك.",
"MessagePluginRequiresSubscription": "هذا الملحق يتطلب اشتراك أمبي التميّز ساري المفعول بعد 14 يوم من الفترة التجريبية المجانية.",
@@ -1164,7 +1080,6 @@
"MessageUnableToConnectToServer": "لم نستطع الاتصال إلى الخادم المختار في الوقت الحالي. الرجاء التأكد من أنه يعمل ثم المحاولة مرة أخرى.",
"MessageUnsetContentHelp": "المحتوى سيعرض كمجدات اعتيادية. لأفضل النتائج استخدم مدير واصفات البيانات لإعداد نوع محتوى المجلدات الفرعية.",
"MessageYouHaveVersionInstalled": "الإصدار المثبت حالياً هو {0}.",
"Metadata": "Metadata",
"MetadataManager": "مدير واصفات البيانات",
"MetadataSettingChangeHelp": "تغيير واصفات البيانات سيكون له تأثير على المحتوى الجديد الذي سيضاف لاحقاً. لإعادة تنشيط المحتوى الموجود، إفتح شاشة التفاصيل ثم اضغط على زر إعادة التنشيط، أو قم بعمل إعادة تنشيط جماعية من خلال مدير واصفات البيانات.",
"MinutesAfter": "عدد الدقائق اللاحقة",
@@ -1175,24 +1090,16 @@
"MissingPrimaryImage": "لا توجد صورة رئيسية.",
"MoreFromValue": "المزيد من {0}",
"MoreUsersCanBeAddedLater": "يمكن اضافة المستخدمين لاحقا من لوحة العدادات.",
"MovieLibraryHelp": "Review the {0}Jellyfin movie naming guide{1}.",
"Mute": "صامت",
"Never": "Never",
"NewVersionOfSomethingAvailable": "هناك إصدار جديد متوفر رقمه {0}!",
"News": "News",
"NextUp": "التالي",
"NoNewDevicesFound": "No new devices found. To add a new tuner, close this dialog and enter the device information manually.",
"NoNextUpItemsMessage": "لم يتم ايجاد شيء، إبدأ بمشاهدة برامجك!",
"NoPluginConfigurationMessage": "هذا الملحق ليس له إعدادات تضبط.",
"NoPluginsInstalledMessage": "لا يوجد لديك اى ملاحق مثبتة.",
"NoResultsFound": "لم يتم العثور على أية نتائج.",
"Notifications": "الإشعارات",
"NumLocationsValue": "{0} مجلد(ات)",
"OpenSubtitleInstructions": "You'll need to configure Open Subtitles account information on the Open Subtitles configuration screen in the Jellyfin Server dashboard.",
"Option2Player": "2+",
"Option3D": "ثلاثي أبعاد",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "الممثل",
"OptionActors": "الممثلون",
"OptionAdminUsers": "المدراء",
@@ -1208,12 +1115,10 @@
"OptionAllowLinkSharingHelp": "فقط الصفحات التي تحتويى على معلومات الوسائط سيسمح لها بالمشاركة. أما ملفات الوسائط فإنها لن تشارك مع قنوات التواصل. المشاركات محددة زمنياً وستنتهي بعد {0} يوم/أيام.",
"OptionAllowManageLiveTv": "السماح بإدارة وتسجيل قنوات التلفزة الحية",
"OptionAllowMediaPlayback": "السماح بتشغيل الوسائط",
"OptionAllowMediaPlaybackTranscodingHelp": "Restricting access to transcoding may cause playback failures in Jellyfin apps due to unsupported media formats.",
"OptionAllowRemoteControlOthers": "السماح بالتحكم في المستخدمين الآخرين عن بعد",
"OptionAllowRemoteSharedDevices": "السماح بالتحكم في الأجهزة المشاركة عن بعد",
"OptionAllowRemoteSharedDevicesHelp": "أجهزة Dlna ستعتبر مشاركة إلى أن يبدأ مستخدم ما بالتحكم بها.",
"OptionAllowSyncContent": "اسمح بالمزامنة",
"OptionAllowSyncTranscoding": "Allow media downloading and syncing that requires transcoding",
"OptionAllowUserToManageServer": "إسمح لهذا المستخدم بالتحكم بالخادم",
"OptionAllowVideoPlaybackRemuxing": "تمكين تشغيل الفيديو الذي يحتاج إلى التحويل من غير تشفير",
"OptionAllowVideoPlaybackTranscoding": "تمكين تشغيل الفيديو الذي يحتاج تشفيراً بينياً",
@@ -1242,7 +1147,6 @@
"OptionBlockOthers": "أخريات",
"OptionBlockTrailers": "العروض الإعلانية",
"OptionBlockTvShows": "المسلسلات التلفزيونية",
"OptionBluray": "Bluray",
"OptionBooks": "الكتب",
"OptionBox": "الصندوق",
"OptionBoxRear": "خلفية الصندوق",
@@ -1255,7 +1159,6 @@
"OptionConvertRecordingPreserveAudio": "حافظ على الصوت الأصلي عند تغيير التسجيل (متى ما أمكن)",
"OptionConvertRecordingPreserveAudioHelp": "هذا سيعطي جودة صوت أفضل لكنه سيجتاج إلى تشفير بيني أثناء التشغيل على بعض الأجهزة.",
"OptionConvertRecordingsToStreamingFormat": "حول التسجيلات إلى تدفقات ذات صيغ معروفة بشكل آلي.",
"OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MKV for easy playback on your devices.",
"OptionCriticRating": "تقييم النقاد",
"OptionCustomUsers": "مخصوص",
"OptionDaily": "يومي",
@@ -1283,12 +1186,10 @@
"OptionDownloadBoxImage": "الصندوق",
"OptionDownloadDiscImage": "القرص",
"OptionDownloadImagesInAdvance": "أنزل الصور مسبقاً",
"OptionDownloadImagesInAdvanceHelp": "By default, most images are only downloaded when requested by an Jellyfin app. Enable this option to download all images in advance, as new media is imported. This may cause significantly longer library scans.",
"OptionDownloadLogoImage": "اللوغو",
"OptionDownloadMenuImage": "القائمة",
"OptionDownloadPrimaryImage": "أولي",
"OptionDownloadThumbImage": "القصاصة",
"OptionDvd": "Dvd",
"OptionEmbedSubtitles": "ضمّن داخل الحاوية",
"OptionEnableAccessFromAllDevices": "تفعيل الدخول على كافة الأجهزة",
"OptionEnableAccessToAllChannels": "تفعيل الدخول على كافة القنوات",
@@ -1340,7 +1241,6 @@
"OptionInProgress": "قيد التنفيذ",
"OptionIsHD": "جودة عالية",
"OptionIsSD": "جودة منخفضة",
"OptionIso": "Iso",
"OptionKeywords": "الكلمات المفتاحية",
"OptionLatestChannelMedia": "آخر عناصر القناة",
"OptionLatestMedia": "أحدث الوسائط",
@@ -1399,18 +1299,15 @@
"OptionProfileVideo": "الفيديو",
"OptionProfileVideoAudio": "صوتي مرئي",
"OptionProtocolHls": "البت الحي عبر http",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "التسجيل في كافة الأوقات",
"OptionRecordOnAllChannels": "التسجيل في كافة القنوات",
"OptionRecordOnlyNewEpisodes": "التسجيل للحلقات الجديدة فقط",
"OptionRecordSeries": "تسجيل المسلسل",
"OptionRegex": "Regex",
"OptionRelease": "الاصدار الرسمي",
"OptionReleaseDate": "تاريخ الإنتاج",
"OptionReportByteRangeSeekingWhenTranscoding": "قرّر ما إذا كان الخادم يدعم البحث عن البايت حال التشفير",
"OptionReportByteRangeSeekingWhenTranscodingHelp": "هذه مطلوبة لبعض الأجهزة التي لا تحسن البحث في الوقت.",
"OptionRequirePerfectSubtitleMatch": "نزّل فقط الترجمات التي توافق بدقة ملفات الفيديو الخاصة بي",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"OptionResElement": "عناصر res",
"OptionResumable": "إمكانية التكملة",
"OptionResumablemedia": "استئناف",
@@ -1427,7 +1324,6 @@
"OptionSortName": "اسم الترتيب",
"OptionSpecialEpisode": "حصريات",
"OptionStudios": "الأستوديوهات",
"OptionSubstring": "Substring",
"OptionSunday": "الأحد",
"OptionSundayShort": "الأحد",
"OptionSyncLosslessAudioOriginal": "زامن الصوت بالجودة الأصلية فقط",
@@ -1477,18 +1373,10 @@
"PlayOnAnotherDevice": "التشغيل على جاهز آخر",
"PleaseAddAtLeastOneFolder": "الرجاء إضافة مجلد واحد على الأقل لهذه المكتبة بالضغط على زر \"إضافة\"",
"PleaseConfirmPluginInstallation": "الرجاء الضغط على زر موافق لتأكيد قرائتك لما ورد أعلاه وأنك ترغب في الاستمرار في تثبيت الملحق.",
"PleaseUpdateManually": "Please shutdown Jellyfin Server and install the latest version.",
"PluginInstalledMessage": "The plugin has been successfully installed. Jellyfin Server will need to be restarted for changes to take effect.",
"PluginInstalledWithName": "تم تثبيث {0}",
"PluginTabAppClassic": "Jellyfin for Windows Media Center",
"PluginUninstalledWithName": "تمت إزالة {0}",
"PluginUpdatedWithName": "تم تحديث {0}",
"PreferEmbeddedTitlesOverFileNames": "Prefer embedded titles over filenames",
"PreferEmbeddedTitlesOverFileNamesHelp": "This determines the default display title when no internet metadata or local metadata is available.",
"PreferredNotRequired": "Preferred, but not required",
"Programs": "Programs",
"ProviderValue": "هوية المقدم: {0}",
"Rate": "Rate",
"RecommendationBecauseYouLike": "لأنك أحببت {0}",
"RecommendationBecauseYouWatched": "لأنك شاهدت {0}",
"RecommendationDirectedBy": "إخراج {0}",
@@ -1498,17 +1386,10 @@
"ReleaseYearValue": "تاريخ الإصدار: {0}",
"RememberMe": "تذكرني",
"Reporting": "التقارير",
"RequireHttps": "Require https for external connections",
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
"RequiredForAllRemoteConnections": "Required for all remote connections",
"Rewind": "الترجيع",
"SaveSubtitlesIntoMediaFolders": "Save subtitles into media folders",
"SaveSubtitlesIntoMediaFoldersHelp": "Storing subtitles next to video files will allow them to be more easily managed.",
"ScanLibrary": "Scan library",
"SelectCameraUploadServers": "رفع صور الكاميرا إلى الخوادم التالية:",
"SendMessage": "إرسال رسالة",
"Series": "المسلسل",
"ServerRestartNeededAfterPluginInstall": "Jellyfin Server will need to be restarted after installing a plugin.",
"ServerUpdateNeeded": "خادم أمبي بحاجة إلى التحديث. لإنزال أحدث إصدار أمبي، الرجاء زيارة {0}",
"Settings": "الاعدادات",
"SettingsSaved": "تم حفظ الاعدادات.",
@@ -1516,17 +1397,12 @@
"SetupFFmpeg": "ضبط إعدادات ffmpeg",
"SetupFFmpegHelp": "أمبي قد يحتاج إلى حزمة أو تطبيق لتحويل بعض أنواع الوسائط. هناك الكثير من التطبيقات المختلفة متاحة، لكن أمبي تم تطويره واختباره مع تطبيق ffmpeg. إن أمبي ليس مرتبط بأي طريقة من الطرق بـ ffmpeg ولا حقوق ملكيته ولا أكواد برمجته ولا توزيعه.",
"ShowAdvancedSettings": "عرض الاعدادات المتقدمة",
"SimultaneousConnectionLimitHelp": "The maximum number of allowed simultaneous streams. Enter 0 for no limit.",
"Sports": "الرياضة",
"Standard": "اساسي",
"StatusRecording": "جارِ التسجيل",
"StatusRecordingProgram": "جارِ تسجيل {0}",
"StatusWatching": "قيد المشاهدة",
"StatusWatchingProgram": "قيد المشاهدة {0}",
"StopRecording": "Stop recording",
"Subscriptions": "Subscriptions",
"SubtitleDownloadInstructions": "To manage subtitle downloading, click on a library in Jellyfin library setup, and edit the subtitle downloading settings.",
"SubtitleDownloadersHelp": "Enable and rank your preferred subtitle downloaders in order of priority.",
"Subtitles": "الترجمات",
"Sync": "مزامنة",
"SyncMedia": "مرامنة الوسائط",
@@ -1554,7 +1430,6 @@
"TabCollections": "المجاميع",
"TabContainers": "الحاويات",
"TabControls": "التحكم",
"TabDLNA": "DLNA",
"TabDashboard": "لوحة العدادات",
"TabDevices": "الأجهزة",
"TabDirectPlay": "تشغيل مباشر",
@@ -1634,7 +1509,6 @@
"TermsOfUse": "شروط وأحكام الاستخدام",
"TextConnectToServerManually": "اتصل بالخادم بالإعداد اليدوي",
"TextEnjoyBonusFeatures": "استمتع بالمزايا الإضافية",
"Themes": "Themes",
"ThisWizardWillGuideYou": "مرشد الاعدادات سيساعدك خلال خطوات عملية الاعدادات. للبدء، الرجاء اختيار لغتك المفضلة.",
"TitleDevices": "الأجهزة",
"TitleHardwareAcceleration": "تسريع بعتاد الحاسوب",
@@ -1652,11 +1526,9 @@
"TitleSupport": "دعم",
"TitleSync": "مزامنة",
"TitleUsers": "المستخدمون",
"TvLibraryHelp": "Review the {0}Jellyfin TV naming guide{1}.",
"UninstallPluginConfirmation": "هل انت متاكد انك تريد إزالة تثبيت {0}؟",
"UninstallPluginHeader": "الغاء الملحق",
"Unmute": "غير صامت",
"UserAgentHelp": "Supply a custom user-agent http header, if necessary.",
"UserProfilesIntro": "إمبي يتضمن الدعم التلقائي حسابات المستخدمين، ما يتيح لكل مستخدم أن يحفظ إعدادات العرض الخاصة وحالات تشغيل الوسائط وخواص الرقابة الأبوية.",
"Users": "المستخدمين",
"ValueAlbumCount": "{0} ألبومـ(ات)",
@@ -1716,7 +1588,6 @@
"ViewTypeMusicSongs": "الأغاني",
"ViewTypeTvShows": "التلفاز",
"WelcomeToProject": "مرحباً بك في إمبي!",
"Whitelist": "Whitelist",
"WizardCompleted": "هذا كل ما نحتاجه منك الآن. لقد بدأ أمبي بجمع المعلومات التي يحتاجها عن مكتبة الوسائط الخاصة بك. تفحص بعض تطبيقاتنا ثم اضغط <b>إنهاء</b> لعرض <b>لوحة عدادات الخادم</b>.",
"XmlDocumentAttributeListHelp": "هذه السمات تنطبق على العناصر الجذرية لكل رد xml.",
"XmlTvKidsCategoriesHelp": "البرامج من هذه التصنيفات ستعرض كبرامج أطفال. إفصل الإدخالات المتعددة برمز \"|\".",
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-799
View File
File diff suppressed because it is too large Load Diff
-211
View File
@@ -2,28 +2,13 @@
"AddGuideProviderHelp": "Přidat zdroj televizního programu",
"AddItemToCollectionHelp": "Přidat položky do kolekce jejich vyhledáním a použitím pravého tlačítka myši nebo klepnutím na tlačítko menu - přidat do sbírky.",
"AddUser": "Přidat uživatele",
"AddUserByManually": "Add a local user by manually entering user information.",
"AdditionalNotificationServices": "Prohlédněte si katalog zásuvných modulů pro nainstalaci další oznámovací služby.",
"Advanced": "Advanced",
"Alerts": "Alerts",
"All": "Vše",
"AllLibraries": "All libraries",
"AllowDeletionFromAll": "Allow media deletion from all libraries",
"AllowHWTranscodingHelp": "Pokud nastavíte, povolíte tuneru překódování v reálném čase. Může snížit zátěž překódovávání požadované Jellyfin Serverem.",
"AllowMediaConversion": "Allow media conversion",
"AllowMediaConversionHelp": "Grant or deny access to the convert media feature.",
"AllowOnTheFlySubtitleExtraction": "Allow subtitle extraction on the fly",
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Jellyfin apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"AllowRemoteAccess": "Allow remote connections to this Jellyfin Server.",
"AllowRemoteAccessHelp": "If unchecked, all remote connections will be blocked.",
"AllowedRemoteAddressesHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely. If left blank, all remote addresses will be allowed.",
"Audio": "Zvuk",
"BirthDateValue": "Narozen: {0}",
"BirthPlaceValue": "Místo narození: {0}",
"Blacklist": "Blacklist",
"BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)",
"BookLibraryHelp": "Audio a text je podporován",
"Browse": "Browse",
"BrowsePluginCatalogMessage": "Prohlédněte si náš katalog, kde najdete dostupné zásuvné moduly.",
"ButtonAccept": "Přijmout",
"ButtonAdd": "Přidat",
@@ -63,14 +48,12 @@
"ButtonHelp": "Nápověda",
"ButtonHide": "Skrýt",
"ButtonHome": "Domů",
"ButtonInfo": "Info",
"ButtonInviteUser": "Pozvat uživatele",
"ButtonLearnMore": "Zjistit více",
"ButtonLibraryAccess": "Přístup ke knihovně",
"ButtonManageFolders": "Správa složek",
"ButtonManageServer": "Správce serveru",
"ButtonManualLogin": "Manuální přihlášení",
"ButtonMenu": "Menu",
"ButtonMore": "Více",
"ButtonMoreInformation": "Další informace",
"ButtonMute": "Ztlumit",
@@ -83,14 +66,12 @@
"ButtonNo": "Ne",
"ButtonNowPlaying": "Nyní je přehráváno",
"ButtonOff": "Vypnout",
"ButtonOk": "Ok",
"ButtonOpen": "Otevřít",
"ButtonOther": "Další",
"ButtonParentalControl": "Rodičovská kontrola",
"ButtonPause": "Pozastavit",
"ButtonPlay": "Přehrát",
"ButtonPlayTrailer": "Ukázka",
"ButtonPlaylist": "Playlist",
"ButtonPreferences": "Předvolby",
"ButtonPrevious": "Předchozí",
"ButtonPreviousPage": "Předchozí stránka",
@@ -116,12 +97,10 @@
"ButtonResetEasyPassword": "Obnovit easy pin kód",
"ButtonResetPassword": "Obnovit heslo",
"ButtonResetTuner": "Obnovit nastavení tuneru",
"ButtonRestart": "Restart",
"ButtonRestartNow": "Restartovat nyní",
"ButtonResume": "Pokračovat",
"ButtonRevoke": "Odvolat",
"ButtonSave": "Uložit",
"ButtonScanAllLibraries": "Scan All Libraries",
"ButtonScanLibrary": "Prohledat knihovnu",
"ButtonScheduledTasks": "Naplánované úlohy",
"ButtonSearch": "Hledání",
@@ -131,7 +110,6 @@
"ButtonSelectView": "Výběr zobrazení",
"ButtonSend": "Odeslat",
"ButtonSendInvitation": "Odeslat pozvání",
"ButtonServer": "Server",
"ButtonServerDashboard": "Hlavní nabídka serveru",
"ButtonSettings": "Nastavení",
"ButtonShare": "Sdílet",
@@ -143,9 +121,7 @@
"ButtonSkip": "Přeskočit",
"ButtonSort": "Seřadit",
"ButtonSplitVersionsApart": "Rozdělit verze",
"ButtonStart": "Start",
"ButtonStop": "Zastavit",
"ButtonStopRecording": "Stop Recording",
"ButtonSubmit": "Potvrdit",
"ButtonSubtitles": "Titulky",
"ButtonSync": "Synchronizace",
@@ -161,21 +137,17 @@
"ButtonViewWebsite": "Přejít na webové stránky",
"ButtonWebsite": "Webové stránky",
"ButtonYes": "Ano",
"CancelSeries": "Cancel series",
"CategoryApplication": "Aplikace",
"CategoryPlugin": "Zásuvný modul",
"CategorySync": "Synchronizace",
"CategorySystem": "Systém",
"CategoryUser": "Uživatel:",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Vyberte kanály, které chcete sdílet s tímto uživatelem. Administrátoři budou moci upravovat všechny kanály pomocí správce metadat.",
"Channels": "Channels",
"CinemaModeConfigurationHelp": "Režim Cinema přináší zážitky jako z kina přímo do vašeho obývacího pokoje s možností přehrát trailery a vlastní intra před hlavním programem.",
"CinemaModeConfigurationHelp2": "Jellyfin aplikace bude muset povolit nebo zakázat režim kina. TV aplikace povolí ve výchozím nastavení režim kina.",
"CoverArt": "Obal",
"CustomDlnaProfilesHelp": "Vytvořte si vlastní profil se zaměřit na nové zařízení nebo přepsat profil systému.",
"DeathDateValue": "Zemřel: {0}",
"DefaultCameraUploadPathHelp": "Select a custom upload path. If left blank, a default folder will be used. If using a custom path it will also need to be added as a library in Jellyfin library setup.",
"DefaultErrorMessage": "Došlo k chybě při zpracování požadavku. Prosím zkuste to znovu později.",
"DefaultMetadataLangaugeDescription": "Vaše defaultní hodnoty, které mohou být upraveny vůči nastavením dané knihovny",
"Delete": "Odstranit",
@@ -185,23 +157,14 @@
"DeleteMedia": "Odstranit média",
"DeleteUser": "Odstranit uživatele",
"DeleteUserConfirmation": "Jste si jist, že chcete smazat tohoto uživatele?",
"DetectingDevices": "Detecting devices",
"DeviceAccessHelp": "Platí pouze pro zařízení, která mohou být jednoznačně identifikována. Těmto zařízením nebude bráněno v přístupu. Filtrování přístupu uživatelských zařízení bude bránit v užívání nových zařízení, dokud nebudou schváleny.",
"DeviceLastUsedByUserName": "Posledně použil {0}",
"Disabled": "Disabled",
"Downloading": "Downloading",
"Downloads": "Stažení",
"DrmChannelsNotImported": "Kanál s DRM nebude importován",
"EasyPasswordHelp": "Váš PIN kód je snadné používat pro přístup v režimu offline s podporovanými Jellyfin aplikacemi, a může být také použit pro snadné přihlášení v lokální síti.",
"EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments.",
"EnableHardwareEncoding": "Enable hardware encoding",
"EnablePhotos": "Povolit fotky",
"EnablePhotosHelp": "Fotografie budou detekovány a zobrazeny spolu s dalšími multimediálními soubory.",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested. Enabling this when not needed may cause problems.",
"EnterFFmpegLocation": "Vlož cestu k FFmpeg",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? You can sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having a problem, please send an email to {0}.",
"ErrorAddingJellyfinConnectAccount3": "Účet Jellyfin je již propojen s existujícím místním uživatelem. Účet Jellyfin může být spojen pouze s jedním lokálním uživatelem současně.",
"ErrorAddingListingsToSchedulesDirect": "Došlo k chybě při přidání sestavy do účtu vašeho Direct plánovače. Direct plánovač umožňuje pouze omezený počet sestav na účet. Možná se budete muset přihlásit do webových stránek Direct plánovače a před pokračováním odstranit ostatní výpisy ze svého účtu.",
"ErrorAddingMediaPathToVirtualFolder": "Nastala chyba při přidávání cesty k médiím. Zkontrolujte zda zadaná složka je validní a Jellyfin Server má k této složce přístup.",
@@ -217,7 +180,6 @@
"ErrorRemovingJellyfinConnectAccount": "Nastala chyba při odebrání účtu Jellyfin Connect. Zkontrolujte zda máte aktivní internetové připojení a zkuste znovu.",
"ErrorSavingTvProvider": "Při ukládání poskytovatele TV došlo k chybě. Prosím, ujistěte se, že je přístupný a zkuste to znovu.",
"ErrorValidatingSupporterInfo": "Došlo k chybě při ověřování informací o vašem předplatném Jellyfin Premiere. Prosím zkuste to později.",
"EveryNDays": "Every {0} days",
"ExitFullscreen": "Opustit celou obrazovku",
"ExtractChapterImagesHelp": "Extrakce obrázků kapitol umožní klientům zobrazit menu pro výběr scény. Tento proces může být náročný na cpu a může vyžadovat několik GB prostoru. Úloha je standardně spuštěna při analýze videí v nočních hodinách. Není doporučeno spouštět tuto úlohu během standardních hodin, kdy je server vytížen.",
"FFmpegSavePathNotFound": "Nepodařilo se nám najít FFmpeg pomocí cesty, kterou jste zadali. FFprobe je také zapotřebí a musí existovat ve stejné složce. Tyto aplikace jsou obvykle instalovány společně ve stejné složce. Zkontrolujte cestu a zkuste to znovu.",
@@ -236,15 +198,12 @@
"FolderTypePhotos": "Fotky",
"FolderTypeTvShows": "TV",
"FolderTypeUnset": "Nenastaveno (smíšený obsah)",
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
"Fullscreen": "Celá obrazovka",
"General": "General",
"GuestUserNotFound": "Uživatel nenalezen. Prosím, ujistěte se, že název je správný a zkuste to znovu, nebo zkuste zadat jejich e-mailovou adresu.",
"GuideProviderLogin": "Přihlášení",
"GuideProviderSelectListings": "Výběr zobrazení",
"H264CrfHelp": "Constant Rate faktor (CRF) je výchozím nastavení kvality pro kodér x264. Můžete nastavit hodnoty mezi 0 a 51, kde nižší hodnoty vedou lepší kvalitě (na úkor větší velikosti souborů). Rozumné hodnoty jsou mezi 18 a 28. Výchozí hodnota pro x264 je 23, který můžete použít jako výchozí bod.",
"H264EncodingPresetHelp": "Vyber hodnotu faster ke zvýšení výkonu, nebo slower ke zvýšení kvality.",
"HandledByProxy": "Handled by reverse proxy",
"HardwareAccelerationWarning": "Zapnutí hardwarové akcelerace může způsobit nestabilitu v některých prostředích. Ujistěte se, že vaše ovladače operačního systému a videa jsou plně aktuální. Máte-li potíže s přehráváním videa po zapnutí, budete muset změnit nastavení zpět na Auto.",
"HeaderAccessSchedule": "Přístup k naplánované úloze",
"HeaderAccessScheduleHelp": "Vytvořte plán přístupu pro limitování přístupu jen určitém čase.",
@@ -252,7 +211,6 @@
"HeaderActiveRecordings": "Aktivní nahrávání",
"HeaderActivity": "Aktivity",
"HeaderAddDevice": "Přidat zařízení",
"HeaderAddLocalUser": "Add Local User",
"HeaderAddScheduledTaskTrigger": "Přidat Spouštěč",
"HeaderAddTag": "Přidat tag",
"HeaderAddTitles": "Přidat názvy",
@@ -265,12 +223,10 @@
"HeaderAlbums": "Alba",
"HeaderAlert": "Upozornění",
"HeaderAllRecordings": "Všechna nahrávání",
"HeaderAllowMediaDeletionFrom": "Allow Media Deletion From",
"HeaderApiKey": "Klíč Api",
"HeaderApiKeys": "Klíče Api",
"HeaderApiKeysHelp": "Externí aplikace musí mít API klíč, aby mohla komunikovat s Jellyfin Server. Klíče jsou vydávány přihlášením pomocí účtu Jellyfin, nebo manuální žádostí o klíč.",
"HeaderApp": "Aplikace",
"HeaderAudio": "Audio",
"HeaderAudioSettings": "Nastavení zvuku",
"HeaderAudioTracks": "Audio stopy",
"HeaderAutomaticUpdates": "Automatické aktualizace",
@@ -278,12 +234,10 @@
"HeaderAwardsAndReviews": "Ocenění a hodnocení",
"HeaderBackdrops": "Pozadí",
"HeaderBecomeProjectSupporter": "Získat Jellyfin Premiere",
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"HeaderBooks": "Knihy",
"HeaderBranding": "Značkování",
"HeaderBrandingHelp": "Přizpůsobit vzhled Jellyfin, aby odpovídal potřebám vaší skupiny nebo organizace.",
"HeaderCameraUpload": "Upload z fotoaparátu",
"HeaderCameraUploadHelp": "Jellyfin apps can automatically upload photos taken from your mobile devices into Jellyfin Server.",
"HeaderCancelSyncJob": "Zrušit synchronizaci",
"HeaderCastAndCrew": "Herci a obsazení",
"HeaderCastCrew": "Herci a obsazení",
@@ -291,7 +245,6 @@
"HeaderChangeFolderTypeHelp": "Chcete-li změnit typ, vyjměte a znovu prohledejte knihovny s nově přiřazeným typem.",
"HeaderChannelAccess": "Přístup ke kanálu",
"HeaderChannels": "Kanály",
"HeaderChapterImages": "Chapter Images",
"HeaderChapters": "Kapitoly",
"HeaderCinemaMode": "Cinema Mód",
"HeaderClients": "Klienti",
@@ -300,7 +253,6 @@
"HeaderCodecProfileHelp": "Kodek profily označují omezení daného zařízení pro přehrávání pomocí specifických kodeků. Jestliže je omezení aplikováno, média budou překódovany i v případě, že kodek je nakonfigurován pro přímé přehrávání.",
"HeaderCollections": "Kolekce",
"HeaderColumns": "Sloupce",
"HeaderConfigureRemoteAccess": "Configure Remote Access",
"HeaderConfirm": "Souhlas",
"HeaderConfirmDeletion": "Potvrdit smazání",
"HeaderConfirmPluginInstallation": "Potvrzení instalace zásuvného modulu",
@@ -331,7 +283,6 @@
"HeaderDeleteTaskTrigger": "Zrušit spuštění úlohy",
"HeaderDestination": "Umístění",
"HeaderDetails": "Detaily",
"HeaderDetectMyDevices": "Detect My Devices",
"HeaderDeveloperInfo": "Informace pro vývojáře",
"HeaderDevice": "Zařízení",
"HeaderDeviceAccess": "Přístup k zařízení",
@@ -341,12 +292,10 @@
"HeaderDisplay": "Zobrazení",
"HeaderDisplaySettings": "Nastavení zobrazení",
"HeaderDownloadSubtitlesFor": "Stáhnout titulky pro:",
"HeaderDownloadSync": "Download & Sync",
"HeaderEasyPinCode": "Jednoduchý pin kód",
"HeaderEmbeddedImage": "Vložený obrázek",
"HeaderEpisodes": "Epizody",
"HeaderError": "Chyba",
"HeaderExport": "Export",
"HeaderExternalPlayerPlayback": "Přehrát v externím přehrávači",
"HeaderExternalServices": "Externí služby",
"HeaderFavoriteAlbums": "Oblíbená alba",
@@ -356,11 +305,9 @@
"HeaderFavoriteMovies": "Oblíbené filmy",
"HeaderFavoriteShows": "Oblíbené seriály",
"HeaderFavoriteSongs": "Oblíbená hudba",
"HeaderFavoriteVideos": "Favorite Videos",
"HeaderFeatureAccess": "Přístup k funkcím",
"HeaderFeatures": "Funkce",
"HeaderFetchImages": "Načíst obrázky:",
"HeaderFetcherSettings": "Fetcher Settings",
"HeaderFilters": "Filtry",
"HeaderForKids": "Pro děti",
"HeaderForgotKey": "Zapoměl jsem klíč",
@@ -378,8 +325,6 @@
"HeaderIdentificationCriteriaHelp": "Zadejte alespoň jedno identifikační kritérium.",
"HeaderIdentificationHeader": "Hlavička identifikace",
"HeaderImageBackdrop": "Pozadí",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Image Options",
"HeaderImagePrimary": "Primární",
"HeaderImageSettings": "Nastavení obrázků",
"HeaderImages": "Obrázky",
@@ -390,12 +335,9 @@
"HeaderInvitations": "Pozvání",
"HeaderInviteUser": "Pozvat uživatele",
"HeaderInviteUserHelp": "Sdílení médií s přáteli pomocí Jellyfin Connect je jednodušší, než kdy předtím.",
"HeaderInviteWithJellyfinConnect": "Invite with Jellyfin Connect",
"HeaderItems": "Položky",
"HeaderJellyfinAccountAdded": "Jellyfin účet přidán",
"HeaderJellyfinAccountRemoved": "Jellyfin účet odebrán",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "To enable or disable Nfo metadata, edit a library in Jellyfin library setup and locate the metadata savers section.",
"HeaderLanguage": "Jazyk",
"HeaderLatestAlbums": "Nejnovější alba",
"HeaderLatestChannelItems": "Nejnovější položky kanálů",
@@ -417,16 +359,12 @@
"HeaderLibraryFolders": "Složky médií",
"HeaderLibrarySettings": "Nastavení knihovny",
"HeaderLinks": "Odkazy",
"HeaderLiveTV": "Live TV",
"HeaderLiveTv": "Live TV",
"HeaderLiveTvTunerSetup": "Live TV Tuner Setup",
"HeaderLoginFailure": "Přihlášení selhalo",
"HeaderManagement": "Správa",
"HeaderMedia": "Média",
"HeaderMediaFolders": "Složky médií",
"HeaderMediaInfo": "Informace o médiu",
"HeaderMediaLocations": "Složky médií",
"HeaderMenu": "Menu",
"HeaderMissing": "Chybí",
"HeaderMoreLikeThis": "Podobné položky",
"HeaderMovies": "Filmy",
@@ -438,7 +376,6 @@
"HeaderNetwork": "Síť",
"HeaderNewApiKey": "Nový klíč API",
"HeaderNewApiKeyHelp": "Udělit povolení aplikací pro komunikaci s Jellyfin Server.",
"HeaderNewDevices": "New Devices",
"HeaderNewServer": "Nový server",
"HeaderNewUsers": "Noví uživatelé",
"HeaderNextUp": "Očekávané",
@@ -447,7 +384,6 @@
"HeaderNumberOfPlayers": "Hráči",
"HeaderOffline": "offline",
"HeaderOfflineSync": "Offline synchronizace",
"HeaderOnNow": "On Now",
"HeaderOptions": "Možnosti",
"HeaderOtherDisplaySettings": "Nastavení zobrazení",
"HeaderOtherItems": "Další položky",
@@ -474,7 +410,6 @@
"HeaderProfile": "Profil",
"HeaderProfileInformation": "Informace o profilu",
"HeaderProfileServerSettingsHelp": "Tyto hodnoty určují, jak se Jellyfin Server bude prezentovat v zařízení.",
"HeaderProgram": "Program",
"HeaderRecentActivity": "Nedávná aktivita",
"HeaderRecentlyPlayed": "Naposledy přehráváno",
"HeaderRecordingGroups": "Skupiny nahrávek",
@@ -489,7 +424,6 @@
"HeaderResolution": "Rozlišení",
"HeaderResponseProfile": "Profil pro odezvy",
"HeaderResponseProfileHelp": "Response profily poskytují způsob, jak přizpůsobit informace zaslané do zařízení při přehrávání určitými typy médií.",
"HeaderRestart": "Restart",
"HeaderResult": "Výsledek",
"HeaderResume": "Pozastavit",
"HeaderResumeSettings": "Obnovit nastavení",
@@ -499,7 +433,6 @@
"HeaderRuntime": "Délka",
"HeaderScenes": "Scény",
"HeaderSchedule": "Naplánování úlohy",
"HeaderScreenSavers": "Screen Savers",
"HeaderSearch": "Vyhledávání",
"HeaderSeason": "Sezóna",
"HeaderSeasonNumber": "Číslo sezóny",
@@ -543,7 +476,6 @@
"HeaderSplitMedia": "Rozdělit Media Apart",
"HeaderStatus": "Stav",
"HeaderStudios": "Studia",
"HeaderSubtitleDownloads": "Subtitle Downloads",
"HeaderSubtitleProfile": "Profil titulků",
"HeaderSubtitleProfiles": "Profily titulků",
"HeaderSubtitleProfilesHelp": "Profily titulků popisují formáty titulků, které daná zařízení podporují.",
@@ -553,7 +485,6 @@
"HeaderSync": "Synchronizace",
"HeaderSyncJobInfo": "Synchronizační úloha",
"HeaderSystemDlnaProfiles": "Systémové profily",
"HeaderTV": "TV",
"HeaderTags": "Tagy",
"HeaderTaskTriggers": "Spouštěče úloh",
"HeaderTermsOfService": "Podmínky služby Jellyfin",
@@ -572,21 +503,17 @@
"HeaderTuners": "Tunery",
"HeaderTvTuners": "Tunery",
"HeaderType": "Typ",
"HeaderTypeImageFetchers": "{0} Image Fetchers",
"HeaderTypeText": "Vložte text",
"HeaderUnaired": "Nevysíláno",
"HeaderUnknownDate": "Datum neznámý",
"HeaderUnknownYear": "Rok neznámý",
"HeaderUnrated": "Nehodnoceno",
"HeaderUpcomingEpisodes": "Upcoming Episodes",
"HeaderUpcomingNews": "Upcoming News",
"HeaderUpcomingOnTV": "Bude vysíláno v TV",
"HeaderUploadImage": "Upload obrázku",
"HeaderUploadNewImage": "Nahrát nový obrázek",
"HeaderUser": "Uživatel",
"HeaderUserPrimaryImage": "Avatar uživatele",
"HeaderUsers": "Uživatelé",
"HeaderVideo": "Video",
"HeaderVideoTypes": "Typ videa",
"HeaderVideos": "Videa",
"HeaderViewOrder": "Pořadí zobrazení",
@@ -599,13 +526,9 @@
"HeaderYears": "Roky",
"HeadersFolders": "Složky",
"HowToConnectFromJellyfinApps": "Jak se připojit z aplikací Jellyfin",
"HowWouldYouLikeToAddUser": "How would you like to add a user?",
"HttpsRequiresCert": "To enable secure connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt. Please either supply a certificate, or disable secure connections.",
"ImageUploadAspectRatioHelp": "Doporučen poměr 1:1. Pouze JPG/PNG.",
"ImportFavoriteChannelsHelp": "Pokud je povoleno, jen kanály označené jako oblíbené budou importována na zařízení tuneru.",
"ImportMissingEpisodesHelp": "Pokud je povoleno, budou informace o chybějících epizodách importovány do databáze Jellyfin a zobrazí se v sezónách seriálu. To může způsobit podstatně delší skenování knihovny.",
"Invitations": "Invitations",
"InviteAnJellyfinConnectUser": "Add a user by sending an email invitation.",
"JellyfinIntroDownloadMessage": "Chcete-li zdarma stáhnout a nainstalovat Jellyfin Server navštivte {0}.",
"JellyfinIntroDownloadMessageWithoutLink": "Pro stažení a instalaci Jellyfin Serveru zdarma navštivte webové stránky Jellyfin.",
"JellyfinIntroMessage": "S Jellyfin můžete snadno streamovat videa, hudbu a fotografie na chytré telefony, tablety a další zařízení ze svého Jellyfin serveru.",
@@ -619,7 +542,6 @@
"LabelAirDays": "Vysíláno:",
"LabelAirTime": "Čas vysílání:",
"LabelAirTime:": "Čas vysílání:",
"LabelAlbum": "Album:",
"LabelAlbumArtHelp": "PN používá obrázek alba v rámci technologie dlna:profileID atributu upnp:albumArtURI. Někteří klienti vyžadují konkrétní hodnoty, bez ohledu na velikost obrázku.",
"LabelAlbumArtMaxHeight": "Maximální výška alba:",
"LabelAlbumArtMaxHeightHelp": "Maximální rozlišení alb nabízených prostřednictvím upnp:albumArtURI.",
@@ -633,32 +555,23 @@
"LabelAllowHWTranscoding": "Povolit hardwarové překódování",
"LabelAllowServerAutoRestart": "Povolit automatický restart serveru pro provedení aktualizace",
"LabelAllowServerAutoRestartHelp": "Server se restartuje pouze v případě, že žádný z uživatelů není aktivní-",
"LabelAllowedRemoteAddresses": "Remote IP address filter:",
"LabelAllowedRemoteAddressesMode": "Remote IP address filter mode:",
"LabelAnytime": "Kdykoliv",
"LabelAppName": "Název aplikace",
"LabelAppNameExample": "Příklad: Sickbeard, NzbDrone",
"LabelArtist": "Umělec",
"LabelArtists": "Umělci:",
"LabelArtistsHelp": "Odděl pomocí ;",
"LabelAudioCodec": "Audio: {0}",
"LabelAudioLanguagePreference": "Upřednostňovaný jazyk videa:",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Automatically refresh metadata from the internet:",
"LabelAvailableTokens": "Dostupné tokeny:",
"LabelBindToLocalNetworkAddress": "Vázat na místní síťovou adresu:",
"LabelBindToLocalNetworkAddressHelp": "Volitelné. Přepsat lokální IP adresu vazanou na http server. Pokud je ponecháno prázdné, server se sváže ke všem dostupným adresám (aplikace bude dostupná na všech síťových zařízení, které server nabízí). Změna této hodnoty vyžaduje restartování Jellyfin Serveru.",
"LabelBitrateMbps": "Datový tok (Mbps):",
"LabelBlastMessageInterval": "Doba zobrazení zprávy (v sekundách)",
"LabelBlastMessageIntervalHelp": "Určuje dobu trvání v sekundách mezi serverovým zobrazením aktuálních zpráv.",
"LabelBlockContentWithTags": "Block items with tags:",
"LabelCache": "Cache:",
"LabelCachePath": "Složka pro cache:",
"LabelCachePathHelp": "Zadejte vlastní umístění pro serverové dočasné soubory, jako jsou obrázky. Ponechte prázdné, pokud chcete použít výchozí nastavení serveru.",
"LabelCameraUploadPath": "Složka pro upload z fotoaparátu:",
"LabelCameraUploadPathHelp": "Select a custom upload path. This will override any default settings set in the Camera Upload section. If left blank, a default folder will be used. If using a custom path it will also need to be added as a library in Jellyfin library setup.",
"LabelCancelled": "Zrušeno",
"LabelCertificatePassword": "Certificate password:",
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here.",
"LabelChannelStreamQuality": "Preferovaná kvalita pro vysílání přes internet:",
"LabelChannelStreamQualityHelp": "Při malé šířce pásma, může pomoci omezování kvality pro hladší streamování videa.",
"LabelCodecIntrosPath": "Složka pro vlastní předehry:",
@@ -681,8 +594,6 @@
"LabelCreateCameraUploadSubfolderHelp": "Konkrétní složky mohou být přiřazeny k zařízení, klikněte na ni ze stránky \"Zařízení\".",
"LabelCurrentPassword": "Aktuální heslo:",
"LabelCurrentPath": "Aktuální cesta:",
"LabelCustomCertificatePath": "Custom ssl certificate path:",
"LabelCustomCertificatePathHelp": "Path to a PKCS #12 file containing a certificate and private key to enable TLS support on a custom domain.",
"LabelCustomCss": "Vlastní css:",
"LabelCustomCssHelp": "Aplikovat vaše uživatelské úpravy CSS do webového rozhraní.",
"LabelCustomDeviceDisplayName": "Jméno pro zobrazení:",
@@ -700,7 +611,6 @@
"LabelDefaultStream": "(Defaultní)",
"LabelDefaultUser": "Výchozí uživatel",
"LabelDefaultUserHelp": "Určí, která uživatelská knihovna by měla být zobrazena na připojených zařízení. Nastavení může být přepsáno pomocí profilů pro každé zařízení.",
"LabelDeinterlacingMethod": "Deinterlacing method:",
"LabelDeviceDescription": "Popis zařízení",
"LabelDidlMode": "DIDL režim:",
"LabelDisabled": "Zakázáno",
@@ -716,10 +626,7 @@
"LabelDownloadInternetMetadata": "Stáhnout přebal a metadata z Internetu",
"LabelDownloadInternetMetadataHelp": "Při povolení \"zlepšené\" prezentace může Jellyfin server stahovat informace o vašich mediálních souborech",
"LabelDownloadLanguages": "Stahované jazyky:",
"LabelDropImageHere": "Drop image here.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Kód Easy pin:",
"LabelEmail": "Email:",
"LabelEmailAddress": "E-mailová adresa",
"LabelEmbedAlbumArtDidl": "Vložit alba do DIDL",
"LabelEmbedAlbumArtDidlHelp": "Některá zařízení preferují tento způsob pro získání alba. Jiné mohou selhat pokud máte tuto volbu povolenu.",
@@ -739,7 +646,6 @@
"LabelEnableDlnaServer": "Povolit Dlna Server",
"LabelEnableDlnaServerHelp": "Povolit UPnP průchod zařízení v síti pro přehrání obsahu Jellyfin.",
"LabelEnableFullScreen": "Povolit celoobrazovkový mód",
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelEnableIntroParentalControl": "Povolit inteligentní rodičovskou kontrolu",
"LabelEnableIntroParentalControlHelp": "Trailery budou vybrány na základě rodičovského hodnocení, které se rovná nebo je nižší než je sledovaný obsah.",
"LabelEnableRealtimeMonitor": "Povolit sledování v reálném čase",
@@ -757,7 +663,6 @@
"LabelEvent": "Událost:",
"LabelEveryXMinutes": "Každý:",
"LabelExternalDDNS": "Externí doména:",
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Jellyfin apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
"LabelExternalPlayers": "Externí přehrávače:",
"LabelExtractChaptersDuringLibraryScan": "Extrakce obrázků kapitol během prohledávání vaší knihovny.",
"LabelExtractChaptersDuringLibraryScanHelp": "Jestliže povolíte, budou snímky kapitol extrahovány při pravidelném prohledávání vaší knihovny. Pokud zakážete budou snímky extrahovány během naplánované úlohy pro extrakci snímků z kapitol, což umožní, při pravidelném prohledávání vaší knihovny, dokončit skenování rychleji.",
@@ -807,12 +712,8 @@
"LabelKodiMetadataEnablePathSubstitutionHelp": "Umožní nahrazení cesty k obrázkům pomocí nastavené cesty serveru pro nahrazení cest.",
"LabelKodiMetadataSaveImagePaths": "Uložit cesty k obrázkům do NFO souborů",
"LabelKodiMetadataSaveImagePathsHelp": "Toto nastavení je doporučeno, pokud používáte názvy souborů (obrázků), které nejsou v souladu s pokyny Kodi.",
"LabelKodiMetadataUser": "Save user watch data to nfo's for:",
"LabelKodiMetadataUserHelp": "Enable this to save watch data to Nfo files for other applications to utilize.",
"LabelLanNetworks": "LAN networks:",
"LabelLanguage": "Jazyk:",
"LabelLastResult": "Poslední výsledky:",
"LabelLimit": "Limit:",
"LabelLimitIntrosToUnwatchedContent": "Přehrávat trailery pouze z nezhlédnutého obsahu.",
"LabelLineup": "Hlavní linie:",
"LabelLocalAccessUrl": "Lokální (LAN) přístup: {0}",
@@ -835,12 +736,9 @@
"LabelMaxResumePercentage": "Maximální procento pro přerušení:",
"LabelMaxResumePercentageHelp": "Tituly budou označeny jako \"přehráno\", pokud budou zastaveny po tomto čase",
"LabelMaxScreenshotsPerItem": "Maximální počet screenshotů:",
"LabelMaxStreamingBitrate": "Max streaming quality:",
"LabelMaxStreamingBitrateHelp": "Zadejte maximální datový tok pro streamování.",
"LabelMessageText": "Text zprávy:",
"LabelMessageTitle": "Nadpis zprávy:",
"LabelMetadata": "Metadata:",
"LabelMetadataDownloadLanguage": "Preferred metadata language:",
"LabelMetadataDownloaders": "Stahovače metadat:",
"LabelMetadataDownloadersHelp": "Povolí řazení vašich preferovaných stahovačů metadat podle priority. Stahovač s nižší prioritou bude použit pouze k doplnění chybějících informací.",
"LabelMetadataPath": "Složka pro metadata:",
@@ -891,7 +789,6 @@
"LabelOptionalM3uUrl": "M3U url (nepovinné):",
"LabelOptionalM3uUrlHelp": "Některá zařízení podporující M3U výpis kanálu.",
"LabelOptionalNetworkPath": "(Nepovinné) Sdílená síťová složka:",
"LabelOptionalNetworkPathHelp": "If this folder is shared on your network, supplying the network share path can allow Jellyfin apps on other devices to access media files directly.",
"LabelPassword": "Heslo:",
"LabelPasswordConfirm": "Heslo (potvrzení)",
"LabelPasswordRecoveryPinCode": "Pin kód:",
@@ -928,7 +825,6 @@
"LabelReleaseDate": "Datum vydání:",
"LabelRemoteAccessUrl": "Vzdálený (WAN) přístup: {0}",
"LabelRemoteClientBitrateLimit": "Datový tok streamování do Internetu (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.",
"LabelReport": "Hlášení:",
"LabelResumePoint": "Bod pokračování:",
"LabelRunningOnPort": "Spuštěno na http portu {0}.",
@@ -941,7 +837,6 @@
"LabelSeasonFolderPattern": "Vzor složky pro sezóny:",
"LabelSeasonNumber": "Číslo sezóny:",
"LabelSeasonZeroFolderName": "Název složky pro speciální sezóny:",
"LabelSecureConnectionsMode": "Secure connection mode:",
"LabelSelectInternetTrailersForCinemaMode": "Internetové trailery:",
"LabelSelectUsers": "Vyberte uživatele:",
"LabelSelectVersionToInstall": "Vyber verzi k instalaci:",
@@ -949,10 +844,7 @@
"LabelSerialNumber": "Sériové číslo",
"LabelSeries": "Seriály",
"LabelSeriesRecordingPath": "Složka pro nahrávání seriálů (volitelné):",
"LabelServerHost": "Host:",
"LabelServerHostHelp": "192.168.1.100 nebo https://mujserver.cz",
"LabelServerPort": "Port:",
"LabelSimultaneousConnectionLimit": "Simultaneous stream limit:",
"LabelSkipIfAudioTrackPresent": "Přeskočit, pokud výchozí zvuková stopa odpovídá jazyku stahování",
"LabelSkipIfAudioTrackPresentHelp": "Zrušte zaškrtnutí pro zobrazení titulků u všech videí, bez ohledu na jazyk zvuku.",
"LabelSkipIfGraphicalSubsPresent": "Přeskočit, jestliže video obsahuje vložené titulky",
@@ -961,13 +853,11 @@
"LabelSonyAggregationFlags": "Agregační příznaky Sony:",
"LabelSonyAggregationFlagsHelp": "Určuje obsah prvku aggregationFlags ve jmenném prostoru urn:schemas-sonycom:av.",
"LabelSource": "Zdroj:",
"LabelSpecialSeasonsDisplayName": "Special season display name:",
"LabelSportsCategories": "Sportovní kategorie:",
"LabelStartWhenPossible": "Spustit jakmile je možné:",
"LabelStatus": "Stav:",
"LabelStopWhenPossible": "Zastavit jakmile je možné",
"LabelStopping": "Zastavování",
"LabelSubtitleDownloaders": "Subtitle downloaders:",
"LabelSubtitleFormatHelp": "Příklad: srt",
"LabelSubtitleLanguagePreference": "Upřednostňovaný jazyk titulků:",
"LabelSubtitlePlaybackMode": "Mód titulků:",
@@ -975,8 +865,6 @@
"LabelSyncPath": "Cesta k synchronizovanému obsahu:",
"LabelSyncTempPath": "Složka pro dočasné soubory:",
"LabelSyncTempPathHelp": "Zadejte vlastní synchronizační pracovní složku. Převedené média vytvořené během synchronizačního procesu zde budou uloženy.",
"LabelTag": "Tag:",
"LabelTheme": "Theme:",
"LabelTime": "Čas:",
"LabelTimeLimitHours": "Časový limit (v hodinách):",
"LabelTranscodingAudioCodec": "Audio kodek:",
@@ -992,18 +880,13 @@
"LabelTunerIpAddress": "IP adresa tuneru:",
"LabelTunerType": "Typ tuneru:",
"LabelType": "Typ:",
"LabelTypeMetadataDownloaders": "{0} metadata downloaders:",
"LabelTypeText": "Text",
"LabelUnairedMissingEpisodesWithinSeasons": "Zobrazit neodvysílané epizody v rámci sezón",
"LabelUnknownLanguage": "Neznámý jazyk",
"LabelUploadSpeedLimit": "Limit rychlosti uploadu (Mbps):",
"LabelUrl": "Url:",
"LabelUseNotificationServices": "Použít následující služby:",
"LabelUser": "Uživatel:",
"LabelUserAgent": "User agent:",
"LabelUserLibrary": "Knihovna uživatele:",
"LabelUserLibraryHelp": "Vyberte, která uživatelská knihovna se zobrazí na zařízení. Ponechte prázdné pro výchozí nastavení.",
"LabelUserRemoteClientBitrateLimitHelp": "This will override the default global value set in server playback settings.",
"LabelUsername": "Uživatelské jméno:",
"LabelVaapiDevice": "VA API Zařízení",
"LabelVaapiDeviceHelp": "Toto je překreslovací node, který je použit pro hardwarovou akceleraci.",
@@ -1011,7 +894,6 @@
"LabelVersionInstalled": "{0} instalováno",
"LabelVersionNumber": "Verze {0}",
"LabelVersionUpToDate": "Aktuální!",
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Typ vide:",
"LabelView": "Pohled:",
"LabelXDlnaCap": "Zachytávací zařízení X-Dlna:",
@@ -1024,18 +906,13 @@
"LabelffmpegPath": "FFmpeg - cesta:",
"LabelffmpegPathHelp": "Cesta k souboru aplikace ffmpeg, nebo složka obsahující aplikaci ffmpeg.",
"LabelffmpegVersion": "FFmpeg - verze:",
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
"LatestFromLibrary": "Nejnovější {0}",
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Vyberte složky médií, které chcete sdílet s tímto uživatelem. Administrátoři budou moci editovat všechny složky pomocí správce metadat.",
"LinkApi": "Api",
"LinkCommunity": "Komunita",
"LinkGithub": "GitHub",
"LinkLearnMoreAboutSubscription": "Zjistěte více o Jellyfin Premiere",
"LiveTvUpdateAvailable": "(Dostupná aktualizace)",
"LoginDisclaimer": "Jellyfin je navržen tak, aby vám pomohl spravovat své osobní knihovny médií, jako jsou domácí videa a fotografie. Přečtěte si prosím naše podmínky použití. Používáním jakéhokoli softwaru Jellyfin souhlasíte s těmito podmínkami.",
"ManageLibrary": "Manage library",
"ManageOfflineDownloads": "Spravovat offline soubory ke stažení",
"MapChannels": "Mapa kanálů",
"MarkFFmpegExec": "Pod posix systémem (Linux nebo OSX), budete muset najít ffmpeg a ffprobe soubory a označit je jako spustitelný soubor. Jellyfin potřebuje udělit oprávnění k jejich spuštění.",
@@ -1052,7 +929,6 @@
"MediaInfoCodec": "Kodek",
"MediaInfoCodecTag": "Značka kodeku",
"MediaInfoContainer": "Kontejner",
"MediaInfoDefault": "Default",
"MediaInfoExposureTime": "Doba expozice",
"MediaInfoExternal": "Externí",
"MediaInfoFile": "Soubor",
@@ -1076,12 +952,8 @@
"MediaInfoSampleRate": "Vzorkovací frekvence",
"MediaInfoShutterSpeed": "Rychlost uzávěrky",
"MediaInfoSize": "Velikost",
"MediaInfoSoftware": "Software",
"MediaInfoStreamTypeAudio": "Audio",
"MediaInfoStreamTypeData": "Data",
"MediaInfoStreamTypeEmbeddedImage": "Vložený obrázek",
"MediaInfoStreamTypeSubtitle": "Titulky",
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoTimestamp": "Časové razítko",
"MessageAlreadyInstalled": "Tato verze je již nainstalována.",
"MessageApplicationUpdated": "Jellyfin Server byl aktualizován",
@@ -1095,7 +967,6 @@
"MessageConfirmRevokeApiKey": "Jste si jisti, že chcete odvolat tento klíč API? Připojení k aplikaci k Jellyfin Server bude násilně ukončeno.",
"MessageConfirmShutdown": "Jste si jist, že chcete vypnout Jellyfin server?",
"MessageConfirmSplitMedia": "Jste si jisti, že chcete rozdělit mediální zdroje do samostatných položek?",
"MessageConfirmSubCancel": "NO, Please don't go... You will miss out on all the great features of Jellyfin Premiere!",
"MessageConnectAccountRequiredToInviteGuest": "Aby bylo možné pozvat hosty je potřeba nejdříve propojit svůj účet Jellyfin k tomuto serveru.",
"MessageContactAdminToResetPassword": "Kontaktujte, prosím, vašeho systémového administrátora k obnovení vašeho hesla.",
"MessageCreateAccountAt": "Vytvořit účet v {0}",
@@ -1104,7 +975,6 @@
"MessageDirectoryPickerBSDInstruction": "Pro BSD, budete možná muset nakonfigurovat úložiště přímo ve Vašem FreeNAS Jail aby k nim Jellyfin povolil přístup.",
"MessageDirectoryPickerInstruction": "Síťové cesty lze zadat ručně v případě, že tlačítko 'Síť' nedokáže automaticky lokalizovat vaše zařízení. Například, {0} nebo {1}.",
"MessageDirectoryPickerLinuxInstruction": "Pro Linux na Arch Linux, CentOS, Debian, Fedora, openSUSE nebo Ubuntu, je nutné přiřadit oprávnění uživatelům k úložištím systému Jellyfin alespoň pro čtení.",
"MessageEnablingOptionLongerScans": "Enabling this option may result in significantly longer library scans.",
"MessageEnsureOpenTuner": "Prosím ujistěte se, že je otevřený tuner dostupný.",
"MessageErrorLoadingSupporterInfo": "Došlo k chybě při načítání informací o Jellyfin Premiere. Prosím zkuste to znovu později.",
"MessageErrorPlayingVideo": "Nastala chyba při přehrávání videa.",
@@ -1146,7 +1016,6 @@
"MessagePleaseEnsureInternetMetadata": "Prosím zkontrolujte, zda máte povoleno stahování metadat z internetu.",
"MessagePleaseRestart": "Pro dokončení aktualizací, prosím, restartujte.",
"MessagePleaseRestartServerToFinishUpdating": "Restartujte, prosím, server pro aplikaci aktualizací.",
"MessagePleaseWait": "Please wait. This may take a minute.",
"MessagePluginConfigurationRequiresLocalAccess": "Pro konfiguraci zásuvného modulu se přihlaste přímo na lokální server",
"MessagePluginInstallDisclaimer": "Zasuvné moduly vytvořené členy Jellyfin komunity jsou skvělý způsob, jak zvýšit svůj Jellyfin prožitek pomocí doplňkových funkcí :-) Před instalací, se prosím seznamte se všemi dopady, které mohou mít na Jellyfin Server, jako je například delší prohledávání knihovny, další zpracování na pozadí, a snížení stability systému.",
"MessagePluginRequiresSubscription": "Tento zásuvný modul bude po 14 denní zkušební verze zdarma vyžadovat aktivní předplatné Jellyfin Premiere.",
@@ -1164,7 +1033,6 @@
"MessageUnableToConnectToServer": "Nejsme schopni se připojit k vybranému serveru právě teď. Prosím, ujistěte se, že je spuštěn a zkuste to znovu.",
"MessageUnsetContentHelp": "Obsah je zobrazen pomocí prostých složek. Pro dosažení nejlepších výsledků pomocí správce metadat nastavte typy obsahu pod-složek.",
"MessageYouHaveVersionInstalled": "V současné době máte instalovánu verzi {0}.",
"Metadata": "Metadata",
"MetadataManager": "Manažer metadat",
"MetadataSettingChangeHelp": "Změna nastavení metadat bude mít vliv na nový obsah, který bude přidáván. Chcete-li aktualizovat stávající obsah, otevřte obrazovku s detailem a klepněte na tlačítko Aktualizovat, nebo proveďte hromadnou aktualizaci pomocí správce metadat.",
"MinutesAfter": "minuty (po)",
@@ -1175,29 +1043,17 @@
"MissingPrimaryImage": "Nedostupný primární obrázek.",
"MoreFromValue": "Více z {0}",
"MoreUsersCanBeAddedLater": "Další uživatele můžete přidat později na Hlavní nabídce.",
"MovieLibraryHelp": "Review the {0}Jellyfin movie naming guide{1}.",
"Mute": "Ztlumit",
"Never": "Never",
"NewVersionOfSomethingAvailable": "Je dostupná nová verze {0}.",
"News": "News",
"NextUp": "Next Up",
"NoNewDevicesFound": "No new devices found. To add a new tuner, close this dialog and enter the device information manually.",
"NoNextUpItemsMessage": "Nic nenalezeno. Začněte sledovat Vaše oblíbené seriály!",
"NoPluginConfigurationMessage": "Tento zásuvný modul nemá žádné nastavení.",
"NoPluginsInstalledMessage": "Nemáte nainstalován žádný zásuvný modul.",
"NoResultsFound": "Žádné výsledky.",
"Notifications": "Notifications",
"NumLocationsValue": "{0} složky",
"OpenSubtitleInstructions": "You'll need to configure Open Subtitles account information on the Open Subtitles configuration screen in the Jellyfin Server dashboard.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Herec",
"OptionActors": "Herci",
"OptionAdminUsers": "Administrátoři",
"OptionAfterSystemEvent": "Po systémové události",
"OptionAlbum": "Album",
"OptionAlbumArtist": "Umělec Alba",
"OptionAll": "Vše",
"OptionAllUsers": "Všichni uživatelé",
@@ -1208,12 +1064,10 @@
"OptionAllowLinkSharingHelp": "Sdílené jsou pouze webové stránky obsahující informace o médiích. Obsah souboru není nikdy sdílen veřejně. Sdílené položky jsou časově omezené a jejich platnost vyprší za {0} dny.",
"OptionAllowManageLiveTv": "Povolit správu nahrávání z Live TV",
"OptionAllowMediaPlayback": "Povolit přehrávání médií",
"OptionAllowMediaPlaybackTranscodingHelp": "Restricting access to transcoding may cause playback failures in Jellyfin apps due to unsupported media formats.",
"OptionAllowRemoteControlOthers": "Povolit vzdálené ovládání ostatních uživatelů",
"OptionAllowRemoteSharedDevices": "Povolit vzdálené ovládání sdílených zařízení",
"OptionAllowRemoteSharedDevicesHelp": "DLNA zařízení jsou považovány za sdílené, dokud je uživatel nezačne omezovat.",
"OptionAllowSyncContent": "Povolit Synchronizaci",
"OptionAllowSyncTranscoding": "Allow media downloading and syncing that requires transcoding",
"OptionAllowUserToManageServer": "Povolit tomuto uživateli správu serveru",
"OptionAllowVideoPlaybackRemuxing": "Umožní přehrávání videa, která vyžaduje konverzi bez opětovného překódování",
"OptionAllowVideoPlaybackTranscoding": "Povolit přehrávání videa, které vyžaduje překódování.",
@@ -1228,7 +1082,6 @@
"OptionBackdrop": "Pozadí",
"OptionBackdropSlideshow": "Slideshow pro pozadí",
"OptionBackdrops": "Pozadí",
"OptionBanner": "Banner",
"OptionBestAvailableStreamQuality": "Nejlépe dostupné",
"OptionBeta": "Betaverze",
"OptionBirthLocation": "Místo narození",
@@ -1242,11 +1095,9 @@
"OptionBlockOthers": "Další",
"OptionBlockTrailers": "Upoutávky",
"OptionBlockTvShows": "Televizní pořady",
"OptionBluray": "Bluray",
"OptionBooks": "Knihy",
"OptionBox": "Pouzdro",
"OptionBoxRear": "Zadní část pouzdra",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Kolekce",
"OptionCommunityRating": "Hodnocení komunity",
"OptionComposer": "Skladatel",
@@ -1255,7 +1106,6 @@
"OptionConvertRecordingPreserveAudio": "Zachovat původní zvuk při konverzi nahrávky (pokud je to možné)",
"OptionConvertRecordingPreserveAudioHelp": "Může poskytnout lepší zvuk, ale může vyžadovat transkódování při přehrávání na některých zařízeních.",
"OptionConvertRecordingsToStreamingFormat": "Automaticky provádět konverzi do podporovaných streamových formátů",
"OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MKV for easy playback on your devices.",
"OptionCriticRating": "Hodnocení kritiků",
"OptionCustomUsers": "Vlastní",
"OptionDaily": "Denní",
@@ -1263,7 +1113,6 @@
"OptionDateAddedFileTime": "Dle data vytvoření souboru",
"OptionDateAddedImportTime": "Dle data přidání do knihovny",
"OptionDatePlayed": "Datum přehrání",
"OptionDefaultSort": "Default",
"OptionDescending": "Sestupně",
"OptionDev": "Vývojářská",
"OptionDirector": "Režisér",
@@ -1279,12 +1128,9 @@
"OptionDisplayFolderViewHelp": "Pokud je povoleno, Jellyfin aplikace zobrazí skupinu složek vedle knihovny médií. To je užitečné, pokud chcete mít pohled na originální složky medií.",
"OptionDownloadArtImage": "Obal",
"OptionDownloadBackImage": "Zadek",
"OptionDownloadBannerImage": "Banner",
"OptionDownloadBoxImage": "Box",
"OptionDownloadDiscImage": "Disk",
"OptionDownloadImagesInAdvance": "Stáhnout obrázky pokročilejším způsobem",
"OptionDownloadImagesInAdvanceHelp": "Ve výchozím nastavení jsou sekundární obrázky staženy, jen při požádání aplikace Jellyfin. Povolením této možnosti se stáhnou všechny obrázky v předstihu, jakmile jsou nová média načtena do knihovny.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Nabídka",
"OptionDownloadPrimaryImage": "Primární",
"OptionDownloadThumbImage": "Miniatura",
@@ -1338,9 +1184,6 @@
"OptionImages": "Obrázky",
"OptionImdbRating": "Hodnocení IMDb",
"OptionInProgress": "V procesu",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "Iso",
"OptionKeywords": "Klíčová slova",
"OptionLatestChannelMedia": "Nejnovější položky kanálu",
"OptionLatestMedia": "Nejnovější média",
@@ -1349,9 +1192,6 @@
"OptionLikes": "Líbí se",
"OptionList": "Seznam",
"OptionLocked": "Zamčeno",
"OptionLogo": "Logo",
"OptionMax": "Max",
"OptionMenu": "Menu",
"OptionMissingEpisode": "Chybějící episody",
"OptionMissingImdbId": "Chybějící IMDb Id",
"OptionMissingOverview": "Chybějící přehled",
@@ -1394,12 +1234,7 @@
"OptionPriority": "Priorita",
"OptionProducer": "Producent",
"OptionProducers": "Producenti",
"OptionProfileAudio": "Audio",
"OptionProfilePhoto": "Fotografie",
"OptionProfileVideo": "Video",
"OptionProfileVideoAudio": "Video Audio",
"OptionProtocolHls": "Http Live Streaming",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Nahrávat kdykoliv",
"OptionRecordOnAllChannels": "Záznam na všech kanálech",
"OptionRecordOnlyNewEpisodes": "Nahrávat pouze nové epizody",
@@ -1410,7 +1245,6 @@
"OptionReportByteRangeSeekingWhenTranscoding": "Oznamuje, že server podporuje byte seeking při překódování.",
"OptionReportByteRangeSeekingWhenTranscodingHelp": "Tento krok je nutný pro některá zařízení, které nemají moc dobrý time seek.",
"OptionRequirePerfectSubtitleMatch": "Stahovat jen titulky, které perfektně sedí k mým video souborům.",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"OptionResElement": "Zdrojový element",
"OptionResumable": "Pozastavavitelný",
"OptionResumablemedia": "Pokračovat",
@@ -1419,7 +1253,6 @@
"OptionSaturdayShort": "Sob",
"OptionSaveMetadataAsHidden": "Ukládat metadata a obrázky jako skryté soubory",
"OptionSaveMetadataAsHiddenHelp": "Změna bude platit pro nově uložená metadata do budoucna. Existující soubory metadat budou aktualizovány příště, jakmile budou uloženy Jellyfin Serverem.",
"OptionScreenshot": "Screenshot",
"OptionSeason0": "Sezóna 0",
"OptionSeasons": "Sezóna",
"OptionSeries": "Seriál",
@@ -1477,18 +1310,10 @@
"PlayOnAnotherDevice": "Přehrát na jiném zařízení",
"PleaseAddAtLeastOneFolder": "Přidejte prosím nejméně jednu složku do této knihovny pomocí tlačítka Přidat.",
"PleaseConfirmPluginInstallation": "Pro potvrzení, že jste si přečetli text výše a chcete pokračovat v instalaci zásuvných modulů, klikněte na tlačítko OK.",
"PleaseUpdateManually": "Please shutdown Jellyfin Server and install the latest version.",
"PluginInstalledMessage": "The plugin has been successfully installed. Jellyfin Server will need to be restarted for changes to take effect.",
"PluginInstalledWithName": "{0} byl nainstalován",
"PluginTabAppClassic": "Jellyfin for Windows Media Center",
"PluginUninstalledWithName": "{0} byl odinstalován",
"PluginUpdatedWithName": "{0} byl aktualizován",
"PreferEmbeddedTitlesOverFileNames": "Prefer embedded titles over filenames",
"PreferEmbeddedTitlesOverFileNamesHelp": "This determines the default display title when no internet metadata or local metadata is available.",
"PreferredNotRequired": "Preferred, but not required",
"Programs": "Programs",
"ProviderValue": "Poskytl: {0}",
"Rate": "Rate",
"RecommendationBecauseYouLike": "Protože se vám líbí {0}",
"RecommendationBecauseYouWatched": "Protože jste sledovali {0}",
"RecommendationDirectedBy": "Režírováno {0}",
@@ -1497,38 +1322,23 @@
"RegisterWithPayPal": "Zaregistrujte se pomocí PayPal",
"ReleaseYearValue": "Rok vydání: {0}",
"RememberMe": "Zapamatuj si mě",
"Reporting": "Reporting",
"RequireHttps": "Require https for external connections",
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
"RequiredForAllRemoteConnections": "Required for all remote connections",
"Rewind": "Přetočit zpět",
"SaveSubtitlesIntoMediaFolders": "Save subtitles into media folders",
"SaveSubtitlesIntoMediaFoldersHelp": "Storing subtitles next to video files will allow them to be more easily managed.",
"ScanLibrary": "Scan library",
"SelectCameraUploadServers": "Upload fotek na následující servery:",
"SendMessage": "Poslat zprávu",
"Series": "Seriály",
"ServerRestartNeededAfterPluginInstall": "Jellyfin Server will need to be restarted after installing a plugin.",
"ServerUpdateNeeded": "Tento Jellyfin Server je třeba aktualizovat. Chcete-li stáhnout nejnovější verzi, navštivte prosím {0}",
"Settings": "Nastavení",
"SettingsSaved": "Nastavení uloženo.",
"SettingsWarning": "Změna těchto hodnot může způsobit nestabilitu nebo selhání připojení. Pokud narazíte na nějaké problémy, doporučujeme jej změnit zpět na výchozí hodnotu.",
"SetupFFmpeg": "Nastavení FFmpeg",
"SetupFFmpegHelp": "Jellyfin může vyžadovat knihovnu nebo aplikaci pro konverzi určitých typů médií. Existuje mnoho různých aplikací, nicméně, Jellyfin byla testována pro práci s ffmpeg. Jellyfin není nijak spojen s ffmpeg, jeho vlastnictvím, kódem nebo distribucí.",
"ShowAdvancedSettings": "Show advanced settings",
"SimultaneousConnectionLimitHelp": "The maximum number of allowed simultaneous streams. Enter 0 for no limit.",
"Sports": "Sport",
"Standard": "Standardní",
"StatusRecording": "Nahrávání",
"StatusRecordingProgram": "Nahrávání {0}",
"StatusWatching": "Sledováno",
"StatusWatchingProgram": "Sledování {0}",
"StopRecording": "Stop recording",
"Subscriptions": "Subscriptions",
"SubtitleDownloadInstructions": "To manage subtitle downloading, click on a library in Jellyfin library setup, and edit the subtitle downloading settings.",
"SubtitleDownloadersHelp": "Enable and rank your preferred subtitle downloaders in order of priority.",
"Subtitles": "Titulky",
"Sync": "Sync",
"SyncMedia": "Synchronizovat média",
"SyncToOtherDevices": "Synchronizovat na další zařízení",
"SynologyUpdateInstructions": "Prosím přihlašte se k DSM a aktualizujte Centrum Balíčků.",
@@ -1554,14 +1364,10 @@
"TabCollections": "Kolekce",
"TabContainers": "Obaly",
"TabControls": "Ovládání",
"TabDLNA": "DLNA",
"TabDashboard": "Hlavní nabídka",
"TabDevices": "Zařízení",
"TabDirectPlay": "Direct Play",
"TabDisplay": "Zobrazení",
"TabEpisodes": "Epizody",
"TabExpert": "Expert",
"TabExtras": "Extras",
"TabFavorites": "Oblíbené",
"TabFilter": "Filtr",
"TabFolders": "Složky",
@@ -1575,14 +1381,11 @@
"TabHosting": "Hostování",
"TabImage": "Obrázek",
"TabImages": "Obrázky",
"TabInfo": "Info",
"TabLanguages": "Jazyky",
"TabLatest": "Nejnovější",
"TabLibrary": "Knihovna",
"TabLibraryAccess": "Přístup ke knihovně",
"TabLiveTV": "Live TV",
"TabLogs": "Záznamy",
"TabMetadata": "Metadata",
"TabMovies": "Filmy",
"TabMusic": "Hudba",
"TabMusicVideos": "Hudební videa",
@@ -1601,7 +1404,6 @@
"TabPaths": "Cesty",
"TabPhotos": "Fotky",
"TabPlayback": "Přehrávání",
"TabPlaylist": "Playlist",
"TabPlaylists": "Playlisty",
"TabPlugins": "Zásuvné moduly",
"TabProfile": "Profil",
@@ -1613,7 +1415,6 @@
"TabScheduledTasks": "Naplánované úlohy",
"TabSecurity": "Zabezpečení",
"TabSeries": "Série",
"TabServer": "Server",
"TabServices": "Služby",
"TabSettings": "Nastavení",
"TabShows": "Seriály",
@@ -1634,12 +1435,10 @@
"TermsOfUse": "Podmínky použití",
"TextConnectToServerManually": "Připojit k serveru manuálně",
"TextEnjoyBonusFeatures": "Užijte si bonusy",
"Themes": "Themes",
"ThisWizardWillGuideYou": "Tento průvodce Vám pomůže projít procesem nastavení. Pro začátek vyberte jazyk.",
"TitleDevices": "Zařízení",
"TitleHardwareAcceleration": "Hardwarová akcelerace",
"TitleHostingSettings": "Nastavení hostingu",
"TitleLiveTV": "Live TV",
"TitleNewUser": "Nový uživatel",
"TitleNotifications": "Oznámení",
"TitlePasswordReset": "Obnova hesla",
@@ -1647,16 +1446,13 @@
"TitlePlugins": "Zásuvné moduly",
"TitleRemoteControl": "Dálkový ovladač",
"TitleScheduledTasks": "Naplánované úlohy",
"TitleServer": "Server",
"TitleSignIn": "Přihlásit se",
"TitleSupport": "Podpora",
"TitleSync": "Synchronizace",
"TitleUsers": "Uživatelé",
"TvLibraryHelp": "Review the {0}Jellyfin TV naming guide{1}.",
"UninstallPluginConfirmation": "Jste si jisti, že chcete odinstalovat {0}?",
"UninstallPluginHeader": "Odinstalovat zásuvný modul",
"Unmute": "Povolit zvuk",
"UserAgentHelp": "Supply a custom user-agent http header, if necessary.",
"UserProfilesIntro": "Jellyfin obsahuje zabudovanou podporu uživatelských profilů, umožňující každému uživateli mít své vlastní nastavení zobrazení, stav přehrání a rodičovské kontroly.",
"Users": "Uživatelé",
"ValueAlbumCount": "{0} alb",
@@ -1677,17 +1473,13 @@
"ValueItemCount": "{0} položka",
"ValueItemCountPlural": "{0} položek",
"ValueLinks": "Odkazy: {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} filmů",
"ValueMusicVideoCount": "{0} hudebních klipů",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 epizoda",
"ValueOneGame": "1 hra",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 hudební klip",
"ValueOneSeries": "1 seriál",
"ValueOneSong": "1 song",
"ValueOneTrailer": "1 trailer",
"ValuePremiered": "Uvedeno {0}",
"ValuePremieres": "Premiéry {0}",
"ValuePriceUSD": "Náklady: {0} (USD)",
@@ -1695,14 +1487,12 @@
"ValueSeriesYearToPresent": "{0} - Právě teď",
"ValueSongCount": "{0} songů",
"ValueStatus": "Stav: {0}",
"ValueStudio": "Studio: {0}",
"ValueStudios": "Studia: {0}",
"ValueTimeLimitMultiHour": "Časový limit: {0} hodin",
"ValueTimeLimitSingleHour": "Časový limit: 1 hodina",
"ValueTrailerCount": "{0} trailerů",
"ValueVideoCodec": "Video kodeky: {0}",
"VersionNumber": "Verze {0}",
"ViewPlaybackInfo": "View playback info",
"ViewTypeFolders": "Složky",
"ViewTypeGames": "Hry",
"ViewTypeLiveTvChannels": "Kanály",
@@ -1716,7 +1506,6 @@
"ViewTypeMusicSongs": "Songy",
"ViewTypeTvShows": "Televize",
"WelcomeToProject": "Vítejte v Jellyfin!",
"Whitelist": "Whitelist",
"WizardCompleted": "To je vše, co nyní potřebujeme. Jellyfin začala shromažďovat informace o vaší knihovně médií. Podívejte se na některé z našich aplikací, a potom klepněte na tlačítko <b> Dokončit </b> pro zobrazení <b> Server Dashboard </b>.",
"XmlDocumentAttributeListHelp": "Tyto atributy jsou aplikovány na kořenového elementu každé xml odpovědi.",
"XmlTvKidsCategoriesHelp": "Programy s těmito kategoriemi budou zobrazeny jako programy pro děti. Více kategorií oddělte \"|\".",
-171
View File
@@ -20,7 +20,6 @@
"Audio": "Lyd",
"BirthDateValue": "Født: {0}",
"BirthPlaceValue": "Fødselssted: {0}",
"Blacklist": "Blacklist",
"BobAndWeaveWithHelp": "Bob and weave (bedre kvalitet, men langsommere)",
"BookLibraryHelp": "Lyd og tekstbøger er understøttet",
"Browse": "Gennemse",
@@ -56,21 +55,17 @@
"ButtonEditImages": "Rediger billeder",
"ButtonEditOtherUserPreferences": "Rediger denne brugers profil, billede og personlige indstillinger.",
"ButtonExit": "Afslut",
"ButtonFilter": "Filter",
"ButtonForgotPassword": "Glemt adgangskode",
"ButtonFullscreen": "Fuld skærm",
"ButtonGuide": "Guide",
"ButtonHelp": "Hjælp",
"ButtonHide": "Gem",
"ButtonHome": "Hjem",
"ButtonInfo": "Info",
"ButtonInviteUser": "Inviter bruger",
"ButtonLearnMore": "Lær mere",
"ButtonLibraryAccess": "Biblioteksadgang",
"ButtonManageFolders": "Administrer mapper",
"ButtonManageServer": "Administrer Server",
"ButtonManualLogin": "Manuel Login",
"ButtonMenu": "Menu",
"ButtonMore": "Mere",
"ButtonMoreInformation": "Mere information",
"ButtonMute": "Lyd fra",
@@ -83,13 +78,10 @@
"ButtonNo": "Nej",
"ButtonNowPlaying": "Spiller Nu",
"ButtonOff": "Fra",
"ButtonOk": "Ok",
"ButtonOpen": "Åben",
"ButtonOther": "Andre",
"ButtonParentalControl": "Forældrekontrol",
"ButtonPause": "Pause",
"ButtonPlay": "Afspil",
"ButtonPlayTrailer": "Trailer",
"ButtonPlaylist": "Afspilningsliste",
"ButtonPreferences": "Præferencer",
"ButtonPrevious": "Forrige",
@@ -112,10 +104,8 @@
"ButtonRename": "Omdøb",
"ButtonRepeat": "Gentag",
"ButtonReports": "Rapporter",
"ButtonReset": "Reset",
"ButtonResetEasyPassword": "Nulstil pinkode",
"ButtonResetPassword": "Nulstil adgangskode",
"ButtonResetTuner": "Reset tuner",
"ButtonRestart": "Genstart",
"ButtonRestartNow": "Genstart nu",
"ButtonResume": "Genoptag",
@@ -129,9 +119,7 @@
"ButtonSelectDirectory": "Vælg mappe",
"ButtonSelectServer": "Vælg server",
"ButtonSelectView": "Vælg visning",
"ButtonSend": "Send",
"ButtonSendInvitation": "Send invitation",
"ButtonServer": "Server",
"ButtonServerDashboard": "Server-Kontrolpanel",
"ButtonSettings": "Indstillinger",
"ButtonShare": "Del",
@@ -143,18 +131,13 @@
"ButtonSkip": "Spring over",
"ButtonSort": "Sortér",
"ButtonSplitVersionsApart": "Opdel versioner",
"ButtonStart": "Start",
"ButtonStop": "Stop",
"ButtonStopRecording": "Stop Optagelse",
"ButtonSubmit": "Indsend",
"ButtonSubtitles": "Undertekster",
"ButtonSync": "Sync",
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Afinstaller",
"ButtonUnmute": "Slå lyd til",
"ButtonUp": "Op",
"ButtonUpdateNow": "Opdater nu",
"ButtonUpload": "Upload",
"ButtonView": "Visning",
"ButtonViewAlbum": "Vis album",
"ButtonViewArtist": "Vis kunstner",
@@ -163,9 +146,6 @@
"ButtonYes": "Ja",
"CancelSeries": "Annuller serie",
"CategoryApplication": "Program",
"CategoryPlugin": "Plugin",
"CategorySync": "Sync",
"CategorySystem": "System",
"CategoryUser": "Bruger",
"ChangingMetadataImageSettingsNewContent": "Ændringer til metadata eller billeder hentnings indstillinger bliver kun aktiveret til nyt indhold i dit bibliotek. For at aktivere ændringer til eksisterende titler, skal du opdatere deres metadata manuelt.",
"ChannelAccessHelp": "Vælg hvilke kanaler der skal deles med denne bruger. Administratorer vil kunne redigere alle kanaler ved hjælp af metadata administratoren.",
@@ -190,7 +170,6 @@
"DeviceLastUsedByUserName": "Sidst brugt af {0}",
"Disabled": "Deaktiveret",
"Downloading": "Downloader",
"Downloads": "Downloads",
"DrmChannelsNotImported": "Kanaler med DRM importeres ikke.",
"EasyPasswordHelp": "Din pinkode bruges til offline adgang til understøttede Jellyfin apps, og kan også bruges til nemt login inden for eget netværk.",
"EnableDebugLoggingHelp": "Debug logning bør kun aktiveres til fejlfindnings formål. Den ekstra adgang til fil systemet kan forhindre serveren i at gå i Sleep tilstand i nogle miljøer.",
@@ -200,8 +179,6 @@
"EnableStreamLooping": "Auto-gentag live streams",
"EnableStreamLoopingHelp": "Aktiver dette hvis live streams kun indeholder få sekunders data og skal efterspørgsel hele tiden. Aktivering af dette uden det er nødvendigt kan forårsage problemer.",
"EnterFFmpegLocation": "Indtast FFmpeg sti",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? You can sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having a problem, please send an email to {0}.",
"ErrorAddingJellyfinConnectAccount3": "Jellyfin-kontoen er allerede forbundet til en eksisterende lokal bruger. En Jellyfin-konto kan kun forbindes til én lokal bruger af gangen.",
"ErrorAddingListingsToSchedulesDirect": "Der opstod en fejl under tilføjelse af opstilling til din Schedules Direct-konto. Schedules Direct tillader kun et begrænset antal opstillinger pr. konto. Du bliver muligvis nød til at logge på Schedules Direct-hjemmesiden og fjerne andre lister fra din konto for at fortsætte.",
"ErrorAddingMediaPathToVirtualFolder": "Der opstod en fejl under tilføjelse af mediesti. Kontroller venligst at stien er gyldig og at Jellyfin Server-processen har adgang til denne lokation.",
@@ -240,11 +217,9 @@
"Fullscreen": "Fuldskærm",
"General": "Generel",
"GuestUserNotFound": "Bruger ikke fundet. Kontroller venligst at navnet er korrekt, eller forsøg med deres email-adresse.",
"GuideProviderLogin": "Login",
"GuideProviderSelectListings": "Vælg Udbyder",
"H264CrfHelp": "Den Konstante Ratefaktor (CRF) er standardindstillingen for X264-koderen. Du kan sætte værdien i mellem 0 og 51, hvor de lavere værdier resulterer i bedre kvalitet (på bekostning af større filstørrelser). Fornuftige værdier er i mellem 18 og 28. Standarden for X264 er 23, så du kan bruge dette som udgangspunkt.",
"H264EncodingPresetHelp": "Vælg en hurtigere værdi for at forbedre ydeevne, eller en langsommere værdi for at forbedre kvalitet.",
"HandledByProxy": "Handled by reverse proxy",
"HardwareAccelerationWarning": "Aktivering af hardwareacceleration kan forårsage ustabilitet i nogle miljøer. Kontroller at dit operativsystem og videodriver er ajourført. Hvis du har problemer med at afspille video efter aktivering af dette, bliver du nød til at skifte tilbage til Auto.",
"HeaderAccessSchedule": "Adgangsskema",
"HeaderAccessScheduleHelp": "Skab et adgangsskema for at begrænse adgangen til bestemte tidsrum.",
@@ -259,17 +234,14 @@
"HeaderAddUpdateImage": "Tilføj/opdater billede",
"HeaderAddUser": "Tilføj bruger",
"HeaderAdditionalParts": "Andre stier:",
"HeaderAdmin": "Admin",
"HeaderAdvanced": "Avanceret",
"HeaderAirDays": "Sendedage",
"HeaderAlbums": "Albums",
"HeaderAlert": "Advarsel",
"HeaderAllRecordings": "Alle optagelser",
"HeaderAllowMediaDeletionFrom": "Tillad Media Sletning Fra",
"HeaderApiKey": "API nøgle",
"HeaderApiKeys": "API nøgler",
"HeaderApiKeysHelp": "Eksterne applikationer skal have en API nøgle for at kunne kommunikere med Jellyfin. Nøgler udstedes ved at logge ind med en Jellyfin konto, eller ved manuelt at tildele applikationen en nøgle.",
"HeaderApp": "App",
"HeaderAudio": "Lyd",
"HeaderAudioSettings": "Lydindstillinger",
"HeaderAudioTracks": "Lydspor",
@@ -280,7 +252,6 @@
"HeaderBecomeProjectSupporter": "Få Jellyfin Premiere",
"HeaderBlockItemsWithNoRating": "Klokér titler uden eller med ukendt bedømmelses information:",
"HeaderBooks": "Bøger",
"HeaderBranding": "Branding",
"HeaderBrandingHelp": "Brugertilpas udseendet af Jellyfin så den passer til dine behov.",
"HeaderCameraUpload": "Kameraupload",
"HeaderCameraUploadHelp": "Jellyfin apps kan automatisk upload billeder taget fra din mobil enhed til Jellyfin serveren.",
@@ -329,7 +300,6 @@
"HeaderDeleteItem": "Slet element",
"HeaderDeleteProvider": "Slet Udbyder",
"HeaderDeleteTaskTrigger": "Slet Udløser",
"HeaderDestination": "Destination",
"HeaderDetails": "Detaljer",
"HeaderDetectMyDevices": "Find Mine Enheder",
"HeaderDeveloperInfo": "Information om udvikleren",
@@ -341,7 +311,6 @@
"HeaderDisplay": "Visning",
"HeaderDisplaySettings": "Indstillinger for visning",
"HeaderDownloadSubtitlesFor": "Hent undertekster til:",
"HeaderDownloadSync": "Download & Sync",
"HeaderEasyPinCode": "Nem pinkode",
"HeaderEmbeddedImage": "Indlejret billede",
"HeaderEpisodes": "Episoder",
@@ -378,7 +347,6 @@
"HeaderIdentificationCriteriaHelp": "Indtast mindst et indetifikationskriterie.",
"HeaderIdentificationHeader": "Identifikation Header",
"HeaderImageBackdrop": "Baggrundsbillede",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Billede Præferencer",
"HeaderImagePrimary": "Primær",
"HeaderImageSettings": "Billedindstillinger",
@@ -390,11 +358,9 @@
"HeaderInvitations": "Invitationer",
"HeaderInviteUser": "Inviter bruger",
"HeaderInviteUserHelp": "At dele dine medier med venner er nemmere en nogensinde med Jellyfin Connect.",
"HeaderInviteWithJellyfinConnect": "Invite with Jellyfin Connect",
"HeaderItems": "Element",
"HeaderJellyfinAccountAdded": "Jellyfin konto tilføjet",
"HeaderJellyfinAccountRemoved": "Jellyfin konto fjernet",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "For at aktivere NFO metadata, rediger et bibliotek i Jellyfin biblioteks redigering og find metadata gemmer sektionen.",
"HeaderLanguage": "Sprog",
"HeaderLatestAlbums": "Seneste albums",
@@ -416,17 +382,12 @@
"HeaderLibraryAccess": "Adgang til biblioteker",
"HeaderLibraryFolders": "Mediemapper",
"HeaderLibrarySettings": "Biblioteksindstillinger",
"HeaderLinks": "Links",
"HeaderLiveTV": "Live TV",
"HeaderLiveTv": "Live TV",
"HeaderLiveTvTunerSetup": "Live TV Tuner-setup",
"HeaderLoginFailure": "Login fejl",
"HeaderManagement": "Management",
"HeaderMedia": "Medier",
"HeaderMediaFolders": "Mediemapper",
"HeaderMediaInfo": "Medieinformation",
"HeaderMediaLocations": "Medielokationer",
"HeaderMenu": "Menu",
"HeaderMissing": "Mangler",
"HeaderMoreLikeThis": "Mere Som Denne",
"HeaderMovies": "Film",
@@ -434,7 +395,6 @@
"HeaderMyMedia": "Mine medier",
"HeaderMyViews": "Mine visninger",
"HeaderName": "Navn",
"HeaderNavigation": "Navigation",
"HeaderNetwork": "Netværk",
"HeaderNewApiKey": "Ny API nøgle",
"HeaderNewApiKeyHelp": "Giv applikationen tilladelse til at kommunikere med Jellyfin.",
@@ -445,7 +405,6 @@
"HeaderNotifications": "Notifikationer",
"HeaderNowPlaying": "Afspilles nu",
"HeaderNumberOfPlayers": "Afspillere",
"HeaderOffline": "Offline",
"HeaderOfflineSync": "Offline Synk",
"HeaderOnNow": "Vises Nu",
"HeaderOptions": "Indstillinger",
@@ -474,7 +433,6 @@
"HeaderProfile": "Profil",
"HeaderProfileInformation": "Profilinformation",
"HeaderProfileServerSettingsHelp": "Disse værdier kontrollerer hvordan Jellyfin præsenterer sig til enheden.",
"HeaderProgram": "Program",
"HeaderRecentActivity": "Seneste aktivitet",
"HeaderRecentlyPlayed": "Afspillet for nyligt",
"HeaderRecordingGroups": "Optagegrupper",
@@ -541,7 +499,6 @@
"HeaderSpecialFeatures": "Specielle egenskaber",
"HeaderSpecials": "Særudsendelser",
"HeaderSplitMedia": "Opsplit medie",
"HeaderStatus": "Status",
"HeaderStudios": "Studier",
"HeaderSubtitleDownloads": "Undertekst Downloads",
"HeaderSubtitleProfile": "Undertekstprofil",
@@ -550,11 +507,7 @@
"HeaderSubtitleSettings": "Indstillinger for Undertekster",
"HeaderSubtitles": "Undertekster",
"HeaderSupportTheTeam": "Støt Jellyfin-holdet",
"HeaderSync": "Sync",
"HeaderSyncJobInfo": "Sync Job",
"HeaderSystemDlnaProfiles": "Systemprofiler",
"HeaderTV": "TV",
"HeaderTags": "Tags",
"HeaderTaskTriggers": "Udløsere",
"HeaderTermsOfService": "Jellyfin tjenestevilkår",
"HeaderThemeSongs": "Temasange",
@@ -562,7 +515,6 @@
"HeaderThisUserIsCurrentlyDisabled": "Denne bruger er for øjeblikket deaktiveret.",
"HeaderTime": "Tid",
"HeaderToAccessPleaseEnterEasyPinCode": "Indtast din pinkode for adgang",
"HeaderTopPlugins": "Top Plugins",
"HeaderTrack": "Spor",
"HeaderTracks": "Spor",
"HeaderTrailers": "Trailere",
@@ -571,7 +523,6 @@
"HeaderTunerDevices": "Tuner-Enheder",
"HeaderTuners": "Tunere",
"HeaderTvTuners": "Tunere",
"HeaderType": "Type",
"HeaderTypeImageFetchers": "{0} Billede Hentere",
"HeaderTypeText": "Indtast tekst",
"HeaderUnaired": "Ikke sendt",
@@ -579,14 +530,12 @@
"HeaderUnknownYear": "Ukendt år",
"HeaderUnrated": "Ingen bedømmelse",
"HeaderUpcomingEpisodes": "Kommende Episoder",
"HeaderUpcomingNews": "Upcoming News",
"HeaderUpcomingOnTV": "Kommende I TV",
"HeaderUploadImage": "Upload Billede",
"HeaderUploadNewImage": "Upload nyt billede",
"HeaderUser": "Bruger",
"HeaderUserPrimaryImage": "Bruger Billede",
"HeaderUsers": "Brugere",
"HeaderVideo": "Video",
"HeaderVideoTypes": "Videotyper",
"HeaderVideos": "Videoer",
"HeaderViewOrder": "Visningorden",
@@ -605,7 +554,6 @@
"ImportFavoriteChannelsHelp": "Hvis aktiveret, importeres der udelukkende kanaler der er markeret som favoritter på tuner-enheden.",
"ImportMissingEpisodesHelp": "hvis aktiveret, vil information omkring manglende episoder bliver importeret ind i din Jellyfin-database og blive vist i sæsoner og serier. Dette medfører muligvis længere biblioteksscanninger.",
"Invitations": "Invitationer",
"InviteAnJellyfinConnectUser": "Add a user by sending an email invitation.",
"JellyfinIntroDownloadMessage": "For at downloade og installere den gratis Jellyfin Server, besøg {0}.",
"JellyfinIntroDownloadMessageWithoutLink": "Besøg Jellyfin hjemmesiden for at downloade og installere den gratis Jellyfin Server.",
"JellyfinIntroMessage": "Med Jellyfin kan du nemt streame videoer, musik og fotos til din smartphone, tablet eller andre enheder.",
@@ -619,7 +567,6 @@
"LabelAirDays": "Sendedage:",
"LabelAirTime": "Sendetid",
"LabelAirTime:": "Sendetid:",
"LabelAlbum": "Album:",
"LabelAlbumArtHelp": "PN til album art, i dlna:profileID attributten på upnp:albumArtURI. Nogle enheder påkræver en specifik værdi uanset størrelsen på billedet.",
"LabelAlbumArtMaxHeight": "Album billede max. højde:",
"LabelAlbumArtMaxHeightHelp": "Maksimumopløsningen på album billede der bliver vist med upnp:albumArtURI",
@@ -638,7 +585,6 @@
"LabelAnytime": "Alle tidspunkter",
"LabelAppName": "App navn",
"LabelAppNameExample": "F. eks: Sickbeard, NzbDrone",
"LabelArtist": "Artist",
"LabelArtists": "Artister:",
"LabelArtistsHelp": "Angiv flere ved at sætte ; mellem dem.",
"LabelAudioCodec": "Lyd: {0}",
@@ -647,18 +593,13 @@
"LabelAvailableTokens": "Tilgængelige tokens:",
"LabelBindToLocalNetworkAddress": "Bind til lokal netværksadresse:",
"LabelBindToLocalNetworkAddressHelp": "Valgfri. Overskriv den lokale IP-adresse som http-serveren bindes til. Hvis efterladt blank, bindes serveren til alle tilgængelige adresser. Ændring af denne værdi kræver en genstart af Jellyfin Serveren.",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBlastMessageInterval": "Interval mellem 'i live' beskeder (sekunder)",
"LabelBlastMessageIntervalHelp": "Angiver intervallet i sekunder mellem serverens 'i live' beskeder.",
"LabelBlockContentWithTags": "Block items with tags:",
"LabelCache": "Cache:",
"LabelCachePath": "Cachesti:",
"LabelCachePathHelp": "Angiv en brugerdefineret lokation for server cachefiler, så som billeder. Efterlad blankt for at benytte serverens standard.",
"LabelCameraUploadPath": "Kamera upload sti:",
"LabelCameraUploadPathHelp": "Vælg en brugerdefineret upload sti. Dette vil overskrive enhver standard indstilling sat i Kamera Upload sektionen. Hvis blank, vil en standard mappe blive brugt. Hvis det er en brugerdefineret sti skal den være tilføjet som bibliotek i Jellyfin bibliotek opsætning.",
"LabelCancelled": "Annulleret",
"LabelCertificatePassword": "Certificate password:",
"LabelCertificatePasswordHelp": "If your certificate requires a password, please enter it here.",
"LabelChannelStreamQuality": "Foretrukne internetkanal-kvalitet",
"LabelChannelStreamQualityHelp": "I områder med lav båndbredde kan begrænsning af kvaliteten sikre en flydende streamingoplevelse.",
"LabelCodecIntrosPath": "Sti til codec-introer:",
@@ -717,9 +658,7 @@
"LabelDownloadInternetMetadataHelp": "Jellyfin Server kan hente informationer om dine medier, der kan give mere indholdsrige visninger.",
"LabelDownloadLanguages": "Hent sprog:",
"LabelDropImageHere": "Smid billede her.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Pinkode:",
"LabelEmail": "Email:",
"LabelEmailAddress": "E-mail adresse",
"LabelEmbedAlbumArtDidl": "Indsæt album billede i DIDL",
"LabelEmbedAlbumArtDidlHelp": "Nogle enheder foretrækker denne metode til overførsel af album billede. Andre kan fejle når dette er aktiveret.",
@@ -739,7 +678,6 @@
"LabelEnableDlnaServer": "Aktiver DNLA server",
"LabelEnableDlnaServerHelp": "Tillader UPnP enheder i dit netværk at gennemse og afspille Jellyfins indhold.",
"LabelEnableFullScreen": "Aktiver fuldskærmstilstand",
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelEnableIntroParentalControl": "Aktiver smart forældrekontrol",
"LabelEnableIntroParentalControlHelp": "Vis kun trailere med samme eller lavere aldersgrænse end hovedfilmen.",
"LabelEnableRealtimeMonitor": "Aktiver realtidsovervågning",
@@ -752,7 +690,6 @@
"LabelEndDate": "Slutdato:",
"LabelEndingEpisodeNumber": "Nummer på sidste episode",
"LabelEndingEpisodeNumberHelp": "Kun nødvendig for filer med flere episoder.",
"LabelEpisode": "Episode",
"LabelEpisodeNumber": "Episodenummer:",
"LabelEvent": "Hændelse:",
"LabelEveryXMinutes": "Hver:",
@@ -770,7 +707,6 @@
"LabelFolderType": "Mappetype:",
"LabelForcedStream": "(Tvungen)",
"LabelForgotPasswordUsernameHelp": "Indtast dit brugernavn, hvis du kan huske det.",
"LabelFormat": "Format:",
"LabelFree": "Gratis",
"LabelFriendlyName": "System venligt navn",
"LabelFriendlyServerName": "Nemt servernavn",
@@ -818,18 +754,14 @@
"LabelLocalAccessUrl": "Lokal adgang (LAN): {0}",
"LabelLocalHttpServerPortNumber": "Lokalt http portnummer:",
"LabelLocalHttpServerPortNumberHelp": "Det portnummer Jellyfins http-server bruger.",
"LabelLocalSyncStatusValue": "Status: {0}",
"LabelLoginDisclaimer": "Login ansvarsfraskrivelse:",
"LabelLoginDisclaimerHelp": "Dette bliver vist i bunden af loginsiden.",
"LabelLogs": "Logs:",
"LabelManufacturer": "Producent",
"LabelManufacturerUrl": "Producent url",
"LabelMarkAs": "Marker som:",
"LabelMatchType": "Match type:",
"LabelMaxAudioFileBitrate": "Maks bitrate for lydfil:",
"LabelMaxAudioFileBitrateHelp": "Lydfiler med en højere bitrate bliver konverteret af Jellyfin Server. Vælg en højere værdi for bedre kvalitet, eller en lavere værdi for at spare lokalt lagerplads.",
"LabelMaxBackdropsPerItem": "Maksimum antal af bagtæpper per element:",
"LabelMaxBitrate": "Max bitrate:",
"LabelMaxBitrateHelp": "Angiv en maksimal bitrate i områder med begrænset båndbredde, eller hvis enheden selv har begrænsninger.",
"LabelMaxParentalRating": "Højst tilladte aldersgrænse:",
"LabelMaxResumePercentage": "Maks. fortsæt procentdel:",
@@ -839,7 +771,6 @@
"LabelMaxStreamingBitrateHelp": "Angiv en maksimal bitrate til streaming.",
"LabelMessageText": "Beskedtekst:",
"LabelMessageTitle": "Titel på besked",
"LabelMetadata": "Metadata:",
"LabelMetadataDownloadLanguage": "Foretrukne sprog til metadata:",
"LabelMetadataDownloaders": "Metadata downloadere:",
"LabelMetadataDownloadersHelp": "Aktiver og ranger dine fortrukne metadata downloadere i en prioriteret rækkefølge. Lavt rangerende downloadere bliver kun benyttet til at udfylde manglende information.",
@@ -860,7 +791,6 @@
"LabelModelDescription": "Modelbeskrivelse",
"LabelModelName": "Modelnavn",
"LabelModelNumber": "Modelnummer",
"LabelModelUrl": "Model url",
"LabelMonitorUsers": "Overvåg aktivitet fra:",
"LabelMovie": "Film",
"LabelMovieCategories": "Filmkategorier:",
@@ -909,11 +839,8 @@
"LabelPrevious": "Forrige",
"LabelProfile": "Profil:",
"LabelProfileAudioCodecs": "Lyd codecs:",
"LabelProfileCodecs": "Codecs:",
"LabelProfileCodecsHelp": "Adskil med komma. Kan efterlades tom for at gælde for alle codecs.",
"LabelProfileContainer": "Container:",
"LabelProfileContainersHelp": "Adskil med komma. Kan efterlades tom for at gælde for alle containere.",
"LabelProfileVideoCodecs": "Video codecs:",
"LabelProtocol": "Protokol:",
"LabelProtocolInfo": "Protokolinformation:",
"LabelProtocolInfoHelp": "Den værdi der bruges til svar på GetProtocolInfo-forespørgsler fra enheden.",
@@ -951,20 +878,17 @@
"LabelSeriesRecordingPath": "Serier afspilningssti (valgfri):",
"LabelServerHost": "Vært:",
"LabelServerHostHelp": "F. eks: 192.168.1.100 eller https://myserver.com",
"LabelServerPort": "Port:",
"LabelSimultaneousConnectionLimit": "samtidige stream begrænsning:",
"LabelSkipIfAudioTrackPresent": "Undlad hvis standardlydsporet er det samme sprog",
"LabelSkipIfAudioTrackPresentHelp": "Angiv ikke dette for at sikre at alle videoer har undertekster, uanset hvilket sprog lydsporet anvender.",
"LabelSkipIfGraphicalSubsPresent": "Spring over, hvis videoen allerede indeholder indlejrede undertekster",
"LabelSkipIfGraphicalSubsPresentHelp": "Ved at bruger tekstbaserede undertekster kan du få en mere effektive levering og nedsætte sandsynligheden for transkodning.",
"LabelSkipped": "Oversprunget",
"LabelSonyAggregationFlags": "Sony aggregation flags:",
"LabelSonyAggregationFlagsHelp": "Angiver indholdet i aggregationFlags elementet i urn:schemas-sonycom:av",
"LabelSource": "Kilde:",
"LabelSpecialSeasonsDisplayName": "Special sæson visningsnavn:",
"LabelSportsCategories": "Sportskategorier:",
"LabelStartWhenPossible": "Start når muligt:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop når muligt:",
"LabelStopping": "Standser",
"LabelSubtitleDownloaders": "undertekst downloadere:",
@@ -975,29 +899,24 @@
"LabelSyncPath": "Synked indholdssti:",
"LabelSyncTempPath": "Sti for midlertidige filer:",
"LabelSyncTempPathHelp": "Specificer en brugerdefineret synkroniserings arbejds-mappe. Konverterede filer vil under synkroniseringsprocessen blive gemt her.",
"LabelTag": "Tag:",
"LabelTheme": "Tema:",
"LabelTime": "Tid:",
"LabelTimeLimitHours": "Tidsgrænse (timer):",
"LabelTranscodingAudioCodec": "Lyd codec:",
"LabelTranscodingContainer": "Container:",
"LabelTranscodingTempPath": "Midlertidig sti til transkodning:",
"LabelTranscodingTempPathHelp": "Denne mappe indeholder transkoderens arbejdsfiler. Definer en alternativ sti eller lad den stå tom for at bruge standardmappen i serverens datamappe.",
"LabelTranscodingTemporaryFiles": "Midlertidige filer for transkodning:",
"LabelTranscodingThreadCount": "Antal af omkodningstråde:",
"LabelTranscodingThreadCountHelp": "Vælg det maksimale antal af tråde der bruges under omkodning. Reduktion af antallet af tråde sænker cpu-forbrug, men resulterer muligvis i at konverteringer ikke foregår hurtigt nok til en jævn afspilning.",
"LabelTranscodingVideoCodec": "Video codec:",
"LabelTransferMethod": "Overførselsmetode",
"LabelTriggerType": "Udløsertype",
"LabelTunerIpAddress": "IP-adresse for Tuner:",
"LabelTunerType": "Tunertype:",
"LabelType": "Type:",
"LabelTypeMetadataDownloaders": "{0} metadata downloadere:",
"LabelTypeText": "Tekst",
"LabelUnairedMissingEpisodesWithinSeasons": "Vis endnu ikke sendte episoder i sæsoner",
"LabelUnknownLanguage": "Ukendt sprog",
"LabelUploadSpeedLimit": "Hastighedsgrænse for upload (Mbps):",
"LabelUrl": "Url:",
"LabelUseNotificationServices": "Brug følgende tjenester:",
"LabelUser": "Bruger:",
"LabelUserAgent": "Bruger agent:",
@@ -1009,29 +928,22 @@
"LabelVaapiDeviceHelp": "Dette er ydelsesnoten der benyttes til hardwareaccelerering.",
"LabelValue": "Værdi:",
"LabelVersionInstalled": "{0} installeret",
"LabelVersionNumber": "Version {0}",
"LabelVersionUpToDate": "Opdateret!",
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Video type:",
"LabelView": "Vis:",
"LabelXDlnaCap": "X-Dlna cap:",
"LabelXDlnaCapHelp": "Angiver indholdet i X_DLNACAP elementet i urn:schemas-dlna-org:device-1-0",
"LabelXDlnaDoc": "X-Dlna doc:",
"LabelXDlnaDocHelp": "Angiver indholdet i X_DLNADOC elementet i urn:schemas-dlna-org:device-1-0",
"LabelYourFirstName": "Dit fornavn",
"LabelYoureDone": "Du er færdig!",
"LabelZipCode": "Postnummer:",
"LabelffmpegPath": "FFmpeg sti:",
"LabelffmpegPathHelp": "Stien til ffmpeg applikationsfilen eller mappen indeholdende ffmpeg.",
"LabelffmpegVersion": "FFmpeg version:",
"LanNetworksHelp": "Komma separeret liste over IP adresser eller netmasker til ntværk der vil blive anset for at være lokale når der bliver påtvunget båndbredde restriktioner. Hvis sat vil alle andre IP adresser bliver set som eksterne og blive underlagt båndbredde restriktionerne. Hvis blank, er det kun serveren subnet der bliver betragtet som et lokalt netværk.",
"LatestFromLibrary": "Seneste {0}",
"LearnHowToCreateSynologyShares": "Lær at dele mapper i Synology.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Vælg hvilke mediemapper der skal deles med denne bruger. Administratorer vil kunne redigere alle mapper ved hjælp af metadata administratoren.",
"LinkApi": "API",
"LinkCommunity": "Fællesskab",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Lær om Jellyfin Premiere",
"LiveTvUpdateAvailable": "(Opdatering tilgængelig)",
"LoginDisclaimer": "Jellyfin er designet til at hjælpe dig med at administrere dit personlige mediebibliotek, så som hjemmevideoer og billeder. Se venligst vores betingelser for brug. Enhver brug af Jellyfin-software indebærer din samtykke af disse betingelser.",
@@ -1045,11 +957,9 @@
"MediaInfoAperture": "Blænde",
"MediaInfoAspectRatio": "Formatforhold",
"MediaInfoBitDepth": "Bit dybde",
"MediaInfoBitrate": "Bitrate",
"MediaInfoCameraMake": "Kameramærke",
"MediaInfoCameraModel": "Kameramodel",
"MediaInfoChannels": "Kanaler",
"MediaInfoCodec": "Codec",
"MediaInfoCodecTag": "Codec mærkat",
"MediaInfoContainer": "Beholder",
"MediaInfoDefault": "Standard",
@@ -1058,30 +968,21 @@
"MediaInfoFile": "Fil",
"MediaInfoFocalLength": "Brændvidde",
"MediaInfoForced": "Tvungen",
"MediaInfoFormat": "Format",
"MediaInfoFramerate": "Framerate",
"MediaInfoInterlaced": "Interlaced",
"MediaInfoIsoSpeedRating": "Iso hastigheds rating",
"MediaInfoLanguage": "Sprog",
"MediaInfoLatitude": "Breddegrad",
"MediaInfoLayout": "Layout",
"MediaInfoLevel": "Niveau",
"MediaInfoLongitude": "Højdegrad",
"MediaInfoOrientation": "Orientering",
"MediaInfoPath": "Sti",
"MediaInfoPixelFormat": "Pixelformat",
"MediaInfoProfile": "Profil",
"MediaInfoRefFrames": "Ref frames",
"MediaInfoResolution": "Opløsning",
"MediaInfoSampleRate": "Sample rate",
"MediaInfoShutterSpeed": "Lukkehastighed",
"MediaInfoSize": "Størrelse",
"MediaInfoSoftware": "Software",
"MediaInfoStreamTypeAudio": "Lyd",
"MediaInfoStreamTypeData": "Data",
"MediaInfoStreamTypeEmbeddedImage": "Indlejret billede",
"MediaInfoStreamTypeSubtitle": "Undertekster",
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoTimestamp": "Tidsstempel",
"MessageAlreadyInstalled": "Denne version er allerede installeret.",
"MessageApplicationUpdated": "Jellyfin er blevet opdateret",
@@ -1095,7 +996,6 @@
"MessageConfirmRevokeApiKey": "Er du sikker på du ønsker at invalidere denne api nøgle? Applikationens forbindelse til Jellyfin vil blive afbrudt øjeblikkeligt.",
"MessageConfirmShutdown": "Er du sikker på du ønsker at lukke Jellyfin?",
"MessageConfirmSplitMedia": "Er du sikker på du ønsker at opsplitte mediekilderne til separate klilder?",
"MessageConfirmSubCancel": "NO, Please don't go... You will miss out on all the great features of Jellyfin Premiere!",
"MessageConnectAccountRequiredToInviteGuest": "For at invitere gæster skal du først kæde din Jellyfin konto til denne server.",
"MessageContactAdminToResetPassword": "Kontakt venligst din systemadministrator for at nulstille din adgangskode.",
"MessageCreateAccountAt": "Opret en konto hos {0}",
@@ -1164,7 +1064,6 @@
"MessageUnableToConnectToServer": "Vi kan ikke forbinde til den valgte server på nuværende tidspunkt. Sikrer dig venligst at serveren kører og prøv igen.",
"MessageUnsetContentHelp": "Indhold vil blive vist som almindelige mapper. For det bedste resultat benyt metadata manageren til at vælge indholdstypen i undermapper.",
"MessageYouHaveVersionInstalled": "Du har version {0} installeret.",
"Metadata": "Metadata",
"MetadataManager": "Metadata-Manager",
"MetadataSettingChangeHelp": "Ændring af indstillinger for metadata har effekt på indholdet der indlæses fremadrettet. For at genopfriske eksisterende indhold skal du åbne detajle-skærmen og klikke på opdater knappen, eller uføre en masseopdatering via metadata-manageren.",
"MinutesAfter": "minutter efter",
@@ -1189,15 +1088,10 @@
"Notifications": "Notifikationer",
"NumLocationsValue": "{0} mapper",
"OpenSubtitleInstructions": "Du er nødt til at konfigurere Open Subtitles konto information på Open Subtitles indstillings skærmen i Jellfyfin Dashboard.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Skuespiller",
"OptionActors": "Skuespillere",
"OptionAdminUsers": "Administratore",
"OptionAfterSystemEvent": "Efter en systemhændelse",
"OptionAlbum": "Album",
"OptionAlbumArtist": "Album-artist",
"OptionAll": "Alle",
"OptionAllUsers": "Alle brugere",
@@ -1219,18 +1113,13 @@
"OptionAllowVideoPlaybackTranscoding": "Tillad videoafspilning der kræver transkodning",
"OptionAnyNumberOfPlayers": "Enhver",
"OptionArt": "Billede",
"OptionArtist": "Artist",
"OptionAscending": "Stigende",
"OptionAuto": "Auto",
"OptionAutomatic": "Auto",
"OptionAutomaticallyGroupSeries": "Flet automatisk serier der er spredt over adskillige mapper",
"OptionAutomaticallyGroupSeriesHelp": "Hvis aktiveret, vil serier der er spredt over adskillige mapper i dette bibliotek blive samlet i én enkelt serie.",
"OptionBackdrop": "Baggrund",
"OptionBackdropSlideshow": "Slideshow i baggrund",
"OptionBackdrops": "Baggrunde",
"OptionBanner": "Banner",
"OptionBestAvailableStreamQuality": "Bedst mulige",
"OptionBeta": "Beta",
"OptionBirthLocation": "Fødselssted",
"OptionBlockBooks": "Bøger",
"OptionBlockChannelContent": "Internet kanalindhold",
@@ -1242,11 +1131,9 @@
"OptionBlockOthers": "Andre",
"OptionBlockTrailers": "Trailere",
"OptionBlockTvShows": "TV serier",
"OptionBluray": "Bluray",
"OptionBooks": "Bøger",
"OptionBox": "Æske",
"OptionBoxRear": "Æske bag",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Samlinger",
"OptionCommunityRating": "Fællesskabsvurdering",
"OptionComposer": "Komponist",
@@ -1255,7 +1142,6 @@
"OptionConvertRecordingPreserveAudio": "Bevar original audio under konverteringer (når muligt)",
"OptionConvertRecordingPreserveAudioHelp": "Dette giver bedre audio, men kræver muligvis omkodning under afspilning på nogle enheder.",
"OptionConvertRecordingsToStreamingFormat": "Konverter automatisk optagelser til et streaming-venligt format",
"OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MKV for easy playback on your devices.",
"OptionCriticRating": "Kritikervurdering",
"OptionCustomUsers": "Brugerdefineret",
"OptionDaily": "Daglig",
@@ -1265,7 +1151,6 @@
"OptionDatePlayed": "Dato for afspilning",
"OptionDefaultSort": "Standard",
"OptionDescending": "Faldende",
"OptionDev": "Dev",
"OptionDirector": "Instruktør",
"OptionDirectors": "Instruktører",
"OptionDisableUser": "Deaktiver denne bruger",
@@ -1279,13 +1164,10 @@
"OptionDisplayFolderViewHelp": "Hvis aktiveret, vil Jellyfin apps vise en Mappekategori ved siden af dine mediebiblioteker. Dette er brugbart, hvis du vil have vist enkle mappevisninger.",
"OptionDownloadArtImage": "Billede",
"OptionDownloadBackImage": "Bagside",
"OptionDownloadBannerImage": "Banner",
"OptionDownloadBoxImage": "Boks",
"OptionDownloadDiscImage": "Disk",
"OptionDownloadImagesInAdvance": "Download billeder på forhånd",
"OptionDownloadImagesInAdvanceHelp": "Som standard downloades billeder kun når de anmodes af en Jellyfin app. Aktiver denne indstilling for at downloade alle billeder på forhånd, i mens nyt medie importeres. Dette resulterer muligvis i længere scanninger af bibliotek.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Menu",
"OptionDownloadPrimaryImage": "Primær",
"OptionDownloadThumbImage": "Miniature",
"OptionDvd": "DVD",
@@ -1327,7 +1209,6 @@
"OptionHasSubtitles": "Undertekster",
"OptionHasThemeSong": "Temasang",
"OptionHasThemeVideo": "Temavideo",
"OptionHasTrailer": "Trailer",
"OptionHideUser": "Vis ikke denne bruger på loginsiden",
"OptionHideUserFromLoginHelp": "Nyttigt for private kontoer eller skjulte administratorkontoer. Brugeren skal logge ind ved at skive sit brugernavn og adgangskode.",
"OptionHlsSegmentedSubtitles": "Hls segmented undertekster",
@@ -1338,27 +1219,20 @@
"OptionImages": "Billeder",
"OptionImdbRating": "IMDB bedømmelse",
"OptionInProgress": "I gang",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "Iso",
"OptionKeywords": "Nøgleord",
"OptionLatestChannelMedia": "Seneste kanalenheder",
"OptionLatestMedia": "Seneste medier",
"OptionLatestTvRecordings": "Seneste optagelser",
"OptionLibraryFolders": "Mediemapper",
"OptionLikes": "Likes",
"OptionList": "Liste",
"OptionLocked": "Låst",
"OptionLogo": "Logo",
"OptionMax": "Maks",
"OptionMenu": "Menu",
"OptionMissingEpisode": "Manglende episoder",
"OptionMissingImdbId": "Manglende IMDB Id",
"OptionMissingOverview": "Manglende overblik",
"OptionMissingParentalRating": "Mangler aldersgrænse",
"OptionMissingTmdbId": "Manglende Tmdb Id",
"OptionMissingTvdbId": "Manglende TheTVDB Id",
"OptionMobileApps": "Mobile apps",
"OptionMonday": "Mandag",
"OptionMondayShort": "Man",
"OptionMovies": "Film",
@@ -1370,8 +1244,6 @@
"OptionNo": "Nej",
"OptionNoTrailer": "Ingen trailer",
"OptionNone": "Ingen",
"OptionOff": "Off",
"OptionOn": "On",
"OptionOnAppStartup": "Ved opstart",
"OptionOnInterval": "Interval",
"OptionOtherApps": "Andre apps",
@@ -1396,22 +1268,16 @@
"OptionProducers": "Producenter",
"OptionProfileAudio": "Lyd",
"OptionProfilePhoto": "Foto",
"OptionProfileVideo": "Video",
"OptionProfileVideoAudio": "Video lyd",
"OptionProtocolHls": "Http Live Streaming",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Optag på ethverts tidspunkt",
"OptionRecordOnAllChannels": "Optag fra alle kanaler",
"OptionRecordOnlyNewEpisodes": "Optag kun nye episoder",
"OptionRecordSeries": "Optag serie",
"OptionRegex": "Regex",
"OptionRelease": "Officiel udgivelse",
"OptionReleaseDate": "Udgivelsesdato",
"OptionReportByteRangeSeekingWhenTranscoding": "Angiv at serveren understøtter bytes øgning nrdeå r transkodes",
"OptionReportByteRangeSeekingWhenTranscodingHelp": "Dette er krævet for nogle enheder der ikke er særligt gode til tidssøgning.",
"OptionRequirePerfectSubtitleMatch": "Download kun undertekster der er perfekte matches for mine videofiler",
"OptionRequirePerfectSubtitleMatchHelp": "Requiring a perfect match will filter subtitles to include only those that have been tested and verified with your exact video file. Unchecking this will increase the likelihood of subtitles being downloaded, but will increase the chances of mistimed or incorrect subtitle text.",
"OptionResElement": "res element",
"OptionResumable": "Kan genoptages",
"OptionResumablemedia": "Fortsæt",
"OptionRuntime": "Varighed",
@@ -1432,7 +1298,6 @@
"OptionSundayShort": "Søn",
"OptionSyncLosslessAudioOriginal": "Synk tabsfri audio ved original kvalitet",
"OptionSyncOnlyOnWifi": "Synk kun over Wifi",
"OptionTags": "Tags",
"OptionThumb": "Miniature",
"OptionThumbCard": "Miniature kort",
"OptionThursday": "Torsdag",
@@ -1451,7 +1316,6 @@
"OptionUpcomingDvdMovies": "Brug trailere for nye og kommende DVD'er og Blu-ray",
"OptionUpcomingMoviesInTheaters": "Brug trailere for nye og kommende film",
"OptionUpcomingStreamingMovies": "Brug trailere for nye og kommende film på Netflix",
"OptionVideoBitrate": "Video Bitrate",
"OptionWakeFromSleep": "Vågner fra dvale",
"OptionWatched": "Set",
"OptionWednesday": "Onsdag",
@@ -1470,7 +1334,6 @@
"PasswordResetConfirmation": "Er du sikker på at adgangskoden skal nulstilles?",
"PasswordResetHeader": "Nulstil adgangskode",
"PasswordSaved": "Adgangskoden er gemt.",
"PersonTypePerson": "Person",
"PictureInPicture": "Billede i billede",
"PinCodeResetComplete": "Pinkoden er blevet nulstillet.",
"PinCodeResetConfirmation": "Er du sikker på at pinkoden skal nulstilles?",
@@ -1480,7 +1343,6 @@
"PleaseUpdateManually": "Sluk venligst Jellyfin serveren og installer den seneste version.",
"PluginInstalledMessage": "Plugin blev insttalleret med success. Jellyfin serveren skal genstartes for at aktivere det.",
"PluginInstalledWithName": "{0} blev installeret",
"PluginTabAppClassic": "Jellyfin for Windows Media Center",
"PluginUninstalledWithName": "{0} blev afinstalleret",
"PluginUpdatedWithName": "{0} blev opdateret",
"PreferEmbeddedTitlesOverFileNames": "Foretræk indlejrede titler over filnavne",
@@ -1488,7 +1350,6 @@
"PreferredNotRequired": "Foretrukket, men ikke påkrævet",
"Programs": "Programmer",
"ProviderValue": "Udbyder: {0}",
"Rate": "Rate",
"RecommendationBecauseYouLike": "Fordi du kan lide {0}",
"RecommendationBecauseYouWatched": "Fordi du har set {0}",
"RecommendationDirectedBy": "Instrueret af {0}",
@@ -1518,7 +1379,6 @@
"ShowAdvancedSettings": "Vis advancerede indstillinger",
"SimultaneousConnectionLimitHelp": "Det maksimale antal samtidige streams. Skriv 0 for ubegrænset.",
"Sports": "Sport",
"Standard": "Standard",
"StatusRecording": "Optagelse",
"StatusRecordingProgram": "Optager {0}",
"StatusWatching": "Ser",
@@ -1528,7 +1388,6 @@
"SubtitleDownloadInstructions": "For at håndtere undertekst hentning, klik på et bibliotek i Jellyfin bibliotek opsætning, og rediger undertekst hentnings indstillingerne der.",
"SubtitleDownloadersHelp": "Aktiver og ranger dine prefererede undertekst hentere i priotets orden.",
"Subtitles": "Undertekster",
"Sync": "Sync",
"SyncMedia": "Synkroniser medier",
"SyncToOtherDevices": "Synk til andre enheder",
"SynologyUpdateInstructions": "Log venligst ind på DSM og gå til Pakkecenter for at opdatere.",
@@ -1538,7 +1397,6 @@
"TabActivity": "Aktivitet",
"TabAdvanced": "Avanceret",
"TabAlbumArtists": "Album-artister",
"TabAlbums": "Albums",
"TabAppSettings": "App-indstillinger",
"TabArtists": "Artister",
"TabBasic": "Simpel",
@@ -1549,12 +1407,10 @@
"TabChannels": "Kanaler",
"TabChapters": "Kapitler",
"TabCinemaMode": "Biograftilstand",
"TabCodecs": "Codecs",
"TabCollectionTitles": "Titler",
"TabCollections": "Samlinger",
"TabContainers": "Containere",
"TabControls": "Kontroller",
"TabDLNA": "DLNA",
"TabDashboard": "Betjeningspanel",
"TabDevices": "Enheder",
"TabDirectPlay": "Direkte afspilning",
@@ -1568,27 +1424,20 @@
"TabGames": "Spil",
"TabGeneral": "Generelt",
"TabGenres": "Genre",
"TabGuide": "Guide",
"TabHelp": "Hjælp",
"TabHome": "Hjem",
"TabHomeScreen": "Hjemmeskærm",
"TabHosting": "Hosting",
"TabImage": "Billede",
"TabImages": "Billeder",
"TabInfo": "Info",
"TabLanguages": "Sprog",
"TabLatest": "Seneste",
"TabLibrary": "Bibliotek",
"TabLibraryAccess": "Biblioteksadgang",
"TabLiveTV": "Live TV",
"TabLogs": "Logs",
"TabMetadata": "Metadata",
"TabMovies": "Film",
"TabMusic": "Musik",
"TabMusicVideos": "Musikvideoer",
"TabMyLibrary": "Mit bibliotek",
"TabMyPlugins": "Mine tilføjelser",
"TabNavigation": "Navigation",
"TabNetworks": "Netværk",
"TabNextUp": "Næste",
"TabNfoSettings": "NFO Indstillinger",
@@ -1601,7 +1450,6 @@
"TabPaths": "Stier",
"TabPhotos": "Fotos",
"TabPlayback": "Afspilning",
"TabPlaylist": "Playlist",
"TabPlaylists": "Afspilningslister",
"TabPlugins": "Tilføjelser",
"TabProfile": "Profil",
@@ -1613,18 +1461,14 @@
"TabScheduledTasks": "Planlagte opgaver",
"TabSecurity": "Sikkerhed",
"TabSeries": "Serier",
"TabServer": "Server",
"TabServices": "Tjenester",
"TabSettings": "Indstillinger",
"TabShows": "Serier",
"TabSongs": "Sange",
"TabStreaming": "Streaming",
"TabStudios": "Studier",
"TabSubtitles": "Undertekster",
"TabSuggestions": "Forslag",
"TabSync": "Sync",
"TabSyncJobs": "Sync opgaver",
"TabTV": "TV",
"TabTrailers": "Trailere",
"TabTranscoding": "Transkodning",
"TabUpcoming": "Kommende",
@@ -1639,7 +1483,6 @@
"TitleDevices": "Enheder",
"TitleHardwareAcceleration": "Hardwareacceleration",
"TitleHostingSettings": "Værtsindstillinger",
"TitleLiveTV": "Live TV",
"TitleNewUser": "Ny bruger",
"TitleNotifications": "Underretninger",
"TitlePasswordReset": "Nulstil adgangskode",
@@ -1647,10 +1490,7 @@
"TitlePlugins": "Tilføjelser",
"TitleRemoteControl": "Fjernstyring",
"TitleScheduledTasks": "Planlagte opgaver",
"TitleServer": "Server",
"TitleSignIn": "Log Ind",
"TitleSupport": "Support",
"TitleSync": "Sync",
"TitleUsers": "Brugere",
"TvLibraryHelp": "Gennemse {0}Jellyfin TV navngivningsguiden{1}.",
"UninstallPluginConfirmation": "Er du sikker på du vil afinstallere {0}?",
@@ -1665,7 +1505,6 @@
"ValueAsRole": "som {0}",
"ValueAudioCodec": "Lyd codec: {0}",
"ValueAwards": "Priser: {0}",
"ValueCodec": "Codec: {0}",
"ValueConditions": "Forhold: {0}",
"ValueContainer": "Beholder: {0}",
"ValueDateCreated": "Oprettelsesdato: {0}",
@@ -1676,32 +1515,24 @@
"ValueGuestStar": "Gæstestjerne",
"ValueItemCount": "{0} element",
"ValueItemCountPlural": "{0} elementer",
"ValueLinks": "Links: {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} film",
"ValueMusicVideoCount": "{0} musikvideoer",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 spil",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 musikvideo",
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 sang",
"ValueOneTrailer": "1 trailer",
"ValuePremiered": "Præmiere {0}",
"ValuePremieres": "Præmiere {0}",
"ValuePriceUSD": "Pris: {0} (USD)",
"ValueSeriesCount": "{0} serier",
"ValueSeriesYearToPresent": "{0} - Nuværende",
"ValueSongCount": "{0} sange",
"ValueStatus": "Status: {0}",
"ValueStudio": "Studie: {0}",
"ValueStudios": "Studier: {0}",
"ValueTimeLimitMultiHour": "Tidsbegrænsning: {0} timer",
"ValueTimeLimitSingleHour": "Tidsbegrænsning: 1 time",
"ValueTrailerCount": "{0} trailere",
"ValueVideoCodec": "Video Codec: {0}",
"VersionNumber": "Version {0}",
"ViewPlaybackInfo": "Vis afspilnings information",
"ViewTypeFolders": "Mapper",
"ViewTypeGames": "Spil",
@@ -1714,9 +1545,7 @@
"ViewTypeMusicFavoriteSongs": "Favoritsange",
"ViewTypeMusicFavorites": "Favoritter",
"ViewTypeMusicSongs": "Sange",
"ViewTypeTvShows": "TV",
"WelcomeToProject": "Velkommen til Jellyfin!",
"Whitelist": "Whitelist",
"WizardCompleted": "Det er alt vi behøver for nu. Jellyfin er begyndt at indsamle information omkring dit mediebibliotek. Tjek nogle af vores apps og klik derefter på <b>Færdig</b> for at se <b>Server betjeningspanelet</b>.",
"XmlDocumentAttributeListHelp": "Disse attributter bliver tilføjet til rodelementet i alle XML svar.",
"XmlTvKidsCategoriesHelp": "Programmer med disse kategorier bliver vist som programmer for børn. Adskil flere med '|'.",
-157
View File
@@ -5,7 +5,6 @@
"AddUserByManually": "Lege einen lokalen User durch manuelle Eingabe der User-Informationen an.",
"AdditionalNotificationServices": "Durchsuche den Plugin Katalog, um weitere Benachrichtigungsdienste zu installieren.",
"Advanced": "Erweitert",
"Alerts": "Alerts",
"All": "Alle",
"AllLibraries": "Alle Bibliotheken",
"AllowDeletionFromAll": "Erlaube Medien Löschung in allen Bibliotheken",
@@ -17,10 +16,8 @@
"AllowRemoteAccess": "Erlaube Remote-Verbindungen zu diesem Jellyfin Server.",
"AllowRemoteAccessHelp": "Wenn nicht aktiviert, werden alle Remote-Verbindungen blockiert.",
"AllowedRemoteAddressesHelp": "Kommaseparierte Liste von IP Adressen oder IP-Masken für Netzwerke, für die Remote-Verbindungen erlaubt sind. Wenn leer, sind alle Adressen erlaubt.",
"Audio": "Audio",
"BirthDateValue": "Geboren: {0}",
"BirthPlaceValue": "Geburtsort: {0}",
"Blacklist": "Blacklist",
"BobAndWeaveWithHelp": "Bob und Weave (höhere Qualität, aber langsamer)",
"BookLibraryHelp": "Hörbücher und E-Books werden unterstützt. Schaue in den {0}Jellyfin Book Naming Guide {1}.",
"Browse": "Blättern",
@@ -51,26 +48,21 @@
"ButtonDelete": "Löschen",
"ButtonDeleteImage": "Lösche Bild",
"ButtonDown": "Runter",
"ButtonDownload": "Download",
"ButtonEdit": "Bearbeiten",
"ButtonEditImages": "Bearbeite Bilder",
"ButtonEditOtherUserPreferences": "Bearbeite dieses Benutzerprofil, das Benutzerbild und die persönlichen Einstellungen.",
"ButtonExit": "Beenden",
"ButtonFilter": "Filter",
"ButtonForgotPassword": "Passwort vergessen",
"ButtonFullscreen": "Vollbild",
"ButtonGuide": "TV Guide",
"ButtonHelp": "Hilfe",
"ButtonHide": "Ausblenden",
"ButtonHome": "Home",
"ButtonInfo": "Info",
"ButtonInviteUser": "Lade Benutzer ein",
"ButtonLearnMore": "Erfahre mehr",
"ButtonLibraryAccess": "Bibliothekszugang",
"ButtonManageFolders": "Bearbeite Verzeichnisse",
"ButtonManageServer": "Konfiguriere Server",
"ButtonManualLogin": "Manuelle Anmeldung",
"ButtonMenu": "Menu",
"ButtonMore": "Mehr",
"ButtonMoreInformation": "mehr Informationen",
"ButtonMute": "Stumm",
@@ -83,13 +75,10 @@
"ButtonNo": "Nein",
"ButtonNowPlaying": "Läuft",
"ButtonOff": "Ausschalten",
"ButtonOk": "Ok",
"ButtonOpen": "Öffnen",
"ButtonOther": "Andere",
"ButtonParentalControl": "Kindersicherung",
"ButtonPause": "Pause",
"ButtonPlay": "Abspielen",
"ButtonPlayTrailer": "Trailer",
"ButtonPlaylist": "Wiedergabeliste",
"ButtonPreferences": "Einstellungen",
"ButtonPrevious": "Vorheriges",
@@ -112,7 +101,6 @@
"ButtonRename": "Umbenennen",
"ButtonRepeat": "Wiederholung",
"ButtonReports": "Berichte",
"ButtonReset": "Reset",
"ButtonResetEasyPassword": "Einfachen PIN zurücksetzen",
"ButtonResetPassword": "Passwort zurücksetzten",
"ButtonResetTuner": "Tuner zurücksetzen",
@@ -131,8 +119,6 @@
"ButtonSelectView": "Ansicht wählen",
"ButtonSend": "senden",
"ButtonSendInvitation": "Sende Einladung",
"ButtonServer": "Server",
"ButtonServerDashboard": "Server Dashboard",
"ButtonSettings": "Einstellungen",
"ButtonShare": "Teilen",
"ButtonShuffle": "Zufallswiedergabe",
@@ -143,13 +129,11 @@
"ButtonSkip": "Überspringen",
"ButtonSort": "Sortieren",
"ButtonSplitVersionsApart": "Spalte Versionen ab",
"ButtonStart": "Start",
"ButtonStop": "Stopp",
"ButtonStopRecording": "Aufnahme stoppen",
"ButtonSubmit": "Bestätigen",
"ButtonSubtitles": "Untertitel",
"ButtonSync": "Synchronisieren",
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Deinstallieren",
"ButtonUnmute": "Ton ein",
"ButtonUp": "Hoch",
@@ -159,15 +143,10 @@
"ButtonViewAlbum": "Zeige Album",
"ButtonViewArtist": "Zeige Darsteller",
"ButtonViewWebsite": "Besuche die Website",
"ButtonWebsite": "Website",
"ButtonYes": "Ja",
"CancelSeries": "Serienaufnahme beenden",
"CategoryApplication": "Anwendung",
"CategoryPlugin": "Plugin",
"CategorySync": "Sync",
"CategorySystem": "System",
"CategoryUser": "Benutzer",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Wähle die Kanäle, die mit diesem Benutzer geteilt werden sollen. Administratoren sind in der Lage alle Känale über den Metadaten-Manager zu bearbeiten.",
"Channels": "Kanäle",
"CinemaModeConfigurationHelp": "Der Kino-Modus bringt das Kinoerlebnis direkt in dein Wohnzimmer, mit der Fähigkeit Trailer und benutzerdefinierte Intros vor dem Hauptfilm zu spielen.",
@@ -190,7 +169,6 @@
"DeviceLastUsedByUserName": "Zuletzt genutzt von {0}",
"Disabled": "Abgeschaltet",
"Downloading": "Lädt herunter",
"Downloads": "Downloads",
"DrmChannelsNotImported": "Verschlüsselte Kanäle werden nicht importiert.",
"EasyPasswordHelp": "Die vereinfachte PIN Eingabe wird für offline Zugriffe von unterstützenden Jellyfin Apps verwendet. Sie kann ebenso als erleichterten Zugang aus dem eigenen Netzwerk verwendet werden.",
"EnableDebugLoggingHelp": "Debug-Logging sollte nur zur Fehlersuche aktiviert werden. Der Zugriff auf das Dateisystem kann das System unter Umständen daran hindern, in den Energiesparmodus zu gehen.",
@@ -234,7 +212,6 @@
"FolderTypeMusic": "Musik",
"FolderTypeMusicVideos": "Musikvideos",
"FolderTypePhotos": "Fotos",
"FolderTypeTvShows": "TV Shows",
"FolderTypeUnset": "Keine Auswahl (gemischter Inhalt)",
"ForAdditionalLiveTvOptions": "Für weitere TV Quellen klicke auf den \"Dienste\"-Reiter um weitere Optionen anzuzeigen.",
"Fullscreen": "Vollbild",
@@ -259,7 +236,6 @@
"HeaderAddUpdateImage": "Hinzufügen/Aktualisieren von Bild",
"HeaderAddUser": "Benutzer anlegen",
"HeaderAdditionalParts": "Zusätzliche Teile",
"HeaderAdmin": "Admin",
"HeaderAdvanced": "Erweitert",
"HeaderAirDays": "Ausstrahlungstage",
"HeaderAlbums": "Alben",
@@ -269,8 +245,6 @@
"HeaderApiKey": "API Schlüssel",
"HeaderApiKeys": "API Schlüssel",
"HeaderApiKeysHelp": "Externe Applikationen benötigen einen API Key um mit Jellyfin Server zu kommunizieren. API Keys werden beim loggin mit einem Jellyfin Konto vergeben oder durch eine manuelle Freigabe.",
"HeaderApp": "App",
"HeaderAudio": "Audio",
"HeaderAudioLanguages": "Audiosprachen",
"HeaderAudioSettings": "Audioeinstellungen",
"HeaderAudioTracks": "Audiospuren",
@@ -295,7 +269,6 @@
"HeaderChapterImages": "Kapitel Bilder",
"HeaderChapters": "Kapitel",
"HeaderCinemaMode": "Kino-Modus",
"HeaderClients": "Clients",
"HeaderCloudSync": "Cloud Synchronisation",
"HeaderCodecProfile": "Codec Profil",
"HeaderCodecProfileHelp": "Codec Profile weisen auf Beschränkungen eines Gerätes beim Abspielen bestimmter Codecs hin. Wenn eine Beschränkung zutrifft, dann werden Medien transcodiert, auch wenn der Codec für die Direktwiedergabe konfiguriert ist.",
@@ -331,7 +304,6 @@
"HeaderDeleteProvider": "TV Verzeichnis löschen",
"HeaderDeleteTaskTrigger": "Entferne Aufgabenauslöser",
"HeaderDestination": "Ziel",
"HeaderDetails": "Details",
"HeaderDetectMyDevices": "Nach Geräten suchen",
"HeaderDeveloperInfo": "Entwicklerinformationen",
"HeaderDevice": "Endgerät",
@@ -347,7 +319,6 @@
"HeaderEmbeddedImage": "Integriertes Bild",
"HeaderEpisodes": "Episoden",
"HeaderError": "Fehler",
"HeaderExport": "Export",
"HeaderExternalPlayerPlayback": "Wiedergabe auf externem Abspielgerät",
"HeaderExternalServices": "Externe Dienste",
"HeaderFavoriteAlbums": "Lieblingsalben",
@@ -369,17 +340,14 @@
"HeaderFreeApps": "Kostenlose Jellyfin Apps",
"HeaderFrequentlyPlayed": "Oft gesehen",
"HeaderGames": "Spiele",
"HeaderGenres": "Genres",
"HeaderGuests": "Gäste",
"HeaderGuideProviders": "Fernsehprogramm Quellen",
"HeaderHomePage": "Startseite",
"HeaderHomeScreenSettings": "Startbildschirm EInstellungen",
"HeaderHttpHeaders": "Http Headers",
"HeaderIdentification": "Identifizierung",
"HeaderIdentificationCriteriaHelp": "Gebe mindestens ein Identifikationskriterium an.",
"HeaderIdentificationHeader": "Identfikations Header",
"HeaderImageBackdrop": "Hintergrund",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Bild Einstellungen",
"HeaderImagePrimary": "Bevorzugt",
"HeaderImageSettings": "Bild Einstellungen",
@@ -395,7 +363,6 @@
"HeaderItems": "Inhalte",
"HeaderJellyfinAccountAdded": "Jellyfin Konto hinzugefügt",
"HeaderJellyfinAccountRemoved": "Jellyfin Konto entfernt",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "Jellyfin bietet native Unterstützung von Nfo Metadatendateien. Um Nfo Metadaten zu aktivieren oder deaktivieren, verwende den \"Metadaten\" Tab um die Optionen für deinen Medientypen zu konfigurieren.",
"HeaderLanguage": "Sprache",
"HeaderLatestAlbums": "Neueste Alben",
@@ -417,7 +384,6 @@
"HeaderLibraryAccess": "Bibliothekszugriff",
"HeaderLibraryFolders": "Medienverzeichnisse",
"HeaderLibrarySettings": "Bibliothekseinstellungen",
"HeaderLinks": "Links",
"HeaderLiveTV": "Live-TV",
"HeaderLiveTv": "Live-TV",
"HeaderLiveTvTunerSetup": "TV Tuner Setup",
@@ -434,8 +400,6 @@
"HeaderMusicVideos": "Musikvideos",
"HeaderMyMedia": "Meine Medien",
"HeaderMyViews": "Meine Ansichten",
"HeaderName": "Name",
"HeaderNavigation": "Navigation",
"HeaderNetwork": "Netzwerk",
"HeaderNewApiKey": "Neuer API Schlüssel",
"HeaderNewApiKeyHelp": "Geben Sie einer Applikation die Erlaubnis mit dem Jellyfin Server zu kommunizieren.",
@@ -446,7 +410,6 @@
"HeaderNotifications": "Benachrichtigungen",
"HeaderNowPlaying": "Aktuelle Wiedergabe",
"HeaderNumberOfPlayers": "Abspielgeräte",
"HeaderOffline": "Offline",
"HeaderOfflineSync": "Offline-Synchronisierung",
"HeaderOnNow": "Gerade läuft",
"HeaderOptions": "Optionen",
@@ -470,7 +433,6 @@
"HeaderPlaybackSettings": "Wiedergabe Einstellungen",
"HeaderPlaylists": "Wiedergabeliste",
"HeaderPleaseSignIn": "Bitte einloggen",
"HeaderPluginInstallation": "Plugin Installation",
"HeaderPreferredMetadataLanguage": "Bevorzugte Sprache der Metadaten:",
"HeaderProfile": "Profil",
"HeaderProfileInformation": "Profil Infomationen",
@@ -542,8 +504,6 @@
"HeaderSpecialFeatures": " Sonderfunktionen",
"HeaderSpecials": "Extras",
"HeaderSplitMedia": "Trenne Medien ab",
"HeaderStatus": "Status",
"HeaderStudios": "Studios",
"HeaderSubtitleDownloads": "Untertitel Downloads",
"HeaderSubtitleProfile": "Untertitel Profil",
"HeaderSubtitleProfiles": "Untertitel Profile",
@@ -554,8 +514,6 @@
"HeaderSync": "Synchronisation",
"HeaderSyncJobInfo": "Synchronisationsaufgabe",
"HeaderSystemDlnaProfiles": "Systemprofile",
"HeaderTV": "TV",
"HeaderTags": "Tags",
"HeaderTaskTriggers": "Aufgabenauslöser",
"HeaderTermsOfService": "Jellyfin Nutzungsbedingungen",
"HeaderThemeSongs": "Titelsongs",
@@ -563,7 +521,6 @@
"HeaderThisUserIsCurrentlyDisabled": "Dieser Benutzer ist aktuell deaktiviert",
"HeaderTime": "Zeit",
"HeaderToAccessPleaseEnterEasyPinCode": "Um Zugang zu erhalten, geben Sie bitte Ihren einfachen PIN Code ein",
"HeaderTopPlugins": "Top Plugins",
"HeaderTrack": "Stück",
"HeaderTracks": "Lieder",
"HeaderTrailers": "Trailer",
@@ -573,7 +530,6 @@
"HeaderTuners": "Tuner",
"HeaderTvTuners": "Tuner",
"HeaderType": "Typ",
"HeaderTypeImageFetchers": "{0} Image Fetchers",
"HeaderTypeText": "Texteingabe",
"HeaderUnaired": "Nicht ausgestrahlt",
"HeaderUnknownDate": "Unbekanntes Datum",
@@ -587,9 +543,7 @@
"HeaderUser": "Benutzer",
"HeaderUserPrimaryImage": "Benutzerbild",
"HeaderUsers": "Benutzer",
"HeaderVideo": "Video",
"HeaderVideoTypes": "Videotypen",
"HeaderVideos": "Videos",
"HeaderViewOrder": "Reihenfolge für Ansichten",
"HeaderViewStyles": "Zeige Stiele",
"HeaderWelcomeToJellyfin": "Willkommen zu Jellyfin",
@@ -620,7 +574,6 @@
"LabelAirDays": "Ausstrahlungstage:",
"LabelAirTime": "Ausstrahlungszeit:",
"LabelAirTime:": "Ausstrahlungszeit:",
"LabelAlbum": "Album:",
"LabelAlbumArtHelp": "Die genutzte PN für Alben-Fankunst innerhalb der dlna:profileID-Eigenschaften auf upnp:albumArtURL. Manche Abspielgeräte benötigen einen bestimmten Wert, unabhängig von der Bildgröße.",
"LabelAlbumArtMaxHeight": "Maximale Höhe für Album Art:",
"LabelAlbumArtMaxHeightHelp": "Maximale Auflösung für durch UPnP übermittelte Album Art:albumArtURI.",
@@ -642,7 +595,6 @@
"LabelArtist": "Interpret",
"LabelArtists": "Interpreten:",
"LabelArtistsHelp": "Trenne mehrere Einträge durch ;",
"LabelAudioCodec": "Audio: {0}",
"LabelAudioLanguagePreference": "Audiosprach-Einstellungen:",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Aktualisiere Metadaten automatisch aus dem Internet:",
"LabelAvailableTokens": "Verfügbare Tokens:",
@@ -652,7 +604,6 @@
"LabelBlastMessageInterval": "Alive Meldungsintervall (Sekunden)",
"LabelBlastMessageIntervalHelp": "Legt die Dauer in Sekunden zwischen den Server Alive Meldungen fest.",
"LabelBlockContentWithTags": "Blockiere Inhalte mit Tags:",
"LabelCache": "Cache:",
"LabelCachePath": "Cache Pfad:",
"LabelCachePathHelp": "Legen Sie ein eigenes Verzeichnis für den Server Zwischenspeicher fest. (z.B. für Bilder) Lassen Sie dieses Feld leer um die Standardeinstellung zu verwenden.",
"LabelCameraUploadPath": "Kamera-Upload Pfad:",
@@ -698,7 +649,6 @@
"LabelDay": "Tag:",
"LabelDeathDate": "Todesdatum:",
"LabelDefaultForcedStream": "(Standard/Erzwungen)",
"LabelDefaultStream": "(Default)",
"LabelDefaultUser": "Standardbenutzer",
"LabelDefaultUserHelp": "Legt fest, welche Benutzerbibliothek auf verbundenen Geräten angezeigt werden soll. Dies kann für jedes Gerät durch Profile überschrieben werden.",
"LabelDeinterlacingMethod": "Deinterlacing-Methode:",
@@ -718,9 +668,7 @@
"LabelDownloadInternetMetadataHelp": "Jellyfin Server kann Informationen über Ihre Medien herunterladen um deren Präsentation aufzuwerten.",
"LabelDownloadLanguages": "Herunterzuladende Sprachen:",
"LabelDropImageHere": "Fotos hierher ziehen.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Einfacher pin code:",
"LabelEmail": "Email:",
"LabelEmailAddress": "E-Mail Adresse",
"LabelEmbedAlbumArtDidl": "Integrierte Alben-Cover in Didl",
"LabelEmbedAlbumArtDidlHelp": "Einige Geräte bevorzugen diese Methode um Album Art darstellen zu können. Andere wiederum können evtl. nichts abspielen, wenn diese Funktion aktiviert ist.",
@@ -753,7 +701,6 @@
"LabelEndDate": "Endzeit:",
"LabelEndingEpisodeNumber": "Nummer der letzten Episode:",
"LabelEndingEpisodeNumberHelp": "Nur erforderlich für Mehrfachepisoden",
"LabelEpisode": "Episode",
"LabelEpisodeNumber": "Episodennummer:",
"LabelEvent": "Ereignis:",
"LabelEveryXMinutes": "Alle:",
@@ -771,7 +718,6 @@
"LabelFolderType": "Verzeichnistyp:",
"LabelForcedStream": "(Erzwungen)",
"LabelForgotPasswordUsernameHelp": "Bitte gib deinen Benutzernamen ein, falls du dich daran erinnerst.",
"LabelFormat": "Format:",
"LabelFree": "Frei",
"LabelFriendlyName": "Benutzerfreundlicher Name:",
"LabelFriendlyServerName": "Freundlicher Servername:",
@@ -779,7 +725,6 @@
"LabelFromHelp": "Beispiel: {0} (auf dem Server)",
"LabelGroupMoviesIntoCollections": "Gruppiere Filme in Collections",
"LabelGroupMoviesIntoCollectionsHelp": "Wenn Filmlisten angezeigt werden, dann werden Filme, die zu einer Collection gehören, als ein gruppiertes Element angezeigt.",
"LabelH264Crf": "H264 encoding CRF:",
"LabelH264EncodingPreset": "H264 Encoding Voreinstellung:",
"LabelHardwareAccelerationType": "Hardware Beschleunigung:",
"LabelHardwareAccelerationTypeHelp": "Nur auf unterstützten Systemen verfügbar.",
@@ -813,16 +758,13 @@
"LabelLanNetworks": "Lokale Netzwerke:",
"LabelLanguage": "Sprache:",
"LabelLastResult": "Letztes Ergebnis:",
"LabelLimit": "Limit:",
"LabelLimitIntrosToUnwatchedContent": "Spiele nur Trailer von nicht gesehenen Inhalten ab",
"LabelLineup": "TV Programm:",
"LabelLocalAccessUrl": "Heimnetzwerk (LAN) Zugriff: {0}",
"LabelLocalHttpServerPortNumber": "Lokale HTTP Portnummer:",
"LabelLocalHttpServerPortNumberHelp": "Die TCP Port Nummer, auf die der Jellyfin http Server hört.",
"LabelLocalSyncStatusValue": "Status: {0}",
"LabelLoginDisclaimer": "Anmeldung Haftungsausschluss:",
"LabelLoginDisclaimerHelp": "Dies wird am Boden des Anmeldebildschirms angezeigt.",
"LabelLogs": "Logs:",
"LabelManufacturer": "Hersteller",
"LabelManufacturerUrl": "Hersteller URL",
"LabelMarkAs": "Markieren als:",
@@ -873,7 +815,6 @@
"LabelMusicStreamingTranscodingBitrate": "Musik Transkodier Bitrate:",
"LabelMusicStreamingTranscodingBitrateHelp": "Wähle die maximale Bitrate für das streamen von Musik",
"LabelMusicVideo": "Musikvideo",
"LabelName": "Name:",
"LabelNativeExternalPlayersHelp": "Spiele Videos mit externen Playern ab.",
"LabelNewName": "Neuer Name:",
"LabelNewPassword": "Neues Passwort:",
@@ -910,9 +851,7 @@
"LabelPrevious": "Vorheriges",
"LabelProfile": "Profil:",
"LabelProfileAudioCodecs": "Audio Codecs:",
"LabelProfileCodecs": "Codecs:",
"LabelProfileCodecsHelp": "Getrennt durch Komma. Leerlassen, um auf alle Codecs anzuwenden.",
"LabelProfileContainer": "Container:",
"LabelProfileContainersHelp": "Getrennt durch Komma. Leerlassen, um auf alle Container anzuwenden.",
"LabelProfileVideoCodecs": "Video Codecs:",
"LabelProtocol": "Protokoll: ",
@@ -952,7 +891,6 @@
"LabelSeriesRecordingPath": "Serien Aufnahmepfad (optional):",
"LabelServerHost": "Adresse:",
"LabelServerHostHelp": "192.168.1.100 oder https://myserver.com",
"LabelServerPort": "Port:",
"LabelSimultaneousConnectionLimit": "Paralleler Streamlimit:",
"LabelSkipIfAudioTrackPresent": "Überspringen, falls der Ton bereits der herunterladbaren Sprache entspricht",
"LabelSkipIfAudioTrackPresentHelp": "Entferne den Haken, um sicherzustellen das alle Videos Untertitel haben, unabhängig von der Audiosprache",
@@ -965,7 +903,6 @@
"LabelSpecialSeasonsDisplayName": "Anzeigename für Serien-Specials.",
"LabelSportsCategories": "Sportkategorie:",
"LabelStartWhenPossible": "Wenn möglich starte:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Wenn möchte stoppe:",
"LabelStopping": "Stoppe",
"LabelSubtitleDownloaders": "Untertitel Downloader:",
@@ -976,12 +913,10 @@
"LabelSyncPath": "Synchronisierter-Inhalt Pfad:",
"LabelSyncTempPath": "Verzeichnis für temporäre Dateien",
"LabelSyncTempPathHelp": "Legen Sie ein Arbeitsverzeichnis für die Synchronisation fest. Konvertierte Medien werden während der Synchronisation hier gespeichert.",
"LabelTag": "Tag:",
"LabelTheme": "Thema:",
"LabelTime": "Zeit:",
"LabelTimeLimitHours": "Zeitlimit (Stunden):",
"LabelTranscodingAudioCodec": "Audio Codec:",
"LabelTranscodingContainer": "Container:",
"LabelTranscodingTempPath": "Temporärer Transcoding Pfad:",
"LabelTranscodingTempPathHelp": "Dieses Verzeichnis beinhaltet Dateien die für den Betrieb des Transcoders benutzt werden. Wähle einen eigenen Pfad oder lasse das Feld frei, um den Standardspeicherort im Server Datenverzeichnis zu nutzen.",
"LabelTranscodingTemporaryFiles": "Temporäre Transkodierdateien:",
@@ -994,7 +929,6 @@
"LabelTunerType": "Tuner Typ:",
"LabelType": "Typ:",
"LabelTypeMetadataDownloaders": "{0} Metadata Dienste:",
"LabelTypeText": "Text",
"LabelUnairedMissingEpisodesWithinSeasons": "Zeige noch nicht ausgestrahlte Episoden innerhalb von Staffeln",
"LabelUnknownLanguage": "Unbekannte Sprache",
"LabelUploadSpeedLimit": "Upload Geschwindigkeitslimit (Mbps):",
@@ -1010,9 +944,7 @@
"LabelVaapiDeviceHelp": "Das ist der Render-Node der für die Hardwarebeschleunigung genutzt wird.",
"LabelValue": "Wert:",
"LabelVersionInstalled": "{0} installiert",
"LabelVersionNumber": "Version {0}",
"LabelVersionUpToDate": "Auf dem neuesten Stand!",
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Video Typ:",
"LabelView": "Ansicht:",
"LabelXDlnaCap": "X-DLNA Grenze:",
@@ -1028,11 +960,8 @@
"LanNetworksHelp": "Komma separierte Liste von IP Adressen oder IP Masken die als lokale Netzwerke behandelt werden sollen um Bandbreitenlimitationen auszusetzen. Wenn befüllt werden alle anderen IP Adressen als externe Netzwerke behandelt und unterliegen den Bandbreitenlimitationen für externe Verbindungen. Wenn leer, wird nur das SubNetz des Servers als Lokales Netz gesetzt-",
"LatestFromLibrary": "Neueste {0}",
"LearnHowToCreateSynologyShares": "Erfahre, wie man Verzeichnisse mit Synology teilt.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Wähle die Medienverzeichnisse die du mit diesem Benutzer teilen möchtest. Administratoren können den Metadaten-Manager verwenden um alle Ordner zu bearbeiten.",
"LinkApi": "API",
"LinkCommunity": "Community",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Erfahren Sie mehr über Jellyfin Premium",
"LiveTvUpdateAvailable": "(Update verfügbar)",
"LoginDisclaimer": "Jellyfin wurde designed um Sie bei der Verwaltung Ihrer Medienbibliothek, wie z.B Heimvideos oder Fotos, zu unterstützen. Bitte lesen Sie unsere Nutzungsbedingungen. Die Verwendung jeglicher Jellyfin Software bedingt die Zustimmung dieser Vereinbarung.",
@@ -1046,27 +975,20 @@
"MediaInfoAperture": "Blende",
"MediaInfoAspectRatio": "Seitenverhältnis",
"MediaInfoBitDepth": "Bit-Tiefe",
"MediaInfoBitrate": "Bitrate",
"MediaInfoCameraMake": "Kamerahersteller",
"MediaInfoCameraModel": "Kamera-Modell",
"MediaInfoChannels": "Kanäle",
"MediaInfoCodec": "Codec",
"MediaInfoCodecTag": "Codec tag",
"MediaInfoContainer": "Container",
"MediaInfoDefault": "Voreinstellung",
"MediaInfoExposureTime": "Belichtungszeit",
"MediaInfoExternal": "Extern",
"MediaInfoFile": "Datei",
"MediaInfoFocalLength": "Brennweite",
"MediaInfoForced": "Erzwungen",
"MediaInfoFormat": "Format",
"MediaInfoFramerate": "Bildrate",
"MediaInfoInterlaced": "Interlaced",
"MediaInfoIsoSpeedRating": "ISO Empfindlichkeit",
"MediaInfoLanguage": "Sprache",
"MediaInfoLatitude": "Breite",
"MediaInfoLayout": "Darstellung",
"MediaInfoLevel": "Level",
"MediaInfoLongitude": "Länge",
"MediaInfoOrientation": "Ausrichtung",
"MediaInfoPath": "Pfad",
@@ -1077,12 +999,9 @@
"MediaInfoSampleRate": "Sample-Rate",
"MediaInfoShutterSpeed": "Verschlusszeit",
"MediaInfoSize": "Größe",
"MediaInfoSoftware": "Software",
"MediaInfoStreamTypeAudio": "Audio",
"MediaInfoStreamTypeData": "Daten",
"MediaInfoStreamTypeEmbeddedImage": "Eingebettetes Bild",
"MediaInfoStreamTypeSubtitle": "Untertitel",
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoTimestamp": "Zeitstempel",
"MessageAlreadyInstalled": "Diese Version ist bereits installiert",
"MessageApplicationUpdated": "Jellyfin Server wurde auf den neusten Stand gebracht.",
@@ -1180,7 +1099,6 @@
"Mute": "Stumm",
"Never": "Niemals",
"NewVersionOfSomethingAvailable": "Eine neue Version von {0} ist verfügbar!",
"News": "News",
"NextUp": "Es folgt",
"NoNewDevicesFound": "Keine neuen Geräte gefunden. Um einen neuen Tuner hinzuzufügen, schließe diesen Dialog und gebe die Geräteinformationen manuell ein.",
"NoNextUpItemsMessage": "Es wurde nichts gefunden. Schau dir deine Shows an!",
@@ -1190,15 +1108,10 @@
"Notifications": "Benachrichtigungen",
"NumLocationsValue": "{0} Verzeichnisse",
"OpenSubtitleInstructions": "Du musst ein Open-Subtitles Konto auf der Open Subtiles Einstellungsseite im Jellyfin Server Dashboard konfigurieren.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Schauspieler",
"OptionActors": "Darsteller",
"OptionAdminUsers": "Administratoren",
"OptionAfterSystemEvent": "Nach einem Systemereignis",
"OptionAlbum": "Album",
"OptionAlbumArtist": "Album-Interpret",
"OptionAll": "Alle",
"OptionAllUsers": "Alle Benutzer",
@@ -1219,19 +1132,14 @@
"OptionAllowVideoPlaybackRemuxing": "Erlaube Video-Wiedergabe mittels Konvertierung ohne Neu-Enkodierung",
"OptionAllowVideoPlaybackTranscoding": "Erlaube Video-Wiedergabe die Transkodierung benötigt",
"OptionAnyNumberOfPlayers": "Jeder",
"OptionArt": "Art",
"OptionArtist": "Interpret",
"OptionAscending": "Aufsteigend",
"OptionAuto": "Auto",
"OptionAutomatic": "Auto",
"OptionAutomaticallyGroupSeries": "Vermische Serieninhalte, die in verschiedenen Ordnern abgelegt sind.",
"OptionAutomaticallyGroupSeriesHelp": "Wenn aktiviert, werden Inhalte einer Serie in verschiedenen Ordnern innerhalb einer Bibliothek als eine Serie angezeigt.",
"OptionBackdrop": "Hintergrund",
"OptionBackdropSlideshow": "Hintergrund Diashow",
"OptionBackdrops": "Hintergründe",
"OptionBanner": "Banner",
"OptionBestAvailableStreamQuality": "Die besten verfügbaren",
"OptionBeta": "Beta",
"OptionBirthLocation": "Geburtsort",
"OptionBlockBooks": "Bücher",
"OptionBlockChannelContent": "Internet Channelinhalte",
@@ -1243,11 +1151,8 @@
"OptionBlockOthers": "Andere",
"OptionBlockTrailers": "Trailer",
"OptionBlockTvShows": "TV Serien",
"OptionBluray": "Bluray",
"OptionBooks": "Bücher",
"OptionBox": "Box",
"OptionBoxRear": "Box Rückseite",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Sammlungen",
"OptionCommunityRating": "Community Bewertung",
"OptionComposer": "Komponist",
@@ -1264,7 +1169,6 @@
"OptionDateAddedFileTime": "Benutze das Erstellungsdatum der Datei",
"OptionDateAddedImportTime": "Benutze das Scandatum vom Hinzufügen in die Bibliothek",
"OptionDatePlayed": "Gesehen am",
"OptionDefaultSort": "Default",
"OptionDescending": "Absteigend",
"OptionDev": "Entwickler",
"OptionDirector": "Regisseur",
@@ -1280,15 +1184,11 @@
"OptionDisplayFolderViewHelp": "Wenn aktiviert zeigen Jellyfin Apps eine Kategorie zum Verzeichnis an. Dies kann praktisch sein, wenn man nur Verzeichnisansichten verwendet.",
"OptionDownloadArtImage": "Kunst",
"OptionDownloadBackImage": "Zurück",
"OptionDownloadBannerImage": "Banner",
"OptionDownloadBoxImage": "Box",
"OptionDownloadDiscImage": "Disk",
"OptionDownloadImagesInAdvance": "Bilder vorab herunterladen",
"OptionDownloadImagesInAdvanceHelp": "Grundsätzlich werden die meisten Bilder erst dann runter geladen, wenn eine Jellyfin-App diese anfragt. Schalten Sie diese Option ein um alle Bilder im Voraus herunterzuladen, wenn neue Medien importiert wurden. Diese Einstellung kann zu signifikant längeren Bibliothekscans führen.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Menü",
"OptionDownloadPrimaryImage": "Primär",
"OptionDownloadThumbImage": "Thumb",
"OptionDvd": "DVD",
"OptionEmbedSubtitles": "In Container eingebettet",
"OptionEnableAccessFromAllDevices": "Erlaube Zugriff von allen Geräten",
@@ -1322,25 +1222,20 @@
"OptionFridayShort": "Fr",
"OptionGameSystems": "Spielsysteme",
"OptionGames": "Spiele",
"OptionGenres": "Genres",
"OptionGuestStars": "Gaststar",
"OptionHasSpecialFeatures": "Besonderes Merkmal",
"OptionHasSubtitles": "Untertitel",
"OptionHasThemeSong": "Titellied",
"OptionHasThemeVideo": "Titelvideo",
"OptionHasTrailer": "Trailer",
"OptionHideUser": "Verberge diesen Benutzer in den Anmeldebildschirmen",
"OptionHideUserFromLoginHelp": "Hilfreich für private oder versteckte Administrator-Konten. Der Benutzer muss sich manuell mit der Eingabe des Benutzernamens und Passworts anmelden.",
"OptionHlsSegmentedSubtitles": "HLs segmentierte Untertitel",
"OptionHomeVideos": "Heim-Videos und Fotos",
"OptionIcon": "Icon",
"OptionIgnoreTranscodeByteRangeRequests": "Ignoriere Anfragen für Transkodierbytebereiche",
"OptionIgnoreTranscodeByteRangeRequestsHelp": "Falls aktiviert, werden diese Anfragen berücksichtigt aber Byte-Range-Header ignoriert werden.",
"OptionImages": "Bilder",
"OptionImdbRating": "IMDb Bewertung",
"OptionInProgress": "Im Gange",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "ISO",
"OptionKeywords": "Stichworte",
"OptionLatestChannelMedia": "Neueste Channel Inhalte:",
@@ -1348,10 +1243,7 @@
"OptionLatestTvRecordings": "Neueste Aufnahmen",
"OptionLibraryFolders": "Medienverzeichnisse",
"OptionLikes": "Mag ich",
"OptionList": "List",
"OptionLocked": "Gesperrt",
"OptionLogo": "Logo",
"OptionMax": "Max",
"OptionMenu": "Menü",
"OptionMissingEpisode": "Fehlende Episoden",
"OptionMissingImdbId": "Fehlende IMDb Id",
@@ -1366,8 +1258,6 @@
"OptionMusicAlbums": "Musik-Alben",
"OptionMusicArtists": "Musik-Interpreten",
"OptionMusicVideos": "Musik-Videos",
"OptionName": "Name",
"OptionNameSort": "Name",
"OptionNo": "Nein",
"OptionNoTrailer": "Kein Trailer",
"OptionNone": "Keines",
@@ -1388,24 +1278,16 @@
"OptionPlainVideoItemsHelp": "Falls aktiviert, werden alle Videos in DIDL als \"object.item.videoItem\" angezeigt, anstatt eines spezifischen Typs wie beispielsweise \"object.item.videoItem.movie\".",
"OptionPlayCount": "Zähler",
"OptionPlayed": "Gesehen",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster Karte",
"OptionPremiereDate": "Premiere",
"OptionPrimary": "Primär",
"OptionPriority": "Priorität",
"OptionProducer": "Produzent",
"OptionProducers": "Produzent",
"OptionProfileAudio": "Audio",
"OptionProfilePhoto": "Photo",
"OptionProfileVideo": "Video",
"OptionProfileVideoAudio": "Video Audio",
"OptionProtocolHls": "Http Live Streaming",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Zu jeder Zeit aufzeichnen",
"OptionRecordOnAllChannels": "Auf allen Kanälen aufzeichnen",
"OptionRecordOnlyNewEpisodes": "Nehme nur neue Episoden auf",
"OptionRecordSeries": "Nehme Serie auf",
"OptionRegex": "Regex",
"OptionRelease": "Offizielles Release",
"OptionReleaseDate": "Veröffentlichungsdatum",
"OptionReportByteRangeSeekingWhenTranscoding": "Teilt die Unterstützung der Bytesuche während des transkodierens auf dem Server mit.",
@@ -1420,26 +1302,19 @@
"OptionSaturdayShort": "Sa",
"OptionSaveMetadataAsHidden": "Speichere Metadaten und Bilder als versteckte Dateien",
"OptionSaveMetadataAsHiddenHelp": "Änderungen werden sich auf neue Metadaten angewendet. Bereits existierende Metadaten werden bei der nächsten Speicherung des Jellyfin Servers auf den neusten Stand gebracht.",
"OptionScreenshot": "Screenshot",
"OptionSeason0": "Staffel 0",
"OptionSeasons": "Staffeln",
"OptionSeries": "Serien",
"OptionSongs": "Lieder",
"OptionSortName": "Sortiername",
"OptionSpecialEpisode": "Specials",
"OptionStudios": "Studios",
"OptionSubstring": "Substring",
"OptionSunday": "Sonntag",
"OptionSundayShort": "So",
"OptionSyncLosslessAudioOriginal": "Synchronisiere verlustfreie Audio in originaler Qualität",
"OptionSyncOnlyOnWifi": "Synchronisiere nur bei Wifi",
"OptionTags": "Tags",
"OptionThumb": "Thumb",
"OptionThumbCard": "Thumb Karte",
"OptionThursday": "Donnerstag",
"OptionThursdayShort": "Do",
"OptionTimeline": "Zeitlinie",
"OptionTrackName": "Track Name",
"OptionTrailersFromMyMovies": "Trailer von Filmen aus meiner Bibliothek mit einbeziehen",
"OptionTrailersFromMyMoviesHelp": "Benötigt die Einrichtung lokaler Trailer.",
"OptionTuesday": "Dienstag",
@@ -1452,7 +1327,6 @@
"OptionUpcomingDvdMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf DVD & Blu-ray",
"OptionUpcomingMoviesInTheaters": "Trailer von neuen und erscheinenden Filmen einbeziehen",
"OptionUpcomingStreamingMovies": "Beinhaltet Trailer von neuen und erscheinenden Filmen auf Netflix",
"OptionVideoBitrate": "Video Bitrate",
"OptionWakeFromSleep": "Aufwachen nach dem Schlafen",
"OptionWatched": "Gesehen",
"OptionWednesday": "Mittwoch",
@@ -1471,7 +1345,6 @@
"PasswordResetConfirmation": "Möchtest du das Passwort wirklich zurücksetzen?",
"PasswordResetHeader": "Passwort zurücksetzen",
"PasswordSaved": "Passwort gespeichert",
"PersonTypePerson": "Person",
"PictureInPicture": "Bild-in-Bild",
"PinCodeResetComplete": "Der PIN wurde zurückgesetzt",
"PinCodeResetConfirmation": "Sind Sie sich sicher, dass Sie Ihren PIN Code zurücksetzen möchten?",
@@ -1519,7 +1392,6 @@
"ShowAdvancedSettings": "Zeige erweiterte Einstellungen",
"SimultaneousConnectionLimitHelp": "Die maximale Anzahl der parallel erlaubten Streams. 0 für kein Limit.",
"Sports": "Sport",
"Standard": "Standard",
"StatusRecording": "Aufnehmen",
"StatusRecordingProgram": "Aufzeichnung {0}",
"StatusWatching": "Anschauing",
@@ -1550,46 +1422,36 @@
"TabChannels": "Kanäle",
"TabChapters": "Kapitel",
"TabCinemaMode": "Kino-Modus",
"TabCodecs": "Codecs",
"TabCollectionTitles": "Titel",
"TabCollections": "Sammlungen",
"TabContainers": "Container",
"TabControls": "Steuerungen",
"TabDLNA": "DLNA",
"TabDashboard": "Übersicht",
"TabDevices": "Geräte",
"TabDirectPlay": "Direktwiedergabe",
"TabDisplay": "Anzeige",
"TabEpisodes": "Episoden",
"TabExpert": "Experte",
"TabExtras": "Extras",
"TabFavorites": "Favoriten",
"TabFilter": "Filter",
"TabFolders": "Verzeichnisse",
"TabGames": "Spiele",
"TabGeneral": "Allgemein",
"TabGenres": "Genres",
"TabGuide": "Programm",
"TabHelp": "Hilfe",
"TabHome": "Home",
"TabHomeScreen": "Startseite",
"TabHosting": "Hosting",
"TabImage": "Bild",
"TabImages": "Bilder",
"TabInfo": "Info",
"TabLanguages": "Sprachen",
"TabLatest": "Neueste",
"TabLibrary": "Bibliothek",
"TabLibraryAccess": "Bibliothekenzugriff",
"TabLiveTV": "Live-TV",
"TabLogs": "Logs",
"TabMetadata": "Metadaten",
"TabMovies": "Filme",
"TabMusic": "Musik",
"TabMusicVideos": "Musikvideos",
"TabMyLibrary": "Meine Bibliothek",
"TabMyPlugins": "Meine Plugins",
"TabNavigation": "Navigation",
"TabNetworks": "Sendergruppen",
"TabNextUp": "Als Nächstes",
"TabNfoSettings": "Nfo Einstellungen",
@@ -1604,7 +1466,6 @@
"TabPlayback": "Wiedergabe",
"TabPlaylist": "Wiedergabeliste",
"TabPlaylists": "Wiedergabelisten",
"TabPlugins": "Plugins",
"TabProfile": "Profil",
"TabProfiles": "Profile",
"TabRecordings": "Aufnahmen",
@@ -1614,18 +1475,13 @@
"TabScheduledTasks": "Geplante Aufgaben",
"TabSecurity": "Sicherheit",
"TabSeries": "Serie",
"TabServer": "Server",
"TabServices": "Dienste",
"TabSettings": "Einstellungen",
"TabShows": "Serien",
"TabSongs": "Songs",
"TabStreaming": "Streaming",
"TabStudios": "Studios",
"TabSubtitles": "Untertitel",
"TabSuggestions": "Empfehlungen",
"TabSync": "Synchronisieren",
"TabSyncJobs": "Synchronisations-Aufgaben",
"TabTV": "TV",
"TabTrailers": "Trailer",
"TabTranscoding": "Transkodierung",
"TabUpcoming": "Bevorstehend",
@@ -1645,12 +1501,10 @@
"TitleNotifications": "Benachrichtigungen",
"TitlePasswordReset": "Passwort zurücksetzen",
"TitlePlayback": "Wiedergabe",
"TitlePlugins": "Plugins",
"TitleRemoteControl": "Fernsteuerung",
"TitleScheduledTasks": "Geplante Aufgaben",
"TitleServer": "Server:",
"TitleSignIn": "Einloggen",
"TitleSupport": "Support",
"TitleSync": "Synchronisation",
"TitleUsers": "Benutzer",
"TvLibraryHelp": "Überprüfe die {0}Jellyfin Leitfaden zur Serienbenamung{1}.",
@@ -1664,13 +1518,9 @@
"ValueArtist": "Künstler: {0}",
"ValueArtists": "Künstler: {0}",
"ValueAsRole": "als {0}",
"ValueAudioCodec": "Audio Codec: {0}",
"ValueAwards": "Auszeichnungen: {0}",
"ValueCodec": "Codec: {0}",
"ValueConditions": "Bedingungen: {0}",
"ValueContainer": "Container: {0}",
"ValueDateCreated": "Erstellungsdatum: {0}",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} Episoden",
"ValueExample": "Beispiel: {0}",
"ValueGameCount": "{0} Spiele",
@@ -1695,14 +1545,9 @@
"ValueSeriesCount": "{0} Serien",
"ValueSeriesYearToPresent": "{0} - heute",
"ValueSongCount": "{0} Lieder",
"ValueStatus": "Status: {0}",
"ValueStudio": "Studio: {0}",
"ValueStudios": "Studios: {0}",
"ValueTimeLimitMultiHour": "Zeitlimit: {0} Stunden",
"ValueTimeLimitSingleHour": "Zeitlimit: 1 Stunde",
"ValueTrailerCount": "{0} Trailer",
"ValueVideoCodec": "Video Codec: {0}",
"VersionNumber": "Version {0}",
"ViewPlaybackInfo": "Abspielinfo ansehen",
"ViewTypeFolders": "Verzeichnisse",
"ViewTypeGames": "Spiele",
@@ -1715,9 +1560,7 @@
"ViewTypeMusicFavoriteSongs": "Lieder Favoriten",
"ViewTypeMusicFavorites": "Favoriten",
"ViewTypeMusicSongs": "Lieder",
"ViewTypeTvShows": "TV",
"WelcomeToProject": "Willkommen bei Jellyfin!",
"Whitelist": "Whitelist",
"WizardCompleted": "Das ist alles was wir bis jetzt brauchen. Jellyfin hat nun angefangen Informationen über Ihre Medienbibliothek zu sammeln. Schauen dir doch ein paar unserer Apps an und klicke dann auf <b>Fertig</b> um das <b>Server Dashboard</b> anzuzeigen.",
"XmlDocumentAttributeListHelp": "Diese Attribute werden für das Stammelement jeder XML-Antwort angewendet.",
"XmlTvKidsCategoriesHelp": "Programme mit diesen Kategorien werden als Kinderprogramme angezeigt. Separiere mehrere mit '|'.",
-338
View File
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
-58
View File
@@ -17,7 +17,6 @@
"AllowRemoteAccess": "Permitir conexiones remotas a este Servidor Jellyfin",
"AllowRemoteAccessHelp": "Si se deshabilita, todas las conexiones remotas serán bloqueadas.",
"AllowedRemoteAddressesHelp": "Lista separada por comas de direcciones IP/mascaras de subred para las redes a las que se les permitirá conectarse remotamente. Si se deja en blanco, todas las IP remotas serán permitidas.",
"Audio": "Audio",
"BirthDateValue": "Nacimiento: {0}",
"BirthPlaceValue": "Lugar de nacimiento: {0}",
"Blacklist": "Bloqueados",
@@ -63,7 +62,6 @@
"ButtonHelp": "Ayuda",
"ButtonHide": "Ocultar",
"ButtonHome": "Inicio",
"ButtonInfo": "Info",
"ButtonInviteUser": "Invitar Usuario",
"ButtonLearnMore": "Aprenda más",
"ButtonLibraryAccess": "Acceso a biblioteca",
@@ -80,10 +78,8 @@
"ButtonNext": "Siguiente",
"ButtonNextPage": "Página Siguiente",
"ButtonNextTrack": "Pista siguiente",
"ButtonNo": "No",
"ButtonNowPlaying": "Reproduciéndo Ahora",
"ButtonOff": "Apagar",
"ButtonOk": "Ok",
"ButtonOpen": "Abrir",
"ButtonOther": "Otros",
"ButtonParentalControl": "Control parental",
@@ -149,7 +145,6 @@
"ButtonSubmit": "Enviar",
"ButtonSubtitles": "Subtítulos",
"ButtonSync": "Sincronizar",
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Desinstalar",
"ButtonUnmute": "Quitar mudo",
"ButtonUp": "Arriba",
@@ -172,7 +167,6 @@
"Channels": "Canales",
"CinemaModeConfigurationHelp": "El modo cine trae la experiencia del cine directo al la sala de TV con la habilidad de reproducir tráilers e intros personalizados antes de la presentación estelar.",
"CinemaModeConfigurationHelp2": "Las aplicaciones Jellyfin tendrán una configuración para habilitar o deshabilitar el modo cine. Las aplicaciones de TV habilitaran el modo cine por defecto.",
"CoverArt": "Cover Art",
"CustomDlnaProfilesHelp": "Crear un perfil personalizado para un nuevo dispositivo o reemplazar un perfil del sistema.",
"DeathDateValue": "Fallcimiento: {0}",
"DefaultCameraUploadPathHelp": "Seleccione una ruta personalizada de subida. Si se deja en blanco, se utilizara una carpeta predeterminada. Si se usa una ruta personalizada necesita ser agregada también como una biblioteca en la configuración de bibliotecas de Jellyfin.",
@@ -238,7 +232,6 @@
"FolderTypeUnset": "Contenido mixto",
"ForAdditionalLiveTvOptions": "Para proveedores adicionales de TV en Vivo, de clic en la pestaña de Servicios para ver las opciones disponibles.",
"Fullscreen": "Pantalla Completa",
"General": "General",
"GuestUserNotFound": "Usuario no encontrado. Por favor asegúrese de que el nombre es correcto e intente de nuevo, o intente introducir la dirección de correo de su invitado.",
"GuideProviderLogin": "Iniciar Sesión",
"GuideProviderSelectListings": "Elegir Listados",
@@ -259,7 +252,6 @@
"HeaderAddUpdateImage": "Agregar/Actualizar Imágen",
"HeaderAddUser": "Agregar Usuario",
"HeaderAdditionalParts": "Partes Adicionales",
"HeaderAdmin": "Admin",
"HeaderAdvanced": "Avanzado",
"HeaderAirDays": "Días de Emisión",
"HeaderAlbums": "Álbumes",
@@ -269,8 +261,6 @@
"HeaderApiKey": "Llave de API",
"HeaderApiKeys": "Llaves de API",
"HeaderApiKeysHelp": "Son necesarias aplicaciones externas para obtener una clave Api para comunicarse con el Servidor Jellyfin. Las clave son emitidas accediendo con una cuenta Jellyfin, u obteniendo manualmente la clave de la aplicación.",
"HeaderApp": "App",
"HeaderAudio": "Audio",
"HeaderAudioSettings": "Configuración de Audio",
"HeaderAudioTracks": "Pistas de Audio",
"HeaderAutomaticUpdates": "Actualizaciones Automáticas",
@@ -345,7 +335,6 @@
"HeaderEasyPinCode": "Código Pin Sencillo",
"HeaderEmbeddedImage": "Imágen embebida",
"HeaderEpisodes": "Episodios",
"HeaderError": "Error",
"HeaderExport": "Exportar",
"HeaderExternalPlayerPlayback": "Reproducción con Reproductor Externo",
"HeaderExternalServices": "Servicios Externos",
@@ -378,7 +367,6 @@
"HeaderIdentificationCriteriaHelp": "Introduzca, al menos, un criterio de identificación.",
"HeaderIdentificationHeader": "Encabezado de Identificación",
"HeaderImageBackdrop": "Imagen de Fondo",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Opciones de Imagen",
"HeaderImagePrimary": "Principal",
"HeaderImageSettings": "Configuración de Imágenes",
@@ -553,7 +541,6 @@
"HeaderSync": "Sincronizar",
"HeaderSyncJobInfo": "Trabajo de Sincronización",
"HeaderSystemDlnaProfiles": "Perfiles del Sistema",
"HeaderTV": "TV",
"HeaderTags": "Etiquetas",
"HeaderTaskTriggers": "Disparadores de Tarea",
"HeaderTermsOfService": "Términos de Servicio de Jellyfin",
@@ -586,9 +573,7 @@
"HeaderUser": "Usuario",
"HeaderUserPrimaryImage": "Imagen de Usuario",
"HeaderUsers": "Usuarios",
"HeaderVideo": "Video",
"HeaderVideoTypes": "Tipos de Video",
"HeaderVideos": "Videos",
"HeaderViewOrder": "Orden de Despliegue",
"HeaderViewStyles": "Ver Estilos",
"HeaderWelcomeToJellyfin": "Bienvenidos a Jellyfin",
@@ -641,7 +626,6 @@
"LabelArtist": "Artista",
"LabelArtists": "Artistas:",
"LabelArtistsHelp": "Separar múltiples empleando:",
"LabelAudioCodec": "Audio: {0}",
"LabelAudioLanguagePreference": "Preferencia de idioma de audio:",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Actualizar automáticamente metadatos de internet:",
"LabelAvailableTokens": "Detalles disponibles:",
@@ -717,9 +701,7 @@
"LabelDownloadInternetMetadataHelp": "El Servidor Jellyfin puede descargar información sobre sus medios para habilitar presentaciones mas enriquecidas.",
"LabelDownloadLanguages": "Descargar lenguajes:",
"LabelDropImageHere": "Arrastre la imagen aquí.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Código pin sencillo:",
"LabelEmail": "Email:",
"LabelEmailAddress": "Correo Electrónico",
"LabelEmbedAlbumArtDidl": "Incrustar arte del álbum en DIDL",
"LabelEmbedAlbumArtDidlHelp": "Algunos dispositivos prefieren este método para obtener arte del álbum. Otros podrían fallar al reproducir con esta opción habilitada.",
@@ -909,7 +891,6 @@
"LabelPrevious": "Anterior",
"LabelProfile": "Perfíl:",
"LabelProfileAudioCodecs": "Codecs de Audio:",
"LabelProfileCodecs": "Codecs:",
"LabelProfileCodecsHelp": "Separados por comas. Puede dejarse vació para aplicarlo a todos los codecs.",
"LabelProfileContainer": "Contenedor:",
"LabelProfileContainersHelp": "Separados por comas. Puede dejarse vació para aplicarlo a todos los contenedores.",
@@ -947,7 +928,6 @@
"LabelSelectVersionToInstall": "Seleccionar versión a instalar:",
"LabelSendNotificationToUsers": "Enviar la notificación a:",
"LabelSerialNumber": "Número de serie:",
"LabelSeries": "Series:",
"LabelSeriesRecordingPath": "Ruta para grabaciones de Series (Opcional):",
"LabelServerHost": "Servidor:",
"LabelServerHostHelp": "192.168.1.100 O https://miservidor.com",
@@ -997,7 +977,6 @@
"LabelUnairedMissingEpisodesWithinSeasons": "Mostrar episodios aún no emitidos en las temporadas",
"LabelUnknownLanguage": "Idioma Desconocido",
"LabelUploadSpeedLimit": "Límite de velocidad de subida (mbps):",
"LabelUrl": "Url:",
"LabelUseNotificationServices": "Emplear los siguientes servicios:",
"LabelUser": "Usuario:",
"LabelUserAgent": "Agente de usuario:",
@@ -1011,7 +990,6 @@
"LabelVersionInstalled": "{0} instalado",
"LabelVersionNumber": "Versión {0}",
"LabelVersionUpToDate": "¡Actualizado!",
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Tipo de Video:",
"LabelView": "Vista:",
"LabelXDlnaCap": "X-DLNA cap:",
@@ -1027,11 +1005,8 @@
"LanNetworksHelp": "Lista separada por comas de direcciones IP/mascaras de subred para las redes que serán consideradas como locales al enforzar restricciones de ancho de banda. Si se establece, todas las demás direcciones IP serán consideradas como redes externas y estarán sujetas a restricciones de ancho de banda. Si se deja en blanco, sólo la subred del servidor será considerada como red local.",
"LatestFromLibrary": "Más recientes {0}",
"LearnHowToCreateSynologyShares": "Aprenda como compartir carpetas en Synology.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Seleccione las carpetas de medios para compartir con este usuario. Los administradores podrán editar todas las carpetas usando el administrador de metadatos.",
"LinkApi": "Api",
"LinkCommunity": "Comunidad",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Aprenda sobre Jellyfin Premier",
"LiveTvUpdateAvailable": "(Actualización disponible)",
"LoginDisclaimer": "Jellyfin esta diseñado para ayudarlo a administrar su biblioteca de medios personal, tales como videos caseros y fotografías. Por favor lea nuestros términos de uso. El uso de cualquier software de Jellyfin constituye la aceptación de estos términos.",
@@ -1049,7 +1024,6 @@
"MediaInfoCameraMake": "Marca de la cámara",
"MediaInfoCameraModel": "Modelo de la cámara",
"MediaInfoChannels": "Canales",
"MediaInfoCodec": "Codec",
"MediaInfoCodecTag": "Etiqueta de Codec",
"MediaInfoContainer": "Contenedor",
"MediaInfoDefault": "Por defecto",
@@ -1076,12 +1050,9 @@
"MediaInfoSampleRate": "Tasa de muestreo",
"MediaInfoShutterSpeed": "Velocidad del obturador",
"MediaInfoSize": "Tamaño",
"MediaInfoSoftware": "Software",
"MediaInfoStreamTypeAudio": "Audio",
"MediaInfoStreamTypeData": "Datos",
"MediaInfoStreamTypeEmbeddedImage": "Imágen Embebida",
"MediaInfoStreamTypeSubtitle": "Subtítulo",
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoTimestamp": "Fecha y hora",
"MessageAlreadyInstalled": "Esta versión ya se encuentra instalada.",
"MessageApplicationUpdated": "El servidor Jellyfin ha sido actualizado",
@@ -1189,11 +1160,6 @@
"Notifications": "Notificaciones",
"NumLocationsValue": "{0} carpetas",
"OpenSubtitleInstructions": "Necesita configurar la información de cuenta de Open Subtitles en la pantalla de configuración de Open Subtitles en el Panel de Control del Servidor.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Actor",
"OptionActors": "Actores",
"OptionAdminUsers": "Administradores",
"OptionAfterSystemEvent": "Después de un evento del sistema",
@@ -1230,7 +1196,6 @@
"OptionBackdrops": "Fondos",
"OptionBanner": "Cartél",
"OptionBestAvailableStreamQuality": "La mejor disponible",
"OptionBeta": "Beta",
"OptionBirthLocation": "Lugar de Nacimiento",
"OptionBlockBooks": "Libros",
"OptionBlockChannelContent": "Contenido de Canales de Internet",
@@ -1242,11 +1207,9 @@
"OptionBlockOthers": "Otros",
"OptionBlockTrailers": "Tráilers",
"OptionBlockTvShows": "Programas de TV",
"OptionBluray": "Bluray",
"OptionBooks": "Libros",
"OptionBox": "Caja",
"OptionBoxRear": "Reverso de caja",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Colecciones",
"OptionCommunityRating": "Calificación de la Comunidad",
"OptionComposer": "Compositor",
@@ -1266,7 +1229,6 @@
"OptionDefaultSort": "Por defecto",
"OptionDescending": "Descendente",
"OptionDev": "Desarrollo",
"OptionDirector": "Director",
"OptionDirectors": "Directores",
"OptionDisableUser": "Desactivar este usuario",
"OptionDisableUserHelp": "Si está desactivado, el servidor no aceptará conexiones de este usuario. Las conexiones existentes serán finalizadas abruptamente.",
@@ -1284,7 +1246,6 @@
"OptionDownloadDiscImage": "DIsco",
"OptionDownloadImagesInAdvance": "Descargar las imágenes desde el inicio.",
"OptionDownloadImagesInAdvanceHelp": "Por defecto, la mayoría de las imágenes son descargadas solo cuando son solicitadas por alguna aplicación Jellyfin. Habilite esta opción para descargar todas las imágenes desde por adelantado, conforme se vayan agregando mas medios. Esto podría causar escaneos de bibliotecas mas largos.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Menú",
"OptionDownloadPrimaryImage": "Principal",
"OptionDownloadThumbImage": "Miniatura",
@@ -1338,8 +1299,6 @@
"OptionImages": "Imágenes",
"OptionImdbRating": "Calificación de IMDb",
"OptionInProgress": "En Progreso",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "ISO",
"OptionKeywords": "Palabras clave",
"OptionLatestChannelMedia": "Ítems recientes de canales",
@@ -1367,7 +1326,6 @@
"OptionMusicVideos": "Videos musicales",
"OptionName": "Nombre",
"OptionNameSort": "Nombre",
"OptionNo": "No",
"OptionNoTrailer": "Sin Avance",
"OptionNone": "Ninguno",
"OptionOff": "No",
@@ -1394,17 +1352,13 @@
"OptionPriority": "Prioridad",
"OptionProducer": "Productor",
"OptionProducers": "Productores",
"OptionProfileAudio": "Audio",
"OptionProfilePhoto": "Foto",
"OptionProfileVideo": "Video",
"OptionProfileVideoAudio": "Audio del Video",
"OptionProtocolHls": "Transmisión en vivo por Http",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Grabar en cualquier momento",
"OptionRecordOnAllChannels": "Grabar en todos los canales",
"OptionRecordOnlyNewEpisodes": "Grabar sólo nuevos episodios",
"OptionRecordSeries": "Grabar Series",
"OptionRegex": "Regex",
"OptionRelease": "Versión Oficial",
"OptionReleaseDate": "Fecha de Estreno",
"OptionReportByteRangeSeekingWhenTranscoding": "Reportar que el servidor soporta busqueda de bytes al transcodificar",
@@ -1422,7 +1376,6 @@
"OptionScreenshot": "Captura de pantalla",
"OptionSeason0": "Temporada 0",
"OptionSeasons": "Temporadas",
"OptionSeries": "Series",
"OptionSongs": "Canciones",
"OptionSortName": "Nombre para ordenar",
"OptionSpecialEpisode": "Especiales",
@@ -1507,7 +1460,6 @@
"ScanLibrary": "Escanear biblioteca",
"SelectCameraUploadServers": "Subir fotografías desde la cámara hacia el siguiente servidor:",
"SendMessage": "Enviar mensaje",
"Series": "Series",
"ServerRestartNeededAfterPluginInstall": "El Servidor Jellyfin necesitará reiniciarse después de instalar un complemento.",
"ServerUpdateNeeded": "Este Servidor Jellyfin necesita ser actualizado. Para descargar la ultima versión, por favor visite {0}",
"Settings": "Configuración",
@@ -1549,24 +1501,20 @@
"TabChannels": "Canales",
"TabChapters": "Capítulos",
"TabCinemaMode": "Modo Cine",
"TabCodecs": "Codecs",
"TabCollectionTitles": "Títulos",
"TabCollections": "Colecciones",
"TabContainers": "Contenedores",
"TabControls": "Controles",
"TabDLNA": "DLNA",
"TabDashboard": "Panel de Control",
"TabDevices": "Dispositivos",
"TabDirectPlay": "Reproducción Directa",
"TabDisplay": "Pantalla",
"TabEpisodes": "Episodios",
"TabExpert": "Experto",
"TabExtras": "Extras",
"TabFavorites": "Favoritos",
"TabFilter": "Filtro",
"TabFolders": "Carpetas",
"TabGames": "Juegos",
"TabGeneral": "General",
"TabGenres": "Géneros",
"TabGuide": "Guía",
"TabHelp": "Ayuda",
@@ -1575,7 +1523,6 @@
"TabHosting": "Hospedaje",
"TabImage": "Imagen",
"TabImages": "Imágenes",
"TabInfo": "Info",
"TabLanguages": "Idiomas",
"TabLatest": "Recientes",
"TabLibrary": "Biblioteca",
@@ -1612,7 +1559,6 @@
"TabScenes": "Escenas",
"TabScheduledTasks": "Tareas Programadas",
"TabSecurity": "Seguridad",
"TabSeries": "Series",
"TabServer": "Servidor",
"TabServices": "Servicios",
"TabSettings": "Configuración",
@@ -1624,7 +1570,6 @@
"TabSuggestions": "Sugerencias",
"TabSync": "Sincronizar",
"TabSyncJobs": "Trabajos de Sincronizacion",
"TabTV": "TV",
"TabTrailers": "Tráilers",
"TabTranscoding": "Transcodificación",
"TabUpcoming": "Proximamente",
@@ -1677,7 +1622,6 @@
"ValueItemCount": "{0} ítem",
"ValueItemCountPlural": "{0} ítems",
"ValueLinks": "Enlaces: {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} películas",
"ValueMusicVideoCount": "{0} videos musicales",
"ValueOneAlbum": "1 álbum",
@@ -1691,7 +1635,6 @@
"ValuePremiered": "Estrenado: {0}",
"ValuePremieres": "Estrenos: {0}",
"ValuePriceUSD": "Precio: {0} (USD)",
"ValueSeriesCount": "{0} series",
"ValueSeriesYearToPresent": "{0} - Actualidad",
"ValueSongCount": "{0} canciones",
"ValueStatus": "Estado: {0}",
@@ -1714,7 +1657,6 @@
"ViewTypeMusicFavoriteSongs": "Canciones Favoritas",
"ViewTypeMusicFavorites": "Favoritos",
"ViewTypeMusicSongs": "Canciones",
"ViewTypeTvShows": "TV",
"WelcomeToProject": "¡Bienvenido a Jellyfin!",
"Whitelist": "Permitidos",
"WizardCompleted": "Eso es todo lo que necesitamos por ahora, Jellyfin ha comenzado a recolectar información sobre su biblioteca de medios. Revise algunas de nuestras aplicaciones, y haga clic en <b>Finalizar</b> para ver el <b>Panel de Control</b>",
-76
View File
@@ -17,7 +17,6 @@
"AllowRemoteAccess": "Permitir conexiones remotas a este servidor Jellyfin",
"AllowRemoteAccessHelp": "Si no está activado, todas las conexiones remotas serán bloqueadas",
"AllowedRemoteAddressesHelp": "Lista separada por comas de direcciones IP o entradas de IP / máscara de red para redes a las que se les permitirá conectarse de forma remota. Si se deja en blanco, se permitirán todas las direcciones remotas.",
"Audio": "Audio",
"BirthDateValue": "Nació: {0}",
"BirthPlaceValue": "Lugar de nacimiento: {0}",
"Blacklist": "Lista negra",
@@ -63,7 +62,6 @@
"ButtonHelp": "Ayuda",
"ButtonHide": "Esconder",
"ButtonHome": "Inicio",
"ButtonInfo": "Info",
"ButtonInviteUser": "Invitar usuario",
"ButtonLearnMore": "Aprende más",
"ButtonLibraryAccess": "Acceso a la biblioteca",
@@ -80,7 +78,6 @@
"ButtonNext": "Siguiente",
"ButtonNextPage": "Página siguiente",
"ButtonNextTrack": "Pista siguiente",
"ButtonNo": "No",
"ButtonNowPlaying": "Reproduciendo ahora",
"ButtonOff": "Apagado",
"ButtonOk": "OK",
@@ -89,7 +86,6 @@
"ButtonParentalControl": "Control parental",
"ButtonPause": "Pausa",
"ButtonPlay": "Reproducir",
"ButtonPlayTrailer": "Trailer",
"ButtonPlaylist": "Lista de reproducción",
"ButtonPreferences": "Preferencias",
"ButtonPrevious": "Anterior",
@@ -163,16 +159,13 @@
"ButtonYes": "Si",
"CancelSeries": "Cancelar serie",
"CategoryApplication": "Aplicación",
"CategoryPlugin": "Plugin",
"CategorySync": "Sincronizar",
"CategorySystem": "Sistema",
"CategoryUser": "Usuario",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Seleccione los canales para compartir con este usuario. Los administradores podrán editar todos los canales mediante el gestor de metadatos.",
"Channels": "Canales",
"CinemaModeConfigurationHelp": "El modo cine proporciona la experiencia del cine directamente en su sala de estar con la capacidad de reproducir trailers e introducciones personalizadas antes de la función principal.",
"CinemaModeConfigurationHelp2": "Las aplicaciones de Jellyfin tendrán una opción para activar o desactivar el modo cine. Las aplicaciones de TV tienen el modo cine activado de forma predeterminada.",
"CoverArt": "Cover Art",
"CustomDlnaProfilesHelp": "Crear un perfil personalizado para un nuevo dispositivo o reemplazar un perfil del sistema.",
"DeathDateValue": "Murió: {0}",
"DefaultCameraUploadPathHelp": "Seleccione una ruta de carga personalizada. Si se deja en blanco, se usará una carpeta predeterminada. Si usa una ruta personalizada, también deberá agregarse como una biblioteca en la configuración de la biblioteca Jellyfin.",
@@ -238,9 +231,7 @@
"FolderTypeUnset": "Sin especificar (contenido mixto)",
"ForAdditionalLiveTvOptions": "Para proveedores adicionales de TV en directo, haga clic en la pestaña Servicios para ver las opciones disponibles.",
"Fullscreen": "Pantalla completa",
"General": "General",
"GuestUserNotFound": "Usuario no encontrado. Asegúrese de que el nombre es correcto y vuelva a intentarlo o intente ingresar su dirección de correo electrónico.",
"GuideProviderLogin": "Login",
"GuideProviderSelectListings": "Seleccionar listados",
"H264CrfHelp": "El factor de velocidad constante (CRF) es el ajuste de calidad predeterminado para el codificador x264. Puede establecer los valores entre 0 y 51, donde valores más bajos resultarían en una mejor calidad (a expensas de tamaños de archivo más altos). Los valores sanos están entre 18 y 28. El valor predeterminado para x264 es 23, por lo que puede utilizar esto como punto de partida.",
"H264EncodingPresetHelp": "Elija un valor más rápido para mejorar el rendimiento o un valor más lento para mejorar la calidad.",
@@ -262,15 +253,12 @@
"HeaderAdmin": "Administrador",
"HeaderAdvanced": "Avanzado",
"HeaderAirDays": "Dias al aire",
"HeaderAlbums": "Albums",
"HeaderAlert": "Alerta",
"HeaderAllRecordings": "Todas la grabaciones",
"HeaderAllowMediaDeletionFrom": "Permitir borrar contenido desde",
"HeaderApiKey": "Clave Api",
"HeaderApiKeys": "Keys de Api",
"HeaderApiKeysHelp": "Las aplicaciones externas requieren de una clave API para comunicarse con el servidor Jellyfin. Las claves se facilitan iniciando sesión con una cuenta de Jellyfin, o otorgando manualmente una clave a la aplicación.",
"HeaderApp": "App",
"HeaderAudio": "Audio",
"HeaderAudioSettings": "Ajustes de audio",
"HeaderAudioTracks": "Pistas de audio",
"HeaderAutomaticUpdates": "Actualizaciones automáticas",
@@ -280,7 +268,6 @@
"HeaderBecomeProjectSupporter": "Conseguir Jellyfin Premiere",
"HeaderBlockItemsWithNoRating": "Bloquear artículos sin valoraciones o si son desconocidas:",
"HeaderBooks": "Libros",
"HeaderBranding": "Branding",
"HeaderBrandingHelp": "Personalice la apariencia de Jellyfin para que se ajuste a las necesidades de su grupo u organización.",
"HeaderCameraUpload": "Subidas de la cámara",
"HeaderCameraUploadHelp": "Las aplicaciones Jellyfin pueden cargar automáticamente fotos tomadas desde sus dispositivos móviles en tu servidor Jellyfin.",
@@ -345,7 +332,6 @@
"HeaderEasyPinCode": "Código PIN fácil:",
"HeaderEmbeddedImage": "Imagen",
"HeaderEpisodes": "Episodios",
"HeaderError": "Error",
"HeaderExport": "Exportar",
"HeaderExternalPlayerPlayback": "Playback del reproductor externo",
"HeaderExternalServices": "Servicios externos",
@@ -378,7 +364,6 @@
"HeaderIdentificationCriteriaHelp": "Entre al menos un criterio de identificación.",
"HeaderIdentificationHeader": "Cabecera de indentificación",
"HeaderImageBackdrop": "Fondo",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Opciones de imagen",
"HeaderImagePrimary": "Principal",
"HeaderImageSettings": "Opciones de imágen",
@@ -496,7 +481,6 @@
"HeaderReviews": "Análisis",
"HeaderRevisionHistory": "Histórico de revisiones",
"HeaderRunningTasks": "Tareas en ejecución",
"HeaderRuntime": "Runtime",
"HeaderScenes": "Escenas",
"HeaderSchedule": "Horario",
"HeaderScreenSavers": "Salvapantallas",
@@ -553,7 +537,6 @@
"HeaderSync": "Sincronizar",
"HeaderSyncJobInfo": "Trabajo de Sync",
"HeaderSystemDlnaProfiles": "Perfiles del sistema",
"HeaderTV": "TV",
"HeaderTags": "Etiquetas",
"HeaderTaskTriggers": "Tareas de activación",
"HeaderTermsOfService": "Términos del servicio de Jellyfin",
@@ -564,8 +547,6 @@
"HeaderToAccessPleaseEnterEasyPinCode": "Para acceder, por favor introduzca su código PIN fácil.",
"HeaderTopPlugins": "Mejores Plugins",
"HeaderTrack": "Pista",
"HeaderTracks": "Tracks",
"HeaderTrailers": "Trailers",
"HeaderTranscodingProfile": "Perfil de transcodificación",
"HeaderTranscodingProfileHelp": "Añadir perfiles de transcodificación para indicar qué formatos se deben utilizar cuando se requiera transcodificación.",
"HeaderTunerDevices": "Sintonizadores",
@@ -586,7 +567,6 @@
"HeaderUser": "Usuario",
"HeaderUserPrimaryImage": "Imagen de usuario",
"HeaderUsers": "Usuarios",
"HeaderVideo": "Video",
"HeaderVideoTypes": "Tipos de vídeos",
"HeaderVideos": "Vídeos",
"HeaderViewOrder": "Ver Orden",
@@ -641,7 +621,6 @@
"LabelArtist": "Artista",
"LabelArtists": "Artistas:",
"LabelArtistsHelp": "Separar multiples usando ;",
"LabelAudioCodec": "Audio: {0}",
"LabelAudioLanguagePreference": "Preferencia de idioma de audio",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Actualizar los metadatos automáticamente de internet:",
"LabelAvailableTokens": "Tokens disponibles:",
@@ -947,9 +926,7 @@
"LabelSelectVersionToInstall": "Seleccionar versión a instalar",
"LabelSendNotificationToUsers": "Enviar la notificación a:",
"LabelSerialNumber": "Número de serie",
"LabelSeries": "Series:",
"LabelSeriesRecordingPath": "Ruta de grabaciones de series (opcional):",
"LabelServerHost": "Host:",
"LabelServerHostHelp": "192.168.1.100 o https://miservidor.com",
"LabelServerPort": "Puerto:",
"LabelSimultaneousConnectionLimit": "Límite de transmisiones simultáneas:",
@@ -997,7 +974,6 @@
"LabelUnairedMissingEpisodesWithinSeasons": "Mostrar episodios aún no emitidos en temporadas",
"LabelUnknownLanguage": "Idioma desconocido",
"LabelUploadSpeedLimit": "Límite de velocidad de subida (Mbps):",
"LabelUrl": "Url:",
"LabelUseNotificationServices": "Usar los siguientes servicios:",
"LabelUser": "Usuario:",
"LabelUserAgent": "Agente de usuario:",
@@ -1011,12 +987,9 @@
"LabelVersionInstalled": "{0} instalado",
"LabelVersionNumber": "Versión {0}",
"LabelVersionUpToDate": "¡Actualizado!",
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Tipo de video",
"LabelView": "Vista:",
"LabelXDlnaCap": "X-Dlna cap:",
"LabelXDlnaCapHelp": "Determina el contenido del elemento X_DLNACAP en el espacio de nombre urn:schemas-dlna-org:device-1-0.",
"LabelXDlnaDoc": "X-Dlna doc:",
"LabelXDlnaDocHelp": "Determina el contenido del elemento X_DLNADOC en el espacio de nombreurn:schemas-dlna-org:device-1-0.",
"LabelYourFirstName": "Tu nombre:",
"LabelYoureDone": "Ha Terminado!",
@@ -1027,11 +1000,9 @@
"LanNetworksHelp": "Lista de direcciones IP separadas por comas o entradas de IP / máscara de red para redes que se considerarán en la red local al imponer restricciones de ancho de banda. Si se establece, todas las demás direcciones IP se considerarán en la red externa y estarán sujetas a las restricciones de ancho de banda externo. Si se deja en blanco, solo se considera que la subred del servidor está en la red local.",
"LatestFromLibrary": "Últimas {0}",
"LearnHowToCreateSynologyShares": "Aprende a compartir carpetas en Synology",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Seleccione las carpetas de medios para compartir con este usuario. Los administradores podrán editar todas las carpetas usando el gestor de metadatos.",
"LinkApi": "API",
"LinkCommunity": "Comunidad",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Saber más sobre Jellyfin Premiere",
"LiveTvUpdateAvailable": "(Actualización disponible)",
"LoginDisclaimer": "Jellyfin está diseñado para ayudarte a gestionar tu biblioteca de medios personal, como fotos y vídeos caseros. Por favor mira nuestros términos de uso, el uso de cualquier software de Jellyfin conlleva aceptar estos términos.",
@@ -1076,8 +1047,6 @@
"MediaInfoSampleRate": "Frecuencia de muestreo",
"MediaInfoShutterSpeed": "Velocidad del obturador",
"MediaInfoSize": "Tamaño",
"MediaInfoSoftware": "Software",
"MediaInfoStreamTypeAudio": "Audio",
"MediaInfoStreamTypeData": "Datos",
"MediaInfoStreamTypeEmbeddedImage": "Imagen incrustada",
"MediaInfoStreamTypeSubtitle": "Subtítulos",
@@ -1189,11 +1158,6 @@
"Notifications": "Notificaciones",
"NumLocationsValue": "{0} carpetas",
"OpenSubtitleInstructions": "Deberás configurar la información de la cuenta de Open Subtitles en la pantalla de configuración de Open Subtitles en el panel de control del servidor.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Actor",
"OptionActors": "Actores",
"OptionAdminUsers": "Administradores",
"OptionAfterSystemEvent": "Después de un evento de sistema",
@@ -1221,16 +1185,12 @@
"OptionArt": "Arte",
"OptionArtist": "Artista",
"OptionAscending": "Ascendente",
"OptionAuto": "Auto",
"OptionAutomatic": "Auto",
"OptionAutomaticallyGroupSeries": "Combinar automáticamente series que se distribuyen en varias carpetas",
"OptionAutomaticallyGroupSeriesHelp": "Si está activada, las series que se distribuyen entre varias carpetas dentro de esta biblioteca se fusionarán automáticamente en una sola serie.",
"OptionBackdrop": "Imagen de fondo",
"OptionBackdropSlideshow": "Presentación de fondos",
"OptionBackdrops": "Imágenes de fondo",
"OptionBanner": "Banner",
"OptionBestAvailableStreamQuality": "Mejor disponible",
"OptionBeta": "Beta",
"OptionBirthLocation": "Lugar de nacimiento",
"OptionBlockBooks": "Libros",
"OptionBlockChannelContent": "Contenido de canales de Internet",
@@ -1240,13 +1200,10 @@
"OptionBlockMovies": "Películas",
"OptionBlockMusic": "Música",
"OptionBlockOthers": "Otros",
"OptionBlockTrailers": "Trailers",
"OptionBlockTvShows": "Programas TV",
"OptionBluray": "Bluray",
"OptionBooks": "Libros",
"OptionBox": "Caja",
"OptionBoxRear": "Trasera caja",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Colecciones",
"OptionCommunityRating": "Valoración comunidad",
"OptionComposer": "Compositor",
@@ -1266,7 +1223,6 @@
"OptionDefaultSort": "Por defecto",
"OptionDescending": "Descendente",
"OptionDev": "Desarrollo",
"OptionDirector": "Director",
"OptionDirectors": "Directores",
"OptionDisableUser": "Deshabilitar este usuario",
"OptionDisableUserHelp": "Si está deshabilitado, el servidor no aceptará conexiones de este usuario. Si existen conexiones de este usuario, finalizarán inmediatamente.",
@@ -1284,11 +1240,9 @@
"OptionDownloadDiscImage": "Disco",
"OptionDownloadImagesInAdvance": "Descargar imagenes con antelación",
"OptionDownloadImagesInAdvanceHelp": "Por defecto, la mayoría de las imágenes solo se descargan cuando lo solicita una aplicación Jellyfin. Activa esta opción para descargar todas las imágenes por adelantado, a medida que se importan nuevos medios. Esto puede causar escaneos de biblioteca significativamente más largos.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Menú",
"OptionDownloadPrimaryImage": "Principal",
"OptionDownloadThumbImage": "Miniatura",
"OptionDvd": "Dvd",
"OptionEmbedSubtitles": "Integrado con el contenedor",
"OptionEnableAccessFromAllDevices": "Habilitar acceso desde todos los equipos",
"OptionEnableAccessToAllChannels": "Habilitar acceso a todos los canales",
@@ -1327,7 +1281,6 @@
"OptionHasSubtitles": "Subtítulos",
"OptionHasThemeSong": "Banda sonora",
"OptionHasThemeVideo": "Vídeo temático",
"OptionHasTrailer": "Trailer",
"OptionHideUser": "Ocultar este usuario en las pantallas de inicio de sesión",
"OptionHideUserFromLoginHelp": "Útil para privado o cuentas de administradores escondidos. El usuario tendrá que acceder entrando su nombre de usuario y contraseña manualmente.",
"OptionHlsSegmentedSubtitles": "Subtítulos segmentados hls",
@@ -1338,9 +1291,6 @@
"OptionImages": "Imágenes",
"OptionImdbRating": "Valoración IMDb",
"OptionInProgress": "En progreso",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "Iso",
"OptionKeywords": "Palabras clave",
"OptionLatestChannelMedia": "Ultimos elementos de canales",
"OptionLatestMedia": "Últimos medios",
@@ -1349,7 +1299,6 @@
"OptionLikes": "Me gusta",
"OptionList": "Lista",
"OptionLocked": "Bloqueado",
"OptionLogo": "Logo",
"OptionMax": "Máximo",
"OptionMenu": "Menú",
"OptionMissingEpisode": "Episodios que faltan",
@@ -1367,7 +1316,6 @@
"OptionMusicVideos": "Vídeos de música",
"OptionName": "Nombre",
"OptionNameSort": "Nombre",
"OptionNo": "No",
"OptionNoTrailer": "Sin trailer",
"OptionNone": "Nada",
"OptionOff": "Apagado",
@@ -1387,24 +1335,19 @@
"OptionPlainVideoItemsHelp": "Si está habilitado, todos los vídeos están representados en DIDL como \"object.item.videoItem\" en lugar de un tipo más específico, como por ejemplo \"object.item.videoItem.movie\".",
"OptionPlayCount": "Número de reproducc.",
"OptionPlayed": "Reproducido",
"OptionPoster": "Poster",
"OptionPosterCard": "Cartelera",
"OptionPremiereDate": "Fecha de estreno",
"OptionPrimary": "Primaria",
"OptionPriority": "Prioridad",
"OptionProducer": "Productor",
"OptionProducers": "Productores",
"OptionProfileAudio": "Audio",
"OptionProfilePhoto": "Foto",
"OptionProfileVideo": "Video",
"OptionProfileVideoAudio": "Video audio",
"OptionProtocolHls": "Emisión http en vivo",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Grabar a cualquier hora",
"OptionRecordOnAllChannels": "Grabar en cualquier canal",
"OptionRecordOnlyNewEpisodes": "Grabar sólo nuevos episodios",
"OptionRecordSeries": "Grabar serie",
"OptionRegex": "Regex",
"OptionRelease": "Release Oficial",
"OptionReleaseDate": "Fecha de Lanzamiento",
"OptionReportByteRangeSeekingWhenTranscoding": "Indicar que el servidor soporta la búsqueda de byte al transcodificar",
@@ -1422,12 +1365,10 @@
"OptionScreenshot": "Captura de pantalla",
"OptionSeason0": "Temporada 0",
"OptionSeasons": "Temporadas",
"OptionSeries": "Series",
"OptionSongs": "Canciones",
"OptionSortName": "Ordenar por nombre",
"OptionSpecialEpisode": "Especiales",
"OptionStudios": "Estudios",
"OptionSubstring": "Substring",
"OptionSunday": "Domingo",
"OptionSundayShort": "Dom",
"OptionSyncLosslessAudioOriginal": "Sincronizar audio sin pérdidas en calidad original",
@@ -1451,7 +1392,6 @@
"OptionUpcomingDvdMovies": "Incluir tráilers de nuevas y próximas películas en DVD y Blu-ray",
"OptionUpcomingMoviesInTheaters": "Incluir trailers de nuevas y próximas películas",
"OptionUpcomingStreamingMovies": "Incluir tráilers de nuevas y próximas películas en Netflix",
"OptionVideoBitrate": "Video Bitrate",
"OptionWakeFromSleep": "Despertar",
"OptionWatched": "Visto",
"OptionWednesday": "Miércoles",
@@ -1471,7 +1411,6 @@
"PasswordResetHeader": "Reestablecer contraseña",
"PasswordSaved": "Contraseña guardada.",
"PersonTypePerson": "Persona",
"PictureInPicture": "Picture in picture",
"PinCodeResetComplete": "El código PIN se ha restablecido.",
"PinCodeResetConfirmation": "¿Está seguro que desea restablecer el código PIN?",
"PlayOnAnotherDevice": "Reproducir en otro dispositivo",
@@ -1507,7 +1446,6 @@
"ScanLibrary": "Escanear biblioteca",
"SelectCameraUploadServers": "Subir fotos de la cámara a los siguientes servidores:",
"SendMessage": "Enviar mensaje",
"Series": "Series",
"ServerRestartNeededAfterPluginInstall": "El servidor de Jellyfin necesitará ser reiniciado tras instalarse un plugin.",
"ServerUpdateNeeded": "El servidor necesita actualizarse. Para descargar la última versión visita {0}",
"Settings": "Opciones",
@@ -1554,19 +1492,16 @@
"TabCollections": "Colecciones",
"TabContainers": "Contenedores",
"TabControls": "Controles",
"TabDLNA": "DLNA",
"TabDashboard": "Panel de control",
"TabDevices": "Dispositivos",
"TabDirectPlay": "Reproducción directa",
"TabDisplay": "Pantalla",
"TabEpisodes": "Episodios",
"TabExpert": "Experto",
"TabExtras": "Extras",
"TabFavorites": "Favoritos",
"TabFilter": "Filtrar",
"TabFolders": "Carpetas",
"TabGames": "Juegos",
"TabGeneral": "General",
"TabGenres": "Géneros",
"TabGuide": "Guía",
"TabHelp": "Ayuda",
@@ -1575,13 +1510,11 @@
"TabHosting": "Servidor",
"TabImage": "imagen",
"TabImages": "Imágenes",
"TabInfo": "Info",
"TabLanguages": "Idiomas",
"TabLatest": "Novedades",
"TabLibrary": "Biblioteca",
"TabLibraryAccess": "Acceso a biblioteca",
"TabLiveTV": "TV en directo",
"TabLogs": "Logs",
"TabMetadata": "Metadatos",
"TabMovies": "Películas",
"TabMusic": "Música",
@@ -1603,7 +1536,6 @@
"TabPlayback": "Reproducción",
"TabPlaylist": "Lista de reproducción",
"TabPlaylists": "Listas de reproducción",
"TabPlugins": "Plugins",
"TabProfile": "Perfil",
"TabProfiles": "Perfiles",
"TabRecordings": "Grabaciones",
@@ -1612,7 +1544,6 @@
"TabScenes": "Escenas",
"TabScheduledTasks": "Tareas programadas",
"TabSecurity": "Seguridad",
"TabSeries": "Series",
"TabServer": "Servidor",
"TabServices": "Servicios",
"TabSettings": "Opciones",
@@ -1624,8 +1555,6 @@
"TabSuggestions": "Sugerencias",
"TabSync": "Sincronizar",
"TabSyncJobs": "Trabajos de sincronización",
"TabTV": "TV",
"TabTrailers": "Trailers",
"TabTranscoding": "Transcodificación",
"TabUpcoming": "Próximos",
"TabUsers": "Usuarios",
@@ -1644,7 +1573,6 @@
"TitleNotifications": "Notificaciones",
"TitlePasswordReset": "Reestablecer contraseña",
"TitlePlayback": "Reproducción",
"TitlePlugins": "Plugins",
"TitleRemoteControl": "Control remoto",
"TitleScheduledTasks": "Tareas programadas",
"TitleServer": "Servidor",
@@ -1665,7 +1593,6 @@
"ValueAsRole": "como {0}",
"ValueAudioCodec": "Codec de audio: {0}",
"ValueAwards": "Premios: {0}",
"ValueCodec": "Codec: {0}",
"ValueConditions": "Condiciones: {0}",
"ValueContainer": "Contenedor: {0}",
"ValueDateCreated": "Fecha de creación: {0}",
@@ -1677,7 +1604,6 @@
"ValueItemCount": "ítem {0}",
"ValueItemCountPlural": "ítems {0}",
"ValueLinks": "Enlaces: {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} películas",
"ValueMusicVideoCount": "{0} vídeos musicales",
"ValueOneAlbum": "1 álbum",
@@ -1691,7 +1617,6 @@
"ValuePremiered": "Estrenada {0}",
"ValuePremieres": "Estrenos {0}",
"ValuePriceUSD": "Precio: {0} (USD)",
"ValueSeriesCount": "{0} series",
"ValueSeriesYearToPresent": "{0} - Actualidad",
"ValueSongCount": "{0} canciones",
"ValueStatus": "Estado: {0}",
@@ -1714,7 +1639,6 @@
"ViewTypeMusicFavoriteSongs": "Canciones favoritas",
"ViewTypeMusicFavorites": "Favoritos",
"ViewTypeMusicSongs": "Canciones",
"ViewTypeTvShows": "TV",
"WelcomeToProject": "¡Bienvenido a Jellyfin!",
"Whitelist": "Lista blanca",
"WizardCompleted": "Eso es todo lo que necesitamos por ahora. Jellyfin a empezado a recolectar información de su biblioteca. Echale un vistazo a nuestras aplicaciones, y después presione <b>Finalizar</b> para ver el <b>Panel de control</b>",
-1550
View File
File diff suppressed because it is too large Load Diff
-1663
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-97
View File
@@ -17,7 +17,6 @@
"AllowRemoteAccess": "Autoriser les connexions distantes à ce serveur Jellyfin.",
"AllowRemoteAccessHelp": "Si l'option est désactivée, toutes les connexions distantes seront bloquées.",
"AllowedRemoteAddressesHelp": "Liste d'adresses IP ou d'IP/masque de sous-réseau séparées par des virgules qui seront autorisées à se connecter à distance. Si la liste est vide, toutes les adresses distantes seront autorisées.",
"Audio": "Audio",
"BirthDateValue": "Né(e) le {0}",
"BirthPlaceValue": "Lieu de naissance : {0}",
"Blacklist": "Liste noire",
@@ -59,7 +58,6 @@
"ButtonFilter": "Filtre",
"ButtonForgotPassword": "Mot de passe oublié",
"ButtonFullscreen": "Plein écran",
"ButtonGuide": "Guide",
"ButtonHelp": "Aide",
"ButtonHide": "Cacher",
"ButtonHome": "Accueil",
@@ -70,7 +68,6 @@
"ButtonManageFolders": "Gérer les dossiers",
"ButtonManageServer": "Gérer le serveur",
"ButtonManualLogin": "Connexion manuelle",
"ButtonMenu": "Menu",
"ButtonMore": "Plus",
"ButtonMoreInformation": "Plus d'informations",
"ButtonMute": "Sourdine",
@@ -83,11 +80,9 @@
"ButtonNo": "Non",
"ButtonNowPlaying": "En cours de lecture",
"ButtonOff": "Arrêt",
"ButtonOk": "Ok",
"ButtonOpen": "Ouvrir",
"ButtonOther": "Autre",
"ButtonParentalControl": "Contrôle parental",
"ButtonPause": "Pause",
"ButtonPlay": "Lire",
"ButtonPlayTrailer": "Bande-annonce",
"ButtonPlaylist": "Liste de lecture",
@@ -162,8 +157,6 @@
"ButtonWebsite": "Site Web",
"ButtonYes": "Oui",
"CancelSeries": "Annuler la série",
"CategoryApplication": "Application",
"CategoryPlugin": "Plugin",
"CategorySync": "Synchroniser",
"CategorySystem": "Système",
"CategoryUser": "Utilisateur",
@@ -233,7 +226,6 @@
"FolderTypeMovies": "Films",
"FolderTypeMusic": "Musique",
"FolderTypeMusicVideos": "Vidéos musicales",
"FolderTypePhotos": "Photos",
"FolderTypeTvShows": "TV",
"FolderTypeUnset": "Contenu mixte",
"ForAdditionalLiveTvOptions": "Pour d'autres fournisseurs de TV en direct, cliquez sur l'onglet Services afin de voir les options disponibles.",
@@ -262,7 +254,6 @@
"HeaderAdmin": "Administrateur",
"HeaderAdvanced": "Avancé",
"HeaderAirDays": "Jours de diffusion",
"HeaderAlbums": "Albums",
"HeaderAlert": "Alerte",
"HeaderAllRecordings": "Tous les enregistrements",
"HeaderAllowMediaDeletionFrom": "Autoriser la suppression de médias à partir de",
@@ -270,7 +261,6 @@
"HeaderApiKeys": "Clés API",
"HeaderApiKeysHelp": "Les applications externes ont besoin d'une clé d'API pour communiquer avec le serveur Jellyfin. Les clés sont distribuées lors d'une connexion avec un compte Jellyfin, ou bien en accordant manuellement une clé à une application.",
"HeaderApp": "Application",
"HeaderAudio": "Audio",
"HeaderAudioLanguages": "Langues audio",
"HeaderAudioSettings": "Paramètres audio",
"HeaderAudioTracks": "Pistes audio",
@@ -295,11 +285,9 @@
"HeaderChapterImages": "Images des chapitres",
"HeaderChapters": "Chapitres",
"HeaderCinemaMode": "Mode cinéma",
"HeaderClients": "Clients",
"HeaderCloudSync": "Synchronisation dans le cloud",
"HeaderCodecProfile": "Profil de codec",
"HeaderCodecProfileHelp": "Les profils de codec indiquent les limites d'un appareil lors de la lecture de codecs spécifiques. Si la limite s'applique au média, ce dernier sera transcodé, même si le codec est configuré pour la lecture directe.",
"HeaderCollections": "Collections",
"HeaderColumns": "Colonnes",
"HeaderConfigureRemoteAccess": "Configurer l'accès distant",
"HeaderConfirm": "Confirmer",
@@ -311,7 +299,6 @@
"HeaderConfirmRemoveUser": "Supprimer l'utilisateur",
"HeaderConfirmRevokeApiKey": "Révoquer la clé API",
"HeaderConfirmSeriesCancellation": "Confirmez l'annulation de la série",
"HeaderConfirmation": "Confirmation",
"HeaderConnectToServer": "Connexion au serveur",
"HeaderConnectionFailure": "Échec de connexion",
"HeaderContainerProfile": "Profil de conteneur",
@@ -321,7 +308,6 @@
"HeaderCredits": "Crédits",
"HeaderCustomDlnaProfiles": "Profils personnalisés",
"HeaderDashboardUserPassword": "Les mots de passe utilisateurs sont gérés dans les paramètres de profil personnel de chaque utilisateur.",
"HeaderDate": "Date",
"HeaderDateIssued": "Date de publication",
"HeaderDays": "Jours",
"HeaderDefaultRecordingSettings": "Paramètres d'enregistrement par défaut",
@@ -330,7 +316,6 @@
"HeaderDeleteItem": "Supprimer l'élément",
"HeaderDeleteProvider": "Supprimer le fournisseur",
"HeaderDeleteTaskTrigger": "Supprimer le déclencheur de tâche",
"HeaderDestination": "Destination",
"HeaderDetails": "Détails",
"HeaderDetectMyDevices": "Détecter mes appareils",
"HeaderDeveloperInfo": "Informations du développeur",
@@ -369,26 +354,21 @@
"HeaderFreeApps": "Applications Jellyfin gratuites",
"HeaderFrequentlyPlayed": "Fréquemment lus",
"HeaderGames": "Jeux",
"HeaderGenres": "Genres",
"HeaderGuests": "Invités",
"HeaderGuideProviders": "Fournisseurs de données de guides TV",
"HeaderHomePage": "Accueil",
"HeaderHomeScreenSettings": "Paramètres de l'écran d'accueil",
"HeaderHttpHeaders": "En-têtes HTTP",
"HeaderIdentification": "Identification",
"HeaderIdentificationCriteriaHelp": "Saisissez au moins un critère d'identification.",
"HeaderIdentificationHeader": "En-tête d'identification",
"HeaderImageBackdrop": "Image d'arrière-plan",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Options d'image",
"HeaderImagePrimary": "Primaire",
"HeaderImageSettings": "Paramètres d'image",
"HeaderImages": "Images",
"HeaderInstall": "Installer",
"HeaderInstalledServices": "Services installés",
"HeaderInstantMix": "Mix instantané",
"HeaderInvitationSent": "Invitation envoyée",
"HeaderInvitations": "Invitations",
"HeaderInviteUser": "Inviter un utilisateur",
"HeaderInviteUserHelp": "Le partage de média avec vos amis n'a jamais été aussi facile avec Jellyfin Connect.",
"HeaderInviteWithJellyfinConnect": "Inviter via Jellyfin Connect",
@@ -427,7 +407,6 @@
"HeaderMediaFolders": "Dossiers multimédias",
"HeaderMediaInfo": "Informations du média",
"HeaderMediaLocations": "Emplacements de média",
"HeaderMenu": "Menu",
"HeaderMissing": "Manquant",
"HeaderMoreLikeThis": "Similaires",
"HeaderMovies": "Films",
@@ -435,7 +414,6 @@
"HeaderMyMedia": "Mes Médias",
"HeaderMyViews": "Mes vues",
"HeaderName": "Nom",
"HeaderNavigation": "Navigation",
"HeaderNetwork": "Réseau",
"HeaderNewApiKey": "Nouvelle clé API",
"HeaderNewApiKeyHelp": "Permet à une application de communiquer avec le serveur Jellyfin.",
@@ -443,13 +421,11 @@
"HeaderNewServer": "Nouveau serveur",
"HeaderNewUsers": "Nouveaux utilisateurs",
"HeaderNextUp": "À suivre",
"HeaderNotifications": "Notifications",
"HeaderNowPlaying": "Lecture en cours",
"HeaderNumberOfPlayers": "Lecteurs",
"HeaderOffline": "Hors ligne",
"HeaderOfflineSync": "Synchronisation hors ligne",
"HeaderOnNow": "En ce moment",
"HeaderOptions": "Options",
"HeaderOtherDisplaySettings": "Paramètres d'affichage",
"HeaderOtherItems": "Autres éléments",
"HeaderOverview": "Aperçu",
@@ -528,7 +504,6 @@
"HeaderSeries": "Séries",
"HeaderSeriesRecordings": "Enregistrements de séries",
"HeaderServerSettings": "Paramètres du serveur",
"HeaderServices": "Services",
"HeaderSettings": "Paramètres",
"HeaderSetupLibrary": "Configurer vos médiathèques",
"HeaderSetupTVGuide": "Configuration du guide TV",
@@ -537,13 +512,11 @@
"HeaderSignUp": "S'inscrire",
"HeaderSortBy": "Trier par",
"HeaderSortOrder": "Ordre de tri",
"HeaderSource": "Source",
"HeaderSpecialEpisodeInfo": "Informations de l'épisode spécial",
"HeaderSpecialFeatures": "Bonus",
"HeaderSpecials": "Épisodes spéciaux",
"HeaderSplitMedia": "Séparer les médias",
"HeaderStatus": "État",
"HeaderStudios": "Studios",
"HeaderSubtitleDownloads": "Téléchargements des sous-titres",
"HeaderSubtitleProfile": "Profil de sous-titre",
"HeaderSubtitleProfiles": "Profils de sous-titre",
@@ -554,7 +527,6 @@
"HeaderSync": "Synchroniser",
"HeaderSyncJobInfo": "Tâche de synchronisation",
"HeaderSystemDlnaProfiles": "Profils système",
"HeaderTV": "TV",
"HeaderTags": "Étiquettes",
"HeaderTaskTriggers": "Déclencheurs de tâches",
"HeaderTermsOfService": "Conditions d'utilisation d'Jellyfin",
@@ -570,9 +542,6 @@
"HeaderTranscodingProfile": "Profil de transcodage",
"HeaderTranscodingProfileHelp": "Ajoutez des profils de transcodage pour indiquer quels formats utiliser quand le transcodage est nécessaire.",
"HeaderTunerDevices": "Appareils tuner",
"HeaderTuners": "Tuners",
"HeaderTvTuners": "Tuners",
"HeaderType": "Type",
"HeaderTypeImageFetchers": "{0} chercheurs d'image",
"HeaderTypeText": "Entrer texte",
"HeaderUnaired": "Non diffusé",
@@ -605,7 +574,6 @@
"ImageUploadAspectRatioHelp": "Rapport d'aspect 1:1 recommandé. Seulement JPG/PNG.",
"ImportFavoriteChannelsHelp": "Activez cette option pour n'importer que les chaînes ajoutées aux favoris sur le tuner.",
"ImportMissingEpisodesHelp": "Les informations à propos des épisodes manquants seront importées dans votre base de donnée Jellyfin et affichées dans les saisons et séries. Cela peut accroître significativement la durée d'actualisation de la médiathèque.",
"Invitations": "Invitations",
"InviteAnJellyfinConnectUser": "Ajouter un utilisateur en lui envoyant un email d'invitation",
"JellyfinIntroDownloadMessage": "Pour télécharger et installer le serveur Jellyfin gratuit, visitez {0}.",
"JellyfinIntroDownloadMessageWithoutLink": "Pour télécharger et installer le serveur Jellyfin gratuit, veuillez visitez le site web d'Jellyfin.",
@@ -664,7 +632,6 @@
"LabelChannelStreamQualityHelp": "Avec une bande passante faible, limiter la qualité garantit un bon confort d'utilisation pour le streaming.",
"LabelCodecIntrosPath": "Chemin des introductions des codecs :",
"LabelCodecIntrosPathHelp": "Un dossier contenant des fichiers vidéo. Si le nom d'un fichier vidéo d'introduction correspond au codec vidéo, au codec audio, au profil audio ou à une étiquette, alors il sera lu avant le film principal.",
"LabelCollection": "Collection",
"LabelCommunityRating": "Note de la communauté :",
"LabelCompleted": "Terminé avec succès",
"LabelComponentsUpdated": "Les composants suivants ont été installés ou mis à jour :",
@@ -718,7 +685,6 @@
"LabelDownloadInternetMetadataHelp": "Le serveur Jellyfin peut télécharger les informations des médias pour enrichir la présentation.",
"LabelDownloadLanguages": "Téléchargement des langues :",
"LabelDropImageHere": "Déposez l'image ici.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Code Easy PIN :",
"LabelEmail": "Courriel :",
"LabelEmailAddress": "Adresse courriel",
@@ -1010,7 +976,6 @@
"LabelVaapiDeviceHelp": "Ceci est le nœud de rendu qui est utilisé pour l'accélération matérielle.",
"LabelValue": "Valeur :",
"LabelVersionInstalled": "{0} installé(s)",
"LabelVersionNumber": "Version {0}",
"LabelVersionUpToDate": "À jour !",
"LabelVideoCodec": "Vidéo : {0}",
"LabelVideoType": "Type de vidéo:",
@@ -1032,7 +997,6 @@
"LibraryAccessHelp": "Sélectionnez les dossiers multimédia à partager avec cet utilisateur. Les administrateurs pourront modifier tous les dossiers en utilisant le gestionnaire de métadonnées.",
"LinkApi": "API",
"LinkCommunity": "Communauté",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Apprenez-en davantage sur Jellyfin Premiere",
"LiveTvUpdateAvailable": "(Mise à jour disponible)",
"LoginDisclaimer": "Jellyfin est conçu pour vous aider à gérer votre médiathèque personnelle, tels que vos photos et vidéos. Veuillez lire nos conditions d'utilisation. L'utilisation de tout logiciel Jellyfin implique que vous acceptiez ces conditions.",
@@ -1041,7 +1005,6 @@
"MapChannels": "Carte des chaînes",
"MarkFFmpegExec": "Si vous utilisez Linux ou OSX, vous devrez trouver les fichiers ffmpeg et ffprobe et les rendre exécutables. C'est nécessaire pour qu'Jellyfin puisse les exécuter.",
"MaxParentalRatingHelp": "Le contenu ayant une classification parentale plus élevée ne sera pas visible par cet utilisateur.",
"MediaInfoAltitude": "Altitude",
"MediaInfoAnamorphic": "Anamorphique",
"MediaInfoAperture": "Ouverture",
"MediaInfoAspectRatio": "Ratio d'aspect original",
@@ -1050,7 +1013,6 @@
"MediaInfoCameraMake": "Fabricant",
"MediaInfoCameraModel": "Modèle de l'appareil photo",
"MediaInfoChannels": "Chaînes",
"MediaInfoCodec": "Codec",
"MediaInfoCodecTag": "Étiquette du codec",
"MediaInfoContainer": "Conteneur",
"MediaInfoDefault": "Défaut",
@@ -1059,16 +1021,12 @@
"MediaInfoFile": "Fichier",
"MediaInfoFocalLength": "Longueur focale",
"MediaInfoForced": "Forcé",
"MediaInfoFormat": "Format",
"MediaInfoFramerate": "Images par seconde",
"MediaInfoInterlaced": "Entrelacé",
"MediaInfoIsoSpeedRating": "Vitesse ISO",
"MediaInfoLanguage": "Langue",
"MediaInfoLatitude": "Latitude",
"MediaInfoLayout": "Répartition",
"MediaInfoLevel": "Niveau",
"MediaInfoLongitude": "Longitude",
"MediaInfoOrientation": "Orientation",
"MediaInfoPath": "Chemin",
"MediaInfoPixelFormat": "Format de pixel",
"MediaInfoProfile": "Profil",
@@ -1078,7 +1036,6 @@
"MediaInfoShutterSpeed": "Vitesse d'obturation",
"MediaInfoSize": "Taille",
"MediaInfoSoftware": "Logiciel",
"MediaInfoStreamTypeAudio": "Audio",
"MediaInfoStreamTypeData": "Données",
"MediaInfoStreamTypeEmbeddedImage": "Image intégrée",
"MediaInfoStreamTypeSubtitle": "Sous-titre",
@@ -1187,18 +1144,12 @@
"NoPluginConfigurationMessage": "Cette extension n'a aucun paramètre à configurer.",
"NoPluginsInstalledMessage": "Vous n'avez aucune extensions installée.",
"NoResultsFound": "Aucun résultat trouvé.",
"Notifications": "Notifications",
"NumLocationsValue": "{0} dossiers",
"OpenSubtitleInstructions": "Vous devez configurer les informations de compte Open Subtitles sur l'écran de configuration Open Subtitles du tableau de bord du serveur Jellyfin.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Acteur(trice)",
"OptionActors": "Acteurs(trices)",
"OptionAdminUsers": "Administrateurs",
"OptionAfterSystemEvent": "Après un évènement système",
"OptionAlbum": "Album",
"OptionAlbumArtist": "Artiste de l'album",
"OptionAll": "Tous",
"OptionAllUsers": "Tous les utilisateurs",
@@ -1219,7 +1170,6 @@
"OptionAllowVideoPlaybackRemuxing": "Autoriser la lecture de vidéos nécessitant une conversion sans réencodage",
"OptionAllowVideoPlaybackTranscoding": "Autoriser la lecture de vidéos nécessitant un transcodage",
"OptionAnyNumberOfPlayers": "N'importe",
"OptionArt": "Art",
"OptionArtist": "Artiste",
"OptionAscending": "Croissant",
"OptionAuto": "Automatique",
@@ -1231,7 +1181,6 @@
"OptionBackdrops": "Arrière-plans",
"OptionBanner": "Bannière",
"OptionBestAvailableStreamQuality": "Meilleur qualité disponible",
"OptionBeta": "Beta",
"OptionBirthLocation": "Lieu de naissance",
"OptionBlockBooks": "Livres",
"OptionBlockChannelContent": "Chaînes Internet",
@@ -1243,12 +1192,9 @@
"OptionBlockOthers": "Autres",
"OptionBlockTrailers": "Bandes-annonces",
"OptionBlockTvShows": "Émissions TV",
"OptionBluray": "Bluray",
"OptionBooks": "Livres",
"OptionBox": "Boîtier",
"OptionBoxRear": "Dos de boîtier",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Collections",
"OptionCommunityRating": "Note de la communauté",
"OptionComposer": "Compositeur(trice)",
"OptionComposers": "Compositeurs(trices)",
@@ -1278,15 +1224,12 @@
"OptionDisplayChannelsInlineHelp": "Si l'option est activée, les chaînes seront affichées directement à côté des autres médiathèques. Sinon, elles seront affichées dans un dossier Chaînes séparé.",
"OptionDisplayFolderView": "Afficher une vue de dossiers pour montrer les dossiers multimédia en intégralité.",
"OptionDisplayFolderViewHelp": "Les applications Jellyfin vont afficher une catégorie Dossiers à côté de votre médiathèque. C'est utile si vous souhaitez avoir une vue complète des dossiers.",
"OptionDownloadArtImage": "Art",
"OptionDownloadBackImage": "Dos",
"OptionDownloadBannerImage": "Bannière",
"OptionDownloadBoxImage": "Boîtier",
"OptionDownloadDiscImage": "Disque",
"OptionDownloadImagesInAdvance": "Télécharger les images en avance",
"OptionDownloadImagesInAdvanceHelp": "Par défaut, la plupart des images sont téléchargées seulement lorsqu'une application Jellyfin le demande. Sélectionnez cette option pour télécharger toutes les images à l'avance, lorsqu'un nouveau média est importé. Cela peut allonger significativement la durée d'actualisation de la médiathèque.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Menu",
"OptionDownloadPrimaryImage": "Principal",
"OptionDownloadThumbImage": "Vignette",
"OptionDvd": "DVD",
@@ -1322,7 +1265,6 @@
"OptionFridayShort": "Ven",
"OptionGameSystems": "Plateformes de jeu",
"OptionGames": "Jeux",
"OptionGenres": "Genres",
"OptionGuestStars": "Guest stars",
"OptionHasSpecialFeatures": "Bonus",
"OptionHasSubtitles": "Sous-titres",
@@ -1336,11 +1278,8 @@
"OptionIcon": "Icône",
"OptionIgnoreTranscodeByteRangeRequests": "Ignore les requêtes de transcodage de plage d'octets",
"OptionIgnoreTranscodeByteRangeRequestsHelp": "Si l'option est activée, ces requêtes seront honorées mais l'en-tête de plage d'octets sera ignoré.",
"OptionImages": "Images",
"OptionImdbRating": "Note IMDb",
"OptionInProgress": "En cours",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "ISO",
"OptionKeywords": "Mots-clés",
"OptionLatestChannelMedia": "Dernières éléments de la chaines",
@@ -1350,9 +1289,7 @@
"OptionLikes": "Aimés",
"OptionList": "Liste",
"OptionLocked": "Verrouillé",
"OptionLogo": "Logo",
"OptionMax": "Maximum",
"OptionMenu": "Menu",
"OptionMissingEpisode": "Épisodes manquantes",
"OptionMissingImdbId": "Identifiant IMDb manquant",
"OptionMissingOverview": "Résumé manquant",
@@ -1371,8 +1308,6 @@
"OptionNo": "Non",
"OptionNoTrailer": "Aucune bande-annonce",
"OptionNone": "Aucun",
"OptionOff": "Off",
"OptionOn": "On",
"OptionOnAppStartup": "Au démarrage de l'application",
"OptionOnInterval": "Par intervalle",
"OptionOtherApps": "Autres applications",
@@ -1395,17 +1330,13 @@
"OptionPriority": "Priorité",
"OptionProducer": "Producteur(trice)",
"OptionProducers": "Producteurs",
"OptionProfileAudio": "Audio",
"OptionProfilePhoto": "Photo",
"OptionProfileVideo": "Vidéo",
"OptionProfileVideoAudio": "Vidéo Audio",
"OptionProtocolHls": "Streaming Http en direct",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Enregistrer à n'importe quel moment",
"OptionRecordOnAllChannels": "Enregistrer sur toutes les chaînes",
"OptionRecordOnlyNewEpisodes": "Enregistrer seulement les nouveaux épisodes",
"OptionRecordSeries": "Enregistrer la série",
"OptionRegex": "Regex",
"OptionRelease": "Version officielle",
"OptionReleaseDate": "Date de sortie",
"OptionReportByteRangeSeekingWhenTranscoding": "Signaler que le serveur prend en charge la recherche d'octets lors du transcodage",
@@ -1427,7 +1358,6 @@
"OptionSongs": "Chansons",
"OptionSortName": "Clé de tri",
"OptionSpecialEpisode": "Spéciaux",
"OptionStudios": "Studios",
"OptionSubstring": "Sous-chaîne",
"OptionSunday": "Dimanche",
"OptionSundayShort": "Dim",
@@ -1518,8 +1448,6 @@
"SetupFFmpegHelp": "Jellyfin peut avoir besoin d'une librairie ou d'une application pour convertir certains types de média. Il y a beaucoup d'applications différentes, cependant Jellyfin a été testé avec FFmpeg. Jellyfin n'est en rien affilié avec FFmpeg, sa propriété, son code ou sa distribution.",
"ShowAdvancedSettings": "Configuration avancée",
"SimultaneousConnectionLimitHelp": "Le nombre maximal de flux simultanés autorisés. Entrez 0 pour aucune limite.",
"Sports": "Sports",
"Standard": "Standard",
"StatusRecording": "Enregistrement en cours",
"StatusRecordingProgram": "Enregistrement de {0}",
"StatusWatching": "Lecture en cours",
@@ -1539,7 +1467,6 @@
"TabActivity": "Activité",
"TabAdvanced": "Avancé",
"TabAlbumArtists": "Artistes sur l'album",
"TabAlbums": "Albums",
"TabAppSettings": "Paramètres d'application",
"TabArtists": "Artistes",
"TabBasic": "Standard",
@@ -1550,33 +1477,24 @@
"TabChannels": "Chaînes",
"TabChapters": "Chapitres",
"TabCinemaMode": "Mode cinéma",
"TabCodecs": "Codecs",
"TabCollectionTitles": "Titres",
"TabCollections": "Collections",
"TabContainers": "Conteneurs",
"TabControls": "Commandes",
"TabDLNA": "DLNA",
"TabDashboard": "Tableau de bord",
"TabDevices": "Appareils",
"TabDirectPlay": "Lecture directe",
"TabDisplay": "Affichage",
"TabEpisodes": "Épisodes",
"TabExpert": "Expert",
"TabExtras": "Bonus",
"TabFavorites": "Favoris",
"TabFilter": "Filtre",
"TabFolders": "Répertoires",
"TabGames": "Jeux",
"TabGeneral": "Général",
"TabGenres": "Genres",
"TabGuide": "Guide",
"TabHelp": "Aide",
"TabHome": "Accueil",
"TabHomeScreen": "Écran d'accueil",
"TabHosting": "Hébergement",
"TabImage": "Image",
"TabImages": "Images",
"TabInfo": "Info",
"TabLanguages": "Langues",
"TabLatest": "Derniers",
"TabLibrary": "Médiathèque",
@@ -1589,22 +1507,18 @@
"TabMusicVideos": "Vidéos musicales",
"TabMyLibrary": "Ma médiathèque",
"TabMyPlugins": "Mes extensions",
"TabNavigation": "Navigation",
"TabNetworks": "Réseaux",
"TabNextUp": "À suivre",
"TabNfoSettings": "Paramètres NFO",
"TabNotifications": "Notifications",
"TabNowPlaying": "Lecture en cours",
"TabOther": "Autre",
"TabOthers": "Autres",
"TabParentalControl": "Contrôle Parental",
"TabPassword": "Mot de passe",
"TabPaths": "Chemins",
"TabPhotos": "Photos",
"TabPlayback": "Lecture",
"TabPlaylist": "Liste de lecture",
"TabPlaylists": "Listes de lecture",
"TabPlugins": "Plugins",
"TabProfile": "Profil",
"TabProfiles": "Profils",
"TabRecordings": "Enregistrements",
@@ -1615,17 +1529,12 @@
"TabSecurity": "Sécurité",
"TabSeries": "Séries",
"TabServer": "Serveur",
"TabServices": "Services",
"TabSettings": "Paramètres",
"TabShows": "Séries",
"TabSongs": "Chansons",
"TabStreaming": "Streaming",
"TabStudios": "Studios",
"TabSubtitles": "Sous-titres",
"TabSuggestions": "Suggestions",
"TabSync": "Synchroniser",
"TabSyncJobs": "Tâches de synchronisation",
"TabTV": "TV",
"TabTrailers": "Bandes-annonces",
"TabTranscoding": "Transcodage",
"TabUpcoming": "À venir",
@@ -1642,7 +1551,6 @@
"TitleHostingSettings": "Paramètres d'hébergement",
"TitleLiveTV": "TV en direct",
"TitleNewUser": "Nouvel utilisateur",
"TitleNotifications": "Notifications",
"TitlePasswordReset": "Mot de passe réinitialisé",
"TitlePlayback": "Lecture",
"TitlePlugins": "Extensions",
@@ -1660,7 +1568,6 @@
"UserAgentHelp": "Fournissez un en-tête http user agent personnalisé, si nécessaire.",
"UserProfilesIntro": "Jellyfin supporte nativement les profils utilisateurs, permettant à chaque utilisateur d'avoir ses propres préférences d'affichage, sauvegarde de l'état de lecture et contrôle parental.",
"Users": "Utilisateurs",
"ValueAlbumCount": "{0} albums",
"ValueArtist": "Artiste : {0}",
"ValueArtists": "Artistes : {0}",
"ValueAsRole": "en tant que {0}",
@@ -1678,10 +1585,8 @@
"ValueItemCount": "{0} élément",
"ValueItemCountPlural": "{0} éléments",
"ValueLinks": "Liens : {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} films",
"ValueMusicVideoCount": "{0} vidéos musicales",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 épisode",
"ValueOneGame": "1 jeu",
"ValueOneMovie": "1 film",
@@ -1702,7 +1607,6 @@
"ValueTimeLimitSingleHour": "Limite de temps : 1 heure",
"ValueTrailerCount": "{0} bandes-annonces",
"ValueVideoCodec": "Codec Vidéo : {0}",
"VersionNumber": "Version {0}",
"ViewPlaybackInfo": "Voir les informations de lecture",
"ViewTypeFolders": "Dossiers",
"ViewTypeGames": "Jeux",
@@ -1715,7 +1619,6 @@
"ViewTypeMusicFavoriteSongs": "Chansons favorites",
"ViewTypeMusicFavorites": "Favoris",
"ViewTypeMusicSongs": "Chansons",
"ViewTypeTvShows": "TV",
"WelcomeToProject": "Bienvenue dans Jellyfin !",
"Whitelist": "Liste blanche",
"WizardCompleted": "C'est tout ce dont nous avons besoin pour l'instant. Jellyfin a commencé à collecter les informations de votre médiathèque. Jetez un coup d'œil à quelques-unes de nos applications, puis cliquez sur <b>Terminer</b> pour consulter le <b>Tableau de bord du serveur</b>.",
-1550
View File
File diff suppressed because it is too large Load Diff
-1285
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-268
View File
File diff suppressed because it is too large Load Diff
-976
View File
File diff suppressed because it is too large Load Diff
-1664
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-134
View File
@@ -5,22 +5,17 @@
"AddUserByManually": "Aggiungi un utente locale inserendo manualmente le informazioni dell'utente.",
"AdditionalNotificationServices": "Sfoglia il catalogo plugin per installare i servizi di notifica aggiuntivi.",
"Advanced": "Avanzato",
"Alerts": "Alerts",
"All": "Tutti",
"AllLibraries": "Tutte le librerie",
"AllowDeletionFromAll": "Consenti l'eliminazione dei media da tutte le librerie",
"AllowHWTranscodingHelp": "Se abilitato, abilita il sintonizzatore per codificare i flussi al volo. Ciò potrebbe contribuire a ridurre la transcodifica richiesta da Jellyfin Server.",
"AllowMediaConversion": "Allow media conversion",
"AllowMediaConversionHelp": "Grant or deny access to the convert media feature.",
"AllowOnTheFlySubtitleExtraction": "Consenti l'estrazione sottotitoli al volo",
"AllowOnTheFlySubtitleExtractionHelp": "I sottotitoli incorporati possono essere estratti dai video e consegnati ad applicazioni Jellyfin in testo semplice per evitare la transcodifica dei video. In alcuni sistemi questo può richiedere molto tempo e causare un rallentamento della riproduzione video durante il processo di estrazione. Disattivare questa opzione per avere i sottotitoli incorporati con la transcodifica video quando non sono supportati nativamente dal dispositivo client.",
"AllowRemoteAccess": "Abilità connessioni remote a questo Server Jellyfin.",
"AllowRemoteAccessHelp": "Se deselezionato, tutte le connessioni remote saranno bloccate.",
"AllowedRemoteAddressesHelp": "Elenco separato da virgola di indirizzi IP o voci IP / maschera di rete per reti che potranno connettersi da remoto. Se lasciato vuoto, saranno consentiti tutti gli indirizzi remoti.",
"Audio": "Audio",
"BirthDateValue": "Nato il: {0}",
"BirthPlaceValue": "nato a: {0}",
"Blacklist": "Blacklist",
"BobAndWeaveWithHelp": "Schivare e colpire (migliore qualità, ma più lento)",
"BookLibraryHelp": "Libri testuali e audiolibri sono supportati. Rivedere {0} la guida ai nomi di Jellyfin Book {1}",
"Browse": "Esplora",
@@ -51,7 +46,6 @@
"ButtonDelete": "Elimina",
"ButtonDeleteImage": "Elimina immagine",
"ButtonDown": "Giu",
"ButtonDownload": "Download",
"ButtonEdit": "Modifica",
"ButtonEditImages": "Modifica Immagini",
"ButtonEditOtherUserPreferences": "Modifica questo utente di profilo, l'immagine e le preferenze personali.",
@@ -62,15 +56,12 @@
"ButtonGuide": "Guida",
"ButtonHelp": "Aiuto",
"ButtonHide": "Nascondi",
"ButtonHome": "Home",
"ButtonInfo": "Info",
"ButtonInviteUser": "Invita un utente",
"ButtonLearnMore": "saperne di più",
"ButtonLibraryAccess": "Accesso biblioteca",
"ButtonManageFolders": "Gestisci cartelle",
"ButtonManageServer": "Gestisci Server",
"ButtonManualLogin": "Accesso Manuale",
"ButtonMenu": "Menu",
"ButtonMore": "Altro",
"ButtonMoreInformation": "Maggiori informazioni",
"ButtonMute": "Muto",
@@ -80,17 +71,13 @@
"ButtonNext": "Prossimo",
"ButtonNextPage": "Prossima pagina",
"ButtonNextTrack": "Traccia Successiva",
"ButtonNo": "No",
"ButtonNowPlaying": "In riproduzione ora",
"ButtonOff": "Spento",
"ButtonOk": "Ok",
"ButtonOpen": "Apri",
"ButtonOther": "Altro",
"ButtonParentalControl": "Controllo parentale",
"ButtonPause": "Pausa",
"ButtonPlay": "Riproduci",
"ButtonPlayTrailer": "Trailer",
"ButtonPlaylist": "Playlist",
"ButtonPreferences": "Preferenze",
"ButtonPrevious": "Precedente",
"ButtonPreviousPage": "Pagina precedente",
@@ -131,7 +118,6 @@
"ButtonSelectView": "Seleziona vista",
"ButtonSend": "Invia",
"ButtonSendInvitation": "Invia Invito",
"ButtonServer": "Server",
"ButtonServerDashboard": "Pannello di Controllo del Server",
"ButtonSettings": "Impostazioni",
"ButtonShare": "Condividi",
@@ -144,12 +130,10 @@
"ButtonSort": "Ordina",
"ButtonSplitVersionsApart": "Separa Versioni",
"ButtonStart": "Avvio",
"ButtonStop": "Stop",
"ButtonStopRecording": "Ferma Registrazione",
"ButtonSubmit": "Invia",
"ButtonSubtitles": "Sottotitoli",
"ButtonSync": "Sinc.",
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Disinstalla",
"ButtonUnmute": "Togli muto",
"ButtonUp": "Su",
@@ -163,19 +147,15 @@
"ButtonYes": "Si",
"CancelSeries": "Annulla Serie",
"CategoryApplication": "Applicazione",
"CategoryPlugin": "Plugin",
"CategorySync": "Sinc.",
"CategorySystem": "Sistema",
"CategoryUser": "Utente",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Seleziona i canali da condividere con questo utente. Gli amministratori saranno in grado di modificare tutti i canali usando il gestore dei metadati",
"Channels": "Channels",
"CinemaModeConfigurationHelp": "Modalità Cinema porta l'esperienza del teatro direttamente nel tuo salotto con la possibilità di vedere trailer e intro personalizzati prima la caratteristica principale.",
"CinemaModeConfigurationHelp2": "Le applicazioni Jellyfin avranno un'impostazione per attivare o disattivare la modalità cinema. Le applicazioni TV consentono la modalità cinema di default.",
"CoverArt": "Copertine",
"CustomDlnaProfilesHelp": "Crea un profilo personalizzato per un nuovo dispositivo o sovrascrivi quello di sistema",
"DeathDateValue": "Morto: {0}",
"DefaultCameraUploadPathHelp": "Select a custom upload path. If left blank, a default folder will be used. If using a custom path it will also need to be added as a library in Jellyfin library setup.",
"DefaultErrorMessage": "Si è verificato un errore durante l'elaborazione della richiesta. Si prega di riprovare più tardi.",
"DefaultMetadataLangaugeDescription": "Queste sono le tue impostazioni predefinite e possono essere personalizzate per ogni libreria.",
"Delete": "Elimina",
@@ -234,11 +214,9 @@
"FolderTypeMusic": "Musica",
"FolderTypeMusicVideos": "Video musicali",
"FolderTypePhotos": "Foto",
"FolderTypeTvShows": "TV Shows",
"FolderTypeUnset": "Contenuto Misto",
"ForAdditionalLiveTvOptions": "Per ulteriori provider Live TV, fare clic sulla scheda Servizi per vedere le opzioni disponibili.",
"Fullscreen": "Schermo Intero",
"General": "General",
"GuestUserNotFound": "Utente non trovato. Assicurati che il nome sia corretto e riprovare o provare ad inserire l'indirizzo email.",
"GuideProviderLogin": "Accedi",
"GuideProviderSelectListings": "selezionare Annunci",
@@ -269,8 +247,6 @@
"HeaderApiKey": "Chiave Api",
"HeaderApiKeys": "Chiavi Api",
"HeaderApiKeysHelp": "Le Applicazioni esterne devono avere una chiave API per comunicare con il Server Jellyfin. Le chiavi sono emesse accedendo con un account Jellyfin, o fornendo manualmente una chiave all'applicazione.",
"HeaderApp": "App",
"HeaderAudio": "Audio",
"HeaderAudioSettings": "Impostazioni audio",
"HeaderAudioTracks": "Tracce audio",
"HeaderAutomaticUpdates": "Aggiornamenti Automatici",
@@ -285,8 +261,6 @@
"HeaderCameraUpload": "Caricamenti Fotocamera",
"HeaderCameraUploadHelp": "Le app di Jellyfin possono caricare automaticamente le foto scattate dai tuoi dispositivi mobile nel server Jellyfin.",
"HeaderCancelSyncJob": "Cancella Sinc",
"HeaderCastAndCrew": "Cast & Crew",
"HeaderCastCrew": "Cast & Crew",
"HeaderChangeFolderType": "Cambia il tipo di contenuto",
"HeaderChangeFolderTypeHelp": "Per modificare il tipo, rimuovere e ricostruire la raccolta con il nuovo tipo.",
"HeaderChannelAccess": "Accesso canali",
@@ -360,7 +334,6 @@
"HeaderFeatureAccess": "Accesso alle funzionalità",
"HeaderFeatures": "Caratteristiche",
"HeaderFetchImages": "Identifica Immagini:",
"HeaderFetcherSettings": "Fetcher Settings",
"HeaderFilters": "Filtri",
"HeaderForKids": "Per Bambini",
"HeaderForgotKey": "Chiave dimenticata",
@@ -376,10 +349,7 @@
"HeaderHttpHeaders": "Intestazioni Http",
"HeaderIdentification": "Identificazione",
"HeaderIdentificationCriteriaHelp": "Inserire almeno un criterio di identificazione.",
"HeaderIdentificationHeader": "Identification Header",
"HeaderImageBackdrop": "Sfondo",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Image Options",
"HeaderImagePrimary": "Primaria",
"HeaderImageSettings": "Impostazioni Immagini",
"HeaderImages": "Immagini",
@@ -394,7 +364,6 @@
"HeaderItems": "Elementi",
"HeaderJellyfinAccountAdded": "Account Jellyfin aggiunto",
"HeaderJellyfinAccountRemoved": "Account Jellyfin rimosso",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "Jellyfin include il supporto nativo per i file metadati Nfo. Per attivare o disattivare i metadati Nfo, utilizzare la scheda Metadati per configurare le opzioni per i tipi di supporto.",
"HeaderLanguage": "Lingua",
"HeaderLatestAlbums": "Ultimi Album",
@@ -422,11 +391,9 @@
"HeaderLiveTvTunerSetup": "Configura Ricevitore TV",
"HeaderLoginFailure": "Errore di accesso",
"HeaderManagement": "Gestione",
"HeaderMedia": "Media",
"HeaderMediaFolders": "Cartelle dei media",
"HeaderMediaInfo": "Informazioni Media",
"HeaderMediaLocations": "Posizioni Media",
"HeaderMenu": "Menu",
"HeaderMissing": "Assente",
"HeaderMoreLikeThis": "Simili a questo",
"HeaderMovies": "Film",
@@ -454,7 +421,6 @@
"HeaderOverview": "Panoramica",
"HeaderParentalRating": "Valutazione parentale",
"HeaderParentalRatings": "Valutazioni genitori",
"HeaderPassword": "Password",
"HeaderPasswordReset": "Reset della Password",
"HeaderPaths": "Percorsi",
"HeaderPendingInstallations": "installazioni in coda",
@@ -499,7 +465,6 @@
"HeaderRuntime": "Durata",
"HeaderScenes": "Scene",
"HeaderSchedule": "Programmazione",
"HeaderScreenSavers": "Screen Savers",
"HeaderSearch": "Ricerca",
"HeaderSeason": "Stagione",
"HeaderSeasonNumber": "Stagione Numero",
@@ -542,7 +507,6 @@
"HeaderSpecials": "Speciali",
"HeaderSplitMedia": "Dividi Media",
"HeaderStatus": "Stato",
"HeaderStudios": "Studios",
"HeaderSubtitleDownloads": "Download sottotitoli",
"HeaderSubtitleProfile": "Profilo sottotitolo",
"HeaderSubtitleProfiles": "Profili sottotitoli",
@@ -553,7 +517,6 @@
"HeaderSync": "Sinc.",
"HeaderSyncJobInfo": "Processo Sinc.",
"HeaderSystemDlnaProfiles": "Profili di sistema",
"HeaderTV": "TV",
"HeaderTags": "Tag",
"HeaderTaskTriggers": "Operazioni Pianificate",
"HeaderTermsOfService": "Termini di servizio di Jellyfin",
@@ -565,14 +528,12 @@
"HeaderTopPlugins": "Migliori Plugins",
"HeaderTrack": "Traccia",
"HeaderTracks": "Traccia",
"HeaderTrailers": "Trailers",
"HeaderTranscodingProfile": "Profilo Transcodifica",
"HeaderTranscodingProfileHelp": "Aggiungere i profili di transcodifica per indicare quali formati utilizzare quando è richiesta la transcodifica.",
"HeaderTunerDevices": "Dispositivi Tuner",
"HeaderTuners": "Sinton. TV",
"HeaderTvTuners": "Tuner TV",
"HeaderType": "Tipo",
"HeaderTypeImageFetchers": "{0} Image Fetchers",
"HeaderTypeText": "Inserisci il testo",
"HeaderUnaired": "mai in onda",
"HeaderUnknownDate": "Data Sconosciuta",
@@ -586,7 +547,6 @@
"HeaderUser": "Utente",
"HeaderUserPrimaryImage": "Immagine utente",
"HeaderUsers": "Utenti",
"HeaderVideo": "Video",
"HeaderVideoTypes": "Tipi Video",
"HeaderVideos": "Video",
"HeaderViewOrder": "Visualizza ordine",
@@ -619,7 +579,6 @@
"LabelAirDays": "In onda da (gg):",
"LabelAirTime": "In onda da:",
"LabelAirTime:": "In onda da:",
"LabelAlbum": "Album:",
"LabelAlbumArtHelp": "PN utilizzato per le copertine degli album, all'interno dell'attributo dlna:profileID su upnp:albumArtURI. Alcuni dispositivi richiedono un valore specifico, indipendentemente dalla dimensione dell'immagine.",
"LabelAlbumArtMaxHeight": "Altezza massima copertina Album:",
"LabelAlbumArtMaxHeightHelp": "Risoluzione massima copertina Album inviata tramite upnp:albumArtURI",
@@ -641,17 +600,14 @@
"LabelArtist": "Artista",
"LabelArtists": "Artisti:",
"LabelArtistsHelp": "Separa valori multipli usando ;",
"LabelAudioCodec": "Audio: {0}",
"LabelAudioLanguagePreference": "Lingua audio preferita:",
"LabelAutomaticallyRefreshInternetMetadataEvery": "Aggiorna automaticamente i metadati da Internet:",
"LabelAvailableTokens": "Gettoni disponibili:",
"LabelBindToLocalNetworkAddress": "Assegna ad indirizzo di rete locale:",
"LabelBindToLocalNetworkAddressHelp": "Opzionale. Sovrascrivere l'indirizzo IP locale per associare il server http a. Se lasciato vuoto, il server verrà associato a tutti gli indirizzi disponibili. Modificare questo valore richiede di riavviare Jellyfin Server.",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBlastMessageInterval": "Intervallo messaggi di presenza (secondi)",
"LabelBlastMessageIntervalHelp": "Determina la durata in secondi tra i messaggi di presenza del server.",
"LabelBlockContentWithTags": "Blocco degli elementi con le etichette:",
"LabelCache": "Cache:",
"LabelCachePath": "Percorso cache:",
"LabelCachePathHelp": "Specificare un percorso personalizzato per i file della cache del server, ad esempio immagini. Lasciare vuoto per usare il server predefinito.",
"LabelCameraUploadPath": "Fotocamera percorso di upload:",
@@ -717,7 +673,6 @@
"LabelDownloadInternetMetadataHelp": "Il Server Jellyfin può scaricare informazioni sui tuoi file multimediali per creare presentazioni più complete.",
"LabelDownloadLanguages": "Scarica lingue:",
"LabelDropImageHere": "Rilasciare l'immagine qui.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Codice Pin",
"LabelEmail": "E-mail:",
"LabelEmailAddress": "Indirizzo email",
@@ -825,7 +780,6 @@
"LabelManufacturer": "Produttore",
"LabelManufacturerUrl": "Url Produttore",
"LabelMarkAs": "Segna come:",
"LabelMatchType": "Match type:",
"LabelMaxAudioFileBitrate": "Massimo bitrate per file audio:",
"LabelMaxAudioFileBitrateHelp": "I file audio con un valore più alto di bitrate saranno convertiti dal Server Jellyfin. Seleziona un valore più alto per una qualità migliore, oppure, un valore più basso per risparmiare spazio di archiviazione.",
"LabelMaxBackdropsPerItem": "Massimo numero di sfondi per oggetto:",
@@ -841,13 +795,11 @@
"LabelMessageTitle": "Titolo messaggio:",
"LabelMetadata": "Metadati:",
"LabelMetadataDownloadLanguage": "Lingua preferita per i metadati:",
"LabelMetadataDownloaders": "Metadata downloaders:",
"LabelMetadataDownloadersHelp": "Abilitare e classificare i tuoi downloader metadati preferite in ordine di priorità. Downloader di priorità inferiori saranno utilizzati solo per riempire le informazioni mancanti.",
"LabelMetadataPath": "Percorso per i metadati:",
"LabelMetadataPathHelp": "Specificare un percorso personalizzato per le immagini e i metadati scaricati.",
"LabelMetadataReaders": "Lettori Metadati:",
"LabelMetadataReadersHelp": "Classificare le origini metadati locali preferite in ordine di priorità. Il primo file trovato verrà letto.",
"LabelMetadataSavers": "Metadata savers:",
"LabelMetadataSaversHelp": "Scegliere i formati di file per salvare i metadati",
"LabelMethod": "Metodo:",
"LabelMinBackdropDownloadWidth": "Massima larghezza sfondo:",
@@ -892,7 +844,6 @@
"LabelOptionalM3uUrlHelp": "Alcuni dispositivi supportano le liste canali M3U.",
"LabelOptionalNetworkPath": "Cartella condivisa (Opzionale):",
"LabelOptionalNetworkPathHelp": "Se questa cartella è condivisa sulla rete, fornendo il percorso di condivisione di rete si può consentire alle applicazioni Jellyfin su altri dispositivi di accedere direttamente ai file multimediali.",
"LabelPassword": "Password:",
"LabelPasswordConfirm": "Conferma la password:",
"LabelPasswordRecoveryPinCode": "Codice Pin:",
"LabelPath": "Percorso:",
@@ -929,7 +880,6 @@
"LabelRemoteAccessUrl": "Accesso remoto (WAN): {0}",
"LabelRemoteClientBitrateLimit": "Bitrate limite per lo streaming via internet (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "Un limite bitrate per-stream opzionale per tutti i dispositivi di rete. Ciò è utile per impedire ai dispositivi di richiedere un bitrate superiore a quello in grado di gestire la connessione a Internet. Questo può provocare un aumento del carico della CPU sul server per transcodificare i video in volo ad un bitrate inferiore.",
"LabelReport": "Report:",
"LabelResumePoint": "Punto di ripristino:",
"LabelRunningOnPort": "In esecuzione sulla porta HTTP {0}.",
"LabelRunningOnPorts": "In esecuzione sulla porta HTTP {0}, e porta HTTPS {1}",
@@ -949,8 +899,6 @@
"LabelSerialNumber": "Numero di serie",
"LabelSeries": "Serie:",
"LabelSeriesRecordingPath": "Percorso di registrazione serie TV (opzionale):",
"LabelServerHost": "Host:",
"LabelServerHostHelp": "192.168.1.100 or https://myserver.com",
"LabelServerPort": "Porta:",
"LabelSimultaneousConnectionLimit": "Limite stream simultanei:",
"LabelSkipIfAudioTrackPresent": "Ignora se la traccia audio di default corrisponde alla lingua di download",
@@ -958,7 +906,6 @@
"LabelSkipIfGraphicalSubsPresent": "Ignora se il video integra già dei sottotitoli",
"LabelSkipIfGraphicalSubsPresentHelp": "Mantenere le versioni testuali dei sottotitoli si tradurrà in una riproduzione più efficiente e diminuirà la probabilità che sia necessaria la transcodifica video",
"LabelSkipped": "Saltato",
"LabelSonyAggregationFlags": "Sony aggregation flags:",
"LabelSonyAggregationFlagsHelp": "Determina il contenuto dell'elemento aggregationFlags in urn:schemas-sonycom: namespace av.",
"LabelSource": "Origine:",
"LabelSpecialSeasonsDisplayName": "Nome della stagione speciale:",
@@ -975,7 +922,6 @@
"LabelSyncPath": "Sincronizzato percorso del contenuto:",
"LabelSyncTempPath": "Percorso file temporanei:",
"LabelSyncTempPathHelp": "Specifica una cartella per la sincronizzazione. I media creati durante la sincronizzazione verranno memorizzati qui.",
"LabelTag": "Tag:",
"LabelTheme": "Tema:",
"LabelTime": "Ora:",
"LabelTimeLimitHours": "Tempo limite (ore):",
@@ -992,12 +938,10 @@
"LabelTunerIpAddress": "Tuner Indirizzo IP:",
"LabelTunerType": "Tipo sintonizzatore:",
"LabelType": "Tipo:",
"LabelTypeMetadataDownloaders": "{0} metadata downloaders:",
"LabelTypeText": "Testo",
"LabelUnairedMissingEpisodesWithinSeasons": "Visualizza episodi mai andati in onda nelle stagioni",
"LabelUnknownLanguage": "Lingua Sconosciuta",
"LabelUploadSpeedLimit": "Velocità limite di upload (Mbps)",
"LabelUrl": "Url:",
"LabelUseNotificationServices": "Utilizzare i seguenti servizi:",
"LabelUser": "Utente:",
"LabelUserAgent": "Agente utente:",
@@ -1011,12 +955,9 @@
"LabelVersionInstalled": "{0} installato",
"LabelVersionNumber": "Versione {0}",
"LabelVersionUpToDate": "Aggiornato!",
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Tipo di video:",
"LabelView": "Vista:",
"LabelXDlnaCap": "X-Dlna cap:",
"LabelXDlnaCapHelp": "Determina il contenuto dell'elemento X_DLNACAP in urn:schemas-dlna-org:device-1-0",
"LabelXDlnaDoc": "X-Dlna doc:",
"LabelXDlnaDocHelp": "Determina il contenuto dell'elemento X_DLNACAP nella urn: schemas-DLNA-org: dispositivo 1-0 namespace.",
"LabelYourFirstName": "Il tuo nome:",
"LabelYoureDone": "Hai Finito!",
@@ -1031,11 +972,9 @@
"LibraryAccessHelp": "Seleziona le cartelle multimediali da condividere con questo utente. Gli amministratori saranno in grado di modificare tutte le cartelle utilizzando il gestore dei metadati.",
"LinkApi": "API",
"LinkCommunity": "Comunità",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Informazioni su Jellyfin Premiere",
"LiveTvUpdateAvailable": "(Aggiornamento disponibile)",
"LoginDisclaimer": "Jellyfin è progettato per aiutarti a gestire i tuoi contenuti personali quali foto e video. Per favore prendi visione delle condizioni d'uso. L'utilizzo di qualunque software Jellyfin costituisce accettazione delle stesse.",
"ManageLibrary": "Manage library",
"ManageOfflineDownloads": "Gestisci scaricamenti offline",
"MapChannels": "Mappa Canali",
"MarkFFmpegExec": "Se stai utilizzando Linux o OSX, è necessario individuare i file ffmpeg e ffprobe e contrassegnarli come eseguibili. Ciò è necessario per consentire a Jellyfin di eseguirli.",
@@ -1045,21 +984,16 @@
"MediaInfoAperture": "Apertura",
"MediaInfoAspectRatio": "Formato",
"MediaInfoBitDepth": "Profondità Bit",
"MediaInfoBitrate": "Bitrate",
"MediaInfoCameraMake": "Camera make",
"MediaInfoCameraModel": "Camera modello",
"MediaInfoChannels": "Canali",
"MediaInfoCodec": "Codec",
"MediaInfoCodecTag": "Tag codec",
"MediaInfoContainer": "Contenitore",
"MediaInfoDefault": "Predefinito",
"MediaInfoExposureTime": "Tempo Esposizione",
"MediaInfoExternal": "Esterno",
"MediaInfoFile": "File",
"MediaInfoFocalLength": "Lunghezza focale",
"MediaInfoForced": "Forzato",
"MediaInfoFormat": "Formato",
"MediaInfoFramerate": "Framerate",
"MediaInfoInterlaced": "Interlacciato",
"MediaInfoIsoSpeedRating": "Sensibilità ISO",
"MediaInfoLanguage": "Lingua",
@@ -1076,13 +1010,9 @@
"MediaInfoSampleRate": "frequenza di campion.",
"MediaInfoShutterSpeed": "velocità otturatore",
"MediaInfoSize": "Dimensione",
"MediaInfoSoftware": "Software",
"MediaInfoStreamTypeAudio": "Audio",
"MediaInfoStreamTypeData": "Dati",
"MediaInfoStreamTypeEmbeddedImage": "Immagine incorporata",
"MediaInfoStreamTypeSubtitle": "Sottotitolo",
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoTimestamp": "Timestamp",
"MessageAlreadyInstalled": "Questa versione è già installata.",
"MessageApplicationUpdated": "Il Server Jellyfin è stato aggiornato",
"MessageAreYouSureYouWishToRemoveMediaFolder": "Sei sicuro di voler rimuovere questa posizione?",
@@ -1164,7 +1094,6 @@
"MessageUnableToConnectToServer": "Non siamo in grado di connettersi al server selezionato al momento. Per favore assicurati che sia in esecuzione e riprova.",
"MessageUnsetContentHelp": "Il contenuto verrà visualizzato come pianura cartelle. Per ottenere i migliori risultati utilizzare il gestore di metadati per impostare i tipi di contenuto di sottocartelle.",
"MessageYouHaveVersionInstalled": "Attualmente hai la versione {0} installato.",
"Metadata": "Metadata",
"MetadataManager": "Gestisci Metadati",
"MetadataSettingChangeHelp": "Modificare le impostazioni dei metadati influenzerà il nuovo contenuto aggiunto in avanti. Per aggiornare i contenuti esistenti, aprire la schermata dei dettagli e fare click sul pulsante di aggiornamento oppure eseguire aggiornamenti di massa utilizzando il gestore di metadati.",
"MinutesAfter": "minuti dopo",
@@ -1180,24 +1109,17 @@
"Never": "Mai",
"NewVersionOfSomethingAvailable": "Una nuova versione di {0} è disponibile!",
"News": "Notizie",
"NextUp": "Next Up",
"NoNewDevicesFound": "Non sono stati trovati nuovi dispositivi. Per aggiungere un nuovo sintonizzatore, chiudere questa finestra di dialogo e immettere manualmente le informazioni sul dispositivo.",
"NoNextUpItemsMessage": "Trovato niente. Inizia a guardare i tuoi programmi!",
"NoPluginConfigurationMessage": "Questo Plugin non ha impostazioni da configurare.",
"NoPluginsInstalledMessage": "Non ci sono Plugins installati.",
"NoResultsFound": "Nessun risultato.",
"Notifications": "Notifications",
"NumLocationsValue": "{0} cartelle",
"OpenSubtitleInstructions": "È necessario configurare le informazioni sull'account di Open Subtitles nella schermata di configurazione nella dashboard di Jellyfin Server.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Attore",
"OptionActors": "Attori",
"OptionAdminUsers": "Amministratori",
"OptionAfterSystemEvent": "Dopo un evento di sistema",
"OptionAlbum": "Album",
"OptionAlbumArtist": "Artista Album",
"OptionAll": "Tutto",
"OptionAllUsers": "Tutti gli utenti",
@@ -1218,19 +1140,15 @@
"OptionAllowVideoPlaybackRemuxing": "Consenti la riproduzione di video che necessitano di conversione ma non di ricodifica",
"OptionAllowVideoPlaybackTranscoding": "Abilita la riproduzione di video che necessita di transcodifica",
"OptionAnyNumberOfPlayers": "Qualsiasi:",
"OptionArt": "Art",
"OptionArtist": "Artista",
"OptionAscending": "Crescente",
"OptionAuto": "Automatico",
"OptionAutomatic": "Auto",
"OptionAutomaticallyGroupSeries": "Fondi automaticamente le serie sparse su più cartelle",
"OptionAutomaticallyGroupSeriesHelp": "Se abilitato, le serie distribuite in più cartelle di questa libreria saranno automaticamente combinate in un'unica serie.",
"OptionBackdrop": "Sfondo",
"OptionBackdropSlideshow": "Scenografia presentazione",
"OptionBackdrops": "Sfondi",
"OptionBanner": "Banner",
"OptionBestAvailableStreamQuality": "Migliore disponibile",
"OptionBeta": "Beta",
"OptionBirthLocation": "Nascita Posizione",
"OptionBlockBooks": "Libri",
"OptionBlockChannelContent": "Contenuto di Canali Internet",
@@ -1242,11 +1160,8 @@
"OptionBlockOthers": "Altri",
"OptionBlockTrailers": "Trailer",
"OptionBlockTvShows": "Serie TV",
"OptionBluray": "Bluray",
"OptionBooks": "Libri",
"OptionBox": "Box",
"OptionBoxRear": "Retro Box",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Collezioni",
"OptionCommunityRating": "Voto del pubblico",
"OptionComposer": "Compositore",
@@ -1265,7 +1180,6 @@
"OptionDatePlayed": "Visto il",
"OptionDefaultSort": "Predefinito",
"OptionDescending": "Decrescente",
"OptionDev": "Dev",
"OptionDirector": "Regista",
"OptionDirectors": "Registi",
"OptionDisableUser": "Disabilita questo utente",
@@ -1277,18 +1191,13 @@
"OptionDisplayChannelsInlineHelp": "Se abilitata, i canali verranno visualizzati direttamente accanto alle altre librerie di media. Se disattivato, saranno esposti all'interno di una cartella Canali separata.",
"OptionDisplayFolderView": "Visualizza cartelle come normali cartelle dei media",
"OptionDisplayFolderViewHelp": "Se abilitato, le applicazioni Jellyfin visualizzeranno una categoria Cartelle accanto alla libreria multimediale. Ciò è utile se si desidera avere viste di cartelle semplici.",
"OptionDownloadArtImage": "Art",
"OptionDownloadBackImage": "Indietro",
"OptionDownloadBannerImage": "Banner",
"OptionDownloadBoxImage": "Box",
"OptionDownloadDiscImage": "Disco",
"OptionDownloadImagesInAdvance": "Scarica preventivamente le immagini",
"OptionDownloadImagesInAdvanceHelp": "Di default, la maggior parte delle immagini vengono scaricate solo quando richieste da un'applicazione Jellyfin. Abilita questa opzione per scaricare tutte le immagini in anticipo, quando nuovi file multimediali vengono importati. Ciò può causare scansioni librarie molto più lunghe.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Menù",
"OptionDownloadPrimaryImage": "Locandina",
"OptionDownloadThumbImage": "Foto",
"OptionDvd": "Dvd",
"OptionEmbedSubtitles": "Incorpora all'interno del contenitore",
"OptionEnableAccessFromAllDevices": "Abilita l'accesso da tutti i dispositivi",
"OptionEnableAccessToAllChannels": "Abilita l'accesso a tutti i canali",
@@ -1327,7 +1236,6 @@
"OptionHasSubtitles": "Sottotitoli",
"OptionHasThemeSong": "Sigla",
"OptionHasThemeVideo": "Video Sigla",
"OptionHasTrailer": "Trailer",
"OptionHideUser": "Nascondi questo utente dalla schermata di accesso",
"OptionHideUserFromLoginHelp": "Utile per account nascosti o amministratore. L'utente avrà bisogno di accedere manualmente utilizzando la propria username e password",
"OptionHlsSegmentedSubtitles": "Hls segmentato sottotitoli",
@@ -1338,9 +1246,6 @@
"OptionImages": "Immagini",
"OptionImdbRating": "Voto IMDB",
"OptionInProgress": "In Corso",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "Iso",
"OptionKeywords": "Parole",
"OptionLatestChannelMedia": "Ultime voci del canale",
"OptionLatestMedia": "Ultimi media",
@@ -1349,9 +1254,6 @@
"OptionLikes": "Mi piace",
"OptionList": "Lista",
"OptionLocked": "Bloccato",
"OptionLogo": "Logo",
"OptionMax": "Max",
"OptionMenu": "Menu",
"OptionMissingEpisode": "Episodi mancanti",
"OptionMissingImdbId": "Id IMDB mancante",
"OptionMissingOverview": "Trama mancante",
@@ -1367,11 +1269,8 @@
"OptionMusicVideos": "Video",
"OptionName": "Nome",
"OptionNameSort": "Nome",
"OptionNo": "No",
"OptionNoTrailer": "Nessun Trailer",
"OptionNone": "Nessuno",
"OptionOff": "Off",
"OptionOn": "On",
"OptionOnAppStartup": "All'avvio",
"OptionOnInterval": "Su intervallo",
"OptionOtherApps": "Altre app",
@@ -1394,17 +1293,11 @@
"OptionPriority": "Priorità",
"OptionProducer": "Produttore",
"OptionProducers": "Produttori",
"OptionProfileAudio": "Audio",
"OptionProfilePhoto": "Foto",
"OptionProfileVideo": "Video",
"OptionProfileVideoAudio": "Video Audio",
"OptionProtocolHls": "Http Live Streaming",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Registra a qualsiasi ora",
"OptionRecordOnAllChannels": "Registra su tutti i canali",
"OptionRecordOnlyNewEpisodes": "Registra solo i nuovi episodi",
"OptionRecordSeries": "Registra Serie TV",
"OptionRegex": "Regex",
"OptionRelease": "Versione Ufficiale",
"OptionReleaseDate": "Data di Uscita",
"OptionReportByteRangeSeekingWhenTranscoding": "Segnala che il server supporta la ricerca di byte durante la transcodifica",
@@ -1426,7 +1319,6 @@
"OptionSongs": "Canzoni",
"OptionSortName": "Nome ordinato",
"OptionSpecialEpisode": "Speciali",
"OptionStudios": "Studios",
"OptionSubstring": "Sottostringa",
"OptionSunday": "Domenica",
"OptionSundayShort": "Dom",
@@ -1464,14 +1356,12 @@
"OptionWriters": "Sceneggiatori",
"OptionYes": "Si",
"OriginalAirDateValue": "Prima messa in onda: {0}",
"Password": "Password",
"PasswordMatchError": "Le password non coincidono.",
"PasswordResetComplete": "la password è stata ripristinata.",
"PasswordResetConfirmation": "Sei sicuro di voler ripristinare la password?",
"PasswordResetHeader": "Ripristina Password",
"PasswordSaved": "Password salvata.",
"PersonTypePerson": "Persona",
"PictureInPicture": "Picture in picture",
"PinCodeResetComplete": "Il codice PIN è stato resettato",
"PinCodeResetConfirmation": "Sei sicuro di voler resettare il codice PIN?",
"PlayOnAnotherDevice": "Riproduci su altro dispositivo",
@@ -1487,7 +1377,6 @@
"PreferEmbeddedTitlesOverFileNamesHelp": "Determina il titolo predefinito usato quando non sono disponibili metadati locali o da Internet.",
"PreferredNotRequired": "Preferito, ma non richiesto",
"Programs": "Programmi",
"ProviderValue": "Provider: {0}",
"Rate": "Vota",
"RecommendationBecauseYouLike": "Perché ti piace {0}",
"RecommendationBecauseYouWatched": "Perché hai visto {0}",
@@ -1497,7 +1386,6 @@
"RegisterWithPayPal": "Registrati con PayPal",
"ReleaseYearValue": "Anno di uscita: {0}",
"RememberMe": "Ricordami",
"Reporting": "Reporting",
"RequireHttps": "Richiedi https per connessioni esterne",
"RequireHttpsHelp": "Se abilitato, le connessione attraverso http verranno reinderizzate tramite https.",
"RequiredForAllRemoteConnections": "Richiesto per tutte le connessioni remote",
@@ -1515,10 +1403,8 @@
"SettingsWarning": "La modifica di questi valori può causare problemi di instabilità o di connettività. Se si verificano problemi, si consiglia di modificarli all'impostazione predefinita.",
"SetupFFmpeg": "Configura FFmpeg",
"SetupFFmpegHelp": "Jellyfin può richiedere una libreria o un'applicazione per convertire alcuni tipi di supporti. Esistono molte applicazioni diverse, tuttavia, Jellyfin è stato testato per funzionare con ffmpeg. Jellyfin non è in alcun modo affiliato con ffmpeg, la sua proprietà, codice o distribuzione.",
"ShowAdvancedSettings": "Show advanced settings",
"SimultaneousConnectionLimitHelp": "Numero massimo di streaming simultanei permessi. Inserisci 0 per nessun limite.",
"Sports": "Sport",
"Standard": "Standard",
"StatusRecording": "Registrazione",
"StatusRecordingProgram": "Registrando {0}",
"StatusWatching": "Sto guardando",
@@ -1528,7 +1414,6 @@
"SubtitleDownloadInstructions": "Per gestire il download dei sottotitoli, fare clic su una libreria nell'impostazione della libreria Jellyfin e modificare le impostazioni di download dei sottotitoli.",
"SubtitleDownloadersHelp": "Abilita e classifica i tuoi downloader di sottotitoli preferiti in ordine di priorità.",
"Subtitles": "Sottotitoli",
"Sync": "Sync",
"SyncMedia": "Sync media",
"SyncToOtherDevices": "Sinc. con altri dispositivi",
"SynologyUpdateInstructions": "Accedi al DSM e vai nel Package Center per aggiornarlo.",
@@ -1544,7 +1429,6 @@
"TabBasic": "Base",
"TabBasics": "Base",
"TabCameraUpload": "Caricamenti Fotocamera",
"TabCast": "Cast",
"TabCatalog": "Catalogo",
"TabChannels": "Canali",
"TabChapters": "capitoli",
@@ -1554,7 +1438,6 @@
"TabCollections": "Collezioni",
"TabContainers": "Contenitori",
"TabControls": "Controlli",
"TabDLNA": "DLNA",
"TabDashboard": "Pannello Controllo",
"TabDevices": "Dispositivi",
"TabDirectPlay": "Riproduzione Diretta",
@@ -1570,18 +1453,14 @@
"TabGenres": "Generi",
"TabGuide": "Guida",
"TabHelp": "Aiuto",
"TabHome": "Home",
"TabHomeScreen": "Pagina iniziale",
"TabHosting": "Hosting",
"TabImage": "Immagine",
"TabImages": "Immagini",
"TabInfo": "Info",
"TabLanguages": "Lingue",
"TabLatest": "Novità",
"TabLibrary": "Librerie",
"TabLibraryAccess": "Accesso alla libreria",
"TabLiveTV": "Tv in Diretta",
"TabLogs": "Logs",
"TabMetadata": "Metadati",
"TabMovies": "Film",
"TabMusic": "Musica",
@@ -1597,13 +1476,10 @@
"TabOther": "Altro",
"TabOthers": "Altro",
"TabParentalControl": "Controllo Genitore",
"TabPassword": "Password",
"TabPaths": "Percorsi",
"TabPhotos": "Foto",
"TabPlayback": "Riproduzione",
"TabPlaylist": "Playlist",
"TabPlaylists": "Playlist",
"TabPlugins": "Plugins",
"TabProfile": "Profilo",
"TabProfiles": "Profili",
"TabRecordings": "Registrazioni",
@@ -1613,13 +1489,10 @@
"TabScheduledTasks": "Operazioni Pianificate",
"TabSecurity": "Sicurezza",
"TabSeries": "Serie TV",
"TabServer": "Server",
"TabServices": "Servizi",
"TabSettings": "Impostazioni",
"TabShows": "Spettacoli",
"TabSongs": "Brani",
"TabStreaming": "Streaming",
"TabStudios": "Studios",
"TabSubtitles": "Sottotitoli",
"TabSuggestions": "Suggerimenti",
"TabSync": "Sinc",
@@ -1647,7 +1520,6 @@
"TitlePlugins": "Plug-in",
"TitleRemoteControl": "Telecomando",
"TitleScheduledTasks": "Operazioni Pianificate",
"TitleServer": "Server",
"TitleSignIn": "Accedi",
"TitleSupport": "Supporto",
"TitleSync": "Sincronizza",
@@ -1665,7 +1537,6 @@
"ValueAsRole": "è {0}",
"ValueAudioCodec": "Codec Audio: {0}",
"ValueAwards": "Premi: {0}",
"ValueCodec": "Codec: {0}",
"ValueConditions": "Condizioni: {0}",
"ValueContainer": "Contenitore: {0}",
"ValueDateCreated": "Data di creazione {0}",
@@ -1677,17 +1548,14 @@
"ValueItemCount": "{0} elemento",
"ValueItemCountPlural": "{0} elementi",
"ValueLinks": "Collegamenti: {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} film",
"ValueMusicVideoCount": "{0} video musicali",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episodio",
"ValueOneGame": "1 gioco",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 video musicale",
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 canzone",
"ValueOneTrailer": "1 trailer",
"ValuePremiered": "Debuttato {0}",
"ValuePremieres": "Debuttato {0}",
"ValuePriceUSD": "Prezzo: {0} (USD)",
@@ -1695,7 +1563,6 @@
"ValueSeriesYearToPresent": "{0} - Oggi",
"ValueSongCount": "{0} Canzoni",
"ValueStatus": "Stato {0}",
"ValueStudio": "Studio: {0}",
"ValueStudios": "Studi: {0}",
"ValueTimeLimitMultiHour": "Tempo limite: {0} ore",
"ValueTimeLimitSingleHour": "Tempo limite: 1 ora",
@@ -1716,7 +1583,6 @@
"ViewTypeMusicSongs": "Canzoni",
"ViewTypeTvShows": "Serie Tv",
"WelcomeToProject": "Benvenuto in Jellyfin!",
"Whitelist": "Whitelist",
"WizardCompleted": "Questo è tutto ciò che serve per ora. Jellyfin ha iniziato a raccogliere informazioni sulla tua libreria di media. Scopri alcune delle nostre app, quindi clicca su <b>Fine</b> per visualizzare il <b>Pannello di Controllo del server</b>.",
"XmlDocumentAttributeListHelp": "Questi attributi vengono applicati all'elemento radice di ogni risposta XML.",
"XmlTvKidsCategoriesHelp": "I programmi con queste categorie saranno visualizzati come programmi per i bambini. Separa multipli con '|'.",
-13
View File
@@ -167,12 +167,10 @@
"CategorySync": "Үндестіру",
"CategorySystem": "Жүйе",
"CategoryUser": "Пайдаланушы",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Бұл пайдаланушымен ортақтасу үшін арналарды бөлектеңіз. Метадерек реттеушіні пайдаланып әкімшілер барлық арналарды өңдеуі мүмкін.",
"Channels": "Арналар",
"CinemaModeConfigurationHelp": "Кинотеатр режімі трейлерлерді және теңшелген көрнеуді негізгі фильм алдында ойнату қабілетімен көрермендер залы әсерін қонақжайыңызға тікелей жеткізеді.",
"CinemaModeConfigurationHelp2": "Jellyfin қолданбаларда кино режімін қосу немесе өшіру параметрі болады. ТД-қолданбаларда кино режімі әдепкі бойынша қосылады.",
"CoverArt": "Cover Art",
"CustomDlnaProfilesHelp": "Жаңа құрылғы мақсаты үшін теңшелген профайлды жасау не жүйелік профайлды қайта анықтау.",
"DeathDateValue": "Өлгені: {0}",
"DefaultCameraUploadPathHelp": "Теңшелген кері қотару жолды таңдаңыз. Егер анықталмаса, әдепкі қалта пайдаланылады. Егер теңшелетін жол пайдаланылса, бұны сондай-ақ Jellyfin тасығышханасын орнату және теңшеу аймағында тасығышхана сияқты үстеу қажет.",
@@ -394,7 +392,6 @@
"HeaderItems": "Тармақтар",
"HeaderJellyfinAccountAdded": "Jellyfin тіркелгісі үстелінді",
"HeaderJellyfinAccountRemoved": "Jellyfin тіркелгісі аласталды",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "NFO метадеректерін қосу немесе өшіру үшін, Jellyfin тасығышханалар орнату бөлімінде тасығышхана ны өңдеңіз және метадеректер сақтауыш бөлімін табыңыз.",
"HeaderLanguage": "Тіл",
"HeaderLatestAlbums": "Ең кейіңгі альбомдар",
@@ -717,7 +714,6 @@
"LabelDownloadInternetMetadataHelp": "Мазмұнды көрмелерді қосу үшін Jellyfin Server тасығышдеректер туралы мәліметтерді жүктеуі мүмкін.",
"LabelDownloadLanguages": "Жүктеп алынатын тілдер:",
"LabelDropImageHere": "Суретті мұнда сүйретіңіз.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Оңайтылған PIN-код:",
"LabelEmail": "Э-пошта:",
"LabelEmailAddress": "Э-поштаның мекенжайы",
@@ -1189,10 +1185,6 @@
"Notifications": "Хабарландырулар",
"NumLocationsValue": "{0} қалта",
"OpenSubtitleInstructions": "Open Subtitles тіркелгі мәліметтерін Jellyfin Server басқару тақтасындағы Open Subtitles экранында теңшеу қажет.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Актер",
"OptionActors": "Актерлер",
"OptionAdminUsers": "Әкімшілер",
@@ -1246,7 +1238,6 @@
"OptionBooks": "Кітаптар",
"OptionBox": "Қорап",
"OptionBoxRear": "Қорап арты",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Жиынтықтар",
"OptionCommunityRating": "Қауым бағалауы",
"OptionComposer": "Композитор",
@@ -1338,8 +1329,6 @@
"OptionImages": "Суреттер",
"OptionImdbRating": "IMDb бағалауы",
"OptionInProgress": "Орындалуда",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "ISO",
"OptionKeywords": "Кілт сөздер",
"OptionLatestChannelMedia": "Арналардың ең кейінгі тармақтары",
@@ -1411,7 +1400,6 @@
"OptionReportByteRangeSeekingWhenTranscodingHelp": "Бұл уақыт іріктеуі онша емес кейбір құрылғылар үшін қажет.",
"OptionRequirePerfectSubtitleMatch": "Бейне файлдарым үшін тек қана кемелді сәйкес келген субтитрлерді жүктеп алу",
"OptionRequirePerfectSubtitleMatchHelp": "Керемет сәйкестік талап етілгенде тек қана нақты бейне файлыңызбен сынақтаудан және тексеруден өткен субтитрлер сүзіледі. Белгіні аластау субтитрлерді жүктеу ықтималдығын арттырады, бірақ қате уақыты бар немесе бұрыс болу субтитрлер мәтінінің мүмкіндіктерін өсіреді.",
"OptionResElement": "res element",
"OptionResumable": "Жалғастыралатын",
"OptionResumablemedia": "Жалғастырмалы",
"OptionRuntime": "Ұзақтығы",
@@ -1554,7 +1542,6 @@
"TabCollections": "Жиынтықтар",
"TabContainers": "Контейнерлер",
"TabControls": "Басқару элементтері",
"TabDLNA": "DLNA",
"TabDashboard": "Тақта",
"TabDevices": "Құрылғылар",
"TabDirectPlay": "Тікелей ойнату",
-474
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-1713
View File
File diff suppressed because it is too large Load Diff
-221
View File
@@ -5,25 +5,17 @@
"AddUserByManually": "Legg til en lokal bruker ved å skrive inn brukerinformasjon manuelt.",
"AdditionalNotificationServices": "Bla gjennom katalogen over programtillegg for å installere valgfrie varslingstjenester.",
"Advanced": "Avansert",
"Alerts": "Alerts",
"All": "Alle",
"AllLibraries": "Alle biblioteker",
"AllowDeletionFromAll": "Allow media deletion from all libraries",
"AllowHWTranscodingHelp": "Hvis aktivert, vil tuneren å omkode strømmer. Dette kan bidra til å redusere transkoding som kreves av Jellyfin Server.",
"AllowMediaConversion": "Tillat konvertering av media",
"AllowMediaConversionHelp": "Tillatt eller forby tilgang til å konvertere media",
"AllowOnTheFlySubtitleExtraction": "Allow subtitle extraction on the fly",
"AllowOnTheFlySubtitleExtractionHelp": "Embedded subtitles can be extracted from videos and delivered to Jellyfin apps in plain text in order to help prevent video transcoding. On some systems this can take a long time and cause video playback to stall during the extraction process. Disable this to have embedded subtitles burned in with video transcoding when they are not natively supported by the client device.",
"AllowRemoteAccess": "Tillat ekstern tilkobling til denne Jellyfin-serveren.",
"AllowRemoteAccessHelp": "Hvis deaktivert, vil alle eksterne tilkoblinger bli blokkert.",
"AllowedRemoteAddressesHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely. If left blank, all remote addresses will be allowed.",
"Audio": "Lyd",
"BirthDateValue": "Født: {0}",
"BirthPlaceValue": "Fødested: {0}",
"Blacklist": "Blacklist",
"BobAndWeaveWithHelp": "Bob and weave (higher quality, but slower)",
"BookLibraryHelp": "Lyd og Lydbøker er støttet",
"Browse": "Browse",
"BrowsePluginCatalogMessage": "Browse vår plugin-katalog for å se tilgjengelige plugins",
"ButtonAccept": "Godta",
"ButtonAdd": "Legg til",
@@ -56,14 +48,11 @@
"ButtonEditImages": "Endre bilder",
"ButtonEditOtherUserPreferences": "Endre denne brukeren sin profilbilde og personlige innstillinger.",
"ButtonExit": "Avslutt",
"ButtonFilter": "Filter",
"ButtonForgotPassword": "Glemt passord",
"ButtonFullscreen": "Fullskjerm",
"ButtonGuide": "Guide",
"ButtonHelp": "Hjelp",
"ButtonHide": "Skjul",
"ButtonHome": "Hjem",
"ButtonInfo": "Info",
"ButtonInviteUser": "Invitér Bruker",
"ButtonLearnMore": "Lære mer",
"ButtonLibraryAccess": "Bibliotektilgang",
@@ -73,7 +62,6 @@
"ButtonMenu": "Meny",
"ButtonMore": "Mer",
"ButtonMoreInformation": "Mer Informasjon",
"ButtonMute": "Mute",
"ButtonNetwork": "Nettverk",
"ButtonNew": "Ny",
"ButtonNewServer": "Ny server",
@@ -83,13 +71,10 @@
"ButtonNo": "Nei",
"ButtonNowPlaying": "Spilles Nå",
"ButtonOff": "Av",
"ButtonOk": "Ok",
"ButtonOpen": "Åpne",
"ButtonOther": "Andre",
"ButtonParentalControl": "Foreldrekontroll",
"ButtonPause": "Pause",
"ButtonPlay": "Spill",
"ButtonPlayTrailer": "Trailer",
"ButtonPlaylist": "Spilleliste",
"ButtonPreferences": "Innstillinger",
"ButtonPrevious": "Forrige",
@@ -115,8 +100,6 @@
"ButtonReset": "Resett",
"ButtonResetEasyPassword": "Tilbakestill PIN-kode",
"ButtonResetPassword": "Tilbakestill passord",
"ButtonResetTuner": "Reset tuner",
"ButtonRestart": "Restart",
"ButtonRestartNow": "Restart Nå",
"ButtonResume": "Fortsette",
"ButtonRevoke": "Tilbakekall",
@@ -129,13 +112,10 @@
"ButtonSelectDirectory": "Velg Katalog",
"ButtonSelectServer": "Velg server",
"ButtonSelectView": "Velg vising",
"ButtonSend": "Send",
"ButtonSendInvitation": "Send Invitasjon",
"ButtonServer": "Server",
"ButtonServerDashboard": "Server dashboard",
"ButtonSettings": "Innstillinger",
"ButtonShare": "Del",
"ButtonShuffle": "Shuffle",
"ButtonShutdown": "Slå Av",
"ButtonSignIn": "Logg inn",
"ButtonSignOut": "Logg ut",
@@ -143,13 +123,10 @@
"ButtonSkip": "Hopp over",
"ButtonSort": "Sorter",
"ButtonSplitVersionsApart": "Splitt versjoner fra hverandre",
"ButtonStart": "Start",
"ButtonStop": "Stopp",
"ButtonStopRecording": "Stop Recording",
"ButtonSubmit": "Send",
"ButtonSubtitles": "Undertekster",
"ButtonSync": "Synk",
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Avinstaller",
"ButtonUnmute": "Lyd på",
"ButtonUp": "Opp",
@@ -161,21 +138,16 @@
"ButtonViewWebsite": "Vis nettsted",
"ButtonWebsite": "Nettsted",
"ButtonYes": "Ja",
"CancelSeries": "Cancel series",
"CategoryApplication": "Applikasjon",
"CategoryPlugin": "Programtillegg",
"CategorySync": "Synk",
"CategorySystem": "System",
"CategoryUser": "Bruker",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Velg kanaler som skal deler med denne brukeren. Administratorer har mulighet til å editere på alle kanaler som benytter metadata behandleren.",
"Channels": "Channels",
"CinemaModeConfigurationHelp": "Kino-modus bringer kinoopplevelsen direkte til din stue med muligheten til å spille trailere og tilpassede introer før filmen begynner.",
"CinemaModeConfigurationHelp2": "Jellyfin apps har een innstilling for å aktivere eller deaktivere kinomodus. TV-apper har aktivert kino-modus som standard.",
"CoverArt": "Omslagsbilde",
"CustomDlnaProfilesHelp": "Lag en tilpasset profil for å sette en ny enhet til å overstyre en system profil.",
"DeathDateValue": "Døde: {0}",
"DefaultCameraUploadPathHelp": "Select a custom upload path. If left blank, a default folder will be used. If using a custom path it will also need to be added as a library in Jellyfin library setup.",
"DefaultErrorMessage": "Det skjedde en feil under behandling av forespørselen. Vennligst prøv igjen senere.",
"DefaultMetadataLangaugeDescription": "Disse er standardverdiene dine, og kan tilpasses per biblioteksbasis.",
"Delete": "Slett",
@@ -188,20 +160,16 @@
"DetectingDevices": "Detekterer enheter",
"DeviceAccessHelp": "Dette gjelder bare for enheter som som kan unikt identifiseres og vil ikke forindre tilgang fra nettleser. Filtrering av brukerens enhet vil forhindre dem fra å bruke nye enheter inntil de har blitt godkjent her.",
"DeviceLastUsedByUserName": "Sist brukt av {0}",
"Disabled": "Disabled",
"Downloading": "Laster ned",
"Downloads": "Nedlastinger",
"DrmChannelsNotImported": "Kanaler med DRM vill ikke bli importert.",
"EasyPasswordHelp": "Din enkle pin kode er brukt for offline tilgang med støttete emby apps. Den kan også brukes til enkel nettverks pålogging.",
"EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments.",
"EnableHardwareEncoding": "Aktiver hardware enkoding",
"EnablePhotos": "Aktiver bilder",
"EnablePhotosHelp": "Bilder vil bli oppdaget og vises sammen med andre mediefiler .",
"EnableStreamLooping": "Automatisk avspilling av live strømmer",
"EnableStreamLoopingHelp": "Aktiver dette hvis live streams bare inneholder noen få sekunder med data og må kontinuerlig forespurt.",
"EnterFFmpegLocation": "Tast inn FFmpeg sti",
"ErrorAddingJellyfinConnectAccount1": "There was an error adding the Jellyfin Connect account. Have you created an Jellyfin account? You can sign up at {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having a problem, please send an email to {0}.",
"ErrorAddingJellyfinConnectAccount3": "Denne Jellyfin brukeren er alt koblet til en eksisterende lokal bruker. Jellyfin konto kan bare være tilkoblet en lokal bruker omgangen.",
"ErrorAddingListingsToSchedulesDirect": "Det oppstod en feil mens du legger din oppstilling til tidsplaner Direkte konto. Direkte tidsplaner kun tillatt et begrenset antall oppstillingkombinasjoner per brukerkonto. Du bør logge inn på nettstedet i planene Direct konto og noen samlinger av kontoen din for å slette før du fortsetter.",
"ErrorAddingMediaPathToVirtualFolder": "Det oppstod en feil å legge mediebanen . Sørg for at banen er gyldig og Jellyfin Server prosessen har tilgang til stedet.",
@@ -219,7 +187,6 @@
"ErrorValidatingSupporterInfo": "Det oppstod en feil under validering din Jellyfin Premiere informasjon. Vennligst prøv igjen senere.",
"EveryNDays": "Hver {0} dag",
"ExitFullscreen": "Avslutt fullskjerm",
"ExtractChapterImagesHelp": "Extracting chapter images will allow Jellyfin apps to display graphical scene selection menus. The process can be slow, cpu-intensive and may require several gigabytes of space. It runs when videos are discovered, and also as a nightly scheduled task. The schedule is configurable in the scheduled tasks area. It is not recommended to run this task during peak usage hours.",
"FFmpegSavePathNotFound": "Vi kan dessverre ikke finne FFmpeg bruke banen du har angitt. FFprobe er også nødvendig og må ligge i samme mappe. Disse komponentene er vanligvis buntet sammen i samme nedlastning. Kontroller banen og prøv igjen.",
"FastForward": "Framoverspoling",
"FeatureRequiresJellyfinPremiere": "Denne funksjonen krever et aktivt Jellyfin Premiere abonnement.",
@@ -236,15 +203,11 @@
"FolderTypePhotos": "Foto",
"FolderTypeTvShows": "TV",
"FolderTypeUnset": "Ikke bestemt (variert innhold)",
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
"Fullscreen": "Fullskjerm",
"General": "General",
"GuestUserNotFound": "Brukernavn ikke funnet. Vennligst sjekk av brukernavn er korrekt og prøv igjen. Eller prøv med deres epost adresse.",
"GuideProviderLogin": "Login",
"GuideProviderSelectListings": "Velg Oppføring",
"H264CrfHelp": "Constant Rate Factor (CRF) er standard kvalitetsinnstilling for x264 encoder. Du kan stille inn verdier mellom 0 og 51, hvor lavere verdier vil resultere i bedre kvalitet (på bekostning av høyere filstørrelser). Sane verdier er mellom 18 og 28. Standard for x264 er 23, slik at du kan bruke dette som et utgangspunkt.",
"H264EncodingPresetHelp": "Velg en raskere verdi å forbedre ytelsen, eller en lavere verdi for å forbedre kvaliteten.",
"HandledByProxy": "Handled by reverse proxy",
"HardwareAccelerationWarning": "Aktivering av maskinvareakselerasjon kan føre til ustabilitet i enkelte miljøer. Sørg for at operativsystemet og skjermdriverne dine er fullt oppdatert. Hvis du har problemer med å spille videoer etter å ha aktivert dette, må du endre innstillingen tilbake til Auto.",
"HeaderAccessSchedule": "Tilgang Planlegger",
"HeaderAccessScheduleHelp": "Lag en tilgang tidsplan for å begrense tilgangen til visse tider.",
@@ -259,7 +222,6 @@
"HeaderAddUpdateImage": "Legg Til/Oppdater Bilde",
"HeaderAddUser": "Ny bruker",
"HeaderAdditionalParts": "Tilleggsdeler",
"HeaderAdmin": "Admin",
"HeaderAdvanced": "Avansert",
"HeaderAirDays": "Vises dager",
"HeaderAlbums": "Albumer",
@@ -269,21 +231,17 @@
"HeaderApiKey": "API-nøkkel",
"HeaderApiKeys": "Api Nøkkler",
"HeaderApiKeysHelp": "Eksterne programmer er pålagt å ha en API-nøkkel for å kunne kommunisere med Jellyfin Server. Nøkkene er utstedt ved å logge på med en Jellyfin konto, eller ved å manuelt gi programmet en nøkkel.",
"HeaderApp": "App",
"HeaderAudio": "Lyd",
"HeaderAudioSettings": "Lyd inntilligner",
"HeaderAudioTracks": "Lydspor",
"HeaderAutomaticUpdates": "Automatiske oppdateringer",
"HeaderAvailableServices": "Tilgjengelige tjenester",
"HeaderAwardsAndReviews": "Priser og anmeldelser",
"HeaderBackdrops": "Backdrops",
"HeaderBecomeProjectSupporter": "Skaff Jellyfin Premiere",
"HeaderBlockItemsWithNoRating": "Block items with no or unrecognized rating information:",
"HeaderBooks": "Bøker",
"HeaderBranding": "Merking",
"HeaderBrandingHelp": "Tilpass utseendet Jellyfin å passe din gruppe eller organisasjon sine behov.",
"HeaderCameraUpload": "Kamera opplasting",
"HeaderCameraUploadHelp": "Jellyfin apps can automatically upload photos taken from your mobile devices into Jellyfin Server.",
"HeaderCancelSyncJob": "Avbryt synkronisering",
"HeaderCastAndCrew": "Skuespillere & Crew",
"HeaderCastCrew": "Mannskap",
@@ -291,7 +249,6 @@
"HeaderChangeFolderTypeHelp": "For å endre type, må du fjerne og gjenoppbygge biblioteket med den nye typen.",
"HeaderChannelAccess": "Kanal tilgang",
"HeaderChannels": "Kanaler",
"HeaderChapterImages": "Chapter Images",
"HeaderChapters": "Kapitler",
"HeaderCinemaMode": "Kino Modus",
"HeaderClients": "Klienter",
@@ -300,7 +257,6 @@
"HeaderCodecProfileHelp": "Kodek profiler indikerer på at begrensninger på en enhet når den spiller av spesifikk kodeker. Hvis en begrensning gjelder vil media bli transcodet, til og med hvis kodeken er konfigurert for direkte avspilling.",
"HeaderCollections": "Samlinger",
"HeaderColumns": "Kolonner",
"HeaderConfigureRemoteAccess": "Configure Remote Access",
"HeaderConfirm": "Bekreft",
"HeaderConfirmDeletion": "Bekreft Kansellering",
"HeaderConfirmPluginInstallation": "Bekreft Installasjon av Plugin",
@@ -317,7 +273,6 @@
"HeaderContainerProfileHelp": "Container profiler indikerer begrensningene i en enhet når du spiller bestemte formater. Hvis en begrensning gjelder da vil media bli transcodet, selv om formatet er konfigurert for direkte avspilling.",
"HeaderContinueWatching": "Forsett å se på",
"HeaderCreatePassword": "Lag nytt passord",
"HeaderCredits": "Credits",
"HeaderCustomDlnaProfiles": "Tilpassede Profiler",
"HeaderDashboardUserPassword": "Brukerpassord forvaltes innenfor hver brukers personlige profilinnstillingene.",
"HeaderDate": "Dato",
@@ -360,7 +315,6 @@
"HeaderFeatureAccess": "Funksjonstilgang",
"HeaderFeatures": "Funksjoner",
"HeaderFetchImages": "Hent Bilder:",
"HeaderFetcherSettings": "Fetcher Settings",
"HeaderFilters": "Filtre",
"HeaderForKids": "For barn",
"HeaderForgotKey": "Glemt Nøkkel",
@@ -377,10 +331,6 @@
"HeaderIdentification": "Identifisering",
"HeaderIdentificationCriteriaHelp": "Skriv minst ett identifiserings kriterie",
"HeaderIdentificationHeader": "Identifiseringsheader",
"HeaderImageBackdrop": "Backdrop",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Image Options",
"HeaderImagePrimary": "Primary",
"HeaderImageSettings": "Bildeinnstillinger",
"HeaderImages": "Bilder",
"HeaderInstall": "Installer",
@@ -394,8 +344,6 @@
"HeaderItems": "Elementer",
"HeaderJellyfinAccountAdded": "Jellyfin konto lagt til",
"HeaderJellyfinAccountRemoved": "Jellyfinkonto er fjernet",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "To enable or disable Nfo metadata, edit a library in Jellyfin library setup and locate the metadata savers section.",
"HeaderLanguage": "Språk",
"HeaderLatestAlbums": "Siste album",
"HeaderLatestChannelItems": "Siste Kanal Elementer",
@@ -417,12 +365,9 @@
"HeaderLibraryFolders": "Media Mapper",
"HeaderLibrarySettings": "Bibliotek inntilligner",
"HeaderLinks": "Lenker",
"HeaderLiveTV": "Live TV",
"HeaderLiveTv": "Live TV",
"HeaderLiveTvTunerSetup": "Direkte tv tuner innstillinger",
"HeaderLoginFailure": "Påloggingsfeil",
"HeaderManagement": "Strying",
"HeaderMedia": "Media",
"HeaderMediaFolders": "Mediemapper",
"HeaderMediaInfo": "Media informasjon",
"HeaderMediaLocations": "Media Steder",
@@ -445,13 +390,11 @@
"HeaderNotifications": "Melding",
"HeaderNowPlaying": "Spiller nå",
"HeaderNumberOfPlayers": "Avspillere",
"HeaderOffline": "Offline",
"HeaderOfflineSync": "Frakoblet synkronisering",
"HeaderOnNow": " På Nå",
"HeaderOptions": "Alternativer",
"HeaderOtherDisplaySettings": "Visnings Innstillinger",
"HeaderOtherItems": "Andre elementer",
"HeaderOverview": "Overview",
"HeaderParentalRating": "Parental Rating",
"HeaderParentalRatings": "Foreldresensur",
"HeaderPassword": "Passord",
@@ -460,7 +403,6 @@
"HeaderPendingInstallations": "Installeringer i kø",
"HeaderPendingInvitations": "Ventende invitasjoner",
"HeaderPeople": "Personer",
"HeaderPersonInfo": "Person Info",
"HeaderPersonTypes": "Persontyper:",
"HeaderPhotoInfo": "Bildeinformasjon",
"HeaderPinCodeReset": "Tilbakestill PIN-kode",
@@ -474,7 +416,6 @@
"HeaderProfile": "Profil",
"HeaderProfileInformation": "Profil Informasjon",
"HeaderProfileServerSettingsHelp": "Disse verdiene kontrollere hvordan Jellyfin Server vil presentere seg selv for enheten.",
"HeaderProgram": "Program",
"HeaderRecentActivity": "Siste Aktivitet",
"HeaderRecentlyPlayed": "Nylig avspilt",
"HeaderRecordingGroups": "Opptak Grupper",
@@ -484,8 +425,6 @@
"HeaderRemoveMediaFolder": "Fjern Mediamappe",
"HeaderRemoveMediaLocation": "Fjern Mediamappe",
"HeaderRequireManualLogin": "Krev manuell brukernavn oppføring for:",
"HeaderRequireManualLoginHelp": "When disabled, Jellyfin apps may present a login screen with a visual selection of users.",
"HeaderResetTuner": "Reset Tuner",
"HeaderResolution": "Oppløsning",
"HeaderResponseProfile": "Responsprofil",
"HeaderResponseProfileHelp": "Respons proiler tilbyr en måt å tilpasse informasjon som er sent til enheten når den spiller en viss type media.",
@@ -499,7 +438,6 @@
"HeaderRuntime": "Spilletid",
"HeaderScenes": "Scener",
"HeaderSchedule": "Timeplan",
"HeaderScreenSavers": "Screen Savers",
"HeaderSearch": "Søk",
"HeaderSeason": "Sesong",
"HeaderSeasonNumber": "Sesong nummer",
@@ -539,11 +477,8 @@
"HeaderSource": "Kilde",
"HeaderSpecialEpisodeInfo": "Spesial Episode info",
"HeaderSpecialFeatures": "Spesielle Funksjoner",
"HeaderSpecials": "Specials",
"HeaderSplitMedia": "Del Media Fra Hverandre",
"HeaderStatus": "Status",
"HeaderStudios": "Studioer",
"HeaderSubtitleDownloads": "Subtitle Downloads",
"HeaderSubtitleProfile": "Undertekst Profil",
"HeaderSubtitleProfiles": "Undertekst Profiler",
"HeaderSubtitleProfilesHelp": "Undertekst profiler beskriver undertekst formater som er suportert av enheten.",
@@ -553,7 +488,6 @@
"HeaderSync": "Synk.",
"HeaderSyncJobInfo": "Synk.jobb",
"HeaderSystemDlnaProfiles": "Systemprofiler",
"HeaderTV": "TV",
"HeaderTags": "Tagger",
"HeaderTaskTriggers": "Oppgave Triggers",
"HeaderTermsOfService": "Jellyfin vilkår for bruk.",
@@ -571,8 +505,6 @@
"HeaderTunerDevices": "Tuner enheter",
"HeaderTuners": "Tuner",
"HeaderTvTuners": "Tunere",
"HeaderType": "Type",
"HeaderTypeImageFetchers": "{0} Image Fetchers",
"HeaderTypeText": "Skriv Tekst",
"HeaderUnaired": "Ikke sendt",
"HeaderUnknownDate": "Ukjent dato",
@@ -584,9 +516,7 @@
"HeaderUploadImage": "Last opp bilde",
"HeaderUploadNewImage": "Last opp nytt bilde",
"HeaderUser": "Bruker",
"HeaderUserPrimaryImage": "User Image",
"HeaderUsers": "Brukere",
"HeaderVideo": "Video",
"HeaderVideoTypes": "Videotyper",
"HeaderVideos": "Filmer",
"HeaderViewOrder": "Visnings rekkefølge",
@@ -600,14 +530,11 @@
"HeadersFolders": "Mapper:",
"HowToConnectFromJellyfinApps": "Hvordan koble fra Jellyfin apps",
"HowWouldYouLikeToAddUser": "Hvordan vil du legge til en bruker?",
"HttpsRequiresCert": "To enable secure connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt. Please either supply a certificate, or disable secure connections.",
"ImageUploadAspectRatioHelp": "1:1 sideforhold anbefales. Kun JPG/PNG.",
"ImportFavoriteChannelsHelp": "Hvis aktivert, blir kun kanaler som er mekret som favoritt på tuneren bli importert.",
"ImportMissingEpisodesHelp": "Hvis aktivert, vil informasjon om manglende episoder importeres inn i databasen og Jellyfin vises i årstider og serier. Dette kan føre til betydelig lengre bibliotek skanninger.",
"Invitations": "Invitasjoner",
"InviteAnJellyfinConnectUser": "Legg til en bruker ved å sende en e-post invitasjon.",
"JellyfinIntroDownloadMessage": "To download and install the free Jellyfin Server visit {0}.",
"JellyfinIntroDownloadMessageWithoutLink": "To download and install the free Jellyfin Server visit the Jellyfin website.",
"JellyfinIntroMessage": "Med Jellyfin kan du enkelt strømme filmer, musikk og bilder til smartelefon, tablet eller andre enheter fra din Jellyfin server.",
"LabelAbortedByServerShutdown": "(Avbrutt av server shutdown)",
"LabelAccessDay": "Ukedag:",
@@ -619,13 +546,10 @@
"LabelAirDays": "Sendings dager:",
"LabelAirTime": "Sendings tid:",
"LabelAirTime:": "Sendings tid:",
"LabelAlbum": "Album:",
"LabelAlbumArtHelp": "PN used for album art, within the dlna:profileID attribute on upnp:albumArtURI. Some devices require a specific value, regardless of the size of the image.",
"LabelAlbumArtMaxHeight": "Album art maks høyde:",
"LabelAlbumArtMaxHeightHelp": "Maks oppløsning av album er eksonert via upnp:albumARtURI.",
"LabelAlbumArtMaxWidth": "Album art mat bredde:",
"LabelAlbumArtMaxWidthHelp": "Maks oppløsning av album art utnyttet via upnp:albumArtURI.",
"LabelAlbumArtPN": "Album art PN:",
"LabelAlbumArtist": "Album Artist",
"LabelAlbumArtists": "Album artister:",
"LabelAll": "Alle",
@@ -633,12 +557,9 @@
"LabelAllowHWTranscoding": "Tillat maskinvaretranskoding",
"LabelAllowServerAutoRestart": "Tillat at serveren restartes automatisk for å gjennomføre oppdateringer",
"LabelAllowServerAutoRestartHelp": "Serveren vil kun restartes i inaktive perioder, når ingen brukere er aktive.",
"LabelAllowedRemoteAddresses": "Remote IP address filter:",
"LabelAllowedRemoteAddressesMode": "Remote IP address filter mode:",
"LabelAnytime": "Når som helst",
"LabelAppName": "Applikasjonsnavn",
"LabelAppNameExample": "Eksempel: Sickbeard, NzbDrone",
"LabelArtist": "Artist",
"LabelArtists": "Artister:",
"LabelArtistsHelp": "Skill flere med semikolon ;",
"LabelAudioCodec": "Lyd: {0}",
@@ -647,15 +568,11 @@
"LabelAvailableTokens": "Tilgjengelige tokens:",
"LabelBindToLocalNetworkAddress": "Bind til local nettverks adresse:",
"LabelBindToLocalNetworkAddressHelp": "Valgfritt. Overstyre den lokale IP-adressen til å binde http server til. Hvis tomt, vil serveren binde seg til alle tilgjengelige adresser. Endre denne verdien krever omstart av Jellyfin Serveren.",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBlastMessageInterval": "Intervall mellom keepalive meldinger (sekunder)",
"LabelBlastMessageIntervalHelp": "Avgjør tiden i sekunder mellom server levende meldinger.",
"LabelBlockContentWithTags": "Block items with tags:",
"LabelCache": "Cache:",
"LabelCachePath": "Buffer sti:",
"LabelCachePathHelp": "Angi en egendefinert plassering for server cache-filer, for eksempel bilder. La stå tomt for å bruke serveren standard.",
"LabelCameraUploadPath": "Sti til kameraopplasting:",
"LabelCameraUploadPathHelp": "Select a custom upload path. This will override any default settings set in the Camera Upload section. If left blank, a default folder will be used. If using a custom path it will also need to be added as a library in Jellyfin library setup.",
"LabelCancelled": "Kansellert",
"LabelCertificatePassword": "Sertifikat passord",
"LabelCertificatePasswordHelp": "Hvis sertifikatet ditt krever et passord, vennligst skriv det inn her.",
@@ -682,7 +599,6 @@
"LabelCurrentPassword": "Nåværende passord:",
"LabelCurrentPath": "Nåværende sti:",
"LabelCustomCertificatePath": "Tilpasset ssl-sertifikatbane:",
"LabelCustomCertificatePathHelp": "Path to a PKCS #12 file containing a certificate and private key to enable TLS support on a custom domain.",
"LabelCustomCss": "Tilpass CSS:",
"LabelCustomCssHelp": "Bruk din egen CSS på web-grensesnittet.",
"LabelCustomDeviceDisplayName": "Visningsnavn:",
@@ -700,7 +616,6 @@
"LabelDefaultStream": "(Standard)",
"LabelDefaultUser": "Standard bruker:",
"LabelDefaultUserHelp": "Avgjør hvilket bruker bibliotek som skal bli vist på koblede enheter. Dette kan bli overskrevet for hver enhet som bruker profiler.",
"LabelDeinterlacingMethod": "Deinterlacing method:",
"LabelDeviceDescription": "Enhet beskrivelse",
"LabelDidlMode": "Didl modus:",
"LabelDisabled": "Deaktivert",
@@ -716,8 +631,6 @@
"LabelDownloadInternetMetadata": "Last ned cover og metadata fra internett",
"LabelDownloadInternetMetadataHelp": "Jellyfin Server kan laste ned informasjon om mediene for å aktivere rike presentasjoner.",
"LabelDownloadLanguages": "Last ned språk:",
"LabelDropImageHere": "Drop image here.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Enkel PIN-kode:",
"LabelEmail": "Epost:",
"LabelEmailAddress": "Epostadresse",
@@ -739,7 +652,6 @@
"LabelEnableDlnaServer": "Slå på Dlna server",
"LabelEnableDlnaServerHelp": "Lar UPnP-enheter på nettverket til å bla gjennom og spille Jellyfin innhold.",
"LabelEnableFullScreen": "Aktiver fullskjermmodus",
"LabelEnableHardwareDecodingFor": "Enable hardware decoding for:",
"LabelEnableIntroParentalControl": "Aktiver smart foreldre kontroll",
"LabelEnableIntroParentalControlHelp": "Trailere vil bare bli valgt med en aldersgrense lik eller mindre enn innholdet blir sett på.",
"LabelEnableRealtimeMonitor": "Aktiver sanntids monitorering",
@@ -752,25 +664,21 @@
"LabelEndDate": "Slutt dato:",
"LabelEndingEpisodeNumber": "Ending av episode nummer:",
"LabelEndingEpisodeNumberHelp": "Kun nødvendig for multi-episode filer",
"LabelEpisode": "Episode",
"LabelEpisodeNumber": "Episode nummer:",
"LabelEvent": "Hendelse:",
"LabelEveryXMinutes": "Hver",
"LabelExternalDDNS": "Eksternt domene:",
"LabelExternalDDNSHelp": "If you have a dynamic DNS enter it here. Jellyfin apps will use it when connecting remotely. This field is required when used with a custom ssl certificate. Example: mydomain.com.",
"LabelExternalPlayers": "Eksterne avspillere:",
"LabelExtractChaptersDuringLibraryScan": "Hent ut kapittel bilder under bibliotek skann",
"LabelExtractChaptersDuringLibraryScanHelp": "Hvis aktivert, vil kapittel bilder bli hentet ut mens videoer importeres under bibliotek skanning.\nHvis deaktivert, vil de bli hentet ut under planlagte oppgaver for kapittel bilder, som medfører at vanlig bibliotek skanning blir fortere ferdig.",
"LabelFailed": "Feilet",
"LabelFanartApiKey": "Personlig API-nøkkel:",
"LabelFanartApiKeyHelp": "Requests to fanart without a personal API key return images that were approved over 7 days ago. With a personal API key that drops to 48 hours and if you are also a fanart VIP member that will further drop to around 10 minutes.",
"LabelFileOrUrl": "Fil eller URL:",
"LabelFinish": "Ferdig",
"LabelFolder": "Mappe:",
"LabelFolderType": "Mappetype",
"LabelForcedStream": "(Tvunget)",
"LabelForgotPasswordUsernameHelp": "Skriv inn ditt brukernavn, hvis du husker det.",
"LabelFormat": "Format:",
"LabelFree": "Gratis",
"LabelFriendlyName": "Vennlig navn",
"LabelFriendlyServerName": "Vennlig server navn:",
@@ -807,15 +715,10 @@
"LabelKodiMetadataEnablePathSubstitutionHelp": "Aktiverer sti erstatning av bilde stier ved hjelp av serverens sti erstatter innstillinger.",
"LabelKodiMetadataSaveImagePaths": "Lagre bilde stier inne i nfo filer",
"LabelKodiMetadataSaveImagePathsHelp": "Dette anbefales hvis du har bilde filnavn som ikke følger Kodi retningslinjer.",
"LabelKodiMetadataUser": "Save user watch data to nfo's for:",
"LabelKodiMetadataUserHelp": "Enable this to save watch data to Nfo files for other applications to utilize.",
"LabelLanNetworks": "LAN networks:",
"LabelLanguage": "Språk:",
"LabelLastResult": "Siste resultat:",
"LabelLimit": "Grense:",
"LabelLimitIntrosToUnwatchedContent": "Only play trailers from unwatched content",
"LabelLineup": "Oppstilling",
"LabelLocalAccessUrl": "LAN address: {0}",
"LabelLocalHttpServerPortNumber": "Lokal HTTP port:",
"LabelLocalHttpServerPortNumberHelp": "TCP-portnummeret som Jellyfin sin http server skal koble seg til.",
"LabelLocalSyncStatusValue": "Status {0}",
@@ -825,7 +728,6 @@
"LabelManufacturer": "Produsent",
"LabelManufacturerUrl": "Produsent url",
"LabelMarkAs": "Merk som:",
"LabelMatchType": "Match type:",
"LabelMaxAudioFileBitrate": "Maks lydspor bitrate",
"LabelMaxAudioFileBitrateHelp": "Lydfiler med høyere bitrate vil bli konvertert av Jellyfin Server. Velg en høyere verdi for bedre kvalitet, eller en lavere verdi for å bevare lokal lagringsplass.",
"LabelMaxBackdropsPerItem": "Maks antall av backdrops for hvert element:",
@@ -835,19 +737,15 @@
"LabelMaxResumePercentage": "Maksimum fortsettelsesprosent:",
"LabelMaxResumePercentageHelp": "Titler blir antatt som fullstendig avspilt hvis de stopper etter denne tiden",
"LabelMaxScreenshotsPerItem": "Maks antall av screenshots for hvert element:",
"LabelMaxStreamingBitrate": "Max streaming quality:",
"LabelMaxStreamingBitrateHelp": "Spesifiser en maks bitrate når streaming.",
"LabelMessageText": "Meldingstekst:",
"LabelMessageTitle": "Meldingstittel:",
"LabelMetadata": "Metadata:",
"LabelMetadataDownloadLanguage": "Preferred metadata language:",
"LabelMetadataDownloaders": "Metadata nedlastere:",
"LabelMetadataDownloadersHelp": "Aktiver og ranger din foretrukne kapittel nedlasting i følgende prioritet. Lavere prioritet nedlastinger vil kun bli brukt for å fylle inn manglende informasjon",
"LabelMetadataPath": "Metadata sti:",
"LabelMetadataPathHelp": "Spesifisere en tilpasset lokasjon for ned lastet grafikk og metadata.",
"LabelMetadataReaders": "Metadata Behandler:",
"LabelMetadataReadersHelp": "Ranger dine prefererte lokale metadata kilder i prioritert rekkefølge. Første fil funnet vil bli lest.",
"LabelMetadataSavers": "Metadata savers:",
"LabelMetadataSaversHelp": "Velg filformatene dine metadata skal lagres til.",
"LabelMethod": "Metode:",
"LabelMinBackdropDownloadWidth": "Minimum backdrop nedlastings bredde:",
@@ -860,7 +758,6 @@
"LabelModelDescription": "Model beskrivelse",
"LabelModelName": "Modell navn",
"LabelModelNumber": "Modell nummer",
"LabelModelUrl": "Model url",
"LabelMonitorUsers": "Monitorer aktivitet fra:",
"LabelMovie": "Film",
"LabelMovieCategories": "Film kategorier:",
@@ -873,7 +770,6 @@
"LabelMusicStreamingTranscodingBitrateHelp": "Spesifiser en maks bitrate for streaming musikk",
"LabelMusicVideo": "Musikk Video",
"LabelName": "Navn",
"LabelNativeExternalPlayersHelp": "Play videos using external players.",
"LabelNewName": "Nytt navn:",
"LabelNewPassword": "Nytt passord:",
"LabelNewPasswordConfirm": "Bekreft nytt passord:",
@@ -900,7 +796,6 @@
"LabelPlayDefaultAudioTrack": "Spill av lydsporet uavhengig av språk",
"LabelPlayMethodDirectPlay": "Direkte Avspilling",
"LabelPlayMethodDirectStream": "Direkte Streaming",
"LabelPlayMethodTranscoding": "Transcoding",
"LabelPostProcessor": "Etterbehandling applikasjon:",
"LabelPostProcessorArguments": "Post-prosessering kommandolinjeargumenter:",
"LabelPostProcessorArgumentsHelp": "Bruk {path} som banen til opptaksfilen.",
@@ -926,9 +821,7 @@
"LabelRecordingPath": "Standard opptaks bane",
"LabelRecordingPathHelp": "Angi en egendefinert sted å lagre opptakene. Dersom du lar den stå tom vil serveren sin data mappe bli brukt.",
"LabelReleaseDate": "Utgivelsesdato:",
"LabelRemoteAccessUrl": "WAN address: {0}",
"LabelRemoteClientBitrateLimit": "Internett strømnings bitrate begrensing (Mbps):",
"LabelRemoteClientBitrateLimitHelp": "An optional per-stream bitrate limit for all out of network devices. This is useful to prevent devices from requesting a higher bitrate than your internet connection can handle. This may result in increased CPU load on your server in order to transcode videos on the fly to a lower bitrate.",
"LabelReport": "Rapport:",
"LabelResumePoint": "Fortsettelsespunkt",
"LabelRunningOnPort": "Kjører på http port {0}.",
@@ -941,7 +834,6 @@
"LabelSeasonFolderPattern": "Sesong mappe mønster:",
"LabelSeasonNumber": "Sesong nummer:",
"LabelSeasonZeroFolderName": "Sesong null mappe navn:",
"LabelSecureConnectionsMode": "Secure connection mode:",
"LabelSelectInternetTrailersForCinemaMode": "Internett trailere:",
"LabelSelectUsers": "Velg brukere:",
"LabelSelectVersionToInstall": "Velg versjon for å installere:",
@@ -951,8 +843,6 @@
"LabelSeriesRecordingPath": "Serieopptak sti (valgfritt):",
"LabelServerHost": "Vert",
"LabelServerHostHelp": "192.168.1.100 eller \"https://dinserver.no\"",
"LabelServerPort": "Port:",
"LabelSimultaneousConnectionLimit": "Simultaneous stream limit:",
"LabelSkipIfAudioTrackPresent": "Hopp hvis standard lydsporet matcher nedlastingen språk",
"LabelSkipIfAudioTrackPresentHelp": "Fjern merkingen for å sikre at alle videoene har undertekster, uavhengig av lydspråk.",
"LabelSkipIfGraphicalSubsPresent": "Hopp om videoen allerede inneholder innebygde undertekster",
@@ -961,13 +851,10 @@
"LabelSonyAggregationFlags": "Sony aggregerigns flagg",
"LabelSonyAggregationFlagsHelp": "Bestemmer innholdet i aggregationFlags element i urn: skjemaer-sonycom: av navnerommet.",
"LabelSource": "Kilde:",
"LabelSpecialSeasonsDisplayName": "Special season display name:",
"LabelSportsCategories": "Sport kategorier:",
"LabelStartWhenPossible": "Start når mulig:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Avslutt når mulig:",
"LabelStopping": "Stoppe",
"LabelSubtitleDownloaders": "Subtitle downloaders:",
"LabelSubtitleFormatHelp": "Eksempel: srt",
"LabelSubtitleLanguagePreference": "Foretrukket undertekst:",
"LabelSubtitlePlaybackMode": "Undertekst modus:",
@@ -975,7 +862,6 @@
"LabelSyncPath": "Synkronisert innhold sti",
"LabelSyncTempPath": "Midlertidig fil-sti:",
"LabelSyncTempPathHelp": "Spesifiser din egen synk-mappe. Konverterte mediefiler opprettet ved synkronisering vil lagres her.",
"LabelTag": "Tag:",
"LabelTheme": "Tema:",
"LabelTime": "Tid:",
"LabelTimeLimitHours": "Tidsbegrensning (timer):",
@@ -988,11 +874,8 @@
"LabelTranscodingThreadCountHelp": "Velg maksimalt antall tråder som skal brukes når transkoding. Redusering av tråder vil senke CPU-bruk, men kan resultere i at Jellyfin ikke konvertere raskt nok for en jevn avspillingsopplevelse.",
"LabelTranscodingVideoCodec": "Video kodek:",
"LabelTransferMethod": "overføringsmetoder",
"LabelTriggerType": "Trigger Type:",
"LabelTunerIpAddress": "Tuner IP-adresse:",
"LabelTunerType": "Tuner type",
"LabelType": "Type:",
"LabelTypeMetadataDownloaders": "{0} metadata downloaders:",
"LabelTypeText": "Tekst",
"LabelUnairedMissingEpisodesWithinSeasons": "Vis episoder som ennå ikke har blitt sendt",
"LabelUnknownLanguage": "Ukjent språk",
@@ -1000,7 +883,6 @@
"LabelUrl": "Adresse:",
"LabelUseNotificationServices": "Bruk følgende tjeneste:",
"LabelUser": "Bruker:",
"LabelUserAgent": "User agent:",
"LabelUserLibrary": "Bruker bibliotek:",
"LabelUserLibraryHelp": "Velg hvilket brukerbibliotek som skal vises til enheten. La det stå tomt for standard innstillinger.",
"LabelUserRemoteClientBitrateLimitHelp": "Dette vil overstyre standardverdien for server avspillingsinnstillinger.",
@@ -1011,12 +893,9 @@
"LabelVersionInstalled": "{0} installert.",
"LabelVersionNumber": "Versjon {0}",
"LabelVersionUpToDate": "Oppdatert!",
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Video-type:",
"LabelView": "Se:",
"LabelXDlnaCap": "X-Dlna cap:",
"LabelXDlnaCapHelp": "Bestemmer innholdet i X_DLNACAP element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
"LabelXDlnaDoc": "X-Dlna doc:",
"LabelXDlnaDocHelp": "Bestemmer innholdet i X_DLNADOC element i urn: skjemaer-DLNA-org: enhets 1-0 navnerom.",
"LabelYourFirstName": "Ditt fornavn:",
"LabelYoureDone": "Ferdig!",
@@ -1024,18 +903,13 @@
"LabelffmpegPath": "FFmpeg sti:",
"LabelffmpegPathHelp": "Stien til ffmpeg program fil eller mappen som inneholder ffmpeg",
"LabelffmpegVersion": "FFmpeg versjon:",
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
"LatestFromLibrary": "Siste {0}",
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Velg media mappe som skal deles med denne brukren. Administrator vil ha mulighet for å endre alle mapper ved å bruke metadata behandler.",
"LinkApi": "API",
"LinkCommunity": "Samfunn",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Lær om Jellyfin Premiere",
"LiveTvUpdateAvailable": "(Oppdatering tilgjengelig)",
"LoginDisclaimer": "Jellyfin er utviklet for å hjelpe deg med å administrere ditt personlige mediebibliotek, slik som hjemmevideoer og bilder. Vennligst se våre brukervilkår. Bruken av enhver Jellyfin programvare aksepterer disse vilkårene.",
"ManageLibrary": "Manage library",
"ManageOfflineDownloads": "Behandle frakoblet nedlastinger",
"MapChannels": "Kartlegge kanaler",
"MarkFFmpegExec": "Hvis du kjører Linux eller OSX, må du finne ffmpeg og ffprobe filer og merke dem som kjørbar. Dette er nødvendig for å gi Jellyfin tillatelse til å utføre dem.",
@@ -1045,12 +919,10 @@
"MediaInfoAperture": "Blenderåpning",
"MediaInfoAspectRatio": "Sideforhold",
"MediaInfoBitDepth": "Bitdybde",
"MediaInfoBitrate": "Bitrate",
"MediaInfoCameraMake": "Kameramerke",
"MediaInfoCameraModel": "Kameramodell",
"MediaInfoChannels": "Kanaler",
"MediaInfoCodec": "Kodek",
"MediaInfoCodecTag": "Codec tag",
"MediaInfoContainer": "Kontainer",
"MediaInfoDefault": "Standard",
"MediaInfoExposureTime": "Eksponeringstid",
@@ -1058,30 +930,24 @@
"MediaInfoFile": "Fil",
"MediaInfoFocalLength": "Brennvidde",
"MediaInfoForced": "Tvunget",
"MediaInfoFormat": "Format",
"MediaInfoFramerate": "Bildefrekvens",
"MediaInfoInterlaced": "Linjeflettet",
"MediaInfoIsoSpeedRating": "ISO innstilling",
"MediaInfoLanguage": "Språk",
"MediaInfoLatitude": "Breddegrad",
"MediaInfoLayout": "Layout",
"MediaInfoLevel": "Nivå",
"MediaInfoLongitude": "Lengdegrad",
"MediaInfoOrientation": "Orientering",
"MediaInfoPath": "Sti",
"MediaInfoPixelFormat": "Pikselformat",
"MediaInfoProfile": "Profil",
"MediaInfoRefFrames": "Ref frames",
"MediaInfoResolution": "Oppløsning",
"MediaInfoSampleRate": "Sample rate",
"MediaInfoShutterSpeed": "Lukkerhastighet",
"MediaInfoSize": "Størrelse",
"MediaInfoSoftware": "Programvare",
"MediaInfoStreamTypeAudio": "Lyd",
"MediaInfoStreamTypeData": "Data",
"MediaInfoStreamTypeEmbeddedImage": "Innebygd bilde",
"MediaInfoStreamTypeSubtitle": "Undertekst",
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoTimestamp": "Tidstempel",
"MessageAlreadyInstalled": "Denne versjonen er allerede installert.",
"MessageApplicationUpdated": "Jellyfin server har blitt oppdatert",
@@ -1095,7 +961,6 @@
"MessageConfirmRevokeApiKey": "Er du sikker på at du vil oppheve denne API nøkkelen? Applikasjonen tilkobling til serveren vil bli brått avsluttet.",
"MessageConfirmShutdown": "Er du sikker på at du vil avslutte Jellyfin Server",
"MessageConfirmSplitMedia": "Er du sikker at du vil splitte mediakilden i separerte elementer?",
"MessageConfirmSubCancel": "NO, Please don't go... You will miss out on all the great features of Jellyfin Premiere!",
"MessageConnectAccountRequiredToInviteGuest": "For å invitere gjester, må du først koble din Jellyfin bruker til denne serveren.",
"MessageContactAdminToResetPassword": "Vennligst kontakte administrator for hjelp til å resette passordet ditt.",
"MessageCreateAccountAt": "Opprett en konto på {0}",
@@ -1164,7 +1029,6 @@
"MessageUnableToConnectToServer": "Vi kan ikke kontakte angitt server akkurat nå. Sjekk at den er startet og prøv igjen.",
"MessageUnsetContentHelp": "Innhold vises som enkle mapper. For beste resultat, bruk metadata for å sette innholdstype for mapper.",
"MessageYouHaveVersionInstalled": "Du har for øyeblikket versjon {0} installert",
"Metadata": "Metadata",
"MetadataManager": "Metadata bearbeider",
"MetadataSettingChangeHelp": "Endre metadatainnstillinger vil påvirke nytt innhold blir lagt fremover. For å oppdatere eksisterende innhold, åpner detalj skjermen og klikker på oppdateringsknappen, eller utføre masse oppdateres ved hjelp av metadata manager.",
"MinutesAfter": "minutter etter",
@@ -1176,29 +1040,19 @@
"MoreFromValue": "Mer informasjon fra {0}",
"MoreUsersCanBeAddedLater": "Du kan legge til flere brukere senere via Dashbord",
"MovieLibraryHelp": "Se Gjennom {0} Jellyfin-filmenavnføringsveiledningen {1}.",
"Mute": "Mute",
"Never": "Aldri",
"NewVersionOfSomethingAvailable": "En ny versjon av {0} er tilgjengelig!",
"News": "Nyheter",
"NextUp": "Neste",
"NoNewDevicesFound": "Ingen nye enheter funnet. For å legge til en ny tuner, lukk denne dialogboksen og skriv inn enhetens informasjon manuelt.",
"NoNextUpItemsMessage": "Ingen funnet. Begyn å se det du har",
"NoPluginConfigurationMessage": "This plugin has no settings to configure.",
"NoPluginsInstalledMessage": "Du har ingen programtillegg installert.",
"NoResultsFound": "Ingen resulterer funnet.",
"Notifications": "Notifications",
"NumLocationsValue": "{0} mapper",
"OpenSubtitleInstructions": "You'll need to configure Open Subtitles account information on the Open Subtitles configuration screen in the Jellyfin Server dashboard.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Skuespiller",
"OptionActors": "Skuespillere",
"OptionAdminUsers": "Administratorer",
"OptionAfterSystemEvent": "Etter systemhendelse",
"OptionAlbum": "Album",
"OptionAlbumArtist": "Album Artist",
"OptionAll": "Alle",
"OptionAllUsers": "Alle brukere:",
"OptionAllowAudioPlaybackTranscoding": "Tillat lydavspilling som krever transkoding",
@@ -1208,29 +1062,20 @@
"OptionAllowLinkSharingHelp": "Bare websider som inneholder medieinformasjon blir delt . Mediefiler blir aldri delt offentlig. Delt innhold er tidsbegrenset og utløper etter {0} dager.",
"OptionAllowManageLiveTv": "Tillate administrasjon av Live TV",
"OptionAllowMediaPlayback": "Tillate avspilling av media",
"OptionAllowMediaPlaybackTranscodingHelp": "Restricting access to transcoding may cause playback failures in Jellyfin apps due to unsupported media formats.",
"OptionAllowRemoteControlOthers": "Tillat fjernstyring av andre brukere",
"OptionAllowRemoteSharedDevices": "Tillate fjernstyring av delte enheter",
"OptionAllowRemoteSharedDevicesHelp": "DLNA-enheter betraktes som delte inntil en bruker begynner å styre dem.",
"OptionAllowSyncContent": "Tillat synk",
"OptionAllowSyncTranscoding": "Allow media downloading and syncing that requires transcoding",
"OptionAllowUserToManageServer": "TIllatt denne brukeren å administrere serveren",
"OptionAllowVideoPlaybackRemuxing": "Tillat film tilbakespilling som krever konvertering uten rekoding.",
"OptionAllowVideoPlaybackTranscoding": "Tillat filmavspilling som krever transkoding",
"OptionAnyNumberOfPlayers": "Noen",
"OptionArt": "Art",
"OptionArtist": "Artist",
"OptionAscending": "Økende",
"OptionAuto": "Auto",
"OptionAutomatic": "Auto",
"OptionAutomaticallyGroupSeries": "Fusjoner automatisk serier som er spredt ut over flere mapper",
"OptionAutomaticallyGroupSeriesHelp": "Hvis aktivert, vil serien som er spredt over flere mapper innenfor dette biblioteket spør automatisk slått sammen til en enkelt serie.",
"OptionBackdrop": "Bakgrunn",
"OptionBackdropSlideshow": "Bakteppe lysbildefremviser",
"OptionBackdrops": "Backdrops",
"OptionBanner": "Banner",
"OptionBestAvailableStreamQuality": "Beste tilgjengelig",
"OptionBeta": "Beta",
"OptionBirthLocation": "Fødested",
"OptionBlockBooks": "Bøker",
"OptionBlockChannelContent": "Innhold fra Internettkanal",
@@ -1242,11 +1087,9 @@
"OptionBlockOthers": "Andre",
"OptionBlockTrailers": "Trailere",
"OptionBlockTvShows": "TV Serier",
"OptionBluray": "Bluray",
"OptionBooks": "Bøker",
"OptionBox": "Boks",
"OptionBoxRear": "Boks bak",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Samlinger",
"OptionCommunityRating": "Community Rangering",
"OptionComposer": "Komponist",
@@ -1255,7 +1098,6 @@
"OptionConvertRecordingPreserveAudio": "Bevare opprinnelige lyd ved konvertering av opptak (Når dette er mulig)",
"OptionConvertRecordingPreserveAudioHelp": "Denne leverandøren gir bedre lyd, men kan kreve transcoding under avspilling på enkelte enheter.",
"OptionConvertRecordingsToStreamingFormat": "Automatisk konvertere opptak til et streaming vennlig format",
"OptionConvertRecordingsToStreamingFormatHelp": "Recordings will be converted on the fly to MKV for easy playback on your devices.",
"OptionCriticRating": "Kritikervurdering",
"OptionCustomUsers": "Tilpasset",
"OptionDaily": "Daglig",
@@ -1265,7 +1107,6 @@
"OptionDatePlayed": "Dato spilt",
"OptionDefaultSort": "Standard",
"OptionDescending": "Synkende",
"OptionDev": "Dev",
"OptionDirector": "Regissør",
"OptionDirectors": "Regisør",
"OptionDisableUser": "Deaktiver denne brukeren",
@@ -1273,21 +1114,14 @@
"OptionDisc": "Disk",
"OptionDislikes": "Misliker",
"OptionDisplayAdultContent": "Vis Voksen materiale",
"OptionDisplayChannelsInline": "Display channels as media folders",
"OptionDisplayChannelsInlineHelp": "If enabled, channels will be displayed directly alongside other media libraries. If disabled, they'll be displayed within a separate Channels folder.",
"OptionDisplayFolderView": "Vis en mappe for å vise ren tekst mapper.",
"OptionDisplayFolderViewHelp": "Hvis aktivert, vil Jellyfin app vise en Mapper kategorien sammen med mediebiblioteket . Dette er nyttig hvis du ønsker å ha vanlig mappevisninger.",
"OptionDownloadArtImage": "Art",
"OptionDownloadBackImage": "Tilbake",
"OptionDownloadBannerImage": "Banner",
"OptionDownloadBoxImage": "Boks",
"OptionDownloadDiscImage": "Disk",
"OptionDownloadImagesInAdvance": "Last ned bilder på forhånd",
"OptionDownloadImagesInAdvanceHelp": "By default, most images are only downloaded when requested by an Jellyfin app. Enable this option to download all images in advance, as new media is imported. This may cause significantly longer library scans.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Meny",
"OptionDownloadPrimaryImage": "Primær",
"OptionDownloadThumbImage": "Thumb",
"OptionDvd": "DVD",
"OptionEmbedSubtitles": "Legge inn i kontainer",
"OptionEnableAccessFromAllDevices": "Gi tilgang fra alle enheter",
@@ -1327,19 +1161,15 @@
"OptionHasSubtitles": "Undertekster",
"OptionHasThemeSong": "Temasang",
"OptionHasThemeVideo": "Temavideo",
"OptionHasTrailer": "Trailer",
"OptionHideUser": "Skjul brukere fra logginn-skjermen",
"OptionHideUserFromLoginHelp": "Praktisk for private eller skjulte administratorer. Brukeren vil måtte logge inn manuelt ved å skrive inn brukernavn og passord.",
"OptionHlsSegmentedSubtitles": "HLS segmenterte undertekster",
"OptionHomeVideos": "Home videos & photos",
"OptionIcon": "Ikon",
"OptionIgnoreTranscodeByteRangeRequests": "Ignorer Transcode byte rekkevidde forespørsler",
"OptionIgnoreTranscodeByteRangeRequestsHelp": "Hvis aktivert vil disse forespørslene bli honorert men ignorert i byte rekkevidde headeren.",
"OptionImages": "Bilder",
"OptionImdbRating": "IMDb Rangering",
"OptionInProgress": "Igang",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "ISO",
"OptionKeywords": "Nøkkelord",
"OptionLatestChannelMedia": "Siste kanal elementer",
@@ -1349,7 +1179,6 @@
"OptionLikes": "Liker",
"OptionList": "Liste",
"OptionLocked": "Låst",
"OptionLogo": "Logo",
"OptionMax": "Maks",
"OptionMenu": "Meny",
"OptionMissingEpisode": "Mangler Episoder",
@@ -1396,22 +1225,17 @@
"OptionProducers": "Produsent",
"OptionProfileAudio": "Lyd",
"OptionProfilePhoto": "Bilde",
"OptionProfileVideo": "Video",
"OptionProfileVideoAudio": "Video Lyd",
"OptionProtocolHls": "Http Live Streaming",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Ta opptak når som helst",
"OptionRecordOnAllChannels": "Ta opptak på alle kanaler",
"OptionRecordOnlyNewEpisodes": "Ta opptak kun av nye episoder",
"OptionRecordSeries": "Ta opptak av Serier",
"OptionRegex": "Regex",
"OptionRelease": "Offisiell utgivelse",
"OptionReleaseDate": "Uttgitt dato",
"OptionReportByteRangeSeekingWhenTranscoding": "Rapporter at serveren støtter byte søking når transcoding.",
"OptionReportByteRangeSeekingWhenTranscodingHelp": "Dette kreves for noen enheter som ikke tidssøker veldig godt.",
"OptionRequirePerfectSubtitleMatch": "Kun last ned undertekster som er perfekt match for mine filer",
"OptionRequirePerfectSubtitleMatchHelp": "Krevende en perfekt treff vil filtrere undertekster for å inkludere bare de som er testet og verifisert med din eksakte videofilen. Hvis du fjerner merkingen av dette, øker sannsynligheten for at tekstene lastes ned, men vil øke sjansene for feilaktig eller feil teksttekst.",
"OptionResElement": "res element",
"OptionResumable": "Kan gjenopptas",
"OptionResumablemedia": "Fortsette",
"OptionRuntime": "Spilletid",
@@ -1419,7 +1243,6 @@
"OptionSaturdayShort": "Lør",
"OptionSaveMetadataAsHidden": "Lagre metadata og bilder som skjulte filer",
"OptionSaveMetadataAsHiddenHelp": "Endring av denne vil gjelde for nye metadata lagret i tiden fremover. Eksisterende metadatafiler blir oppdatert neste gang de blir lagret av Jellyfin Server.",
"OptionScreenshot": "Screenshot",
"OptionSeason0": "Sesong 0",
"OptionSeasons": "Sesonger",
"OptionSeries": "Serier",
@@ -1433,7 +1256,6 @@
"OptionSyncLosslessAudioOriginal": "Synkroniser tapsfri lyd på original kvalitet",
"OptionSyncOnlyOnWifi": "Synkronisering kun over WiFi",
"OptionTags": "Tagger",
"OptionThumb": "Thumb",
"OptionThumbCard": "Thumb-kort",
"OptionThursday": "Torsdag",
"OptionThursdayShort": "Tor",
@@ -1470,7 +1292,6 @@
"PasswordResetConfirmation": "Er du sikker på at du vil tilbakestille passordet?",
"PasswordResetHeader": "Tilbakestill passord",
"PasswordSaved": "Passord lagret",
"PersonTypePerson": "Person",
"PictureInPicture": "Bilde i bilde",
"PinCodeResetComplete": "PIN-koden har blitt tilbakestilt",
"PinCodeResetConfirmation": "Er du sikker på at du vil tilbakestille PIN-koden?",
@@ -1480,12 +1301,10 @@
"PleaseUpdateManually": "Vennligst avslutt Jellyfin Server og installer den nyeste versjonen.",
"PluginInstalledMessage": "Pluggen er installert. Jellyfin Server må startes på nytt for at endringer skal tre i kraft.",
"PluginInstalledWithName": "{0} ble installert",
"PluginTabAppClassic": "Jellyfin for Windows Media Center",
"PluginUninstalledWithName": "{0} ble avinstallert",
"PluginUpdatedWithName": "{0} ble oppdatert",
"PreferEmbeddedTitlesOverFileNames": "Foretrekker innebygde titler over filnavn",
"PreferEmbeddedTitlesOverFileNamesHelp": "Dette bestemmer standard visningstittel når ingen metadata eller lokale metadata er tilgjengelige.",
"PreferredNotRequired": "Preferred, but not required",
"Programs": "Programmer",
"ProviderValue": "Tilbyder: {0}",
"Rate": "Bedøm",
@@ -1497,13 +1316,7 @@
"RegisterWithPayPal": "Registrer med PayPal",
"ReleaseYearValue": "Utgivelse år: {0}",
"RememberMe": "Husk meg",
"Reporting": "Reporting",
"RequireHttps": "Require https for external connections",
"RequireHttpsHelp": "If enabled, connections over http will be redirected to https.",
"RequiredForAllRemoteConnections": "Required for all remote connections",
"Rewind": "Spoletilbake",
"SaveSubtitlesIntoMediaFolders": "Save subtitles into media folders",
"SaveSubtitlesIntoMediaFoldersHelp": "Storing subtitles next to video files will allow them to be more easily managed.",
"ScanLibrary": "Skann biblioteket",
"SelectCameraUploadServers": "Last opp kamerabilder til følgende servere:",
"SendMessage": "Send melding",
@@ -1514,21 +1327,13 @@
"SettingsSaved": "Innstillinger lagret",
"SettingsWarning": "Endring av disse verdiene kan føre til ustabilitet eller tilkoblingsfeil. Hvis du opplever problemer, anbefaler vi endre dem tilbake til standard verdiene.",
"SetupFFmpeg": "Oppsett av FFmpeg",
"SetupFFmpegHelp": "Jellyfin may require a library or application to convert certain media types. There are many different applications available, however, Jellyfin has been tested to work with ffmpeg. Jellyfin is in no way affiliated with ffmpeg, its ownership, code or distribution.",
"ShowAdvancedSettings": "Vis avanserte innstillinger",
"SimultaneousConnectionLimitHelp": "The maximum number of allowed simultaneous streams. Enter 0 for no limit.",
"Sports": "Sport",
"Standard": "Standard",
"StatusRecording": "Opptak",
"StatusRecordingProgram": "Opptak {0}",
"StatusWatching": "Ser På",
"StatusWatchingProgram": "Ser På {0}",
"StopRecording": "Stop recording",
"Subscriptions": "Subscriptions",
"SubtitleDownloadInstructions": "To manage subtitle downloading, click on a library in Jellyfin library setup, and edit the subtitle downloading settings.",
"SubtitleDownloadersHelp": "Enable and rank your preferred subtitle downloaders in order of priority.",
"Subtitles": "Undertekster",
"Sync": "Sync",
"SyncMedia": "Synkroniser media",
"SyncToOtherDevices": "Synkronisere til andre enheter",
"SynologyUpdateInstructions": "Vennligst logg inn på DSM og gå til pakke senter for oppdatering.",
@@ -1542,9 +1347,7 @@
"TabAppSettings": "App-innstillinger",
"TabArtists": "Artister",
"TabBasic": "Enkel",
"TabBasics": "Basics",
"TabCameraUpload": "Kameraopplasting",
"TabCast": "Cast",
"TabCatalog": "Katalog",
"TabChannels": "Kanaler",
"TabChapters": "Kapitler",
@@ -1554,7 +1357,6 @@
"TabCollections": "Samlinger",
"TabContainers": "Kontainere",
"TabControls": "Kontrollerer",
"TabDLNA": "DLNA",
"TabDashboard": "Dashbord",
"TabDevices": "Enheter",
"TabDirectPlay": "Direkte Avspill",
@@ -1563,26 +1365,21 @@
"TabExpert": "Ekspert",
"TabExtras": "Ekstra",
"TabFavorites": "Favoritter",
"TabFilter": "Filter",
"TabFolders": "Mapper",
"TabGames": "Spill",
"TabGeneral": "Genrelt",
"TabGenres": "Sjangre",
"TabGuide": "Guide",
"TabHelp": "Hjelp",
"TabHome": "Hjem",
"TabHomeScreen": "Hjemskjerm",
"TabHosting": "Hoster",
"TabImage": "Bilde",
"TabImages": "Bilder",
"TabInfo": "Info",
"TabLanguages": "Språk",
"TabLatest": "Siste",
"TabLibrary": "Bibliotek",
"TabLibraryAccess": "Bibliotektilgang",
"TabLiveTV": "Live TV",
"TabLogs": "Logger",
"TabMetadata": "Metadata",
"TabMovies": "Filmer",
"TabMusic": "Musikk",
"TabMusicVideos": "Musikk-videoer",
@@ -1613,20 +1410,16 @@
"TabScheduledTasks": "Planlagte Oppgaver",
"TabSecurity": "Sikkerhet",
"TabSeries": "Serier",
"TabServer": "Server",
"TabServices": "Tjenester",
"TabSettings": "Innstillinger",
"TabShows": "Show",
"TabSongs": "Sanger",
"TabStreaming": "Streaming",
"TabStudios": "Studio",
"TabSubtitles": "Undertekster",
"TabSuggestions": "Forslag",
"TabSync": "Synk",
"TabSyncJobs": "Synk-jobber",
"TabTV": "TV",
"TabTrailers": "Trailere",
"TabTranscoding": "Transcoding",
"TabUpcoming": "Kommer",
"TabUsers": "Brukere",
"TabView": "Se",
@@ -1639,7 +1432,6 @@
"TitleDevices": "Enheter",
"TitleHardwareAcceleration": "Maskinvareakselerasjon",
"TitleHostingSettings": "Verts innstillinger.",
"TitleLiveTV": "Live TV",
"TitleNewUser": "Ny bruker",
"TitleNotifications": "Beskjeder",
"TitlePasswordReset": "Resett passord",
@@ -1647,20 +1439,15 @@
"TitlePlugins": "Programtillegg",
"TitleRemoteControl": "Ekstern Kontroll",
"TitleScheduledTasks": "Planlagt oppgaver",
"TitleServer": "Server",
"TitleSignIn": "Logg inn",
"TitleSupport": "Support",
"TitleSync": "Synk",
"TitleUsers": "Brukere",
"TvLibraryHelp": "Gå gjennom {0} Jellyfin-tv navn veiledningen {1}.",
"UninstallPluginConfirmation": "Er du sikker på at du ønsker å avinstallere {0}?",
"UninstallPluginHeader": "Avinstaller programtillegget",
"Unmute": "Unmute",
"UserAgentHelp": "Supply a custom user-agent http header, if necessary.",
"UserProfilesIntro": "Jellyfin har innebygd støtte for brukerprofiler, slik at hver bruker har sine egne skjerminnstillinger, avspillingstatus og foreldrekontroll.",
"Users": "Brukere",
"ValueAlbumCount": "{0} album",
"ValueArtist": "Artist: {0}",
"ValueArtists": "Artister: {0}",
"ValueAsRole": "som {0}",
"ValueAudioCodec": "Lyd Kodek: {0}",
@@ -1680,22 +1467,16 @@
"ValueMinutes": "{0} minutter",
"ValueMovieCount": "{0} filmer",
"ValueMusicVideoCount": "{0} musikkvideoer",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 episode",
"ValueOneGame": "1 spill",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 musikkvideo",
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 sang",
"ValueOneTrailer": "1 trailer",
"ValuePremiered": "Premiere {0}",
"ValuePremieres": "Premiere {0}",
"ValuePriceUSD": "Pris: {0} (USD)",
"ValueSeriesCount": "{0} serier",
"ValueSeriesYearToPresent": "{0} - Present",
"ValueSongCount": "{0} sanger",
"ValueStatus": "Status: {0}",
"ValueStudio": "Studio: {0}",
"ValueStudios": "Studioer: {0}",
"ValueTimeLimitMultiHour": "Tidsgrense: {0} time",
"ValueTimeLimitSingleHour": "Tidsgrense: 1 time",
@@ -1714,9 +1495,7 @@
"ViewTypeMusicFavoriteSongs": "Favorittsanger",
"ViewTypeMusicFavorites": "Favoritter",
"ViewTypeMusicSongs": "Sanger",
"ViewTypeTvShows": "TV",
"WelcomeToProject": "Velkommen til Jellyfin!",
"Whitelist": "Whitelist",
"WizardCompleted": "Det er alt vi trenger for nå. Jellyfin har begynt å samle informasjon om mediebiblioteket. Sjekk ut noen av våre apper, og klikk deretter <b> Fullfør </b> for å se <b> Server Dashboard</b>.",
"XmlDocumentAttributeListHelp": "Disse attributtene påføres rot elementet for alle xml responser.",
"XmlTvKidsCategoriesHelp": "Programmer med disse kategoriene vil bli vist som barne programmer. Atskilt flere med \"|\".",
-187
View File
@@ -20,7 +20,6 @@
"Audio": "Geluid",
"BirthDateValue": "Geboren: {0}",
"BirthPlaceValue": "Geboorte plaats: {0})",
"Blacklist": "Blacklist",
"BobAndWeaveWithHelp": "Bob and weave (hogere kwaliteit, maar langzamer)",
"BookLibraryHelp": "Audio- en tekstboeken worden ondersteund. Bekijk de {0}Jellyfin Boeken naamgeving{1}.",
"Browse": "Bladeren",
@@ -56,21 +55,18 @@
"ButtonEditImages": "Bewerk afbeeldingen",
"ButtonEditOtherUserPreferences": "Wijzig het profiel, afbeelding en persoonlijke voorkeuren van deze gebruiker.",
"ButtonExit": "Afsluiten",
"ButtonFilter": "Filter",
"ButtonForgotPassword": "Wachtwoord vergeten",
"ButtonFullscreen": "Volledig scherm",
"ButtonGuide": "Gids",
"ButtonHelp": "Hulp",
"ButtonHide": "Verbergen",
"ButtonHome": "Start",
"ButtonInfo": "Info",
"ButtonInviteUser": "Nodig gebruiker uit",
"ButtonLearnMore": "Meer informatie",
"ButtonLibraryAccess": "Bibliotheek toegang",
"ButtonManageFolders": "Beheer mappen",
"ButtonManageServer": "Beheer server",
"ButtonManualLogin": "Handmatige Aanmelding",
"ButtonMenu": "Menu",
"ButtonMore": "Meer",
"ButtonMoreInformation": "Meer informatie",
"ButtonMute": "Dempen",
@@ -83,13 +79,11 @@
"ButtonNo": "Nee",
"ButtonNowPlaying": "Wordt nu afgespeeld",
"ButtonOff": "Uit",
"ButtonOk": "Ok",
"ButtonOpen": "Openen",
"ButtonOther": "Andere",
"ButtonParentalControl": "Ouderlijk toezicht",
"ButtonPause": "Pauze",
"ButtonPlay": "Afspelen",
"ButtonPlayTrailer": "Trailer",
"ButtonPlaylist": "Afspeellijst",
"ButtonPreferences": "Voorkeuren",
"ButtonPrevious": "Vorige",
@@ -115,7 +109,6 @@
"ButtonReset": "Rest",
"ButtonResetEasyPassword": "Reset eenvoudige pincode",
"ButtonResetPassword": "Wachtwoord resetten",
"ButtonResetTuner": "Reset tuner",
"ButtonRestart": "Herstart",
"ButtonRestartNow": "Nu opnieuw opstarten",
"ButtonResume": "Hervatten",
@@ -131,8 +124,6 @@
"ButtonSelectView": "Selecteer weergave",
"ButtonSend": "Stuur",
"ButtonSendInvitation": "Stuur uitnodiging",
"ButtonServer": "Server",
"ButtonServerDashboard": "Server Dashboard",
"ButtonSettings": "Instellingen",
"ButtonShare": "Delen",
"ButtonShuffle": "Willekeurig",
@@ -143,14 +134,10 @@
"ButtonSkip": "Overslaan",
"ButtonSort": "Sorteren",
"ButtonSplitVersionsApart": "Splits Versies Apart",
"ButtonStart": "Start",
"ButtonStop": "Stop",
"ButtonStopRecording": "Stop Opname",
"ButtonSubmit": "Uitvoeren",
"ButtonSubtitles": "Ondertiteling",
"ButtonSync": "Synchronisatie",
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Uninstall",
"ButtonUnmute": "Dempen opheffen",
"ButtonUp": "Omhoog",
"ButtonUpdateNow": "Nu bijwerken",
@@ -159,12 +146,10 @@
"ButtonViewAlbum": "Bekijk album",
"ButtonViewArtist": "Bekijk artiest",
"ButtonViewWebsite": "Bekijk website",
"ButtonWebsite": "Website",
"ButtonYes": "Ja",
"CancelSeries": "Annuleer series",
"CategoryApplication": "Toepassing",
"CategoryPlugin": "Plug-in",
"CategorySync": "Sync",
"CategorySystem": "Systeem",
"CategoryUser": "Gebruiker",
"ChangingMetadataImageSettingsNewContent": "Aanpassingen aan de metadata en artwork download instellingen zullen alleen van toepassing zijn op nieuwe toegevoegde content. Om de aanpassingen toe te passen op bestaande content, moet de metadata ervan handmatig vernieuwd worden.",
@@ -172,7 +157,6 @@
"Channels": "Kanalen",
"CinemaModeConfigurationHelp": "Cinema mode brengt de theater ervaring naar uw woonkamer met de mogelijkheid om trailers en eigen intro's voor de film af te spelen.",
"CinemaModeConfigurationHelp2": "Jellyfin apps hebben een instelling om de cinema mode in- of uit te schakelen. TV-apps schakelen cinema modus standaard in.",
"CoverArt": "Cover Art",
"CustomDlnaProfilesHelp": "Maak een aangepast profiel om een nieuw apparaat aan te maken of overschrijf een systeemprofiel.",
"DeathDateValue": "Overleden: {0}",
"DefaultCameraUploadPathHelp": "Selecteer een aangepast upload pad. Indien leeg gelaten, zal een standaardmap gebruikt worden. Indien u een aangepast pad gebruikt, zal deze ook moeten worden teogevoegd in de Jellyfin bibliotheek setup.",
@@ -190,7 +174,6 @@
"DeviceLastUsedByUserName": "Het laatste gebruikt door {0}",
"Disabled": "Uitgeschakeld",
"Downloading": "Downloaden",
"Downloads": "Downloads",
"DrmChannelsNotImported": "Kanalen met DRM worden niet geïmporteerd.",
"EasyPasswordHelp": "Uw gemakkelijk pincode wordt gebruikt voor offline toegang met ondersteunde Jellyfin apps, en kan ook worden gebruikt voor eenvoudige in-netwerk aanmelden.",
"EnableDebugLoggingHelp": "Debug logging mag alleen ingeschakeld worden voor het onderzoeken van problemen. De verhoogde belasting van het bestandssysteem kan voorkomen dat de server in slaapstand gaat in sommige omgevingen.",
@@ -227,7 +210,6 @@
"FileReadCancelled": "Bestand lezen is geannuleerd.",
"FileReadError": "Er is een fout opgetreden bij het lezen van het bestand.",
"FolderTypeBooks": "Boeken",
"FolderTypeGames": "Games",
"FolderTypeInherit": "overerven",
"FolderTypeMixed": "Gemengde inhoud",
"FolderTypeMovies": "Films",
@@ -262,7 +244,6 @@
"HeaderAdmin": "Beheerder",
"HeaderAdvanced": "Geavanceerd",
"HeaderAirDays": "Uitzend Dagen",
"HeaderAlbums": "Albums",
"HeaderAlert": "Waarschuwing",
"HeaderAllRecordings": "Alle Opnames",
"HeaderAllowMediaDeletionFrom": "Wissen van media toestaan van",
@@ -282,19 +263,14 @@
"HeaderBooks": "Boeken",
"HeaderBranding": "Huisstijl",
"HeaderBrandingHelp": "Pas het uiterlijk van Jellyfin aan, aan de behoeften van uw groep of organisatie.",
"HeaderCameraUpload": "Camera Upload",
"HeaderCameraUploadHelp": "Jellyfin apps kunnen automatisch foto's die genomen zijn met uw mobiele apparaten uploaden naar Jellyfin Server",
"HeaderCancelSyncJob": "Annuleer synchronisatie",
"HeaderCastAndCrew": "Cast & Crew",
"HeaderCastCrew": "Cast & Crew",
"HeaderChangeFolderType": "Verander Content Type",
"HeaderChangeFolderTypeHelp": "Als u het type wilt wijzigen, verwijder het dan en maak dan een nieuwe bibliotheek met het nieuwe type.",
"HeaderChannelAccess": "Kanaal toegang",
"HeaderChannels": "Kanalen",
"HeaderChapterImages": "Hoofdstukafbeeldingen",
"HeaderChapters": "Hoofdstukken",
"HeaderCinemaMode": "Cinema Mode",
"HeaderClients": "Clients",
"HeaderCloudSync": "Cloud Synchronisatie",
"HeaderCodecProfile": "Codec Profiel",
"HeaderCodecProfileHelp": "Codec profielen geven de beperkingen van een apparaat bij het afspelen van bepaalde codecs. Als een beperking geldt dan zal de media getranscodeerd worden, zelfs indien de codec is geconfigureerd voor direct afspelen.",
@@ -317,7 +293,6 @@
"HeaderContainerProfileHelp": "Container profielen geven de beperkingen van een apparaat bij het afspelen van bepaalde formaten. Als een beperking geldt dan zal de media getranscodeerd worden, zelfs indien het formaat is geconfigureerd voor direct afspelen.",
"HeaderContinueWatching": "Kijken hervatten",
"HeaderCreatePassword": "Maak wachtwoord",
"HeaderCredits": "Credits",
"HeaderCustomDlnaProfiles": "Aangepaste profielen",
"HeaderDashboardUserPassword": "Wachtwoorden van gebruikers worden door de gebruiker in het gebruikersprofiel beheerd.",
"HeaderDate": "Datum",
@@ -330,7 +305,6 @@
"HeaderDeleteProvider": "Verwijder aanbieder",
"HeaderDeleteTaskTrigger": "Verwijderen Taak Trigger",
"HeaderDestination": "Doel",
"HeaderDetails": "Details",
"HeaderDetectMyDevices": "Detecteer Mijn Apparaten",
"HeaderDeveloperInfo": "Informatie ontwikkelaar",
"HeaderDevice": "Apparaat",
@@ -346,7 +320,6 @@
"HeaderEmbeddedImage": "Ingesloten afbeelding",
"HeaderEpisodes": "Afleveringen",
"HeaderError": "Fout",
"HeaderExport": "Export",
"HeaderExternalPlayerPlayback": "Afspelen met externe speler",
"HeaderExternalServices": "Externe diensten",
"HeaderFavoriteAlbums": "Favoriete Albums",
@@ -361,40 +334,32 @@
"HeaderFeatures": "Toevoegingen",
"HeaderFetchImages": "Afbeeldingen ophalen:",
"HeaderFetcherSettings": "Fetcher-instellingen",
"HeaderFilters": "Filters",
"HeaderForKids": "Voor Kinderen",
"HeaderForgotKey": "Sleutel vergeten",
"HeaderForgotPassword": "Wachtwoord vergeten",
"HeaderFreeApps": "Gratis Jellyfin Apps",
"HeaderFrequentlyPlayed": "Vaak afgespeeld",
"HeaderGames": "Games",
"HeaderGenres": "Genres",
"HeaderGuests": "Gasten",
"HeaderGuideProviders": "TV Gids data aanbieders",
"HeaderHomePage": "Startpagina",
"HeaderHomeScreenSettings": "Begin scherm instellingen",
"HeaderHttpHeaders": "Http Headers",
"HeaderIdentification": "Identificatie",
"HeaderIdentificationCriteriaHelp": "Voer tenminste één identificatiecriterium in.",
"HeaderIdentificationHeader": "Identificatie Header",
"HeaderImageBackdrop": "Achtergrond",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Afbeeldingsopties",
"HeaderImagePrimary": "Primair",
"HeaderImageSettings": "Afbeeldingsinstellingen",
"HeaderImages": "Afbeeldingen",
"HeaderInstall": "Installeer",
"HeaderInstalledServices": "Geïnstalleerde diensten",
"HeaderInstantMix": "Instant Mix",
"HeaderInvitationSent": "Uitnodiging verzonden",
"HeaderInvitations": "Uitnodigingen",
"HeaderInviteUser": "Nodig gebruiker uit",
"HeaderInviteUserHelp": "Delen van uw media met vrienden is eenvoudiger dan ooit met Jellyfin Connect.",
"HeaderInviteWithJellyfinConnect": "Uitnodigen met Jellyfin Connect",
"HeaderItems": "Items",
"HeaderJellyfinAccountAdded": "Jellyfin Account Toegevoegd",
"HeaderJellyfinAccountRemoved": "Jellyfin Account Verwijderd",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "Om nfo-metadata in of uit te schakelen, gaat u naar de Jellyfin bibliotheekinstellingen en vervolgens naar de metadata-downloaders sectie.",
"HeaderLanguage": "Taal",
"HeaderLatestAlbums": "Nieuwste Albums",
@@ -416,17 +381,12 @@
"HeaderLibraryAccess": "Bibliotheek toegang",
"HeaderLibraryFolders": "Media Mappen",
"HeaderLibrarySettings": "Bibliotheek Instellingen",
"HeaderLinks": "Links",
"HeaderLiveTV": "Live TV",
"HeaderLiveTv": "Live TV",
"HeaderLiveTvTunerSetup": "Live TV Tuner Instellingen",
"HeaderLoginFailure": "Aanmeld fout",
"HeaderManagement": "Beheer",
"HeaderMedia": "Media",
"HeaderMediaFolders": "Media Mappen",
"HeaderMediaInfo": "Media informatie",
"HeaderMediaLocations": "Media Locaties",
"HeaderMenu": "Menu",
"HeaderMissing": "Ontbreekt",
"HeaderMoreLikeThis": "Meer als dit",
"HeaderMovies": "Films",
@@ -445,8 +405,6 @@
"HeaderNotifications": "Meldingen",
"HeaderNowPlaying": "Wordt nu afgespeeld",
"HeaderNumberOfPlayers": "Afspelers",
"HeaderOffline": "Offline",
"HeaderOfflineSync": "Offline Sync",
"HeaderOnNow": "Aan het spelen",
"HeaderOptions": "Opties",
"HeaderOtherDisplaySettings": "Beeld instellingen",
@@ -485,7 +443,6 @@
"HeaderRemoveMediaLocation": "Verwijder media locatie",
"HeaderRequireManualLogin": "Vereist handmatig aanmelden met gebruikersnaam voor:",
"HeaderRequireManualLoginHelp": "Wanneer uitgeschakeld, kunnen Jellyfin apps een login-scherm presenteren met een visuele selectie van gebruikers.",
"HeaderResetTuner": "Reset Tuner",
"HeaderResolution": "Resolutie",
"HeaderResponseProfile": "Antwoord Profiel",
"HeaderResponseProfileHelp": "Responsprofielen bieden een manier om informatie, verzonden naar het apparaat bij het afspelen van bepaalde soorten media aan te passen.",
@@ -493,7 +450,6 @@
"HeaderResult": "Resulteert in:",
"HeaderResume": "Hervatten",
"HeaderResumeSettings": "Instellingen voor Hervatten",
"HeaderReviews": "Reviews",
"HeaderRevisionHistory": "Versie geschiedenis",
"HeaderRunningTasks": "Actieve taken",
"HeaderRuntime": "Speelduur",
@@ -539,9 +495,7 @@
"HeaderSource": "Bron",
"HeaderSpecialEpisodeInfo": "Speciale afleveringsinformatie",
"HeaderSpecialFeatures": "Extra's",
"HeaderSpecials": "Specials",
"HeaderSplitMedia": "Splits Media Apart",
"HeaderStatus": "Status",
"HeaderStudios": "Studio's",
"HeaderSubtitleDownloads": "Ondertitel downloads",
"HeaderSubtitleProfile": "Ondertitelingsprofiel",
@@ -550,10 +504,8 @@
"HeaderSubtitleSettings": "Ondertitel Instellingen",
"HeaderSubtitles": "Ondertiteling",
"HeaderSupportTheTeam": "Ondersteun het Jellyfin Team",
"HeaderSync": "Sync",
"HeaderSyncJobInfo": "Sync Opdrachten",
"HeaderSystemDlnaProfiles": "Systeem Profielen",
"HeaderTV": "TV",
"HeaderTags": "Labels",
"HeaderTaskTriggers": "Taak Triggers",
"HeaderTermsOfService": "Jellyfin Gebruiksvoorwaarden",
@@ -562,16 +514,9 @@
"HeaderThisUserIsCurrentlyDisabled": "Deze gebruiker is momenteel uitgesloten",
"HeaderTime": "Tijd",
"HeaderToAccessPleaseEnterEasyPinCode": "Voor toegang toets uw pincode",
"HeaderTopPlugins": "Top Plugins",
"HeaderTrack": "Track",
"HeaderTracks": "Tracks",
"HeaderTrailers": "Trailers",
"HeaderTranscodingProfile": "Direct Afspelen Profiel",
"HeaderTranscodingProfileHelp": "Transcoding profielen toevoegen om aan te geven welke indelingen moeten worden gebruikt wanneer transcoding vereist is.",
"HeaderTunerDevices": "Tuner apparaten",
"HeaderTuners": "Tuners",
"HeaderTvTuners": "Tuners",
"HeaderType": "Type",
"HeaderTypeImageFetchers": "{0} Afbeelding downloaders",
"HeaderTypeText": "Voer tekst in",
"HeaderUnaired": "Niet uitgezonden",
@@ -586,7 +531,6 @@
"HeaderUser": "Gebruiker",
"HeaderUserPrimaryImage": "Afbeelding gebruiker",
"HeaderUsers": "Gebruikers",
"HeaderVideo": "Video",
"HeaderVideoTypes": "Video types",
"HeaderVideos": "Video's",
"HeaderViewOrder": "Weergave volgorde",
@@ -619,7 +563,6 @@
"LabelAirDays": "Uitzend dagen:",
"LabelAirTime": "Uitzend tijd:",
"LabelAirTime:": "Uitzend tijd:",
"LabelAlbum": "Album:",
"LabelAlbumArtHelp": "PN gebruikt voor album art, binnen het DLNA: profileID attribuut op UPnP: albumArtURI. Sommige apparaten vereisen een specifieke waarde, ongeacht de grootte van het beeld.",
"LabelAlbumArtMaxHeight": "Albumhoes max. hoogte:",
"LabelAlbumArtMaxHeightHelp": "Max. resolutie van albumhoezen weergegeven via upnp:albumArtURI.",
@@ -647,11 +590,9 @@
"LabelAvailableTokens": "Beschikbaar tokens:",
"LabelBindToLocalNetworkAddress": "Binden aan het lokale netwerk adres:",
"LabelBindToLocalNetworkAddressHelp": "Optioneel. Overrule het lokale IP-adres om aan de http-server te binden. Indien leeg gelaten, zal de server binden aan alle beschikbare adressen. Het veranderen van deze waarde vereist herstarten van Jellyfin Server.",
"LabelBitrateMbps": "Bitrate (Mbps):",
"LabelBlastMessageInterval": "Alive bericht interval (seconden)",
"LabelBlastMessageIntervalHelp": "Bepaalt de duur in seconden tussen server Alive berichten.",
"LabelBlockContentWithTags": "Blokkeer items met volgende tags:",
"LabelCache": "Cache:",
"LabelCachePath": "Cache pad:",
"LabelCachePathHelp": "Geef een aangepaste lokatie voor cache bestanden zoals afbeeldingen. Laat leeg om de standaard lokatie te gebruiken.",
"LabelCameraUploadPath": "Camera upload pad:",
@@ -671,8 +612,6 @@
"LabelConnectGuestUserName": "Hun Jellyfin Connect e-mailadres of gebruikersnaam:",
"LabelConnectGuestUserNameHelp": "Dit is de gebruikersnaam die uw vriend gebruikt om zich aan te melden bij de Jellyfin website, of hun e-mailadres.",
"LabelContentType": "Inhoud type:",
"LabelContentTypeValue": "Content type: {0}",
"LabelContext": "Context:",
"LabelConversionCpuCoreLimit": "CPU core limiet:",
"LabelConversionCpuCoreLimitHelp": "Limiteer het aantal CPU cores dat gebruikt mag worden bij een omzetting om te synchroniseren.",
"LabelConvertRecordingsTo": "Converteer opnames naar:",
@@ -702,7 +641,6 @@
"LabelDefaultUserHelp": "Bepaalt welke gebruikers bibliotheek op aangesloten apparaten moet worden weergegeven. Dit kan worden overschreven voor elk apparaat met behulp van profielen.",
"LabelDeinterlacingMethod": "Deinterlacing methode:",
"LabelDeviceDescription": "Apparaat omschrijving",
"LabelDidlMode": "Didl mode:",
"LabelDisabled": "Uitgeschakeld",
"LabelDisplayCollectionsView": "Toon collecties in mijn overzichten om film verzamelingen weer te geven",
"LabelDisplayCollectionsViewHelp": "Hiermee wordt een aparte weergave gemaakt waarin collecties worden weergegeve. Klik rechts op een film of klik en houd vast en kies 'Toevoegen aan Collectie'. ",
@@ -717,7 +655,6 @@
"LabelDownloadInternetMetadataHelp": "Jellyfin Server kan informatie downloaden van uw media om rijke presentaties mogelijk te maken.",
"LabelDownloadLanguages": "Download talen:",
"LabelDropImageHere": "Afbeelding hier neerzetten.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Eenvoudige pincode:",
"LabelEmail": "Email adres:",
"LabelEmailAddress": "E-mailadres",
@@ -778,7 +715,6 @@
"LabelFromHelp": "Voorbeeld: {0} (op de server)",
"LabelGroupMoviesIntoCollections": "Groepeer films in collecties",
"LabelGroupMoviesIntoCollectionsHelp": "Bij de weergave van film lijsten, zullen films die tot een collectie behoren worden weergegeven als een gegroepeerd object.",
"LabelH264Crf": "H264 encoding CRF:",
"LabelH264EncodingPreset": "H264 codering preset:",
"LabelHardwareAccelerationType": "Hardware acceleratie:",
"LabelHardwareAccelerationTypeHelp": "Alleen beschikbaar op ondersteunde systemen.",
@@ -814,11 +750,9 @@
"LabelLastResult": "Laatste resultaat:",
"LabelLimit": "Limiet:",
"LabelLimitIntrosToUnwatchedContent": "Gebruik alleen trailers van films die nog niet bekeken zijn",
"LabelLineup": "Lineup:",
"LabelLocalAccessUrl": "In-Home (LAN)-toegang: {0}",
"LabelLocalHttpServerPortNumber": "Lokale http poort nummer:",
"LabelLocalHttpServerPortNumberHelp": "Het tcp poort nummer waar Jellyfin's http server aan moet verbinden.",
"LabelLocalSyncStatusValue": "Status: {0}",
"LabelLoginDisclaimer": "Aanmeld vrijwaring:",
"LabelLoginDisclaimerHelp": "Dit wordt onderaan de login pagina weergegeven.",
"LabelLogs": "Logboeken:",
@@ -839,7 +773,6 @@
"LabelMaxStreamingBitrateHelp": "Geef een maximale bitrate voor streaming op.",
"LabelMessageText": "Bericht tekst:",
"LabelMessageTitle": "Titel van het bericht:",
"LabelMetadata": "Metadata:",
"LabelMetadataDownloadLanguage": "Gewenste metadata taal:",
"LabelMetadataDownloaders": "Metadata Downloaders:",
"LabelMetadataDownloadersHelp": "Rangschik uw voorkeurs metadata downloader in volgorde van prioriteit. Lagere prioriteit downloaders zullen alleen worden gebruikt om de ontbrekende informatie in te vullen.",
@@ -860,7 +793,6 @@
"LabelModelDescription": "Model omschrijving",
"LabelModelName": "Modelnaam",
"LabelModelNumber": "Modelnummer",
"LabelModelUrl": "Model url",
"LabelMonitorUsers": "Monitor activiteit van:",
"LabelMovie": "Film",
"LabelMovieCategories": "Film categoriën:",
@@ -909,13 +841,9 @@
"LabelPrevious": "Vorige",
"LabelProfile": "profiel:",
"LabelProfileAudioCodecs": "Geluidscodecs:",
"LabelProfileCodecs": "Codecs:",
"LabelProfileCodecsHelp": "Gescheiden door een komma. Deze kan leeg gelaten worden om te laten gelden voor alle codecs.",
"LabelProfileContainer": "Container:",
"LabelProfileContainersHelp": "Gescheiden door een komma. Deze kan leeg gelaten worden om te laten gelden voor alle containers.",
"LabelProfileVideoCodecs": "Video codecs:",
"LabelProtocol": "Protokol:",
"LabelProtocolInfo": "Protocol info:",
"LabelProtocolInfoHelp": "De waarde die wordt gebruikt bij het reageren op GetProtocolInfo verzoeken van het apparaat.",
"LabelPublicHttpPort": "Publieke http poort nummer:",
"LabelPublicHttpPortHelp": "Het publieke poortnummer dat moet worden toegewezen aan de lokale http poort.",
@@ -942,12 +870,10 @@
"LabelSeasonNumber": "Seizoensnummer:",
"LabelSeasonZeroFolderName": "Mapnaam voor Specials:",
"LabelSecureConnectionsMode": "Beveiligde verbinding modus:",
"LabelSelectInternetTrailersForCinemaMode": "Internet trailers:",
"LabelSelectUsers": "Selecteer gebruikers:",
"LabelSelectVersionToInstall": "Selecteer de versie om te installeren:",
"LabelSendNotificationToUsers": "Stuur de melding naar:",
"LabelSerialNumber": "Serienummer",
"LabelSeries": "Series:",
"LabelSeriesRecordingPath": "Serieopname pad (optioneel):",
"LabelServerHost": "Server:",
"LabelServerHostHelp": "192.168.1.100 of https://myserver.com",
@@ -964,7 +890,6 @@
"LabelSpecialSeasonsDisplayName": "De weergavenaam van de speciale seizoen:",
"LabelSportsCategories": "Sport categorieën:",
"LabelStartWhenPossible": "Start zodra mogelijk:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stop zodra mogelijk:",
"LabelStopping": "Stoppen",
"LabelSubtitleDownloaders": "Ondertiteldownloaders:",
@@ -975,29 +900,22 @@
"LabelSyncPath": "Gesynchroniseerde inhoud pad:",
"LabelSyncTempPath": "Pad voor tijdelijke bestanden:",
"LabelSyncTempPathHelp": "Geef een afwijkende sync werk directory op. Tijdens het sync proces aangemaakte geconverteerde media zal hier opgeslagen worden.",
"LabelTag": "Tag:",
"LabelTheme": "Thema:",
"LabelTime": "Tijd:",
"LabelTimeLimitHours": "Tijdslimiet (uren):",
"LabelTranscodingAudioCodec": "Geluidscodec:",
"LabelTranscodingContainer": "Container:",
"LabelTranscodingTempPath": "Tijdelijk transcodeer pad:",
"LabelTranscodingTempPathHelp": "Deze map bevat werkbestanden die worden gebruikt door de transcoder. Geef een eigen locatie op of laat het leeg om de standaardlocatie te gebruiken.",
"LabelTranscodingTemporaryFiles": "Tijdelijke transcodeer bestanden:",
"LabelTranscodingThreadCount": "Aantal transcodeer threads:",
"LabelTranscodingThreadCountHelp": "Selecteer het maximale aantal threads die gebruikt mogen worden om te transcoderen. Bij een lager aantal zal het CPU gebruik lager zijn, maar kan de afspeelkwaliteit minder zijn.",
"LabelTranscodingVideoCodec": "Video codec:",
"LabelTransferMethod": "Verplaats methode",
"LabelTriggerType": "Trigger Type:",
"LabelTunerIpAddress": "Tuner IP adres:",
"LabelTunerType": "Soort Tuner:",
"LabelType": "Type:",
"LabelTypeMetadataDownloaders": "{0} metadata downloaders:",
"LabelTypeText": "Tekst",
"LabelUnairedMissingEpisodesWithinSeasons": "Toon komende afleveringen binnen een seizoen",
"LabelUnknownLanguage": "Onbekende taal",
"LabelUploadSpeedLimit": "Upload limiet (Mbps):",
"LabelUrl": "Url:",
"LabelUseNotificationServices": "Gebruik de volgende diensten:",
"LabelUser": "Gebruiker:",
"LabelUserAgent": "User-agent:",
@@ -1010,13 +928,8 @@
"LabelValue": "Waarde:",
"LabelVersionInstalled": "{0} geïnstalleerd",
"LabelVersionNumber": "Versie {0}",
"LabelVersionUpToDate": "Up to date!",
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Video Type:",
"LabelView": "Weergave:",
"LabelXDlnaCap": "X-Dlna cap:",
"LabelXDlnaCapHelp": "Bepaalt de inhoud van het X_DLNACAP element in de urn: schemas-dlna-org:device-1-0 namespace. \n",
"LabelXDlnaDoc": "X-Dlna doc:",
"LabelXDlnaDocHelp": "Bepaalt de inhoud van het X_DLNADOC element in de urn: schemas-dlna-org:device-1-0 namespace. ",
"LabelYourFirstName": "Uw voornaam:",
"LabelYoureDone": "Gereed!",
@@ -1027,11 +940,8 @@
"LanNetworksHelp": "Komma-gescheiden lijst van IP-adressen of IP/netmask adressen voor netwerken die als lokaal gezien worden wanneer bandbreedtebeperkingen van toepassing zijn. Indien ingesteld, worden alle overige IP-adressen gezien als externe adressen en zullen worden onderworpen aan de bandbreedte-instellingen voor externe adressen. Indien blanco, zal alleen het subnet van de server als lokaal netwerk gezien worden.",
"LatestFromLibrary": "Laatste {0}",
"LearnHowToCreateSynologyShares": "Leren mappen te delen in Synology.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Selecteer de mediamappen om met deze gebruiker te delen. Beheerders kunnen alle mappen bewerken via de metadata manager.",
"LinkApi": "Api",
"LinkCommunity": "Gemeenschap",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Meer informatie over Jellyfin Premiere",
"LiveTvUpdateAvailable": "(Update beschikbaar)",
"LoginDisclaimer": "Jellyfin is ontworpen om uw persoonlijke mediabibliotheek te helpen beheren, zoals home video's en foto's. Zie onze gebruiksvoorwaarden. Het gebruik van Jellyfin software betekent acceptatie van deze voorwaarden.",
@@ -1045,13 +955,8 @@
"MediaInfoAperture": "Diafragma",
"MediaInfoAspectRatio": "Beeld verhouding",
"MediaInfoBitDepth": "Bitdiepte",
"MediaInfoBitrate": "Bitrate",
"MediaInfoCameraMake": "Camera merk",
"MediaInfoCameraModel": "Camera model",
"MediaInfoChannels": "Kanalen",
"MediaInfoCodec": "Codec",
"MediaInfoCodecTag": "Codec tag",
"MediaInfoContainer": "Container",
"MediaInfoDefault": "Standaard",
"MediaInfoExposureTime": "Belichtingstijd",
"MediaInfoExternal": "Extern",
@@ -1059,8 +964,6 @@
"MediaInfoFocalLength": "Brandpuntsafstand",
"MediaInfoForced": "Geforceerd",
"MediaInfoFormat": "Formaat",
"MediaInfoFramerate": "Framerate",
"MediaInfoInterlaced": "Interlaced",
"MediaInfoIsoSpeedRating": "ISO-waarde",
"MediaInfoLanguage": "Taal",
"MediaInfoLatitude": "Breedte graad",
@@ -1071,17 +974,13 @@
"MediaInfoPath": "Pad",
"MediaInfoPixelFormat": "Pixel formaat",
"MediaInfoProfile": "Profiel",
"MediaInfoRefFrames": "Ref frames",
"MediaInfoResolution": "Resolutie",
"MediaInfoSampleRate": "Samplesnelheid",
"MediaInfoShutterSpeed": "Sluitertijd",
"MediaInfoSize": "Grootte",
"MediaInfoSoftware": "Software",
"MediaInfoStreamTypeAudio": "Geluid",
"MediaInfoStreamTypeData": "Data",
"MediaInfoStreamTypeEmbeddedImage": "Ingesloten afbeelding",
"MediaInfoStreamTypeSubtitle": "Ondertiteling",
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoTimestamp": "Tijdstempel",
"MessageAlreadyInstalled": "Deze versie is al geïnstalleerd",
"MessageApplicationUpdated": "Jellyfin Server is bijgewerkt",
@@ -1164,8 +1063,6 @@
"MessageUnableToConnectToServer": "Het is momenteel niet mogelijk met de geselecteerde server te verbinden. Controleer dat deze draait en probeer het opnieuw.",
"MessageUnsetContentHelp": "Inhoud zal als gewone folders worden getoond. Gebruik voor het beste resultaat de Metadata Manager om de inhoud types voor subfolders in te stellen.",
"MessageYouHaveVersionInstalled": "Op dit moment is versie {0} geïnstalleerd.",
"Metadata": "Metadata",
"MetadataManager": "Metadata Manager",
"MetadataSettingChangeHelp": "Veranderen van metadata instellingen zal nieuwe content die wordt toegevoegd beïnvloeden. Om de bestaande inhoud te vernieuwen, opent u het detail scherm en klik op de knop Vernieuwen, of doe een bulk vernieuwing met behulp van de metadata manager.",
"MinutesAfter": "minuten na",
"MinutesBefore": "minuten voor",
@@ -1187,17 +1084,11 @@
"NoPluginsInstalledMessage": "U heeft geen Plugin geïnstalleerd",
"NoResultsFound": "Geen resultaten gevonden.",
"Notifications": "Notificaties",
"NumLocationsValue": "{0} folders",
"OpenSubtitleInstructions": "Configureer de Open Subtitles accountinformatie in het desbetreffende configuratiescherm in het Jellyfin Server dashboard.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Acteur",
"OptionActors": "Acteurs",
"OptionAdminUsers": "Beheerders",
"OptionAfterSystemEvent": "Na een systeem gebeurtenis",
"OptionAlbum": "Album",
"OptionAlbumArtist": "Albumartiest",
"OptionAll": "Alle",
"OptionAllUsers": "Alle gebruikers",
@@ -1218,35 +1109,28 @@
"OptionAllowVideoPlaybackRemuxing": "Sta afspelen toe van video die conversie vereist zonder re-encoding",
"OptionAllowVideoPlaybackTranscoding": "Afspelen van video via transcoding toestaan",
"OptionAnyNumberOfPlayers": "Elke",
"OptionArt": "Art",
"OptionArtist": "Artiest",
"OptionAscending": "Oplopend",
"OptionAuto": "Auto",
"OptionAutomatic": "Automatisch",
"OptionAutomaticallyGroupSeries": "Automatisch samenvoegen serie die zijn verspreid over meerdere mappen",
"OptionAutomaticallyGroupSeriesHelp": "Indien ingeschakeld, zal serie die zijn verspreid over meerdere mappen binnen deze bibliotheek automatisch samengevoegd tot één serie.",
"OptionBackdrop": "Achtergrond",
"OptionBackdropSlideshow": "Achtergrondafbeelding voorstelling",
"OptionBackdrops": "Achtergronden",
"OptionBanner": "Banner",
"OptionBestAvailableStreamQuality": "Best beschikbaar",
"OptionBeta": "Beta",
"OptionBirthLocation": "Geboorte Locatie",
"OptionBlockBooks": "Boeken",
"OptionBlockChannelContent": "Internet kanaal Inhoud",
"OptionBlockGames": "Games",
"OptionBlockLiveTvChannels": "Live TV Kanalen",
"OptionBlockLiveTvPrograms": "Live TV Programma's",
"OptionBlockMovies": "Films",
"OptionBlockMusic": "Muziek",
"OptionBlockOthers": "Overigen",
"OptionBlockTrailers": "Trailers",
"OptionBlockTvShows": "TV Series",
"OptionBluray": "Blu-ray",
"OptionBooks": "Boeken",
"OptionBox": "Hoes",
"OptionBoxRear": "Achterkant hoes",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Collecties",
"OptionCommunityRating": "Gemeenschaps Waardering",
"OptionComposer": "Componist",
@@ -1265,7 +1149,6 @@
"OptionDatePlayed": "Datum afgespeeld",
"OptionDefaultSort": "Standaard",
"OptionDescending": "Aflopend",
"OptionDev": "Dev",
"OptionDirector": "Regiseur",
"OptionDirectors": "Regiseurs",
"OptionDisableUser": "Dit account uitschakelen",
@@ -1277,18 +1160,12 @@
"OptionDisplayChannelsInlineHelp": "Indien ingeschakeld, zullen kanalen getoond worden direct naast de andere mediabibliotheken. Indien uitgeschakeld, zal zij worden weergegeven in een aparte map kanalen.",
"OptionDisplayFolderView": "Toon een mappenweergave als u gewoon Mediamappen wilt weergeven",
"OptionDisplayFolderViewHelp": "Indien ingeschakeld, zullen Jellyfin apps een Folders categorie naast uw mediabibliotheek weergeven. Dit is handig als u gewone mappenweergave wilt hebben.",
"OptionDownloadArtImage": "Art",
"OptionDownloadBackImage": "Terug",
"OptionDownloadBannerImage": "Banner",
"OptionDownloadBoxImage": "Box",
"OptionDownloadDiscImage": "Schijf",
"OptionDownloadImagesInAdvance": "Download afbeeldingen van tevoren",
"OptionDownloadImagesInAdvanceHelp": "Standaard worden de meeste afbeeldingen gedownload wanneer ze opgevraagd worden door een Jellyfin app. Activeer deze optie om alle afbeeldingen op voorhand te downloaden bij het importeren van nieuwe media. Dit kan aanzienlijk langere bibliotheekscans veroorzaken.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Menu",
"OptionDownloadPrimaryImage": "Primair",
"OptionDownloadThumbImage": "Miniatuur",
"OptionDvd": "Dvd",
"OptionEmbedSubtitles": "Insluiten in container",
"OptionEnableAccessFromAllDevices": "Toegang vanaf alle apparaten toestaan",
"OptionEnableAccessToAllChannels": "Toegang tot alle kanalen inschakelen",
@@ -1320,14 +1197,11 @@
"OptionFriday": "Vrijdag",
"OptionFridayShort": "Vr",
"OptionGameSystems": "Spel Systemen",
"OptionGames": "Games",
"OptionGenres": "Genres",
"OptionGuestStars": "Gast Sterren",
"OptionHasSpecialFeatures": "Extra's",
"OptionHasSubtitles": "Ondertiteling",
"OptionHasThemeSong": "Herkenningsmelodie",
"OptionHasThemeVideo": "Thema Video",
"OptionHasTrailer": "Trailer",
"OptionHideUser": "Verberg deze gebruiker op de aanmeldschermen",
"OptionHideUserFromLoginHelp": "Handig voor pivé of verborgen beheer accounts. De gebruiker zal handmatig m.b.v. gebruikersnaam en wachtwoord aan moeten melden.",
"OptionHlsSegmentedSubtitles": "Hls gesegmenteerde ondertiteling",
@@ -1338,9 +1212,6 @@
"OptionImages": "Afbeeldingen",
"OptionImdbRating": "IMDb Waardering",
"OptionInProgress": "In uitvoering",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "Iso",
"OptionKeywords": "Trefwoorden",
"OptionLatestChannelMedia": "Nieuwste kanaal items",
"OptionLatestMedia": "Nieuwste media",
@@ -1349,9 +1220,6 @@
"OptionLikes": "Leuk",
"OptionList": "Lijst",
"OptionLocked": "Vergrendeld",
"OptionLogo": "Logo",
"OptionMax": "Max",
"OptionMenu": "Menu",
"OptionMissingEpisode": "Ontbrekende Afleveringen",
"OptionMissingImdbId": "IMDb Id ontbreekt",
"OptionMissingOverview": "Overzicht ontbreekt",
@@ -1364,7 +1232,6 @@
"OptionMovies": "Films",
"OptionMusicAlbums": "Muziek albums",
"OptionMusicArtists": "Muziek artiesten",
"OptionMusicVideos": "Music videos",
"OptionName": "Naam",
"OptionNameSort": "Naam",
"OptionNo": "Nee",
@@ -1387,7 +1254,6 @@
"OptionPlainVideoItemsHelp": "Indien ingeschakeld worden alle video's in DIDL weergegeven als 'object.item.videoItem' in plaats van een meer specifiek type, zoals 'object.item.videoItem.movie'.",
"OptionPlayCount": "Afspeel telling",
"OptionPlayed": "Afgespeeld",
"OptionPoster": "Poster",
"OptionPosterCard": "Poster kaart",
"OptionPremiereDate": "Première Datum",
"OptionPrimary": "Primair",
@@ -1396,22 +1262,17 @@
"OptionProducers": "Producenten",
"OptionProfileAudio": "Geluid",
"OptionProfilePhoto": "Foto",
"OptionProfileVideo": "Video",
"OptionProfileVideoAudio": "Video geluid",
"OptionProtocolHls": "Http Live Streaming",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Op elk tijdstip opnemen",
"OptionRecordOnAllChannels": "Op alle kanalen opnemen",
"OptionRecordOnlyNewEpisodes": "Alleen nieuwe afleveringen opnemen",
"OptionRecordSeries": "Series Opnemen",
"OptionRegex": "Regex",
"OptionRelease": "Officiële Release",
"OptionReleaseDate": "Uitgave datum",
"OptionReportByteRangeSeekingWhenTranscoding": "Rapporteer dat de server byte zoeken tijdens transcoderen ondersteunt",
"OptionReportByteRangeSeekingWhenTranscodingHelp": "Dit is vereist voor bepaalde apparaten die zo goed op tijd zoeken.",
"OptionRequirePerfectSubtitleMatch": "Alleen ondertitels downloaden die een perfecte match geven voor mijn video bestanden",
"OptionRequirePerfectSubtitleMatchHelp": "Een perfecte match vereisen zal de ondertitels filteren om alleen ondertitels te downloaden die getest en geverifieerd zijn met je exacte videobestand. Dit uitvinken zal de kans om ondertitels te vinden vergroten, maar ook de kans op een niet gesynchroniseerd of foute ondertitel vergroten.",
"OptionResElement": "res element",
"OptionResumable": "Hervatbaar",
"OptionResumablemedia": "Hervatten",
"OptionRuntime": "Speelduur",
@@ -1422,17 +1283,14 @@
"OptionScreenshot": "Schermafbeelding",
"OptionSeason0": "Seizoen 0",
"OptionSeasons": "Seizoenen",
"OptionSeries": "Series",
"OptionSongs": "Titels",
"OptionSortName": "Sorteerbaar",
"OptionSpecialEpisode": "Specials",
"OptionStudios": "Studio's",
"OptionSubstring": "Subtekenreeks",
"OptionSunday": "Zondag",
"OptionSundayShort": "Zo",
"OptionSyncLosslessAudioOriginal": "Synchroniseer lossless geluid in originele kwaliteit",
"OptionSyncOnlyOnWifi": "Alleen via Wifi synchroniseren",
"OptionTags": "Tags",
"OptionThumb": "Miniatuur",
"OptionThumbCard": "Miniaturen kaart",
"OptionThursday": "Donderdag",
@@ -1451,7 +1309,6 @@
"OptionUpcomingDvdMovies": "Inclusief trailers van nieuwe en aankomende films op Dvd & Blu-ray",
"OptionUpcomingMoviesInTheaters": "Voeg trailers van nieuwe en verwachtte films toe",
"OptionUpcomingStreamingMovies": "Inclusief trailers van nieuwe en aankomende films op Netflix",
"OptionVideoBitrate": "Video Bitrate",
"OptionWakeFromSleep": "Uit slaapstand halen",
"OptionWatched": "Gezien",
"OptionWednesday": "Woensdag",
@@ -1507,7 +1364,6 @@
"ScanLibrary": "Scan bibliotheek",
"SelectCameraUploadServers": "Upload camera foto's naar de volgende servers:",
"SendMessage": "Bericht versturen",
"Series": "Series",
"ServerRestartNeededAfterPluginInstall": "Jellyfin server zal heropgestart moeten worden na het installeren van een plugin.",
"ServerUpdateNeeded": "Deze Jellyfin Server moet worden bijgewerkt. Om de laatste versie te downloaden, gaat u naar {0}",
"Settings": "Instellingen",
@@ -1528,7 +1384,6 @@
"SubtitleDownloadInstructions": "Om het downloaden van ondertitels te beheren, navigeer naar een bibliotheek in de \"Jellyfin bibliotheek instellingen\" en wijzig de instellingen.",
"SubtitleDownloadersHelp": "Schakel de gewenste ondertiteldownloaders in en rangschik ze in volgorde van prioritieit.",
"Subtitles": "Ondertiteling",
"Sync": "Sync",
"SyncMedia": "Synchroniseer media",
"SyncToOtherDevices": "Synchroniseer met andere apparaten",
"SynologyUpdateInstructions": "Gelieve in te loggen op DSM en ga naar Pakket Center om bij te werken.",
@@ -1538,49 +1393,36 @@
"TabActivity": "Activiteit",
"TabAdvanced": "Geavanceerd",
"TabAlbumArtists": "Albumartiesten",
"TabAlbums": "Albums",
"TabAppSettings": "App Instellingen",
"TabArtists": "Artiesten",
"TabBasic": "Basis",
"TabBasics": "Basis",
"TabCameraUpload": "Camera upload",
"TabCast": "Cast",
"TabCatalog": "Catalogus",
"TabChannels": "Kanalen",
"TabChapters": "Hoofdstukken",
"TabCinemaMode": "Cinema mode",
"TabCodecs": "Codecs",
"TabCollectionTitles": "Titels",
"TabCollections": "Collecties",
"TabContainers": "Containers",
"TabControls": "Besturing",
"TabDLNA": "DLNA",
"TabDashboard": "Dashboard",
"TabDevices": "Apparaten",
"TabDirectPlay": "Direct Afspelen",
"TabDisplay": "Weergave",
"TabEpisodes": "Afleveringen",
"TabExpert": "Expert",
"TabExtras": "Extra's",
"TabFavorites": "Favorieten",
"TabFilter": "Filter",
"TabFolders": "Mappen",
"TabGames": "Games",
"TabGeneral": "Algemeen",
"TabGenres": "Genres",
"TabGuide": "Gids",
"TabHelp": "Hulp",
"TabHome": "Start",
"TabHomeScreen": "Begin scherm",
"TabHosting": "Hosting",
"TabImage": "Afbeelding",
"TabImages": "Afbeeldingen",
"TabInfo": "Info",
"TabLanguages": "Talen",
"TabLatest": "Nieuw",
"TabLibrary": "Bibliotheek",
"TabLibraryAccess": "Bibliotheek toegang",
"TabLiveTV": "Live TV",
"TabLogs": "Logboeken",
"TabMetadata": "Metagegevens",
"TabMovies": "Films",
@@ -1603,7 +1445,6 @@
"TabPlayback": "Afspelen",
"TabPlaylist": "Afspeellijst",
"TabPlaylists": "Afspeellijst",
"TabPlugins": "Plugins",
"TabProfile": "Profiel",
"TabProfiles": "Profielen",
"TabRecordings": "Opnamen",
@@ -1613,19 +1454,15 @@
"TabScheduledTasks": "Geplande taken",
"TabSecurity": "Beveiliging",
"TabSeries": "Serie",
"TabServer": "Server",
"TabServices": "Diensten",
"TabSettings": "Instellingen",
"TabShows": "Series",
"TabSongs": "Titels",
"TabStreaming": "Streaming",
"TabStudios": "Studio's",
"TabSubtitles": "Ondertiteling",
"TabSuggestions": "Suggesties",
"TabSync": "Synchronisatie",
"TabSyncJobs": "Sync Opdrachten",
"TabTV": "TV",
"TabTrailers": "Trailers",
"TabTranscoding": "Transcoderen",
"TabUpcoming": "Binnenkort op TV",
"TabUsers": "Gebruikers",
@@ -1639,15 +1476,12 @@
"TitleDevices": "Apparaten",
"TitleHardwareAcceleration": "Hardware versnelling",
"TitleHostingSettings": "Hosting Instellingen",
"TitleLiveTV": "Live TV",
"TitleNewUser": "Nieuwe gebruiker",
"TitleNotifications": "Meldingen",
"TitlePasswordReset": "Wachtwoord resetten",
"TitlePlayback": "Afspelen",
"TitlePlugins": "Plugins",
"TitleRemoteControl": "Beheer op afstand",
"TitleScheduledTasks": "Geplande Taken",
"TitleServer": "Server",
"TitleSignIn": "Aanmelden",
"TitleSupport": "Ondersteuning",
"TitleSync": "Synchroniseer",
@@ -1659,52 +1493,33 @@
"UserAgentHelp": "Indien nodig een aangepaste user-agent HTTP-header opgeven",
"UserProfilesIntro": "Jellyfin heeft ingebouwde ondersteuning voor gebruikersprofielen, die het mogelijk maakt om elke gebruiker eigen scherminstellingen, afspeelinstellingen en ouderlijk toezicht te geven.",
"Users": "Gebruikers",
"ValueAlbumCount": "{0} albums",
"ValueArtist": "Artiest: {0}",
"ValueArtists": "Artiesten: {0}",
"ValueAsRole": "als {0}",
"ValueAudioCodec": "Geluidscodec: {0}",
"ValueAwards": "Prijzen: {0}",
"ValueCodec": "Codec: {0}",
"ValueConditions": "Voorwaarden: {0}",
"ValueContainer": "Container: {0}",
"ValueDateCreated": "Datum aangemaakt: {0}",
"ValueDiscNumber": "Disc {0}",
"ValueEpisodeCount": "{0} afleveringen",
"ValueExample": "Voorbeeld: {0}",
"ValueGameCount": "{0} games",
"ValueGuestStar": "Gast ster",
"ValueItemCount": "{0} item",
"ValueItemCountPlural": "{0} items",
"ValueLinks": "Links: {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} films",
"ValueMusicVideoCount": "{0} muziek video's",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 aflevering",
"ValueOneGame": "1 game",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 muziek video",
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 titel",
"ValueOneTrailer": "1 trailer",
"ValuePremiered": "Premiere {0}",
"ValuePremieres": "Premieres {0}",
"ValuePriceUSD": "Prijs {0} (USD)",
"ValueSeriesCount": "{0} series",
"ValueSeriesYearToPresent": "{0} - Heden",
"ValueSongCount": "{0} titels",
"ValueStatus": "Status: {0}",
"ValueStudio": "Studio: {0}",
"ValueStudios": "Studio's: {0}",
"ValueTimeLimitMultiHour": "Tijdslimiet: {0} uren",
"ValueTimeLimitSingleHour": "Tijdslimiet: 1 uur",
"ValueTrailerCount": "{0} trailers",
"ValueVideoCodec": "Video Codec: {0}",
"VersionNumber": "Versie {0}",
"ViewPlaybackInfo": "Bekijk afspelen info",
"ViewTypeFolders": "Mappen",
"ViewTypeGames": "Games",
"ViewTypeLiveTvChannels": "Kanalen",
"ViewTypeLiveTvRecordingGroups": "Opnamen",
"ViewTypeMovies": "Films",
@@ -1714,9 +1529,7 @@
"ViewTypeMusicFavoriteSongs": "Favoriete titels",
"ViewTypeMusicFavorites": "Favorieten",
"ViewTypeMusicSongs": "Titels",
"ViewTypeTvShows": "TV",
"WelcomeToProject": "Welkom bij Jellyfin!",
"Whitelist": "Whitelist",
"WizardCompleted": "Dat is alles wat we nu nodig hebben. Jellyfin is begonnen met het verzamelen van informatie over uw media bibliotheek. Probeer sommige van onze apps en klik dan <b>Finish</b> om het <b>Server Dashboard</b> te bekijken.",
"XmlDocumentAttributeListHelp": "Deze kenmerken worden toegepast op het hoofd-element van elk XML-antwoord.",
"XmlTvKidsCategoriesHelp": "Programma's met deze categorieën wordt weergegeven als programma's voor kinderen. Scheid meerdere met '|'.",
-1688
View File
File diff suppressed because it is too large Load Diff
-38
View File
@@ -70,7 +70,6 @@
"ButtonManageFolders": "Zarządzaj biblioteką",
"ButtonManageServer": "Zarządzanie serwerem",
"ButtonManualLogin": "Logowanie manualne",
"ButtonMenu": "Menu",
"ButtonMore": "Więcej",
"ButtonMoreInformation": "Więcej Informacji",
"ButtonMute": "Wycisz",
@@ -83,7 +82,6 @@
"ButtonNo": "Nie",
"ButtonNowPlaying": "Teraz odtwarzane",
"ButtonOff": "Wyłącz",
"ButtonOk": "Ok",
"ButtonOpen": "Otwórz",
"ButtonOther": "Inne",
"ButtonParentalControl": "Kontrola rodzicielska",
@@ -143,7 +141,6 @@
"ButtonSkip": "Pomiń",
"ButtonSort": "Sortuj",
"ButtonSplitVersionsApart": "Rozdzielaj części",
"ButtonStart": "Start",
"ButtonStop": "Zatrzymaj",
"ButtonStopRecording": "Zatrzymaj nagrywanie",
"ButtonSubmit": "Zatwierdź",
@@ -165,7 +162,6 @@
"CategoryApplication": "Aplikacja",
"CategoryPlugin": "Wtyczka",
"CategorySync": "Synchronizacja",
"CategorySystem": "System",
"CategoryUser": "Użytkownik",
"ChangingMetadataImageSettingsNewContent": "Zmiany ustawień metadanych i pobierania grafik będą miały zastosowanie tylko dla nowo dodanej zawartości do biblioteki. W celu zastosowania zmian dla wcześniej dodanych pozycji, należy odświeżyć metadane manualnie.",
"ChannelAccessHelp": "Wybierz kanały udostępniane temu użytkownikowi. Administratorzy będą mogli edytować wszystkie kanały używając menedżera metadanych.",
@@ -378,7 +374,6 @@
"HeaderIdentificationCriteriaHelp": "Wprowadź przynajmniej jedno kryterium identyfikacji.",
"HeaderIdentificationHeader": "Nagłówek identyfikacyjny",
"HeaderImageBackdrop": "Fototapeta",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Opcje obrazu",
"HeaderImagePrimary": "Podstawowy",
"HeaderImageSettings": "Ustawienia obrazów",
@@ -426,7 +421,6 @@
"HeaderMediaFolders": "Foldery mediów",
"HeaderMediaInfo": "O mediach",
"HeaderMediaLocations": "Lokalizacje mediów",
"HeaderMenu": "Menu",
"HeaderMissing": "Brakujące",
"HeaderMoreLikeThis": "Więcej podobnych",
"HeaderMovies": "Filmy",
@@ -474,7 +468,6 @@
"HeaderProfile": "Profil",
"HeaderProfileInformation": "Informacja o Profilu",
"HeaderProfileServerSettingsHelp": "Te wartości kontrolują jak serwer Jellyfin będzie przedstawiany dla urządzeń.",
"HeaderProgram": "Program",
"HeaderRecentActivity": "Aktywności",
"HeaderRecentlyPlayed": "Ostatnio odtwarzane",
"HeaderRecordingGroups": "Grupy nagrań",
@@ -553,7 +546,6 @@
"HeaderSync": "Synchronizacja",
"HeaderSyncJobInfo": "Zadanie synchronizacji",
"HeaderSystemDlnaProfiles": "Profile systemowe",
"HeaderTV": "TV",
"HeaderTags": "Znaczniki",
"HeaderTaskTriggers": "Wyzwalacze",
"HeaderTermsOfService": "Warunki Usługi Jellyfin",
@@ -717,7 +709,6 @@
"LabelDownloadInternetMetadataHelp": "Umożliwia pobieranie przez serwer Jellyfin informacji o mediach, dostarczając ich bogatą prezentację.",
"LabelDownloadLanguages": "Języki pobierania:",
"LabelDropImageHere": "Upuść obraz tutaj.",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Kod PIN:",
"LabelEmail": "Adres pocztowy:",
"LabelEmailAddress": "Adres pocztowy",
@@ -766,11 +757,9 @@
"LabelFanartApiKeyHelp": "Żądania fototapet, bez osobistego klucza API, zwrócą obrazy, które były zatwierdzone 7 dni temu. Z osobistym kluczem API wartość spada do 48 godzin, a jeżeli jesteś członkiem VIP fototapety wartość ta spadnie do około 10 minut.",
"LabelFileOrUrl": "Plik, lub adres url:",
"LabelFinish": "Zakończ",
"LabelFolder": "Folder:",
"LabelFolderType": "Typ folderu:",
"LabelForcedStream": "(Wymuszone)",
"LabelForgotPasswordUsernameHelp": "Podaj nazwę użytkownika, jeśli pamiętasz.",
"LabelFormat": "Format:",
"LabelFree": "Darmowe",
"LabelFriendlyName": "Przyjazna nazwa:",
"LabelFriendlyServerName": "Przyjazna nazwa serwera:",
@@ -812,7 +801,6 @@
"LabelLanNetworks": "Sieci lokalne:",
"LabelLanguage": "Język:",
"LabelLastResult": "Ostatni wynik:",
"LabelLimit": "Limit:",
"LabelLimitIntrosToUnwatchedContent": "Odtwarzaj zwiastuny tylko dla pozycji nieobejrzanych",
"LabelLineup": "Kolejka:",
"LabelLocalAccessUrl": "Dostęp lokalny (LAN): {0}",
@@ -951,7 +939,6 @@
"LabelSeriesRecordingPath": "Folder nagrywania seriali (opcjonalne):",
"LabelServerHost": "Serwer:",
"LabelServerHostHelp": "192.168.1.100 or https://mojserwer.com",
"LabelServerPort": "Port:",
"LabelSimultaneousConnectionLimit": "Limit jednoczesnych transmisji:",
"LabelSkipIfAudioTrackPresent": "Pomijaj, jeżeli domyślna ścieżka dźwiękowa jest w języku pobierania",
"LabelSkipIfAudioTrackPresentHelp": "Odznacz, aby upewnić się, że wszystkie wideo mają napisy, niezależnie od języka ścieżki dźwiękowej.",
@@ -1014,9 +1001,7 @@
"LabelVideoCodec": "Wideo: {0}",
"LabelVideoType": "Typy Wideo:",
"LabelView": "Widok:",
"LabelXDlnaCap": "X-Dlna cap:",
"LabelXDlnaCapHelp": "Określa zawartość elementu X_DLNACAP w przestrzeni nazw urn:schemas-dlna-org:device-1-0.",
"LabelXDlnaDoc": "X-Dlna doc:",
"LabelXDlnaDocHelp": "Określa zawartość elementu X_DLNADOC w przestrzeni nazw urn:schemas-dlna-org:device-1-0.",
"LabelYourFirstName": "Twoje imię:",
"LabelYoureDone": "Zakończono!",
@@ -1027,11 +1012,9 @@
"LanNetworksHelp": "Lista adresów IP lub adresów IP z maską podsieci dla całych sieci, rozdzielana przecinkami, które będą traktowane jako sieć lokalna w trakcie egzekwowania ograniczeń przepustowości. Jeśli zostanie wypełniona, wszystkie pozostałe adresy będą traktowane jako sieć zewnętrzna i będą podlegać ograniczeniom przepustowości. Jeśli zostanie pusta, tylko podsieć, w której znajduje się serwer, będzie traktowana jako sieć lokalna.",
"LatestFromLibrary": "Ostatnie {0}",
"LearnHowToCreateSynologyShares": "Dowiedz się jak udostępniać foldery w Synology.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Wybierz foldery mediów udostępniane temu użytkownikowi. Administratorzy będą mogli edytować wszystkie foldery używając menedżera metadanych.",
"LinkApi": "API",
"LinkCommunity": "Społeczność",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Dowiedz się więcej o Jellyfin Premium",
"LiveTvUpdateAvailable": "(Dostępna aktualizacja)",
"LoginDisclaimer": "Jellyfin zostało zaprojektowane tak, aby pomagać w zarządzaniu biblioteką domową - filmami, muzyką i fotografiami. Zapoznaj się z zasadami użytkowania. Używanie oprogramowania Jellyfin wymaga pełnego zaakceptowania zasad.",
@@ -1058,7 +1041,6 @@
"MediaInfoFile": "Plik",
"MediaInfoFocalLength": "Ogniskowa",
"MediaInfoForced": "Wymuszone",
"MediaInfoFormat": "Format",
"MediaInfoFramerate": "Klatkaż",
"MediaInfoInterlaced": "Przeplot",
"MediaInfoIsoSpeedRating": "Czułość ISO",
@@ -1189,15 +1171,10 @@
"Notifications": "Powiadomienia",
"NumLocationsValue": "{0} foldery",
"OpenSubtitleInstructions": "Wymaga konfiguracji informacji o koncie Open Subtitles, na stronie konfiguracji Open Subtitles, w kokpicie serwera Jellyfin.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Aktor",
"OptionActors": "Aktorzy",
"OptionAdminUsers": "Administratorzy",
"OptionAfterSystemEvent": "Po zdarzeniu systemowym",
"OptionAlbum": "Album",
"OptionAlbumArtist": "Wykonawca albumu",
"OptionAll": "Wszystko",
"OptionAllUsers": "Wszyscy użytkownicy",
@@ -1230,7 +1207,6 @@
"OptionBackdrops": "Fototapety",
"OptionBanner": "Baner",
"OptionBestAvailableStreamQuality": "Najlepsze możliwe",
"OptionBeta": "Beta",
"OptionBirthLocation": "Miejsce urodzenia",
"OptionBlockBooks": "Książki",
"OptionBlockChannelContent": "Kanały internetowe",
@@ -1246,7 +1222,6 @@
"OptionBooks": "Książki",
"OptionBox": "Pudełko",
"OptionBoxRear": "Tył pudełka",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Kolekcje",
"OptionCommunityRating": "Ocena społeczności",
"OptionComposer": "Kompozytor",
@@ -1265,7 +1240,6 @@
"OptionDatePlayed": "Data odtwarzania",
"OptionDefaultSort": "Domyślny",
"OptionDescending": "Malejąco",
"OptionDev": "Dev",
"OptionDirector": "Reżyser",
"OptionDirectors": "Reżyserzy",
"OptionDisableUser": "Deaktywuj tego użytkownika",
@@ -1284,8 +1258,6 @@
"OptionDownloadDiscImage": "Dysk",
"OptionDownloadImagesInAdvance": "Pobieraj obrazy z wyprzedzeniem",
"OptionDownloadImagesInAdvanceHelp": "Domyślnie, większość obrazów jest pobierana tylko kiedy jest wymagana przez aplikacje Jellyfin. Aktywuj tą opcję, aby pobierać wszystkie obrazy z wyprzedzeniem, podczas importowania multimediów. Może powodować znacząco dłuższe skanowanie biblioteki.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Menu",
"OptionDownloadPrimaryImage": "Podstawowy",
"OptionDownloadThumbImage": "Miniatura",
"OptionDvd": "DVD",
@@ -1338,9 +1310,6 @@
"OptionImages": "Obrazy",
"OptionImdbRating": "Ocena IMDb",
"OptionInProgress": "W trakcie",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "Iso",
"OptionKeywords": "Słowa kluczowe",
"OptionLatestChannelMedia": "Ostatnie pozycje kanałów",
"OptionLatestMedia": "Ostatnio dodane",
@@ -1349,9 +1318,7 @@
"OptionLikes": "Lubie",
"OptionList": "Lista",
"OptionLocked": "Zablokowane",
"OptionLogo": "Logo",
"OptionMax": "Maksymalny",
"OptionMenu": "Menu",
"OptionMissingEpisode": "Brakujące Odcinki",
"OptionMissingImdbId": "Brakuje identyfikatora IMDb",
"OptionMissingOverview": "Brak opisu",
@@ -1370,8 +1337,6 @@
"OptionNo": "Nie",
"OptionNoTrailer": "Brak zwiastuna",
"OptionNone": "Brak",
"OptionOff": "Off",
"OptionOn": "On",
"OptionOnAppStartup": "Podczas uruchomienia aplikacji",
"OptionOnInterval": "Cyklicznie",
"OptionOtherApps": "Inne aplikacje",
@@ -1554,7 +1519,6 @@
"TabCollections": "Kolekcje",
"TabContainers": "Kontenery",
"TabControls": "Kotrolki",
"TabDLNA": "DLNA",
"TabDashboard": "Kokpit",
"TabDevices": "Urządzenia",
"TabDirectPlay": "Odtwarzanie Bezposrednie",
@@ -1677,10 +1641,8 @@
"ValueItemCount": "{0} pozycja",
"ValueItemCountPlural": "{0} pozycji",
"ValueLinks": "Łącza: {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} filmy",
"ValueMusicVideoCount": "{0} teledyski",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 odcinek",
"ValueOneGame": "1 gra",
"ValueOneMovie": "1 film",
-93
View File
@@ -5,7 +5,6 @@
"AddUserByManually": "Adicionar um usuário local digitando manualmente as informações do usuário.",
"AdditionalNotificationServices": "Explore o catálogo do plugin para instalar serviços adicionais de notificação.",
"Advanced": "Avançado",
"Alerts": "Alerts",
"All": "Tudo",
"AllLibraries": "Todas as bibliotecas",
"AllowDeletionFromAll": "Permitir a exclusão de mídia de todas as bibliotecas",
@@ -20,7 +19,6 @@
"Audio": "Áudio",
"BirthDateValue": "Nascimento: {0}",
"BirthPlaceValue": "Local de nascimento: {0}",
"Blacklist": "Blacklist",
"BobAndWeaveWithHelp": "Melhor qualidade, mas mais lento",
"BookLibraryHelp": "Livros de áudio e texto são suportados. Revise o {0}Guia de Nomes de Livros do Jellyfin{1}.",
"Browse": "Procurar",
@@ -51,7 +49,6 @@
"ButtonDelete": "Excluir",
"ButtonDeleteImage": "Excluir Imagem",
"ButtonDown": "Descer",
"ButtonDownload": "Download",
"ButtonEdit": "Editar",
"ButtonEditImages": "Editar imagens",
"ButtonEditOtherUserPreferences": "Editar este perfil de usuário, imagem e preferências pessoais.",
@@ -63,14 +60,12 @@
"ButtonHelp": "Ajuda",
"ButtonHide": "Ocultar",
"ButtonHome": "Início",
"ButtonInfo": "Info",
"ButtonInviteUser": "Convidar Usuário",
"ButtonLearnMore": "Saiba mais",
"ButtonLibraryAccess": "Acesso à biblioteca",
"ButtonManageFolders": "Gerenciar pastas",
"ButtonManageServer": "Gerenciar Servidor",
"ButtonManualLogin": "Login Manual",
"ButtonMenu": "Menu",
"ButtonMore": "Mais",
"ButtonMoreInformation": "Mais informações",
"ButtonMute": "Mudo",
@@ -89,7 +84,6 @@
"ButtonParentalControl": "Controle etário",
"ButtonPause": "Pausar",
"ButtonPlay": "Reproduzir",
"ButtonPlayTrailer": "Trailer",
"ButtonPlaylist": "Lista de reprodução",
"ButtonPreferences": "Preferências",
"ButtonPrevious": "Anterior",
@@ -149,7 +143,6 @@
"ButtonSubmit": "Enviar",
"ButtonSubtitles": "Legendas",
"ButtonSync": "Sincronizar",
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Desinstalar",
"ButtonUnmute": "Remover Mudo",
"ButtonUp": "Subir",
@@ -159,15 +152,12 @@
"ButtonViewAlbum": "Ver álbum",
"ButtonViewArtist": "Ver artista",
"ButtonViewWebsite": "Ver website",
"ButtonWebsite": "Website",
"ButtonYes": "Sim",
"CancelSeries": "Cancelar série",
"CategoryApplication": "Aplicação",
"CategoryPlugin": "Plugin",
"CategorySync": "Sincronização",
"CategorySystem": "Sistema",
"CategoryUser": "Usuário",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Selecione os canais a compartilhar com este usuário. Administradores poderão editar todos os canais usando o gerenciador de metadados.",
"Channels": "Canais",
"CinemaModeConfigurationHelp": "O modo cinema traz a experiência do cinema diretamente para a sua sala, possibilitando reproduzir trailers e introduções personalizadas antes do filme principal.",
@@ -190,7 +180,6 @@
"DeviceLastUsedByUserName": "Utilizado por último por {0}",
"Disabled": "Desativado",
"Downloading": "Transferindo",
"Downloads": "Downloads",
"DrmChannelsNotImported": "Canais com DRM não serão importados.",
"EasyPasswordHelp": "Seu código pin fácil é usado para acesso off-line com apps suportados pelo Jellyfin e pode ser usado para acesso fácil dentro da rede.",
"EnableDebugLoggingHelp": "O log de depuração só deveria estar ativo se necessário para propósitos de identificação de problemas. O aumento de acesso ao sistema de arquivos pode evitar que a máquina do servidor possa entrar em modo suspensão em alguns ambientes.",
@@ -240,7 +229,6 @@
"Fullscreen": "Tela cheia",
"General": "Geral",
"GuestUserNotFound": "Usuário não encontrado. Por favor, certifique-se que o nome esteja correto e tente novamente ou tente digitar o endereço de e-mail.",
"GuideProviderLogin": "Login",
"GuideProviderSelectListings": "Selecionar Listas",
"H264CrfHelp": "O CRF (Constant Rate Factor) é o parâmetro padrão de qualidade para o codificador x264. Você pode definir valores entre 0 e 51, onde valores menores resultarão em melhor qualidade (ao custo de arquivos maiores). Valores sãos estão entre 18 e 28. O padrão para o x264 é 23, então você pode usar isso como um ponto de partida.",
"H264EncodingPresetHelp": "Escolha um valor mais rápido para melhorar a performance, ou um valor mais lento para melhorar a qualidade.",
@@ -259,7 +247,6 @@
"HeaderAddUpdateImage": "Adicionar/Atualizar Imagem",
"HeaderAddUser": "Adicionar Usuário",
"HeaderAdditionalParts": "Partes Adicionais",
"HeaderAdmin": "Admin",
"HeaderAdvanced": "Avançado",
"HeaderAirDays": "Dias da Exibição",
"HeaderAlbums": "Álbuns",
@@ -269,7 +256,6 @@
"HeaderApiKey": "Chave da Api",
"HeaderApiKeys": "Chaves da Api",
"HeaderApiKeysHelp": "As aplicações externas precisam ter um chave de Api para se comunicar com o Servidor Jellyfin. As chaves são emitidas ao entrar com uma conta Jellyfin ou concedendo manualmente a chave à aplicação.",
"HeaderApp": "App",
"HeaderAudio": "Áudio",
"HeaderAudioSettings": "Ajustes de Áudio",
"HeaderAudioTracks": "Faixas de Audio",
@@ -378,7 +364,6 @@
"HeaderIdentificationCriteriaHelp": "Digite, ao menos, um critério de identificação.",
"HeaderIdentificationHeader": "Cabeçalho de Identificação",
"HeaderImageBackdrop": "Imagem de Fundo",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "Opções de Imagem",
"HeaderImagePrimary": "Principal",
"HeaderImageSettings": "Ajustes da Imagem",
@@ -416,7 +401,6 @@
"HeaderLibraryAccess": "Acesso à Biblioteca",
"HeaderLibraryFolders": "Pastas de Mídias",
"HeaderLibrarySettings": "Configurações da Biblioteca",
"HeaderLinks": "Links",
"HeaderLiveTV": "TV ao Vivo",
"HeaderLiveTv": "TV ao Vivo",
"HeaderLiveTvTunerSetup": "Configuração do Sintonizador da TV ao Vivo",
@@ -426,7 +410,6 @@
"HeaderMediaFolders": "Pastas de Mídia",
"HeaderMediaInfo": "Informações da Mídia",
"HeaderMediaLocations": "Localizações de Mídia",
"HeaderMenu": "Menu",
"HeaderMissing": "Ausente",
"HeaderMoreLikeThis": "Mais Disso",
"HeaderMovies": "Filmes",
@@ -541,7 +524,6 @@
"HeaderSpecialFeatures": "Recursos Especiais",
"HeaderSpecials": "Especiais",
"HeaderSplitMedia": "Separar Mídia",
"HeaderStatus": "Status",
"HeaderStudios": "Estúdios",
"HeaderSubtitleDownloads": "Downloads de Legendas",
"HeaderSubtitleProfile": "Perfil da Legenda",
@@ -553,8 +535,6 @@
"HeaderSync": "Sincronização",
"HeaderSyncJobInfo": "Tarefa de Sincronização",
"HeaderSystemDlnaProfiles": "Perfis do Sistema",
"HeaderTV": "TV",
"HeaderTags": "Tags",
"HeaderTaskTriggers": "Disparadores de Tarefa",
"HeaderTermsOfService": "Termos de Serviço do Jellyfin",
"HeaderThemeSongs": "Músicas-Tema",
@@ -565,7 +545,6 @@
"HeaderTopPlugins": "Plugins Mais Usados",
"HeaderTrack": "Faixa",
"HeaderTracks": "Faixas",
"HeaderTrailers": "Trailers",
"HeaderTranscodingProfile": "Perfil da Transcodificação",
"HeaderTranscodingProfileHelp": "Adicionar perfis de transcodificação que indiquem que formatos deverão ser usados quando a transcodificação é necessária.",
"HeaderTunerDevices": "Sintonizadores",
@@ -651,7 +630,6 @@
"LabelBlastMessageInterval": "Intervalo das mensagens de exploração (segundos)",
"LabelBlastMessageIntervalHelp": "Determina a duração em segundos entre as mensagens de exploração enviadas pelo servidor.",
"LabelBlockContentWithTags": "Bloquear itens com tags:",
"LabelCache": "Cache:",
"LabelCachePath": "Local do cache:",
"LabelCachePathHelp": "Defina uma localização para os arquivos de cache como, por exemplo, imagens. Por favor, deixe em branco para usar o padrão do servidor.",
"LabelCameraUploadPath": "Local para upload da câmera:",
@@ -719,7 +697,6 @@
"LabelDropImageHere": "Soltar a imagem aqui.",
"LabelDynamicExternalId": "Id de {0}:",
"LabelEasyPinCode": "Código pin fácil:",
"LabelEmail": "Email:",
"LabelEmailAddress": "Endereço de email",
"LabelEmbedAlbumArtDidl": "Embutir a capa do álbum no Didl",
"LabelEmbedAlbumArtDidlHelp": "Alguns dispositivos preferem este método para obter a capa do álbum. Outros podem falhar para reproduzir com esta opção ativada",
@@ -818,10 +795,8 @@
"LabelLocalAccessUrl": "Acesso em Casa (LAN): {0}",
"LabelLocalHttpServerPortNumber": "Número da porta local de http:",
"LabelLocalHttpServerPortNumberHelp": "O número da porta tcp que o servidor http do Jellyfin deveria se conectar.",
"LabelLocalSyncStatusValue": "Status: {0}",
"LabelLoginDisclaimer": "Aviso legal no login:",
"LabelLoginDisclaimerHelp": "Este aviso será exibido na parte inferior da página de login.",
"LabelLogs": "Logs:",
"LabelManufacturer": "Fabricante",
"LabelManufacturerUrl": "Url do fabricante",
"LabelMarkAs": "Marcar como:",
@@ -909,9 +884,7 @@
"LabelPrevious": "Anterior",
"LabelProfile": "Perfil:",
"LabelProfileAudioCodecs": "Codecs de áudio:",
"LabelProfileCodecs": "Codecs:",
"LabelProfileCodecsHelp": "Separados por vírgula. Pode ser deixado em branco para usar com todos os codecs.",
"LabelProfileContainer": "Container:",
"LabelProfileContainersHelp": "Separados por vírgula. Pode ser deixado em branco para usar com todos os containers.",
"LabelProfileVideoCodecs": "Codecs de vídeo:",
"LabelProtocol": "Protocolo:",
@@ -964,7 +937,6 @@
"LabelSpecialSeasonsDisplayName": "Nome de exibição da temporada especial:",
"LabelSportsCategories": "Categorias de Esportes:",
"LabelStartWhenPossible": "Iniciar quando possível:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Para quando possível:",
"LabelStopping": "Parando",
"LabelSubtitleDownloaders": "Downloaders de legendas:",
@@ -975,12 +947,10 @@
"LabelSyncPath": "Local para conteúdo sincronizado:",
"LabelSyncTempPath": "Local do arquivo temporário:",
"LabelSyncTempPathHelp": "Especifique uma pasta de trabalho para a sincronização personalizada. Mídias convertidas criadas durante o processo de sincronização serão aqui armazenadas.",
"LabelTag": "Tag:",
"LabelTheme": "Tema:",
"LabelTime": "Hora:",
"LabelTimeLimitHours": "Limite de tempo (horas):",
"LabelTranscodingAudioCodec": "Codec do Áudio:",
"LabelTranscodingContainer": "Container:",
"LabelTranscodingTempPath": "Local temporário para transcodificação:",
"LabelTranscodingTempPathHelp": "Esta pasta contém arquivos ativos usados pelo transcodificador. Especifique um local personalizado ou deixe em branco para usar o padrão dentro da pasta de dados do servidor.",
"LabelTranscodingTemporaryFiles": "Arquivos temporários da transcodificação:",
@@ -997,7 +967,6 @@
"LabelUnairedMissingEpisodesWithinSeasons": "Exibir episódios por estrear dentro das temporadas",
"LabelUnknownLanguage": "Idioma desconhecido",
"LabelUploadSpeedLimit": "Limite de velocidade de upload (Mbps):",
"LabelUrl": "Url:",
"LabelUseNotificationServices": "Usar os seguintes serviços:",
"LabelUser": "Usuário:",
"LabelUserAgent": "Agente do usuário:",
@@ -1014,9 +983,7 @@
"LabelVideoCodec": "Vídeo: {0}",
"LabelVideoType": "Tipo de Vídeo:",
"LabelView": "Visualizar:",
"LabelXDlnaCap": "X-Dlna cap:",
"LabelXDlnaCapHelp": "Determina o conteúdo do elemento X_DLNACAP no namespace urn:schemas-dlna-org:device-1-0.",
"LabelXDlnaDoc": "X-Dlna doc:",
"LabelXDlnaDocHelp": "Determina o conteúdo do elemento X_DLNADOC no namespace urn:schemas-dlna-org:device-1-0",
"LabelYourFirstName": "Seu primeiro nome:",
"LabelYoureDone": "Pronto!",
@@ -1027,11 +994,8 @@
"LanNetworksHelp": "Lista separada por vírgula de endereços IP ou entradas IP/máscara de rede para redes que serão consideradas como redes locais ao forçar restrições de banda. Se definida, todos os outros endereços IP serão considerados como estando em uma rede externa e estarão sujeitos a restrições de banda externa. Se deixada em branco, apenas a sub-rede do servidor é considerada como rede local.",
"LatestFromLibrary": "Últimos {0}",
"LearnHowToCreateSynologyShares": "Saiba como compartilhar pastas no Sinology.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Selecione as pastas de mídia para compartilhar com este usuário. Administradores poderão editar todas as pastas usando o gerenciador de metadados.",
"LinkApi": "Api",
"LinkCommunity": "Comunidade",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Saiba mais sobre o Jellyfin Premiere",
"LiveTvUpdateAvailable": "(Atualização disponível)",
"LoginDisclaimer": "Jellyfin está desenhado para ajudá-lo a gerenciar sua biblioteca de mídia pessoal, como vídeos caseiros ou fotos. Por favor, leia nossos termos de uso. O uso de qualquer software Jellyfin constitui a aceitação desses termos.",
@@ -1040,7 +1004,6 @@
"MapChannels": "Mapear Canais",
"MarkFFmpegExec": "Se estiver executando Linux ou OSX, você precisará localizar os arquivos de ffmpeg e ffprobe e marcá-los como executáveis. Isto é necessário para dar permissão ao Jellyfin para executá-los.",
"MaxParentalRatingHelp": "Conteúdo com classificação maior será ocultado do usuário.",
"MediaInfoAltitude": "Altitude",
"MediaInfoAnamorphic": "Anamórfico",
"MediaInfoAperture": "Abertura",
"MediaInfoAspectRatio": "Proporção da imagem",
@@ -1049,7 +1012,6 @@
"MediaInfoCameraMake": "Fabricante da câmera",
"MediaInfoCameraModel": "Modelo da câmera",
"MediaInfoChannels": "Canais",
"MediaInfoCodec": "Codec",
"MediaInfoCodecTag": "Tag do Codec",
"MediaInfoContainer": "Recipiente",
"MediaInfoDefault": "Padrão",
@@ -1059,14 +1021,10 @@
"MediaInfoFocalLength": "Tamanho do foco",
"MediaInfoForced": "Forçada",
"MediaInfoFormat": "Formato",
"MediaInfoFramerate": "Framerate",
"MediaInfoInterlaced": "Entrelaçado",
"MediaInfoIsoSpeedRating": "Velocidade Iso",
"MediaInfoLanguage": "Idioma",
"MediaInfoLatitude": "Latitude",
"MediaInfoLayout": "Layout",
"MediaInfoLevel": "Nível",
"MediaInfoLongitude": "Longitude",
"MediaInfoOrientation": "Orientação",
"MediaInfoPath": "Local",
"MediaInfoPixelFormat": "Formato do pixel",
@@ -1076,7 +1034,6 @@
"MediaInfoSampleRate": "Taxa da amostra",
"MediaInfoShutterSpeed": "Velocidade do obturador",
"MediaInfoSize": "Tamanho",
"MediaInfoSoftware": "Software",
"MediaInfoStreamTypeAudio": "Áudio",
"MediaInfoStreamTypeData": "Dados",
"MediaInfoStreamTypeEmbeddedImage": "Imagem Incorporada",
@@ -1189,10 +1146,6 @@
"Notifications": "Notificações",
"NumLocationsValue": "{0} pastas",
"OpenSubtitleInstructions": "Você terá que configurar as informações da conta do Open Subtitles na tela de configurações de Open Subtitles no painel de controle do Jellyfin Server.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Ator",
"OptionActors": "Atores",
"OptionAdminUsers": "Administradores",
@@ -1221,16 +1174,12 @@
"OptionArt": "Arte",
"OptionArtist": "Artista",
"OptionAscending": "Crescente",
"OptionAuto": "Auto",
"OptionAutomatic": "Auto",
"OptionAutomaticallyGroupSeries": "Reunir automaticamente séries que estejam espalhadas por múltiplas pastas",
"OptionAutomaticallyGroupSeriesHelp": "Se ativado, séries que estiverem espalhadas por múltiplas pastas dentro desta biblioteca serão automaticamente reunidas em uma mesma série.",
"OptionBackdrop": "Imagem de Fundo",
"OptionBackdropSlideshow": "Apresentação de Imagens de Fundo",
"OptionBackdrops": "Imagens de Fundo",
"OptionBanner": "Banner",
"OptionBestAvailableStreamQuality": "Melhor disponível",
"OptionBeta": "Beta",
"OptionBirthLocation": "Local de Nascimento",
"OptionBlockBooks": "Livros",
"OptionBlockChannelContent": "Conteúdo do Canal de Internet",
@@ -1240,13 +1189,10 @@
"OptionBlockMovies": "Filmes",
"OptionBlockMusic": "Música",
"OptionBlockOthers": "Outros",
"OptionBlockTrailers": "Trailers",
"OptionBlockTvShows": "Séries de TV",
"OptionBluray": "Bluray",
"OptionBooks": "Livros",
"OptionBox": "Caixa",
"OptionBoxRear": "Traseira da Caixa",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Coletâneas",
"OptionCommunityRating": "Avaliação da Comunidade",
"OptionComposer": "Compositor",
@@ -1265,7 +1211,6 @@
"OptionDatePlayed": "Data da Reprodução",
"OptionDefaultSort": "Padrão",
"OptionDescending": "Decrescente",
"OptionDev": "Dev",
"OptionDirector": "Diretor",
"OptionDirectors": "Diretores",
"OptionDisableUser": "Desativar este usuário",
@@ -1279,13 +1224,10 @@
"OptionDisplayFolderViewHelp": "Se ativado, os apps Jellyfin exibirão uma categoria Pastas pela sua biblioteca de mídia. Isto é útil se quiser ter uma visualização por pasta.",
"OptionDownloadArtImage": "Arte",
"OptionDownloadBackImage": "Traseira",
"OptionDownloadBannerImage": "Banner",
"OptionDownloadBoxImage": "Caixa",
"OptionDownloadDiscImage": "Disco",
"OptionDownloadImagesInAdvance": "Fazer download das imagens antecipadamente",
"OptionDownloadImagesInAdvanceHelp": "Por padrão, a maioria das imagens são baixadas só quando um app Jellyfin solicita. Ativar esta opção fará download de todas as imagens atencipadamente, assim que novas mídias são importadas. Isto pode ocasionar um tempo maior para rastrear a biblioteca.",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "Menu",
"OptionDownloadPrimaryImage": "Capa",
"OptionDownloadThumbImage": "Ícone",
"OptionDvd": "DVD",
@@ -1327,7 +1269,6 @@
"OptionHasSubtitles": "Legendas",
"OptionHasThemeSong": "Música-Tema",
"OptionHasThemeVideo": "Vídeo-Tema",
"OptionHasTrailer": "Trailer",
"OptionHideUser": "Ocultar este usuário das telas de login",
"OptionHideUserFromLoginHelp": "Útil para contas de administrador privadas ou ocultas. O usuário necessitará entrar manualmente, digitando seu nome de usuário e senha.",
"OptionHlsSegmentedSubtitles": "Legendas segmentadas hls",
@@ -1338,8 +1279,6 @@
"OptionImages": "Imagens",
"OptionImdbRating": "Avaliação IMDb",
"OptionInProgress": "Em Reprodução",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "ISO",
"OptionKeywords": "Palavras-chave",
"OptionLatestChannelMedia": "Itens recentes de canal",
@@ -1349,9 +1288,7 @@
"OptionLikes": "Curtidas",
"OptionList": "Lista",
"OptionLocked": "Bloqueada",
"OptionLogo": "Logo",
"OptionMax": "Máx",
"OptionMenu": "Menu",
"OptionMissingEpisode": "Episódios Faltantes",
"OptionMissingImdbId": "Faltando Id IMDb",
"OptionMissingOverview": "Faltando Sinopse",
@@ -1370,8 +1307,6 @@
"OptionNo": "Não",
"OptionNoTrailer": "Nenhum Trailer",
"OptionNone": "Nenhum",
"OptionOff": "Off",
"OptionOn": "On",
"OptionOnAppStartup": "Ao iniciar a aplicação",
"OptionOnInterval": "Em um intervalo",
"OptionOtherApps": "Outros apps",
@@ -1398,13 +1333,10 @@
"OptionProfilePhoto": "Foto",
"OptionProfileVideo": "Vídeo",
"OptionProfileVideoAudio": "Áudio do Vídeo",
"OptionProtocolHls": "Http Live Streaming",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Gravar a qualquer hora",
"OptionRecordOnAllChannels": "Gravar em todos os canais",
"OptionRecordOnlyNewEpisodes": "Gravar apenas novos episódios",
"OptionRecordSeries": "Gravar Séries",
"OptionRegex": "Regex",
"OptionRelease": "Versão Oficial",
"OptionReleaseDate": "Data de Lançamento",
"OptionReportByteRangeSeekingWhenTranscoding": "Reportar que o servidor suporta busca de byte quando transcodificar",
@@ -1427,12 +1359,10 @@
"OptionSortName": "Nome para ordenação",
"OptionSpecialEpisode": "Especiais",
"OptionStudios": "Estúdios",
"OptionSubstring": "Substring",
"OptionSunday": "Domingo",
"OptionSundayShort": "Dom",
"OptionSyncLosslessAudioOriginal": "Sincronizar áudio lossless na qualidade original",
"OptionSyncOnlyOnWifi": "Sincronizar apenas no Wifi",
"OptionTags": "Tags",
"OptionThumb": "Ícone",
"OptionThumbCard": "Cartão do ícone",
"OptionThursday": "Quinta-feira",
@@ -1471,7 +1401,6 @@
"PasswordResetHeader": "Redefinir Senha",
"PasswordSaved": "Senha salva.",
"PersonTypePerson": "Pessoa",
"PictureInPicture": "Picture in picture",
"PinCodeResetComplete": "O código pin foi redefinido.",
"PinCodeResetConfirmation": "Deseja realmente redefinir o código pin?",
"PlayOnAnotherDevice": "Reproduzir em outro dispositivo",
@@ -1480,7 +1409,6 @@
"PleaseUpdateManually": "Por favor, desligue o Servidor Jellyfin e instale a última versão..",
"PluginInstalledMessage": "O plugin foi instalado com sucesso. O Jellyfin Server precisa ser reiniciado para completar as alterações.",
"PluginInstalledWithName": "{0} foi instalado",
"PluginTabAppClassic": "Jellyfin for Windows Media Center",
"PluginUninstalledWithName": "{0} foi desinstalado",
"PluginUpdatedWithName": "{0} foi atualizado",
"PreferEmbeddedTitlesOverFileNames": "Preferir títulos embutidos ao invés de nomes de arquivos",
@@ -1549,19 +1477,15 @@
"TabChannels": "Canais",
"TabChapters": "Capítulos",
"TabCinemaMode": "Modo Cinema",
"TabCodecs": "Codecs",
"TabCollectionTitles": "Títulos",
"TabCollections": "Coletâneas",
"TabContainers": "Containers",
"TabControls": "Controles",
"TabDLNA": "DLNA",
"TabDashboard": "Painel",
"TabDevices": "Dispositivos",
"TabDirectPlay": "Reprodução Direta",
"TabDisplay": "Exibição",
"TabEpisodes": "Episódios",
"TabExpert": "Avançado",
"TabExtras": "Extras",
"TabFavorites": "Favoritos",
"TabFilter": "Filtro",
"TabFolders": "Pastas",
@@ -1575,13 +1499,11 @@
"TabHosting": "Hospedagem",
"TabImage": "Imagem",
"TabImages": "Imagens",
"TabInfo": "Info",
"TabLanguages": "Idiomas",
"TabLatest": "Recentes",
"TabLibrary": "Biblioteca",
"TabLibraryAccess": "Acesso à Biblioteca",
"TabLiveTV": "TV ao Vivo",
"TabLogs": "Logs",
"TabMetadata": "Metadados",
"TabMovies": "Filmes",
"TabMusic": "Música",
@@ -1603,7 +1525,6 @@
"TabPlayback": "Reprodução",
"TabPlaylist": "Lista de Reprodução",
"TabPlaylists": "Listas de Reprodução",
"TabPlugins": "Plugins",
"TabProfile": "Perfil",
"TabProfiles": "Perfis",
"TabRecordings": "Gravações",
@@ -1618,14 +1539,11 @@
"TabSettings": "Ajustes",
"TabShows": "Séries",
"TabSongs": "Músicas",
"TabStreaming": "Streaming",
"TabStudios": "Estúdios",
"TabSubtitles": "Legendas",
"TabSuggestions": "Sugestões",
"TabSync": "Sincronização",
"TabSyncJobs": "Tarefas de Sincronização",
"TabTV": "TV",
"TabTrailers": "Trailers",
"TabTranscoding": "Transcodificação",
"TabUpcoming": "Estreando",
"TabUsers": "Usuários",
@@ -1644,7 +1562,6 @@
"TitleNotifications": "Notificações",
"TitlePasswordReset": "Redefinição de Senha",
"TitlePlayback": "Reprodução",
"TitlePlugins": "Plugins",
"TitleRemoteControl": "Controle Remoto",
"TitleScheduledTasks": "Tarefas Agendadas",
"TitleServer": "Servidor",
@@ -1665,19 +1582,14 @@
"ValueAsRole": "como {0}",
"ValueAudioCodec": "Codec de Áudio: {0}",
"ValueAwards": "Prêmios: {0}",
"ValueCodec": "Codec: {0}",
"ValueConditions": "Condições: {0}",
"ValueContainer": "Container: {0}",
"ValueDateCreated": "Data da criação: {0}",
"ValueDiscNumber": "Disco {0}",
"ValueEpisodeCount": "{0} episódios",
"ValueExample": "Exemplo: {0}",
"ValueGameCount": "{0} jogos",
"ValueGuestStar": "Convidado Especial",
"ValueItemCount": "{0} item",
"ValueItemCountPlural": "{0} itens",
"ValueLinks": "Links: {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} filmes",
"ValueMusicVideoCount": "{0} vídeos musicais",
"ValueOneAlbum": "1 álbum",
@@ -1687,19 +1599,16 @@
"ValueOneMusicVideo": "1 vídeo musical",
"ValueOneSeries": "1 série",
"ValueOneSong": "1 música",
"ValueOneTrailer": "1 trailer",
"ValuePremiered": "Estréia {0}",
"ValuePremieres": "Estréia {0}",
"ValuePriceUSD": "Preço: {0} (USD)",
"ValueSeriesCount": "{0} séries",
"ValueSeriesYearToPresent": "{0} - Presente",
"ValueSongCount": "{0} músicas",
"ValueStatus": "Status: {0}",
"ValueStudio": "Estúdio: {0}",
"ValueStudios": "Estúdios: {0}",
"ValueTimeLimitMultiHour": "Limite de tempo: {0} horas",
"ValueTimeLimitSingleHour": "Limite de tempo: 1 hora",
"ValueTrailerCount": "{0} trailers",
"ValueVideoCodec": "Codec de Vídeo: {0}",
"VersionNumber": "Versão {0}",
"ViewPlaybackInfo": "Ver informação de reprodução",
@@ -1714,9 +1623,7 @@
"ViewTypeMusicFavoriteSongs": "Músicas Favoritas",
"ViewTypeMusicFavorites": "Favoritos",
"ViewTypeMusicSongs": "Músicas",
"ViewTypeTvShows": "TV",
"WelcomeToProject": "Bem vindo ao Jellyfin!",
"Whitelist": "Whitelist",
"WizardCompleted": "Isto é tudo que precisamos no momento. Jellyfin começou a coletar informações de sua biblioteca de mídia. Confira algumas de nossas apps e então clique<b>Terminar</b> para ver o <b>Painel do Servidor</b>.",
"XmlDocumentAttributeListHelp": "Estes atributos são aplicados ao elemento principal de cada resposta xml.",
"XmlTvKidsCategoriesHelp": "Programas com estas categorias serão exibidos como programas para crianças. Separados com '|'.",
File diff suppressed because it is too large Load Diff
-1399
View File
File diff suppressed because it is too large Load Diff
-13
View File
@@ -167,12 +167,10 @@
"CategorySync": "Синхр.",
"CategorySystem": "Система",
"CategoryUser": "Пользователь",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Выделите каналы, чтобы дать доступ этому пользователю. Администраторы могут изменять все каналы с помощью «Диспетчера метаданных».",
"Channels": "Каналы",
"CinemaModeConfigurationHelp": "Режим кинозала доставляет впечатление зрительного зала прямиком в вашу гостиную, вместе со способностью воспроизводить трейлеры и произвольные заставки перед основным фильмом.",
"CinemaModeConfigurationHelp2": "Jellyfin-приложения будут иметь параметр для включения или отключения режима кинозала. В приложениях для телевизоров режим кинозала включается по умолчанию.",
"CoverArt": "Cover Art",
"CustomDlnaProfilesHelp": "Создайте настраиваемый профиль, назначаемый для нового устройства или переопределите системный профиль.",
"DeathDateValue": "Кончина: {0}",
"DefaultCameraUploadPathHelp": "Выберите произвольный путь выкладки. Если не заполнять, то будет использована стандартная папка. Если используется произвольный путь, то его также требуется добавить как медиатеку в области установки и настройки медиатек Jellyfin.",
@@ -394,7 +392,6 @@
"HeaderItems": "Элементы",
"HeaderJellyfinAccountAdded": "Учётная запись Jellyfin добавлена",
"HeaderJellyfinAccountRemoved": "Учётная запись Jellyfin изъята",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "Для включения или отключения NFO-метаданных, начните править медиатеку в области настройки медиатек и найдите раздел хранителей метаданных.",
"HeaderLanguage": "Язык",
"HeaderLatestAlbums": "Последние альбомы",
@@ -717,7 +714,6 @@
"LabelDownloadInternetMetadataHelp": "В Jellyfin Server возможно загрузить информацию о своих медиаданных, чтобы включить насыщенные представления.",
"LabelDownloadLanguages": "Загружаемые языки:",
"LabelDropImageHere": "Перетащите рисунок сюда",
"LabelDynamicExternalId": "{0} Id:",
"LabelEasyPinCode": "Простой PIN-код:",
"LabelEmail": "Э-почта:",
"LabelEmailAddress": "Адрес Э-почты",
@@ -1189,10 +1185,6 @@
"Notifications": "Уведомления",
"NumLocationsValue": "{0} пап(ки/ок)",
"OpenSubtitleInstructions": "Вам нужно будет конфигурировать учётную запись Open Subtitles на экране конфигурации Open Subtitles в панели Jellyfin Server.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Актёр",
"OptionActors": "Актёры",
"OptionAdminUsers": "Администраторы",
@@ -1246,7 +1238,6 @@
"OptionBooks": "Книги",
"OptionBox": "Коробка",
"OptionBoxRear": "Спинка коробки",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Коллекции",
"OptionCommunityRating": "Пользовательский рейтинг",
"OptionComposer": "Композитор",
@@ -1338,8 +1329,6 @@
"OptionImages": "Рисунки",
"OptionImdbRating": "Оценка IMDb",
"OptionInProgress": "Выполняется",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "ISO",
"OptionKeywords": "Ключевые слова",
"OptionLatestChannelMedia": "Новейшее из каналов",
@@ -1411,7 +1400,6 @@
"OptionReportByteRangeSeekingWhenTranscodingHelp": "Это требуется для некоторых устройств, которые делают повремённую перемотку недостаточно удовлетворительно.",
"OptionRequirePerfectSubtitleMatch": "Загружать только субтитры, которые наиболее соответствуют моим видеофайлам",
"OptionRequirePerfectSubtitleMatchHelp": "Требование полного соответствия, при котором будут отфильтровываться только те субтитры, которые были проверены и подтверждены на соответствие с вашим видеофайлом. Если снять данный флажок, повысится вероятность загрузки субтитров, но увеличатся шансы несовпадения по времени или неверного текста субтитров.",
"OptionResElement": "res element",
"OptionResumable": "Возможно возобновление",
"OptionResumablemedia": "Возобновимое",
"OptionRuntime": "Длительность",
@@ -1554,7 +1542,6 @@
"TabCollections": "Коллекции",
"TabContainers": "Контейнеры",
"TabControls": "Управление",
"TabDLNA": "DLNA",
"TabDashboard": "Панель",
"TabDevices": "Устройства",
"TabDirectPlay": "Прямое воспр.",
-600
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
-138
View File
@@ -5,22 +5,17 @@
"AddUserByManually": "Lägg till en lokal användare och ange användarinformation manuellt.",
"AdditionalNotificationServices": "Sök efter fler meddelandetillägg i tilläggskatalogen.",
"Advanced": "Avancerat",
"Alerts": "Alerts",
"All": "Alla",
"AllLibraries": "Alla bibliotek",
"AllowDeletionFromAll": "Tillåt mediaborttagning i alla bibliotek",
"AllowHWTranscodingHelp": "Aktivera för att låta TV-mottagaren omkoda strömmar. Det kan minska behovet av omkodning på Jellyfin Server.",
"AllowMediaConversion": "Allow media conversion",
"AllowMediaConversionHelp": "Grant or deny access to the convert media feature.",
"AllowOnTheFlySubtitleExtraction": "Tillåt undertextsextrahering under uppspelning",
"AllowOnTheFlySubtitleExtractionHelp": "Inbäddade undertexter kan extraheras ur videor och skickas till Jellyfin-appar i textformat för att förhindra omkodning. I vissa system kan detta ta en lång tid och stoppa videouppspelningen under extraheringsprocessen. Avaktivera detta för att bränna in inbäddade undertexter genom omkodning när de inte stöds av klienten.",
"AllowRemoteAccess": "Tillåt fjärranslutningar till denna Jellyfin-server.",
"AllowRemoteAccessHelp": "Om avaktiverat så blockeras alla fjärranslutningar.",
"AllowedRemoteAddressesHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be allowed to connect remotely. If left blank, all remote addresses will be allowed.",
"Audio": "Ljud",
"BirthDateValue": "Född: {0}",
"BirthPlaceValue": "Födelseort:{0}",
"Blacklist": "Blacklist",
"BobAndWeaveWithHelp": "Linjedubbling och flätning (bättre kvalitet, men långsammare)",
"BookLibraryHelp": "Ljud- och textböcker stöds. Läs {0}Jellyfins boknamngivningsguide{1}.",
"Browse": "Bläddra",
@@ -59,11 +54,9 @@
"ButtonFilter": "Filtrera",
"ButtonForgotPassword": "Glömt lösenord",
"ButtonFullscreen": "Fullskärm",
"ButtonGuide": "Guide",
"ButtonHelp": "Hjälp",
"ButtonHide": "Dölj",
"ButtonHome": "Hem",
"ButtonInfo": "Info",
"ButtonInviteUser": "Bjud in användare",
"ButtonLearnMore": "Läs mer",
"ButtonLibraryAccess": "Biblioteksåtkomst",
@@ -89,7 +82,6 @@
"ButtonParentalControl": "Föräldralås",
"ButtonPause": "Paus",
"ButtonPlay": "Spela upp",
"ButtonPlayTrailer": "Trailer",
"ButtonPlaylist": "Spellista",
"ButtonPreferences": "Inställningar",
"ButtonPrevious": "Föregående",
@@ -131,7 +123,6 @@
"ButtonSelectView": "Välj vy",
"ButtonSend": "Skicka",
"ButtonSendInvitation": "Skicka inbjudan",
"ButtonServer": "Server",
"ButtonServerDashboard": "Server kontrollpanel",
"ButtonSettings": "Inställningar",
"ButtonShare": "Dela",
@@ -143,13 +134,11 @@
"ButtonSkip": "Hoppa över",
"ButtonSort": "Sortera",
"ButtonSplitVersionsApart": "Hantera olika versioner separat",
"ButtonStart": "Start",
"ButtonStop": "Stopp",
"ButtonStopRecording": "Avbryt inspelning",
"ButtonSubmit": "Bekräfta",
"ButtonSubtitles": "Undertexter",
"ButtonSync": "Synk",
"ButtonTrailer": "Trailer",
"ButtonUninstall": "Avinstallera",
"ButtonUnmute": "Muting av",
"ButtonUp": "Upp",
@@ -165,19 +154,13 @@
"CategoryApplication": "App",
"CategoryPlugin": "Tillägg",
"CategorySync": "Synkronisera",
"CategorySystem": "System",
"CategoryUser": "Användare",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Välj kanaler att dela med denna användare. Administratörer kan redigera alla kanaler med hjälp av metadatahanteraren.",
"Channels": "Channels",
"CinemaModeConfigurationHelp": "Bioläget gör ditt vardagsrum till en biograf genom möjligheten att visa trailers och egna vinjetter innan filmen börjar.",
"CinemaModeConfigurationHelp2": "Jellyfinappar har en inställning för att aktivera eller avaktivera bioläge. TV-appar aktiverar bioläge som standard.",
"CoverArt": "Cover Art",
"CustomDlnaProfilesHelp": "Skapa en anpassad profil för ny enhet eller för att överlappa en systemprofil.",
"DeathDateValue": "Död: {0}",
"DefaultCameraUploadPathHelp": "Select a custom upload path. If left blank, a default folder will be used. If using a custom path it will also need to be added as a library in Jellyfin library setup.",
"DefaultErrorMessage": "Ett fel uppstd vid begäran. Försök igen senare.",
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.",
"Delete": "Ta bort",
"DeleteDeviceConfirmation": "Är du säker på att du vill ta bort den här enheten? Den kommer att dyka upp igen nästa gång en användare kopplar upp sig med den.",
"DeleteImage": "Ta bort bild",
@@ -193,20 +176,14 @@
"Downloads": "Hämtningar",
"DrmChannelsNotImported": "Kanaler med DRM kommer inte att importeras",
"EasyPasswordHelp": "Din enkla pin-kod används för att logga in offline på Jellyfin-appar som stödjer det, och kan också användas för enkel inloggning från ditt nätverk.",
"EnableDebugLoggingHelp": "Debug logging should only be enabled as needed for troubleshooting purposes. The increased file system access may prevent the server machine from being able to sleep in some environments.",
"EnableHardwareEncoding": "Aktivera hårdvaruomkodning",
"EnablePhotos": "Aktivera foton",
"EnablePhotosHelp": "Foton kommer upptäckas och visas tillsammans med andra mediefiler.",
"EnableStreamLooping": "Auto-loop live streams",
"EnableStreamLoopingHelp": "Enable this if live streams only contain a few seconds of data and need to be continuously requested. Enabling this when not needed may cause problems.",
"EnterFFmpegLocation": "Ange sökvägen för FFmpeg",
"ErrorAddingJellyfinConnectAccount1": "Det gick inte att lägga till ditt Jellyfin Connect-konto. Har du ett Jellyfin Connect-konto? Du kan skapa ett på {0}.",
"ErrorAddingJellyfinConnectAccount2": "If you're still having a problem, please send an email to {0}.",
"ErrorAddingJellyfinConnectAccount3": "Jellyfin-kontot är redan kopplat till en existerande lokal användare. Ett emby-konto kan endast kopplas till en lokal användare åt gången.",
"ErrorAddingListingsToSchedulesDirect": "There was an error adding the lineup to your Schedules Direct account. Schedules Direct only allows a limited number of lineups per account. You may need to log into the Schedules Direct website and remove others listings from your account before proceeeding.",
"ErrorAddingMediaPathToVirtualFolder": "Det gick inte att lägga till sökvägen. Kontrollera att sökvägen är korrekt och att Jellyfin Server har rättigheter till sökvägen.",
"ErrorAddingTunerDevice": "Det gick inte att lågga till den här TV-mottagaren. Säkerställ att den går att nå och försök igen.",
"ErrorAddingXmlTvFile": "There was an error accessing the XmlTV file. Please ensure the file exists and try again.",
"ErrorGettingTvLineups": "Ett fel uppstod vid nedladdningen utav tv-sortimentet. Se till så att uppgifterna stämmer och försök igen.",
"ErrorMessageEmailInUse": "Emailadressen används redan. Välj en ny emailadress och försök igen, eller klicka på återställ lösenord.",
"ErrorMessagePasswordNotMatchConfirm": "Lösenordet och bekräftelsen måste överensstämma.",
@@ -221,7 +198,6 @@
"ExitFullscreen": "Avsluta fullskärm",
"ExtractChapterImagesHelp": "Att extrahera kapitelrutor möjliggör för vissa klienter att visa grafiska menyer för kapitelval. Aktiviteten kan vara långsam, cpu-intensiv och kan kräva flera gigabyte hårddiskutrymme på din Jellyfin Server. Aktiviteten körs när nya videofiler upptäcks och är även schemalagd under nattetid, men det går att ändra under schemalagda aktiviteter. Det är inte rekommenderat att köra den här aktiviteten vid tider med hög belastning.",
"FFmpegSavePathNotFound": "Det gick inte att hitta FFmpeg med den angivna sökvägen. FFprobe måste även finnas i samma mapp. Dessa komponenter inkluderas normalt i samma nedladdning. Var god undersök sökvägen och försök igen.",
"FastForward": "Fast-forward",
"FeatureRequiresJellyfinPremiere": "Den här funktionen kräver en aktiv Jellyfin Premium prenumeration.",
"FileNotFound": "Kan inte hitta filen.",
"FileReadCancelled": "Inläsningen av filen har avbrutits.",
@@ -236,9 +212,7 @@
"FolderTypePhotos": "Foton",
"FolderTypeTvShows": "TV-serier",
"FolderTypeUnset": "Blandat innehåll",
"ForAdditionalLiveTvOptions": "For additional Live TV providers, click on the Services tab to see the available options.",
"Fullscreen": "Fullskärm",
"General": "General",
"GuestUserNotFound": "Användaren kunde inte hittas. Se till så att namnet är korrekt och försök igen, eller pröva att ange emailadressen istället.",
"GuideProviderLogin": "Logga in",
"GuideProviderSelectListings": "Välj listor",
@@ -259,7 +233,6 @@
"HeaderAddUpdateImage": "Lägg till/uppdatera bild",
"HeaderAddUser": "Lägg till användare",
"HeaderAdditionalParts": "Ytterligare delar",
"HeaderAdmin": "Admin",
"HeaderAdvanced": "Avancerat",
"HeaderAirDays": "Sändningsdagar",
"HeaderAlbums": "Album",
@@ -269,7 +242,6 @@
"HeaderApiKey": "API-nyckel",
"HeaderApiKeys": "API-nycklar",
"HeaderApiKeysHelp": "Externa applikationer behöver en api-nyckel för att kommunicera med Jellyfin Server. Nycklar skapas genom att logga in med ett Jellyfin-konto eller genom att manuellt skapa en nyckel till applikationen.",
"HeaderApp": "App",
"HeaderAudio": "Ljud",
"HeaderAudioSettings": "Ljudinställningar",
"HeaderAudioTracks": "Ljudspår",
@@ -280,7 +252,6 @@
"HeaderBecomeProjectSupporter": "Skaffa Jellyfin Premiere",
"HeaderBlockItemsWithNoRating": "Blockera innehåll med ingen eller okänd åldersgräns:",
"HeaderBooks": "Böcker",
"HeaderBranding": "Branding",
"HeaderBrandingHelp": "Ändra utseendet på Jellyfin för att matcha din grupp eller organisation.",
"HeaderCameraUpload": "Kamerauppladdning",
"HeaderCameraUploadHelp": "Jellyfin-appar kan automatiskt ladda upp foton tagna med dina mobila enheter till Jellyfin-servern.",
@@ -360,7 +331,6 @@
"HeaderFeatureAccess": "Tillgång till funktioner",
"HeaderFeatures": "Extramaterial",
"HeaderFetchImages": "Hämta bilder:",
"HeaderFetcherSettings": "Fetcher Settings",
"HeaderFilters": "Filter",
"HeaderForKids": "För barn",
"HeaderForgotKey": "Glömt koden",
@@ -379,7 +349,6 @@
"HeaderIdentificationHeader": "ID-rubrik",
"HeaderImageBackdrop": "Bakgrundsbild",
"HeaderImageLogo": "Logotyp",
"HeaderImageOptions": "Image Options",
"HeaderImagePrimary": "Huvudbild",
"HeaderImageSettings": "Bildinställningar",
"HeaderImages": "Bilder",
@@ -394,7 +363,6 @@
"HeaderItems": "Objekt",
"HeaderJellyfinAccountAdded": "Jellyfinkonto har lagts till",
"HeaderJellyfinAccountRemoved": "Jellyfinkontot har tagits bort",
"HeaderJellyfinServer": "Jellyfin Server",
"HeaderKodiMetadataHelp": "Jellyfin har stöd för Nfo-metadatafiler. För att aktivera eller inaktivera Nfo-metadata, använd Metadata-fliken för att konfigurera Nfo-stöd för dina mediatyper.",
"HeaderLanguage": "Språk",
"HeaderLatestAlbums": "Nytillkomna album",
@@ -419,10 +387,8 @@
"HeaderLinks": "Länkar",
"HeaderLiveTV": "Live-TV",
"HeaderLiveTv": "Live-TV",
"HeaderLiveTvTunerSetup": "Live TV Tuner Setup",
"HeaderLoginFailure": "Misslyckad inloggning",
"HeaderManagement": "Administration",
"HeaderMedia": "Media",
"HeaderMediaFolders": "Mediamappar",
"HeaderMediaInfo": "Mediainformation",
"HeaderMediaLocations": "Lagringsplatser för media",
@@ -445,7 +411,6 @@
"HeaderNotifications": "Meddelanden",
"HeaderNowPlaying": "Nu spelas",
"HeaderNumberOfPlayers": "Spelare",
"HeaderOffline": "Offline",
"HeaderOfflineSync": "Offline synk",
"HeaderOnNow": "På nu",
"HeaderOptions": "Alternativ",
@@ -453,7 +418,6 @@
"HeaderOtherItems": "Övriga objekt",
"HeaderOverview": "Översikt",
"HeaderParentalRating": "Parental Rating",
"HeaderParentalRatings": "Parental Ratings",
"HeaderPassword": "Lösenord",
"HeaderPasswordReset": "Återställning av lösenordet",
"HeaderPaths": "Sökvägar",
@@ -474,7 +438,6 @@
"HeaderProfile": "Profil",
"HeaderProfileInformation": "Profilinformation",
"HeaderProfileServerSettingsHelp": "Dessa inställningar kontrollerar hur Jellyfin Server presenterar sig för enheten.",
"HeaderProgram": "Program",
"HeaderRecentActivity": "Senaste aktivitet",
"HeaderRecentlyPlayed": "Nyligen spelade",
"HeaderRecordingGroups": "Inspelningsgrupper",
@@ -499,7 +462,6 @@
"HeaderRuntime": "Speltid",
"HeaderScenes": "Kapitel",
"HeaderSchedule": "Schema",
"HeaderScreenSavers": "Screen Savers",
"HeaderSearch": "Sök",
"HeaderSeason": "Säsong",
"HeaderSeasonNumber": "Säsongsnummer:",
@@ -541,7 +503,6 @@
"HeaderSpecialFeatures": "Extramaterial",
"HeaderSpecials": "Specialavsnitt",
"HeaderSplitMedia": "Dela upp media",
"HeaderStatus": "Status",
"HeaderStudios": "Studior",
"HeaderSubtitleDownloads": "Undertextshämtningar",
"HeaderSubtitleProfile": "Undertextprofil",
@@ -553,7 +514,6 @@
"HeaderSync": "Synkronisera",
"HeaderSyncJobInfo": "Synkroniseringsjobb",
"HeaderSystemDlnaProfiles": "Systemprofiler",
"HeaderTV": "TV",
"HeaderTags": "Etiketter",
"HeaderTaskTriggers": "Aktivitetsutlösare",
"HeaderTermsOfService": "Jellyfin användarvillkor",
@@ -565,14 +525,12 @@
"HeaderTopPlugins": "Tilläggstoppen",
"HeaderTrack": "Spår",
"HeaderTracks": "Spår",
"HeaderTrailers": "Trailers",
"HeaderTranscodingProfile": "Profil för omkodning",
"HeaderTranscodingProfileHelp": "Ange omkodningsprofiler för att indikera vilka format som ska användas då omkodning krävs.",
"HeaderTunerDevices": "TV-mottagare",
"HeaderTuners": "TV-mottagare",
"HeaderTvTuners": "TV-mottagare",
"HeaderType": "Typ",
"HeaderTypeImageFetchers": "{0} Image Fetchers",
"HeaderTypeText": "Ange text",
"HeaderUnaired": "Ej sänt",
"HeaderUnknownDate": "Okänt datum",
@@ -586,9 +544,7 @@
"HeaderUser": "Användare",
"HeaderUserPrimaryImage": "Användarbild",
"HeaderUsers": "Användare",
"HeaderVideo": "Video",
"HeaderVideoTypes": "Videotyper",
"HeaderVideos": "Videos",
"HeaderViewOrder": "Visningsordning",
"HeaderViewStyles": "Utökade vyer",
"HeaderWelcomeToJellyfin": "Välkommen till Jellyfin",
@@ -600,7 +556,6 @@
"HeadersFolders": "Mappar",
"HowToConnectFromJellyfinApps": "Hur man ansluter från Jellyfin-appar",
"HowWouldYouLikeToAddUser": "Hur vill du lägga till en användare?",
"HttpsRequiresCert": "To enable secure connections, you will need to supply a trusted SSL certificate, such as Lets Encrypt. Please either supply a certificate, or disable secure connections.",
"ImageUploadAspectRatioHelp": "Bildförhållande 1:1 rekommenderas. Endast JPG/PNG.",
"ImportFavoriteChannelsHelp": "Aktivera för att endast importera kanaler som är märkta som favoriter på den här TV-mottagaren.",
"ImportMissingEpisodesHelp": "Om aktiverat importeras information om saknade episoder till din Jellyfin-databas och visas i seriesäsongerna. Detta kan innebära längre tidsåtgång för biblioteksskanningar.",
@@ -619,7 +574,6 @@
"LabelAirDays": "Sändningsdagar:",
"LabelAirTime": "Sändningstid:",
"LabelAirTime:": "Sändningstid:",
"LabelAlbum": "Album:",
"LabelAlbumArtHelp": "PN som används för omslagsbilder, inom attributet dlna:profileID hos upnp:albumArtURI. Vissa enheter kräver ett specifikt värde, oavsett bildens storlek.",
"LabelAlbumArtMaxHeight": "Skivomslagens maxhöjd:",
"LabelAlbumArtMaxHeightHelp": "Högsta upplösning hos omslagsbilder presenterade via upnp:albumArtURI.",
@@ -633,12 +587,9 @@
"LabelAllowHWTranscoding": "Tillåt hårdvaruomkodning",
"LabelAllowServerAutoRestart": "Tillåt att servern startas om automatiskt efter uppdateringar",
"LabelAllowServerAutoRestartHelp": "Servern startas om endast då inga användare är inloggade.",
"LabelAllowedRemoteAddresses": "Remote IP address filter:",
"LabelAllowedRemoteAddressesMode": "Remote IP address filter mode:",
"LabelAnytime": "När som helst",
"LabelAppName": "Appens namn",
"LabelAppNameExample": "Exempel: Sickbeard, NzbDrone",
"LabelArtist": "Artist",
"LabelArtists": "Artister:",
"LabelArtistsHelp": "Separera med ; vid flera",
"LabelAudioCodec": "Ljud: {0}",
@@ -651,7 +602,6 @@
"LabelBlastMessageInterval": "Sändningsintervall i sekunder för \"jag lever\"-meddelanden",
"LabelBlastMessageIntervalHelp": "Anger tid i sekunder mellan varje \"jag lever\"-meddelande.",
"LabelBlockContentWithTags": "Blockera innehåll med etiketterna:",
"LabelCache": "Cache:",
"LabelCachePath": "Plats för cache:",
"LabelCachePathHelp": "Ange en sökväg för cachefiler som till exempel bilder. Lämna tomt för att använda serverns standardvärde.",
"LabelCameraUploadPath": "Välj sökväg för kamerauppladdning:",
@@ -719,7 +669,6 @@
"LabelDropImageHere": "Släpp en bild här.",
"LabelDynamicExternalId": "{0} ID:",
"LabelEasyPinCode": "Enkel pin-kod:",
"LabelEmail": "Email:",
"LabelEmailAddress": "E-postadress",
"LabelEmbedAlbumArtDidl": "Bädda in omslagsbilder i Didl",
"LabelEmbedAlbumArtDidlHelp": "Vissa enheter föredrar den här metoden att ta fram omslagsbilder. Andra kanske avbryter avspelningen om detta val är aktiverat.",
@@ -770,7 +719,6 @@
"LabelFolderType": "Typ av mapp:",
"LabelForcedStream": "(tvingade)",
"LabelForgotPasswordUsernameHelp": "Skriv ditt användarnamn, om du kommer ihåg det.",
"LabelFormat": "Format:",
"LabelFree": "Gratis",
"LabelFriendlyName": "Visningsnamn",
"LabelFriendlyServerName": "Ditt önskade servernamn:",
@@ -818,7 +766,6 @@
"LabelLocalAccessUrl": "Hem-åtkomst(LAN): {0}",
"LabelLocalHttpServerPortNumber": "Lokalt portnummer för http:",
"LabelLocalHttpServerPortNumberHelp": "Den lokala tcp-port som Jellyfin Server ska lyssna på http.",
"LabelLocalSyncStatusValue": "Status: {0}",
"LabelLoginDisclaimer": "Ansvarsbegränsning vid inloggning:",
"LabelLoginDisclaimerHelp": "Detta visas längst ned på inloggningssidan.",
"LabelLogs": "Loggfiler:",
@@ -839,7 +786,6 @@
"LabelMaxStreamingBitrateHelp": "Ange högsta bithastighet för strömning.",
"LabelMessageText": "Meddelandetext",
"LabelMessageTitle": "Meddelandetitel",
"LabelMetadata": "Metadata:",
"LabelMetadataDownloadLanguage": "Önskat språk för metadata:",
"LabelMetadataDownloaders": "Hämtare av metadata:",
"LabelMetadataDownloadersHelp": "Aktivera och rangordna dina hämtare baserat på prioritet. Lägre prioriterade hämtare används endast för att fylla i saknad information.",
@@ -901,9 +847,6 @@
"LabelPlayMethodDirectPlay": "Direktuppspelning",
"LabelPlayMethodDirectStream": "Direkt strömning",
"LabelPlayMethodTranscoding": "Omkodning",
"LabelPostProcessor": "Post-processing application:",
"LabelPostProcessorArguments": "Post-processor command line arguments:",
"LabelPostProcessorArgumentsHelp": "Use {path} as the path to the recording file.",
"LabelPreferredDisplayLanguage": "Föredraget visningsspråk:",
"LabelPreferredDisplayLanguageHelp": "Att översätta Jellyfin är ett pågående projekt.",
"LabelPrevious": "Föregående",
@@ -941,7 +884,6 @@
"LabelSeasonFolderPattern": "Namnmönster för säsongmappar:",
"LabelSeasonNumber": "Säsongsnummer:",
"LabelSeasonZeroFolderName": "Namn på mapp för säsong 0",
"LabelSecureConnectionsMode": "Secure connection mode:",
"LabelSelectInternetTrailersForCinemaMode": "Trailers från Internet",
"LabelSelectUsers": "Välj användare:",
"LabelSelectVersionToInstall": "Välj version att installera:",
@@ -951,7 +893,6 @@
"LabelSeriesRecordingPath": "Inspelningssökväg för TV-serier (valfri):",
"LabelServerHost": "Värd:",
"LabelServerHostHelp": "192.168.1.100 eller https://min.server.com",
"LabelServerPort": "Port:",
"LabelSimultaneousConnectionLimit": "Begränsning för samtidiga strömmar",
"LabelSkipIfAudioTrackPresent": "Hoppa över om det förvalda ljudspårets språk är samma som det hämtade.",
"LabelSkipIfAudioTrackPresentHelp": "Bocka ur denna för att ge undertexter åt alla videor oavsett ljudspårets språk.",
@@ -964,7 +905,6 @@
"LabelSpecialSeasonsDisplayName": "Visningsnamn för specialsäsong:",
"LabelSportsCategories": "Sportkategorier:",
"LabelStartWhenPossible": "Starta när det är möjligt:",
"LabelStatus": "Status:",
"LabelStopWhenPossible": "Stoppa när det är möjligt:",
"LabelStopping": "Avbryter",
"LabelSubtitleDownloaders": "Undertextskällor:",
@@ -992,15 +932,11 @@
"LabelTunerIpAddress": "IP-adress till TV-mottagare:",
"LabelTunerType": "Typ av TV-mottagare:",
"LabelType": "Typ:",
"LabelTypeMetadataDownloaders": "{0} metadata downloaders:",
"LabelTypeText": "Text",
"LabelUnairedMissingEpisodesWithinSeasons": "Visa ännu ej sända avsnitt i säsonger",
"LabelUnknownLanguage": "Okänt språk",
"LabelUploadSpeedLimit": "Bandbreddsbegränsning vid synkronisering (Mbps):",
"LabelUrl": "Url:",
"LabelUseNotificationServices": "Använd följande tjänster:",
"LabelUser": "Användare:",
"LabelUserAgent": "User agent:",
"LabelUserLibrary": "Användarbibliotek:",
"LabelUserLibraryHelp": "Välj vilken användares bibliotek som skall visas på enheten. Lämna detta tomt för att använda standardbiblioteket.",
"LabelUserRemoteClientBitrateLimitHelp": "Kommer att skriva över det globala standard-värdet satt under serverns uppspelningsinställningar.",
@@ -1009,33 +945,22 @@
"LabelVaapiDeviceHelp": "Detta är renderingsnoden som används för hårdvaruacceleration.",
"LabelValue": "Värde:",
"LabelVersionInstalled": "{0} installerade",
"LabelVersionNumber": "Version {0}",
"LabelVersionUpToDate": "Uppdaterad!",
"LabelVideoCodec": "Video: {0}",
"LabelVideoType": "Videoformat:",
"LabelView": "Vy:",
"LabelXDlnaCap": "X-Dlna cap:",
"LabelXDlnaCapHelp": "Anger innehållet i elementet X_DLNACAP i namnutrymmet urn:schemas-dlna-org:device-1-0.",
"LabelXDlnaDoc": "X-Dlna doc:",
"LabelXDlnaDocHelp": "Anger innehållet i elementet X_DLNADOC i namnutrymmet urn:schemas-dlna-org:device-1-0.",
"LabelYourFirstName": "Ditt förnamn:",
"LabelYoureDone": "Klart!",
"LabelZipCode": "Postnummer:",
"LabelffmpegPath": "FFmpeg sökväg:",
"LabelffmpegPathHelp": "Sökvägen till ffmpeg applikationen, eller mappen som innehåller ffmpeg.",
"LabelffmpegVersion": "FFmpeg version:",
"LanNetworksHelp": "Comma separated list of IP addresses or IP/netmask entries for networks that will be considered on local network when enforcing bandwidth restrictions. If set, all other IP addresses will be considered to be on the external network and will be subject to the external bandwidth restrictions. If left blank, only the server's subnet is considered to be on the local network.",
"LatestFromLibrary": "Senaste {0}",
"LearnHowToCreateSynologyShares": "Learn how to share folders in Synology.",
"LetterButtonAbbreviation": "A",
"LibraryAccessHelp": "Ange vilka mediamappar den här användaren ska ha tillgång till. Administratörer har rättighet att redigera alla mappar i metadatahanteraren.",
"LinkApi": "Api",
"LinkCommunity": "Användargrupper",
"LinkGithub": "Github",
"LinkLearnMoreAboutSubscription": "Läs mer om Jellyfin Premiere",
"LiveTvUpdateAvailable": "(Uppdatering tillgänglig)",
"LoginDisclaimer": "Jellyfin är designat för att hjälpa dig hantera ditt personliga mediabibliotek, såsom filmer och bilder. Läs igenom våra användarvillkor. Använding av Jellyfin-mjukvara innebär ett accepterande av dessa användarvillkor.",
"ManageLibrary": "Manage library",
"ManageOfflineDownloads": "Hantera offline-hämtningar",
"MapChannels": "Mappa kanaler",
"MarkFFmpegExec": "Om du kör Linux eller OSX måste du hitta ffmpeg och ffprobe filerna samt markera dem som exekverbara. Detta krävs för att ge åtkomst till Jellyfin att exekvera dem.",
@@ -1051,20 +976,17 @@
"MediaInfoChannels": "Kanaler",
"MediaInfoCodec": "Kodningsformat",
"MediaInfoCodecTag": "Kodningsetikett",
"MediaInfoContainer": "Container",
"MediaInfoDefault": "Förval",
"MediaInfoExposureTime": "Exponeringstid",
"MediaInfoExternal": "Externa",
"MediaInfoFile": "Fil",
"MediaInfoFocalLength": "Brännvidd",
"MediaInfoForced": "Tvingade",
"MediaInfoFormat": "Format",
"MediaInfoFramerate": "Bildfrekvens",
"MediaInfoInterlaced": "Sammanflätad",
"MediaInfoIsoSpeedRating": "ISO-inställning",
"MediaInfoLanguage": "Språk",
"MediaInfoLatitude": "Latitud",
"MediaInfoLayout": "Layout",
"MediaInfoLevel": "Nivå",
"MediaInfoLongitude": "Longitud",
"MediaInfoOrientation": "Orientering",
@@ -1078,10 +1000,8 @@
"MediaInfoSize": "Storlek",
"MediaInfoSoftware": "Programvara",
"MediaInfoStreamTypeAudio": "Ljud",
"MediaInfoStreamTypeData": "Data",
"MediaInfoStreamTypeEmbeddedImage": "Infogad bild",
"MediaInfoStreamTypeSubtitle": "Undertext",
"MediaInfoStreamTypeVideo": "Video",
"MediaInfoTimestamp": "Tidsstämpel",
"MessageAlreadyInstalled": "Den här versionen är redan installerad.",
"MessageApplicationUpdated": "Jellyfin Server har uppdaterats",
@@ -1164,9 +1084,7 @@
"MessageUnableToConnectToServer": "Vi kunde inte upprätta anslutning till vald server just nu. Försäkra dig om att den är påslagen och försök igen.",
"MessageUnsetContentHelp": "Innehåll kommer visas som enkla mappar. För bästa resultat, använd en metadata-hanterare för att ställa in typ av innehåll för undermapparna.",
"MessageYouHaveVersionInstalled": "Version {0} är installerad.",
"Metadata": "Metadata",
"MetadataManager": "Metadata-hanteraren",
"MetadataSettingChangeHelp": "Changing metadata settings will affect new content that is added going forward. To refresh existing content, open the detail screen and click the refresh button, or perform bulk refreshes using the metadata manager.",
"MinutesAfter": "minuter efter",
"MinutesBefore": "minuter före",
"MissingBackdropImage": "Fondbild saknas.",
@@ -1180,24 +1098,16 @@
"Never": "Aldrig",
"NewVersionOfSomethingAvailable": "En ny version av {0} finns tillgänglig!",
"News": "Nyheter",
"NextUp": "Next Up",
"NoNewDevicesFound": "Inga nya enheter hittades. För att lägga tilll en ny tuner, stäng denna rutan och mata in enhetsinformation manuellt.",
"NoNextUpItemsMessage": "Hittade inget. Sätt igång och titta!",
"NoPluginConfigurationMessage": "Detta tillägg har inga inställningar att konfigurera.",
"NoPluginsInstalledMessage": "Du har inte installerat några tillägg.",
"NoResultsFound": "Inga resultat hittades.",
"Notifications": "Notifications",
"NumLocationsValue": "{0} mappar",
"OpenSubtitleInstructions": "You'll need to configure Open Subtitles account information on the Open Subtitles configuration screen in the Jellyfin Server dashboard.",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "Skådespelare",
"OptionActors": "Skådespelare",
"OptionAdminUsers": "Administratörer",
"OptionAfterSystemEvent": "Efter en systemhändelse",
"OptionAlbum": "Album",
"OptionAlbumArtist": "Albumartist",
"OptionAll": "Alla",
"OptionAllUsers": "Alla användare",
@@ -1219,10 +1129,7 @@
"OptionAllowVideoPlaybackTranscoding": "Tillåt videouppspelning som kräver omkodning",
"OptionAnyNumberOfPlayers": "Vilken som helst",
"OptionArt": "Grafik",
"OptionArtist": "Artist",
"OptionAscending": "Stigande",
"OptionAuto": "Auto",
"OptionAutomatic": "Auto",
"OptionAutomaticallyGroupSeries": "Slå ihop serier automatiskt som ligger utspritt under flera kataloger",
"OptionAutomaticallyGroupSeriesHelp": "Serier som är spridda över flera mappar i det här biblioteket kommer automatiskt att slås ihop till en enda serie.",
"OptionBackdrop": "Fondbild",
@@ -1240,13 +1147,10 @@
"OptionBlockMovies": "Filmer",
"OptionBlockMusic": "Musik",
"OptionBlockOthers": "Övrigt",
"OptionBlockTrailers": "Trailers",
"OptionBlockTvShows": "TV-serier",
"OptionBluray": "Blu-ray",
"OptionBooks": "Böcker",
"OptionBox": "Box",
"OptionBoxRear": "Box bakre",
"OptionCaptionInfoExSamsung": "CaptionInfoEx (Samsung)",
"OptionCollections": "Samlingar",
"OptionCommunityRating": "Allmänhetens betyg",
"OptionComposer": "Kompositör",
@@ -1327,7 +1231,6 @@
"OptionHasSubtitles": "Undertexter",
"OptionHasThemeSong": "Ledmotiv",
"OptionHasThemeVideo": "Temavideo",
"OptionHasTrailer": "Trailer",
"OptionHideUser": "Visa inte den här användaren på inloggningssidorna",
"OptionHideUserFromLoginHelp": "Användbart för privata konton eller gömda administratörskonton. Användaren beöver logga in manuellt genom att skriva sitt användarnamn och lösenord.",
"OptionHlsSegmentedSubtitles": "HLS-segmenterade undertexter",
@@ -1338,8 +1241,6 @@
"OptionImages": "Bilder",
"OptionImdbRating": "Betyg på IMDB",
"OptionInProgress": "Pågår",
"OptionIsHD": "HD",
"OptionIsSD": "SD",
"OptionIso": "ISO",
"OptionKeywords": "Nyckelord",
"OptionLatestChannelMedia": "Senaste objekten i Kanaler",
@@ -1350,7 +1251,6 @@
"OptionList": "Lista",
"OptionLocked": "Låst",
"OptionLogo": "Logotyp",
"OptionMax": "Max",
"OptionMenu": "Meny",
"OptionMissingEpisode": "Saknade avsnitt",
"OptionMissingImdbId": "IMDB-ID saknas",
@@ -1396,29 +1296,24 @@
"OptionProducers": "Producenter",
"OptionProfileAudio": "Ljud",
"OptionProfilePhoto": "Foto",
"OptionProfileVideo": "Video",
"OptionProfileVideoAudio": "Videoljudspår",
"OptionProtocolHls": "Live-strömning via Http",
"OptionProtocolHttp": "Http",
"OptionRecordAnytime": "Spela in när som helst",
"OptionRecordOnAllChannels": "Spela in på alla kanaler",
"OptionRecordOnlyNewEpisodes": "Spela bara in nya avsnitt",
"OptionRecordSeries": "Spela in serie",
"OptionRegex": "Regex",
"OptionRelease": "Officiell version",
"OptionReleaseDate": "Premiärdatum",
"OptionReportByteRangeSeekingWhenTranscoding": "Meddela att servern stödjer bytebaserad sökning vid omkodning",
"OptionReportByteRangeSeekingWhenTranscodingHelp": "Detta krävs för vissa enheter som inte kan utföra tidssökning på ett tillfredsställande sätt.",
"OptionRequirePerfectSubtitleMatch": "Ladda endast ner undertexter som matchar mina videofiler exakt",
"OptionRequirePerfectSubtitleMatchHelp": "Att kräva en perfekt matchning filtrerar undertexter till att bara inkludera de som testats och verifierats med din exakta videofil. Stänger du av detta ökas chansen att undertexter laddas ned, men ökar chanserna att de är osynkade eller felaktiga.",
"OptionResElement": "res element",
"OptionResumable": "Kan återupptas",
"OptionResumablemedia": "Återuppta",
"OptionRuntime": "Speltid",
"OptionSaturday": "Lördag",
"OptionSaturdayShort": "Lör",
"OptionSaveMetadataAsHidden": "Spara metadata och bilder som dolda filer",
"OptionSaveMetadataAsHiddenHelp": "Changing this will apply to new metadata saved going forward. Existing metadata files will be updated the next time they are saved by Jellyfin Server.",
"OptionScreenshot": "Skärmdump",
"OptionSeason0": "Säsong 0",
"OptionSeasons": "Säsonger",
@@ -1470,7 +1365,6 @@
"PasswordResetConfirmation": "Är du säker på att du vill återställa lösenordet?",
"PasswordResetHeader": "Återställ lösenord",
"PasswordSaved": "Lösenordet har sparats.",
"PersonTypePerson": "Person",
"PictureInPicture": "Bild i bild",
"PinCodeResetComplete": "Pinkoden har återställts.",
"PinCodeResetConfirmation": "Är du säker på att du vill återställa pinkoden?",
@@ -1485,7 +1379,6 @@
"PluginUpdatedWithName": "{0} uppdaterades",
"PreferEmbeddedTitlesOverFileNames": "Föredra inbäddade titlar över filnamnen",
"PreferEmbeddedTitlesOverFileNamesHelp": "Det här bestämmer visningstiteln när ingen internet metadata eller lokal metadata finns att tillgå.",
"PreferredNotRequired": "Preferred, but not required",
"Programs": "Program",
"ProviderValue": "Källa: {0}",
"Rate": "Betygsätt",
@@ -1493,17 +1386,12 @@
"RecommendationBecauseYouWatched": "Eftersom du tittade på {0}",
"RecommendationDirectedBy": "Regi: {0}",
"RecommendationStarring": "I rollerna: {0}",
"RecordingPathChangeMessage": "Changing your recording folder will not migrate existing recordings from the old location to the new. You'll need to move them manually if desired.",
"RegisterWithPayPal": "Registrera med PayPal",
"ReleaseYearValue": "Utgivningsår: {0}",
"RememberMe": "Kom ihåg mig",
"Reporting": "Reporting",
"RequireHttps": "Kräv https för externa anslutningar",
"RequireHttpsHelp": "Om aktiverat kommer http-anslutningar att omdirigeras till https.",
"RequiredForAllRemoteConnections": "Required for all remote connections",
"Rewind": "Rewind",
"SaveSubtitlesIntoMediaFolders": "Spara undertexter till mediamappar",
"SaveSubtitlesIntoMediaFoldersHelp": "Storing subtitles next to video files will allow them to be more easily managed.",
"ScanLibrary": "Scanna bibliotek",
"SelectCameraUploadServers": "Ladda upp kamerabilder till följande servrar:",
"SendMessage": "Skicka meddelande",
@@ -1515,26 +1403,21 @@
"SettingsWarning": "Ändring av dessa alternativ kan innebära instabilitet eller anslutningsproblem. Återställ dessa till standardvärdena om du upplever några problem.",
"SetupFFmpeg": "Sätt upp FFmpeg",
"SetupFFmpegHelp": "Jellyfin kan kräva ett bibliotek eller applikaton för att kunna konverta till vissa mediatyper. Det finns flera olika applikationer tillgängliga, men Jellyfin fungerar bäst med ffmpeg. Jellyfin är inte affilierat med ffmpeg på något sätt.",
"ShowAdvancedSettings": "Show advanced settings",
"SimultaneousConnectionLimitHelp": "Maximalt antal tillåtna simultanströmmar. Välj 0 för att inte begränsa.",
"Sports": "Sport",
"Standard": "Standard",
"StatusRecording": "Inspelning pågår",
"StatusRecordingProgram": "Spelar in {0}",
"StatusWatching": "Visning pågår",
"StatusWatchingProgram": "Spelar upp {0}",
"StopRecording": "Avbryt inspelning",
"Subscriptions": "Prenumerationer",
"SubtitleDownloadInstructions": "To manage subtitle downloading, click on a library in Jellyfin library setup, and edit the subtitle downloading settings.",
"SubtitleDownloadersHelp": "Aktivera och rangordna dina källor baserat på prioritet.",
"Subtitles": "Undertexter",
"Sync": "Sync",
"SyncMedia": "Synkronisera Media",
"SyncToOtherDevices": "Synka till andra enheter",
"SynologyUpdateInstructions": "Logga in på DSM och gå till Paketcenter för att uppdatera.",
"SystemDlnaProfilesHelp": "Systemprofiler är skrivskyddade. Ändringar av en systemprofil resulterar att en ny anpassad profil skapas.",
"TabAbout": "Om",
"TabAccess": "Access",
"TabActivity": "Aktivitet",
"TabAdvanced": "Avancerat",
"TabAlbumArtists": "Albumartister",
@@ -1554,13 +1437,11 @@
"TabCollections": "Samlingar",
"TabContainers": "Behållare",
"TabControls": "Kontroller",
"TabDLNA": "DLNA",
"TabDashboard": "Kontrollpanel",
"TabDevices": "Enheter",
"TabDirectPlay": "Direktuppspelning",
"TabDisplay": "Visning",
"TabEpisodes": "Avsnitt",
"TabExpert": "Expert",
"TabExtras": "Extra",
"TabFavorites": "Favoriter",
"TabFilter": "Filtrera",
@@ -1575,14 +1456,12 @@
"TabHosting": "Värd",
"TabImage": "Bild",
"TabImages": "Bilder",
"TabInfo": "Info",
"TabLanguages": "Språk",
"TabLatest": "Nytillkommet",
"TabLibrary": "Bibliotek",
"TabLibraryAccess": "Åtkomst till biblioteket",
"TabLiveTV": "Live-TV",
"TabLogs": "Loggfiler",
"TabMetadata": "Metadata",
"TabMovies": "Filmer",
"TabMusic": "Musik",
"TabMusicVideos": "Musikvideor",
@@ -1613,7 +1492,6 @@
"TabScheduledTasks": "Schemalagda aktiviteter",
"TabSecurity": "Säkerhet",
"TabSeries": "Serie",
"TabServer": "Server",
"TabServices": "Tjänster",
"TabSettings": "Inställningar",
"TabShows": "Serier",
@@ -1624,8 +1502,6 @@
"TabSuggestions": "Förslag",
"TabSync": "Synkronisering",
"TabSyncJobs": "Synkroniseringsjobb",
"TabTV": "TV",
"TabTrailers": "Trailers",
"TabTranscoding": "Omkodning",
"TabUpcoming": "Kommande",
"TabUsers": "Användare",
@@ -1647,27 +1523,22 @@
"TitlePlugins": "Tillägg",
"TitleRemoteControl": "Fjärrkontroll",
"TitleScheduledTasks": "Schemalagda aktiviteter",
"TitleServer": "Server",
"TitleSignIn": "Logga in",
"TitleSupport": "Support",
"TitleSync": "Synk",
"TitleUsers": "Användare",
"TvLibraryHelp": "Läs om {0}Jellyfins namngivningsguide för TV-serier{1}.",
"UninstallPluginConfirmation": "Är du säker på att du vill avinstallera {0}?",
"UninstallPluginHeader": "Avinstallera tillägg",
"Unmute": "Muting av",
"UserAgentHelp": "Supply a custom user-agent http header, if necessary.",
"UserProfilesIntro": "Jellyfin har inbyggt stöd för användarprofiler som tillåter att varje användare har sina egna inställningar för visning, spelartillstånd och föräldralås.",
"Users": "Användare",
"ValueAlbumCount": "{0} album",
"ValueArtist": "Artist: {0}",
"ValueArtists": "Artister: {0}",
"ValueAsRole": "som {0}",
"ValueAudioCodec": "Audiokodning: {0}",
"ValueAwards": "Utmärkelser: {0}",
"ValueCodec": "Kodning: {0}",
"ValueConditions": "Villkor: {0}",
"ValueContainer": "Container: {0}",
"ValueDateCreated": "Datum skapad: {0}",
"ValueDiscNumber": "Skiva {0}",
"ValueEpisodeCount": "{0} avsnitt",
@@ -1677,31 +1548,24 @@
"ValueItemCount": "{0} objekt",
"ValueItemCountPlural": "{0} objekt",
"ValueLinks": "Länkar: {0}",
"ValueMinutes": "{0} min",
"ValueMovieCount": "{0} filmer",
"ValueMusicVideoCount": "{0} musikvideor",
"ValueOneAlbum": "1 album",
"ValueOneEpisode": "1 avsnitt",
"ValueOneGame": "1 spel",
"ValueOneMovie": "1 film",
"ValueOneMusicVideo": "1 musikvideo",
"ValueOneSeries": "1 serie",
"ValueOneSong": "1 låt",
"ValueOneTrailer": "1 trailer",
"ValuePremiered": "Premiärdatum {0}",
"ValuePremieres": "Premiärdatum {0}",
"ValuePriceUSD": "Pris: {0} (USD)",
"ValueSeriesCount": "{0} serier",
"ValueSeriesYearToPresent": "{0} - Finns",
"ValueSongCount": "{0} låtar",
"ValueStatus": "Status: {0}",
"ValueStudio": "Studio: {0}",
"ValueStudios": "Studior: {0}",
"ValueTimeLimitMultiHour": "Tidsbegränsning: {0} timmar",
"ValueTimeLimitSingleHour": "Tidsbegränsning: 1 timme",
"ValueTrailerCount": "{0} trailers",
"ValueVideoCodec": "Videokodning: {0}",
"VersionNumber": "Version {0}",
"ViewPlaybackInfo": "Visa uppspelningsinfo",
"ViewTypeFolders": "Mappar",
"ViewTypeGames": "Spel",
@@ -1714,9 +1578,7 @@
"ViewTypeMusicFavoriteSongs": "Favoritlåtar",
"ViewTypeMusicFavorites": "Favoriter",
"ViewTypeMusicSongs": "Låtar",
"ViewTypeTvShows": "TV",
"WelcomeToProject": "Välkommen till Jellyfin!",
"Whitelist": "Whitelist",
"WizardCompleted": "Det är allt vi behöver veta just nu. Jellyfin Server har börjat samla information om ditt mediabibliotek. Kolla in några av våra appar och klicka sedan på <b>Avsluta</b> för att se <b>kontrollpanelen</b>.",
"XmlDocumentAttributeListHelp": "Dessa attribut tillämpas på rotelementet i alla xml-svar.",
"XmlTvKidsCategoriesHelp": "Program med dessa kategorier kommer visas som program för barn. Separerade med '|'.",
-1376
View File
File diff suppressed because it is too large Load Diff
-1569
View File
File diff suppressed because it is too large Load Diff
-1564
View File
File diff suppressed because it is too large Load Diff
-11
View File
@@ -269,7 +269,6 @@
"HeaderApiKey": "API 密钥",
"HeaderApiKeys": "API 密钥",
"HeaderApiKeysHelp": "外部应用程序需要有一个 API 密钥以用于和 Jellyfin 服务器进行通信。密钥将在通过 Jellyfin 账户进行登录时自动发行,或者你可以手动为应用程序生成一个密钥。",
"HeaderApp": "App",
"HeaderAudio": "音频",
"HeaderAudioSettings": "声音设置",
"HeaderAudioTracks": "音轨",
@@ -378,7 +377,6 @@
"HeaderIdentificationCriteriaHelp": "至少输入一个识别标准。",
"HeaderIdentificationHeader": "身份认证标头",
"HeaderImageBackdrop": "背景图",
"HeaderImageLogo": "Logo",
"HeaderImageOptions": "图片选项",
"HeaderImagePrimary": "封面图",
"HeaderImageSettings": "图片设置",
@@ -1189,10 +1187,6 @@
"Notifications": "通知",
"NumLocationsValue": "{0} 个文件夹",
"OpenSubtitleInstructions": "您需要在Jellyfin Server仪表板的Open Subtitles配置屏幕上配置Open Subtitles帐户信息。",
"Option2Player": "2+",
"Option3D": "3D",
"Option3Player": "3+",
"Option4Player": "4+",
"OptionActor": "演员",
"OptionActors": "演员",
"OptionAdminUsers": "管理员",
@@ -1284,7 +1278,6 @@
"OptionDownloadDiscImage": "光盘",
"OptionDownloadImagesInAdvance": "提前下载图片",
"OptionDownloadImagesInAdvanceHelp": "默认下,大部分图片只有在 Jellyfin 应用程序请求时下载。开启此选项将随着媒体导入时下载所有图片。这可能需要更久媒体库扫描时间。",
"OptionDownloadLogoImage": "Logo",
"OptionDownloadMenuImage": "菜单",
"OptionDownloadPrimaryImage": "封面图",
"OptionDownloadThumbImage": "缩略图",
@@ -1349,7 +1342,6 @@
"OptionLikes": "喜欢",
"OptionList": "列表",
"OptionLocked": "锁定",
"OptionLogo": "Logo",
"OptionMax": "最大",
"OptionMenu": "菜单",
"OptionMissingEpisode": "缺少的剧集",
@@ -1370,8 +1362,6 @@
"OptionNo": "不",
"OptionNoTrailer": "无预告片",
"OptionNone": "没有",
"OptionOff": "Off",
"OptionOn": "On",
"OptionOnAppStartup": "在程序启动时",
"OptionOnInterval": "在一个期间",
"OptionOtherApps": "其他应用程序",
@@ -1554,7 +1544,6 @@
"TabCollections": "收藏",
"TabContainers": "媒体载体",
"TabControls": "控制",
"TabDLNA": "DLNA",
"TabDashboard": "控制台",
"TabDevices": "设备",
"TabDirectPlay": "直接播放",
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff