diff --git a/src/frontend/src/content/docs/ja/docs.mdx b/src/frontend/src/content/docs/ja/docs.mdx index d4dd3676..e66f278b 100644 --- a/src/frontend/src/content/docs/ja/docs.mdx +++ b/src/frontend/src/content/docs/ja/docs.mdx @@ -1,6 +1,6 @@ --- title: Aspire へようこそ -description: Learn how Aspire simplifies the development, deployment, and debugging of distributed applications. +description: Aspire が分散アプリケーションの開発、デプロイ、デバッグをどのように簡素化するかを学ぶ tableOfContents: false --- diff --git a/src/frontend/src/content/docs/ja/fundamentals/health-checks.mdx b/src/frontend/src/content/docs/ja/fundamentals/health-checks.mdx index fd03dd12..54e057a1 100644 --- a/src/frontend/src/content/docs/ja/fundamentals/health-checks.mdx +++ b/src/frontend/src/content/docs/ja/fundamentals/health-checks.mdx @@ -1,6 +1,6 @@ --- title: 正常性チェック -description: Explore Aspire health checks +description: Aspire の正常性チェックを確認する --- import { Image } from 'astro:assets'; diff --git a/src/frontend/src/content/docs/ja/fundamentals/launch-profiles.mdx b/src/frontend/src/content/docs/ja/fundamentals/launch-profiles.mdx index 2eb77f2e..282ab6b0 100644 --- a/src/frontend/src/content/docs/ja/fundamentals/launch-profiles.mdx +++ b/src/frontend/src/content/docs/ja/fundamentals/launch-profiles.mdx @@ -1,6 +1,6 @@ --- title: 起動プロファイル -description: Learn how Aspire integrates with .NET launch profiles. +description: Aspire が .NET の起動プロファイルとどのように連携するかを学ぶ --- import { Image } from 'astro:assets'; diff --git a/src/frontend/src/content/docs/ja/fundamentals/service-defaults.mdx b/src/frontend/src/content/docs/ja/fundamentals/service-defaults.mdx index d0cd561f..9dd8b175 100644 --- a/src/frontend/src/content/docs/ja/fundamentals/service-defaults.mdx +++ b/src/frontend/src/content/docs/ja/fundamentals/service-defaults.mdx @@ -1,6 +1,6 @@ --- title: サービスの既定値(Service Defaults) -description: Learn about the Aspire service defaults project. +description: Aspire のサービス既定値(Service Defaults)プロジェクトについて学ぶ --- import { Aside } from '@astrojs/starlight/components'; diff --git a/src/frontend/src/content/docs/ja/fundamentals/service-discovery.mdx b/src/frontend/src/content/docs/ja/fundamentals/service-discovery.mdx index 5b76dc35..098ca0a6 100644 --- a/src/frontend/src/content/docs/ja/fundamentals/service-discovery.mdx +++ b/src/frontend/src/content/docs/ja/fundamentals/service-discovery.mdx @@ -1,6 +1,6 @@ --- title: サービス検出 -description: Understand essential service discovery concepts in Aspire. +description: Aspire における重要なサービス検出の概念を理解する --- import { Aside } from '@astrojs/starlight/components'; diff --git a/src/frontend/src/content/docs/ja/get-started/add-aspire-existing-app.mdx b/src/frontend/src/content/docs/ja/get-started/add-aspire-existing-app.mdx index 3d288e38..11758efe 100644 --- a/src/frontend/src/content/docs/ja/get-started/add-aspire-existing-app.mdx +++ b/src/frontend/src/content/docs/ja/get-started/add-aspire-existing-app.mdx @@ -1,6 +1,6 @@ --- title: 既存のアプリを Aspireify する -description: Learn how to add Aspire orchestration to your existing application using aspire init. +description: aspire init を使用して既存のアプリケーションに Aspire のオーケストレーションを追加する方法を学ぶ --- import { diff --git a/src/frontend/src/content/docs/ja/get-started/app-host.mdx b/src/frontend/src/content/docs/ja/get-started/app-host.mdx index 6de868c1..7283c064 100644 --- a/src/frontend/src/content/docs/ja/get-started/app-host.mdx +++ b/src/frontend/src/content/docs/ja/get-started/app-host.mdx @@ -1,6 +1,6 @@ --- title: AppHost とは? -description: Learn how to define your application's architecture using Aspire's AppHost. +description: Aspire の AppHost を使用してアプリケーションのアーキテクチャを定義する方法を学ぶ lastUpdated: true --- diff --git a/src/frontend/src/content/docs/ja/get-started/deploy-first-app.mdx b/src/frontend/src/content/docs/ja/get-started/deploy-first-app.mdx index 4188eb77..52b0ad9e 100644 --- a/src/frontend/src/content/docs/ja/get-started/deploy-first-app.mdx +++ b/src/frontend/src/content/docs/ja/get-started/deploy-first-app.mdx @@ -1,9 +1,9 @@ --- title: 最初のアプリをデプロイする -description: Learn how to deploy your first Aspire application to the cloud. +description: 最初の Aspire アプリケーションをクラウドにデプロイする方法を学ぶ next: false --- - + import { Image } from 'astro:assets'; import { Aside, Code, CardGrid, LinkCard, Steps, Tabs, TabItem, Icon, FileTree } from '@astrojs/starlight/components'; import { Kbd } from 'starlight-kbd/components' @@ -81,7 +81,7 @@ FastAPI サーバーが、API と React によって生成された静的フロ
- Docker logo + Docker ロゴ
- [Docker Desktop](https://www.docker.com/products/docker-desktop) がインストールされ、起動していること。 - [Podman (alternative to Docker)](https://podman.io/getting-started/installation) がインストールされ、起動していること。詳細については、[OCI 準拠のコンテナーランタイムをインストール](/ja/get-started/prerequisites/#oci-準拠のコンテナーランタイムをインストール)をご覧ください。 diff --git a/src/frontend/src/content/docs/ja/get-started/first-app.mdx b/src/frontend/src/content/docs/ja/get-started/first-app.mdx index f9fc0767..04f12ac5 100644 --- a/src/frontend/src/content/docs/ja/get-started/first-app.mdx +++ b/src/frontend/src/content/docs/ja/get-started/first-app.mdx @@ -1,6 +1,6 @@ --- title: 最初の Aspire アプリを作成する -description: Learn how to build your first Aspire solution using the Aspire starter templates for C#, Python, and JavaScript. +description: C#、Python、JavaScript 向けの Aspire スターター テンプレートを使用して、最初の Aspire ソリューションを構築する方法を学ぶ --- import { Aside, CardGrid, LinkCard, Steps, Tabs, TabItem, Icon, FileTree } from '@astrojs/starlight/components'; diff --git a/src/frontend/src/content/docs/ja/get-started/install-cli.mdx b/src/frontend/src/content/docs/ja/get-started/install-cli.mdx index 70d2409b..9211a80e 100644 --- a/src/frontend/src/content/docs/ja/get-started/install-cli.mdx +++ b/src/frontend/src/content/docs/ja/get-started/install-cli.mdx @@ -1,6 +1,6 @@ --- title: Aspire CLI をインストールする -description: Learn how to install the Aspire CLI as a native executable or .NET global tool to manage your cloud-native applications. +description: クラウドネイティブ アプリケーションを管理するために、Aspire CLI をネイティブ実行ファイルまたは .NET グローバル ツールとしてインストールする方法を学ぶ lastUpdated: true tableOfContents: true --- diff --git a/src/frontend/src/content/docs/ja/get-started/pipelines.mdx b/src/frontend/src/content/docs/ja/get-started/pipelines.mdx index e49f756f..be2096ba 100644 --- a/src/frontend/src/content/docs/ja/get-started/pipelines.mdx +++ b/src/frontend/src/content/docs/ja/get-started/pipelines.mdx @@ -1,6 +1,6 @@ --- title: パイプラインとアプリのトポロジー -description: Learn how Aspire's unified app topology works across development and production environments. +description: Aspire の統合されたアプリ トポロジーが、開発環境と運用環境の両方でどのように機能するかを学ぶ tableOfContents: maxHeadingLevel: 2 lastUpdated: true diff --git a/src/frontend/src/content/docs/ja/get-started/prerequisites.mdx b/src/frontend/src/content/docs/ja/get-started/prerequisites.mdx index ce8082d3..55feef42 100644 --- a/src/frontend/src/content/docs/ja/get-started/prerequisites.mdx +++ b/src/frontend/src/content/docs/ja/get-started/prerequisites.mdx @@ -1,6 +1,6 @@ --- title: 事前準備 -description: Learn about essential tooling concepts for Aspire. +description: Aspire における基本的なツール関連の概念について学ぶ giscus: false tableOfContents: minHeadingLevel: 1 diff --git a/src/frontend/src/content/docs/ja/get-started/resources.mdx b/src/frontend/src/content/docs/ja/get-started/resources.mdx index 6f7a5357..9c847cd5 100644 --- a/src/frontend/src/content/docs/ja/get-started/resources.mdx +++ b/src/frontend/src/content/docs/ja/get-started/resources.mdx @@ -1,6 +1,6 @@ --- title: リソースの理解 -description: Learn about Aspire's resource model and how to work with different types of resources. +description: Aspire のリソース モデルと、さまざまな種類のリソースの扱い方について学ぶ lastUpdated: true --- diff --git a/src/frontend/src/content/docs/ja/get-started/what-is-aspire.mdx b/src/frontend/src/content/docs/ja/get-started/what-is-aspire.mdx index 07d62699..a6f5b62f 100644 --- a/src/frontend/src/content/docs/ja/get-started/what-is-aspire.mdx +++ b/src/frontend/src/content/docs/ja/get-started/what-is-aspire.mdx @@ -1,6 +1,6 @@ --- title: Aspire とは何ですか? -description: Learn how Aspire simplifies the development, deployment, and debugging of distributed applications. +description: Aspire が分散アプリケーションの開発、デプロイ、デバッグをどのように簡素化するかを学ぶ tableOfContents: true lastUpdated: true --- diff --git a/src/frontend/src/content/docs/ja/testing/accessing-resources.mdx b/src/frontend/src/content/docs/ja/testing/accessing-resources.mdx index 1bc1dfa2..ecdba2ef 100644 --- a/src/frontend/src/content/docs/ja/testing/accessing-resources.mdx +++ b/src/frontend/src/content/docs/ja/testing/accessing-resources.mdx @@ -1,6 +1,6 @@ --- title: テストでリソースにアクセスする -description: Learn how to access the resources from the Aspire AppHost in your tests. +description: テストから Aspire の AppHost に定義されたリソースへアクセスする方法を学ぶ --- import { Aside } from '@astrojs/starlight/components'; diff --git a/src/frontend/src/content/docs/ja/testing/manage-app-host.mdx b/src/frontend/src/content/docs/ja/testing/manage-app-host.mdx index ef0c074f..7c9f854d 100644 --- a/src/frontend/src/content/docs/ja/testing/manage-app-host.mdx +++ b/src/frontend/src/content/docs/ja/testing/manage-app-host.mdx @@ -1,6 +1,6 @@ --- title: テストで AppHost を管理する -description: Learn how to manage the AppHost in Aspire tests. +description: Aspire のテストにおいて AppHost を管理する方法を学ぶ --- import { Aside, Steps } from '@astrojs/starlight/components'; diff --git a/src/frontend/src/content/docs/ja/testing/overview.mdx b/src/frontend/src/content/docs/ja/testing/overview.mdx index 0d9bba06..0c79341f 100644 --- a/src/frontend/src/content/docs/ja/testing/overview.mdx +++ b/src/frontend/src/content/docs/ja/testing/overview.mdx @@ -1,6 +1,6 @@ --- title: テストの概要 -description: Learn how to write integration tests for your Aspire applications using the Aspire.Hosting.Testing package. +description: Aspire.Hosting.Testing パッケージを使用して、Aspire アプリケーションの統合テストを作成する方法を学ぶ --- import { Aside, Steps } from '@astrojs/starlight/components'; diff --git a/src/frontend/src/content/docs/ja/testing/write-your-first-test.mdx b/src/frontend/src/content/docs/ja/testing/write-your-first-test.mdx index 809dce04..62b87d3c 100644 --- a/src/frontend/src/content/docs/ja/testing/write-your-first-test.mdx +++ b/src/frontend/src/content/docs/ja/testing/write-your-first-test.mdx @@ -1,6 +1,6 @@ --- title: 最初のテストを書く -description: Learn how to test your Aspire solutions using xUnit.net, NUnit, and MSTest testing frameworks. +description: xUnit.net、NUnit、MSTest の各テスト フレームワークを使用して Aspire ソリューションをテストする方法を学ぶ --- import { Aside, Steps } from '@astrojs/starlight/components'; diff --git a/src/frontend/src/content/docs/ja/whats-new/aspire-13-1.mdx b/src/frontend/src/content/docs/ja/whats-new/aspire-13-1.mdx index 2e85b415..71d93750 100644 --- a/src/frontend/src/content/docs/ja/whats-new/aspire-13-1.mdx +++ b/src/frontend/src/content/docs/ja/whats-new/aspire-13-1.mdx @@ -307,7 +307,6 @@ var api = builder.AddProject("api") - Docker Compose デプロイ後に、リソースのエンドポイントが表示されるようになりました。 - パイプラインを並列実行した際に発生していた、Dockerfile のマテリアライズ処理における競合状態を修正しました。 -For advanced scenarios, use `ConfigureEnvFile` to customize the generated `.env` file: 高度なシナリオでは、`ConfigureEnvFile` を使用して生成される `.env` ファイルをカスタマイズできます: ```csharp title="C# — Docker Compose の .env file をカスタマイズ" diff --git a/src/frontend/src/content/docs/ja/whats-new/aspire-13.mdx b/src/frontend/src/content/docs/ja/whats-new/aspire-13.mdx index 5dc80800..7bdfbee6 100644 --- a/src/frontend/src/content/docs/ja/whats-new/aspire-13.mdx +++ b/src/frontend/src/content/docs/ja/whats-new/aspire-13.mdx @@ -1,6 +1,6 @@ --- title: Aspire 13 の新機能 -description: Aspire 13.0 introduces polyglot application development with first-class Python and JavaScript support, container-based builds, aspire do pipelines, VS Code extension, and modern CLI tooling updates and improvements. +description: Aspire 13.0 では、Python と JavaScript を第一級でサポートするポリグロット アプリケーション開発、コンテナー ベースのビルド、aspire do パイプライン、VS Code 拡張機能、そしてモダンな CLI ツールの更新と改善が導入されました。 sidebar: label: Aspire 13.0 order: 1 @@ -1071,8 +1071,8 @@ Aspire は JavaScript ☕ や Python 🐍 アプリを強力にサポートす Health checks last run time ## 🖥️ アプリ モデルの強化