mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New translations validation.php (Russian)
This commit is contained in:
parent
cf460a0584
commit
080a4002c6
@ -22,14 +22,14 @@ return [
|
|||||||
'file_invalid_mime' => 'Файл ":name" имеет тип ":mime". Загрузка файлов такого типа невозможна.',
|
'file_invalid_mime' => 'Файл ":name" имеет тип ":mime". Загрузка файлов такого типа невозможна.',
|
||||||
'file_too_large' => 'Файл ":name" слишком большой.',
|
'file_too_large' => 'Файл ":name" слишком большой.',
|
||||||
'belongs_to_user' => 'Значение :attribute неизвестно',
|
'belongs_to_user' => 'Значение :attribute неизвестно',
|
||||||
'accepted' => 'The :attribute must be accepted.',
|
'accepted' => 'Необходимо принять :attribute.',
|
||||||
'bic' => 'Это некорректный BIC.',
|
'bic' => 'Это некорректный BIC.',
|
||||||
'more' => ':attribute must be larger than zero.',
|
'more' => ':attribute должен быть больше нуля.',
|
||||||
'active_url' => 'The :attribute is not a valid URL.',
|
'active_url' => ':attribute не является допустимым URL-адресом.',
|
||||||
'after' => 'The :attribute must be a date after :date.',
|
'after' => ':attribute должна быть позже :date.',
|
||||||
'alpha' => 'The :attribute may only contain letters.',
|
'alpha' => ':attribute может содержать только буквы.',
|
||||||
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
|
'alpha_dash' => ':attribute может содержать только буквы, числа и дефис.',
|
||||||
'alpha_num' => 'The :attribute may only contain letters and numbers.',
|
'alpha_num' => ':attribute может содержать только буквы и числа.',
|
||||||
'array' => 'The :attribute must be an array.',
|
'array' => 'The :attribute must be an array.',
|
||||||
'unique_for_user' => 'There already is an entry with this :attribute.',
|
'unique_for_user' => 'There already is an entry with this :attribute.',
|
||||||
'before' => 'The :attribute must be a date before :date.',
|
'before' => 'The :attribute must be a date before :date.',
|
||||||
@ -74,20 +74,20 @@ return [
|
|||||||
'required_without' => 'The :attribute field is required when :values is not present.',
|
'required_without' => 'The :attribute field is required when :values is not present.',
|
||||||
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
||||||
'same' => 'The :attribute and :other must match.',
|
'same' => 'The :attribute and :other must match.',
|
||||||
'size.numeric' => 'The :attribute must be :size.',
|
'size.numeric' => ':attribute должен быть размером :size.',
|
||||||
'size.file' => 'The :attribute must be :size kilobytes.',
|
'size.file' => ':attribute должен быть размером :size килобайт.',
|
||||||
'size.string' => 'The :attribute must be :size characters.',
|
'size.string' => ':attribute должен состоять из :size символов.',
|
||||||
'size.array' => 'The :attribute must contain :size items.',
|
'size.array' => ':attribute должен содержать :size элементов.',
|
||||||
'unique' => ':attribute уже занят.',
|
'unique' => ':attribute уже занят.',
|
||||||
'string' => 'Значение :attribute должно быть строкой.',
|
'string' => 'Значение :attribute должно быть строкой.',
|
||||||
'url' => 'Неверный формат ввода :attribute.',
|
'url' => 'Неверный формат ввода :attribute.',
|
||||||
'timezone' => 'The :attribute must be a valid zone.',
|
'timezone' => ':attribute должен быть в допустимом диапазоне.',
|
||||||
'2fa_code' => 'The :attribute field is invalid.',
|
'2fa_code' => ':attribute введен неверно.',
|
||||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
'dimensions' => 'Недопустимые размеры изображения :attribute.',
|
||||||
'distinct' => 'The :attribute field has a duplicate value.',
|
'distinct' => 'Поле :attribute содержит повторяющееся значение.',
|
||||||
'file' => 'The :attribute must be a file.',
|
'file' => ':attribute должен быть файлом.',
|
||||||
'in_array' => 'The :attribute field does not exist in :other.',
|
'in_array' => 'Поле :attribute не существует в :other.',
|
||||||
'present' => 'The :attribute field must be present.',
|
'present' => 'Поле :attribute должно быть заполнено.',
|
||||||
'amount_zero' => 'Общее количество не может быть равно нулю',
|
'amount_zero' => 'Общее количество не может быть равно нулю',
|
||||||
'secure_password' => 'Это не безопасный пароль. Попробуйте еще раз. Для получения справки посетите https://goo.gl/NCh2tN',
|
'secure_password' => 'Это не безопасный пароль. Попробуйте еще раз. Для получения справки посетите https://goo.gl/NCh2tN',
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user