diff options
author | Andrey Nering <andrey.nering@gmail.com> | 2016-01-31 17:58:51 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-01-31 17:58:51 -0200 |
commit | 0e0cd9100b7d3ca64ab36152e1eabeda594e8656 (patch) | |
tree | 9f935fc80cf7d2bd2716e380d327d289387cb398 /templates/home.tmpl | |
parent | 8436d69eaf435ae6bb50f648c1aed3eef7b0850b (diff) | |
download | gitea-0e0cd9100b7d3ca64ab36152e1eabeda594e8656.tar.gz gitea-0e0cd9100b7d3ca64ab36152e1eabeda594e8656.zip |
Add portuguese-BR to home template.
Diffstat (limited to 'templates/home.tmpl')
-rw-r--r-- | templates/home.tmpl | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/templates/home.tmpl b/templates/home.tmpl index 2c96595afb..ea51b4de6a 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -164,6 +164,43 @@ </p> </div> </div> + {{else if eq .Lang "pt-BR"}} + <div class="ui stackable middle very relaxed page grid"> + <div class="eight wide center column"> + <h1 class="hero ui icon header"> + <i class="octicon octicon-flame"></i> Fácil de instalar + </h1> + <p class="large"> + Simplesmente <a target="_blank" href="http://gogs.io/docs/installation/install_from_binary.html">rode o executável</a> para o seu sistema operacional. Ou obtenha o Gogs com o <a target="_blank" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> ou <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, ou baixe o <a target="_blank" href="http://gogs.io/docs/installation/install_from_packages.html">pacote</a>. + </p> + </div> + <div class="eight wide center column"> + <h1 class="hero ui icon header"> + <i class="octicon octicon-device-desktop"></i> Multi-plataforma + </h1> + <p class="large"> + Gogs roda em qualquer sistema operacional em que <a target="_blank" href="http://golang.org/">Go</a> consegue compilar: Windows, Mac OS X, Linux, ARM, etc. Escolha qual você gosta mais! + </p> + </div> + </div> + <div class="ui stackable middle very relaxed page grid"> + <div class="eight wide center column"> + <h1 class="hero ui icon header"> + <i class="octicon octicon-rocket"></i> Leve e rápido + </h1> + <p class="large"> + Gogs utiliza poucos recursos e consegue mesmo rodar no barato Raspberry Pi. Economize energia elétrica da sua máquina! + </p> + </div> + <div class="eight wide center column"> + <h1 class="hero ui icon header"> + <i class="octicon octicon-code"></i> Código aberto + </h1> + <p class="large"> + Está tudo no <a target="_blank" href="https://github.com/gogits/gogs/">GitHub</a>! Contribua e torne este projeto ainda melhor. Não tenha vergonha de contribuir! + </p> + </div> + </div> {{else}} <div class="ui stackable middle very relaxed page grid"> <div class="eight wide center column"> |