diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 21df0bec6c0..f41138102cf 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -2309,6 +2309,12 @@ "In these lessons, you will learn about how to create accessible tables and forms." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Introduction to ARIA", "intro": [ diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 9e6fc0ac161..f805bfac735 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "下面是你將構建的項目的預覽", "demo-project-title": "這是一個符合要求的項目示例。", "github-required": "如果你沒有 GitHub 賬戶,你需要 <0>創建 GitHub 賬戶。 你需要創建虛擬 Linux 服務器,這個過程可能需要幾分鐘。", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", @@ -549,7 +569,8 @@ "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", "sub-step-3": "Navigate to your <0>Ona secrets page", "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "In the <0>Secret field, paste your token" + "sub-step-5": "In the <0>Secret field, paste your token", + "summary": "Ona Setup" }, "local": { "intro": "本課程將在你電腦上的虛擬 Linux 環境中運行。要開始學習,你需要先下載以下必備軟件(如尚未安裝):", @@ -571,7 +592,8 @@ "step-7": "複製下面的課程 URL,將其粘貼到網址輸入框中,然後點擊 “Load”(加載)。", "copy-url": "複製課程 URL", "step-8": "點擊 “Start”(開始)以開始。", - "step-9": "按照 CodeRoad 中的說明完成課程。注意:你可能需要將終端重啓一次,以便終端設置生效並通過測試。" + "step-9": "按照 CodeRoad 中的說明完成課程。注意:你可能需要將終端重啓一次,以便終端設置生效並通過測試。", + "summary": "Local Setup" }, "step-1": "步驟 1:完成項目", "step-2": "步驟 2:提交你的代碼", diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 8f456b3bb5a..02d9946064e 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -2309,6 +2309,12 @@ "In these lessons, you will learn about how to create accessible tables and forms." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Introduction to ARIA", "intro": [ diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 245cbdda9c4..f103a48e70d 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "下面是你将构建的项目的预览", "demo-project-title": "这是一个符合要求的项目示例。", "github-required": "如果你没有 GitHub 账户,你需要 <0>创建 GitHub 账户。 你需要创建虚拟 Linux 服务器,这个过程可能需要几分钟。", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", @@ -549,7 +569,8 @@ "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", "sub-step-3": "Navigate to your <0>Ona secrets page", "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "In the <0>Secret field, paste your token" + "sub-step-5": "In the <0>Secret field, paste your token", + "summary": "Ona Setup" }, "local": { "intro": "本课程将在你电脑上的虚拟 Linux 环境中运行。要开始学习,你需要先下载以下必备软件(如尚未安装):", @@ -571,7 +592,8 @@ "step-7": "复制下面的课程 URL,将其粘贴到网址输入框中,然后点击 “Load”(加载)。", "copy-url": "复制课程 URL", "step-8": "点击 “Start”(开始)以开始。", - "step-9": "按照 CodeRoad 中的说明完成课程。注意:你可能需要将终端重启一次,以便终端设置生效并通过测试。" + "step-9": "按照 CodeRoad 中的说明完成课程。注意:你可能需要将终端重启一次,以便终端设置生效并通过测试。", + "summary": "Local Setup" }, "step-1": "步骤 1:完成项目", "step-2": "步骤 2:提交你的代码", diff --git a/client/i18n/locales/espanol/intro.json b/client/i18n/locales/espanol/intro.json index cc298438410..fe26aa97f2e 100644 --- a/client/i18n/locales/espanol/intro.json +++ b/client/i18n/locales/espanol/intro.json @@ -2323,6 +2323,12 @@ "In these lessons, you will learn about how to create accessible tables and forms." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Introduction to ARIA", "intro": [ diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index da66e9740eb..29d42ad538d 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "Aquí hay una vista previa de lo que construirás", "demo-project-title": "Here's an example of a project that meets the requirements", "github-required": "<0>Crea una cuenta en GitHub si no tienes una. Lo necesitará al crear la máquina virtual de servidores Linux, que puede tardar unos minutos.", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", @@ -549,7 +569,8 @@ "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", "sub-step-3": "Navigate to your <0>Ona secrets page", "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "In the <0>Secret field, paste your token" + "sub-step-5": "In the <0>Secret field, paste your token", + "summary": "Ona Setup" }, "local": { "intro": "This course runs in a virtual Linux machine on your computer. To run the course, you first need to download each of the following if you don't already have them:", @@ -571,7 +592,8 @@ "step-7": "Copy the course URL below, paste it in the URL input, and click \"Load\".", "copy-url": "Copy Course URL", "step-8": "Click \"Start\" to begin.", - "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass." + "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass.", + "summary": "Local Setup" }, "step-1": "Paso 1: Completa el proyecto", "step-2": "Paso 2: Envía tu código", diff --git a/client/i18n/locales/german/intro.json b/client/i18n/locales/german/intro.json index 990226e41e7..16e3d2e5d6b 100644 --- a/client/i18n/locales/german/intro.json +++ b/client/i18n/locales/german/intro.json @@ -2323,6 +2323,12 @@ "In these lessons, you will learn about how to create accessible tables and forms." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Introduction to ARIA", "intro": [ diff --git a/client/i18n/locales/german/translations.json b/client/i18n/locales/german/translations.json index 3bce7d4c6a9..1281efffb91 100644 --- a/client/i18n/locales/german/translations.json +++ b/client/i18n/locales/german/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "Hier ist eine Vorschau auf das, was du erstellen wirst", "demo-project-title": "Here's an example of a project that meets the requirements", "github-required": "<0>Erstelle ein GitHub-Konto, wenn du noch keines hast. Du benötigst es, wenn du die virtuelle Linux-Server-Maschine erstellst. Dieser Vorgang kann ein paar Minuten dauern.", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", @@ -549,7 +569,8 @@ "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", "sub-step-3": "Navigate to your <0>Ona secrets page", "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "In the <0>Secret field, paste your token" + "sub-step-5": "In the <0>Secret field, paste your token", + "summary": "Ona Setup" }, "local": { "intro": "This course runs in a virtual Linux machine on your computer. To run the course, you first need to download each of the following if you don't already have them:", @@ -571,7 +592,8 @@ "step-7": "Copy the course URL below, paste it in the URL input, and click \"Load\".", "copy-url": "Copy Course URL", "step-8": "Click \"Start\" to begin.", - "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass." + "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass.", + "summary": "Local Setup" }, "step-1": "Schritt 1: Das Projekt abschließen", "step-2": "Schritt 2: Übermittle deinen Code", diff --git a/client/i18n/locales/italian/intro.json b/client/i18n/locales/italian/intro.json index 3d59e59acc6..2d7315a5618 100644 --- a/client/i18n/locales/italian/intro.json +++ b/client/i18n/locales/italian/intro.json @@ -2323,6 +2323,12 @@ "In these lessons, you will learn about how to create accessible tables and forms." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Introduction to ARIA", "intro": [ diff --git a/client/i18n/locales/italian/translations.json b/client/i18n/locales/italian/translations.json index cf309d4b665..939efe327b0 100644 --- a/client/i18n/locales/italian/translations.json +++ b/client/i18n/locales/italian/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "Ecco una anticipazione di quello che creerai", "demo-project-title": "Here's an example of a project that meets the requirements", "github-required": "<0>Crea un account GitHub se non ne hai uno. Ne avrai bisogno quando crei la macchina virtuale di Linux. Questo processo potrebbe richiedere alcuni minuti.", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", @@ -549,7 +569,8 @@ "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", "sub-step-3": "Navigate to your <0>Ona secrets page", "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "In the <0>Secret field, paste your token" + "sub-step-5": "In the <0>Secret field, paste your token", + "summary": "Ona Setup" }, "local": { "intro": "This course runs in a virtual Linux machine on your computer. To run the course, you first need to download each of the following if you don't already have them:", @@ -571,7 +592,8 @@ "step-7": "Copy the course URL below, paste it in the URL input, and click \"Load\".", "copy-url": "Copy Course URL", "step-8": "Click \"Start\" to begin.", - "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass." + "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass.", + "summary": "Local Setup" }, "step-1": "Step 1: Completa il progetto", "step-2": "Step 2: Consegna il codice", diff --git a/client/i18n/locales/japanese/intro.json b/client/i18n/locales/japanese/intro.json index eeb404b670f..c1dfbccd1fa 100644 --- a/client/i18n/locales/japanese/intro.json +++ b/client/i18n/locales/japanese/intro.json @@ -2323,6 +2323,12 @@ "In these lessons, you will learn about how to create accessible tables and forms." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Introduction to ARIA", "intro": [ diff --git a/client/i18n/locales/japanese/translations.json b/client/i18n/locales/japanese/translations.json index 8afde2643a7..dff711238ac 100644 --- a/client/i18n/locales/japanese/translations.json +++ b/client/i18n/locales/japanese/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "これから作成する物のプレビューです。", "demo-project-title": "要件を満たすプロジェクトの例です。", "github-required": "<0>GitHub アカウントをお持ちでない場合は作成してください。 仮想 Linux サーバーマシンを作成する際に必要です。この処理には数分かかることがあります。", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", @@ -549,7 +569,8 @@ "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", "sub-step-3": "Navigate to your <0>Ona secrets page", "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "In the <0>Secret field, paste your token" + "sub-step-5": "In the <0>Secret field, paste your token", + "summary": "Ona Setup" }, "local": { "intro": "This course runs in a virtual Linux machine on your computer. To run the course, you first need to download each of the following if you don't already have them:", @@ -571,7 +592,8 @@ "step-7": "Copy the course URL below, paste it in the URL input, and click \"Load\".", "copy-url": "Copy Course URL", "step-8": "Click \"Start\" to begin.", - "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass." + "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass.", + "summary": "Local Setup" }, "step-1": "ステップ 1: プロジェクトを完成させる", "step-2": "ステップ 2: コードを提出する", diff --git a/client/i18n/locales/korean/intro.json b/client/i18n/locales/korean/intro.json index 9311c160999..f8ab06b0fce 100644 --- a/client/i18n/locales/korean/intro.json +++ b/client/i18n/locales/korean/intro.json @@ -2323,6 +2323,12 @@ "In these lessons, you will learn about how to create accessible tables and forms." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Introduction to ARIA", "intro": [ diff --git a/client/i18n/locales/korean/translations.json b/client/i18n/locales/korean/translations.json index 7d11816fc46..a06bef8f4a9 100644 --- a/client/i18n/locales/korean/translations.json +++ b/client/i18n/locales/korean/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "Here's a preview of what you will build", "demo-project-title": "Here's an example of a project that meets the requirements", "github-required": "<0>Create a GitHub account if you don't have one. You'll need it when you create the virtual Linux server machine. This process may take a few minutes.", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", @@ -549,7 +569,8 @@ "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", "sub-step-3": "Navigate to your <0>Ona secrets page", "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "In the <0>Secret field, paste your token" + "sub-step-5": "In the <0>Secret field, paste your token", + "summary": "Ona Setup" }, "local": { "intro": "This course runs in a virtual Linux machine on your computer. To run the course, you first need to download each of the following if you don't already have them:", @@ -571,7 +592,8 @@ "step-7": "Copy the course URL below, paste it in the URL input, and click \"Load\".", "copy-url": "Copy Course URL", "step-8": "Click \"Start\" to begin.", - "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass." + "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass.", + "summary": "Local Setup" }, "step-1": "Step 1: Complete the project", "step-2": "Step 2: Submit your code", diff --git a/client/i18n/locales/portuguese/intro.json b/client/i18n/locales/portuguese/intro.json index 7c27f3c31b2..faf7e6734c0 100644 --- a/client/i18n/locales/portuguese/intro.json +++ b/client/i18n/locales/portuguese/intro.json @@ -2321,6 +2321,12 @@ "Nestes cursos, você aprenderá como criar tabelas e formulários acessíveis." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Introdução ao ARIA", "intro": [ diff --git a/client/i18n/locales/portuguese/translations.json b/client/i18n/locales/portuguese/translations.json index 8306985297e..4d89474a654 100644 --- a/client/i18n/locales/portuguese/translations.json +++ b/client/i18n/locales/portuguese/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "Aqui está uma prévia do que você vai criar", "demo-project-title": "Aqui está o exemplo de um projeto que atende aos requisitos", "github-required": "<0>Crie uma conta no GitHub se você já não tiver uma. Você vai precisar dela ao criar a máquina virtual do servidor Linux. Esse processo pode demorar alguns minutos.", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "Este curso é executado em uma máquina virtual Linux usando o Ona. Siga estas instruções para iniciar o curso:", "step-1": "<0>Crie uma conta no Ona se você não tiver uma", @@ -549,7 +569,8 @@ "logout-warning": "Se você sair do FreeCodeCamp antes de completar todo o curso {{course}}, seu progresso não será salvo na sua conta do freeCodeCamp.", "sub-step-3": "Navegue para a sua <0>Página de segredos do Ona", "sub-step-4": "Crie um novo segredo chamado <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "No campo <0>Secret, cole seu token" + "sub-step-5": "No campo <0>Secret, cole seu token", + "summary": "Ona Setup" }, "local": { "intro": "Este curso é executado em uma máquina virtual Linux no seu computador. Para executar o curso, você primeiro precisa baixar cada um se você ainda não os possui:", @@ -571,7 +592,8 @@ "step-7": "Copie a URL do curso abaixo, cole-o na URL e clique em \"Carregar\".", "copy-url": "Copiar URL do curso", "step-8": "Clique em \"Start\" para começar", - "step-9": "Siga as instruções no CodeRoad para completar o curso. Nota: Pode ser necessário reiniciar o terminal uma vez para que as configurações tenham efeito e os testes terminem." + "step-9": "Siga as instruções no CodeRoad para completar o curso. Nota: Pode ser necessário reiniciar o terminal uma vez para que as configurações tenham efeito e os testes terminem.", + "summary": "Local Setup" }, "step-1": "Etapa 1: Conclua o projeto", "step-2": "Etapa 2: Envie seu código", diff --git a/client/i18n/locales/swahili/intro.json b/client/i18n/locales/swahili/intro.json index 1d55755968b..d71c5ac20e3 100644 --- a/client/i18n/locales/swahili/intro.json +++ b/client/i18n/locales/swahili/intro.json @@ -2323,6 +2323,12 @@ "In these lessons, you will learn about how to create accessible tables and forms." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Introduction to ARIA", "intro": [ diff --git a/client/i18n/locales/swahili/translations.json b/client/i18n/locales/swahili/translations.json index b141666fc42..ec5d480cf56 100644 --- a/client/i18n/locales/swahili/translations.json +++ b/client/i18n/locales/swahili/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "Hapa kuna muonyesho wa kile utakachounda", "demo-project-title": "Here's an example of a project that meets the requirements", "github-required": "<0>Unda akaunti ya GitHub ikiwa huna akaunti. Utaihitaji unapounda mashine ya seva ya Linux. Mchakato huu unaweza kuchukua dakika chache.", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", @@ -549,7 +569,8 @@ "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", "sub-step-3": "Navigate to your <0>Ona secrets page", "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "In the <0>Secret field, paste your token" + "sub-step-5": "In the <0>Secret field, paste your token", + "summary": "Ona Setup" }, "local": { "intro": "This course runs in a virtual Linux machine on your computer. To run the course, you first need to download each of the following if you don't already have them:", @@ -571,7 +592,8 @@ "step-7": "Copy the course URL below, paste it in the URL input, and click \"Load\".", "copy-url": "Copy Course URL", "step-8": "Click \"Start\" to begin.", - "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass." + "step-9": "Follow the instructions in CodeRoad to complete the course. Note: You may need to restart the terminal once for terminal settings to take effect and the tests to pass.", + "summary": "Local Setup" }, "step-1": "Hatua ya 1: Kamilisha mradi", "step-2": "Hatua ya 2: Wasilisha msimbo wako", diff --git a/client/i18n/locales/ukrainian/intro.json b/client/i18n/locales/ukrainian/intro.json index 6baa38201d2..02becc4530f 100644 --- a/client/i18n/locales/ukrainian/intro.json +++ b/client/i18n/locales/ukrainian/intro.json @@ -2309,6 +2309,12 @@ "In these lessons, you will learn about how to create accessible tables and forms." ] }, + "workshop-tech-conference-schedule": { + "title": "Build a Tech Conference Schedule Table", + "intro": [ + "In this workshop, you will build an accessible tech conference schedule table." + ] + }, "lecture-introduction-to-aria": { "title": "Вступ до ARIA", "intro": [ diff --git a/client/i18n/locales/ukrainian/translations.json b/client/i18n/locales/ukrainian/translations.json index 7e68a59fe66..e533929e9ed 100644 --- a/client/i18n/locales/ukrainian/translations.json +++ b/client/i18n/locales/ukrainian/translations.json @@ -533,6 +533,26 @@ "project-preview-title": "Попередній перегляд того, що ви будете створювати", "demo-project-title": "Ось приклад проєкту, який відповідає вимогам", "github-required": "<0>Створіть обліковий запис GitHub, якщо у вас його немає. Він знадобиться під час створення віртуальної серверної машини Linux. Цей процес може зайняти кілька хвилин.", + "codespaces": { + "intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", + "step-1": "<0>Create an GitHub account if you don't have one", + "step-2": "Click the start button below", + "step-3": "On that page, click the create button", + "step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", + "step-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,", + "step-6": "Going to the <0>View menu,", + "step-7": "Clicking on the <0>Command Palette option,", + "step-8": "and running the <0>CodeRoad: Start command", + "step-9": "Follow the instructions in CodeRoad to complete the course", + "continue-project": "Clicking the button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page to re-open a previous workspace.", + "learn-more": "Learn more about <0>Codespace workspaces.", + "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", + "sub-step-3": "Navigate to your <0>Codespaces secrets page", + "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", + "sub-step-5": "In the <0>Value field, paste your token", + "sub-step-6": "In the <0>Repository access field, select the <1>freeCodeCamp/rdb-alpha repository", + "summary": "Codespaces Setup" + }, "ona": { "intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "step-1": "<0>Create an Ona account if you don't have one", @@ -549,7 +569,8 @@ "logout-warning": "If you log out of freeCodeCamp before you complete the entire {{course}} course, your progress will not be saved to your freeCodeCamp account.", "sub-step-3": "Navigate to your <0>Ona secrets page", "sub-step-4": "Create a new secret named <0>CODEROAD_WEBHOOK_TOKEN", - "sub-step-5": "In the <0>Secret field, paste your token" + "sub-step-5": "In the <0>Secret field, paste your token", + "summary": "Ona Setup" }, "local": { "intro": "Цей курс виконується на віртуальній машині Linux на вашому комп’ютері. Щоб розпочати, потрібно завантажити:", @@ -571,7 +592,8 @@ "step-7": "Скопіюйте посилання на курс нижче, вставте його в «URL» і натисніть «Load».", "copy-url": "Скопіювати посилання на курс", "step-8": "Натисніть «Start», щоб розпочати.", - "step-9": "Дотримуйтесь інструкцій в CodeRoad, щоб завершити курс. Примітка: можливо, вам знадобиться перезапустити термінал, щоб застосувати його налаштування і тести були успішними." + "step-9": "Дотримуйтесь інструкцій в CodeRoad, щоб завершити курс. Примітка: можливо, вам знадобиться перезапустити термінал, щоб застосувати його налаштування і тести були успішними.", + "summary": "Local Setup" }, "step-1": "Крок 1: завершіть проєкт", "step-2": "Крок 2: відправте код",