|
@@ -9,6 +9,9 @@ btn_arithmetic_division,Divisão,Division,División
|
|
|
btn_arithmetic_module,Módulo,Remainder,Resto
|
|
|
btn_break,Pare,break,break
|
|
|
btn_case,Caso,Case,Caso
|
|
|
+btn_add_var,Adicionar variável,Add a variable,Add a variable
|
|
|
+btn_drag_and_drop_function,Mover função,Move function,Mover función
|
|
|
+btn_delete_function,Excluir função,Delete function,Borrar función
|
|
|
expression_invalid,Expressão inválida. Verifique a sintáxe antes de continuar.,Invalid expression. Check the syntax before proceeding.,Expresión no válida. Verifique la sintaxis antes de continuar.
|
|
|
expression_undelcared_variable,Variáveis não declaradas:,Undeclared variables:,Variables no declaradas:
|
|
|
expression_undeclared_function,Funções não definidas:,Undefined functions:,Funcíon no declaradas:
|
|
@@ -72,8 +75,10 @@ text_config_programming_textual,Textual,Textual,Textual
|
|
|
text_config_programming_visual,Visual,Visual,Visual
|
|
|
text_logic_expression,Lógicos,Logic,Lógicos
|
|
|
text_arithmetic_expression,Aritméticos,Arithmetics,Aritmética
|
|
|
-text_iftrue,Se verdadeiro então,If true then,Si verdad entonces
|
|
|
+text_iftrue,Se condição senão,If condition else,Si condicion sino
|
|
|
text_message_error_activity_file,Aconteceu um erro ao processar a atividade. <br> Recarregue a página para tentar novamente.,There was an error processing the activity.<br> Reload the page to try again.,Se produjo un error al procesar la actividad.<br> Recargar la página para volver a intentarlo.
|
|
|
+text_message_error_upload_file,Não foi possível carregar o arquivo.<br>Verifique o conteúdo do arquivo e tente novamente.,It was not possible upload the file.<br>Verify the file's content and try again.,text_message_error_upload_file
|
|
|
+text_message_error_upload_close,Fechar,Close,Close
|
|
|
text_message_error_activity_reload,Recarregar,Reload,Recargar
|
|
|
text_repeatNtimes,Repita N vezes,Repeat N times,Repetir N veces
|
|
|
text_receives,recebe,receives,receives
|
|
@@ -126,6 +131,19 @@ inform_valid_expression,Construa uma expressão lógica!,Construct a logic expre
|
|
|
tooltip_terminal_clear,Limpa o terminal removendo todos os textos já escritos e os pendentes.,Clears the terminal by removing all wrriten and pending text.,Borra el terminal eliminando todo el texto escrito y pendiente.
|
|
|
tooltip_terminal_show,Exibe o terminal caso esteja escondido,Shows the terminal if it is hidden,Muestra el terminal si está oculto.
|
|
|
tooltip_terminal_hide,Esconde o terminal caso não esteja escondido,Hides the terminal if it is not on display,Oculta el terminal si no está en exhibición
|
|
|
+tooltip_menu_read,Comando para receber dados pelo teclado,Command to input data from keyboard,Command to input data from keyboard
|
|
|
+tooltip_menu_write,Comando para apresentar conteúdo ao usuário,Command to present content to user,Command to present content to user
|
|
|
+tooltip_menu_comments,Bloco para comentários internos do programador,Block to comments from developer,Block to comments from developer
|
|
|
+tooltip_menu_attribution,Comando para atribuir uma expressão a uma variável,Command to assign an expression to a variable,Command to assign an expression to a variable
|
|
|
+tooltip_menu_call_function,Comando para realizar a chamada de uma função,Command to execute a function call,Command to execute a function call
|
|
|
+tooltip_menu_if_else,Estrutura para que os comandos só sejam executados de acordo com as condições estabelecidas,Structure in which command only run when the conditions are satisfied,Structure in which command only run when the conditions are satisfied
|
|
|
+tooltip_menu_repeat_n_times,Estrutura para executar um bloco de comandos repetidamente,Structure to execute a block of commands repeatedly,Structure to execute a block of commands repeatedly
|
|
|
+tooltip_menu_repeat_whiletrue,Estrutura para repetir um bloco de comandos enquanto a condição for verdadeira,Structure to execute a block repeatdly while condition is true,Structure to execute a block repeatdly while condition is true
|
|
|
+tooltip_menu_repeat_dowhiletrue,Estrutura que executa um bloco e o repete enquanto a condição for verdadeira,Structure that executes a block and repeat while the condition is true,Structure that executes a block and repeat while the condition is true
|
|
|
+tooltip_menu_repeat_switch,Estrutura de escolha do bloco a ser executado,Structure that choices the block to be executed,Structure that choices the block to be executed
|
|
|
+tooltip_menu_repeat_return,Comando para devolver o resultado e finalizar a função,Command to return the result and finish the function,Command to return the result and finish the function
|
|
|
+tooltip_move_var,Mover variável,Move variable,Move variable
|
|
|
+tooltip_remove_var,Excluir variável,Delete variable,Delete variable
|
|
|
text_ivprog_version,Versão,Version,Version
|
|
|
text_teacher_filter,Filtro,Filter,Filter
|
|
|
text_teacher_filter_active,Ativado,Activated,Activated
|