From d36e6629d6cad9d3d64bd618b9be0ec212c4a452 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 27 Mar 2018 19:32:36 +0100 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 d9ecc5bc5..634423651 100644 --- a/resources/lang/hu-HU/validation.php +++ b/resources/lang/hu-HU/validation.php @@ -32,7 +32,7 @@ return [ 'before' => ':attribute csak :date előtti dátum lehet.', 'between' => [ 'numeric' => ':attribute csak :min és :max között érvényes.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', + 'file' => 'Az :attribute-nak :min -:max kilobájt között kell lennie.', 'string' => 'The :attribute must be between :min and :max characters.', 'array' => ':attribute csak :min és :max elem közötti lehet.', ],