24 lines
618 B
JSON
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`."
|
|
}
|
|
}
|