Added Dutch translations (#30)

This commit is contained in:
Bwko 2016-12-25 15:52:32 +01:00 committed by Lunny Xiao
parent 4a4052e8a2
commit 4262f09992
5 changed files with 83 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
date: "2016-11-08T16:00:00+02:00"
title: "Cross-platform"
weight: 10
toc: false
draft: false
---
<h3>
<svg class="octicon octicon-device-desktop" viewBox="0 0 16 16" version="1.1" aria-hidden="true">
<path fill-rule="evenodd" d="M15 2H1c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1h5.34c-.25.61-.86 1.39-2.34 2h8c-1.48-.61-2.09-1.39-2.34-2H15c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1zm0 9H1V3h14v8z"></path>
</svg>
Cross-platform
</h3>
Gitea werkt op alles waar [Go](http://golang.org/) op kan compileren: Windows, macOS, Linux, ARM, etc. Kies het platform dat bij je past!

View File

@ -0,0 +1,18 @@
---
date: "2016-11-08T16:00:00+02:00"
title: "Makkelijk te installeren"
weight: 10
toc: false
draft: false
---
<h3>
<svg class="octicon octicon-flame" viewBox="0 0 12 16" version="1.1" aria-hidden="true">
<path fill-rule="evenodd" d="M5.05.31c.81 2.17.41 3.38-.52 4.31C3.55 5.67 1.98 6.45.9 7.98c-1.45 2.05-1.7 6.53 3.53 7.7-2.2-1.16-2.67-4.52-.3-6.61-.61 2.03.53 3.33 1.94 2.86 1.39-.47 2.3.53 2.27 1.67-.02.78-.31 1.44-1.13 1.81 3.42-.59 4.78-3.42 4.78-5.56 0-2.84-2.53-3.22-1.25-5.61-1.52.13-2.03 1.13-1.89 2.75.09 1.08-1.02 1.8-1.86 1.33-.67-.41-.66-1.19-.06-1.78C8.18 5.31 8.68 2.45 5.05.32L5.03.3l.02.01z"></path>
</svg>
Makkelijk te installeren
</h3>
Je hoeft alleen maar de [binary](https://docs.gitea.io/en-us/install-from-binary/) uit te voeren.
Of gebruik Gitea met [Docker](https://github.com/go-gitea/gitea/tree/master/docker), [Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs),
of download een [installatiepakket](https://docs.gitea.io/en-us/install-from-package/).

View File

@ -0,0 +1,19 @@
---
date: "2016-11-08T16:00:00+02:00"
title: "Welkom"
weight: 10
toc: false
draft: false
---
<h1 class="display-4">Gitea - Git with a cup of tea</h1>
<p class="lead">A painless self-hosted Git service.</p>
<hr class="my-2">
<p>
Gitea is een door de community beheerde [fork](https://blog.gitea.io/2016/12/welcome-to-gitea/) van [Gogs](http://gogs.io),
een lichtgewicht code hosting oplossing geschreven in [Go](https://golang.org/)
en wordt gepubliceerd onder de [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) licentie.
</p>
<p class="lead">
<a class="btn btn-primary btn-lg" href="https://try.gitea.io" target="_blank" role="button">Probeer Gitea</a>
</p>

View File

@ -0,0 +1,15 @@
---
date: "2016-11-08T16:00:00+02:00"
title: "Lichtgewicht"
weight: 10
toc: false
draft: false
---
<h3>
<svg class="octicon octicon-rocket" viewBox="0 0 16 16" version="1.1" aria-hidden="true">
<path fill-rule="evenodd" d="M12.17 3.83c-.27-.27-.47-.55-.63-.88-.16-.31-.27-.66-.34-1.02-.58.33-1.16.7-1.73 1.13-.58.44-1.14.94-1.69 1.48-.7.7-1.33 1.81-1.78 2.45H3L0 10h3l2-2c-.34.77-1.02 2.98-1 3l1 1c.02.02 2.23-.64 3-1l-2 2v3l3-3v-3c.64-.45 1.75-1.09 2.45-1.78.55-.55 1.05-1.13 1.47-1.7.44-.58.81-1.16 1.14-1.72-.36-.08-.7-.19-1.03-.34a3.39 3.39 0 0 1-.86-.63M16 0s-.09.38-.3 1.06c-.2.7-.55 1.58-1.06 2.66-.7-.08-1.27-.33-1.66-.72-.39-.39-.63-.94-.7-1.64C13.36.84 14.23.48 14.92.28 15.62.08 16 0 16 0"></path>
</svg>
Lichtgewicht
</h3>
Gitea heeft hele lage systeemeisen, je kunt Gitea al draaien op een goedkope Raspberry Pi.

View File

@ -0,0 +1,16 @@
---
date: "2016-11-08T16:00:00+02:00"
title: "Open Source"
weight: 10
toc: false
draft: false
---
<h3>
<svg class="octicon octicon-code" viewBox="0 0 14 16" version="1.1" aria-hidden="true">
<path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"></path>
</svg>
Open Source
</h3>
Alles staat op [GitHub](https://github.com/go-gitea/gitea/)!
Help ons door mee te bouwen aan Gitea, samen maken we dit project nog beter. Aarzel dus niet om een bijdrage te leveren!