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

59 lines
1.3 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",
"number": "Numara",
"status": "Durum",
"account": "Hesap",
"contact": "Kişi",
"contacts": "Kişiler",
"priority": "Öncelik",
"type": "Tür",
"description": "Açıklama",
"lead": "Potansiyel",
"attachments": "Ekler",
"inboundEmail": "Grup Eposta Hesabı"
},
"links": {
"account": "Hesap",
"contact": "İletişim (Birincil)",
"Contacts": "Kişiler",
"meetings": "Toplantılar",
"calls": "Aramalar",
"tasks": "Görevler",
"emails": "Epostalar",
"articles": "Bilgi Bankası Makaleleri",
"lead": "Potansiyel",
"attachments": "Ekler",
"inboundEmail": "Grup Eposta Hesabı"
},
"options": {
"status": {
"New": "Yeni",
"Assigned": "Atanmış",
"Pending": "Beklemede",
"Closed": "Kapandı",
"Rejected": "Reddedildi",
"Duplicate": "Kopyala"
},
"priority": {
"Low": "Düşük",
"High": "Yüksek",
"Urgent": "Acil"
},
"type": {
"Question": "Soru",
"Incident": "Olay"
}
},
"labels": {
"Create Case": "Dosya Oluştur",
"Close": "Kapalı",
"Reject": "Reddedildi",
"Closed": "Kapalı",
"Rejected": "Reddedildi"
},
"presetFilters": {
"open": "Açık",
"closed": "Kapalı"
}
}