123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- {
- "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": "new_parameter",
- "new_variable": "new_variable",
- "new_global": "new_global",
- "new_function": "new_function",
- "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_break":"break",
- "text_else":"else",
- "text_return":"return",
- "text_btn_return":"Return",
- "text_for":"for",
- "text_code_while":"while",
- "text_code_do":"do",
- "text_command_do":"do",
- "text_code_switch": "switch",
- "text_code_case": "case",
- "text_logic_expression": "Logic Expression",
- "text_arithmetic_expression": "Relational Expression",
- "text_iftrue": "If true then",
- "text_repeatNtimes": "Repeat N times",
- "text_receives": "receives",
- "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":"Mathematics",
- "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",
- "$sin": "sen",
- "math": "Mathematic",
- "text": "Text",
- "arrangement": "Arrangement",
- "conversion": "Conversion",
- "math": "Mathematic",
- "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.",
- "text_t": "Text",
- "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",
- "$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 2018_12_19 Build 13_18"
- }
|