Commit c835a65
authored
chore: update origin to v21.2.10+sha-42d57c3 (angular#1163)
* chore: update origin to 42d57c3
* fix: migrate untranslated files
* fix(migrate): md-class-a src/content/reference/errors
* fix(migrate): md-class-b src/content/reference/errors
* fix(migrate): md-class-b src/content/tutorials/first-app/steps/01-hello-world
* fix(migrate): md-class-b src/content/tools/devtools
* fix(migrate): md-class-b src/content/ecosystem
* fix(migrate): md-class-b src/content/guide/di
* fix(migrate): md-class-b src/content/guide/animations
* fix(migrate): md-class-b src/content/guide/aria
* fix(migrate): md-class-b src/content/tutorials/signal-forms/steps/6-next-steps
* fix(migrate): md-class-c src/content/tutorials/deferrable-views/steps/2-loading-error-placeholder
* fix(migrate): md-class-b src/content/guide/components
* fix(migrate): md-class-c src/content/events
* fix(migrate): md-class-c src/content/ai
* fix(migrate): md-class-c src/content/tutorials/deferrable-views/steps/3-defer-triggers
* fix(migrate): md-class-b src/content/introduction/essentials
* fix(migrate): md-class-b src/content/reference
* chore(migrate): defer md-class-d src/content/reference
* fix(migrate): md-class-b src/content/tools/cli
* chore(migrate): defer md-class-d src/content/tools/cli
* fix(migrate): md-class-b src/content/guide/directives
* fix(migrate): md-class-c src/content/guide/directives
* fix(migrate): md-class-b src/content/introduction
* fix(migrate): md-class-c src/content/introduction
* fix(migrate): md-class-b src/content/guide/templates
* fix(migrate): md-class-c src/content/guide/templates
* 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-a src/content/guide/signals
* chore(migrate): defer md-class-d src/content/guide/signals
* 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
* chore(migrate): defer md-class-d src/content/guide/testing
* fix(migrate): md-class-b 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-c src/content/guide/forms
* chore(migrate): defer md-class-d src/content/guide/forms
* fix(migrate): md-class-c src/content/guide
* chore(migrate): defer md-class-d src/content/guide
* fix(migrate): src-class-a src/app/features/update
* fix(migrate): src-class-c src/app/features/home
* fix(migrate): src-class-c src/app/routing/navigation-entries
* chore: remove obsolete fix-generate-routes-explicit-id patch
Upstream PR 67201 integrated native {#id} support in heading.mts.
* fix(docs): resolve textlint errors in zoneless and customizing-route-behavior
* fix(migrate): restore guide/security.md hybrid (preserve translation, insert new sections in English)
* fix(migrate): restore guide/routing/navigate-to-routes.md hybrid
* fix(migrate): restore guide/signals/resource.md hybrid
* fix(migrate): restore guide/forms/form-validation.md hybrid
* fix(migrate): restore guide/forms/reactive-forms.md hybrid
The 8 removals were English-only stylistic rewordings; effective change is purely additive (NOTE about zoneless + HELPFUL link).
* fix(migrate): restore guide/forms/signals/field-state-management.md partial hybrid
Tracking values for array fields: pure addition (English).
Form submission / reset: existing-section API rewrite (FormRoot directive); replaced JP body with new English.
* fix(docs): apply textlint --fix to field-state-management
* fix(migrate): restore guide/routing/define-routes.md hybrid
Removed Japanese translation of the relocated 'Route Loading Strategies' section (moved to loading-strategies.md upstream); preserved remaining translation.
* fix(migrate): restore tools/cli/build.md hybrid
Builder name rename, table cell expansions, and new lazy-loaded bundle section all translated inline.
* fix(migrate): mirror item.key->item.value prose fix in NG0955.md
* fix(migrate): mirror lodash isEqual import in signals/overview.md code block
* fix(migrate): apply leading-slash link path updates in binding.md
* fix(migrate): apply NgTemplateOutlet typo fix and DI link in ng-container.md
* fix(migrate): apply patchValue case fix in reactive-forms.md
* fix(migrate): realign styling.md bullet structure with upstream
* fix(migrate): apply roadmap special-case migration
Replace structural defer with hybrid: preserve previously translated
docs-cards moved into Completed projects (Signal debugging in DevTools,
Improve HMR, Zoneless Angular). Insert new English sections (AI experience,
Compiler, Reactivity, Components, etc.) for follow-up translation. Remove
deleted Future work section. Resolve textlint conjunction/joshi issues
in restored Japanese text.
* fix(docs): preserve TIP/IMPORTANT annotation prefixes in English
Special-prefix annotations (IMPORTANT:, TIP:, etc.) at line start are
recognized as docs callouts by the adev build pipeline. Restore the
uppercase English prefix in two files where the annotation had been
translated:
- making-requests.md: Tip: -> TIP:
- 6-next-steps/README.md: 重要: -> IMPORTANT:
* fix(migrate): mirror inject() refactor in hierarchical-dependency-injection.md
The Self example code block was updated upstream to use inject() with
the {self: true} option instead of @self() constructor injection. Mirror
the same change to the JA-side .md so the fenced code blocks stay in
sync.
* fix(migrate): correct structural alignment exposed by new verifier
Fixes surfaced by the new verify-migration.ts structural-marker check
(code-fence / heading / line-prefix-annotation positions must match
between .en.md and .md):
- directives/attribute-directives.md: remove stray blank line that
shifted the next heading +1; add trailing newline.
- directives/overview.md: same shape — extra blank line before the
'## Hosting a directive...' heading; add trailing newline.
- image-optimization.md L219: revert spurious 'NOTE:' annotation
prefix on a JA line whose EN counterpart is plain prose ('Note that
...') — the JA was rendering an extra docs callout absent from
upstream.1 parent 25d0e42 commit c835a65
160 files changed
Lines changed: 3295 additions & 1220 deletions
File tree
- adev-ja/src
- app
- features
- home
- update
- content
- ai
- best-practices/performance
- ecosystem
- rxjs-interop
- events
- guide
- animations
- aria
- components
- directives
- di
- forms
- signals
- http
- routing
- signals
- templates
- testing
- introduction
- essentials
- reference
- errors
- extended-diagnostics
- migrations
- tools
- cli
- devtools
- libraries
- tutorials
- deferrable-views/steps
- 2-loading-error-placeholder
- 3-defer-triggers
- first-app/steps
- 01-hello-world
- 13-search
- signal-forms/steps/6-next-steps
- 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 | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | | - | |
65 | | - | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | | - | |
73 | | - | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2703 | 2703 | | |
2704 | 2704 | | |
2705 | 2705 | | |
| 2706 | + | |
| 2707 | + | |
| 2708 | + | |
| 2709 | + | |
| 2710 | + | |
| 2711 | + | |
| 2712 | + | |
| 2713 | + | |
2706 | 2714 | | |
2707 | 2715 | | |
2708 | 2716 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2703 | 2703 | | |
2704 | 2704 | | |
2705 | 2705 | | |
| 2706 | + | |
| 2707 | + | |
| 2708 | + | |
| 2709 | + | |
| 2710 | + | |
| 2711 | + | |
| 2712 | + | |
| 2713 | + | |
2706 | 2714 | | |
2707 | 2715 | | |
2708 | 2716 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
366 | 371 | | |
367 | 372 | | |
368 | 373 | | |
| |||
491 | 496 | | |
492 | 497 | | |
493 | 498 | | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
494 | 520 | | |
495 | 521 | | |
496 | 522 | | |
| |||
655 | 681 | | |
656 | 682 | | |
657 | 683 | | |
| 684 | + | |
658 | 685 | | |
659 | 686 | | |
660 | 687 | | |
| |||
858 | 885 | | |
859 | 886 | | |
860 | 887 | | |
| 888 | + | |
861 | 889 | | |
862 | 890 | | |
863 | 891 | | |
| |||
870 | 898 | | |
871 | 899 | | |
872 | 900 | | |
873 | | - | |
874 | 901 | | |
875 | 902 | | |
876 | 903 | | |
| |||
883 | 910 | | |
884 | 911 | | |
885 | 912 | | |
886 | | - | |
887 | | - | |
888 | | - | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
889 | 917 | | |
890 | 918 | | |
891 | 919 | | |
| |||
897 | 925 | | |
898 | 926 | | |
899 | 927 | | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
| 932 | + | |
900 | 933 | | |
901 | 934 | | |
902 | 935 | | |
| |||
1032 | 1065 | | |
1033 | 1066 | | |
1034 | 1067 | | |
1035 | | - | |
1036 | 1068 | | |
1037 | 1069 | | |
1038 | 1070 | | |
1039 | 1071 | | |
1040 | | - | |
1041 | | - | |
1042 | | - | |
1043 | | - | |
1044 | | - | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
1045 | 1077 | | |
1046 | 1078 | | |
1047 | 1079 | | |
| |||
1086 | 1118 | | |
1087 | 1119 | | |
1088 | 1120 | | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
1089 | 1127 | | |
1090 | 1128 | | |
1091 | 1129 | | |
| |||
0 commit comments