From e731f1063eac418d141a520ee65eaf186cec6cf3 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Wed, 7 Jan 2026 15:33:32 +0100 Subject: [PATCH] Add language codes to links in `index.md` and `project-generation.md` by translation fixer tool --- docs/ja/docs/index.md | 16 ++++++++-------- docs/ja/docs/project-generation.md | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/ja/docs/index.md b/docs/ja/docs/index.md index 10ca9d38d..99f1ee367 100644 --- a/docs/ja/docs/index.md +++ b/docs/ja/docs/index.md @@ -5,7 +5,7 @@

- FastAPI + FastAPI

FastAPI framework, high performance, easy to learn, fast to code, ready for production @@ -27,7 +27,7 @@ --- -**ドキュメント**: https://fastapi.tiangolo.com +**ドキュメント**: https://fastapi.tiangolo.com **ソースコード**: https://github.com/fastapi/fastapi @@ -69,7 +69,7 @@ FastAPI は、Python の標準である型ヒントに基づいて Python で AP -その他のスポンサー +その他のスポンサー ## 評価 { #opinions } @@ -140,7 +140,7 @@ FastAPI は巨人の肩の上に立っています。 ## インストール { #installation } -virtual environment を作成して有効化し、それから FastAPI をインストールします。 +virtual environment を作成して有効化し、それから FastAPI をインストールします。

@@ -203,7 +203,7 @@ async def read_item(item_id: int, q: Union[str, None] = None): **注**: -わからない場合は、ドキュメントの `async` と `await` の _"In a hurry?"_ セクションを確認してください。 +わからない場合は、ドキュメントの `async` と `await` の _"In a hurry?"_ セクションを確認してください。 @@ -245,7 +245,7 @@ INFO: Application startup complete. デフォルトでは、`fastapi dev` はローカル開発向けに自動リロードを有効にして起動します。 -詳しくは FastAPI CLI docs を参照してください。 +詳しくは FastAPI CLI docs を参照してください。 @@ -439,7 +439,7 @@ item: Item ![editor support](https://fastapi.tiangolo.com/img/vscode-completion.png) -より多くの機能を含む、より完全な例については、Tutorial - User Guide を参照してください。 +より多くの機能を含む、より完全な例については、Tutorial - User Guide を参照してください。 **ネタバレ注意**: tutorial - user guide には以下が含まれます。 @@ -512,7 +512,7 @@ FastAPI はオープンソースであり、標準に基づいています。選 独立した TechEmpower のベンチマークでは、Uvicorn で動作する **FastAPI** アプリケーションが、利用可能な最も高速な Python フレームワークの一つであり、Starlette と Uvicorn(FastAPI で内部的に使用されています)にのみ下回っていると示されています。(*) -詳細は Benchmarks セクションをご覧ください。 +詳細は Benchmarks セクションをご覧ください。 ## 依存関係 { #dependencies } diff --git a/docs/ja/docs/project-generation.md b/docs/ja/docs/project-generation.md index 3d1999dea..c930fb557 100644 --- a/docs/ja/docs/project-generation.md +++ b/docs/ja/docs/project-generation.md @@ -8,7 +8,7 @@ GitHubリポジトリ: