ui.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "function": "function",
  3. "btn_clear": "Clear",
  4. "btn_function": "Function",
  5. "start": "start",
  6. "void": "void",
  7. "integer": "integer",
  8. "real": "real",
  9. "program": "program",
  10. "text": "text",
  11. "text_start": "text",
  12. "boolean": "boolean",
  13. "true": "true",
  14. "false": "false",
  15. "variable": "Variable",
  16. "command": "Command",
  17. "new_parameter": "new_parameter",
  18. "new_variable": "new_variable",
  19. "new_global": "new_global",
  20. "new_function": "new_function",
  21. "vector": "vector",
  22. "text_comment_start": "Initial comment of function...",
  23. "text_comment_main": "This is the main function...",
  24. "text_read_var": "Reading data",
  25. "text_write_var": "Writing data",
  26. "text_command_read":"read",
  27. "text_command_write":"write",
  28. "text_comment": "Comment",
  29. "text_attribution": "Attribution",
  30. "text_iftrue": "If true then",
  31. "text_repeatNtimes": "Repeat N times",
  32. "text_whiletrue": "While true",
  33. "text_dowhiletrue": "Do while true",
  34. "text_switch": "Switch",
  35. "text_functioncall": "Function call",
  36. "text_value": "Value"
  37. }