Initial commit
This commit is contained in:
20
application/Espo/Resources/i18n/es_ES/Formula.json
Normal file
20
application/Espo/Resources/i18n/es_ES/Formula.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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`."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user