From c4940b11ac367ebd192f0d4dea641e2abc1a73b9 Mon Sep 17 00:00:00 2001 From: SuzukiKatsuma <71871253+SuzukiKatsuma@users.noreply.github.com> Date: Sat, 19 Feb 2022 16:05:50 +0900 Subject: Ember tutorials の一部翻訳 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 日本語に翻訳されたページがなかったため、注のみ翻訳 --- .../tools_and_testing/client-side_javascript_frameworks/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ja/learn') 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
Note: Ember tutorials last tested in May 2020, with Ember/Ember CLI version 3.18.0.
+注: この Ember チュートリアルは Ember/Ember CLI version 3.18.0 で、2020年5月に動作確認を行いました。
-If you need to check your code against our version, you can find a finished version of the sample Ember app code in the ember-todomvc-tutorial repository. For a running live version, see https://nullvoxpopuli.github.io/ember-todomvc-tutorial/ (this also includes a few additional features not covered in the tutorial).
+もし、あなたのコードとサンプルのバージョンとを確認する必要があれば、ember-todomvc-tutorial repository で最新版を見ることができます。実行中のライブバージョンについては https://nullvoxpopuli.github.io/ember-todomvc-tutorial/ から確認ができます(ただしチュートリアルで取り扱っていない機能も含まれています)。