forked from friendica/git.friendi.ca
added PL translation THX waldis
This commit is contained in:
parent
5070c1185b
commit
e1eead6251
3 changed files with 132 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
<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 if eq .Lang "pl-PL"}}
|
||||
<h2>Zbiór repozytoriów git projektu <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}}
|
||||
|
|
@ -138,6 +140,44 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
{{else if eq .Lang "pl-PL"}}
|
||||
<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> Łatwe do instalowania
|
||||
</h1>
|
||||
<p class="large">
|
||||
Wszystko czego potrzebujesz to PHP i baza danych MySQL. Instalacja może odbywać się poprzez przesłanie pliku, git lub docker.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<i class="octicon octicon-code"></i> Darmowe oprogramowanie
|
||||
</h1>
|
||||
<p class="large">
|
||||
Friendica to wolne oprogramowanie, licencjonowane zgodnie z warunkami AGPLv3 (lub nowszym). Cały kod źródłowy jest hostowany na stronie <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Dołącz do nas, przyczyniając się do tego, aby ten projekt był jeszcze lepszy. Nie wstydź się <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>być współtwórcą</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> Decentralizacja
|
||||
</h1>
|
||||
<p class="large">
|
||||
Zdecentralizowana architektura bez centralnego autorytetu lub własności. W każdym kompatybilnym systemie można nawiązywać relacje, tworząc sieć o skali internetowej złożoną z mniejszych witryn. Bezproblemowe posty od ściany do ściany i zdalne komentarze, nawet w różnych węzłach sieci.
|
||||
</p>
|
||||
</div>
|
||||
<div class="eight wide center column">
|
||||
<h1 class="hero ui icon header">
|
||||
<i class="octicon octicon-organization"></i> Interoperacyjność
|
||||
</h1>
|
||||
<p class="large">
|
||||
Friendica ma wbudowaną obsługę protokołu OStatus (na przykład GNU social i Mastodon) i diaspory * (np. Diaspora *, Hubzilla i Socialhome). Dzięki dodatkowym dodatkom możesz połączyć się z innymi sieciami, takimi jak pump.io, Twitter i inne.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{else}}
|
||||
<div class="ui stackable middle very relaxed page grid">
|
||||
<div class="eight wide center column">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue