mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-12 14:53:32 +08:00
New translations validation.php (Polish)
This commit is contained in:
@ -90,6 +90,7 @@ return [
|
|||||||
'required_without' => 'Pole :attribute jest wymagane jeśli :values nie zostało wprowadzone.',
|
'required_without' => 'Pole :attribute jest wymagane jeśli :values nie zostało wprowadzone.',
|
||||||
'required_without_all' => 'Pole :attribute jest wymagane jeśli żadna z wartości :values nie została podana.',
|
'required_without_all' => 'Pole :attribute jest wymagane jeśli żadna z wartości :values nie została podana.',
|
||||||
'same' => 'Pole :attribute i :other muszą być takie same.',
|
'same' => 'Pole :attribute i :other muszą być takie same.',
|
||||||
|
'safe_url' => 'The provided link may not be safe.',
|
||||||
'size' => [
|
'size' => [
|
||||||
'numeric' => ':attribute musi mieć długość :size.',
|
'numeric' => ':attribute musi mieć długość :size.',
|
||||||
'file' => ':attribute musi mieć :size kilobajtów.',
|
'file' => ':attribute musi mieć :size kilobajtów.',
|
||||||
|
Reference in New Issue
Block a user