refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
42
resources/lang/tr/dashboard.php
Normal file
42
resources/lang/tr/dashboard.php
Normal file
@@ -0,0 +1,42 @@
|
||||
<?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',
|
||||
];
|
||||
Reference in New Issue
Block a user