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
080a4002c6
commit
3243288e44
@ -30,21 +30,21 @@ return [
|
|||||||
'alpha' => ':attribute может содержать только буквы.',
|
'alpha' => ':attribute может содержать только буквы.',
|
||||||
'alpha_dash' => ':attribute может содержать только буквы, числа и дефис.',
|
'alpha_dash' => ':attribute может содержать только буквы, числа и дефис.',
|
||||||
'alpha_num' => ':attribute может содержать только буквы и числа.',
|
'alpha_num' => ':attribute может содержать только буквы и числа.',
|
||||||
'array' => 'The :attribute must be an array.',
|
'array' => ':attribute должен быть массивом.',
|
||||||
'unique_for_user' => 'There already is an entry with this :attribute.',
|
'unique_for_user' => 'Уже существует запись с этим :attribute.',
|
||||||
'before' => 'The :attribute must be a date before :date.',
|
'before' => ':attribute должна быть раньше :date.',
|
||||||
'unique_object_for_user' => 'This name is already in use',
|
'unique_object_for_user' => 'Это имя уже используется',
|
||||||
'unique_account_for_user' => 'This account name is already in use',
|
'unique_account_for_user' => 'Имя аккаунта уже используется',
|
||||||
'between.numeric' => 'The :attribute must be between :min and :max.',
|
'between.numeric' => ':attribute должен быть больше :min и меньше :max.',
|
||||||
'between.file' => 'The :attribute must be between :min and :max kilobytes.',
|
'between.file' => ':attribute должен быть размером :min - :max килобайт.',
|
||||||
'between.string' => 'The :attribute must be between :min and :max characters.',
|
'between.string' => ':attribute должен содержать :min - :max символов.',
|
||||||
'between.array' => 'The :attribute must have between :min and :max items.',
|
'between.array' => ':attribute должен содержать :min - :max элементов.',
|
||||||
'boolean' => 'The :attribute field must be true or false.',
|
'boolean' => 'Поле :attribute должно быть истинным или ложным.',
|
||||||
'confirmed' => 'The :attribute confirmation does not match.',
|
'confirmed' => ':attribute не совпадает с подтверждением.',
|
||||||
'date' => 'The :attribute is not a valid date.',
|
'date' => ':attribute не является верной датой.',
|
||||||
'date_format' => 'The :attribute does not match the format :format.',
|
'date_format' => ':attribute не совпадает с форматом :format.',
|
||||||
'different' => 'The :attribute and :other must be different.',
|
'different' => ':attribute и :other не должны совпадать.',
|
||||||
'digits' => 'The :attribute must be :digits digits.',
|
'digits' => ':attribute должно содержать :digits цифр.',
|
||||||
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
'digits_between' => 'The :attribute must be between :min and :max digits.',
|
||||||
'email' => 'The :attribute must be a valid email address.',
|
'email' => 'The :attribute must be a valid email address.',
|
||||||
'filled' => 'The :attribute field is required.',
|
'filled' => 'The :attribute field is required.',
|
||||||
@ -73,7 +73,7 @@ return [
|
|||||||
'required_with_all' => 'The :attribute field is required when :values is present.',
|
'required_with_all' => 'The :attribute field is required when :values is present.',
|
||||||
'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' => ':attribute и :other должны совпадать.',
|
||||||
'size.numeric' => ':attribute должен быть размером :size.',
|
'size.numeric' => ':attribute должен быть размером :size.',
|
||||||
'size.file' => ':attribute должен быть размером :size килобайт.',
|
'size.file' => ':attribute должен быть размером :size килобайт.',
|
||||||
'size.string' => ':attribute должен состоять из :size символов.',
|
'size.string' => ':attribute должен состоять из :size символов.',
|
||||||
|
Loading…
Reference in New Issue
Block a user