Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/tr_TR/Call.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": "Bitiş Tarihi",
"direction": "Yönlendirme",
"duration": "Süre",
"description": "Açıklama",
"users": "Kullanıcılar",
"contacts": "Kişiler",
"leads": "Potansiyeller",
"reminders": "Hatırlatıcılar",
"account": "Hesap",
"acceptanceStatus": "Kabul Durumu"
},
"options": {
"status": {
"Planned": "Planlanmış",
"Held": "Elde Tutulanlar",
"Not Held": "Elde Tutulmayanlar"
},
"direction": {
"Outbound": "Giden",
"Inbound": "Gelen"
},
"acceptanceStatus": {
"None": "Yok",
"Accepted": "Kabul edilmiş",
"Declined": "Red edilmiş",
"Tentative": "Geçici"
}
},
"massActions": {
"setHeld": "Düzenlendi",
"setNotHeld": "Düzenlenmedi olarak ayarla"
},
"labels": {
"Create Call": "Arama Oluştur",
"Set Held": "SET HELDXXX",
"Set Not Held": "SET NOT HELD XXXX",
"Send Invitations": "Davetiye Gönder"
},
"presetFilters": {
"planned": "Planlandı",
"held": "Düzenlendi",
"todays": "Bugünün"
}
}