nextcloud/apps/accessibility/l10n/nl.js

25 lines
2.1 KiB
JavaScript
Raw Normal View History

2019-03-17 04:13:23 +03:00
OC.L10N.register(
"accessibility",
{
2019-07-21 05:15:10 +03:00
"Dark theme" : "Donker thema",
2020-02-16 05:18:23 +03:00
"Enable dark theme" : "Donker thema inschakelen",
"A dark theme to ease your eyes by reducing the overall luminosity and brightness. It is still under development, so please report any issues you may find." : "Een donker thema dat je ogen minder vermoeit minder door de lichtsterkte en helderheid te verminderen. Dit thema is nog in ontwikkeling, dus we horen graag van je als je fouten tegenkomt.",
2019-10-09 05:15:07 +03:00
"High contrast mode" : "Hoog contrast modus",
2020-02-16 05:18:23 +03:00
"Enable high contrast mode" : "Hoog contrast modus inschakelen",
2019-10-09 05:15:07 +03:00
"A high contrast mode to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Een thema met hoog contrast dat de navigatie vergemakkelijkt. De visuele kwaliteit vermindert, maar de duidelijkheid neemt toe.",
2019-03-26 13:41:31 +03:00
"Dyslexia font" : "Dyslexie-lettertype",
2020-02-16 05:18:23 +03:00
"Enable dyslexia font" : "Dyslexie-lettertype inschakelen",
2019-09-17 15:33:26 +03:00
"OpenDyslexic is a free typeface/font designed to mitigate some of the common reading errors caused by dyslexia." : "OpenDyslexic is een open source lettertype dat is ontwikkeld om de meest voorkomende leesfouten die worden veroorzaakt door dyslexie te voorkomen.",
2019-03-17 04:13:23 +03:00
"Accessibility" : "Toegankelijkheid",
2019-03-26 13:41:31 +03:00
"Accessibility options for nextcloud" : "Toegankelijkheidsopties voor Nextcloud",
"Provides multiple accessibilities options to ease your use of Nextcloud" : "Biedt verschillende opties om de toegankelijkheid van Nextcloud te verbeteren",
2020-02-13 05:19:26 +03:00
"High contrast theme" : "Hoog contrast-thema",
"A high contrast theme to ease your navigation. Visual quality will be reduced but clarity will be increased." : "Een thema met hoog contrast dat de navigatie vergemakkelijkt. De visuele kwaliteit vermindert, maar de duidelijkheid neemt toe.",
"Dark theme (beta)" : "Donker thema (bèta)",
2019-03-26 13:41:31 +03:00
"Web Content Accessibility Guidelines" : "Richtlijnen voor Toegankelijkheid van Webcontent (WCAG)",
2019-03-17 04:13:23 +03:00
"our issue tracker" : "onze issue tracker",
"our design team" : "ons ontwerpteam",
2020-02-13 05:19:26 +03:00
"Enable" : "Inschakelen"
2019-03-17 04:13:23 +03:00
},
"nplurals=2; plural=(n != 1);");