From 9084f547ac2ad0bb63e46b021535bd20f37e24ed Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Mon, 16 Sep 2019 21:53:40 +0900 Subject: [PATCH] Translate text on the website into Japanese. Signed-off-by: TAKAHASHI Shuuji --- config.yaml | 2 +- content/_index.ja-jp.md | 20 ++++++++++++++++++++ content/features/cross-platform.ja-jp.md | 15 +++++++++++++++ content/features/easy-installation.ja-jp.md | 15 +++++++++++++++ content/features/lightweight.ja-jp.md | 15 +++++++++++++++ content/features/open-source.ja-jp.md | 15 +++++++++++++++ 6 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 content/_index.ja-jp.md create mode 100644 content/features/cross-platform.ja-jp.md create mode 100644 content/features/easy-installation.ja-jp.md create mode 100644 content/features/lightweight.ja-jp.md create mode 100644 content/features/open-source.ja-jp.md diff --git a/config.yaml b/config.yaml index d4cb048..c4daf0c 100644 --- a/config.yaml +++ b/config.yaml @@ -315,7 +315,7 @@ languages: - name: ドキュメント url: https://docs.gitea.io/ja-jp/ weight: 20 - pre: 質問 + pre: question - name: API url: https://try.gitea.io/api/swagger weight: 45 diff --git a/content/_index.ja-jp.md b/content/_index.ja-jp.md new file mode 100644 index 0000000..d2edb31 --- /dev/null +++ b/content/_index.ja-jp.md @@ -0,0 +1,20 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "ようこそ" +weight: 10 +toc: false +draft: false +url: "ja-jp" +type: "home" +--- + +

Gitea - 一杯のお茶を添えた Git

+

苦痛のないセルフホスト型 Git サービス

+

+ Gitea は、コミュニティ主導で開発が進められている [Go 言語](https://golang.org/)製の軽量のコードホスティングソリューションです。コードは [MIT](https://github.com/go-gitea/gitea/blob/master/LICENSE) ライセンスで公開されています。 +

+ + diff --git a/content/features/cross-platform.ja-jp.md b/content/features/cross-platform.ja-jp.md new file mode 100644 index 0000000..6792bec --- /dev/null +++ b/content/features/cross-platform.ja-jp.md @@ -0,0 +1,15 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "クロスプラットフォーム" +weight: 10 +toc: false +draft: false +--- +

+ + クロスプラットフォーム +

+ +Gitea は [Go 言語](http://golang.org/) がコンパイル可能なあらゆるプラットフォームで動作します。Windows、macOS、Linux、ARM など、あなたが一番好きなプラットフォームを選んでください! diff --git a/content/features/easy-installation.ja-jp.md b/content/features/easy-installation.ja-jp.md new file mode 100644 index 0000000..1e5347b --- /dev/null +++ b/content/features/easy-installation.ja-jp.md @@ -0,0 +1,15 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "インストールが簡単" +weight: 10 +toc: false +draft: false +--- +

+ + インストールが簡単 +

+ +ただプラットフォーム向けの[バイナリを実行する](https://docs.gitea.io/en-us/install-from-binary/)だけで動作します。Gitea は [Docker](https://github.com/go-gitea/gitea/tree/master/docker) や [Vagrant](https://github.com/geerlingguy/ansible-vagrant-examples/tree/master/gogs) 上でも動作し、[パッケージ](https://docs.gitea.io/en-us/install-from-package/)からインストールすることもできます。 diff --git a/content/features/lightweight.ja-jp.md b/content/features/lightweight.ja-jp.md new file mode 100644 index 0000000..4984ba3 --- /dev/null +++ b/content/features/lightweight.ja-jp.md @@ -0,0 +1,15 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "軽量" +weight: 10 +toc: false +draft: false +--- +

+ + 軽量 +

+ +Gitea に必要な依存関係は最小限しかないため、安価な Raspberry Pi でも動作します。マシンの消費電力を節約しましょう! diff --git a/content/features/open-source.ja-jp.md b/content/features/open-source.ja-jp.md new file mode 100644 index 0000000..4e5e209 --- /dev/null +++ b/content/features/open-source.ja-jp.md @@ -0,0 +1,15 @@ +--- +date: "2016-11-08T16:00:00+02:00" +title: "オープンソース" +weight: 10 +toc: false +draft: false +--- +

+ + オープンソース +

+ +コードは [code.gitea.io/gitea](https://code.gitea.io/gitea/) で入手できます! 私たちと一緒に[コントリビューション](https://github.com/go-gitea/gitea)を行い、このプロジェクトをさらに優れたものにしていきましょう。コントリビュータになるのに遠慮はいりません!