ui.csv 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. id,pt,en ,es
  2. function,funcao,function,funccion
  3. btn_clear,Limpar,Clean,
  4. btn_function,Função,Function,
  5. btn_arithmetic_plus,Adição,Addition,
  6. btn_arithmetic_minus,Subtração,Subtraction,
  7. btn_arithmetic_multiplication,Multiplicação,Multiplication,
  8. btn_arithmetic_division,Divisão,Division,
  9. btn_arithmetic_module,Módulo,Remainder,
  10. btn_break,Pare,break,
  11. btn_case,Caso,Case,
  12. start,inicio,main,
  13. type_void,vazio,void,
  14. type_integer,inteiro,int,
  15. logic_operator_and,E,AND,
  16. logic_operator_or,OU,OR,
  17. logic_operator_not,nao,not,
  18. type_real,real,real,
  19. program,programa,program,
  20. type_text,cadeia,string,
  21. textvar_default_value,texto,text,
  22. type_boolean,logico,bool,
  23. logic_value_true,1,1,
  24. logic_value_false,0,0,
  25. variable,Variável,Variable,
  26. command,Comando,Command,
  27. new_parameter,parametro,parameter,
  28. new_variable,variavel,variable,
  29. new_global,global,global,
  30. new_function,nova_funcao,new_function,
  31. matrix,matriz,matrix,
  32. vector,vetor,vector,
  33. text_comment_start,Comentário inicial da função...,Function initial comment,
  34. text_comment_main,Esta é a função principal...,This is the main funcion,
  35. text_read_var,Entrada/Leitura de dados,Input/Read data,
  36. text_write_var,Saída/Escrita de dados,Output/Write data,
  37. text_command_read,leia,read,
  38. text_command_write,escreva,write,
  39. text_return,devolva,return,
  40. text_btn_return,Devolver,Return,
  41. text_comment,Comentário,Comment,
  42. string_join_or,ou,or,
  43. matrix_info_string,matriz de $0,matrix of $0,
  44. vector_info_string,vetor de $0,vector of $0,
  45. text_attribution,Atribuição,Assignment,
  46. text_if,se,if,
  47. text_break,pare,break,
  48. text_else,senao,eles,
  49. text_for,repita_para,repeat_for,
  50. text_code_while,repita_enquanto,repeat_while,
  51. text_code_do,repita,repeat,
  52. text_code_do_until,ate_que,until,
  53. text_command_do,repita,repeat,
  54. text_command_while,repita enquanto,repeat while,
  55. text_command_do_until,até que,until,
  56. text_code_switch,escolha,switch,
  57. text_code_case,caso,case,
  58. text_config_programming,Programação,Programming,
  59. text_config_programming_both,Visual e textual,Visual & Textual,
  60. text_config_programming_textual,Textual,Textual,
  61. text_config_programming_visual,Visual,Visual,
  62. text_logic_expression,Expressão Lógica,Logic Expression,
  63. text_arithmetic_expression,Expressão Relacional,Relational Expression,
  64. text_iftrue,Se verdadeiro então,If true then,
  65. 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.,
  66. text_message_error_activity_reload,Recarregar,Reload,
  67. text_repeatNtimes,Repita N vezes,Repeat N times,
  68. text_receives,recebe,receives,
  69. text_whiletrue,Enquanto verdadeiro,While true,
  70. text_dowhiletrue,Repita até que verdadeiro,Repeat until true,
  71. text_switch,Escolha,Switch,
  72. text_functioncall,Chamada de função,Function call,
  73. text_value,Valor,Value,
  74. text_operator,Operador,Operator,
  75. text_parentheses,Parênteses,Parentheses,
  76. text_change,Alterar,Modify,
  77. text_teacher_algorithm,Algoritmo,Algorithm,
  78. text_teacher_algorithm_include,Incluir o algoritmo abaixo no exercício,Include the algorithm below in the activity,
  79. text_teacher_test_case,Casos de teste,Test cases,
  80. text_teacher_config,Configurações,Configurations,
  81. text_teacher_data_types,Tipos de dados,Data types,
  82. text_teacher_commands,Comandos,Commands,
  83. text_teacher_functions,Funções,Functions,
  84. text_teacher_create_functions,Criar novas funções,Create new functions,
  85. text_teacher_create_movement_functions,Movimentar funções,Move functions,
  86. text_teacher_test_case_input,Entrada,Input,
  87. text_teacher_test_case_output,Saída,Output,
  88. text_teacher_test_case_actions,Ações,Actions,
  89. text_teacher_test_case_add,Adicionar caso de teste,Add test case,
  90. text_header_ivprog_functions,Funções do iVProg,iVProg Functions,
  91. text_menu_functions_math,Matemática,Math,
  92. text_menu_functions_text,Texto,Text,
  93. text_menu_functions_array,Arranjo,Array,
  94. text_menu_functions_conversion,Conversão,Conversion,
  95. text_no_variable,Nenhuma variável declarada,No variable declared,
  96. text_no_variable_instruction,"Antes de utilizar uma variável, é necessário criá-la","Before using a variable, you need to create it",
  97. text_ivprog_description,Programação Visual interativa na Internet,Interactive and Visual Programming on the Internet,
  98. tooltip_visual,Programação visual,Visual programming,
  99. tooltip_textual,Programação textual,Textual programming,
  100. tooltip_upload,Upload de código fonte,Upload source code,
  101. tooltip_download,Download do código fonte,Download source code,
  102. tooltip_undo,Desfazer,Undo,
  103. tooltip_redo,Refazer,Redo,
  104. tooltip_run,Executar o programa,Run the program,
  105. tooltip_evaluate,Avaliar o programa,Evaluate the program,
  106. tooltip_help,Ajuda,Help,
  107. tooltip_add_global,Adicionar variável global,Add a global variable,
  108. tooltip_hide_function,Ocultar os elementos da função,Hide function elements,
  109. var_menu_select_var,Selecione uma variável,Select a variable,
  110. var_menu_select_all,Selecione,Select,
  111. var_menu_select_function,Selecione uma função,Select a function,
  112. expression_menu_select,Construir uma expressão lógica,Construct a logic expression,
  113. inform_valid_content,Informe o conteúdo!,Provide some data,
  114. inform_valid_expression,Construa uma expressão lógica!,Construct a logic expression,
  115. tooltip_terminal_clear,Limpa o terminal removendo todos os textos,Clears the terminal by removing all text,
  116. tooltip_terminal_show,Exibe o terminal caso esteja escondido,Shows the terminal if it is hidden,
  117. tooltip_terminal_hide,Esconde o terminal caso não esteja escondido,Hides the terminal if it is not on display,
  118. text_ivprog_version,Versão,Version,
  119. text_teacher_filter,Filtro,Filter,
  120. text_teacher_filter_active,Ativado,Activated,
  121. text_teacher_filter_help,"Ao ativar o filtro, as modificações do iVProg estarão bloqueadas.",By activating the filter modifications in iVProg will be blocked,
  122. text_join_assessment_outputs, ; ,;,
  123. assessment-detail-time-label,Duração,Duration,
  124. assessment-detail-grade-label,Nota,Grade,
  125. assessment-detail-input-label,Entradas,Inputs,
  126. assessment-detail-output-label,Saídas,Outputs,
  127. assessment-detail-expected-label,Esperava,Expected,
  128. assessment-detail-generated-label,Gerou,Generated,
  129. assessment-detail-result-label,Resultado,Result,
  130. assessment-detail-title,Caso de Teste $0,Test Case $0,
  131. text_teacher_generate_outputs,Gerar saídas,Generate outputs,
  132. text_teacher_generate_outputs_algorithm,"Antes de gerar as saídas, elabore um algoritmo!",Before generating the outputs you need to create an algorithm,