mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-25 02:04:50 +03:00
add LocalFileInfo.Id
This commit is contained in:
@@ -36,10 +36,10 @@
|
||||
"LabelMovie": "Film",
|
||||
"LabelMusicVideo": "Musikk Video",
|
||||
"LabelEpisode": "Episode",
|
||||
"LabelSeries": "Series",
|
||||
"LabelSeries": "Serier",
|
||||
"LabelStopping": "Stoppe",
|
||||
"LabelCancelled": "(kansellert)",
|
||||
"LabelFailed": "(failed)",
|
||||
"LabelFailed": "(Feilet)",
|
||||
"LabelAbortedByServerShutdown": "(Avbrutt av server shutdown)",
|
||||
"LabelScheduledTaskLastRan": "Sist kj\u00f8rt {0}, tar {1}.",
|
||||
"HeaderDeleteTaskTrigger": "Slett Oppgave Trigger",
|
||||
@@ -63,7 +63,7 @@
|
||||
"ButtonPlay": "Spill",
|
||||
"ButtonEdit": "Rediger",
|
||||
"ButtonQueue": "K\u00f8",
|
||||
"ButtonPlayTrailer": "Play trailer",
|
||||
"ButtonPlayTrailer": "Spill trailer",
|
||||
"ButtonPlaylist": "Spilleliste",
|
||||
"ButtonPreviousTrack": "Forrige Spor",
|
||||
"LabelEnabled": "Aktivert",
|
||||
@@ -74,7 +74,7 @@
|
||||
"ButtonMarkTheseRead": "Maker disse som lest",
|
||||
"ButtonClose": "Lukk",
|
||||
"LabelAllPlaysSentToPlayer": "All avspill vil bli sendt til den valgte spilleren.",
|
||||
"MessageInvalidUser": "Invalid username or password. Please try again.",
|
||||
"MessageInvalidUser": "Ugyldig brukernavn eller passord. Vennligst pr\u00f8v igjen.",
|
||||
"HeaderLoginFailure": "Login Failure",
|
||||
"HeaderAllRecordings": "Alle Opptak",
|
||||
"RecommendationBecauseYouLike": "Fordi du liker {0}",
|
||||
@@ -311,8 +311,8 @@
|
||||
"TabAdvanced": "Avansert",
|
||||
"TabHelp": "Hjelp",
|
||||
"TabScheduledTasks": "Planlagte Oppgaver",
|
||||
"ButtonFullscreen": "Fullscreen",
|
||||
"ButtonAudioTracks": "Audio Tracks",
|
||||
"ButtonFullscreen": "Fullskjerm",
|
||||
"ButtonAudioTracks": "Lyd spor",
|
||||
"ButtonSubtitles": "Undertekster",
|
||||
"ButtonScenes": "Scener",
|
||||
"ButtonQuality": "Kvalitet",
|
||||
@@ -384,7 +384,7 @@
|
||||
"PersonTypePerson": "Person",
|
||||
"LabelTitleDisplayOrder": "Tittel visnings rekkef\u00f8lge:",
|
||||
"OptionSortName": "Sorterings navn",
|
||||
"OptionReleaseDate": "Release date",
|
||||
"OptionReleaseDate": "Lanserings dato",
|
||||
"LabelSeasonNumber": "Sesong nummer:",
|
||||
"LabelDiscNumber": "Disk nummer",
|
||||
"LabelParentNumber": "Parent number",
|
||||
@@ -485,7 +485,7 @@
|
||||
"ValueOneMusicVideo": "1 musikkvideo",
|
||||
"ValueMusicVideoCount": "{0} musikkvideoer",
|
||||
"HeaderOffline": "Offline",
|
||||
"HeaderUnaired": "Unaired",
|
||||
"HeaderUnaired": "Ikke sendt",
|
||||
"HeaderMissing": "Mangler",
|
||||
"ButtonWebsite": "Nettsted:",
|
||||
"TooltipFavorite": "Favoritt",
|
||||
@@ -526,22 +526,22 @@
|
||||
"HeaderAlbums": "Albumer",
|
||||
"HeaderGames": "Spill",
|
||||
"HeaderBooks": "B\u00f8ker",
|
||||
"HeaderEpisodes": "Episodes",
|
||||
"HeaderEpisodes": "Episoder",
|
||||
"HeaderSeasons": "Sesonger",
|
||||
"HeaderTracks": "Spor",
|
||||
"HeaderItems": "Elementer",
|
||||
"HeaderOtherItems": "Andre elementer",
|
||||
"ButtonFullReview": "Full anmeldelse",
|
||||
"ValueAsRole": "som {0}",
|
||||
"ValueGuestStar": "Guest star",
|
||||
"ValueGuestStar": "Gjeste artist",
|
||||
"MediaInfoSize": "St\u00f8rrelse",
|
||||
"MediaInfoPath": "Sti",
|
||||
"MediaInfoFormat": "Format",
|
||||
"MediaInfoContainer": "Kontainer",
|
||||
"MediaInfoDefault": "Standard",
|
||||
"MediaInfoForced": "Forced",
|
||||
"MediaInfoForced": "Tvunget",
|
||||
"MediaInfoExternal": "Ekstern",
|
||||
"MediaInfoTimestamp": "Timestamp",
|
||||
"MediaInfoTimestamp": "Tidstempel",
|
||||
"MediaInfoPixelFormat": "Pikselformat",
|
||||
"MediaInfoBitDepth": "Bitdybde",
|
||||
"MediaInfoSampleRate": "Sample rate",
|
||||
@@ -605,5 +605,8 @@
|
||||
"LabelEnableCameraUploadForHelp": "Uploads will occur automatically in the background when signed into Media Browser.",
|
||||
"ErrorMessageStartHourGreaterThanEnd": "End time must be greater than the start time.",
|
||||
"ButtonLibraryAccess": "Library access",
|
||||
"ButtonParentalControl": "Parental control"
|
||||
"ButtonParentalControl": "Parental control",
|
||||
"HeaderInvitationSent": "Invitation Sent",
|
||||
"MessageInvitationSentToUser": "An email has been sent to {0}, inviting them to accept your sharing invitation.",
|
||||
"MessageInvitationSentToNewUser": "An email has been sent to {0} inviting them to sign up with Media Browser."
|
||||
}
|
||||
Reference in New Issue
Block a user