{ "function": "function", "btn_clear": "Clear", "btn_function": "Function", "btn_arithmetic_plus": "Sum", "btn_arithmetic_minus": "Minus", "btn_arithmetic_multiplication": "Multiplication", "btn_arithmetic_division": "Division", "btn_arithmetic_module": "Module", "btn_break":"Break", "btn_case":"Case", "start": "start", "void": "void", "integer": "integer", "real": "real", "program": "program", "text": "string", "text_start": "text", "boolean": "boolean", "true": "true", "false": "false", "variable": "Variable", "command": "Command", "new_parameter": "parameter", "new_variable": "variable", "new_global": "global", "new_function": "new_function", "matrix": "matrix", "vector": "vector", "text_comment_start": "Initial comment of function...", "text_comment_main": "This is the main function...", "text_read_var": "Reading data", "text_write_var": "Writing data", "text_command_read":"read", "text_command_write":"write", "text_comment": "Comment", "text_attribution": "Attribution", "text_if":"if", "text_else":"else", "text_break":"break", "text_for":"for", "text_code_while":"while", "text_code_do":"do", "text_command_do":"do", "text_code_switch": "switch", "text_code_case": "case", "text_config_programming":"Programming", "text_config_programming_both":"Visual and textual", "text_config_programming_textual":"Textual", "text_config_programming_visual":"Visual", "text_logic_expression": "Logic Expression", "text_arithmetic_expression": "Relational Expression", "text_iftrue": "If true then", "text_message_error_activity_file": "There was an error processing the activity.
Please reload the page and try again.", "text_message_error_activity_reload": "Reload", "text_receives": "receives", "text_repeatNtimes": "Repeat N times", "text_return":"return", "text_btn_return":"Return", "text_whiletrue": "While true", "text_dowhiletrue": "Do while true", "text_switch": "Switch", "text_functioncall": "Function call", "text_value": "Value", "text_operator": "Operator", "text_parentheses": "Parentheses", "text_change": "Change", "text_teacher_algorithm": "Algorithm", "text_teacher_algorithm_include": "Include the following algorithm in exercise", "text_teacher_test_case": "Test cases", "text_teacher_config": "Settings", "text_teacher_data_types": "Data types", "text_teacher_commands": "Commands", "text_teacher_functions": "Functions", "text_teacher_create_functions": "Create new functions", "text_teacher_create_movement_functions": "Move functions", "text_teacher_test_case_input": "Input", "text_teacher_test_case_output": "Output", "text_teacher_test_case_actions": "Actions", "text_teacher_test_case_add": "Add test cases", "text_header_ivprog_functions": "iVProg Functions", "text_menu_functions_math":"Mathematic", "text_menu_functions_text":"Text", "text_menu_functions_arrangement":"Arrangement", "text_menu_functions_conversion":"Conversion", "text_none_variable":"There is no declared variable", "text_none_variable_instruction":"Create a new variable to use it", "text_ivprog_description":"Interactive Visual Programming on the Internet", "tooltip_visual": "Visual programming", "tooltip_textual": "Textual programming", "tooltip_upload": "Upload code file", "tooltip_download": "Download code file", "tooltip_undo": "Undo", "tooltip_redo": "Redo", "tooltip_run": "Run program", "tooltip_evaluate": "Evaluate program", "tooltip_help": "Help", "tooltip_add_global": "Add global variable", "tooltip_minimize": "Hidde function elements", "tooltip_console": "Open/Close console", "var_menu_select_var": "Select a var", "var_menu_select_all": "Select", "var_menu_select_function": "Select a function", "expression_menu_select": "Construct any logical condition", "math": "Mathematic", "text_t": "Text", "inform_valid_name": "Inform a valid name!", "inform_valid_content": "Enter some content!", "inform_valid_expression": "Construct the logical condition!", "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_variable_duplicated" : "A local variable with this name already exists.", "arrangement": "Arrangement", "conversion": "Conversion", "$sin": "sin", "$cos": "cos", "$tan": "tan", "$sqrt": "sqrt", "$pow": "pow", "$log": "log", "$abs": "abs", "$negate": "negate", "$invert": "invert", "$max": "maximum", "$min": "minimum", "$rand":"random", "$substring": "substring", "$length": "length", "$uppercase": "uppercase", "$lowercase": "lowercase", "$charAt": "char_at", "$numElements": "total_of_elements", "$matrixLines": "total_of_lines", "$matrixColumns": "total_of_columns", "$isReal": "is_real", "$isInt": "is_integer", "$isBool": "is_logic", "$castReal": "to_real", "$castInt": "to_integer", "$castBool": "to_logic", "$castString": "to_string", "text_ivprog_version":"Version", "text_teacher_filter": "Filter", "text_teacher_filter_active": "Activate", "text_teacher_filter_help": "When filter is activated, all iVProg modifications will be blocked.", "text_teacher_generate_outputs": "Generate outputs", "text_teacher_generate_outputs_algorithm": "Before generate outputs, create an algorithm!" }