diff --git a/custom/templates/home.tmpl b/custom/templates/home.tmpl index ff8d9d7..f944c57 100644 --- a/custom/templates/home.tmpl +++ b/custom/templates/home.tmpl @@ -22,6 +22,8 @@

Kolekce repozitářů git projektu Friendica.

{{else if eq .Lang "en-GB"}}

Collection of the git repositories of the Friendica project.

+{{else if eq .Lang "ja-JA"}} +

Friendica プロジェクトの gitリポジトリコレクション。

{{else}}

Collection of the git repositories of the Friendica project.

{{end}} @@ -258,6 +260,44 @@ +{{else if eq .Lang "ja-JA"}} +
+
+

+ 簡単なインストール +

+

+ 必要なのはPHPとMySQLデータベースだけです。インストールは、ファイルアップロード、git、またはdockerを使用して実行できます。 +

+
+
+

+ 自由なソフトウェア +

+

+ Friendicaは、AGPLv3(またはそれ以降)の条件に基づいてライセンスされる自由なソフトウェアです。ソースコード全体は git.friendi.ca でホストされています。このプロジェクトをさらに改善するために貢献してください。遠慮せず、コントリビューターとして参加してください。 +

+
+
+
+
+

+ 分権化 +

+

+ 中央の権限または所有権のない分散アーキテクチャ。互換性のあるシステム全体で関係を構築し、小規模なサイトで構成されるインターネット規模のネットワークを作成できます。異なるネットワークノード間でも、ウォールからウォールへのシームレスな投稿とリモートコメントを実現します。 +

+
+
+

+ 相互運用性 +

+

+ Friendicaは、OStatus(GNU socialやMastodonなど)および、diaspora*(diaspora*、Hubzilla、Socialhomeなど)プロトコルのサポートを組み込みました。追加のアドオンを使用すると、pump.io、Twitterなどのより多くのネットワークにブリッジできます。 +

+
+
+ {{else}}
diff --git a/generate_home_tmpl.py b/generate_home_tmpl.py index 56b8e72..fbd7ee9 100644 --- a/generate_home_tmpl.py +++ b/generate_home_tmpl.py @@ -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 diff --git a/lang/ja-JA/LC_MESSAGES/messages.mo b/lang/ja-JA/LC_MESSAGES/messages.mo new file mode 100644 index 0000000..d6979d4 Binary files /dev/null and b/lang/ja-JA/LC_MESSAGES/messages.mo differ diff --git a/lang/ja-JA/LC_MESSAGES/messages.pot b/lang/ja-JA/LC_MESSAGES/messages.pot new file mode 100644 index 0000000..207dabf --- /dev/null +++ b/lang/ja-JA/LC_MESSAGES/messages.pot @@ -0,0 +1,84 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR ORGANIZATION +# FIRST AUTHOR , YEAR. +# +# Translators: +# Ozero Dien , 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 , 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 Friendica project." +msgstr "" +" Friendica プロジェクトの " +"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 git.friendi.ca. Join " +"us by contributing to make this project even better. Don't be shy to be a contributor!" +msgstr "" +"Friendicaは、AGPLv3(またはそれ以降)の条件に基づいてライセンスされる自由なソフトウェアです。ソースコード全体は git.friendi.ca " +"でホストされています。このプロジェクトをさらに改善するために貢献してください。遠慮せず、コントリビューターとして参加してください。" + +#: 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は、OStatus(GNU " +"socialやMastodonなど)および、diaspora*(diaspora*、Hubzilla、Socialhomeなど)プロトコルのサポートを組み込みました。追加のアドオンを使用すると、pump.io、Twitterなどのより多くのネットワークにブリッジできます。"