From 576bc66599fe9df4df9db1ef5022a4b32448978b Mon Sep 17 00:00:00 2001 From: camperbot Date: Thu, 11 Jan 2024 15:10:18 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#53102) --- client/i18n/locales/arabic/translations.json | 1 + client/i18n/locales/chinese-traditional/translations.json | 1 + client/i18n/locales/chinese/translations.json | 1 + client/i18n/locales/espanol/translations.json | 1 + client/i18n/locales/german/translations.json | 1 + client/i18n/locales/italian/translations.json | 1 + client/i18n/locales/japanese/intro.json | 4 ++-- client/i18n/locales/japanese/translations.json | 1 + client/i18n/locales/portuguese/translations.json | 1 + client/i18n/locales/swahili/translations.json | 1 + client/i18n/locales/ukrainian/translations.json | 3 ++- 11 files changed, 13 insertions(+), 3 deletions(-) diff --git a/client/i18n/locales/arabic/translations.json b/client/i18n/locales/arabic/translations.json index 7f16c45db25..865a7659f37 100644 --- a/client/i18n/locales/arabic/translations.json +++ b/client/i18n/locales/arabic/translations.json @@ -372,6 +372,7 @@ "running-tests": "// جاري تشغيل الاختبارات", "tests-completed": "// الاختبارات اكتملت", "console-output": "// إخراج وحدة التحكم", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "قم بتسجيل الدخول لحفظ تقدّمك", "download-solution": "تنزيل الحل", "download-results": "Download my results", diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index c2c5e17a784..3d0ee60304b 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -372,6 +372,7 @@ "running-tests": "// 運行測試", "tests-completed": "// 測試完成", "console-output": "// 打印輸出", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "登錄以保存你的學習進度", "download-solution": "下載我的解決方案", "download-results": "Download my results", diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index dd784844357..33bcd300553 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -372,6 +372,7 @@ "running-tests": "// 运行测试", "tests-completed": "// 测试完成", "console-output": "// 打印输出", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "登录以保存你的学习进度", "download-solution": "下载我的解决方案", "download-results": "Download my results", diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index 46dfd133455..4b04e017eb9 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -372,6 +372,7 @@ "running-tests": "// ejecutando pruebas", "tests-completed": "// pruebas completadas", "console-output": "// salida de consola", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "Inicia sesión para guardar tu progreso", "download-solution": "Descargar mi solución", "download-results": "Download my results", diff --git a/client/i18n/locales/german/translations.json b/client/i18n/locales/german/translations.json index 5f7d792f7a2..d1b86e6d515 100644 --- a/client/i18n/locales/german/translations.json +++ b/client/i18n/locales/german/translations.json @@ -372,6 +372,7 @@ "running-tests": "// Tests werden durchgeführt", "tests-completed": "// Tests abgeschlossen", "console-output": "// Konsolen-Ausgabe", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "Melde dich an, um deinen Fortschritt zu speichern", "download-solution": "Meine Lösung herunterladen", "download-results": "Download my results", diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index f76782fa22a..ef759692dbf 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -372,6 +372,7 @@ "running-tests": "// test in corso", "tests-completed": "// test completati", "console-output": "// output della console", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "Accedi per salvare i tuoi progressi", "download-solution": "Scarica la mia soluzione", "download-results": "Scarica i miei risultati", diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index 324f2667a42..51bc46adb69 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -210,8 +210,8 @@ "learn-intermediate-css-by-building-a-cat-painting": { "title": "CSS 中級の学習: 猫の絵を作成する", "intro": [ - "Mastering CSS positioning is essential for creating visually appealing and responsive web layouts", - "In this course, you will build a cat painting. You'll learn about how to work with absolute positioning, the z-index property, and the transform property." + "見た目に美しく、レスポンシブなウェブレイアウトを作成するには CSS の配置をマスターすることが不可欠です。", + "このコースでは猫の絵を作成しながら、絶対位置指定、z-index プロパティ、transform プロパティの使い方を学習します。" ] } } diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index aaa6a877a39..9e08c4b57ae 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -372,6 +372,7 @@ "running-tests": "// テストを実行中です", "tests-completed": "// テストが完了しました", "console-output": "// コンソール出力", + "syntax-error": "コードにエラーがあるためテストを実行できない状態です。コードを修正して再度お試しください。", "sign-in-save": "サインインして進行状況を保存", "download-solution": "回答をダウンロード", "download-results": "結果をダウンロード", diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 587b65b4ec6..e62f94577ee 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -372,6 +372,7 @@ "running-tests": "// executando testes", "tests-completed": "// testes concluídos", "console-output": "// saída do console", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "Faça o login para salvar seu progresso", "download-solution": "Baixar minha solução", "download-results": "Baixar meus resultados", diff --git a/client/i18n/locales/swahili/translations.json b/client/i18n/locales/swahili/translations.json index b6c991f1cea..49266ef739f 100644 --- a/client/i18n/locales/swahili/translations.json +++ b/client/i18n/locales/swahili/translations.json @@ -372,6 +372,7 @@ "running-tests": "// kufanya majaribio", "tests-completed": "// majaribio yamekamilika", "console-output": "// pato la console", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "Ingia katika akaunti ili kuhifadhi maendeleo yako", "download-solution": "Pakua suluhisho langu", "download-results": "Pakua matokeo yangu", diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index 3101438d26c..53c20453c81 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -372,6 +372,7 @@ "running-tests": "// запущені тести", "tests-completed": "// виконані тести", "console-output": "// вивід консолі", + "syntax-error": "Your code raised an error before any tests could run. Please fix it and try again.", "sign-in-save": "Увійдіть, щоб зберегти свій прогрес", "download-solution": "Завантажити розв’язок", "download-results": "Завантажити результати", @@ -913,7 +914,7 @@ "responsive-web-design": "Сертифікація «Адаптивний вебдизайн»", "JavaScript Algorithms and Data Structures": "Алгоритми JavaScript та структури даних", "javascript-algorithms-and-data-structures": "Сертифікація «Алгоритми JavaScript та структури даних»", - "javascript-algorithms-and-data-structures-v8": "JavaScript Algorithms and Data Structures Certification", + "javascript-algorithms-and-data-structures-v8": "Сертифікація «Алгоритми JavaScript та структури даних»", "Front End Development Libraries": "Бібліотеки Front End", "front-end-development-libraries": "Сертифікація «Бібліотеки Front End»", "Data Visualization": "Візуалізація даних",