forked from friendica/git.friendi.ca
added de-DE translation
This commit is contained in:
parent
67b2814430
commit
45783525e8
3 changed files with 137 additions and 0 deletions
|
|
@ -9,10 +9,56 @@
|
|||
<h1 class="ui icon header title">
|
||||
Friendica
|
||||
</h1>
|
||||
|
||||
{{if eq .Lang "de-DE"}}
|
||||
<h2>Sammlung der git Repositories des <a href='https://fridni.ca' target='_new'>Friendica</a> Projekts.</h2>
|
||||
{{else}}
|
||||
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
|
||||
{{end}}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{if eq .Lang "de-DE"}}
|
||||
<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> Einfach zu installieren
|
||||
</h1>
|
||||
<p class="large">
|
||||
Alles was du für die Installation benötigst ist PHP und eine MySQL Datenbank. Installieren kannst du Friendica entweder per Datei-Upload, git oder docker.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<i class="octicon octicon-code"></i> Freie Software
|
||||
</h1>
|
||||
<p class="large">
|
||||
Friendica ist Freie Software, lizensiert unter der AGPLv3 (oder neuere Versionen). Der gesammte Quellcode kann unter <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a> eingesehen werden. Wenn du magst kannst du uns gerne dabei unterstützen das Friendica noch besser zu machen. <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>Trau dich</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> Dezentral
|
||||
</h1>
|
||||
<p class="large">
|
||||
Decentralized architecture with no central authority or ownership. Relationships can be made across any compatible system, creating a network of Internet scale made up of smaller sites. Seamless wall-to-wall posts and remote comments, even across different network nodes.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<i class="octicon octicon-organization"></i> Interoperabel
|
||||
</h1>
|
||||
<p class="large">
|
||||
Friendica unterstützt das OStatus (z.B. GNU social und Mastodon) und das diaspora* (z.B. diaspora*, Hubzilla und Socialhome) Protokoll. Mit Erweiterungen können Brücken zu weiteren Netzwerken wie pump.io, Twitter und anderen geschlagen werden.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{else}}
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
|
|
@ -49,5 +95,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{end}}
|
||||
</div>
|
||||
{{template "base/footer" .}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue