Skip to content

Commit b894cde

Browse files
author
Jürgen van Dijk
committed
Added Dutch translations for validation rules "date_format" and "required_with".
1 parent cffded6 commit b894cde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

application/language/nl/validation.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"countbetween" => ":attribute moet tussen :min en :max geselecteerde elementen bevatten.",
2828
"countmax" => ":attribute moet minder dan :max geselecteerde elementen bevatten.",
2929
"countmin" => ":attribute moet minimaal :min geselecteerde elementen bevatten.",
30+
"date_format" => ":attribute moet een geldige datum formaat bevatten.",
3031
"different" => ":attribute en :other moeten verschillend zijn.",
3132
"email" => ":attribute is geen geldig e-mailadres.",
3233
"exists" => ":attribute bestaat niet.",
@@ -49,6 +50,7 @@
4950
"not_in" => "Het formaat van :attribute is ongeldig.",
5051
"numeric" => ":attribute moet een nummer zijn.",
5152
"required" => ":attribute is verplicht.",
53+
"required_with" => ":attribute is verplicht i.c.m. :field",
5254
"same" => ":attribute en :other moeten overeenkomen.",
5355
"size" => array(
5456
"numeric" => ":attribute moet :size zijn.",

0 commit comments

Comments
 (0)