mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
New Crowdin updates (#3093)
* New translations auth.php (Vietnamese) * New translations entities.php (Norwegian Bokmal) * New translations common.php (Norwegian Bokmal) * New translations entities.php (Norwegian Bokmal) * New translations auth.php (Spanish, Argentina) * New translations entities.php (Spanish, Argentina) * New translations errors.php (Spanish, Argentina) * New translations auth.php (Ukrainian) * New translations auth.php (Ukrainian) * New translations common.php (Ukrainian) * New translations entities.php (Ukrainian) * New translations errors.php (Ukrainian) * New translations settings.php (Ukrainian) * New translations validation.php (Ukrainian) * New translations entities.php (Japanese) * New translations common.php (Japanese) * New translations entities.php (Japanese) * New translations auth.php (Portuguese) * New translations auth.php (Portuguese) * New translations common.php (Portuguese) * New translations entities.php (Portuguese)
This commit is contained in:
@ -15,7 +15,7 @@ return [
|
||||
'alpha_dash' => 'Поле :attribute має містити лише літери, цифри, дефіси та підкреслення.',
|
||||
'alpha_num' => 'Поле :attribute має містити лише літери та цифри.',
|
||||
'array' => 'Поле :attribute має бути масивом.',
|
||||
'backup_codes' => 'The provided code is not valid or has already been used.',
|
||||
'backup_codes' => 'Наданий код є недійсним або вже використаний.',
|
||||
'before' => 'Поле :attribute має містити дату не пізніше :date.',
|
||||
'between' => [
|
||||
'numeric' => 'Поле :attribute має бути між :min та :max.',
|
||||
@ -99,7 +99,7 @@ return [
|
||||
],
|
||||
'string' => 'Поле :attribute повинне містити текст.',
|
||||
'timezone' => 'Поле :attribute повинне містити коректну часову зону.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'totp' => 'Наданий код не є дійсним або прострочений.',
|
||||
'unique' => 'Вказане значення поля :attribute вже існує.',
|
||||
'url' => 'Формат поля :attribute неправильний.',
|
||||
'uploaded' => 'Не вдалося завантажити файл. Сервер може не приймати файли такого розміру.',
|
||||
|
Reference in New Issue
Block a user