Initial commit
This commit is contained in:
60
application/Espo/Modules/Crm/Resources/i18n/es_MX/Case.json
Normal file
60
application/Espo/Modules/Crm/Resources/i18n/es_MX/Case.json
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nombre",
|
||||
"number": "Número",
|
||||
"status": "Estátus",
|
||||
"account": "Cuenta",
|
||||
"contact": "Contacto",
|
||||
"contacts": "Contactos",
|
||||
"priority": "Prioridad",
|
||||
"type": "Tipo",
|
||||
"description": "Descripción",
|
||||
"lead": "Referencia",
|
||||
"attachments": "Adjuntos",
|
||||
"inboundEmail": "Cuenta de Correo de Grupo"
|
||||
},
|
||||
"links": {
|
||||
"account": "Cuenta",
|
||||
"contact": "Contacto (Primario)",
|
||||
"Contacts": "Contactos",
|
||||
"meetings": "Presentaciones",
|
||||
"calls": "Llamadas",
|
||||
"tasks": "Tareas",
|
||||
"emails": "Correos",
|
||||
"articles": "Artículos de la Base de Conocimientos",
|
||||
"lead": "Referencia",
|
||||
"attachments": "Adjuntos",
|
||||
"inboundEmail": "Cuenta de Correo de Grupo"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"New": "Nuevo",
|
||||
"Assigned": "Asignado",
|
||||
"Pending": "Pendiente",
|
||||
"Closed": "Cerrados",
|
||||
"Rejected": "Rechazado",
|
||||
"Duplicate": "Duplicar"
|
||||
},
|
||||
"priority": {
|
||||
"Low": "Baja",
|
||||
"High": "Alta",
|
||||
"Urgent": "Urgente"
|
||||
},
|
||||
"type": {
|
||||
"Question": "Pregunta",
|
||||
"Incident": "Incidente",
|
||||
"Problem": "Problema"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create Case": "Crear Caso",
|
||||
"Close": "Cerrar",
|
||||
"Reject": "Rechazar",
|
||||
"Closed": "Cerrados",
|
||||
"Rejected": "Rechazado"
|
||||
},
|
||||
"presetFilters": {
|
||||
"open": "Abiertos",
|
||||
"closed": "Cerrados"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user