From 1ac8941a7f5436bb41e6cc3395398c61548b2cf5 Mon Sep 17 00:00:00 2001 From: hexatester Date: Sat, 2 Jan 2021 00:33:43 +0700 Subject: [PATCH] Translate quiz-app of 6-space-game to Indonesian --- quiz-app/src/assets/translations/id.json | 154 +++++++++++------------ 1 file changed, 77 insertions(+), 77 deletions(-) diff --git a/quiz-app/src/assets/translations/id.json b/quiz-app/src/assets/translations/id.json index fb749c64..bbf1c5ae 100644 --- a/quiz-app/src/assets/translations/id.json +++ b/quiz-app/src/assets/translations/id.json @@ -2094,47 +2094,47 @@ }, { "id": 41, - "title": "Lesson 21 - Bank Project - HTML Templates and Routes in a Web App: Pre-Lecture Quiz", + "title": "Pelajaran 21 - Proyek Bank - Template HTML dan Rute di Aplikasi Web: Kuis Pra-Kuliah", "quiz": [ { - "questionText": "You need to create multiple HTML files to display different screens in a web app", + "questionText": "Anda perlu membuat beberapa file HTML untuk menampilkan layar yang berbeda di web app", "answerOptions": [ { - "answerText": "true", + "answerText": "benar", "isCorrect": "false" }, { - "answerText": "false", + "answerText": "salah", "isCorrect": "true" } ] }, { - "questionText": "You can store and persist data locally in a web app", + "questionText": "Anda dapat menyimpan dan menyimpan data secara lokal di web app", "answerOptions": [ { - "answerText": "true", + "answerText": "benar", "isCorrect": "true" }, { - "answerText": "false", + "answerText": "salah", "isCorrect": "false" } ] }, { - "questionText": "What's the best data provider for a web app?", + "questionText": "Apa penyedia data terbaik untuk web app?", "answerOptions": [ { - "answerText": "A local database", + "answerText": "Database lokal", "isCorrect": "false" }, { - "answerText": "A JavaScript object", + "answerText": "Objek JavaScript", "isCorrect": "false" }, { - "answerText": "A server with a JSON API", + "answerText": "Server dengan JSON API", "isCorrect": "true" } ] @@ -2143,23 +2143,23 @@ }, { "id": 42, - "title": "Lesson 21 - Bank Project HTML Templates and Routes in a Web App: Post-Lecture Quiz", + "title": "Pelajaran 21 - Template dan Rute HTML Proyek Bank di Aplikasi Web: Kuis Pasca-Kuliah", "quiz": [ { - "questionText": "HTML templates are part of the DOM by default", + "questionText": "Template HTML adalah bagian dari DOM secara default", "answerOptions": [ { - "answerText": "true", + "answerText": "benar", "isCorrect": "false" }, { - "answerText": "false", + "answerText": "salah", "isCorrect": "true" } ] }, { - "questionText": "Which part of the URL is needed for routing?", + "questionText": "Bagian mana dari URL yang diperlukan untuk perutean (routing)?", "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": "Apa nama peristiwa yang dipicu saat memanggil fungsi history.pushState()?", "answerOptions": [ { "answerText": "pushstate", @@ -2196,43 +2196,43 @@ }, { "id": 43, - "title": "Lesson 22 - Bank Project - Build a Login and Registration Form: Pre-Lecture Quiz", + "title": "Pelajaran 22 - Proyek Bank - Buat Formulir Login dan Pendaftaran: Kuis Pra-Kuliah", "quiz": [ { - "questionText": "HTML forms allow to send user input to a server without using JavaScript", + "questionText": "Formulir HTML memungkinkan untuk mengirim input pengguna ke server tanpa menggunakan JavaScript", "answerOptions": [ { - "answerText": "true", + "answerText": "benar", "isCorrect": "true" }, { - "answerText": "false", + "answerText": "salah", "isCorrect": "false" } ] }, { - "questionText": "