ui.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "start": "inicio",
  11. "void": "vazio",
  12. "integer": "inteiro",
  13. "real": "real",
  14. "program": "programa",
  15. "text": "cadeia",
  16. "text_start": "texto",
  17. "boolean": "logico",
  18. "true": "verdadeiro",
  19. "false": "falso",
  20. "variable": "Variável",
  21. "command": "Comando",
  22. "new_parameter": "novo_parametro",
  23. "new_variable": "nova_variavel",
  24. "new_global": "nova_global",
  25. "new_function": "nova_funcao",
  26. "vector": "vetor",
  27. "text_comment_start": "Comentário inicial da função...",
  28. "text_comment_main": "Esta é a função principal...",
  29. "text_read_var": "Leitura de dados",
  30. "text_write_var": "Escrita de dados",
  31. "text_command_read":"leia",
  32. "text_command_write":"escreva",
  33. "text_comment": "Comentário",
  34. "join_or": "ou",
  35. "text_attribution": "Atribuição",
  36. "text_iftrue": "Se verdadeiro então",
  37. "text_repeatNtimes": "Repita N vezes",
  38. "text_receives": "recebe",
  39. "text_whiletrue": "Enquanto verdadeiro",
  40. "text_dowhiletrue": "Faça enquanto verdadeiro",
  41. "text_switch": "Escolha",
  42. "text_functioncall": "Chamada de função",
  43. "text_value": "Valor",
  44. "text_operator": "Operador",
  45. "text_parentheses": "Parênteses",
  46. "text_change": "Alterar"
  47. }