From 6bab524f2c6ea356ae16675d84e7349774c7a576 Mon Sep 17 00:00:00 2001 From: freeCodeCamp's Camper Bot Date: Mon, 27 Oct 2025 18:28:12 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#63082) --- .../locales/chinese-traditional/intro.json | 8 +++++++- .../chinese-traditional/translations.json | 19 +++++++++++++------ client/i18n/locales/chinese/intro.json | 8 +++++++- client/i18n/locales/chinese/translations.json | 19 +++++++++++++------ client/i18n/locales/espanol/intro.json | 8 +++++++- client/i18n/locales/espanol/translations.json | 19 +++++++++++++------ client/i18n/locales/german/intro.json | 8 +++++++- client/i18n/locales/german/translations.json | 19 +++++++++++++------ client/i18n/locales/italian/intro.json | 8 +++++++- client/i18n/locales/italian/translations.json | 19 +++++++++++++------ client/i18n/locales/japanese/intro.json | 8 +++++++- .../i18n/locales/japanese/translations.json | 19 +++++++++++++------ client/i18n/locales/korean/intro.json | 8 +++++++- client/i18n/locales/korean/translations.json | 19 +++++++++++++------ client/i18n/locales/portuguese/intro.json | 8 +++++++- .../i18n/locales/portuguese/translations.json | 19 +++++++++++++------ client/i18n/locales/swahili/intro.json | 8 +++++++- client/i18n/locales/swahili/translations.json | 19 +++++++++++++------ client/i18n/locales/ukrainian/intro.json | 8 +++++++- .../i18n/locales/ukrainian/translations.json | 19 +++++++++++++------ 20 files changed, 200 insertions(+), 70 deletions(-) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index f0985672d21..88d7d2ee963 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -4553,6 +4553,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -4986,7 +4992,7 @@ "review-relational-databases": { "title": "Relational Databases Review", "intro": [ - "Review relational databases concepts to prepare for the upcoming quiz." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 2f73a3c5553..c23dd3a095c 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -391,7 +391,8 @@ "version": "我們的應用程序的最新版本是:{{version}}。", "download-details": "手動下載此應用", "unable-to-detect-os": "我們無法檢測到你的操作系統。請手動下載下面的應用程序。", - "download-trouble": "如果在下載正確版本時遇到問題,請隨時聯繫支持團隊:" + "download-trouble": "如果在下載正確版本時遇到問題,請隨時聯繫支持團隊:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "你需要更改你的隱私設置,才能讓他人看到你的作品集。這是你的作品集公開時候的預覽。", @@ -522,7 +523,8 @@ "instructions": "說明", "notes": "注意", "preview": "預覽", - "editor": "編輯器" + "editor": "編輯器", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "按下選項卡將插入選項卡字符", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "{{editorName}} 編輯器模式。無障礙模式被設置爲 “on”。按 Command+E 關閉或按 Option+F1 查看更多選項。", "editor-a11y-on-non-macos": "{{editorName}} 編輯器內容。無障礙模式被設置爲 “on”。按 Ctrl+E 關閉或者按 Alt+F1 查看更多選項。", "terminal-output": "終端輸出", - "not-available": "不可用" + "not-available": "不可用", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "我們無法從你所選的供應商處獲取該電子郵件。請嘗試其他供應商,或者使用“繼續使用電子郵件”選項。", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "考試令牌", "note": "你的考試令牌是一個密鑰,允許你訪問考試。請勿與任何人分享此令牌。", - "invalidation": "如果你生成新的令牌,舊的令牌將失效。", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "生成考試令牌", "error": "生成令牌時出錯,請稍後再試。", - "your-exam-token": "你的考試令牌是:{{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "令牌已複製到剪貼板", - "copy-error": "複製令牌到剪貼板時出錯" + "copy-error": "複製令牌到剪貼板時出錯", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "鍵盤快捷鍵", diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index ef5de0d038e..10ecafa0fdb 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -4553,6 +4553,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -4986,7 +4992,7 @@ "review-relational-databases": { "title": "Relational Databases Review", "intro": [ - "Review relational databases concepts to prepare for the upcoming quiz." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index f1aac2b5f95..2472017977b 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -391,7 +391,8 @@ "version": "我们的应用程序的最新版本是:{{version}}。", "download-details": "手动下载此应用", "unable-to-detect-os": "我们无法检测到你的操作系统。请手动下载下面的应用程序。", - "download-trouble": "如果在下载正确版本时遇到问题,请随时联系支持团队:" + "download-trouble": "如果在下载正确版本时遇到问题,请随时联系支持团队:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "你需要更改你的隐私设置,才能让他人看到你的作品集。这是你的作品集公开时候的预览。", @@ -522,7 +523,8 @@ "instructions": "说明", "notes": "注意", "preview": "预览", - "editor": "编辑器" + "editor": "编辑器", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "按下选项卡将插入选项卡字符", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "{{editorName}} 编辑器模式。无障碍模式被设置为 “on”。按 Command+E 关闭或按 Option+F1 查看更多选项。", "editor-a11y-on-non-macos": "{{editorName}} 编辑器内容。无障碍模式被设置为 “on”。按 Ctrl+E 关闭或者按 Alt+F1 查看更多选项。", "terminal-output": "终端输出", - "not-available": "不可用" + "not-available": "不可用", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "我们无法从你所选的供应商处获取该电子邮件。请尝试其他供应商,或者使用“继续使用电子邮件”选项。", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "考试令牌", "note": "你的考试令牌是一个密钥,允许你访问考试。请勿与任何人分享此令牌。", - "invalidation": "如果你生成新的令牌,旧的令牌将失效。", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "生成考试令牌", "error": "生成令牌时出错,请稍后再试。", - "your-exam-token": "你的考试令牌是:{{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "令牌已复制到剪贴板", - "copy-error": "复制令牌到剪贴板时出错" + "copy-error": "复制令牌到剪贴板时出错", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "键盘快捷键", diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index 98eb28e43fb..f817ffc5ed9 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -4567,6 +4567,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -5000,7 +5006,7 @@ "review-relational-databases": { "title": "Relational Databases Review", "intro": [ - "Review relational databases concepts to prepare for the upcoming quiz." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index b3f6aa9e57a..2808baa1035 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -391,7 +391,8 @@ "version": "The latest version of our app is: {{version}}.", "download-details": "Manually download the app", "unable-to-detect-os": "We were unable to detect your operating system. Please manually download the app below.", - "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:" + "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "Debes cambiar tus ajustes de privacidad para que otros puedan ver tu portafolio. Esta es una vista previa de cómo se verá tu portafolio cuando se haga público.", @@ -522,7 +523,8 @@ "instructions": "Instrucciones", "notes": "Notas", "preview": "Vista", - "editor": "Editor" + "editor": "Editor", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "Presionando la pestaña insertará el carácter de la pestaña", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Command+E to disable or press Option+F1 for more options.", "editor-a11y-on-non-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Ctrl+E to disable or press Alt+F1 for more options.", "terminal-output": "Terminal output", - "not-available": "Not available" + "not-available": "Not available", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "We could not retrieve an email from your chosen provider. Please try another provider or use the 'Continue with Email' option.", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "Exam Token", "note": "Your exam token is a secret key that allows you to access exams. Do not share this token with anyone.", - "invalidation": "If you generate a new token, your old token will be invalidated.", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "Generate Exam Token", "error": "There was an error generating your token, please try again in a moment.", - "your-exam-token": "Your Exam Token is: {{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "Token copied to clipboard", - "copy-error": "Error copying token to clipboard" + "copy-error": "Error copying token to clipboard", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "Atajos de teclado", diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index f45a0beff7f..74beb6e4a25 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -4567,6 +4567,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -5000,7 +5006,7 @@ "review-relational-databases": { "title": "Relational Databases Review", "intro": [ - "Review relational databases concepts to prepare for the upcoming quiz." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/german/translations.json b/client/i18n/locales/german/translations.json index ea6255e191f..a1c28cddd12 100644 --- a/client/i18n/locales/german/translations.json +++ b/client/i18n/locales/german/translations.json @@ -391,7 +391,8 @@ "version": "The latest version of our app is: {{version}}.", "download-details": "Manually download the app", "unable-to-detect-os": "We were unable to detect your operating system. Please manually download the app below.", - "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:" + "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "Du musst deine Privatsphäre-Einstellung ändern, damit dein Portfolio von anderen gesehen wird. Dies ist eine Vorschau wie dein Portfolio aussehen wird, wenn es veröffentlicht wird.", @@ -522,7 +523,8 @@ "instructions": "Anweisungen", "notes": "Hinweise", "preview": "Vorschau", - "editor": "Editor" + "editor": "Editor", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "Pressing tab will now insert the tab character", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Command+E to disable or press Option+F1 for more options.", "editor-a11y-on-non-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Ctrl+E to disable or press Alt+F1 for more options.", "terminal-output": "Terminal output", - "not-available": "Not available" + "not-available": "Not available", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "We could not retrieve an email from your chosen provider. Please try another provider or use the 'Continue with Email' option.", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "Exam Token", "note": "Your exam token is a secret key that allows you to access exams. Do not share this token with anyone.", - "invalidation": "If you generate a new token, your old token will be invalidated.", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "Generate Exam Token", "error": "There was an error generating your token, please try again in a moment.", - "your-exam-token": "Your Exam Token is: {{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "Token copied to clipboard", - "copy-error": "Error copying token to clipboard" + "copy-error": "Error copying token to clipboard", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "Tastaturkurzbefehle", diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 32d86a301a9..589d00a1b12 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -4567,6 +4567,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -5000,7 +5006,7 @@ "review-relational-databases": { "title": "Relational Databases Review", "intro": [ - "Review relational databases concepts to prepare for the upcoming quiz." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index fee41461f53..9d1a1c23226 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -391,7 +391,8 @@ "version": "The latest version of our app is: {{version}}.", "download-details": "Manually download the app", "unable-to-detect-os": "We were unable to detect your operating system. Please manually download the app below.", - "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:" + "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "Se desideri rendere visibile il tuo portfolio a tutti dovrai prima modificare le tue impostazioni sulla privacy. Questa è un'anteprima di come il tuo portfolio apparirà quando sarà reso pubblico.", @@ -522,7 +523,8 @@ "instructions": "Istruzioni", "notes": "Note", "preview": "Anteprima", - "editor": "Editor" + "editor": "Editor", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "Premendo tab ora potrai inserire il carattere tab", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Command+E to disable or press Option+F1 for more options.", "editor-a11y-on-non-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Ctrl+E to disable or press Alt+F1 for more options.", "terminal-output": "Terminal output", - "not-available": "Not available" + "not-available": "Not available", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "We could not retrieve an email from your chosen provider. Please try another provider or use the 'Continue with Email' option.", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "Exam Token", "note": "Your exam token is a secret key that allows you to access exams. Do not share this token with anyone.", - "invalidation": "If you generate a new token, your old token will be invalidated.", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "Generate Exam Token", "error": "There was an error generating your token, please try again in a moment.", - "your-exam-token": "Your Exam Token is: {{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "Token copied to clipboard", - "copy-error": "Error copying token to clipboard" + "copy-error": "Error copying token to clipboard", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "Scorciatoie da tastiera", diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index ec8e05f56c3..f4bea9a5fc1 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -4567,6 +4567,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -5000,7 +5006,7 @@ "review-relational-databases": { "title": "Relational Databases Review", "intro": [ - "Review relational databases concepts to prepare for the upcoming quiz." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index f9bd7316814..c97b79e0497 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -391,7 +391,8 @@ "version": "The latest version of our app is: {{version}}.", "download-details": "Manually download the app", "unable-to-detect-os": "We were unable to detect your operating system. Please manually download the app below.", - "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:" + "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "他の人がポートフォリオを見られるようにするには、プライバシー設定を変更する必要があります。これはポートフォリオが公開されたときにどのように見えるかのプレビューです。", @@ -522,7 +523,8 @@ "instructions": "手順書", "notes": "ノート", "preview": "プレビュー", - "editor": "エディター" + "editor": "エディター", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "タブキーを押すとタブ文字が入力されます", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Command+E to disable or press Option+F1 for more options.", "editor-a11y-on-non-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Ctrl+E to disable or press Alt+F1 for more options.", "terminal-output": "Terminal output", - "not-available": "Not available" + "not-available": "Not available", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "We could not retrieve an email from your chosen provider. Please try another provider or use the 'Continue with Email' option.", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "試験用トークン", "note": "試験用トークンは、試験にアクセスするために必要な秘密鍵です。このトークンを他の人に共有しないでください。", - "invalidation": "新しいトークンを生成すると、古いトークンは無効になります。", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "試験用トークンを生成", "error": "トークンの生成中にエラーが発生しました。時間を置いて再度お試しください。", - "your-exam-token": "あなたの試験用トークンは次のとおりです: {{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "トークンをクリップボードにコピーしました", - "copy-error": "トークンをクリップボードにコピー中にエラーが発生しました" + "copy-error": "トークンをクリップボードにコピー中にエラーが発生しました", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "キーボードショートカット", diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index 3faa230388e..c132d7b2935 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -4567,6 +4567,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -5000,7 +5006,7 @@ "review-relational-databases": { "title": "Relational Databases Review", "intro": [ - "Review relational databases concepts to prepare for the upcoming quiz." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/korean/translations.json b/client/i18n/locales/korean/translations.json index 94d4350c6fe..9a69e69c50d 100644 --- a/client/i18n/locales/korean/translations.json +++ b/client/i18n/locales/korean/translations.json @@ -391,7 +391,8 @@ "version": "The latest version of our app is: {{version}}.", "download-details": "Manually download the app", "unable-to-detect-os": "We were unable to detect your operating system. Please manually download the app below.", - "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:" + "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "You need to change your privacy setting in order for your portfolio to be seen by others. This is a preview of how your portfolio will look when made public.", @@ -522,7 +523,8 @@ "instructions": "Instructions", "notes": "Notes", "preview": "Preview", - "editor": "Editor" + "editor": "Editor", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "Pressing tab will now insert the tab character", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Command+E to disable or press Option+F1 for more options.", "editor-a11y-on-non-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Ctrl+E to disable or press Alt+F1 for more options.", "terminal-output": "Terminal output", - "not-available": "Not available" + "not-available": "Not available", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "We could not retrieve an email from your chosen provider. Please try another provider or use the 'Continue with Email' option.", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "Exam Token", "note": "Your exam token is a secret key that allows you to access exams. Do not share this token with anyone.", - "invalidation": "If you generate a new token, your old token will be invalidated.", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "Generate Exam Token", "error": "There was an error generating your token, please try again in a moment.", - "your-exam-token": "Your Exam Token is: {{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "Token copied to clipboard", - "copy-error": "Error copying token to clipboard" + "copy-error": "Error copying token to clipboard", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "Keyboard shortcuts", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index faa79093fde..2af6c481cb7 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -4609,6 +4609,12 @@ "Neste workshop, você aprenderá sobre classes, objetos e métodos em Python criando um inventário simples de instrumentos musicais." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -5054,7 +5060,7 @@ "review-relational-databases": { "title": "Revisão de Bancos de Dados Relacionais", "intro": [ - "Revise os conceitos de bancos de dados relacionais para se preparar para o próximo questionário." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 5509210c9cf..bc7bf836784 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -391,7 +391,8 @@ "version": "A versão mais recente do nosso aplicativo é: {{version}}.", "download-details": "Faça o download manual do aplicativo", "unable-to-detect-os": "Não foi possível detectar seu sistema operacional. Por favor, faça o download manual do aplicativo abaixo.", - "download-trouble": "Se você tiver problemas para fazer o download da versão correta, entre em contato com o suporte:" + "download-trouble": "Se você tiver problemas para fazer o download da versão correta, entre em contato com o suporte:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "Você precisa alterar sua configuração de privacidade para que seu portfólio seja visto por outros. Esta é uma prévia de como será seu portfólio quando se tornar público.", @@ -522,7 +523,8 @@ "instructions": "Instruções", "notes": "Observações", "preview": "Pré-visualizar", - "editor": "Editor" + "editor": "Editor", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "Ao apertar a tecla tab, agora, você vai inserir o caractere de tabulação", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "{{editorName}} conteúdo do editor. Modo de acessibilidade definido como 'ligado'. Pressione Command+E para desativar ou pressione Option+F1 para mais opções.", "editor-a11y-on-non-macos": "{{editorName}} conteúdo do editor. Modo de acessibilidade definido como 'ligado'. Pressione Ctrl+E para desativar ou pressione Alt+F1 para mais opções.", "terminal-output": "Saída do terminal", - "not-available": "Não disponível" + "not-available": "Não disponível", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "Não foi possível recuperar um e-mail do provedor escolhido. Por favor, tente outro provedor ou use a opção 'Continuar com o Email'.", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "Token de exame", "note": "O token de exame é uma chave secreta que permite que você acesse os exames. Não compartilhe esse token com ninguém.", - "invalidation": "Se você gerar um novo token, seu token antigo será invalidado.", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "Gerar token de exame", "error": "Houve um erro ao gerar seu token. Tente novamente daqui a pouco.", - "your-exam-token": "Seu token de exame é: {{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "Token copiado para a área de transferência", - "copy-error": "Erro ao copiar o token para a área de transferência" + "copy-error": "Erro ao copiar o token para a área de transferência", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "Atalhos do teclado", diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index e131decebbb..9eabb426c1f 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -4567,6 +4567,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -5000,7 +5006,7 @@ "review-relational-databases": { "title": "Relational Databases Review", "intro": [ - "Review relational databases concepts to prepare for the upcoming quiz." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/swahili/translations.json b/client/i18n/locales/swahili/translations.json index 5a8508e95a4..4d4f163bd89 100644 --- a/client/i18n/locales/swahili/translations.json +++ b/client/i18n/locales/swahili/translations.json @@ -391,7 +391,8 @@ "version": "The latest version of our app is: {{version}}.", "download-details": "Manually download the app", "unable-to-detect-os": "We were unable to detect your operating system. Please manually download the app below.", - "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:" + "download-trouble": "If you have trouble downloading the correct version, do not hesitate to contact support:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "Unahitaji kubadilisha mpangilio wako wa faragha ili portfolio yako ionekane na wengine. Hili ni onyesho la kukagua jinsi wasifu yako itakavyoonekana ikifanywa kwa umma.", @@ -522,7 +523,8 @@ "instructions": "Maagizo", "notes": "Vidokezo", "preview": "Onyesho", - "editor": "Kihariri" + "editor": "Kihariri", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "Kubonyeza tab kutaingiza herufi ya tab", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Command+E to disable or press Option+F1 for more options.", "editor-a11y-on-non-macos": "{{editorName}} editor content. Accessibility mode set to 'on'. Press Ctrl+E to disable or press Alt+F1 for more options.", "terminal-output": "Terminal output", - "not-available": "Not available" + "not-available": "Not available", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "We could not retrieve an email from your chosen provider. Please try another provider or use the 'Continue with Email' option.", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "Exam Token", "note": "Your exam token is a secret key that allows you to access exams. Do not share this token with anyone.", - "invalidation": "If you generate a new token, your old token will be invalidated.", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "Generate Exam Token", "error": "There was an error generating your token, please try again in a moment.", - "your-exam-token": "Your Exam Token is: {{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "Token copied to clipboard", - "copy-error": "Error copying token to clipboard" + "copy-error": "Error copying token to clipboard", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "Njia za mkato za kibodi", diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index c439a3469bc..0a904836ee3 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -4553,6 +4553,12 @@ "In this workshop, you will learn about classes, objects, and methods in Python by building a simple musical instrument inventory." ] }, + "lab-planet-class": { + "title": "Build a Planet Class", + "intro": [ + "In this lab you will create a class that represents a planet." + ] + }, "workshop-email-simulator": { "title": "Build an Email Simulator", "intro": [ @@ -4984,7 +4990,7 @@ "review-relational-databases": { "title": "Повторення реляційних баз даних", "intro": [ - "Пригадайте поняття з теми «Реляційні бази даних», щоб підготуватись до тесту." + "Review relational databases concepts to prepare for the exam." ] }, "lecture-understanding-the-http-request-response-model": { diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index 3c2e616ad3a..e56573fb941 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -391,7 +391,8 @@ "version": "Найновіша версія застосунку: {{version}}.", "download-details": "Завантажте застосунок самостійно", "unable-to-detect-os": "Не вдалося виявити вашу операційну систему. Будь ласка, завантажте застосунок нижче самостійно.", - "download-trouble": "Якщо виникли проблеми із завантаженням потрібної версії, зверніться до служби підтримки:" + "download-trouble": "Якщо виникли проблеми із завантаженням потрібної версії, зверніться до служби підтримки:", + "open-exam-application": "Open Exam Environment Application" }, "profile": { "you-change-privacy": "Вам потрібно змінити налаштування конфіденційності для того, щоб інші могли побачити ваше портфоліо. Це попередній перегляд того, як ваше портфоліо буде виглядати при відкритому доступі.", @@ -522,7 +523,8 @@ "instructions": "Інструкції", "notes": "Примітки", "preview": "Попередній перегляд", - "editor": "Редактор" + "editor": "Редактор", + "interactive-editor": "Interactive Editor" }, "editor-alerts": { "tab-trapped": "При натисканні клавіші tab ви вставите символ табуляції", @@ -951,7 +953,8 @@ "editor-a11y-on-macos": "Вміст редактора {{editorName}}. Ввімкнено режим доступності. Натисніть Command+E, щоб вимкнути його, або Option+F1, щоб переглянути більше функцій.", "editor-a11y-on-non-macos": "Вміст редактора {{editorName}}. Ввімкнено режим доступності. Натисніть Ctrl+E, щоб вимкнути його, або Alt+F1, щоб переглянути більше функцій.", "terminal-output": "Вивід терміналу", - "not-available": "Недоступно" + "not-available": "Недоступно", + "interactive-editor-desc": "Turn static code examples into interactive editors. This allows you to edit and run the code directly on the page." }, "flash": { "no-email-in-userinfo": "Не вдалось отримати електронну пошту від вказаного провайдера. Спробуйте іншого провайдера або виберіть опцію «Continue with Email».", @@ -1280,12 +1283,16 @@ "exam-token": { "exam-token": "Токен екзамену", "note": "Токен екзамену — це секретний ключ, який дозволяє отримати доступ до екзаменів. Не поширюйте його.", - "invalidation": "Якщо ви згенеруєте новий токен, то старий токен буде анульовано.", + "invalidation-1": "It looks like you have a valid exam token. If you generate a new one, your existing token will be invalidated.", + "invalidation-2": "If you generate a new token, your existing token will be invalidated.", "generate-exam-token": "Згенерувати токен екзамену", "error": "При генерації токену виникла помилка. Будь ласка, спробуйте пізніше.", - "your-exam-token": "Ваш токен екзамену: {{token}}", + "no-token": "It looks like you don't have a valid exam token.", + "copy": "Copy Exam Token", "copied": "Токен скопійовано до буфера обміну", - "copy-error": "Невдале копіювання токену" + "copy-error": "Невдале копіювання токену", + "token-usage": "Your Exam Environment authorization token is used to log you into the desktop application.", + "generated": "A new Exam Environment authorization token has been generated for your account." }, "shortcuts": { "title": "Гарячі клавіші",