diff options
author | Unknwon <u@gogs.io> | 2016-01-26 03:11:54 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-26 03:11:54 -0500 |
commit | 86f841dd714e6b080f05d75c5a4ead68344bee07 (patch) | |
tree | 403428727f4c01ecbd29bd15dbc086d89f1fedbd /templates | |
parent | e3075865e4b933e5f88187a2b1f6c2c78e159d7a (diff) | |
parent | 1105a3139fe06a7bd0e6ca6a35b6b547813e384c (diff) | |
download | gitea-86f841dd714e6b080f05d75c5a4ead68344bee07.tar.gz gitea-86f841dd714e6b080f05d75c5a4ead68344bee07.zip |
Merge pull request #2433 from xxxtonixxx/develop
To add spanish translation to home template
Diffstat (limited to 'templates')
-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 f0b215de5a..2c96595afb 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -127,6 +127,43 @@ </p> </div> </div> + {{else if eq .Lang "es-ES"}} + <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"> + Simplemente <a target="_blank" href="http://gogs.io/docs/installation/install_from_binary.html">arranca el binario</a> para tu plataforma. O usa Gogs con <a target="_blank" href="https://github.com/gogits/gogs/tree/master/docker">Docker</a> o <a target="_blank" href="https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs">Vagrant</a>, o utilice el <a target="_blank" href="http://gogs.io/docs/installation/install_from_packages.html">paquete</a>. + </p> + </div> + <div class="eight wide center column"> + <h1 class="hero ui icon header"> + <i class="octicon octicon-device-desktop"></i> Multiplatforma + </h1> + <p class="large"> + Gogs funciona en cualquier parte, <a target="_blank" href="http://golang.org/">Go</a> puede compilarse en: Windows, Mac OS X, Linux, ARM, etc. !Elige tu favorita! + </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> Ligero + </h1> + <p class="large"> + Gogs tiene pocos requisitos y puede funcionar en una Raspberry Pi barata. !Ahorra energía! + </p> + </div> + <div class="eight wide center column"> + <h1 class="hero ui icon header"> + <i class="octicon octicon-code"></i> Open Source + </h1> + <p class="large"> + ¡Está todo en <a target="_blank" href="https://github.com/gogits/gogs/">GitHub</a>! Uniros contribuyendo a hacer este proyecto todavía mejor. ¡No seas tímido y colabora! + </p> + </div> + </div> {{else}} <div class="ui stackable middle very relaxed page grid"> <div class="eight wide center column"> |