added NL and IT translations

This commit is contained in:
Tobias Diekershoff 2018-06-06 18:02:33 +02:00
parent 0fadc20419
commit ce18034979
1 changed files with 80 additions and 0 deletions

View File

@ -12,6 +12,10 @@
{{if eq .Lang "de-DE"}}
<h2>Sammlung der git Repositories des <a href='https://friendi.ca/' target='_new'>Friendica</a> Projekts.</h2>
{{else if eq .Lang "nl-NL"}}
<h2>Verzameling git repositories van het <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
{{else if eq .Lang "it-IT"}}
<h2>Raccolta dei repository git del progetto <a href='https://friendi.ca' target='_new'>Friendica</a>.</h2>
{{else}}
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
{{end}}
@ -58,6 +62,82 @@
</div>
</div>
{{else if eq .Lang "nl-NL"}}
<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> Gemakkelijk te installeren
</h1>
<p class="large">
Alles wat je nodig hebt is PHP en een MySQL database. Installatie kan gebeuren via file upload, git of docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Vrije software
</h1>
<p class="large">
Friendica is Vrije Software, met licentie onder de voorwaarden van AGPLv3 (of later). De volledige broncode wordt gehost op <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Vervoeg ons door bij te dragen om dit project nog beter te maken. Wees niet verlegen om <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>om bij te dragen</a>!
</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-globe"></i> Decentralisatie
</h1>
<p class="large">
Gedecentraliseerde architectuur zonder centrale authoriteit of eigendom. Relaties kunnen gemaakt worden tussen elk compatibel systeem, wat netwerk op Internet schaal oplevert, samengesteld door kleinere sites. Naadloze tijdlijn-naar-tijdlijn berichten en remote reacties, zelfs tussen verschillende netwerk nodes.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperabiliteit
</h1>
<p class="large">
Friendica heeft ingebouwde ondersteuning voor OStatus (bvb. GNU Social en Mastodon) en diaspora* (bvb. dispora*, Hubzilla en Socialhome) protocollen. Met bijkomende addons kan de brug slaan naar nog meer netwerken zoals pump.io, Twitter en andere.
</p>
</div>
</div>
{{else if eq .Lang "it-IT"}}
<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> Facile da installare
</h1>
<p class="large">
Tutto quello di cui hai bisogno è PHP e un database MySQL. L'installazione puo' essere effettuata caricando i file, utilizzando git o con docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Software Libero
</h1>
<p class="large">
Friendica è Software Libero, concesso in licenza secondo i termini della licenza AGPLv3 (o successiva). L'intero codice sorgente è ospitato su <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Unisciti a noi contribuendo a rendere questo progetto ancora migliore. Non essere timido, <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>diventa un collaboratore</a>!
</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-globe"></i> Decentralizzazione
</h1>
<p class="large">
Architettura decentralizzata senza autorità centrale. Le relazioni possono essere create con ogni sistema compatibile, creando una rete di livello globale composta di piccoli siti. Messaggi in bacheca e commenti remoti, anche su differenti nodi della rete.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> Interoperabilità
</h1>
<p class="large">
Friendica supporta ntivamente i protocolli OStatus (usati da GNU Social e Mastodon) e diaspora* (usati da diaspora*, Hubzilla e Socialhome). Attraverso componenti aggiuntivi puoi raggiungere più reti, come pump.io, Twitter e altri.
</p>
</div>
</div>
{{else}}
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">