forked from friendica/git.friendi.ca
added JA translation THX Ozero Dien
This commit is contained in:
parent
1857e01769
commit
b034a6d329
4 changed files with 126 additions and 1 deletions
|
|
@ -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は、OStatus(GNU 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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue