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

17 lines
399 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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',
],
];