mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
New translations validation.php (Russian)
This commit is contained in:
@@ -10,17 +10,17 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'iban' => 'This is not a valid IBAN.',
|
'iban' => 'Это некорректный IBAN.',
|
||||||
'unique_account_number_for_user' => 'It looks like this account number is already in use.',
|
'unique_account_number_for_user' => 'Этот номер счёта уже используется.',
|
||||||
'deleted_user' => 'Due to security constraints, you cannot register using this email address.',
|
'deleted_user' => 'По соображениям безопасности, вы не можете зарегистрироваться, используя этот адрес электронной почты.',
|
||||||
'rule_trigger_value' => 'This value is invalid for the selected trigger.',
|
'rule_trigger_value' => 'Это значение является недопустимым для выбранного триггера.',
|
||||||
'rule_action_value' => 'This value is invalid for the selected action.',
|
'rule_action_value' => 'Это значение является недопустимым для выбранного действия.',
|
||||||
'invalid_domain' => 'Due to security constraints, you cannot register from this domain.',
|
'invalid_domain' => 'По соображениям безопасности, вы не можете зарегистрироваться, используя почту на указанном домене.',
|
||||||
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
|
'file_already_attached' => 'Загруженный файл ":name" уже прикреплён к этому объекту.',
|
||||||
'file_attached' => 'Succesfully uploaded file ":name".',
|
'file_attached' => 'Файл ":name". успешно загружен.',
|
||||||
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
|
'file_invalid_mime' => 'Файл ":name" имеет тип ":mime". Загрузка файлов такого типа невозможна.',
|
||||||
'file_too_large' => 'File ":name" is too large.',
|
'file_too_large' => 'Файл ":name" слишком большой.',
|
||||||
'belongs_to_user' => 'The value of :attribute is unknown',
|
'belongs_to_user' => 'Значение :attribute неизвестно',
|
||||||
'accepted' => 'The :attribute must be accepted.',
|
'accepted' => 'The :attribute must be accepted.',
|
||||||
'bic' => 'This is not a valid BIC.',
|
'bic' => 'This is not a valid BIC.',
|
||||||
'more' => ':attribute must be larger than zero.',
|
'more' => ':attribute must be larger than zero.',
|
||||||
|
Reference in New Issue
Block a user