Merge branch 'master' of tobias/git.friendi.ca into master

This commit is contained in:
Friendica Project 2019-08-28 17:23:27 +00:00 committed by Gitea
commit 5272a75bb6
4 changed files with 126 additions and 1 deletions

View File

@ -22,6 +22,8 @@
<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}}
@ -258,6 +260,44 @@
</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', 'en-GB']
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,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などのより多くのネットワークにブリッジできます。"