From 382e552b9c3b27c8791eecdb1d8cc90f18c75430 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:07:55 +0000 Subject: [PATCH] New translations validation.php (Hungarian) --- resources/lang/hu-HU/validation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/hu-HU/validation.php b/resources/lang/hu-HU/validation.php index 0a4c7e6b..d9ecc5bc 100644 --- a/resources/lang/hu-HU/validation.php +++ b/resources/lang/hu-HU/validation.php @@ -31,7 +31,7 @@ return [ 'array' => ':attribute csak tömb típusú lehet.', 'before' => ':attribute csak :date előtti dátum lehet.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', + 'numeric' => ':attribute csak :min és :max között érvényes.', 'file' => 'The :attribute must be between :min and :max kilobytes.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => ':attribute csak :min és :max elem közötti lehet.',