|
@@ -35,10 +35,8 @@
|
|
"text_comment": "Comment",
|
|
"text_comment": "Comment",
|
|
"text_attribution": "Attribution",
|
|
"text_attribution": "Attribution",
|
|
"text_if":"if",
|
|
"text_if":"if",
|
|
- "text_break":"break",
|
|
|
|
"text_else":"else",
|
|
"text_else":"else",
|
|
- "text_return":"return",
|
|
|
|
- "text_btn_return":"Return",
|
|
|
|
|
|
+ "text_break":"break",
|
|
"text_for":"for",
|
|
"text_for":"for",
|
|
"text_code_while":"while",
|
|
"text_code_while":"while",
|
|
"text_code_do":"do",
|
|
"text_code_do":"do",
|
|
@@ -48,8 +46,10 @@
|
|
"text_logic_expression": "Logic Expression",
|
|
"text_logic_expression": "Logic Expression",
|
|
"text_arithmetic_expression": "Relational Expression",
|
|
"text_arithmetic_expression": "Relational Expression",
|
|
"text_iftrue": "If true then",
|
|
"text_iftrue": "If true then",
|
|
- "text_repeatNtimes": "Repeat N times",
|
|
|
|
"text_receives": "receives",
|
|
"text_receives": "receives",
|
|
|
|
+ "text_repeatNtimes": "Repeat N times",
|
|
|
|
+ "text_return":"return",
|
|
|
|
+ "text_btn_return":"Return",
|
|
"text_whiletrue": "While true",
|
|
"text_whiletrue": "While true",
|
|
"text_dowhiletrue": "Do while true",
|
|
"text_dowhiletrue": "Do while true",
|
|
"text_switch": "Switch",
|
|
"text_switch": "Switch",
|
|
@@ -72,7 +72,7 @@
|
|
"text_teacher_test_case_actions": "Actions",
|
|
"text_teacher_test_case_actions": "Actions",
|
|
"text_teacher_test_case_add": "Add test cases",
|
|
"text_teacher_test_case_add": "Add test cases",
|
|
"text_header_ivprog_functions": "iVProg Functions",
|
|
"text_header_ivprog_functions": "iVProg Functions",
|
|
- "text_menu_functions_math":"Mathematics",
|
|
|
|
|
|
+ "text_menu_functions_math":"Mathematic",
|
|
"text_menu_functions_text":"Text",
|
|
"text_menu_functions_text":"Text",
|
|
"text_menu_functions_arrangement":"Arrangement",
|
|
"text_menu_functions_arrangement":"Arrangement",
|
|
"text_menu_functions_conversion":"Conversion",
|
|
"text_menu_functions_conversion":"Conversion",
|
|
@@ -95,19 +95,14 @@
|
|
"var_menu_select_all": "Select",
|
|
"var_menu_select_all": "Select",
|
|
"var_menu_select_function": "Select a function",
|
|
"var_menu_select_function": "Select a function",
|
|
"expression_menu_select": "Construct any logical condition",
|
|
"expression_menu_select": "Construct any logical condition",
|
|
- "$sin": "sen",
|
|
|
|
- "math": "Mathematic",
|
|
|
|
- "text": "Text",
|
|
|
|
- "arrangement": "Arrangement",
|
|
|
|
- "conversion": "Conversion",
|
|
|
|
"math": "Mathematic",
|
|
"math": "Mathematic",
|
|
|
|
+ "text_t": "Text",
|
|
"inform_valid_name": "Inform a valid name!",
|
|
"inform_valid_name": "Inform a valid name!",
|
|
"inform_valid_content": "Enter some content!",
|
|
"inform_valid_content": "Enter some content!",
|
|
"inform_valid_expression": "Construct the logical condition!",
|
|
"inform_valid_expression": "Construct the logical condition!",
|
|
"inform_valid_name_duplicated": "This name is already in use by other function.",
|
|
"inform_valid_name_duplicated": "This name is already in use by other function.",
|
|
"inform_valid_global_duplicated": "A global variable with this name already exists.",
|
|
"inform_valid_global_duplicated": "A global variable with this name already exists.",
|
|
"inform_valid_variable_duplicated" : "A local variable with this name already exists.",
|
|
"inform_valid_variable_duplicated" : "A local variable with this name already exists.",
|
|
- "text_t": "Text",
|
|
|
|
"arrangement": "Arrangement",
|
|
"arrangement": "Arrangement",
|
|
"conversion": "Conversion",
|
|
"conversion": "Conversion",
|
|
"$sin": "sin",
|
|
"$sin": "sin",
|