ui.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "btn_break":"Break",
  11. "btn_case":"Case",
  12. "start": "start",
  13. "void": "void",
  14. "integer": "integer",
  15. "real": "real",
  16. "program": "program",
  17. "text": "text",
  18. "text_start": "text",
  19. "boolean": "boolean",
  20. "true": "true",
  21. "false": "false",
  22. "variable": "Variable",
  23. "command": "Command",
  24. "new_parameter": "new_parameter",
  25. "new_variable": "new_variable",
  26. "new_global": "new_global",
  27. "new_function": "new_function",
  28. "vector": "vector",
  29. "text_comment_start": "Initial comment of function...",
  30. "text_comment_main": "This is the main function...",
  31. "text_read_var": "Reading data",
  32. "text_write_var": "Writing data",
  33. "text_command_read":"read",
  34. "text_command_write":"write",
  35. "text_comment": "Comment",
  36. "text_attribution": "Attribution",
  37. "text_if":"if",
  38. "text_else":"else",
  39. "text_break":"break",
  40. "text_for":"for",
  41. "text_code_while":"while",
  42. "text_code_do":"do",
  43. "text_code_switch": "switch",
  44. "text_code_case": "case",
  45. "text_logic_expression": "Logic Expression",
  46. "text_arithmetic_expression": "Arithmetic Expression",
  47. "text_iftrue": "If true then",
  48. "text_receives": "receives",
  49. "text_repeatNtimes": "Repeat N times",
  50. "text_return":"return",
  51. "text_btn_return":"Return",
  52. "text_whiletrue": "While true",
  53. "text_dowhiletrue": "Do while true",
  54. "text_switch": "Switch",
  55. "text_functioncall": "Function call",
  56. "text_value": "Value",
  57. "text_operator": "Operator",
  58. "text_parentheses": "Parentheses",
  59. "text_change": "Change",
  60. "text_teacher_algorithm": "Algorithm",
  61. "text_teacher_algorithm_include": "Include the following algorithm in exercise",
  62. "text_teacher_test_case": "Test cases",
  63. "text_teacher_config": "Settings",
  64. "text_teacher_data_types": "Data types",
  65. "text_teacher_commands": "Commands",
  66. "text_teacher_functions": "Functions",
  67. "text_teacher_create_functions": "Create new functions",
  68. "text_teacher_create_movement_functions": "Move functions",
  69. "text_teacher_test_case_input": "Input",
  70. "text_teacher_test_case_output": "Output",
  71. "text_teacher_test_case_actions": "Actions",
  72. "text_teacher_test_case_add": "Add test cases"
  73. }