diff options
author | SuzukiKatsuma <71871253+SuzukiKatsuma@users.noreply.github.com> | 2022-02-19 16:05:50 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-26 16:05:14 +0900 |
commit | c4940b11ac367ebd192f0d4dea641e2abc1a73b9 (patch) | |
tree | 3648b50d1ef21421bc7eda1b4d9255080704b7a1 /files | |
parent | 820c7d02adce82a4be78f74457a39b8f499fda17 (diff) | |
download | translated-content-c4940b11ac367ebd192f0d4dea641e2abc1a73b9.tar.gz translated-content-c4940b11ac367ebd192f0d4dea641e2abc1a73b9.tar.bz2 translated-content-c4940b11ac367ebd192f0d4dea641e2abc1a73b9.zip |
Ember tutorials の一部翻訳
日本語に翻訳されたページがなかったため、注のみ翻訳
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html index d9420452d5..71668e0a3f 100644 --- a/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html +++ b/files/ja/learn/tools_and_testing/client-side_javascript_frameworks/index.html @@ -70,12 +70,12 @@ translation_of: Learn/Tools_and_testing/Client-side_JavaScript_frameworks <dd>Our final article provides you with a list of React resources that you can use to go further in your learning.</dd> </dl> -<h2 id="Ember_tutorials">Ember tutorials</h2> +<h2 id="Ember_tutorials">Ember チュートリアル</h2> <div class="blockIndicator note"> -<p><strong>Note</strong>: Ember tutorials last tested in May 2020, with Ember/Ember CLI version 3.18.0.</p> +<p><strong>注</strong>: この Ember チュートリアルは Ember/Ember CLI version 3.18.0 で、2020年5月に動作確認を行いました。</p> -<p>If you need to check your code against our version, you can find a finished version of the sample Ember app code in the <a href="https://github.com/NullVoxPopuli/ember-todomvc-tutorial/tree/master/steps/00-finished-todomvc/todomvc">ember-todomvc-tutorial repository</a>. For a running live version, see <a href="https://nullvoxpopuli.github.io/ember-todomvc-tutorial/">https://nullvoxpopuli.github.io/ember-todomvc-tutorial/</a> (this also includes a few additional features not covered in the tutorial).</p> +<p>もし、あなたのコードとサンプルのバージョンとを確認する必要があれば、<a href="https://github.com/NullVoxPopuli/ember-todomvc-tutorial/tree/master/steps/00-finished-todomvc/todomvc">ember-todomvc-tutorial repository</a> で最新版を見ることができます。実行中のライブバージョンについては <a href="https://nullvoxpopuli.github.io/ember-todomvc-tutorial/">https://nullvoxpopuli.github.io/ember-todomvc-tutorial/</a> から確認ができます(ただしチュートリアルで取り扱っていない機能も含まれています)。</p> </div> <dl> |