From e9bb32ea65cc13c46189194cab2d27538188f484 Mon Sep 17 00:00:00 2001 From: Yuuki Ebihara Date: Sat, 9 Jan 2021 04:59:18 +0900 Subject: [PATCH] Translate all document in japanese. --- quiz-app/src/assets/translations/ja.json | 110 +++++++++++------------ 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/quiz-app/src/assets/translations/ja.json b/quiz-app/src/assets/translations/ja.json index 2a849783..30258e2d 100644 --- a/quiz-app/src/assets/translations/ja.json +++ b/quiz-app/src/assets/translations/ja.json @@ -2094,10 +2094,10 @@ }, { "id": 41, - "title": "レッスン 21 - 銀行プロジェクト - HTML Templates and Routes in a Web App: レッスン前の小テスト", + "title": "レッスン 21 - 銀行プロジェクト - Web アプリの HTML テンプレートとルート: レッスン前の小テスト", "quiz": [ { - "questionText": "You need to create multiple HTML files to display different screens in a web app", + "questionText": "Web アプリで異なる画面を表示するためには、複数の HTML ファイルを作成する必要があります。", "answerOptions": [ { "answerText": "はい", @@ -2110,7 +2110,7 @@ ] }, { - "questionText": "You can store and persist data locally in a web app", + "questionText": "Web アプリ内のデータをローカルに保存し、永続化することができます。", "answerOptions": [ { "answerText": "はい", @@ -2123,18 +2123,18 @@ ] }, { - "questionText": "What's the best data provider for a web app?", + "questionText": "Web アプリに最適なデータプロバイダとは?", "answerOptions": [ { - "answerText": "A local database", + "answerText": "ローカルデータベース", "isCorrect": "false" }, { - "answerText": "A JavaScript object", + "answerText": "JavaScript オブジェクト", "isCorrect": "false" }, { - "answerText": "A server with a JSON API", + "answerText": "JSON API を持つサーバー", "isCorrect": "true" } ] @@ -2143,10 +2143,10 @@ }, { "id": 42, - "title": "レッスン 21 - 銀行プロジェクト - HTML Templates and Routes in a Web App: レッスン後の小テスト", + "title": "レッスン 21 - 銀行プロジェクト - Web アプリの HTML テンプレートとルート: レッスン後の小テスト", "quiz": [ { - "questionText": "HTML templates are part of the DOM by default", + "questionText": "HTML テンプレートはデフォルトでは DOM の一部です。", "answerOptions": [ { "answerText": "はい", @@ -2159,7 +2159,7 @@ ] }, { - "questionText": "Which part of the URL is needed for routing?", + "questionText": "URLのどの部分がルーティングに必要なのでしょうか?", "answerOptions": [ { "answerText": "window.location.pathname", @@ -2176,7 +2176,7 @@ ] }, { - "questionText": "What's the name of the event triggered when calling the history.pushState() function?", + "questionText": "history.pushState() 関数を呼び出したときにトリガーされるイベントの名前は?", "answerOptions": [ { "answerText": "pushstate", @@ -2196,10 +2196,10 @@ }, { "id": 43, - "title": "レッスン 22 - 銀行プロジェクト - Build a Login and Registration Form: レッスン前の小テスト", + "title": "レッスン 22 - 銀行プロジェクト - ログイン・登録フォームの構築: レッスン前の小テスト", "quiz": [ { - "questionText": "HTML forms allow you to send user input to a server without using JavaScript", + "questionText": "HTML フォームでは、JavaScript を使用せずにユーザーの入力をサーバーに送信することができます。", "answerOptions": [ { "answerText": "はい", @@ -2212,7 +2212,7 @@ ] }, { - "questionText": "