Skip to content

Commit 2156129

Browse files
committed
fix(translations): 🌐 New translations from Crowdin [skip ci]
1 parent aef0368 commit 2156129

1 file changed

Lines changed: 64 additions & 18 deletions

File tree

  • src/Ombi/wwwroot/translations

src/Ombi/wwwroot/translations/nl.json

Lines changed: 64 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"Common": {
1515
"ContinueButton": "Doorgaan",
1616
"Available": "Beschikbaar",
17+
"Approved": "Approved",
18+
"Pending": "Pending",
1719
"PartiallyAvailable": "Deels Beschikbaar",
1820
"Monitored": "Gemonitord",
1921
"NotAvailable": "Niet Beschikbaar",
@@ -33,6 +35,7 @@
3335
},
3436
"Cancel": "Cancel",
3537
"Submit": "Submit",
38+
"Update": "Update",
3639
"tvShow": "TV Show",
3740
"movie": "Movie"
3841
},
@@ -192,7 +195,16 @@
192195
"ChangeAvailability": "Mark Available",
193196
"Deleted": "Successfully deleted selected items",
194197
"Approved": "Successfully approved selected items"
195-
}
198+
},
199+
"SuccessfullyApproved": "Successfully Approved",
200+
"NowAvailable": "Request is now available",
201+
"NowUnavailable": "Request is now unavailable",
202+
"SuccessfullyReprocessed": "Successfully Re-processed the request",
203+
"DeniedRequest": "Denied Request",
204+
"RequestCollection": "Request Collection",
205+
"CollectionSuccesfullyAdded": "The collection {{name}} has been successfully added!",
206+
"NeedToSelectEpisodes": "You need to select some episodes!",
207+
"RequestAddedSuccessfully": "Request for {{title}} has been added successfully"
196208
},
197209
"Issues": {
198210
"Title": "Problemen",
@@ -228,7 +240,8 @@
228240
"Delete": "Delete issue",
229241
"DeletedIssue": "Issue has been deleted",
230242
"Chat": "Chat",
231-
"Requested": "Requested"
243+
"Requested": "Requested",
244+
"UserOnDate": "{{user}} on {{date}}"
232245
},
233246
"Filter": {
234247
"ClearFilter": "Verwijder Filter",
@@ -269,35 +282,51 @@
269282
"QualityProfilesSelect": "Select A Quality Profile",
270283
"RootFolderSelect": "Select A Root Folder",
271284
"LanguageProfileSelect": "Select A Language Profile",
272-
"Status": "Status",
273-
"Availability": "Beschikbaarheid",
285+
"Status": "Status:",
286+
"StatusValues": {
287+
"Planned": "Planned",
288+
"In Production": "In Production",
289+
"Released": "Released",
290+
"Returning Series": "Returning Series",
291+
"Ended": "Ended",
292+
"Canceled": "Canceled"
293+
},
294+
"Seasons": "Seasons:",
295+
"Episodes": "Episodes:",
296+
"Availability": "Availability:",
274297
"RequestStatus": "Aanvraagstatus",
275-
"Quality": "Quality",
276-
"RootFolderOverride": "Hoofdmap overschrijven",
277-
"QualityOverride": "Kwaliteit overschrijven",
278-
"Genres": "Genres",
279-
"TheatricalRelease": "Bioscoop Uitgave",
280-
"DigitalRelease": "Digital Release",
281-
"Votes": "Votes",
282-
"Runtime": "Runtime",
298+
"Quality": "Quality:",
299+
"RootFolderOverride": "Root Folder Override:",
300+
"QualityOverride": "Quality Override:",
301+
"Network": "Network:",
302+
"Genres": "Genres:",
303+
"FirstAired": "First Aired:",
304+
"TheatricalRelease": "Release:",
305+
"DigitalRelease": "Digital Release:",
306+
"Votes": "Votes:",
307+
"Runtime": "Runtime:",
283308
"Minutes": "{{runtime}} Minutes",
284-
"Revenue": "Revenue",
285-
"Budget": "Budget",
286-
"Keywords": "Keywords/Tags",
309+
"Revenue": "Revenue:",
310+
"Budget": "Budget:",
311+
"Keywords": "Keywords/Tags:",
287312
"Casts": {
288313
"CastTitle": "Acteurs"
289314
},
290315
"EpisodeSelector": {
291316
"AllSeasonsTooltip": "Dit verzoekt ieder seizoen van deze serie",
292317
"FirstSeasonTooltip": "Dit verzoekt alleen het eerste seizoen van deze serie",
293318
"LatestSeasonTooltip": "Dit verzoekt alleen het laatste seizoen van deze show",
294-
"NoEpisodes": "There unfortunately is no episode data for this show yet!"
319+
"NoEpisodes": "There unfortunately is no episode data for this show yet!",
320+
"SeasonNumber": "Season {{number}}"
295321
},
296322
"SonarrConfiguration": "Sonarr Configuration",
297323
"RadarrConfiguration": "Radarr Configuration",
298324
"RequestOnBehalf": "Request on behalf of",
299325
"PleaseSelectUser": "Please select a user",
300-
"StreamingOn": "Streaming On",
326+
"StreamingOn": "Streaming On:",
327+
"RequestedBy": "Requested By:",
328+
"RequestDate": "Request Date:",
329+
"DeniedReason": "Denied Reason:",
301330
"ReProcessRequest": "Re-Process Request"
302331
},
303332
"Discovery": {
@@ -333,6 +362,23 @@
333362
"LanguageDescription": "This is the language you would like the Ombi interface to be displayed in.",
334363
"MobileQRCode": "Mobile QR Code",
335364
"LegacyApp": "Launch Legacy App",
336-
"NoQrCode": "Please contact your administrator to enable QR codes"
365+
"NoQrCode": "Please contact your administrator to enable QR codes",
366+
"UserType": "User Type:",
367+
"ChangeDetails": "Change Details",
368+
"NeedCurrentPassword": "You need your current password to make any changes here",
369+
"CurrentPassword": "Current Password",
370+
"EmailAddress": "Email Address",
371+
"NewPassword": "New Password",
372+
"NewPasswordConfirm": "New Password Confirm",
373+
"Security": "Security",
374+
"Profile": "Profile",
375+
"UpdatedYourInformation": "Updated your information"
376+
},
377+
"UserTypeLabel": {
378+
"1": "Local User",
379+
"2": "Plex User",
380+
"3": "Emby User",
381+
"4": "Emby Connect User",
382+
"5": "Jellyfin User"
337383
}
338384
}

0 commit comments

Comments
 (0)