From d6ec760cda557f0c86640631b832709717e19c39 Mon Sep 17 00:00:00 2001 From: KaitoMuraoka Date: Sun, 10 Sep 2023 22:27:06 +0900 Subject: [PATCH 1/7] add: japanese dependencies --- mkdocs.yml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 979efc1cb..44d43844e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -470,6 +470,49 @@ plugins: WebSockets: 웹소켓 Welcome: 환영합니다 site_name: Vapor 문서 + - build: true + default: false + locale: ja + name: 日本語 + nav_translations: + Advanced: 上級 + Async: 非同期 + Authentication: 認証 + Basics: 基礎 + Client: クライアント + Commands: コマンド + Content: 内容 + Contributing: 貢献 + Contributing Guide: 貢献ガイド + Crypto: 暗号 + Custom Tags: カスタムタグ + Deploy: デプロイ + Environment: 環境 + Errors: エラー + Files: ファイル + Folder Structure: フォルダ構造 + Getting Started: はじめに + Install: インストール + Legacy Docs: レガシードキュメント + Logging: ロギング + Migrations: マイグレーション + Model: モデル + Overview: 概要 + Passwords: パスワード + Query: クエリ + Queues: 列 + Relations: 関係 + Routing: ルーティング + Schema: スキーマ + Security: セキュリティ + Services: サービス + Sessions: セッション + Testing: テスト + Transactions: トランザクション + Upgrading: アップグレード + Validation: バリデーション + Welcome: ようこそ + site_name: Vapor ドキュメント reconfigure_material: true reconfigure_search: false nav: From ce0dbf1802adc10b883f67a426bc05cc04bef055 Mon Sep 17 00:00:00 2001 From: KaitoMuraoka Date: Sun, 10 Sep 2023 22:32:08 +0900 Subject: [PATCH 2/7] add: japanese field --- .github/translation_needed.description.leaf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/translation_needed.description.leaf b/.github/translation_needed.description.leaf index c06590f60..a28d965be 100644 --- a/.github/translation_needed.description.leaf +++ b/.github/translation_needed.description.leaf @@ -9,6 +9,7 @@ Languages: - [ ] Spanish - [ ] Polish - [ ] Korean +- [ ] Japanese -Assigned to @vapor/translators - please submit a PR with the relevant updates and check the box once merged. +Assigned to @vapor/translators - please submit a PR with the relevant updates and check the box once merged. Please ensure you tag your PR with the `translation-update` so it doesn't create a new issue! From aa82c46d603a74319ffbad0ef5c1bf113fe196f5 Mon Sep 17 00:00:00 2001 From: KaitoMuraoka Date: Sun, 10 Sep 2023 23:01:05 +0900 Subject: [PATCH 3/7] add: index.ja.md --- docs/index.ja.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 docs/index.ja.md diff --git a/docs/index.ja.md b/docs/index.ja.md new file mode 100644 index 000000000..368d05f6a --- /dev/null +++ b/docs/index.ja.md @@ -0,0 +1,29 @@ +Vapor ドキュメントへようこそ! Vapor は Swift のWeb フレームワークで、 Swift でバックエンド、ウェブアプリの API 、 HTTP サーバーを書くことができます。 Vapor は Swift で書いており、それは伝統的なサーバー言語よりも多くの利点を提供するモダンで強力で安全な言語です。 + +## はじめに + +もし、Vapor を使うのが初めてならば、Swift と Vapor をインストールするために[インストール → macOS](install/macos.ja.md)に進んでください。 + +Vapor をインストールしたら、初めての Vapor アプリを作成するために[はじめに → Hello, world](getting-started/hello-world.ja.md)をチェックしてください! + + +## その他の情報源 + +Vapor に関する情報を見つけるには、他にも素晴らしい場所があります。 + +| 名前 | 説明 | リンク | +|----------------|--------------------------------------------------|-------------------------------------------------------------------| +| Vapor Discord | 数千の Vapor 開発者とチャットします | [visit →](https://vapor.team) | +| API ドキュメント | コードコメントから自動生成されたドキュメント | [visit →](https://api.vapor.codes) | +| Stack Overflow | `vapor` タグで質問し回答します | [visit →](https://stackoverflow.com/questions/tagged/vapor) | +| Swift フォーラム | Swift.org フォーラムの Vapor セクションに投稿します | [visit →](https://forums.swift.org/c/related-projects/vapor) | +| ソースコード | Vapor の内部での動作を学びます | [visit →](https://github.com/vapor/vapor) | +| GitHub Issues | GitHub でバグを報告したり、機能をリクエストします | [visit →](https://github.com/vapor/vapor/issues) | + +## 旧ドキュメント + +廃止されたバージョンの Vapor ドキュメントは、[https://legacy.docs.vapor.codes/](https://legacy.docs.vapor.codes/)で見ることができます。 + +## 著者 + +Vapor コアチーム、および Vapor コミュニティの数百人のメンバー。 From 7d9720e5e3b93e57112232ffbb7110cd23bbc8b0 Mon Sep 17 00:00:00 2001 From: KaitoMuraoka Date: Sun, 10 Sep 2023 23:14:20 +0900 Subject: [PATCH 4/7] add: translation of "release notes" --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 44d43844e..8a3931fc0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -502,6 +502,7 @@ plugins: Query: クエリ Queues: 列 Relations: 関係 + Release Notes: リリースノート Routing: ルーティング Schema: スキーマ Security: セキュリティ From 18c5d303e28db0cb5e3a341a3b18df2dfa481b2c Mon Sep 17 00:00:00 2001 From: KaitoMuraoka Date: Sun, 10 Sep 2023 23:16:57 +0900 Subject: [PATCH 5/7] fix: description --- docs/index.ja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.ja.md b/docs/index.ja.md index 368d05f6a..bd368ba41 100644 --- a/docs/index.ja.md +++ b/docs/index.ja.md @@ -13,7 +13,7 @@ Vapor に関する情報を見つけるには、他にも素晴らしい場所 | 名前 | 説明 | リンク | |----------------|--------------------------------------------------|-------------------------------------------------------------------| -| Vapor Discord | 数千の Vapor 開発者とチャットします | [visit →](https://vapor.team) | +| Vapor Discord | 数千人の Vapor 開発者とチャットします | [visit →](https://vapor.team) | | API ドキュメント | コードコメントから自動生成されたドキュメント | [visit →](https://api.vapor.codes) | | Stack Overflow | `vapor` タグで質問し回答します | [visit →](https://stackoverflow.com/questions/tagged/vapor) | | Swift フォーラム | Swift.org フォーラムの Vapor セクションに投稿します | [visit →](https://forums.swift.org/c/related-projects/vapor) | From 1a3c8d31cb61374f7c2e9b9e13b3c9eb66136e13 Mon Sep 17 00:00:00 2001 From: KaitoMuraoka Date: Sun, 10 Sep 2023 23:23:38 +0900 Subject: [PATCH 6/7] fix: doc link --- docs/index.ja.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.ja.md b/docs/index.ja.md index bd368ba41..a2843e9cf 100644 --- a/docs/index.ja.md +++ b/docs/index.ja.md @@ -2,9 +2,9 @@ Vapor ドキュメントへようこそ! Vapor は Swift のWeb フレーム ## はじめに -もし、Vapor を使うのが初めてならば、Swift と Vapor をインストールするために[インストール → macOS](install/macos.ja.md)に進んでください。 +もし、Vapor を使うのが初めてならば、Swift と Vapor をインストールするために[インストール → macOS](install/macos.md)に進んでください。 -Vapor をインストールしたら、初めての Vapor アプリを作成するために[はじめに → Hello, world](getting-started/hello-world.ja.md)をチェックしてください! +Vapor をインストールしたら、初めての Vapor アプリを作成するために[はじめに → Hello, world](getting-started/hello-world.md)をチェックしてください! ## その他の情報源 From e59845f51a25e0e6c25203af52530969f4b5aad6 Mon Sep 17 00:00:00 2001 From: KaitoMuraoka Date: Tue, 12 Sep 2023 14:22:29 +0900 Subject: [PATCH 7/7] fix: add ja to knownLanguages array --- fixSearchIndex.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/fixSearchIndex.swift b/fixSearchIndex.swift index 86346f8c8..508c8e607 100755 --- a/fixSearchIndex.swift +++ b/fixSearchIndex.swift @@ -43,6 +43,7 @@ let knownLanguages = [ "es", "fr", "it", + "ja", "ko", "nl", "pl",