From 3b409d1d79691bf66f53bc3ba698b2a68f6f024d Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 3 Oct 2019 09:42:35 +0100 Subject: [PATCH] New translations en.json (Norwegian) --- src/Ombi/wwwroot/translations/no.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Ombi/wwwroot/translations/no.json b/src/Ombi/wwwroot/translations/no.json index c0b7bd3b9..91e69facb 100644 --- a/src/Ombi/wwwroot/translations/no.json +++ b/src/Ombi/wwwroot/translations/no.json @@ -86,7 +86,7 @@ }, "TvShows": { "Popular": "Populært", - "Trending": "Trending", + "Trending": "På vei opp", "MostWatched": "Mest sett", "MostAnticipated": "Mest etterlengtede", "Results": "Resultater", @@ -133,16 +133,16 @@ "SeasonNumberHeading": "Sesong: {seasonNumber}", "SortTitleAsc": "Tittel ▲", "SortTitleDesc": "Tittel ▼", - "SortRequestDateAsc": "Request Date ▲", - "SortRequestDateDesc": "Request Date ▼", + "SortRequestDateAsc": "Dato for forespørsel ▲", + "SortRequestDateDesc": "Dato for forespørsel ▼", "SortStatusAsc": "Status ▲", "SortStatusDesc": "Status ▼", "Remaining": { "Quota": "{{remaining}}/{{total}} forespørsler igjen", - "NextDays": "En ny foresøprel vil bli lagt til om {{time}} days", - "NextHours": "Another request will be added in {{time}} hours", - "NextMinutes": "Another request will be added in {{time}} minutes", - "NextMinute": "Another request will be added in {{time}} minute" + "NextDays": "En ny foresøprel vil bli lagt til om {{time}} dager", + "NextHours": "En ny foresøprel vil bli lagt til om {{time}} timer", + "NextMinutes": "En ny foresøprel vil bli lagt til om {{time}} minutter", + "NextMinute": "En ny foresøprel vil bli lagt til om {{time}} minutt" } }, "Issues": { @@ -181,6 +181,6 @@ }, "Votes": { "CompletedVotesTab": "Stemt", - "VotesTab": "Votes Needed" + "VotesTab": "Stemmer som trengs" } }