From 5aa01062a679b8fea68dec7fcd8d29ecf2ac6b02 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Tue, 1 Jan 2019 11:00:18 +0000 Subject: [PATCH] New translations validation.php (Dutch) --- resources/lang/nl-NL/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/nl-NL/validation.php b/resources/lang/nl-NL/validation.php index 6cacbb44fcb5..860e2bd4c500 100644 --- a/resources/lang/nl-NL/validation.php +++ b/resources/lang/nl-NL/validation.php @@ -31,7 +31,7 @@ 'array' => ':attribute moet een reeks zijn.', 'before' => ':attribute moet een datum vóór :date zijn.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', + 'numeric' => ':attribute moet tussen :min en de :max zijn.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => ':attribute moet tussen :min en :max items hebben.',