summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Reuvekamp <git@remi.im>2020-01-12 19:00:10 +0100
committerRemi Reuvekamp <git@remi.im>2020-01-12 19:00:10 +0100
commit99743a94fb726c7210a4cc30f9f3dec9f34fc66f (patch)
treec2d4359a446f0ed486e0f5bb8d01999e07bdea54
parent9bdfd6025b6d5618da840351292c6cad7845fe25 (diff)
downloadinvidious-99743a94fb726c7210a4cc30f9f3dec9f34fc66f.tar.gz
invidious-99743a94fb726c7210a4cc30f9f3dec9f34fc66f.tar.bz2
invidious-99743a94fb726c7210a4cc30f9f3dec9f34fc66f.zip
Improve Dutch locale
-rw-r--r--locales/nl.json37
1 files changed, 19 insertions, 18 deletions
diff --git a/locales/nl.json b/locales/nl.json
index cb233cea..b2221efb 100644
--- a/locales/nl.json
+++ b/locales/nl.json
@@ -1,7 +1,7 @@
{
"`x` subscribers": "`x` abonnees",
"`x` videos": "`x` video's",
- "`x` playlists": "",
+ "`x` playlists": "`x` afspeellijsten",
"LIVE": "LIVE",
"Shared `x` ago": "Gedeeld: `x` geleden",
"Unsubscribe": "Deabonneren",
@@ -69,11 +69,11 @@
"Show related videos: ": "Gerelateerde video's tonen? ",
"Show annotations by default: ": "Standaard annotaties tonen? ",
"Visual preferences": "Visuele instellingen",
- "Player style: ": "",
+ "Player style: ": "Speler vormgeving",
"Dark mode: ": "Donkere modus: ",
- "Theme: ": "",
- "dark": "",
- "light": "",
+ "Theme: ": "Thema: ",
+ "dark": "donker",
+ "light": "licht",
"Thin mode: ": "Smalle modus: ",
"Subscription preferences": "Abonnementsinstellingen",
"Show annotations by default for subscribed channels: ": "Standaard annotaties tonen voor geabonneerde kanalen? ",
@@ -127,17 +127,17 @@
"View JavaScript license information.": "JavaScript-licentieinformatie tonen.",
"View privacy policy.": "Privacybeleid tonen",
"Trending": "Uitgelicht",
- "Public": "",
+ "Public": "Publiek",
"Unlisted": "Verborgen",
- "Private": "",
- "View all playlists": "",
- "Updated `x` ago": "",
- "Delete playlist `x`?": "",
- "Delete playlist": "",
- "Create playlist": "",
- "Title": "",
- "Playlist privacy": "",
- "Editing playlist `x`": "",
+ "Private": "Privé",
+ "View all playlists": "Bekijk alle afspeellijsten",
+ "Updated `x` ago": "`x` geleden aangepast",
+ "Delete playlist `x`?": "Afspeellijst `x` verwijderen?",
+ "Delete playlist": "Verwijder afspeellijst",
+ "Create playlist": "Nieuwe afspeellijst",
+ "Title": "Titel",
+ "Playlist privacy": "Afspeellijst privacy",
+ "Editing playlist `x`": "Afspeellijst `x` wijzigen",
"Watch on YouTube": "Video bekijken op YouTube",
"Hide annotations": "Annotaties verbergen",
"Show annotations": "Annotaties tonen",
@@ -331,6 +331,7 @@
"Video mode": "Videomodus",
"Videos": "Video's",
"Playlists": "Afspeellijsten",
- "Community": "",
- "Current version: ": "Huidige versie: "
-} \ No newline at end of file
+ "Community": "Gemeenschap",
+ "Current version: ": "Huidige versie: ",
+ "Download is disabled.": "Downloaden is uitgeschakeld."
+}