Initial commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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ó"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user