From 98f5e1bf6464828c933e2bc85f50202ad7d0902c Mon Sep 17 00:00:00 2001 From: DaehunGwak Date: Fri, 1 Jan 2021 16:11:27 +0900 Subject: [PATCH] update quiz title to ko --- quiz-app/src/assets/translations/kr.json | 32 ++++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/quiz-app/src/assets/translations/kr.json b/quiz-app/src/assets/translations/kr.json index fa839c77..99c49a99 100644 --- a/quiz-app/src/assets/translations/kr.json +++ b/quiz-app/src/assets/translations/kr.json @@ -1674,7 +1674,7 @@ }, { "id": 33, - "title": "Lesson 17 - Space Game - Adding Motion: Pre-Lecture Quiz", + "title": "Lesson 17 - 스페이스 게임 - 모션 추가하기: 강의 전 퀴즈", "quiz": [ { "questionText": "Any object on the screen can receive keyboard events", @@ -1723,7 +1723,7 @@ }, { "id": 34, - "title": "Lesson 17 - Space Game - Adding Motion: Post-Lecture Quiz", + "title": "Lesson 17 - 스페이스 게임 - 모션 추가하기: 강의 후 퀴즈", "quiz": [ { "questionText": "You always need to redraw the screen", @@ -1776,7 +1776,7 @@ }, { "id": 35, - "title": "Lesson 18 - Space Game - Adding A Laser and Detecting Collisions: Pre-Lecture Quiz", + "title": "Lesson 18 - 스페이스 게임 - 레이저 추가하고 충돌 감지하기: 강의 전 퀴즈", "quiz": [ { "questionText": "Collision detection is how we detect if two things have collided", @@ -1829,7 +1829,7 @@ }, { "id": 36, - "title": "Lesson 18 - Space Game - Adding A Laser and Detecting Collisions: Post-Lecture Quiz", + "title": "Lesson 18 - 스페이스 게임 - 레이저 추가하고 충돌 감지하기: 강의 후 퀴즈", "quiz": [ { "questionText": "In collision detection you compare two", @@ -1882,7 +1882,7 @@ }, { "id": 37, - "title": "Lesson 19 - Space Game - Scoring and Lives: Pre-Lecture Quiz", + "title": "Lesson 19 - 스페이스 게임 - 점수내고 살기: 강의 전 퀴즈", "quiz": [ { "questionText": "How do you draw text on a screen using the Canvas element?", @@ -1935,7 +1935,7 @@ }, { "id": 38, - "title": "Lesson 19 - Space Game - Scoring and Lives: Post-Lecture Quiz", + "title": "Lesson 19 - 스페이스 게임 - 점수내고 살기: 강의 후 퀴즈", "quiz": [ { "questionText": "What's a fun way to show how many lives a player has left?", @@ -1988,7 +1988,7 @@ }, { "id": 39, - "title": "Lesson 20 - Space Game - End and Restart: Pre-Lecture Quiz", + "title": "Lesson 20 - 스페이스 게임 - 끝과 재시작: 강의 전 퀴즈", "quiz": [ { "questionText": "When is a good time to restart a game", @@ -2041,7 +2041,7 @@ }, { "id": 40, - "title": "Lesson 20 - Space Game - End and Restart: Post-Lecture Quiz", + "title": "Lesson 20 - 스페이스 게임 - 끝과 재시작: 강의 후 퀴즈", "quiz": [ { "questionText": "What is a good pattern to use when a game end condition has been met?", @@ -2094,7 +2094,7 @@ }, { "id": 41, - "title": "Lesson 21 - Bank Project - HTML Templates and Routes in a Web App: Pre-Lecture Quiz", + "title": "Lesson 21 - 은행 프로젝트 - 웹 앱의 HTML 템플릿과 라우터: 강의 전 퀴즈", "quiz": [ { "questionText": "You need to create multiple HTML files to display different screens in a web app", @@ -2143,7 +2143,7 @@ }, { "id": 42, - "title": "Lesson 21 - Bank Project HTML Templates and Routes in a Web App: Post-Lecture Quiz", + "title": "Lesson 21 - 은행 프로젝트 - 웹 앱의 HTML 템플릿과 라우터: 강의 후 퀴즈", "quiz": [ { "questionText": "HTML templates are part of the DOM by default", @@ -2196,7 +2196,7 @@ }, { "id": 43, - "title": "Lesson 22 - Bank Project - Build a Login and Registration Form: Pre-Lecture Quiz", + "title": "Lesson 22 - 은행 프로젝트 - 로그인과 가입 폼 작성하기: 강의 전 퀴즈", "quiz": [ { "questionText": "HTML forms allow to send user input to a server without using JavaScript", @@ -2241,7 +2241,7 @@ }, { "id": 44, - "title": "Lesson 22 - Bank Project - Build a Login and Registration Form: Post-Lecture Quiz", + "title": "Lesson 22 - 은행 프로젝트 - 로그인과 가입 폼 작성하기 강의 후 퀴즈", "quiz": [ { "questionText": "Using