17 lines
456 B
PHP
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',
|
|
],
|
|
];
|