mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-15 17:24:11 +00:00
New translations validation.php (Russian)
This commit is contained in:
parent
2527970488
commit
820959b7df
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ return [
|
||||||
'required_without' => ':attribute обязательное поле когда :values не установлены.',
|
'required_without' => ':attribute обязательное поле когда :values не установлены.',
|
||||||
'required_without_all' => ':attribute обязательное поле когда ни одно из :values не установлены.',
|
'required_without_all' => ':attribute обязательное поле когда ни одно из :values не установлены.',
|
||||||
'same' => ':attribute и :other должны совпадать.',
|
'same' => ':attribute и :other должны совпадать.',
|
||||||
'safe_url' => 'The provided link may not be safe.',
|
'safe_url' => 'Предоставленная ссылка может быть небезопасной.',
|
||||||
'size' => [
|
'size' => [
|
||||||
'numeric' => ':attribute должен быть :size.',
|
'numeric' => ':attribute должен быть :size.',
|
||||||
'file' => ':attribute должен быть :size килобайт.',
|
'file' => ':attribute должен быть :size килобайт.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue