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