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

29 lines
622 B
JSON

{
"fields": {
"name": "Nombre",
"status": "Estado",
"target": "Objetivo",
"sentAt": "Fecha de envío",
"attemptCount": "Intentos",
"emailAddress": "Dirección de correo",
"massEmail": "Correo masivo",
"isTest": "Es una prueba"
},
"links": {
"target": "Objetivo",
"massEmail": "Correo masivo"
},
"options": {
"status": {
"Pending": "Pendiente",
"Sent": "Enviado",
"Failed": "Falló",
"Sending": "Enviando"
}
},
"presetFilters": {
"pending": "Pendiente",
"sent": "Enviado",
"failed": "Falló"
}
}