akaunting/resources/lang/tr-TR/messages.php
2017-12-14 12:13:05 +03:00

24 lines
883 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 [
'success' => [
'added' => ':type eklendi!',
'updated' => ':type güncellendi!',
'deleted' => ':type silindi!',
'duplicated' => ':type çoğaltıldı!',
'imported' => ':type içe aktarıldı!',
],
'error' => [
'payment_add' => 'Hata: Ödeme eklenmedi. Ödeme tutarını kontrol ediniz.',
'not_user_company' => 'Hata: Bu şirketi yönetme yetkiniz yok!',
'customer' => 'Hata: :name bu email adresini kullanmaktadır.',
'no_file' => 'Hata: Dosya seçilmedi!',
],
'warning' => [
'deleted' => 'Uyarı: <b>:name</b> silinemez çünkü :text ile ilişkilidir.',
'disabled' => 'Uyarı: <b>:name</b> devre dışı bırakılamaz çünkü :text ile ilişkilidir.',
],
];