123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "function": "funcao",
- "btn_clear": "Limpar",
- "btn_function": "Função",
- "btn_arithmetic_plus": "Adição",
- "btn_arithmetic_minus": "Subtração",
- "btn_arithmetic_multiplication": "Multiplicação",
- "btn_arithmetic_division": "Divisão",
- "btn_arithmetic_module": "Módulo",
- "btn_break":"Pare",
- "btn_case":"Caso",
- "start": "inicio",
- "void": "vazio",
- "integer": "inteiro",
- "real": "real",
- "program": "programa",
- "text": "cadeia",
- "text_start": "texto",
- "boolean": "logico",
- "true": "verdadeiro",
- "false": "falso",
- "variable": "Variável",
- "command": "Comando",
- "new_parameter": "novo_parametro",
- "new_variable": "nova_variavel",
- "new_global": "nova_global",
- "new_function": "nova_funcao",
- "vector": "vetor",
- "text_comment_start": "Comentário inicial da função...",
- "text_comment_main": "Esta é a função principal...",
- "text_read_var": "Leitura de dados",
- "text_write_var": "Escrita de dados",
- "text_command_read":"leia",
- "text_command_write":"escreva",
- "text_comment": "Comentário",
- "join_or": "ou",
- "text_attribution": "Atribuição",
- "text_if":"se",
- "text_break":"pare",
- "text_else":"senao",
- "text_for":"para",
- "text_code_while":"enquanto",
- "text_code_do":"faça",
- "text_code_switch": "escolha",
- "text_code_case": "caso",
- "text_logic_expression": "Expressão Lógica",
- "text_arithmetic_expression": "Expressão Aritmética",
- "text_iftrue": "Se verdadeiro então",
- "text_repeatNtimes": "Repita N vezes",
- "text_receives": "recebe",
- "text_whiletrue": "Enquanto verdadeiro",
- "text_dowhiletrue": "Faça enquanto verdadeiro",
- "text_switch": "Escolha",
- "text_functioncall": "Chamada de função",
- "text_value": "Valor",
- "text_operator": "Operador",
- "text_parentheses": "Parênteses",
- "text_change": "Alterar",
- "text_teacher_algorithm": "Algoritmo",
- "text_teacher_algorithm_include": "Incluir o algoritmo abaixo no exercício",
- "text_teacher_test_case": "Casos de teste",
- "text_teacher_config": "Configurações",
- "text_teacher_data_types": "Tipos de dados",
- "text_teacher_commands": "Comandos",
- "text_teacher_functions": "Funções",
- "text_teacher_create_functions": "Criar novas funções",
- "text_teacher_create_movement_functions": "Movimentar funções",
- "text_teacher_test_case_input": "Entrada",
- "text_teacher_test_case_output": "Saída",
- "text_teacher_test_case_actions": "Ações",
- "text_teacher_test_case_add": "Adicionar caso de teste"
- }
|