ui.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "function": "function",
  3. "btn_clear": "Clear",
  4. "btn_function": "Function",
  5. "btn_arithmetic_plus": "Sum",
  6. "btn_arithmetic_minus": "Minus",
  7. "btn_arithmetic_multiplication": "Multiplication",
  8. "btn_arithmetic_division": "Division",
  9. "btn_arithmetic_module": "Module",
  10. "start": "start",
  11. "void": "void",
  12. "integer": "integer",
  13. "real": "real",
  14. "program": "program",
  15. "text": "text",
  16. "text_start": "text",
  17. "boolean": "boolean",
  18. "true": "true",
  19. "false": "false",
  20. "variable": "Variable",
  21. "command": "Command",
  22. "new_parameter": "new_parameter",
  23. "new_variable": "new_variable",
  24. "new_global": "new_global",
  25. "new_function": "new_function",
  26. "vector": "vector",
  27. "text_comment_start": "Initial comment of function...",
  28. "text_comment_main": "This is the main function...",
  29. "text_read_var": "Reading data",
  30. "text_write_var": "Writing data",
  31. "text_command_read":"read",
  32. "text_command_write":"write",
  33. "text_comment": "Comment",
  34. "text_attribution": "Attribution",
  35. "text_if":"if",
  36. "text_else":"else",
  37. "text_for":"for",
  38. "text_code_while":"while",
  39. "text_code_do":"do",
  40. "text_logic_expression": "Logic Expression",
  41. "text_arithmetic_expression": "Arithmetic Expression",
  42. "text_iftrue": "If true then",
  43. "text_receives": "receives",
  44. "text_repeatNtimes": "Repeat N times",
  45. "text_whiletrue": "While true",
  46. "text_dowhiletrue": "Do while true",
  47. "text_switch": "Switch",
  48. "text_functioncall": "Function call",
  49. "text_value": "Value",
  50. "text_operator": "Operator",
  51. "text_parentheses": "Parentheses",
  52. "text_change": "Change"
  53. }