validáció - "méret" fordítások

This commit is contained in:
Tamás Györkis 2022-11-13 19:16:21 +01:00
parent cd8e8747a8
commit 8c724a8511

@ -128,10 +128,10 @@ return [
'required_without_all' => 'A(z) :attribute mező kötelező, ha ezek közül semelyik sincs jelen: :values.', 'required_without_all' => 'A(z) :attribute mező kötelező, ha ezek közül semelyik sincs jelen: :values.',
'same' => 'A(z) :attribute és :other értékének meg kell egyeznie.', 'same' => 'A(z) :attribute és :other értékének meg kell egyeznie.',
'size' => [ 'size' => [
'array' => 'The :attribute must contain :size items.', 'array' => 'A(z) :attribute ennyi elemet kell tartalmaznia: :size.',
'file' => 'The :attribute must be :size kilobytes.', 'file' => 'A(z) :attribute mezőnek ekkorának kell lennie: :size kilobyte.',
'numeric' => 'The :attribute must be :size.', 'numeric' => 'A(z) :attribute számnak ekkorának kell lennie: :size.',
'string' => 'The :attribute must be :size characters.', 'string' => 'A(z) :attribute mezőnek :size karakternek kell lennie.',
], ],
'starts_with' => 'The :attribute must start with one of the following: :values.', 'starts_with' => 'The :attribute must start with one of the following: :values.',
'string' => 'The :attribute must be a string.', 'string' => 'The :attribute must be a string.',