akaunting/resources/lang/uk-UA/customers.php
2018-11-08 12:11:42 +03:00

17 lines
456 B
PHP

<?php
return [
'allow_login' => 'Дозволити вхід?',
'user_created' => 'Користувача створено',
'error' => [
'email' => 'Ця електронна пошта вже використовується.'
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];