diff --git a/src/Ombi/wwwroot/translations/da.json b/src/Ombi/wwwroot/translations/da.json index a37e925fa..48c1a8294 100644 --- a/src/Ombi/wwwroot/translations/da.json +++ b/src/Ombi/wwwroot/translations/da.json @@ -24,6 +24,7 @@ "Denied": "Afvist", "Approve": "Godkendt", "PartlyAvailable": "Delvist tilgængelig", + "ViewDetails": "View Details", "Errors": { "Validation": "Tjek venligst dine indtastede værdier" } @@ -44,6 +45,7 @@ "CheckPageForUpdates": "Tjek denne side for løbende opdateringer." }, "NavigationBar": { + "Discover": "Discover", "Search": "Søg", "Requests": "Anmodninger", "UserManagement": "Brugeradministration", @@ -58,7 +60,10 @@ "UpdateDetails": "Opdater loginoplysninger", "Logout": "Log af", "OpenMobileApp": "Åbn mobilapp", - "RecentlyAdded": "Senest tilføjet" + "RecentlyAdded": "Senest tilføjet", + "ChangeTheme": "Change Theme", + "Calendar": "Calendar", + "UserPreferences": "Preferences" }, "Search": { "Title": "Søg", @@ -123,6 +128,7 @@ "MarkAvailable": "Markér som tilgængelig", "Remove": "Fjern", "Deny": "Afvis", + "DenyReason": "Deny Reason", "Season": "Sæson:", "GridTitle": "Titel", "AirDate": "Sendt", @@ -182,5 +188,42 @@ "Votes": { "CompletedVotesTab": "Stemt", "VotesTab": "Nødvendige stemmer" + }, + "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" } }