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