Initial commit
This commit is contained in:
49
application/Espo/Modules/Crm/Resources/i18n/es_MX/Task.json
Normal file
49
application/Espo/Modules/Crm/Resources/i18n/es_MX/Task.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nombre",
|
||||
"parent": "Padre",
|
||||
"status": "Estátus",
|
||||
"dateStart": "Fecha de Comienzo",
|
||||
"dateEnd": "Fecha de vencimiento",
|
||||
"dateStartDate": "Fecha de Inicio (todo el día)",
|
||||
"dateEndDate": "Fecha de fin (todo el día)",
|
||||
"priority": "Prioridad",
|
||||
"description": "Descripción",
|
||||
"isOverdue": "Atrasado",
|
||||
"account": "Cuenta",
|
||||
"dateCompleted": "Fecha de completado",
|
||||
"attachments": "Adjuntos",
|
||||
"reminders": "Recordatorios",
|
||||
"contact": "Contacto"
|
||||
},
|
||||
"links": {
|
||||
"attachments": "Adjuntos",
|
||||
"account": "Cuenta",
|
||||
"contact": "Contacto"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Not Started": "Sin Empezar",
|
||||
"Started": "Comenzada",
|
||||
"Completed": "Completada",
|
||||
"Canceled": "Cancelada",
|
||||
"Deferred": "Diferida"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Baja",
|
||||
"High": "Alta",
|
||||
"Urgent": "Urgente"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Task": "Crear Tarea",
|
||||
"Complete": "Completada"
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "Actuales",
|
||||
"completed": "Completado",
|
||||
"todays": "De Hoy",
|
||||
"overdue": "Atrazadas",
|
||||
"deferred": "Diferida"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user