@ -150,10 +150,10 @@ Instalação e configuração das dependências do projeto
SECRET_KEY = Gere alguma chave e coloque aqui
DEBUG = [True/False]
EMAIL_USE_TLS = [True/False]
EMAIL_PORT = [Set this parameter]
EMAIL_HOST = [Set this parameter]
EMAIL_HOST_USER = [Set this parameter]
EMAIL_HOST_PASSWORD = [Set this parameter]
EMAIL_PORT = [Insira este parâmetro]
EMAIL_HOST = [Insira este parâmetro]
EMAIL_HOST_USER = [Insira este parâmetro]
EMAIL_HOST_PASSWORD = [Insira este parâmetro]
* Uma configuração mínima para atender os procedimentos acima seria::
@ -191,61 +191,61 @@ Instalação e configuração das dependências do projeto
Instruções para Tradução
========================
We use `Transifex <https://www.transifex.com>`_ to manage the project's translations.
If you want to contribute, please setup an account there and request to join us at
the `Transifex SAPL Page <https://www.transifex.com/projects/p/sapl>`_.
Once your join request is accepted, you can start to translate.
Nós utilizamos o `Transifex <https://www.transifex.com>`_ para gerenciar as traduções do projeto.
Se você deseja contribuir, por favor crie uma conta no site e peça para se juntar a nós em `Transifex SAPL Page <https://www.transifex.com/projects/p/sapl>`_.
Assim que for aceito, você já pode começar a traduzir.
To integrate the last translations on a working instance follow these steps:
Para integrar as últimas traduções ao projeto atual, siga estes passos:
* Follow the instructions at`Development Environment Installation`_.
* Siga as instruções em`Development Environment Installation`_.
The Transifex Client stores passwords in plain text on the file``~/.transifexrc``.
..Aviso::
O Transifex Client armazena senhas em 'plain text' no arquivo``~/.transifexrc``.
We personally prefer to log into Transifex website with social network credentials and change the password used for the client frequently.
Nós preferimos logar no site do Transifex por meio de redes sociais (GitHub, Google Plus, Linkedin) e modificar, frequentemente, a senha utilizada pelo client.
* `Pull translations <http://docs.transifex.com/client/pull/>`_ or`push translations <http://docs.transifex.com/client/push/>`_ using the client. Pull only on a clean repo, i.e. commit your changes before pulling new translations.
* `Pull translations <http://docs.transifex.com/client/pull/>`_ ou`push translations <http://docs.transifex.com/client/push/>`_ usando o client. Faça o Pull somente com o repositório vazio, isto é, faça o commit de suas mudanças antes de fazer o Pull de novas traduções.
* Run the program with ``.manage.py runserver`` and check the system to see the translations into effect.
* Execute o programa com ``.manage.py runserver`` e cheque o sistema para ver se as traduções tiveram efeito.
..note::
The browser language preference is used to choose the translations to display.
..Nota::
O idioma do browser é utilizado para escolher as traduções que devem mostradas.
General implementation guidelines
=================================
Best practices
Orientações gerais de implementação
===================================
Boas Práticas
--------------
* Use English for all the code, commit messages and project docs.
* Utilize a língua portuguesa em todo o código, nas mensagens de commit e na documentação do projeto.
* Commit messages following the standard 50/72 columns. Start every commit message with a verb in infinitive. For more info on this please check:
* Mensagens de commit seguem o padrão de 50/72 colunas. Comece toda mensagem de commit com o verbo no infinitivo. Para mais informações, clique nos links abaixo: