akaunting/resources/lang/ru-RU/customers.php
2018-11-20 11:41:17 +03:00

17 lines
423 B
PHP

<?php
return [
'allow_login' => 'Разрешить вход?',
'user_created' => 'Пользователь создан',
'error' => [
'email' => 'Этот e-mail уже занят.'
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Показать',
],
];