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

30 lines
1.3 KiB
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ı!',
'enabled' => ':type etkinleştirildi!',
'disabled' => ':type devre dışı bırakıldı!',
],
'error' => [
'over_payment' => 'Hata: Ödeme Eklenmedi! Girdiğiniz :amount toplamı geçiyor',
'not_user_company' => 'Hata: Bu şirketi yönetme yetkiniz yok!',
'customer' => 'Hata: Kullanıcı oluşturulamadı. :name bu e-posta adresini kullanmaktadır.',
'no_file' => 'Hata: Dosya seçilmedi!',
'last_category' => 'Hata: Son :type kategorisini silemezsiniz!',
'invalid_token' => 'Hata: Girilen token yanlış!',
'import_column' => 'Hata: :message Sayfa ismi: :sheet. Satır numarası: :line.',
'import_sheet' => 'Hata: Sayfa ismi geçersiz. Lütfen, örnek dosyaya bakın.',
],
'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.',
],
];