Improve dutch translations (#20720)

This commit is contained in:
jeroenlammerts
2026-01-27 07:59:20 +01:00
committed by GitHub
parent 20d576e555
commit a248c16b99

View File

@@ -55,13 +55,13 @@ return [
'The file "{file}" is not an image.' => 'Het bestand "{file}" is geen afbeelding.',
'The file "{file}" is too big. Its size cannot exceed {formattedLimit}.' => 'Het bestand "{file}" is te groot. Het kan niet groter zijn dan {formattedLimit}.',
'The file "{file}" is too small. Its size cannot be smaller than {formattedLimit}.' => 'Het bestand "{file}" is te klein. Het kan niet kleiner zijn dan {formattedLimit}.',
'The format of {attribute} is invalid.' => 'Het formaat van {attribute} is ongeldig',
'The format of {attribute} is invalid.' => 'Het formaat van {attribute} is ongeldig.',
'The format of {filter} is invalid.' => '',
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'De afbeelding "{file}" is te groot. Het mag maximaal {limit, number} {limit, plural, one{pixel} other{pixels}} hoog zijn.',
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'De afbeelding "{file}" is te groot. Het mag maximaal {limit, number} {limit, plural, one{pixel} other{pixels}} breed zijn.',
'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'De afbeelding "{file}" is te klein. Het moet minimaal {limit, number} {limit, plural, one{pixel} other{pixels}} hoog zijn.',
'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'De afbeelding "{file}" is te klein. Het moet minimaal {limit, number} {limit, plural, one{pixel} other{pixels}} breed zijn.',
'The requested view "{name}" was not found.' => 'De gevraagde view "{view}" werd niet gevonden.',
'The requested view "{name}" was not found.' => 'De gevraagde view "{name}" werd niet gevonden.',
'The verification code is incorrect.' => 'De verificatiecode is onjuist.',
'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Totaal <b>{count, number}</b> {count, plural, one{item} other{items}}.',
'Unable to verify your data submission.' => 'Het is niet mogelijk uw verstrekte gegevens te verifiëren.',
@@ -72,7 +72,7 @@ return [
'View' => 'Bekijk',
'Yes' => 'Ja',
'You are not allowed to perform this action.' => 'U bent niet gemachtigd om deze actie uit te voeren.',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'U kunt maximaal {limit, number} {limit, plural, one{ander bestand} other{andere bestander}} uploaden.',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'U kunt maximaal {limit, number} {limit, plural, one{ander bestand} other{andere bestanden}} uploaden.',
'You should upload at least {limit, number} {limit, plural, one{file} other{files}}.' => '',
'in {delta, plural, =1{a day} other{# days}}' => 'binnen {delta, plural, =1{een dag} other{# dagen}}',
'in {delta, plural, =1{a minute} other{# minutes}}' => 'binnen {delta, plural, =1{een minuut} other{# minuten}}',
@@ -87,7 +87,7 @@ return [
'{attribute} contains wrong subnet mask.' => '',
'{attribute} is invalid.' => '{attribute} is ongeldig.',
'{attribute} is not a valid URL.' => '{attribute} is geen geldige URL.',
'{attribute} is not a valid email address.' => '{attribute} is geen geldig emailadres.',
'{attribute} is not a valid email address.' => '{attribute} is geen geldig e-mailadres.',
'{attribute} is not in the allowed range.' => '',
'{attribute} must be "{requiredValue}".' => '{attribute} moet "{requiredValue}" zijn.',
'{attribute} must be a number.' => '{attribute} moet een getal zijn.',