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

20 lines
511 B
JSON

{
"labels": {
"Check Syntax": "Comprobar sintaxis",
"Run": "Ejecutar"
},
"fields": {
"target": "Objetivo",
"targetType": "Tipo de objetivo",
"output": "Salida"
},
"messages": {
"runSuccess": "Ejecutado exitosamente.",
"checkSyntaxSuccess": "La sintaxis es correcta.",
"checkSyntaxError": "Error de sintaxis.",
"emptyScript": "El script está vacío."
},
"tooltips": {
"output": "Imprima valores con la función `output\\printLine`."
}
}