Skip to content

Commit cf306b3

Browse files
authored
chore: update origin to 38a354ffa206da4ddfcb1e7162af7c263b18d375 (#1121)
* chore: update origin to 38a354ffa206da4ddfcb1e7162af7c263b18d375 * fix: migrate untranslated files * fix: migrate markdown files * fix: migrate source code files * fix: resolve textlint errors in form-validation.md
1 parent 3e2f120 commit cf306b3

File tree

78 files changed

+915
-829
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+915
-829
lines changed

adev-ja/src/app/routing/sub-navigation-data.en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
6969
label: 'Forms with signals',
7070
path: 'essentials/signal-forms',
7171
contentPath: 'introduction/essentials/signal-forms',
72+
status: 'new',
7273
},
7374
{
7475
label: 'Modular design with dependency injection',

adev-ja/src/app/routing/sub-navigation-data.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
6969
label: 'シグナルを使ったフォーム',
7070
path: 'essentials/signal-forms',
7171
contentPath: 'introduction/essentials/signal-forms',
72+
status: 'new',
7273
},
7374
{
7475
label: '依存性の注入によるモジュール設計',

adev-ja/src/content/ai/mcp-server-setup.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The Angular CLI MCP server provides several tools to assist you in your developm
1212
| `find_examples` | Finds authoritative code examples from a curated database of official, best-practice examples, focusing on **modern, new, and recently updated** Angular features. |||
1313
| `get_best_practices` | Retrieves the Angular Best Practices Guide. This guide is essential for ensuring that all code adheres to modern standards, including standalone components, typed forms, and modern control flow. |||
1414
| `list_projects` | Lists the names of all applications and libraries defined within an Angular workspace. It reads the `angular.json` configuration file to identify the projects. |||
15-
| `onpush-zoneless-migration` | Analyzes Angular code and provides a step-by-step, iterative plan to migrate it to `OnPush` change detection, a prerequisite for a zoneless application. |||
15+
| `onpush_zoneless_migration` | Analyzes Angular code and provides a step-by-step, iterative plan to migrate it to `OnPush` change detection, a prerequisite for a zoneless application. |||
1616
| `search_documentation` | Searches the official Angular documentation at <https://angular.dev>. This tool should be used to answer any questions about Angular, such as for APIs, tutorials, and best practices. |||
1717

1818
### Experimental Tools

adev-ja/src/content/ai/mcp-server-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Angular CLI MCPサーバーは、開発ワークフローを支援するいく
1212
| `find_examples` | 公式のベストプラクティス例の厳選されたデータベースから、権威ある コード例を検索します。**モダンで新しい、最近更新された**Angular機能に焦点を当てています。 |||
1313
| `get_best_practices` | Angularベストプラクティスガイドを取得します。このガイドは、スタンドアロンコンポーネント、型付きフォーム、モダンな制御フローなど、すべてのコードが現代的な標準に準拠することを保証するために不可欠です。 |||
1414
| `list_projects` | Angularワークスペース内で定義されたすべてのアプリケーションとライブラリの名前を一覧表示します。`angular.json`設定ファイルを読み取ってプロジェクトを識別します。 |||
15-
| `onpush-zoneless-migration` | Angularコードを分析し、ゾーンレスアプリケーションの前提条件である`OnPush`変更検知に移行するための段階的で反復的な計画を提供します。 |||
15+
| `onpush_zoneless_migration` | Angularコードを分析し、ゾーンレスアプリケーションの前提条件である`OnPush`変更検知に移行するための段階的で反復的な計画を提供します。 |||
1616
| `search_documentation` | <https://angular.dev> の公式Angularドキュメントを検索します。このツールは、API、チュートリアル、ベストプラクティスなど、Angularに関する質問に答えるために使用する必要があります。 |||
1717

1818
### 実験的ツール {#experimental-tools}

adev-ja/src/content/ecosystem/service-workers/config.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,13 +368,12 @@ If the field is omitted, it defaults to:
368368

369369
This optional property enables you to configure how the service worker handles navigation requests:
370370

371-
<docs-code language="json">
371+
```json
372372

373373
{
374-
"navigationRequestStrategy": "freshness"
374+
"navigationRequestStrategy": "freshness"
375375
}
376-
377-
</docs-code>
376+
```
378377

379378
| Possible values | Details |
380379
| :-------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

adev-ja/src/content/events/v21.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![A retro 8-bit, pixel art style graphic announcing the upcoming release of Angular v21. The large, gradient 'v21' text dominates the frame. Next to it, in smaller text, are the words 'The Adventure Begins' and the release date '11-20-2025' inside a pink pixelated box. The Angular logo is in the bottom right corner.](assets/images/v21-event/angular-v21-hero.jpg 'Angular v21 Hero Image')
1+
![A retro 8-bit, pixel art style graphic announcing the upcoming release of Angular v21. The large, gradient 'v21' text dominates the frame. Next to it, in smaller text, are the words 'The Adventure Begins' and the release date '11-20-2025' inside a pink pixelated box. The Angular logo is in the bottom right corner.](assets/images/angular-v21-hero.jpg {loading: 'eager', fetchpriority: 'high'} 'Angular v21 Hero Image')
22

33
# Angular v21: The Adventure Begins
44

adev-ja/src/content/events/v21.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Angular v21の今後のリリースを告知する、レトロな8ビットのピクセルアートスタイルのグラフィック。大きなグラデーションの「v21」テキストがフレームを占めています。その隣には、小さなテキストで「The Adventure Begins」という言葉と、ピンク色のピクセル化されたボックス内にリリース日「11-20-2025」が記載されています。Angularのロゴは右下隅にあります。](assets/images/v21-event/angular-v21-hero.jpg 'Angular v21ヒーロー画像')
1+
![Angular v21の今後のリリースを告知する、レトロな8ビットのピクセルアートスタイルのグラフィック。大きなグラデーションの「v21」テキストがフレームを占めています。その隣には、小さなテキストで「The Adventure Begins」という言葉と、ピンク色のピクセル化されたボックス内にリリース日「11-20-2025」が記載されています。Angularのロゴは右下隅にあります。](assets/images/angular-v21-hero.jpg {loading: 'eager', fetchpriority: 'high'} 'Angular v21ヒーロー画像')
22

33
# Angular v21: 冒険の始まり
44

adev-ja/src/content/guide/aria/combobox.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<docs-pill-row>
55
<docs-pill href="https://www.w3.org/WAI/ARIA/apg/patterns/combobox/" title="Combobox ARIA pattern"/>
6-
<docs-pill href="/api?query=accordion#angular_aria_accordion" title="Combobox API Reference"/>
6+
<docs-pill href="/api?query=combobox#angular_aria_combobox" title="Combobox API Reference"/>
77
</docs-pill-row>
88

99
## Overview

adev-ja/src/content/guide/aria/combobox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<docs-pill-row>
55
<docs-pill href="https://www.w3.org/WAI/ARIA/apg/patterns/combobox/" title="コンボボックスARIAパターン"/>
6-
<docs-pill href="/api?query=accordion#angular_aria_accordion" title="コンボボックスAPIリファレンス"/>
6+
<docs-pill href="/api?query=combobox#angular_aria_combobox" title="コンボボックスAPIリファレンス"/>
77
</docs-pill-row>
88

99
## 概要 {#overview}

adev-ja/src/content/guide/aria/grid.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<docs-pill-row>
55
<docs-pill href="https://www.w3.org/WAI/ARIA/apg/patterns/grid/" title="Grid ARIA pattern"/>
6-
<docs-pill href="/api?query=accordion#angular_aria_accordion" title="Grid API Reference"/>
6+
<docs-pill href="/api?query=grid#angular_aria_grid" title="Grid API Reference"/>
77
</docs-pill-row>
88

99
## Overview

0 commit comments

Comments
 (0)