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

29 lines
603 B
JSON

{
"fields": {
"name": "Ad",
"status": "Durum",
"target": "Hedef",
"sentAt": "Gönderilen Tarih",
"attemptCount": "Girişimler",
"emailAddress": "Eposta Adres",
"massEmail": "Toplu Eposta",
"isTest": "Test mi"
},
"links": {
"target": "Hedef",
"massEmail": "Toplu Eposta"
},
"options": {
"status": {
"Pending": "Bekliyor",
"Sent": "Gönderildi",
"Failed": "Hata",
"Sending": "Gönderme"
}
},
"presetFilters": {
"pending": "Bekliyor",
"sent": "Gönderildi",
"failed": "Hata"
}
}