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