mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 09:52:20 +00:00
New translations validation.php (Russian)
This commit is contained in:
@@ -78,9 +78,9 @@ return [
|
|||||||
'size.file' => 'The :attribute must be :size kilobytes.',
|
'size.file' => 'The :attribute must be :size kilobytes.',
|
||||||
'size.string' => 'The :attribute must be :size characters.',
|
'size.string' => 'The :attribute must be :size characters.',
|
||||||
'size.array' => 'The :attribute must contain :size items.',
|
'size.array' => 'The :attribute must contain :size items.',
|
||||||
'unique' => 'The :attribute has already been taken.',
|
'unique' => ':attribute уже занят.',
|
||||||
'string' => 'The :attribute must be a string.',
|
'string' => 'Значение :attribute должно быть строкой.',
|
||||||
'url' => 'The :attribute format is invalid.',
|
'url' => 'Неверный формат ввода :attribute.',
|
||||||
'timezone' => 'The :attribute must be a valid zone.',
|
'timezone' => 'The :attribute must be a valid zone.',
|
||||||
'2fa_code' => 'The :attribute field is invalid.',
|
'2fa_code' => 'The :attribute field is invalid.',
|
||||||
'dimensions' => 'The :attribute has invalid image dimensions.',
|
'dimensions' => 'The :attribute has invalid image dimensions.',
|
||||||
@@ -88,6 +88,6 @@ return [
|
|||||||
'file' => 'The :attribute must be a file.',
|
'file' => 'The :attribute must be a file.',
|
||||||
'in_array' => 'The :attribute field does not exist in :other.',
|
'in_array' => 'The :attribute field does not exist in :other.',
|
||||||
'present' => 'The :attribute field must be present.',
|
'present' => 'The :attribute field must be present.',
|
||||||
'amount_zero' => 'The total amount cannot be zero',
|
'amount_zero' => 'Общее количество не может быть равно нулю',
|
||||||
'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://goo.gl/NCh2tN',
|
'secure_password' => 'Это не безопасный пароль. Попробуйте еще раз. Для получения справки посетите https://goo.gl/NCh2tN',
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user