17 lines
399 B
PHP
17 lines
399 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'allow_login' => 'Giriş yapabilsin?',
|
||
'user_created' => 'Kullanıcı oluşturuldu',
|
||
|
||
'error' => [
|
||
'email' => 'Bu email adresi kullanılmaktadır.'
|
||
],
|
||
|
||
'notification' => [
|
||
'message' => ':customer yapılmış :amount fatura numarasına ödeme :invoice_number',
|
||
'button' => 'Göster',
|
||
],
|
||
];
|