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

13 lines
226 B
PHP
Raw Normal View History

2017-11-30 12:17:58 +03:00
<?php
return [
2019-12-25 14:32:47 +03:00
'can_login' => 'Giriş Yapabilir',
2017-11-30 12:17:58 +03:00
'user_created' => 'Kullanıcı oluşturuldu',
'error' => [
2020-02-05 13:43:29 +03:00
'email' => 'Bu email adresi kullanılmaktadır.',
2018-11-08 12:11:42 +03:00
],
2017-11-30 12:17:58 +03:00
];