Initial commit
This commit is contained in:
40
application/Espo/Resources/i18n/es_MX/Template.json
Normal file
40
application/Espo/Resources/i18n/es_MX/Template.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Nombre",
|
||||
"body": "Cuerpo",
|
||||
"entityType": "Tipo de Entidad",
|
||||
"header": "Encabezado",
|
||||
"footer": "Pié",
|
||||
"leftMargin": "Margen Izquierdo",
|
||||
"topMargin": "Margen Superior",
|
||||
"rightMargin": "Margen Derecho",
|
||||
"bottomMargin": "Margen Inferior",
|
||||
"printFooter": "Imprimir Pié",
|
||||
"footerPosition": "Posición del Pié",
|
||||
"variables": "Marcadores Disponibles",
|
||||
"pageOrientation": "Orientación de la Página",
|
||||
"pageFormat": "Formato de Papel",
|
||||
"fontFace": "Fuente"
|
||||
},
|
||||
"labels": {
|
||||
"Create Template": "Crear Plantilla"
|
||||
},
|
||||
"tooltips": {
|
||||
"footer": "Use {pageNumber} para imprimir el número de página.",
|
||||
"variables": "Copiar/Pegar necesita un marcador para el Encabezado, Cuerpo o Pie."
|
||||
},
|
||||
"options": {
|
||||
"pageOrientation": {
|
||||
"Portrait": "Vertical",
|
||||
"Landscape": "Horizontal"
|
||||
},
|
||||
"placeholders": {
|
||||
"today": "Hoy (fecha)",
|
||||
"now": "Ahora (fecha-hr)"
|
||||
},
|
||||
"fontFace": {
|
||||
"dejavusans": "DejaVuSans",
|
||||
"dejavusansextralight": "DejaVu Sans Condensed"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user