1234567891011121314151617181920212223242526 |
- {
- "function": "funcao",
- "btn_function": "Função",
- "start": "inicio",
- "void": "vazio",
- "integer": "inteiro",
- "real": "real",
- "program": "programa",
- "text": "cadeia",
- "boolean": "logico",
- "true": "verdadeiro",
- "false": "fals0",
- "variable": "Variável",
- "command": "Comando",
- "new_parameter": "novo_parametro",
- "new_variable": "nova_variavel",
- "new_global": "nova_global",
- "new_function": "nova_funcao",
- "vector": "vetor",
- "text_comment_start": "Comentário inicial da função...",
- "text_comment_main": "Esta é a função principal...",
- "text_read_var": "Leitura de dados",
- "text_write_var": "Escrita de dados",
- "text_comment": "Comentário",
- "join_or": "ou"
- }
|