'The file "{file}" is not an image.'=>'Het bestand "{file}" is geen afbeelding.',
'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'Het bestand "{file}" is te groot. Het kan niet groter zijn dan {limit, number} {limit, plural, one{byte} other{bytes}}.',
'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.'=>'Het bestand "{file}" is te klein. Het kan niet kleiner zijn dan {limit, number} {limit, plural, one{byte} other{bytes}}.',
'The format of {attribute} is invalid.'=>'Het formaat van {attribute} is ongeldig',
'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 verification code is incorrect.'=>'De verificatiecode is onjuist.',
'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.',
'{attribute} "{value}" has already been taken.'=>'{attribute} "{value}" is reeds in gebruik.',
'{attribute} cannot be blank.'=>'{attribute} mag niet leeg zijn.',
'{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} must be "{requiredValue}".'=>'{attribute} moet "{requiredValue}" zijn.',
'{attribute} must be a number.'=>'{attribute} moet een getal zijn.',
'{attribute} must be a string.'=>'{attribute} moet een string zijn.',
'{attribute} must be an integer.'=>'{attribute} moet een geheel getal zijn.',
'{attribute} must be either "{true}" or "{false}".'=>'{attribute} moet "{true}" of "{false}" zijn.',
'{attribute} must be greater than "{compareValue}".'=>'{attribute} moet groter zijn dan "{compareValue}".',
'{attribute} must be greater than or equal to "{compareValue}".'=>'{attribute} moet groter dan of gelijk aan "{compareValue}" zijn.',
'{attribute} must be less than "{compareValue}".'=>'{attribute} moet minder zijn dan "{compareValue}".',
'{attribute} must be less than or equal to "{compareValue}".'=>'{attribute} moet minder dan of gelijk aan "{compareValue}" zijn.',
'{attribute} must be no greater than {max}.'=>'{attribute} mag niet groter zijn dan {max}.',
'{attribute} must be no less than {min}.'=>'{attribute} mag niet kleiner zijn dan {max}.',
'{attribute} must be repeated exactly.'=>'{attribute} moet exact herhaald worden.',
'{attribute} must not be equal to "{compareValue}".'=>'{attribute} mag niet gelijk zijn aan "{compareValue}".',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.'=>'{attribute} moet minstens {min, number} {min, plural, one{karakter} other{karakters}} bevatten.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.'=>'{attribute} mag maximaal {min, number} {min, plural, one{karakter} other{karakters}} bevatten.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.'=>'{attribute} moet precies {min, number} {min, plural, one{karakter} other{karakters}} bevatten.',