mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-26 10:13:38 +08:00
New translations validation.php (Czech)
This commit is contained in:
parent
12cec9b4c1
commit
73b59470c2
|
@ -90,6 +90,7 @@ return [
|
|||
'required_without' => ':attribute musí být vyplněno pokud :values není vyplněno.',
|
||||
'required_without_all' => ':attribute musí být vyplněno pokud není žádné z :values zvoleno.',
|
||||
'same' => ':attribute a :other se musí shodovat.',
|
||||
'safe_url' => 'The provided link may not be safe.',
|
||||
'size' => [
|
||||
'numeric' => ':attribute musí být přesně :size.',
|
||||
'file' => ':attribute musí mít přesně :size Kilobytů.',
|
||||
|
|
Loading…
Reference in New Issue
Block a user