From c0dd327426514e305a88750d7c3deb21c194108f Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 20 Oct 2021 17:41:04 +0100 Subject: [PATCH] =?UTF-8?q?fix(translations):=20=F0=9F=8C=90=20New=20trans?= =?UTF-8?q?lations=20from=20Crowdin=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Ombi/wwwroot/translations/no.json | 82 +++++++++++++++++++++------ 1 file changed, 64 insertions(+), 18 deletions(-) diff --git a/src/Ombi/wwwroot/translations/no.json b/src/Ombi/wwwroot/translations/no.json index 6c4537478..c08aa3393 100644 --- a/src/Ombi/wwwroot/translations/no.json +++ b/src/Ombi/wwwroot/translations/no.json @@ -14,6 +14,8 @@ "Common": { "ContinueButton": "Gå videre", "Available": "Tilgjengelig", + "Approved": "Approved", + "Pending": "Pending", "PartiallyAvailable": "Delvis tilgjengelig", "Monitored": "Overvåket", "NotAvailable": "Ikke tilgjengelig", @@ -33,6 +35,7 @@ }, "Cancel": "Cancel", "Submit": "Submit", + "Update": "Update", "tvShow": "TV Show", "movie": "Movie" }, @@ -192,7 +195,16 @@ "ChangeAvailability": "Mark Available", "Deleted": "Successfully deleted selected items", "Approved": "Successfully approved selected items" - } + }, + "SuccessfullyApproved": "Successfully Approved", + "NowAvailable": "Request is now available", + "NowUnavailable": "Request is now unavailable", + "SuccessfullyReprocessed": "Successfully Re-processed the request", + "DeniedRequest": "Denied Request", + "RequestCollection": "Request Collection", + "CollectionSuccesfullyAdded": "The collection {{name}} has been successfully added!", + "NeedToSelectEpisodes": "You need to select some episodes!", + "RequestAddedSuccessfully": "Request for {{title}} has been added successfully" }, "Issues": { "Title": "Mangler", @@ -228,7 +240,8 @@ "Delete": "Delete issue", "DeletedIssue": "Issue has been deleted", "Chat": "Chat", - "Requested": "Requested" + "Requested": "Requested", + "UserOnDate": "{{user}} on {{date}}" }, "Filter": { "ClearFilter": "Tøm filter", @@ -269,21 +282,33 @@ "QualityProfilesSelect": "Select A Quality Profile", "RootFolderSelect": "Select A Root Folder", "LanguageProfileSelect": "Select A Language Profile", - "Status": "Status", - "Availability": "Tilgjengelighet", + "Status": "Status:", + "StatusValues": { + "Planned": "Planned", + "In Production": "In Production", + "Released": "Released", + "Returning Series": "Returning Series", + "Ended": "Ended", + "Canceled": "Canceled" + }, + "Seasons": "Seasons:", + "Episodes": "Episodes:", + "Availability": "Availability:", "RequestStatus": "Request Status", - "Quality": "Quality", - "RootFolderOverride": "Overstyring av rotmappe", - "QualityOverride": "Overstyr kvalitet", - "Genres": "Genres", - "TheatricalRelease": "Kinopremiere", - "DigitalRelease": "Digital Release", - "Votes": "Votes", - "Runtime": "Runtime", + "Quality": "Quality:", + "RootFolderOverride": "Root Folder Override:", + "QualityOverride": "Quality Override:", + "Network": "Network:", + "Genres": "Genres:", + "FirstAired": "First Aired:", + "TheatricalRelease": "Release:", + "DigitalRelease": "Digital Release:", + "Votes": "Votes:", + "Runtime": "Runtime:", "Minutes": "{{runtime}} Minutes", - "Revenue": "Revenue", - "Budget": "Budget", - "Keywords": "Keywords/Tags", + "Revenue": "Revenue:", + "Budget": "Budget:", + "Keywords": "Keywords/Tags:", "Casts": { "CastTitle": "Cast" }, @@ -291,13 +316,17 @@ "AllSeasonsTooltip": "This will request every season for this show", "FirstSeasonTooltip": "This will only request the First Season for this show", "LatestSeasonTooltip": "This will only request the Latest Season for this show", - "NoEpisodes": "There unfortunately is no episode data for this show yet!" + "NoEpisodes": "There unfortunately is no episode data for this show yet!", + "SeasonNumber": "Season {{number}}" }, "SonarrConfiguration": "Sonarr Configuration", "RadarrConfiguration": "Radarr Configuration", "RequestOnBehalf": "Request on behalf of", "PleaseSelectUser": "Please select a user", - "StreamingOn": "Streaming On", + "StreamingOn": "Streaming On:", + "RequestedBy": "Requested By:", + "RequestDate": "Request Date:", + "DeniedReason": "Denied Reason:", "ReProcessRequest": "Re-Process Request" }, "Discovery": { @@ -333,6 +362,23 @@ "LanguageDescription": "This is the language you would like the Ombi interface to be displayed in.", "MobileQRCode": "Mobile QR Code", "LegacyApp": "Launch Legacy App", - "NoQrCode": "Please contact your administrator to enable QR codes" + "NoQrCode": "Please contact your administrator to enable QR codes", + "UserType": "User Type:", + "ChangeDetails": "Change Details", + "NeedCurrentPassword": "You need your current password to make any changes here", + "CurrentPassword": "Current Password", + "EmailAddress": "Email Address", + "NewPassword": "New Password", + "NewPasswordConfirm": "New Password Confirm", + "Security": "Security", + "Profile": "Profile", + "UpdatedYourInformation": "Updated your information" + }, + "UserTypeLabel": { + "1": "Local User", + "2": "Plex User", + "3": "Emby User", + "4": "Emby Connect User", + "5": "Jellyfin User" } }