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

Skip to content

Commit 019eb22

Browse files
committed
Merge pull request Laravel-Lang#206 from sintemaa/master
Update validation.php for NL
2 parents 3aebfbe + c5ed2de commit 019eb22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nl/validation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"not_in" => "Het formaat van :attribute is ongeldig.",
5858
"numeric" => ":attribute moet een nummer zijn.",
5959
"required" => ":attribute is verplicht.",
60-
"required_with" => ":attribute is verplicht i.c.m. :field",
61-
"required_with_all" => "The :attribute field is required when :values is present.",
62-
"required_without" => "The :attribute field is required when :values is not present.",
63-
"required_without_all" => "The :attribute field is required when none of :values are present.",
60+
"required_with" => ":attribute is verplicht i.c.m. :values",
61+
"required_with_all" => ":attribute is verplicht i.c.m. :values",
62+
"required_without" => ":attribute is verplicht als :values niet ingevuld is.",
63+
"required_without_all" => ":attribute is verplicht als :values niet ingevuld zijn.",
6464
"same" => ":attribute en :other moeten overeenkomen.",
6565
"size" => array(
6666
"numeric" => ":attribute moet :size zijn.",

0 commit comments

Comments
 (0)