ui.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "function": "funcao",
  3. "btn_clear": "Limpar",
  4. "btn_function": "Função",
  5. "btn_arithmetic_plus": "Adição",
  6. "btn_arithmetic_minus": "Subtração",
  7. "btn_arithmetic_multiplication": "Multiplicação",
  8. "btn_arithmetic_division": "Divisão",
  9. "btn_arithmetic_module": "Módulo",
  10. "btn_break":"Pare",
  11. "btn_case":"Caso",
  12. "start": "inicio",
  13. "void": "vazio",
  14. "integer": "inteiro",
  15. "real": "real",
  16. "program": "programa",
  17. "text": "cadeia",
  18. "text_start": "texto",
  19. "boolean": "logico",
  20. "true": "verdadeiro",
  21. "false": "falso",
  22. "variable": "Variável",
  23. "command": "Comando",
  24. "new_parameter": "novo_parametro",
  25. "new_variable": "nova_variavel",
  26. "new_global": "nova_global",
  27. "new_function": "nova_funcao",
  28. "vector": "vetor",
  29. "text_comment_start": "Comentário inicial da função...",
  30. "text_comment_main": "Esta é a função principal...",
  31. "text_read_var": "Leitura de dados",
  32. "text_write_var": "Escrita de dados",
  33. "text_command_read":"leia",
  34. "text_command_write":"escreva",
  35. "text_comment": "Comentário",
  36. "join_or": "ou",
  37. "text_attribution": "Atribuição",
  38. "text_if":"se",
  39. "text_break":"pare",
  40. "text_else":"senao",
  41. "text_for":"para",
  42. "text_code_while":"enquanto",
  43. "text_code_do":"faça",
  44. "text_code_switch": "escolha",
  45. "text_code_case": "caso",
  46. "text_logic_expression": "Expressão Lógica",
  47. "text_arithmetic_expression": "Expressão Aritmética",
  48. "text_iftrue": "Se verdadeiro então",
  49. "text_repeatNtimes": "Repita N vezes",
  50. "text_receives": "recebe",
  51. "text_whiletrue": "Enquanto verdadeiro",
  52. "text_dowhiletrue": "Faça enquanto verdadeiro",
  53. "text_switch": "Escolha",
  54. "text_functioncall": "Chamada de função",
  55. "text_value": "Valor",
  56. "text_operator": "Operador",
  57. "text_parentheses": "Parênteses",
  58. "text_change": "Alterar",
  59. "text_teacher_algorithm": "Algoritmo",
  60. "text_teacher_algorithm_include": "Incluir o algoritmo abaixo no exercício",
  61. "text_teacher_test_case": "Casos de teste",
  62. "text_teacher_config": "Configurações",
  63. "text_teacher_data_types": "Tipos de dados",
  64. "text_teacher_commands": "Comandos",
  65. "text_teacher_functions": "Funções",
  66. "text_teacher_create_functions": "Criar novas funções",
  67. "text_teacher_create_movement_functions": "Movimentar funções",
  68. "text_teacher_test_case_input": "Entrada",
  69. "text_teacher_test_case_output": "Saída",
  70. "text_teacher_test_case_actions": "Ações",
  71. "text_teacher_test_case_add": "Adicionar caso de teste"
  72. }