Files
CRM/resources/lang/tr/dashboard.php
Kroonk a213a1dba0
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
refactor: replace custom CRM with Monica fork
2026-05-22 16:19:55 +02:00

43 lines
1.6 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
/**
* ⚠️ Editing not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'dashboard_blank_title' => 'Hesabınıza hoş geldiniz!',
'dashboard_blank_description' => 'Monica, önemsediğiniz kişilerle olan tüm etkileşimlerinizi organize edebileceğiniz bir yerdir.',
'dashboard_blank_cta' => 'İlk bağlantınızı ekleyin',
'dashboard_blank_illustration' => 'Illustration by <a href=":url">Freepik</a>',
'notes_title' => 'Yıldız eklediğiniz herhangi bir not yok.',
'tab_recent_calls' => 'Son çağrılar',
'tab_favorite_notes' => 'Favori notlar',
'tab_calls_blank' => 'Herhangi bir çağrı kayıt etmediniz.',
'tab_debts' => 'Borçlar',
'tab_debts_blank' => 'Herhangi bir borç kaydı girmediniz.',
'tab_tasks' => 'Görevler',
'tab_tasks_blank' => 'Herhangi bir görev eklemediniz.',
'tasks_add_task_placeholder' => 'Bu görev ne ile ilgili?',
'tasks_tab_your_contacts' => 'Kişilerinizle ilgili görevler',
'tasks_tab_your_tasks' => 'Yapılacaklar',
'tasks_add_note' => 'Görevi eklemek için <kbd>Enter</kbd> tuşuna basın.',
'task_add_cta' => 'Görev ekle',
'debts_you_owe' => 'Borcunuz',
'statistics_contacts' => 'Bağlantılar',
'statistics_activities' => 'Etkinlikler',
'statistics_gifts' => 'Hediyeler',
'reminders_next_months' => 'Gelecek 3 aydaki etkinlikler',
'reminders_none' => 'Bu ay için hatırlatma yok.',
'product_changes' => 'Ürün değişiklikleri',
'product_view_details' => 'Detayları göster',
];