Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/tr_TR/Task.json
2026-01-19 17:46:06 +01:00

50 lines
1.2 KiB
JSON
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.
{
"fields": {
"name": "Ad",
"parent": "Üst Seçenek",
"status": "Durum",
"dateStart": "Başlangıç Tarihi",
"dateEnd": "Vade Tarihi",
"dateStartDate": "Tarih Başlangıcı (bütün gün)",
"dateEndDate": "Bitiş Tarihi (bütün gün)",
"priority": "Öncelik",
"description": "Açıklama",
"isOverdue": "Vadesi Geçmiş",
"account": "Hesap",
"dateCompleted": "Tamamlanma Tarihi",
"attachments": "Ekler",
"reminders": "Hatırlatıcılar",
"contact": "Kişiler"
},
"links": {
"attachments": "Eklentiler",
"account": "Hesaplar",
"contact": "Kişiler",
"email": "Eposta"
},
"options": {
"status": {
"Not Started": "başlamadı",
"Started": "Başladı",
"Completed": "Tamamlandı",
"Canceled": "İptal edildi",
"Deferred": "Vadeli"
},
"priority": {
"Low": "Düşük",
"High": "Yüksek",
"Urgent": "Acil"
}
},
"labels": {
"Create Task": "Görev Oluştur",
"Complete": "Tamamla"
},
"presetFilters": {
"actual": "Gerçek",
"completed": "Tamamlandı",
"todays": "Bugünün",
"overdue": "süresi geçmiş",
"deferred": "Vadeli"
}
}