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

Skip to content

Commit 76ea474

Browse files
authored
Merge pull request Laravel-Lang#1041 from waclaw66/master
Fix of CZ (cs) validation.min translation
2 parents e64c72f + 5600105 commit 76ea474

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cs/validation.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
'mimes' => ':attribute musí být jeden z následujících datových typů :values.',
8484
'mimetypes' => ':attribute musí být jeden z následujících datových typů :values.',
8585
'min' => [
86-
'numeric' => ':attribute musí být větší než :min.',
87-
'file' => ':attribute musí být větší než :min kB.',
88-
'string' => ':attribute musí být delší než :min znaků.',
89-
'array' => ':attribute musí obsahovat více než :min prvků.',
86+
'numeric' => ':attribute musí být alespoň :min.',
87+
'file' => ':attribute musí mít alespoň :min kB.',
88+
'string' => ':attribute musí mít délku alespoň :min znaků.',
89+
'array' => ':attribute musí obsahovat alespoň :min prvků.',
9090
],
9191
'not_in' => 'Zvolená hodnota pro :attribute je neplatná.',
9292
'not_regex' => ':attribute musí být regulární výraz.',

0 commit comments

Comments
 (0)