From c2f18fca0f33f284cb80e43669ccfdae29e89a26 Mon Sep 17 00:00:00 2001 From: Jamie Date: Tue, 30 Jan 2018 16:31:54 +0000 Subject: [PATCH] More translations --- .../app/search/tvsearch.component.html | 34 +++++++++---------- src/Ombi/wwwroot/translations/en.json | 13 +++++++ 2 files changed, 30 insertions(+), 17 deletions(-) diff --git a/src/Ombi/ClientApp/app/search/tvsearch.component.html b/src/Ombi/ClientApp/app/search/tvsearch.component.html index eb22dd9f6..d82cb6727 100644 --- a/src/Ombi/ClientApp/app/search/tvsearch.component.html +++ b/src/Ombi/ClientApp/app/search/tvsearch.component.html @@ -5,21 +5,21 @@
@@ -40,12 +40,12 @@
-
Sorry, we didn't find any results!
+
{{ 'Search.NoResults' | translate }}
- Results + {{ 'Search.TvShows.Results' | translate }} @@ -67,21 +67,21 @@ - HomePage + {{ 'Search.Movies.HomePage' | translate }} - Trailer + {{ 'Search.Movies.Trailer' | translate }} {{node.data.status}} - Air Date: {{node.data.firstAired | date: 'dd/MM/yyyy'}} + {{ 'Search.TvShows.AirDate' | translate }} {{node.data.firstAired | date: 'dd/MM/yyyy'}} {{node.data.network}} - Available + {{ 'Common.Available' | translate }} - Partially Available + {{ 'Common.PartlyAvailable' | translate }} @@ -97,21 +97,21 @@
diff --git a/src/Ombi/wwwroot/translations/en.json b/src/Ombi/wwwroot/translations/en.json index 0d3f3805e..e98dd1374 100644 --- a/src/Ombi/wwwroot/translations/en.json +++ b/src/Ombi/wwwroot/translations/en.json @@ -21,6 +21,7 @@ "Request": "Request", "Denied":"Denied", "Approve":"Approve", + "PartlyAvailable": "Partly Available", "Errors": { "Validation": "Please check your entered values" } @@ -86,6 +87,18 @@ "NowPlayingMovies": "Now Playing Movies", "HomePage": "Home Page", "Trailer": "Trailer" + }, + "TvShows": { + "Popular":"Popular", + "Trending":"Trending", + "MostWatched":"Most Watched", + "MostAnticipated":"Most Anticipated", + "Results":"Results", + "AirDate":"Air Date:", + "AllSeasons":"All Seasons", + "FirstSeason":"First Season", + "LatestSeason":"Latest Season", + "Select":"Select ..." } }, "Requests": {