File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
adev-ja/src/content/guide/routing Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # ルートを定義する {#define-routes}
1
+ # ルートを定義する
2
2
3
3
ルートは、Angularアプリケーション内のナビゲーションのための基本的な構成要素として機能します。
4
4
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ export class GeminiTranslator {
29
29
翻訳は次のルールに従います。
30
30
31
31
- 見出しレベル("#")の数を必ず維持する。
32
- - 例: "# How to use Angular " → "# Angularの使い方 "
33
- - 見出しを翻訳する場合 、元の見出しをlower caseでハイフン結合したアンカーIDとして使用する
34
- - 例: "# How to use Angular" → "# Angularの使い方 {#how-to-use-angular}"
32
+ - 例: "# Security " → "# セキュリティ "
33
+ - トップレベル("<h1>")ではない見出しを翻訳する場合 、元の見出しをlower caseでハイフン結合したアンカーIDとして使用する
34
+ - 例: "## How to use Angular" → "# # Angularの使い方 {#how-to-use-angular}"
35
35
- 改行やインデントの数を必ず維持する。
36
36
- 英単語の前後にスペースを入れない。
37
37
- bad: "Angular の使い方"
You can’t perform that action at this time.
0 commit comments