Skip to content

Commit 9f5563e

Browse files
authored
fix(docs): improve home page headline translations (#1148)
- Keep "Productivity Meets scalability" in original English - "問題解決に役立つ機能" → "あなたの問題解決を本当に助ける機能" - "よりスマートに、より速い構築" → "よりスマートに、より速い開発を" - "パフォーマンスが重要な場面" → "パフォーマンスが問われる場面で" - "Angularについてもっと学ぶには" → "Angularの何を学ぶ?"
1 parent b10d8b1 commit 9f5563e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

adev-ja/src/app/features/home/home.component.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1 tabindex="-1">Angular v21がリリースされました!</h1>
1515

1616
@if (!isUwu) {
1717
<div class="title">
18-
<h2>開発効率と<br />スケーラビリティの融合</h2>
18+
<h2>Productivity<br />Meets scalability</h2>
1919
<h3>スケーラブルなWebアプリを確信を持って構築できるフレームワーク</h3>
2020
</div>
2121
} @else {
@@ -37,7 +37,7 @@ <h3>スケーラブルなWebアプリを確信を持って構築できるフレ
3737
</section>
3838

3939
<section class="features-section">
40-
<h2 id="features">問題解決に役立つ機能</h2>
40+
<h2 id="features">あなたの問題解決を助ける<br />多くの機能</h2>
4141

4242
<div ngTabs class="material-tabs">
4343
<div ngTabList selectionMode="follow" selectedTab="signals">
@@ -85,7 +85,7 @@ <h2 id="features">問題解決に役立つ機能</h2>
8585
</section>
8686

8787
<section class="selling-points">
88-
<h2>よりスマートに、より速い構築</h2>
88+
<h2>よりスマートに、より速い開発を</h2>
8989
<div class="cards">
9090
<a class="card" routerLink="/ai/develop-with-ai">
9191
<div class="icon-wrapper">
@@ -141,7 +141,7 @@ <h3>
141141
<div class="wrapper">
142142
<div class="pattern"></div>
143143
<div class="content">
144-
<h2>パフォーマンスが重要な場面</h2>
144+
<h2>パフォーマンスが問われる場面で</h2>
145145
<h3>
146146
チームの成長に合わせてスケールする高速で信頼性の高いアプリケーション構築。
147147
数百万の開発者が信頼
@@ -160,7 +160,7 @@ <h3>
160160

161161
<section class="explore-section" id="learn-more">
162162
<div class="title">
163-
<h2>Angularについてもっと学ぶには</h2>
163+
<h2>Angularの何を学ぶ?</h2>
164164
<div class="pattern"></div>
165165
</div>
166166

0 commit comments

Comments
 (0)