Compare commits

...

9 Commits

8 changed files with 264 additions and 7 deletions

View File

@ -17,9 +17,13 @@
{{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>
<h2>Zbiór repozytoriów projektu git <a href='https://friendi.ca' target='_new'>Friendica</a>.</h2>
{{else if eq .Lang "cs-CZ"}}
<h2>Kolekce repozitářů git projektu <a href='https://friendi.ca' target='_new'>Friendica</a>.</h2>
{{else if eq .Lang "en-GB"}}
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
{{else if eq .Lang "ja-JA"}}
<h2><a href='https://friendi.ca' target='_new'> Friendica </a>プロジェクトの gitリポジトリコレクション。</h2>
{{else}}
<h2>Collection of the git repositories of the <a href='https://friendi.ca' target='_new'>Friendica</a> project.</h2>
{{end}}
@ -167,7 +171,7 @@
<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.
Zdecentralizowana architektura bez centralnego organu lub własności. W każdym kompatybilnym systemie można nawiązywać relacje, tworząc sieć o skali internetowej złożonej 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">
@ -218,6 +222,82 @@
</div>
</div>
{{else if eq .Lang "en-GB"}}
<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> Easy to install
</h1>
<p class="large">
All you need is PHP and a MySQL database. Installation can be done via file upload, git or docker.
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> Free Software
</h1>
<p class="large">
Friendica is Free Software, licensed under the terms of the AGPLv3 (or later). The entire source code is hosted at <a href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Join us by contributing to make this project even better. Don't be shy to <a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>be a contributor</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> Decentralisation
</h1>
<p class="large">
Decentralised 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> Interoperability
</h1>
<p class="large">
Friendica has build in support for the OStatus (e.g. GNU social and Mastodon) and diaspora* (e.g. diaspora*, Hubzilla and Socialhome) protocol. With additional addons you can bridge to more networks like pump.io, Twitter and others.
</p>
</div>
</div>
{{else if eq .Lang "ja-JA"}}
<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> 簡単なインストール
</h1>
<p class="large">
必要なのはPHPとMySQLデータベースだけです。インストールは、ファイルアップロード、git、またはdockerを使用して実行できます。
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-code"></i> 自由なソフトウェア
</h1>
<p class="large">
Friendicaは、AGPLv3またはそれ以降の条件に基づいてライセンスされる自由なソフトウェアです。ソースコード全体は<a href='https://git.friendi.ca/friendica/friendica'> git.friendi.ca </a>でホストされています。このプロジェクトをさらに改善するために貢献してください。遠慮せず、<a href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc/Developers-Intro.md'>コントリビューター</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> 分権化
</h1>
<p class="large">
中央の権限または所有権のない分散アーキテクチャ。互換性のあるシステム全体で関係を構築し、小規模なサイトで構成されるインターネット規模のネットワークを作成できます。異なるネットワークノード間でも、ウォールからウォールへのシームレスな投稿とリモートコメントを実現します。
</p>
</div>
<div class="eight wide center column">
<h1 class="hero ui icon header">
<i class="octicon octicon-organization"></i> 相互運用性
</h1>
<p class="large">
Friendicaは、OStatusGNU socialやMastodonなどおよび、diaspora*diaspora*、Hubzilla、Socialhomeなどプロトコルのサポートを組み込みました。追加のアドオンを使用すると、pump.io、Twitterなどのより多くのネットワークにブリッジできます。
</p>
</div>
</div>
{{else}}
<div class="ui stackable middle very relaxed page grid">
<div class="eight wide center column">

View File

@ -56,7 +56,8 @@ fn = os.path.join(os.path.abspath(os.path.dirname(__file__)), languageDirectory)
# once there are translations, this list is used to hold the lng-codes
# of the available translations. Later in the script, when the home.tmpl
# is created, we'll loop over all these languages.
translations = ['de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'cs-CZ']
translations = ['de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'cs-CZ', 'en-GB',
'ja-JA']
count = len(translations)
languages = {}
# read in all the available translation for later usage

Binary file not shown.

View File

@ -0,0 +1,92 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Andy H3 <andy@hubup.pro>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2018-06-06 09:52+CEST\n"
"PO-Revision-Date: 2018-06-06 12:46+0000\n"
"Last-Translator: Andy H3 <andy@hubup.pro>, 2019\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/Friendica/teams/12172/en_GB/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Language: en_GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: generate_home_tmpl.py:16
msgid ""
"Collection of the git repositories of the <a href='https://friendi.ca' "
"target='_new'>Friendica</a> project."
msgstr ""
"Collection of the git repositories of the <a href='https://friendi.ca' "
"target='_new'>Friendica</a> project."
#: generate_home_tmpl.py:17
msgid "Easy to install"
msgstr "Easy to install"
#: generate_home_tmpl.py:18
msgid ""
"All you need is PHP and a MySQL database. Installation can be done via file "
"upload, git or docker."
msgstr ""
"All you need is PHP and a MySQL database. Installation can be done via file "
"upload, git or docker."
#: generate_home_tmpl.py:19
msgid "Free Software"
msgstr "Free Software"
#: generate_home_tmpl.py:20
msgid ""
"Friendica is Free Software, licensed under the terms of the AGPLv3 (or "
"later). The entire source code is hosted at <a "
"href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Join "
"us by contributing to make this project even better. Don't be shy to <a "
"href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc"
"/Developers-Intro.md'>be a contributor</a>!"
msgstr ""
"Friendica is Free Software, licensed under the terms of the AGPLv3 (or "
"later). The entire source code is hosted at <a "
"href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Join "
"us by contributing to make this project even better. Don't be shy to <a "
"href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc"
"/Developers-Intro.md'>be a contributor</a>!"
#: generate_home_tmpl.py:21
msgid "Decentralization"
msgstr "Decentralisation"
#: generate_home_tmpl.py:22
msgid ""
"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."
msgstr ""
"Decentralised 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."
#: generate_home_tmpl.py:23
msgid "Interoperability"
msgstr "Interoperability"
#: generate_home_tmpl.py:24
msgid ""
"Friendica has build in support for the OStatus (e.g. GNU social and "
"Mastodon) and diaspora* (e.g. diaspora*, Hubzilla and Socialhome) protocol. "
"With additional addons you can bridge to more networks like pump.io, Twitter"
" and others."
msgstr ""
"Friendica has build in support for the OStatus (e.g. GNU social and "
"Mastodon) and diaspora* (e.g. diaspora*, Hubzilla and Socialhome) protocol. "
"With additional addons you can bridge to more networks like pump.io, Twitter"
" and others."

Binary file not shown.

View File

@ -0,0 +1,84 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Ozero Dien <rgfx0020+misc@gmail.com>, 2019
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2018-06-06 09:52+CEST\n"
"PO-Revision-Date: 2018-06-06 12:46+0000\n"
"Last-Translator: Ozero Dien <rgfx0020+misc@gmail.com>, 2019\n"
"Language-Team: Japanese (https://www.transifex.com/Friendica/teams/12172/ja/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Language: ja\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: generate_home_tmpl.py:16
msgid ""
"Collection of the git repositories of the <a href='https://friendi.ca' "
"target='_new'>Friendica</a> project."
msgstr ""
"<a href='https://friendi.ca' target='_new'> Friendica </a>プロジェクトの "
"gitリポジトリコレクション。"
#: generate_home_tmpl.py:17
msgid "Easy to install"
msgstr "簡単なインストール"
#: generate_home_tmpl.py:18
msgid ""
"All you need is PHP and a MySQL database. Installation can be done via file "
"upload, git or docker."
msgstr "必要なのはPHPとMySQLデータベースだけです。インストールは、ファイルアップロード、git、またはdockerを使用して実行できます。"
#: generate_home_tmpl.py:19
msgid "Free Software"
msgstr "自由なソフトウェア"
#: generate_home_tmpl.py:20
msgid ""
"Friendica is Free Software, licensed under the terms of the AGPLv3 (or "
"later). The entire source code is hosted at <a "
"href='https://git.friendi.ca/friendica/friendica'>git.friendi.ca</a>. Join "
"us by contributing to make this project even better. Don't be shy to <a "
"href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc"
"/Developers-Intro.md'>be a contributor</a>!"
msgstr ""
"Friendicaは、AGPLv3またはそれ以降の条件に基づいてライセンスされる自由なソフトウェアです。ソースコード全体は<a "
"href='https://git.friendi.ca/friendica/friendica'> git.friendi.ca "
"</a>でホストされています。このプロジェクトをさらに改善するために貢献してください。遠慮せず、<a "
"href='https://git.friendi.ca/friendica/friendica/src/branch/develop/doc"
"/Developers-Intro.md'>コントリビューター</a>として参加してください。"
#: generate_home_tmpl.py:21
msgid "Decentralization"
msgstr "分権化"
#: generate_home_tmpl.py:22
msgid ""
"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."
msgstr ""
"中央の権限または所有権のない分散アーキテクチャ。互換性のあるシステム全体で関係を構築し、小規模なサイトで構成されるインターネット規模のネットワークを作成できます。異なるネットワークノード間でも、ウォールからウォールへのシームレスな投稿とリモートコメントを実現します。"
#: generate_home_tmpl.py:23
msgid "Interoperability"
msgstr "相互運用性"
#: generate_home_tmpl.py:24
msgid ""
"Friendica has build in support for the OStatus (e.g. GNU social and "
"Mastodon) and diaspora* (e.g. diaspora*, Hubzilla and Socialhome) protocol. "
"With additional addons you can bridge to more networks like pump.io, Twitter"
" and others."
msgstr ""
"Friendicaは、OStatusGNU "
"socialやMastodonなどおよび、diaspora*diaspora*、Hubzilla、Socialhomeなどプロトコルのサポートを組み込みました。追加のアドオンを使用すると、pump.io、Twitterなどのより多くのネットワークにブリッジできます。"

Binary file not shown.

View File

@ -23,7 +23,7 @@ msgid ""
"Collection of the git repositories of the <a href='https://friendi.ca' "
"target='_new'>Friendica</a> project."
msgstr ""
"Zbiór repozytoriów git projektu <a href='https://friendi.ca' "
"Zbiór repozytoriów projektu git <a href='https://friendi.ca' "
"target='_new'>Friendica</a>."
#: generate_home_tmpl.py:17
@ -70,10 +70,10 @@ msgid ""
"of Internet scale made up of smaller sites. Seamless wall-to-wall posts and "
"remote comments, even across different network nodes."
msgstr ""
"Zdecentralizowana architektura bez centralnego autorytetu lub własności. W "
"Zdecentralizowana architektura bez centralnego organu 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."
" internetowej złożonej z mniejszych witryn. Bezproblemowe posty od ściany do"
" ściany i zdalne komentarze, nawet w różnych węzłach sieci."
#: generate_home_tmpl.py:23
msgid "Interoperability"