Commit 02d5a20
authored
chore: update origin to fa546f382d (Angular v22) (#1169)
* chore: bump toolchain to match upstream v22 (Node 22.22.2 / pnpm 10.34.1)
angular/angular v22.0.0 が利用する Node.js / pnpm に揃える。
- .node-version: 22.12.0 → 22.22.2
- packageManager: pnpm@10.15.0 → pnpm@10.34.1
* chore: update origin to fa546f382d
* fix: migrate untranslated files
* feat(docs): translate events/v22 to Japanese
Angular v22 リリースイベントページの日本語翻訳と英語スナップショットを追加。
* feat(docs): translate ai/webmcp to Japanese
WebMCP (Web Model Context Protocol) の日本語翻訳と英語スナップショットを追加。
* feat(docs): translate guide/di/lazy-loading-services to Japanese
injectAsync を使ったサービスの遅延読み込みガイドの日本語翻訳と英語スナップショットを追加。
* fix(migrate): md-class-b src/content/ai
* fix(migrate): md-class-b src/content/best-practices
* fix(migrate): md-class-c src/content/best-practices/runtime-performance
* fix(migrate): md-class-a src/content/guide
* fix(migrate): md-class-c src/content/guide
* chore(migrate): defer md-class-d src/content/guide
* fix(migrate): md-class-c src/content/guide/aria
* chore(migrate): defer md-class-d src/content/guide/aria
* fix(migrate): md-class-b src/content/guide/components
* fix(migrate): md-class-a src/content/guide/di
* fix(migrate): md-class-c src/content/guide/di
* chore(migrate): defer md-class-d src/content/guide/di
* fix(migrate): md-class-c src/content/guide/directives
* chore(migrate): defer md-class-d src/content/guide/directives
* fix(migrate): md-class-b src/content/guide/forms
* fix(migrate): md-class-b src/content/guide/forms/signals
* fix(migrate): md-class-c src/content/guide/forms/signals
* chore(migrate): defer md-class-d src/content/guide/forms/signals
* fix(migrate): md-class-b src/content/guide/http
* fix(migrate): md-class-c src/content/guide/http
* fix(migrate): md-class-a src/content/guide/routing
* fix(migrate): md-class-c src/content/guide/routing
* chore(migrate): defer md-class-d src/content/guide/routing
* fix(migrate): md-class-a src/content/guide/signals
* fix(migrate): md-class-b src/content/guide/signals
* fix(migrate): md-class-c src/content/guide/templates
* chore(migrate): defer md-class-d src/content/guide/templates
* fix(migrate): md-class-a src/content/guide/testing
* fix(migrate): md-class-b src/content/guide/testing
* fix(migrate): md-class-c src/content/guide/testing
* fix(migrate): md-class-c src/content/introduction
* fix(migrate): md-class-b src/content/introduction/essentials
* fix(migrate): md-class-c src/content/introduction/essentials
* fix(migrate): md-class-c src/content/reference
* feat(migrate): apply roadmap accumulation src/content/reference
* fix(migrate): md-class-a src/content/reference/errors
* fix(migrate): md-class-b src/content/reference/errors
* fix(migrate): md-class-c src/content/reference/errors
* fix(migrate): md-class-b src/content/tutorials/signal-forms/intro
* fix(migrate): md-class-b src/content/tutorials/signal-forms/steps/2-connect-form-template
* fix(migrate): md-class-c src/content/tutorials/signals/steps/1-creating-your-first-signal
* fix(migrate): src-class-a src/app/core/services
* fix(migrate): src-class-a src/app/features/update
* fix(migrate): src-class-b src/app/features/update
* fix(migrate): src-class-b src/app/routing/navigation-entries
* fix(migrate): src-class-c src/app/features/home
* fix(patches): refresh patches for upstream v22 changes
- replace-header-canonical-host: upstream renamed Injectable → Service and reordered imports.
- translate-tutorial-label: upstream reordered tutorial.component.ts imports around line 50.
- replace-version-links: upstream now has v22 entry in versions.json; flip Angular.jp override target from v21 to v22 (devmode currentDocsVersion + versions.json URL).
* fix(lint): remove half/full-width spacing around 'fetch' in http class-c
* chore: remove pages deleted upstream
upstream (cea6588bb3..fa546f382d) で削除されたページを adev-ja からも削除。
update-origin.ts は copy のみで cleanup しないため取り残されていた。
- guide/di/dependency-injection-providers (+ .en.md)
- guide/pipes/* (overview / unwrapping-data-observables / transform-data /
precedence / change-detection / template, 計6件 + .en.md)
- guide/aria/radio (+ .en.md)
- 未翻訳: cli/index.md, reference/migrations/typed-forms.md,
reference/migrations/module-with-providers.md
* chore: preserve removed page translations as .md.bak
upstream で削除された 8 ページの既存日本語訳を、将来の参考のため
class-d structural defer と同様に .md.bak として残す。
.en.md (英語スナップショット) は upstream に対応原本がないので削除維持。
- guide/di/dependency-injection-providers.md.bak
- guide/pipes/{overview, unwrapping-data-observables, transform-data,
precedence, change-detection, template}.md.bak (6 件)
- guide/aria/radio.md.bak
* fix(migrate): reclassify aria d-structural → d-additive (5 files)
過去 commit で structural defer 扱いとした以下を、実 diff (sections 削除 0 もしくは ≤2 件の near-additive) を再評価して additive に訂正:
- accordion (panelId→panel rename + Testing section 追加)
- autocomplete (rebuild API tables + Signal Forms Integration + Testing)
- multiselect (Popup/Widget directives 追加 + Listbox Inputs 拡張 + Testing)
- select (Listbox Inputs + Popup/Widget Directives + Testing)
- tree (TreeGroup→TreeItemGroup + Testing)
既存翻訳を .md.bak から復元し、新規セクションは英語のまま挿入。
combobox のみは本当の structural change (h2 1件 + h3 4件 削除) のため defer 維持。
* fix(migrate): reclassify di d-structural → d-additive (2 files)
過去 commit で structural defer 扱いとした以下を、実 diff (sections 削除 0) を再評価して additive に訂正:
- creating-and-using-services (@Injectable→@service prose + 新 "Using the @service decorator" section)
- hierarchical-dependency-injection (純粋な @Injectable→@service token rename)
既存翻訳を .md.bak から復元し、新規セクションは英語のまま挿入、@service rename は mirror。
* fix(lint): rephrase autocomplete to avoid 6+ continuous kanji
* fix(nav): rename 'デバウンスされたシグナル' to 'シグナルのデバウンス'
* fix(migrate): mirror Listbox values→value API rename in aria/listbox
過去の additive migration で sub-agent が「near-additive rule で uninspected」と
誤判定して mirror し損ねていた 3 箇所を修正:
- L75 prose: `values`モデルシグナル → `value`モデルシグナル
- L210 Models table: `values` → `value`
- L216 Signals table: `values` → `value`
* fix(migrate): retranslate select prose for ngCombobox API change
過去 (Phase 3.x) の additive migration で sub-agent が prose の API モデル変更を
mirror せず古い表現が残っていた 2 箇所を修正:
- L96: `ngCombobox`の`readonly`属性 → 非インタラクティブなホスト要素への適用
- L221: 同上 (パターン記述)
upstream で readonly 属性ベースから non-interactive host element 適用方式に
変わったため。
* fix(translate): 'Prefetching is opportunistic' → '状況に応じて実行されます'
* fix(translate): reduce kana noise in lazy-loading-services
カタカナ語を日本語化:
- 自動プロバイド / 自動プロビジョニング → 自動提供
- オンデマンドで → 必要に応じて / "実際に必要なときにのみ" に整理
- スプレッドシートライブラリ → 表計算ライブラリ
- フェッチされます → 取得されます
- アンラップ → 展開
- ロード → 読み込み (NOTE 内)
* fix(translate): refine 'フェッチ' to '読み込み' in lazy-loading-services
* fix(migrate): mirror 'Supports an optional timeout' in defer idle row1 parent 0058c7c commit 02d5a20
192 files changed
Lines changed: 5163 additions & 2311 deletions
File tree
- adev-ja/src
- app
- core/services
- features
- home
- update
- content
- ai
- best-practices
- performance
- runtime-performance
- cli
- ecosystem/rxjs-interop
- events
- guide
- aria
- components
- directives
- di
- forms
- signals
- http
- i18n
- pipes
- routing
- signals
- templates
- testing
- introduction
- essentials
- reference
- configs
- errors
- extended-diagnostics
- migrations
- tools/cli
- tutorials
- playground/5-aria-accordion
- signal-forms
- intro
- steps/2-connect-form-template
- signals/steps/1-creating-your-first-signal
- tools/adev-patches
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments