Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ed0951

Browse files
committed
Other Dutch translations
1 parent 7cec3e7 commit 4ed0951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nl/validation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'in_array' => 'The :attribute field does not exist in :other.',
4444
'integer' => ':attribute moet een getal zijn.',
4545
'ip' => ':attribute moet een geldig IP-adres zijn.',
46-
'json' => 'The :attribute must be a valid JSON string.',
46+
'json' => ':attribute moet een geldige JSON-string zijn.',
4747
'max' => [
4848
'numeric' => ':attribute mag niet hoger dan :max zijn.',
4949
'file' => ':attribute mag niet meer dan :max kilobytes zijn.',
@@ -59,7 +59,7 @@
5959
],
6060
'not_in' => 'Het formaat van :attribute is ongeldig.',
6161
'numeric' => ':attribute moet een nummer zijn.',
62-
'present' => 'The :attribute field must be present.',
62+
'present' => 'Het :attribute veld moet bestaan.',
6363
'regex' => ':attribute formaat is ongeldig.',
6464
'required' => ':attribute is verplicht.',
6565
'required_if' => ':attribute is verplicht indien :other gelijk is aan :value.',

0 commit comments

Comments
 (0)