From d5dc65f98dccbdb341173bd4343affd047e686ec Mon Sep 17 00:00:00 2001 From: camperbot Date: Wed, 18 May 2022 18:52:36 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#46044) --- .../chinese-traditional/translations.json | 16 ++++++++++++++-- client/i18n/locales/chinese/translations.json | 16 ++++++++++++++-- client/i18n/locales/espanol/translations.json | 16 ++++++++++++++-- client/i18n/locales/italian/translations.json | 16 ++++++++++++++-- client/i18n/locales/japanese/translations.json | 16 ++++++++++++++-- client/i18n/locales/portuguese/intro.json | 2 +- client/i18n/locales/portuguese/translations.json | 16 ++++++++++++++-- client/i18n/locales/ukrainian/translations.json | 16 ++++++++++++++-- 8 files changed, 99 insertions(+), 15 deletions(-) diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index e27e62cd297..20c80c25012 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -50,6 +50,7 @@ "reset-lesson": "重置課程", "run": "運行", "run-test": "運行測試(Ctrl + Enter)", + "check-code": "Check Your Code (Ctrl + Enter)", "reset": "重置", "reset-code": "重置所有代碼", "help": "幫助", @@ -268,6 +269,7 @@ "solution-link": "解決方案鏈接", "github-link": "GitHub 鏈接", "submit-and-go": "提交併訪問下一個挑戰", + "congradulations": "Congratulations, your code passes. Submit your code to complete this step and move on to the next one.", "i-completed": "我已經完成這個挑戰", "test-output": "你的測試輸出將在這裏顯示", "running-tests": "// 運行測試", @@ -307,7 +309,14 @@ "complete-both-steps": "完成下面的兩個步驟來完成這一挑戰。", "runs-in-vm": "該項目在虛擬機中運行,完成在那裏描述的用戶故事,獲取所有測試並通過它們以完成步驟 1。", "completed": "Completed", - "not-started": "Not started" + "not-started": "Not started", + "hint": "Hint", + "test": "Test", + "sorry-try-again": "Sorry, your code does not pass. Try again.", + "sorry-keep-trying": "Sorry, your code does not pass. Keep trying.", + "sorry-getting-there": "Sorry, your code does not pass. You're getting there.", + "sorry-hang-in-there": "Sorry, your code does not pass. Hang in there.", + "sorry-dont-giveup": "Sorry, your code does not pass. Don't give up." }, "donate": { "title": "支持我們的非營利組織", @@ -444,6 +453,7 @@ "fail": "測試失敗", "not-passed": "未通過", "passed": "通過", + "hint": "Hint", "heart": "愛心", "initial": "初始", "info": "介紹信息", @@ -463,7 +473,9 @@ "next-page": "訪問下一頁", "last-page": "訪問最後一頁", "primary-nav": "主要的", - "breadcrumb-nav": "麪包屑導航" + "breadcrumb-nav": "麪包屑導航", + "submit": "Use Ctrl + Enter to submit.", + "running-tests": "Running tests" }, "flash": { "honest-first": "申請認證之前,你必須先接受我們的《學術誠信條例》", diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 8d99cc1ec0d..546dafbbc60 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -50,6 +50,7 @@ "reset-lesson": "重置课程", "run": "运行", "run-test": "运行测试(Ctrl + Enter)", + "check-code": "Check Your Code (Ctrl + Enter)", "reset": "重置", "reset-code": "重置所有代码", "help": "帮助", @@ -268,6 +269,7 @@ "solution-link": "解决方案链接", "github-link": "GitHub 链接", "submit-and-go": "提交并访问下一个挑战", + "congradulations": "Congratulations, your code passes. Submit your code to complete this step and move on to the next one.", "i-completed": "我已经完成这个挑战", "test-output": "你的测试输出将在这里显示", "running-tests": "// 运行测试", @@ -307,7 +309,14 @@ "complete-both-steps": "完成下面的两个步骤来完成这一挑战。", "runs-in-vm": "该项目在虚拟机中运行,完成在那里描述的用户故事,获取所有测试并通过它们以完成步骤 1。", "completed": "Completed", - "not-started": "Not started" + "not-started": "Not started", + "hint": "Hint", + "test": "Test", + "sorry-try-again": "Sorry, your code does not pass. Try again.", + "sorry-keep-trying": "Sorry, your code does not pass. Keep trying.", + "sorry-getting-there": "Sorry, your code does not pass. You're getting there.", + "sorry-hang-in-there": "Sorry, your code does not pass. Hang in there.", + "sorry-dont-giveup": "Sorry, your code does not pass. Don't give up." }, "donate": { "title": "支持我们的非营利组织", @@ -444,6 +453,7 @@ "fail": "测试失败", "not-passed": "未通过", "passed": "通过", + "hint": "Hint", "heart": "爱心", "initial": "初始", "info": "介绍信息", @@ -463,7 +473,9 @@ "next-page": "访问下一页", "last-page": "访问最后一页", "primary-nav": "主要的", - "breadcrumb-nav": "面包屑导航" + "breadcrumb-nav": "面包屑导航", + "submit": "Use Ctrl + Enter to submit.", + "running-tests": "Running tests" }, "flash": { "honest-first": "申请认证之前,你必须先接受我们的《学术诚信条例》", diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index 63ffab4c368..63abef5a533 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -50,6 +50,7 @@ "reset-lesson": "Restablecer esta lección", "run": "Ejecutar", "run-test": "Ejecutar las Pruebas (Ctrl + Entrar)", + "check-code": "Check Your Code (Ctrl + Enter)", "reset": "Restablecer", "reset-code": "Restablecer todo el código", "help": "Ayuda", @@ -268,6 +269,7 @@ "solution-link": "Enlace a la solución", "github-link": "Enlace de GitHub", "submit-and-go": "Enviar y pasar a mi siguiente desafío", + "congradulations": "Congratulations, your code passes. Submit your code to complete this step and move on to the next one.", "i-completed": "He completado este desafío", "test-output": "El resultado de tu prueba irá aquí", "running-tests": "// ejecutando pruebas", @@ -307,7 +309,14 @@ "complete-both-steps": "Completa los dos pasos a continuación para terminar el desafío.", "runs-in-vm": "El proyecto se ejecuta en una máquina virtual, completa las historias de usuario descritas en ella y consigue que todas las pruebas pasen hasta el paso 1.", "completed": "Completed", - "not-started": "Not started" + "not-started": "Not started", + "hint": "Hint", + "test": "Test", + "sorry-try-again": "Sorry, your code does not pass. Try again.", + "sorry-keep-trying": "Sorry, your code does not pass. Keep trying.", + "sorry-getting-there": "Sorry, your code does not pass. You're getting there.", + "sorry-hang-in-there": "Sorry, your code does not pass. Hang in there.", + "sorry-dont-giveup": "Sorry, your code does not pass. Don't give up." }, "donate": { "title": "Apoya a nuestra organización sin fines de lucro", @@ -444,6 +453,7 @@ "fail": "Prueba fallida", "not-passed": "Sin aprobar", "passed": "Aprobado", + "hint": "Hint", "heart": "Corazón", "initial": "Inicial", "info": "Información de introducción", @@ -463,7 +473,9 @@ "next-page": "Ir a la página siguiente", "last-page": "Ir a la última página", "primary-nav": "primario", - "breadcrumb-nav": "migas de pan" + "breadcrumb-nav": "migas de pan", + "submit": "Use Ctrl + Enter to submit.", + "running-tests": "Running tests" }, "flash": { "honest-first": "Para reclamar una certificación, primero debes aceptar nuestra política de honestidad académica.", diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index 956650a270b..0a830b81e46 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -50,6 +50,7 @@ "reset-lesson": "Resetta questa lezione", "run": "Avvia", "run-test": "Esegui i test (Ctrl + Invio)", + "check-code": "Check Your Code (Ctrl + Enter)", "reset": "Resetta", "reset-code": "Resetta tutto il codice", "help": "Guida", @@ -268,6 +269,7 @@ "solution-link": "Link alla soluzione", "github-link": "Link GitHub", "submit-and-go": "Invia e vai alla prossima sfida", + "congradulations": "Congratulations, your code passes. Submit your code to complete this step and move on to the next one.", "i-completed": "Ho completato questa sfida", "test-output": "Il risultato del tuo test andrà qui", "running-tests": "// test in corso", @@ -307,7 +309,14 @@ "complete-both-steps": "Completa entrambi gli step qua sotto per finire la sfida.", "runs-in-vm": "Il progetto esegue in una macchina virtuale, completa le user story descritte lì dentro e fai passare tutti i test per finire lo step 1.", "completed": "Completato", - "not-started": "Non iniziato" + "not-started": "Non iniziato", + "hint": "Hint", + "test": "Test", + "sorry-try-again": "Sorry, your code does not pass. Try again.", + "sorry-keep-trying": "Sorry, your code does not pass. Keep trying.", + "sorry-getting-there": "Sorry, your code does not pass. You're getting there.", + "sorry-hang-in-there": "Sorry, your code does not pass. Hang in there.", + "sorry-dont-giveup": "Sorry, your code does not pass. Don't give up." }, "donate": { "title": "Supporta il nostro no profit", @@ -444,6 +453,7 @@ "fail": "Test Fallito", "not-passed": "Non Superato", "passed": "Superato", + "hint": "Hint", "heart": "Cuore", "initial": "Iniziale", "info": "Informazioni introduttive", @@ -463,7 +473,9 @@ "next-page": "Va alla pagina successiva", "last-page": "Va all'ultima pagina", "primary-nav": "primario", - "breadcrumb-nav": "percorso" + "breadcrumb-nav": "percorso", + "submit": "Use Ctrl + Enter to submit.", + "running-tests": "Running tests" }, "flash": { "honest-first": "Per richiedere una certificazione, è necessario prima accettare la nostra politica di onestà accademica", diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index b55e82e1ed1..424794cb2d3 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -50,6 +50,7 @@ "reset-lesson": "レッスンをリセット", "run": "実行", "run-test": "テスト実行 (Ctrl + Enter)", + "check-code": "Check Your Code (Ctrl + Enter)", "reset": "リセット", "reset-code": "全てのコードをリセット", "help": "ヘルプ", @@ -268,6 +269,7 @@ "solution-link": "回答のリンク", "github-link": "GitHub のリンク", "submit-and-go": "提出して次のチャレンジに進む", + "congradulations": "Congratulations, your code passes. Submit your code to complete this step and move on to the next one.", "i-completed": "このチャレンジを完了しました", "test-output": "テストの結果はこちらに表示されます", "running-tests": "// テストを実行中です", @@ -307,7 +309,14 @@ "complete-both-steps": "チャレンジを終えるには、以下 2 つのステップを完了させてください。", "runs-in-vm": "このプロジェクトは仮想マシン内で動作します。ステップ 1 を完了するには、そこで述べられたユーザーストーリーを実装し、すべてのテストに合格してください。", "completed": "Completed", - "not-started": "未着手" + "not-started": "未着手", + "hint": "Hint", + "test": "Test", + "sorry-try-again": "Sorry, your code does not pass. Try again.", + "sorry-keep-trying": "Sorry, your code does not pass. Keep trying.", + "sorry-getting-there": "Sorry, your code does not pass. You're getting there.", + "sorry-hang-in-there": "Sorry, your code does not pass. Hang in there.", + "sorry-dont-giveup": "Sorry, your code does not pass. Don't give up." }, "donate": { "title": "非営利団体を支援する", @@ -444,6 +453,7 @@ "fail": "テスト失敗", "not-passed": "未完了", "passed": "合格済み", + "hint": "Hint", "heart": "ハート", "initial": "初期状態", "info": "導入情報", @@ -463,7 +473,9 @@ "next-page": "次のページへ移動", "last-page": "最後のページへ移動", "primary-nav": "プライマリー", - "breadcrumb-nav": "パンくずリスト" + "breadcrumb-nav": "パンくずリスト", + "submit": "Use Ctrl + Enter to submit.", + "running-tests": "Running tests" }, "flash": { "honest-first": "認定証を請求するには、まず学問的誠実性ポリシーに同意する必要があります。", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index e0d3de4a6a1..5a945f67162 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -67,7 +67,7 @@ } }, "2022/responsive-web-design": { - "title": "(New) Responsive Web Design", + "title": "Design responsivo para a web (novo)", "intro": [ "Nessa certificação de Design responsivo para a web, você aprenderá as linguagens que os desenvolvedores usam para construir sites: HTML (Linguagem de Marcação de Hipertexto) para o conteúdo e CSS (Folha de Estilo em Cascata) para o design.", "Primeiro, você vai construir um aplicativo de fotos de gato para aprender o básico de HTML e CSS. Mais tarde, você aprenderá técnicas modernas como variáveis CSS construindo um pinguim, e melhores práticas de acessibilidade criando um formulário web.", diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 3ef63f7b34b..9c2deb51f92 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -50,6 +50,7 @@ "reset-lesson": "Reiniciar esta aula", "run": "Executar", "run-test": "Execute os testes (Ctrl + Enter)", + "check-code": "Check Your Code (Ctrl + Enter)", "reset": "Redefinir", "reset-code": "Redefinir todo o código", "help": "Ajuda", @@ -268,6 +269,7 @@ "solution-link": "Link da solução", "github-link": "Link do GitHub", "submit-and-go": "Enviar e ir para o meu próximo desafio", + "congradulations": "Congratulations, your code passes. Submit your code to complete this step and move on to the next one.", "i-completed": "Já completei este desafio", "test-output": "O resultado do seu código vai aparecer aqui", "running-tests": "// executando testes", @@ -307,7 +309,14 @@ "complete-both-steps": "Complete as duas etapas abaixo para terminar o desafio.", "runs-in-vm": "O projeto é executado em uma máquina virtual. Complete as histórias de usuários descritas lá e passe em todos os testes para concluir a etapa 1.", "completed": "Concluído", - "not-started": "Não iniciado" + "not-started": "Não iniciado", + "hint": "Hint", + "test": "Test", + "sorry-try-again": "Sorry, your code does not pass. Try again.", + "sorry-keep-trying": "Sorry, your code does not pass. Keep trying.", + "sorry-getting-there": "Sorry, your code does not pass. You're getting there.", + "sorry-hang-in-there": "Sorry, your code does not pass. Hang in there.", + "sorry-dont-giveup": "Sorry, your code does not pass. Don't give up." }, "donate": { "title": "Dê seu apoio à nossa organização sem fins lucrativos", @@ -444,6 +453,7 @@ "fail": "Exame não concluído com sucesso", "not-passed": "Não aprovado", "passed": "Aprovado", + "hint": "Hint", "heart": "Coração", "initial": "Inicial", "info": "Informações introdutórias", @@ -463,7 +473,9 @@ "next-page": "Ir para a próxima página", "last-page": "Ir para a última página", "primary-nav": "primário", - "breadcrumb-nav": "breadcrumb" + "breadcrumb-nav": "breadcrumb", + "submit": "Use Ctrl + Enter to submit.", + "running-tests": "Running tests" }, "flash": { "honest-first": "Para solicitar uma certificação, você precisa primeiro aceitar nossa política de honestidade acadêmica", diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index e0117df9fd3..e695876cf86 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -50,6 +50,7 @@ "reset-lesson": "Скинути цей урок", "run": "Запустити", "run-test": "Run the Tests (Ctrl + Enter)", + "check-code": "Check Your Code (Ctrl + Enter)", "reset": "Скинути", "reset-code": "Скинути весь код", "help": "Допомога", @@ -268,6 +269,7 @@ "solution-link": "Посилання на рішення", "github-link": "Посилання на GitHub", "submit-and-go": "Відправити та перейти до мого наступного завдання", + "congradulations": "Congratulations, your code passes. Submit your code to complete this step and move on to the next one.", "i-completed": "Я виконав це завдання", "test-output": "Результат вашого тесту буде доступний тут", "running-tests": "// запуск тестів", @@ -307,7 +309,14 @@ "complete-both-steps": "Complete both steps below to finish the challenge.", "runs-in-vm": "The project runs in a virtual machine, complete the user stories described in there and get all the tests to pass to finish step 1.", "completed": "Completed", - "not-started": "Not started" + "not-started": "Not started", + "hint": "Hint", + "test": "Test", + "sorry-try-again": "Sorry, your code does not pass. Try again.", + "sorry-keep-trying": "Sorry, your code does not pass. Keep trying.", + "sorry-getting-there": "Sorry, your code does not pass. You're getting there.", + "sorry-hang-in-there": "Sorry, your code does not pass. Hang in there.", + "sorry-dont-giveup": "Sorry, your code does not pass. Don't give up." }, "donate": { "title": "Підтримати нашу некомерційну організацію", @@ -444,6 +453,7 @@ "fail": "Тест не пройдений", "not-passed": "Не пройдено", "passed": "Пройдено", + "hint": "Hint", "heart": "Серце", "initial": "Початковий", "info": "Інформація", @@ -463,7 +473,9 @@ "next-page": "Перейти на наступну сторінку", "last-page": "Перейти на останню сторінку", "primary-nav": "primary", - "breadcrumb-nav": "breadcrumb" + "breadcrumb-nav": "breadcrumb", + "submit": "Use Ctrl + Enter to submit.", + "running-tests": "Running tests" }, "flash": { "honest-first": "Щоб отримати сертифікат, ви повинні спочатку прийняти нашу політику академічної доброчесності",