From 2661a3d8b5d03f8c21f12843fed819f26fd541fc Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 24 Apr 2019 12:47:46 +0100 Subject: [PATCH] New translations en.json (Bulgarian) --- src/Ombi/wwwroot/translations/bg.json | 45 ++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/src/Ombi/wwwroot/translations/bg.json b/src/Ombi/wwwroot/translations/bg.json index 7fabf59d9..fe5aebb58 100644 --- a/src/Ombi/wwwroot/translations/bg.json +++ b/src/Ombi/wwwroot/translations/bg.json @@ -24,6 +24,7 @@ "Denied": "Denied", "Approve": "Approve", "PartlyAvailable": "Partly Available", + "ViewDetails": "View Details", "Errors": { "Validation": "Please check your entered values" } @@ -44,6 +45,7 @@ "CheckPageForUpdates": "Check this page for continuous site updates." }, "NavigationBar": { + "Discover": "Discover", "Search": "Search", "Requests": "Requests", "UserManagement": "User Management", @@ -58,7 +60,10 @@ "UpdateDetails": "Update Details", "Logout": "Logout", "OpenMobileApp": "Open Mobile App", - "RecentlyAdded": "Recently Added" + "RecentlyAdded": "Recently Added", + "ChangeTheme": "Change Theme", + "Calendar": "Calendar", + "UserPreferences": "Preferences" }, "Search": { "Title": "Search", @@ -123,6 +128,7 @@ "MarkAvailable": "Mark Available", "Remove": "Remove", "Deny": "Deny", + "DenyReason": "Deny Reason", "Season": "Season:", "GridTitle": "Title", "AirDate": "AirDate", @@ -182,5 +188,42 @@ "Votes": { "CompletedVotesTab": "Voted", "VotesTab": "Votes Needed" + }, + "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" } }