akaunting/resources/lang/tr-TR/customers.php

17 lines
399 B
PHP
Raw Normal View History

2017-11-30 12:17:58 +03:00
<?php
return [
'allow_login' => 'Giriş yapabilsin?',
'user_created' => 'Kullanıcı oluşturuldu',
'error' => [
'email' => 'Bu email adresi kullanılmaktadır.'
2018-11-08 12:11:42 +03:00
],
'notification' => [
'message' => ':customer yapılmış :amount fatura numarasına ödeme :invoice_number',
'button' => 'Göster',
],
2017-11-30 12:17:58 +03:00
];