mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 19:40:05 -07:00
Merge branch 'develop' of https://github.com/tidusjar/Ombi into develop
This commit is contained in:
commit
b20eb0212f
12 changed files with 473 additions and 35 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## (unreleased)
|
||||
## v3.0.3477 (2018-07-18)
|
||||
|
||||
### **New Features**
|
||||
|
||||
|
|
|
@ -455,7 +455,7 @@ $border-radius: 10px;
|
|||
}
|
||||
|
||||
.checkbox input[type=checkbox] {
|
||||
display: none;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.checkbox input[type=checkbox]:checked + label:before {
|
||||
|
@ -979,4 +979,4 @@ a > h4:hover {
|
|||
.subject-category,
|
||||
.subject {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -62,9 +62,12 @@
|
|||
"Italian": "Italiensk",
|
||||
"Danish": "Dansk",
|
||||
"Dutch": "Hollandsk",
|
||||
"Norwegian": "Norsk"
|
||||
"Norwegian": "Norsk",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Åbn mobilapp"
|
||||
"OpenMobileApp": "Åbn mobilapp",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Søg",
|
||||
|
@ -113,6 +116,7 @@
|
|||
"RequestStatus": "Status for anmodning:",
|
||||
"Denied": " Afvist:",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Dato for anmodning:",
|
||||
"QualityOverride": "Tilsidesæt kvalitet:",
|
||||
|
@ -129,7 +133,14 @@
|
|||
"GridStatus": "Status",
|
||||
"ReportIssue": "Rapportér problem",
|
||||
"Filter": "Filter",
|
||||
"SeasonNumberHeading": "Sæson: {seasonNumber}"
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Sæson: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Problemer",
|
||||
|
@ -154,6 +165,7 @@
|
|||
"ClearFilter": "Nulstil filter",
|
||||
"FilterHeaderAvailability": "Tilgængelighed",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Godkendt"
|
||||
"Approved": "Godkendt",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
|
@ -62,9 +62,12 @@
|
|||
"Italian": "Italienisch",
|
||||
"Danish": "Dänisch",
|
||||
"Dutch": "Niederländisch",
|
||||
"Norwegian": "Norwegisch"
|
||||
"Norwegian": "Norwegisch",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Mobile App"
|
||||
"OpenMobileApp": "Mobile App",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Suche",
|
||||
|
@ -113,6 +116,7 @@
|
|||
"RequestStatus": "Anfrage Status:",
|
||||
"Denied": " Abgelehnt:",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Datum der Anfrage:",
|
||||
"QualityOverride": "Qualitäts Überschreiben:",
|
||||
|
@ -129,7 +133,14 @@
|
|||
"GridStatus": "Status",
|
||||
"ReportIssue": "Problem melden",
|
||||
"Filter": "Filter",
|
||||
"SeasonNumberHeading": "Staffel: {seasonNumber}"
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Staffel: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Probleme",
|
||||
|
@ -154,6 +165,7 @@
|
|||
"ClearFilter": "Filter zurücksetzen",
|
||||
"FilterHeaderAvailability": "Verfügbarkeit",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Bestätigt"
|
||||
"Approved": "Bestätigt",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
|
@ -62,9 +62,12 @@
|
|||
"Italian": "Italiano",
|
||||
"Danish": "Danés",
|
||||
"Dutch": "Holandés",
|
||||
"Norwegian": "Norwegian"
|
||||
"Norwegian": "Norwegian",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Open Mobile App"
|
||||
"OpenMobileApp": "Open Mobile App",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Buscar",
|
||||
|
@ -113,6 +116,7 @@
|
|||
"RequestStatus": "Estado de la solicitud:",
|
||||
"Denied": " Denegado:",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Fecha de solicitud:",
|
||||
"QualityOverride": "Sobreescribir calidad:",
|
||||
|
@ -129,7 +133,14 @@
|
|||
"GridStatus": "Estado",
|
||||
"ReportIssue": "Report Issue",
|
||||
"Filter": "Filter",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}"
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Incidencias",
|
||||
|
@ -154,6 +165,7 @@
|
|||
"ClearFilter": "Clear Filter",
|
||||
"FilterHeaderAvailability": "Availability",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Approved"
|
||||
"Approved": "Approved",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
|
@ -62,9 +62,12 @@
|
|||
"Italian": "Italien",
|
||||
"Danish": "Danois",
|
||||
"Dutch": "Néerlandais",
|
||||
"Norwegian": "Norvégien"
|
||||
"Norwegian": "Norvégien",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Ouvrir l'application mobile"
|
||||
"OpenMobileApp": "Ouvrir l'application mobile",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Rechercher",
|
||||
|
@ -113,6 +116,7 @@
|
|||
"RequestStatus": "Statut de la demande :",
|
||||
"Denied": " Refusé :",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Date de la demande :",
|
||||
"QualityOverride": "Remplacement de la qualité :",
|
||||
|
@ -129,7 +133,14 @@
|
|||
"GridStatus": "Statut",
|
||||
"ReportIssue": "Report Issue",
|
||||
"Filter": "Filter",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}"
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Problèmes",
|
||||
|
@ -154,6 +165,7 @@
|
|||
"ClearFilter": "Clear Filter",
|
||||
"FilterHeaderAvailability": "Availability",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Approved"
|
||||
"Approved": "Approved",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
|
@ -62,9 +62,12 @@
|
|||
"Italian": "Italiano",
|
||||
"Danish": "Danese",
|
||||
"Dutch": "Olandese",
|
||||
"Norwegian": "Norvegese"
|
||||
"Norwegian": "Norvegese",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Apri l'applicazione mobile"
|
||||
"OpenMobileApp": "Apri l'applicazione mobile",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Cerca",
|
||||
|
@ -113,6 +116,7 @@
|
|||
"RequestStatus": "Stato della richiesta:",
|
||||
"Denied": " Rifiutato:",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Data della richiesta:",
|
||||
"QualityOverride": "Sovrascrivi qualità:",
|
||||
|
@ -129,7 +133,14 @@
|
|||
"GridStatus": "Stato",
|
||||
"ReportIssue": "Report Issue",
|
||||
"Filter": "Filter",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}"
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Problemi",
|
||||
|
@ -154,6 +165,7 @@
|
|||
"ClearFilter": "Clear Filter",
|
||||
"FilterHeaderAvailability": "Availability",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Approved"
|
||||
"Approved": "Approved",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
|
@ -62,9 +62,12 @@
|
|||
"Italian": "Italiaans",
|
||||
"Danish": "Deens",
|
||||
"Dutch": "Nederlands",
|
||||
"Norwegian": "Noors"
|
||||
"Norwegian": "Noors",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Open Mobiele App"
|
||||
"OpenMobileApp": "Open Mobiele App",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Zoeken",
|
||||
|
@ -113,6 +116,7 @@
|
|||
"RequestStatus": "Aanvraagstatus:",
|
||||
"Denied": " Geweigerd:",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Aanvraag Datum:",
|
||||
"QualityOverride": "Kwaliteit overschrijven:",
|
||||
|
@ -129,7 +133,14 @@
|
|||
"GridStatus": "Status",
|
||||
"ReportIssue": "Probleem Melden",
|
||||
"Filter": "Filter",
|
||||
"SeasonNumberHeading": "Seizoen: {seasonNumber}"
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Seizoen: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Problemen",
|
||||
|
@ -154,6 +165,7 @@
|
|||
"ClearFilter": "Verwijder Filter",
|
||||
"FilterHeaderAvailability": "Beschikbaarheid",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Goedgekeurd"
|
||||
"Approved": "Goedgekeurd",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
|
@ -62,9 +62,12 @@
|
|||
"Italian": "Italiensk",
|
||||
"Danish": "Dansk",
|
||||
"Dutch": "Nederlandsk",
|
||||
"Norwegian": "Norsk"
|
||||
"Norwegian": "Norsk",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Åpne mobilapp"
|
||||
"OpenMobileApp": "Åpne mobilapp",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Søk",
|
||||
|
@ -113,6 +116,7 @@
|
|||
"RequestStatus": "Status for forespørsel:",
|
||||
"Denied": " Avslått:",
|
||||
"TheatricalRelease": "Kinopremiere: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital utgivelse: {{date}}",
|
||||
"RequestDate": "Dato for forespørsel:",
|
||||
"QualityOverride": "Overstyr kvalitet:",
|
||||
|
@ -129,7 +133,14 @@
|
|||
"GridStatus": "Status",
|
||||
"ReportIssue": "Rapportér en feil",
|
||||
"Filter": "Filter",
|
||||
"SeasonNumberHeading": "Sesong: {seasonNumber}"
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Sesong: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Mangler",
|
||||
|
@ -154,6 +165,7 @@
|
|||
"ClearFilter": "Tøm filter",
|
||||
"FilterHeaderAvailability": "Tilgjengelighet",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Godkjent"
|
||||
"Approved": "Godkjent",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
171
src/Ombi/wwwroot/translations/pl.json
Normal file
171
src/Ombi/wwwroot/translations/pl.json
Normal file
|
@ -0,0 +1,171 @@
|
|||
{
|
||||
"Login": {
|
||||
"SignInButton": "Sign in",
|
||||
"UsernamePlaceholder": "Username",
|
||||
"PasswordPlaceholder": "Password",
|
||||
"RememberMe": "Remember Me",
|
||||
"ForgottenPassword": "Forgot your password?",
|
||||
"Errors": {
|
||||
"IncorrectCredentials": "Incorrect username or password"
|
||||
}
|
||||
},
|
||||
"Common": {
|
||||
"ContinueButton": "Continue",
|
||||
"Available": "Available",
|
||||
"NotAvailable": "Not Available",
|
||||
"ProcessingRequest": "Processing Request",
|
||||
"PendingApproval": "Pending Approval",
|
||||
"RequestDenied": "Request Denied",
|
||||
"NotRequested": "Not Requested",
|
||||
"Requested": "Requested",
|
||||
"Request": "Request",
|
||||
"Denied": "Denied",
|
||||
"Approve": "Approve",
|
||||
"PartlyAvailable": "Partly Available",
|
||||
"Errors": {
|
||||
"Validation": "Please check your entered values"
|
||||
}
|
||||
},
|
||||
"PasswordReset": {
|
||||
"EmailAddressPlaceholder": "Email Address",
|
||||
"ResetPasswordButton": "Reset Password"
|
||||
},
|
||||
"LandingPage": {
|
||||
"OnlineHeading": "Currently Online",
|
||||
"OnlineParagraph": "The media server is currently online",
|
||||
"PartiallyOnlineHeading": "Partially Online",
|
||||
"PartiallyOnlineParagraph": "The media server is partially online.",
|
||||
"MultipleServersUnavailable": "There are {{serversUnavailable}} servers offline out of {{totalServers}}.",
|
||||
"SingleServerUnavailable": "There is {{serversUnavailable}} server offline out of {{totalServers}}.",
|
||||
"OfflineHeading": "Currently Offline",
|
||||
"OfflineParagraph": "The media server is currently offline.",
|
||||
"CheckPageForUpdates": "Check this page for continuous site updates."
|
||||
},
|
||||
"NavigationBar": {
|
||||
"Search": "Search",
|
||||
"Requests": "Requests",
|
||||
"UserManagement": "User Management",
|
||||
"Issues": "Issues",
|
||||
"Donate": "Donate!",
|
||||
"DonateLibraryMaintainer": "Donate to Library Maintainer",
|
||||
"DonateTooltip": "This is how I convince my wife to let me spend my spare time developing Ombi ;)",
|
||||
"UpdateAvailableTooltip": "Update Available!",
|
||||
"Settings": "Settings",
|
||||
"Welcome": "Welcome {{username}}",
|
||||
"UpdateDetails": "Update Details",
|
||||
"Logout": "Logout",
|
||||
"Language": {
|
||||
"English": "English",
|
||||
"French": "French",
|
||||
"Spanish": "Spanish",
|
||||
"German": "German",
|
||||
"Italian": "Italian",
|
||||
"Danish": "Danish",
|
||||
"Dutch": "Dutch",
|
||||
"Norwegian": "Norwegian",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Open Mobile App",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Search",
|
||||
"Paragraph": "Want to watch something that is not currently available? No problem, just search for it below and request it!",
|
||||
"MoviesTab": "Movies",
|
||||
"TvTab": "TV Shows",
|
||||
"Suggestions": "Suggestions",
|
||||
"NoResults": "Sorry, we didn't find any results!",
|
||||
"DigitalDate": "Digital Release: {{date}}",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"ViewOnPlex": "View On Plex",
|
||||
"ViewOnEmby": "View On Emby",
|
||||
"RequestAdded": "Request for {{title}} has been added successfully",
|
||||
"Similar": "Similar",
|
||||
"Movies": {
|
||||
"PopularMovies": "Popular Movies",
|
||||
"UpcomingMovies": "Upcoming Movies",
|
||||
"TopRatedMovies": "Top Rated Movies",
|
||||
"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 ...",
|
||||
"SubmitRequest": "Submit Request",
|
||||
"Season": "Season: {{seasonNumber}}",
|
||||
"SelectAllInSeason": "Select All in Season {{seasonNumber}}"
|
||||
}
|
||||
},
|
||||
"Requests": {
|
||||
"Title": "Requests",
|
||||
"Paragraph": "Below you can see yours and all other requests, as well as their download and approval status.",
|
||||
"MoviesTab": "Movies",
|
||||
"TvTab": "TV Shows",
|
||||
"RequestedBy": "Requested By:",
|
||||
"Status": "Status:",
|
||||
"RequestStatus": "Request status:",
|
||||
"Denied": " Denied:",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Request Date:",
|
||||
"QualityOverride": "Quality Override:",
|
||||
"RootFolderOverride": "Root Folder Override:",
|
||||
"ChangeRootFolder": "Root Folder",
|
||||
"ChangeQualityProfile": "Quality Profile",
|
||||
"MarkUnavailable": "Mark Unavailable",
|
||||
"MarkAvailable": "Mark Available",
|
||||
"Remove": "Remove",
|
||||
"Deny": "Deny",
|
||||
"Season": "Season:",
|
||||
"GridTitle": "Title",
|
||||
"AirDate": "AirDate",
|
||||
"GridStatus": "Status",
|
||||
"ReportIssue": "Report Issue",
|
||||
"Filter": "Filter",
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Issues",
|
||||
"PendingTitle": "Pending Issues",
|
||||
"InProgressTitle": "In Progress Issues",
|
||||
"ResolvedTitle": "Resolved Issues",
|
||||
"ColumnTitle": "Title",
|
||||
"Category": "Category",
|
||||
"Status": "Status",
|
||||
"Details": "Details",
|
||||
"Description": "Description",
|
||||
"NoComments": "No Comments!",
|
||||
"MarkInProgress": "Mark In Progress",
|
||||
"MarkResolved": "Mark Resolved",
|
||||
"SendMessageButton": "Send",
|
||||
"Subject": "Subject",
|
||||
"Comments": "Comments",
|
||||
"WriteMessagePlaceholder": "Write your message here...",
|
||||
"ReportedBy": "Reported By"
|
||||
},
|
||||
"Filter": {
|
||||
"ClearFilter": "Clear Filter",
|
||||
"FilterHeaderAvailability": "Availability",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Approved",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
171
src/Ombi/wwwroot/translations/pt.json
Normal file
171
src/Ombi/wwwroot/translations/pt.json
Normal file
|
@ -0,0 +1,171 @@
|
|||
{
|
||||
"Login": {
|
||||
"SignInButton": "Sign in",
|
||||
"UsernamePlaceholder": "Username",
|
||||
"PasswordPlaceholder": "Password",
|
||||
"RememberMe": "Remember Me",
|
||||
"ForgottenPassword": "Forgot your password?",
|
||||
"Errors": {
|
||||
"IncorrectCredentials": "Incorrect username or password"
|
||||
}
|
||||
},
|
||||
"Common": {
|
||||
"ContinueButton": "Continue",
|
||||
"Available": "Available",
|
||||
"NotAvailable": "Not Available",
|
||||
"ProcessingRequest": "Processing Request",
|
||||
"PendingApproval": "Pending Approval",
|
||||
"RequestDenied": "Request Denied",
|
||||
"NotRequested": "Not Requested",
|
||||
"Requested": "Requested",
|
||||
"Request": "Request",
|
||||
"Denied": "Denied",
|
||||
"Approve": "Approve",
|
||||
"PartlyAvailable": "Partly Available",
|
||||
"Errors": {
|
||||
"Validation": "Please check your entered values"
|
||||
}
|
||||
},
|
||||
"PasswordReset": {
|
||||
"EmailAddressPlaceholder": "Email Address",
|
||||
"ResetPasswordButton": "Reset Password"
|
||||
},
|
||||
"LandingPage": {
|
||||
"OnlineHeading": "Currently Online",
|
||||
"OnlineParagraph": "The media server is currently online",
|
||||
"PartiallyOnlineHeading": "Partially Online",
|
||||
"PartiallyOnlineParagraph": "The media server is partially online.",
|
||||
"MultipleServersUnavailable": "There are {{serversUnavailable}} servers offline out of {{totalServers}}.",
|
||||
"SingleServerUnavailable": "There is {{serversUnavailable}} server offline out of {{totalServers}}.",
|
||||
"OfflineHeading": "Currently Offline",
|
||||
"OfflineParagraph": "The media server is currently offline.",
|
||||
"CheckPageForUpdates": "Check this page for continuous site updates."
|
||||
},
|
||||
"NavigationBar": {
|
||||
"Search": "Search",
|
||||
"Requests": "Requests",
|
||||
"UserManagement": "User Management",
|
||||
"Issues": "Issues",
|
||||
"Donate": "Donate!",
|
||||
"DonateLibraryMaintainer": "Donate to Library Maintainer",
|
||||
"DonateTooltip": "This is how I convince my wife to let me spend my spare time developing Ombi ;)",
|
||||
"UpdateAvailableTooltip": "Update Available!",
|
||||
"Settings": "Settings",
|
||||
"Welcome": "Welcome {{username}}",
|
||||
"UpdateDetails": "Update Details",
|
||||
"Logout": "Logout",
|
||||
"Language": {
|
||||
"English": "English",
|
||||
"French": "French",
|
||||
"Spanish": "Spanish",
|
||||
"German": "German",
|
||||
"Italian": "Italian",
|
||||
"Danish": "Danish",
|
||||
"Dutch": "Dutch",
|
||||
"Norwegian": "Norwegian",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Open Mobile App",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Search",
|
||||
"Paragraph": "Want to watch something that is not currently available? No problem, just search for it below and request it!",
|
||||
"MoviesTab": "Movies",
|
||||
"TvTab": "TV Shows",
|
||||
"Suggestions": "Suggestions",
|
||||
"NoResults": "Sorry, we didn't find any results!",
|
||||
"DigitalDate": "Digital Release: {{date}}",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"ViewOnPlex": "View On Plex",
|
||||
"ViewOnEmby": "View On Emby",
|
||||
"RequestAdded": "Request for {{title}} has been added successfully",
|
||||
"Similar": "Similar",
|
||||
"Movies": {
|
||||
"PopularMovies": "Popular Movies",
|
||||
"UpcomingMovies": "Upcoming Movies",
|
||||
"TopRatedMovies": "Top Rated Movies",
|
||||
"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 ...",
|
||||
"SubmitRequest": "Submit Request",
|
||||
"Season": "Season: {{seasonNumber}}",
|
||||
"SelectAllInSeason": "Select All in Season {{seasonNumber}}"
|
||||
}
|
||||
},
|
||||
"Requests": {
|
||||
"Title": "Requests",
|
||||
"Paragraph": "Below you can see yours and all other requests, as well as their download and approval status.",
|
||||
"MoviesTab": "Movies",
|
||||
"TvTab": "TV Shows",
|
||||
"RequestedBy": "Requested By:",
|
||||
"Status": "Status:",
|
||||
"RequestStatus": "Request status:",
|
||||
"Denied": " Denied:",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Request Date:",
|
||||
"QualityOverride": "Quality Override:",
|
||||
"RootFolderOverride": "Root Folder Override:",
|
||||
"ChangeRootFolder": "Root Folder",
|
||||
"ChangeQualityProfile": "Quality Profile",
|
||||
"MarkUnavailable": "Mark Unavailable",
|
||||
"MarkAvailable": "Mark Available",
|
||||
"Remove": "Remove",
|
||||
"Deny": "Deny",
|
||||
"Season": "Season:",
|
||||
"GridTitle": "Title",
|
||||
"AirDate": "AirDate",
|
||||
"GridStatus": "Status",
|
||||
"ReportIssue": "Report Issue",
|
||||
"Filter": "Filter",
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Issues",
|
||||
"PendingTitle": "Pending Issues",
|
||||
"InProgressTitle": "In Progress Issues",
|
||||
"ResolvedTitle": "Resolved Issues",
|
||||
"ColumnTitle": "Title",
|
||||
"Category": "Category",
|
||||
"Status": "Status",
|
||||
"Details": "Details",
|
||||
"Description": "Description",
|
||||
"NoComments": "No Comments!",
|
||||
"MarkInProgress": "Mark In Progress",
|
||||
"MarkResolved": "Mark Resolved",
|
||||
"SendMessageButton": "Send",
|
||||
"Subject": "Subject",
|
||||
"Comments": "Comments",
|
||||
"WriteMessagePlaceholder": "Write your message here...",
|
||||
"ReportedBy": "Reported By"
|
||||
},
|
||||
"Filter": {
|
||||
"ClearFilter": "Clear Filter",
|
||||
"FilterHeaderAvailability": "Availability",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Approved",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
|
@ -62,9 +62,12 @@
|
|||
"Italian": "Italienska",
|
||||
"Danish": "Danska",
|
||||
"Dutch": "Holländska",
|
||||
"Norwegian": "Norska"
|
||||
"Norwegian": "Norska",
|
||||
"BrazillianPortuguese": "Brazillian Portuguese",
|
||||
"Polish": "Polish"
|
||||
},
|
||||
"OpenMobileApp": "Öppna Mobil App"
|
||||
"OpenMobileApp": "Öppna Mobil App",
|
||||
"RecentlyAdded": "Recently Added"
|
||||
},
|
||||
"Search": {
|
||||
"Title": "Sök",
|
||||
|
@ -113,6 +116,7 @@
|
|||
"RequestStatus": "Status för efterfrågan:",
|
||||
"Denied": " Nekad:",
|
||||
"TheatricalRelease": "Theatrical Release: {{date}}",
|
||||
"TheatricalReleaseSort": "Theatrical Release",
|
||||
"DigitalRelease": "Digital Release: {{date}}",
|
||||
"RequestDate": "Datum för efterfrågan:",
|
||||
"QualityOverride": "Kvalité överskridande:",
|
||||
|
@ -129,7 +133,14 @@
|
|||
"GridStatus": "Status",
|
||||
"ReportIssue": "Report Issue",
|
||||
"Filter": "Filter",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}"
|
||||
"Sort": "Sort",
|
||||
"SeasonNumberHeading": "Season: {seasonNumber}",
|
||||
"SortTitleAsc": "Title ▲",
|
||||
"SortTitleDesc": "Title ▼",
|
||||
"SortRequestDateAsc": "Request Date ▲",
|
||||
"SortRequestDateDesc": "Request Date ▼",
|
||||
"SortStatusAsc": "Status ▲",
|
||||
"SortStatusDesc": "Status ▼"
|
||||
},
|
||||
"Issues": {
|
||||
"Title": "Problem",
|
||||
|
@ -154,6 +165,7 @@
|
|||
"ClearFilter": "Clear Filter",
|
||||
"FilterHeaderAvailability": "Availability",
|
||||
"FilterHeaderRequestStatus": "Status",
|
||||
"Approved": "Approved"
|
||||
"Approved": "Approved",
|
||||
"PendingApproval": "Pending Approval"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue