ui.json 779 B

12345678910111213141516171819202122232425262728
  1. {
  2. "function": "funcao",
  3. "btn_function": "Função",
  4. "start": "inicio",
  5. "void": "vazio",
  6. "integer": "inteiro",
  7. "real": "real",
  8. "program": "programa",
  9. "text": "cadeia",
  10. "boolean": "logico",
  11. "true": "verdadeiro",
  12. "false": "fals0",
  13. "variable": "Variável",
  14. "command": "Comando",
  15. "new_parameter": "novo_parametro",
  16. "new_variable": "nova_variavel",
  17. "new_global": "nova_global",
  18. "new_function": "nova_funcao",
  19. "vector": "vetor",
  20. "text_comment_start": "Comentário inicial da função...",
  21. "text_comment_main": "Esta é a função principal...",
  22. "text_read_var": "Leitura de dados",
  23. "text_write_var": "Escrita de dados",
  24. "text_comment": "Comentário",
  25. "join_or": "ou",
  26. "matrix_string": "matriz de $0",
  27. "vector_string": "vetor de $0"
  28. }