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

24 lines
618 B
JSON

{
"labels": {
"Check Syntax": "Check Syntax",
"Run": "Run"
},
"fields": {
"target": "Target",
"targetType": "Target Type",
"script": "Script",
"output": "Output",
"error": "Error"
},
"messages": {
"runSuccess": "Executed successfully.",
"runError": "Error.",
"checkSyntaxSuccess": "Syntax is correct.",
"checkSyntaxError": "Syntax error.",
"emptyScript": "Script is empty."
},
"tooltips": {
"output": "Print values with the function `output\\printLine`."
}
}