Initial commit
This commit is contained in:
50
application/Espo/Modules/Crm/Resources/i18n/tr_TR/Task.json
Normal file
50
application/Espo/Modules/Crm/Resources/i18n/tr_TR/Task.json
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user