|
57 | 57 | </script>
|
58 | 58 |
|
59 | 59 | <div class="page">
|
60 |
| - <h1>Documentation</h1> |
| 60 | + <h1>ドキュメント</h1> |
61 | 61 | <p>
|
62 |
| - Head to the <a href="/docs/svelte">Svelte</a> or <a href="/docs/kit">SvelteKit</a> reference docs, |
63 |
| - or choose your adventure: |
| 62 | + <a href="/docs/svelte">Svelte</a> または <a href="/docs/kit">SvelteKit</a> のリファレンスドキュメントに移動するか、 |
| 63 | + <br/>あなたに合った冒険を以下から選択してください: |
64 | 64 | </p>
|
65 | 65 |
|
66 | 66 | <div class="options">
|
67 | 67 | <a href="/tutorial">
|
68 |
| - <h2>I’m brand new here</h2> |
| 68 | + <h2>初めての方</h2> |
69 | 69 | <p>
|
70 |
| - We recommend starting with the interactive tutorial, which will teach you how to use Svelte |
71 |
| - right here in your browser. |
| 70 | + インタラクティブなチュートリアルから始めることをおすすめします。 |
| 71 | + 今すぐブラウザで Svelte の使い方を学ぶことができます。 |
72 | 72 | </p>
|
73 | 73 | </a>
|
74 | 74 |
|
75 | 75 | <a href="/docs/svelte/v5-migration-guide">
|
76 |
| - <h2>I’m migrating an app from Svelte 4</h2> |
| 76 | + <h2>アプリを Svelte 4 から移行される方</h2> |
77 | 77 | <p>
|
78 |
| - If you’re already experienced with an older version of Svelte, the migration guide |
79 |
| - will bring you up to speed on the changes in Svelte 5. |
| 78 | + 既に Svelte の旧バージョンをお使いの場合は、 |
| 79 | + 移行ガイドで Svelte 5 の変更点を迅速に把握することができます。 |
80 | 80 | </p>
|
81 | 81 | </a>
|
82 | 82 |
|
83 | 83 | <a href="/playground">
|
84 |
| - <h2>I just want to try it out</h2> |
| 84 | + <h2>とりあえず試してみたい方</h2> |
85 | 85 | <p>
|
86 |
| - Head over to the playground to see examples, create your own Svelte apps in the browser, and |
87 |
| - share them with other people. |
| 86 | + Playground に移動し、example を確認したり、Svelte アプリをブラウザ上で作ったり、 |
| 87 | + それを他の人にシェアすることができます。 |
88 | 88 | </p>
|
89 | 89 | </a>
|
90 | 90 |
|
91 | 91 | <a href="/chat" class="external">
|
92 |
| - <h2>Help! I'm stuck</h2> |
| 92 | + <h2>助けて!行き詰まった!という方</h2> |
93 | 93 | <p>
|
94 |
| - Join our Discord server where you can hang out with fellow Svelte users and ask them |
95 |
| - questions. It's like an LLM but with people. |
| 94 | + 私たちの Discord サーバーで他の Svelte ユーザーたちと一緒に過ごしたり、質問したりしましょう。 |
| 95 | + まるで LLM のように思えるかもしれませんが、ちゃんと人間が答えてくれますよ。 |
96 | 96 | </p>
|
97 | 97 | </a>
|
98 | 98 | </div>
|
|
0 commit comments