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

View File

@ -128,10 +128,10 @@ return [
'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.',
'size' => [
'array' => 'The :attribute must contain :size items.',
'file' => 'The :attribute must be :size kilobytes.',
'numeric' => 'The :attribute must be :size.',
'string' => 'The :attribute must be :size characters.',
'array' => 'A(z) :attribute ennyi elemet kell tartalmaznia: :size.',
'file' => 'A(z) :attribute mezőnek ekkorának kell lennie: :size kilobyte.',
'numeric' => 'A(z) :attribute számnak ekkorának kell lennie: :size.',
'string' => 'A(z) :attribute mezőnek :size karakternek kell lennie.',
],
'starts_with' => 'The :attribute must start with one of the following: :values.',
'string' => 'The :attribute must be a string.',