From 022769eb81ddca96f7f85acc8f164aa78f088039 Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 24 Apr 2019 12:47:45 +0100 Subject: [PATCH] New translations en.json (Swedish) --- src/Ombi/wwwroot/translations/sv.json | 45 ++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/src/Ombi/wwwroot/translations/sv.json b/src/Ombi/wwwroot/translations/sv.json index f8ca5ab0a..ab75d9987 100644 --- a/src/Ombi/wwwroot/translations/sv.json +++ b/src/Ombi/wwwroot/translations/sv.json @@ -24,6 +24,7 @@ "Denied": "Nekad", "Approve": "Godkänn", "PartlyAvailable": "Delvis tillgänglig", + "ViewDetails": "View Details", "Errors": { "Validation": "Vänligen kontrollera din angivna värden" } @@ -44,6 +45,7 @@ "CheckPageForUpdates": "Håll utkik här för uppdateringar på denna sida." }, "NavigationBar": { + "Discover": "Discover", "Search": "Sök", "Requests": "Förfrågningar", "UserManagement": "Användarhantering", @@ -58,7 +60,10 @@ "UpdateDetails": "Uppdatera information", "Logout": "Logga ut", "OpenMobileApp": "Öppna Mobil App", - "RecentlyAdded": "Nyligen tillagda" + "RecentlyAdded": "Nyligen tillagda", + "ChangeTheme": "Change Theme", + "Calendar": "Calendar", + "UserPreferences": "Preferences" }, "Search": { "Title": "Sök", @@ -123,6 +128,7 @@ "MarkAvailable": "Markera Tillgänglig", "Remove": "Ta bort", "Deny": "Neka", + "DenyReason": "Deny Reason", "Season": "Säsong:", "GridTitle": "Titel", "AirDate": "Releasedatum", @@ -182,5 +188,42 @@ "Votes": { "CompletedVotesTab": "Röstat", "VotesTab": "Röster krävs" + }, + "MediaDetails": { + "Denied": "Denied", + "RecommendationsTitle": "Recommendations", + "SimilarTitle": "Similar", + "VideosTitle": "Videos", + "Casts": { + "CastTitle": "Cast", + "Character": "Character", + "Actor": "Actor" + }, + "EpisodeSelector": { + "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" + } + }, + "Discovery": { + "PopularTab": "Popular", + "TrendingTab": "Trending", + "UpcomingTab": "Upcoming", + "CardDetails": { + "Availability": "Availability", + "Studio": "Studio", + "Network": "Network", + "UnknownNetwork": "Unknown", + "RequestStatus": "Request Status", + "Director": "Director", + "InCinemas": "In Cinemas", + "FirstAired": "First Aired", + "Writer": "Writer", + "ExecProducer": "Exec Producer" + } + }, + "UserPreferences": { + "Welcome": "Welcome {{username}}!", + "OmbiLanguage": "Ombi Language" } }