akaunting/resources/lang/ru-RU/customers.php

17 lines
423 B
PHP
Raw Normal View History

2018-03-06 17:05:58 +03:00
<?php
return [
2018-05-03 12:16:18 +03:00
'allow_login' => 'Разрешить вход?',
'user_created' => 'Пользователь создан',
2018-03-06 17:05:58 +03:00
'error' => [
2018-05-03 12:16:18 +03:00
'email' => 'Этот e-mail уже занят.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
2018-11-20 11:41:17 +03:00
'button' => 'Показать',
2018-11-08 12:11:42 +03:00
],
2018-03-06 17:05:58 +03:00
];