ui.json 823 B

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