diff --git a/src/Ombi/wwwroot/translations/sk.json b/src/Ombi/wwwroot/translations/sk.json index 73db54501..770a5e5d3 100644 --- a/src/Ombi/wwwroot/translations/sk.json +++ b/src/Ombi/wwwroot/translations/sk.json @@ -14,6 +14,8 @@ "Common": { "ContinueButton": "Pokračovať", "Available": "Dostupné", + "Approved": "Approved", + "Pending": "Pending", "PartiallyAvailable": "Čiastočne dostupné", "Monitored": "Sledované", "NotAvailable": "Nie je k dispozícii", @@ -33,6 +35,7 @@ }, "Cancel": "Zrušiť", "Submit": "Odoslať", + "Update": "Update", "tvShow": "TV Show", "movie": "Movie" }, @@ -192,7 +195,16 @@ "ChangeAvailability": "Označiť k dispozícií", "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": "Problémy", @@ -228,7 +240,8 @@ "Delete": "Odstrániť problém", "DeletedIssue": "Problém bol odstránený", "Chat": "Chat", - "Requested": "Requested" + "Requested": "Requested", + "UserOnDate": "{{user}} on {{date}}" }, "Filter": { "ClearFilter": "Vymazať filter", @@ -269,21 +282,33 @@ "QualityProfilesSelect": "Výber profilu kvality", "RootFolderSelect": "Výber koreňového priečinka", "LanguageProfileSelect": "Select A Language Profile", - "Status": "Stav", - "Availability": "Dostupnosť", + "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": "Požiadať stav", - "Quality": "Kvalita", - "RootFolderOverride": "Prepísanie koreňového priečinku", - "QualityOverride": "Prepísanie kvality", - "Genres": "Žánre", - "TheatricalRelease": "Kino vydanie", - "DigitalRelease": "Digitálne vydanie", - "Votes": "Hlasy", - "Runtime": "Dĺžka", + "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}} minút", - "Revenue": "Výnos", - "Budget": "Rozpočet", - "Keywords": "Kľúčové slová/Tagy", + "Revenue": "Revenue:", + "Budget": "Budget:", + "Keywords": "Keywords/Tags:", "Casts": { "CastTitle": "Obsadenie" }, @@ -291,13 +316,17 @@ "AllSeasonsTooltip": "Požiadať všetky sezóny série.", "FirstSeasonTooltip": "Požiadať iba prvú sezónu série.", "LatestSeasonTooltip": "Požiadať iba poslednú sezónu série", - "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" } }