akaunting/resources/lang/uk-UA/customers.php

17 lines
456 B
PHP
Raw Normal View History

2018-04-27 17:48:21 +03:00
<?php
return [
'allow_login' => 'Дозволити вхід?',
'user_created' => 'Користувача створено',
'error' => [
'email' => 'Ця електронна пошта вже використовується.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
2018-04-27 17:48:21 +03:00
];