chore(i18n,client): processed translations (#67621)

This commit is contained in:
freeCodeCamp Camper-bot
2026-05-28 12:31:08 +05:30
committed by GitHub
parent 693048a46c
commit 473d660134
20 changed files with 321 additions and 61 deletions
@@ -6234,6 +6234,7 @@
}, },
"modules": { "modules": {
"python-basics": "Python Basics", "python-basics": "Python Basics",
"python-installation": "Install Python",
"python-loops-and-sequences": "Loops and Sequences", "python-loops-and-sequences": "Loops and Sequences",
"python-dictionaries-and-sets": "Dictionaries and Sets", "python-dictionaries-and-sets": "Dictionaries and Sets",
"lab-user-configuration-manager": "Build a User Configuration Manager", "lab-user-configuration-manager": "Build a User Configuration Manager",
@@ -6255,7 +6256,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "Introduction to Python", "title": "Introduction to Python",
"intro": [ "intro": [
"In these lessons, you will learn what Python is and how to set up your development environment." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6347,6 +6348,24 @@
"Test what you've learned about Python basics with this quiz." "Test what you've learned about Python basics with this quiz."
] ]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "Working with Loops and Sequences", "title": "Working with Loops and Sequences",
"intro": [ "intro": [
@@ -7125,6 +7144,13 @@
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods." "Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "Understanding the REST API and Web Services", "title": "Understanding the REST API and Web Services",
"intro": [ "intro": [
@@ -604,8 +604,8 @@
"github-required": "如果你沒有 GitHub 賬戶,你需要 <0>創建 GitHub</0> 賬戶。 你需要創建虛擬 Linux 服務器,這個過程可能需要幾分鐘。", "github-required": "如果你沒有 GitHub 賬戶,你需要 <0>創建 GitHub</0> 賬戶。 你需要創建虛擬 Linux 服務器,這個過程可能需要幾分鐘。",
"codespaces": { "codespaces": {
"intro": "本課程使用 GitHub Codespaces 在虛擬的 Linux 機器中運行。按照這些說明開始學習課程:", "intro": "本課程使用 GitHub Codespaces 在虛擬的 Linux 機器中運行。按照這些說明開始學習課程:",
"step-1": "如果你沒有 GitHub 賬戶,<0>創建一個</0>", "step-1": "<0>Create a GitHub account</0> if you don't have one",
"step-2": "點擊此列表下方的開始按鈕", "step-2": "Click the start button below",
"step-3": "在該頁面,點擊創建按鈕", "step-3": "在該頁面,點擊創建按鈕",
"step-4": "虛擬 Linux 機器加載完成後,啓動 CodeRoad 擴展:", "step-4": "虛擬 Linux 機器加載完成後,啓動 CodeRoad 擴展:",
"step-5": "點擊 VSCode 窗口左上角的菜單,", "step-5": "點擊 VSCode 窗口左上角的菜單,",
@@ -613,7 +613,7 @@
"step-7": "點擊 <0>命令面板</0> 選項,", "step-7": "點擊 <0>命令面板</0> 選項,",
"step-8": "並運行 <0>CodeRoad: Start</0> 命令", "step-8": "並運行 <0>CodeRoad: Start</0> 命令",
"step-9": "按照 CodeRoad 中的說明完成課程", "step-9": "按照 CodeRoad 中的說明完成課程",
"continue-project": "點擊下面的按鈕將啓動一個新項目。如果你之前已經開始了 {{title}} 課程,請前往 <0>倉庫頁面</0> 重新打開之前的工作區。", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page</0> to re-open a previous workspace.",
"learn-more": "瞭解更多關於 <0>Codespace 工作區</0> 的信息。", "learn-more": "瞭解更多關於 <0>Codespace 工作區</0> 的信息。",
"logout-warning": "如果你在完成整個 {{course}} 課程之前退出 freeCodeCamp,你的進度將不會被保存到你的 freeCodeCamp 賬戶中。", "logout-warning": "如果你在完成整個 {{course}} 課程之前退出 freeCodeCamp,你的進度將不會被保存到你的 freeCodeCamp 賬戶中。",
"sub-step-3": "前往你的 <0>Codespaces secrets 頁面</0>", "sub-step-3": "前往你的 <0>Codespaces secrets 頁面</0>",
@@ -626,7 +626,7 @@
"ona": { "ona": {
"intro": "本課程使用 Ona 在虛擬的 Linux 機器中運行。按照這些說明開始學習課程:", "intro": "本課程使用 Ona 在虛擬的 Linux 機器中運行。按照這些說明開始學習課程:",
"step-1": "如果你沒有 Ona 賬戶,<0>創建一個</0>", "step-1": "如果你沒有 Ona 賬戶,<0>創建一個</0>",
"step-2": "點擊此列表下方的開始按鈕", "step-2": "Click the start button below",
"step-3": "在彈出的模態框中,點擊創建按鈕", "step-3": "在彈出的模態框中,點擊創建按鈕",
"step-4": "虛擬 Linux 機器加載完成後,啓動 CodeRoad 擴展:", "step-4": "虛擬 Linux 機器加載完成後,啓動 CodeRoad 擴展:",
"step-5": "點擊 VSCode 窗口左上角的 “hamburger” 菜單,", "step-5": "點擊 VSCode 窗口左上角的 “hamburger” 菜單,",
@@ -634,7 +634,7 @@
"step-7": "點擊<0>命令面板</0>選項,", "step-7": "點擊<0>命令面板</0>選項,",
"step-8": "並運行 <0>CodeRoad: Start</0> 命令", "step-8": "並運行 <0>CodeRoad: Start</0> 命令",
"step-9": "按照 CodeRoad 中的說明完成課程", "step-9": "按照 CodeRoad 中的說明完成課程",
"continue-project": "點擊下面的按鈕將啓動一個新項目。如果你已經開始了 {{course}} 課程,請進入 <0>你的 Ona 面板</0> 繼續。", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{course}} course, go to <0>your Ona dashboard</0> to continue.",
"learn-more": "瞭解更多關於 <0>Ona 工作區</0> 的信息", "learn-more": "瞭解更多關於 <0>Ona 工作區</0> 的信息",
"logout-warning": "如果你在完成整個 {{course}} 課程之前退出 freeCodeCamp,你的進度將不會被保存到你的 freeCodeCamp 賬戶中。", "logout-warning": "如果你在完成整個 {{course}} 課程之前退出 freeCodeCamp,你的進度將不會被保存到你的 freeCodeCamp 賬戶中。",
"sub-step-3": "前往你的 <0>Ona secrets 頁面</0>", "sub-step-3": "前往你的 <0>Ona secrets 頁面</0>",
+27 -1
View File
@@ -6234,6 +6234,7 @@
}, },
"modules": { "modules": {
"python-basics": "Python Basics", "python-basics": "Python Basics",
"python-installation": "Install Python",
"python-loops-and-sequences": "Loops and Sequences", "python-loops-and-sequences": "Loops and Sequences",
"python-dictionaries-and-sets": "Dictionaries and Sets", "python-dictionaries-and-sets": "Dictionaries and Sets",
"lab-user-configuration-manager": "Build a User Configuration Manager", "lab-user-configuration-manager": "Build a User Configuration Manager",
@@ -6255,7 +6256,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "Introduction to Python", "title": "Introduction to Python",
"intro": [ "intro": [
"In these lessons, you will learn what Python is and how to set up your development environment." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6347,6 +6348,24 @@
"Test what you've learned about Python basics with this quiz." "Test what you've learned about Python basics with this quiz."
] ]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "Working with Loops and Sequences", "title": "Working with Loops and Sequences",
"intro": [ "intro": [
@@ -7125,6 +7144,13 @@
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods." "Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "Understanding the REST API and Web Services", "title": "Understanding the REST API and Web Services",
"intro": [ "intro": [
@@ -604,8 +604,8 @@
"github-required": "如果你没有 GitHub 账户,你需要 <0>创建 GitHub</0> 账户。 你需要创建虚拟 Linux 服务器,这个过程可能需要几分钟。", "github-required": "如果你没有 GitHub 账户,你需要 <0>创建 GitHub</0> 账户。 你需要创建虚拟 Linux 服务器,这个过程可能需要几分钟。",
"codespaces": { "codespaces": {
"intro": "本课程使用 GitHub Codespaces 在虚拟的 Linux 机器中运行。按照这些说明开始学习课程:", "intro": "本课程使用 GitHub Codespaces 在虚拟的 Linux 机器中运行。按照这些说明开始学习课程:",
"step-1": "如果你没有 GitHub 账户,<0>创建一个</0>", "step-1": "<0>Create a GitHub account</0> if you don't have one",
"step-2": "点击此列表下方的开始按钮", "step-2": "Click the start button below",
"step-3": "在该页面,点击创建按钮", "step-3": "在该页面,点击创建按钮",
"step-4": "虚拟 Linux 机器加载完成后,启动 CodeRoad 扩展:", "step-4": "虚拟 Linux 机器加载完成后,启动 CodeRoad 扩展:",
"step-5": "点击 VSCode 窗口左上角的菜单,", "step-5": "点击 VSCode 窗口左上角的菜单,",
@@ -613,7 +613,7 @@
"step-7": "点击 <0>命令面板</0> 选项,", "step-7": "点击 <0>命令面板</0> 选项,",
"step-8": "并运行 <0>CodeRoad: Start</0> 命令", "step-8": "并运行 <0>CodeRoad: Start</0> 命令",
"step-9": "按照 CodeRoad 中的说明完成课程", "step-9": "按照 CodeRoad 中的说明完成课程",
"continue-project": "点击下面的按钮将启动一个新项目。如果你之前已经开始了 {{title}} 课程,请前往 <0>仓库页面</0> 重新打开之前的工作区。", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page</0> to re-open a previous workspace.",
"learn-more": "了解更多关于 <0>Codespace 工作区</0> 的信息。", "learn-more": "了解更多关于 <0>Codespace 工作区</0> 的信息。",
"logout-warning": "如果你在完成整个 {{course}} 课程之前退出 freeCodeCamp,你的进度将不会被保存到你的 freeCodeCamp 账户中。", "logout-warning": "如果你在完成整个 {{course}} 课程之前退出 freeCodeCamp,你的进度将不会被保存到你的 freeCodeCamp 账户中。",
"sub-step-3": "前往你的 <0>Codespaces secrets 页面</0>", "sub-step-3": "前往你的 <0>Codespaces secrets 页面</0>",
@@ -626,7 +626,7 @@
"ona": { "ona": {
"intro": "本课程使用 Ona 在虚拟的 Linux 机器中运行。按照这些说明开始学习课程:", "intro": "本课程使用 Ona 在虚拟的 Linux 机器中运行。按照这些说明开始学习课程:",
"step-1": "如果你没有 Ona 账户,<0>创建一个</0>", "step-1": "如果你没有 Ona 账户,<0>创建一个</0>",
"step-2": "点击此列表下方的开始按钮", "step-2": "Click the start button below",
"step-3": "在弹出的模态框中,点击创建按钮", "step-3": "在弹出的模态框中,点击创建按钮",
"step-4": "虚拟 Linux 机器加载完成后,启动 CodeRoad 扩展:", "step-4": "虚拟 Linux 机器加载完成后,启动 CodeRoad 扩展:",
"step-5": "点击 VSCode 窗口左上角的 “hamburger” 菜单,", "step-5": "点击 VSCode 窗口左上角的 “hamburger” 菜单,",
@@ -634,7 +634,7 @@
"step-7": "点击<0>命令面板</0>选项,", "step-7": "点击<0>命令面板</0>选项,",
"step-8": "并运行 <0>CodeRoad: Start</0> 命令", "step-8": "并运行 <0>CodeRoad: Start</0> 命令",
"step-9": "按照 CodeRoad 中的说明完成课程", "step-9": "按照 CodeRoad 中的说明完成课程",
"continue-project": "点击下面的按钮将启动一个新项目。如果你已经开始了 {{course}} 课程,请进入 <0>你的 Ona 面板</0> 继续。", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{course}} course, go to <0>your Ona dashboard</0> to continue.",
"learn-more": "了解更多关于 <0>Ona 工作区</0> 的信息", "learn-more": "了解更多关于 <0>Ona 工作区</0> 的信息",
"logout-warning": "如果你在完成整个 {{course}} 课程之前退出 freeCodeCamp,你的进度将不会被保存到你的 freeCodeCamp 账户中。", "logout-warning": "如果你在完成整个 {{course}} 课程之前退出 freeCodeCamp,你的进度将不会被保存到你的 freeCodeCamp 账户中。",
"sub-step-3": "前往你的 <0>Ona secrets 页面</0>", "sub-step-3": "前往你的 <0>Ona secrets 页面</0>",
+27 -1
View File
@@ -6364,6 +6364,7 @@
}, },
"modules": { "modules": {
"python-basics": "Fundamentos de Python", "python-basics": "Fundamentos de Python",
"python-installation": "Install Python",
"python-loops-and-sequences": "Bucles y Secuencias", "python-loops-and-sequences": "Bucles y Secuencias",
"python-dictionaries-and-sets": "Diccionarios y Conjuntos", "python-dictionaries-and-sets": "Diccionarios y Conjuntos",
"lab-user-configuration-manager": "Construir un Gestor de Configuración de Usuarios.", "lab-user-configuration-manager": "Construir un Gestor de Configuración de Usuarios.",
@@ -6385,7 +6386,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "Introducción a Python", "title": "Introducción a Python",
"intro": [ "intro": [
"In these lessons, you will learn what Python is and how to set up your development environment." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6477,6 +6478,24 @@
"Pon a prueba lo que has aprendido sobre fundamentos de Python con este cuestionario." "Pon a prueba lo que has aprendido sobre fundamentos de Python con este cuestionario."
] ]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "Trabajar con Bucles y Secuencias", "title": "Trabajar con Bucles y Secuencias",
"intro": [ "intro": [
@@ -7271,6 +7290,13 @@
"Aprende los fundamentos de cómo funciona la comunicación web a través del modelo de solicitud-respuesta HTTP, explora diferentes tipos de recursos web y respuestas, y comprende cómo los formularios manejan el envío de datos utilizando varios métodos HTTP." "Aprende los fundamentos de cómo funciona la comunicación web a través del modelo de solicitud-respuesta HTTP, explora diferentes tipos de recursos web y respuestas, y comprende cómo los formularios manejan el envío de datos utilizando varios métodos HTTP."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "Understanding the REST API and Web Services", "title": "Understanding the REST API and Web Services",
"intro": [ "intro": [
@@ -604,8 +604,8 @@
"github-required": "<0>Crea una cuenta en GitHub</0> si no tienes una. Lo necesitará al crear la máquina virtual de servidores Linux, que puede tardar unos minutos.", "github-required": "<0>Crea una cuenta en GitHub</0> si no tienes una. Lo necesitará al crear la máquina virtual de servidores Linux, que puede tardar unos minutos.",
"codespaces": { "codespaces": {
"intro": "Este curso se ejecuta en una máquina virtual Linux usando GitHub Codespaces. Sigue estas instrucciones para iniciar el curso:", "intro": "Este curso se ejecuta en una máquina virtual Linux usando GitHub Codespaces. Sigue estas instrucciones para iniciar el curso:",
"step-1": "<0>Crea una cuenta de GitHub</0> si no tienes una", "step-1": "<0>Create a GitHub account</0> if you don't have one",
"step-2": "Haz clic en el botón de inicio debajo de esta lista", "step-2": "Click the start button below",
"step-3": "En esa página, haz clic en el botón de crear", "step-3": "En esa página, haz clic en el botón de crear",
"step-4": "Una vez que la máquina virtual Linux haya terminado de cargar, inicia la extensión CodeRoad mediante:", "step-4": "Una vez que la máquina virtual Linux haya terminado de cargar, inicia la extensión CodeRoad mediante:",
"step-5": "Haciendo clic en el menú “hamburguesa” cerca de la parte superior izquierda de la ventana de VSCode,", "step-5": "Haciendo clic en el menú “hamburguesa” cerca de la parte superior izquierda de la ventana de VSCode,",
@@ -613,7 +613,7 @@
"step-7": "Haz clic en la opción <0>Paleta de comandos</0>,", "step-7": "Haz clic en la opción <0>Paleta de comandos</0>,",
"step-8": "y ejecuta el comando <0>CodeRoad: Start</0>", "step-8": "y ejecuta el comando <0>CodeRoad: Start</0>",
"step-9": "Sigue las instrucciones en CodeRoad para completar el curso", "step-9": "Sigue las instrucciones en CodeRoad para completar el curso",
"continue-project": "Haciendo clic abajo empezarás un nuevo proyecto. Si ya has comenzado el curso {{title}}, ve a la <0>página del repositorio</0> para reabrir un espacio de trabajo anterior.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page</0> to re-open a previous workspace.",
"learn-more": "Aprende más sobre los <0>espacios de trabajo de Codespace</0>.", "learn-more": "Aprende más sobre los <0>espacios de trabajo de Codespace</0>.",
"logout-warning": "Si cierras sesión en freeCodeCamp antes de terminar el curso {{course}}, tu progreso no se guardará en tu cuenta de freeCodeCamp.", "logout-warning": "Si cierras sesión en freeCodeCamp antes de terminar el curso {{course}}, tu progreso no se guardará en tu cuenta de freeCodeCamp.",
"sub-step-3": "Navega a tu <0>página de secretos de Codespaces</0>", "sub-step-3": "Navega a tu <0>página de secretos de Codespaces</0>",
@@ -626,7 +626,7 @@
"ona": { "ona": {
"intro": "Este curso se ejecuta en una máquina virtual de Linux con Ona. Sigue estas instrucciones para comenzar:", "intro": "Este curso se ejecuta en una máquina virtual de Linux con Ona. Sigue estas instrucciones para comenzar:",
"step-1": "<0>Crea una cuenta Ona</0> si no tienes una", "step-1": "<0>Crea una cuenta Ona</0> si no tienes una",
"step-2": "Haz clic en el botón de inicio debajo de esta lista", "step-2": "Click the start button below",
"step-3": "En el modal que aparece de repente, haz clic en el botón de crear", "step-3": "En el modal que aparece de repente, haz clic en el botón de crear",
"step-4": "Una vez el sistema linux virtual ha terminado de cargar, inicia la extensión CodeRoad mediante:", "step-4": "Una vez el sistema linux virtual ha terminado de cargar, inicia la extensión CodeRoad mediante:",
"step-5": "Haciendo clic en el menú “hamburguesa” cerca de la parte superior izquierda de la ventana de VSCode", "step-5": "Haciendo clic en el menú “hamburguesa” cerca de la parte superior izquierda de la ventana de VSCode",
@@ -634,7 +634,7 @@
"step-7": "Haz clic en la opción <0> Paleta de comandos</0>,", "step-7": "Haz clic en la opción <0> Paleta de comandos</0>,",
"step-8": "y ejecuta el comando <0>CodeRoad: Start</0>", "step-8": "y ejecuta el comando <0>CodeRoad: Start</0>",
"step-9": "Sigue las instrucciones en CodeRoad para completar el curso", "step-9": "Sigue las instrucciones en CodeRoad para completar el curso",
"continue-project": "Haciendo clic abajo empezarás un nuevo proyecto. Si ya has comenzado el curso {{course}}, accede a <0>tu panel de Ona</0> para continuar.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{course}} course, go to <0>your Ona dashboard</0> to continue.",
"learn-more": "Aprende más sobre <0>áreas de trabajo Ona.</0>", "learn-more": "Aprende más sobre <0>áreas de trabajo Ona.</0>",
"logout-warning": "Si cierras sesión en freeCodeCamp antes de terminar el curso {{course}}, tu progreso no se guardará en tu cuenta.", "logout-warning": "Si cierras sesión en freeCodeCamp antes de terminar el curso {{course}}, tu progreso no se guardará en tu cuenta.",
"sub-step-3": "Navega a tu <0>página secreta Ona</0>", "sub-step-3": "Navega a tu <0>página secreta Ona</0>",
+27 -1
View File
@@ -6342,6 +6342,7 @@
}, },
"modules": { "modules": {
"python-basics": "Python Basics", "python-basics": "Python Basics",
"python-installation": "Install Python",
"python-loops-and-sequences": "Loops and Sequences", "python-loops-and-sequences": "Loops and Sequences",
"python-dictionaries-and-sets": "Dictionaries and Sets", "python-dictionaries-and-sets": "Dictionaries and Sets",
"lab-user-configuration-manager": "Build a User Configuration Manager", "lab-user-configuration-manager": "Build a User Configuration Manager",
@@ -6363,7 +6364,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "Introduction to Python", "title": "Introduction to Python",
"intro": [ "intro": [
"In these lessons, you will learn what Python is and how to set up your development environment." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6455,6 +6456,24 @@
"Test what you've learned about Python basics with this quiz." "Test what you've learned about Python basics with this quiz."
] ]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "Working with Loops and Sequences", "title": "Working with Loops and Sequences",
"intro": [ "intro": [
@@ -7233,6 +7252,13 @@
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods." "Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "Understanding the REST API and Web Services", "title": "Understanding the REST API and Web Services",
"intro": [ "intro": [
+5 -5
View File
@@ -604,8 +604,8 @@
"github-required": "<0>Erstelle ein GitHub</0>-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.", "github-required": "<0>Erstelle ein GitHub</0>-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": { "codespaces": {
"intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", "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</0> if you don't have one", "step-1": "<0>Create a GitHub account</0> if you don't have one",
"step-2": "Click the start button below this list", "step-2": "Click the start button below",
"step-3": "On that page, click the create button", "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-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-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,",
@@ -613,7 +613,7 @@
"step-7": "Clicking on the <0>Command Palette</0> option,", "step-7": "Clicking on the <0>Command Palette</0> option,",
"step-8": "and running the <0>CodeRoad: Start</0> command", "step-8": "and running the <0>CodeRoad: Start</0> command",
"step-9": "Follow the instructions in CodeRoad to complete the course", "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</0> to re-open a previous workspace.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page</0> to re-open a previous workspace.",
"learn-more": "Learn more about <0>Codespace workspaces</0>.", "learn-more": "Learn more about <0>Codespace workspaces</0>.",
"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.", "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</0>", "sub-step-3": "Navigate to your <0>Codespaces secrets page</0>",
@@ -626,7 +626,7 @@
"ona": { "ona": {
"intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "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</0> if you don't have one", "step-1": "<0>Create an Ona account</0> if you don't have one",
"step-2": "Click the start button below this list", "step-2": "Click the start button below",
"step-3": "In the modal that pops up, click the create button", "step-3": "In the modal that pops up, click the create button",
"step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", "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-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,",
@@ -634,7 +634,7 @@
"step-7": "Clicking on the <0>Command Palette</0> option,", "step-7": "Clicking on the <0>Command Palette</0> option,",
"step-8": "and running the <0>CodeRoad: Start</0> command", "step-8": "and running the <0>CodeRoad: Start</0> command",
"step-9": "Follow the instructions in CodeRoad to complete the course", "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 {{course}} course, go to <0>your Ona dashboard</0> to continue.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{course}} course, go to <0>your Ona dashboard</0> to continue.",
"learn-more": "Learn more about <0>Ona workspaces.</0>", "learn-more": "Learn more about <0>Ona workspaces.</0>",
"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.", "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</0>", "sub-step-3": "Navigate to your <0>Ona secrets page</0>",
+27 -1
View File
@@ -6342,6 +6342,7 @@
}, },
"modules": { "modules": {
"python-basics": "Python Basics", "python-basics": "Python Basics",
"python-installation": "Install Python",
"python-loops-and-sequences": "Loops and Sequences", "python-loops-and-sequences": "Loops and Sequences",
"python-dictionaries-and-sets": "Dictionaries and Sets", "python-dictionaries-and-sets": "Dictionaries and Sets",
"lab-user-configuration-manager": "Build a User Configuration Manager", "lab-user-configuration-manager": "Build a User Configuration Manager",
@@ -6363,7 +6364,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "Introduction to Python", "title": "Introduction to Python",
"intro": [ "intro": [
"In these lessons, you will learn what Python is and how to set up your development environment." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6455,6 +6456,24 @@
"Test what you've learned about Python basics with this quiz." "Test what you've learned about Python basics with this quiz."
] ]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "Working with Loops and Sequences", "title": "Working with Loops and Sequences",
"intro": [ "intro": [
@@ -7233,6 +7252,13 @@
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods." "Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "Understanding the REST API and Web Services", "title": "Understanding the REST API and Web Services",
"intro": [ "intro": [
@@ -604,8 +604,8 @@
"github-required": "<0>Crea un account GitHub</0> se non ne hai uno. Ne avrai bisogno quando crei la macchina virtuale di Linux. Questo processo potrebbe richiedere alcuni minuti.", "github-required": "<0>Crea un account GitHub</0> se non ne hai uno. Ne avrai bisogno quando crei la macchina virtuale di Linux. Questo processo potrebbe richiedere alcuni minuti.",
"codespaces": { "codespaces": {
"intro": "Questo corso viene eseguito in una macchina virtuale Linux utilizzando GitHub Codespaces. Segui queste istruzioni per iniziare il corso:", "intro": "Questo corso viene eseguito in una macchina virtuale Linux utilizzando GitHub Codespaces. Segui queste istruzioni per iniziare il corso:",
"step-1": "<0>Crea un account GitHub</0> se non ne hai uno", "step-1": "<0>Create a GitHub account</0> if you don't have one",
"step-2": "Fai clic sul pulsante di avvio sotto questo elenco", "step-2": "Click the start button below",
"step-3": "In quella pagina, fai clic sul pulsante crea", "step-3": "In quella pagina, fai clic sul pulsante crea",
"step-4": "Una volta completato il caricamento della macchina virtuale Linux, avvia l'estensione CodeRoad in questo modo:", "step-4": "Una volta completato il caricamento della macchina virtuale Linux, avvia l'estensione CodeRoad in questo modo:",
"step-5": "Facendo clic sul menu con le tre linee orizzontali vicino alla parte superiore sinistra della finestra di VSCode,", "step-5": "Facendo clic sul menu con le tre linee orizzontali vicino alla parte superiore sinistra della finestra di VSCode,",
@@ -613,7 +613,7 @@
"step-7": "Clicking on the <0>Command Palette</0> option,", "step-7": "Clicking on the <0>Command Palette</0> option,",
"step-8": "e eseguendo il comando <0>CodeRoad: Start</0>", "step-8": "e eseguendo il comando <0>CodeRoad: Start</0>",
"step-9": "Segui le istruzioni in CodeRoad per completare il corso", "step-9": "Segui le istruzioni in CodeRoad per completare il corso",
"continue-project": "Facendo clic sul pulsante qui sotto inizierai un nuovo progetto. Se hai già iniziato il corso {{title}} in precedenza, vai alla <0>repository page</0> per riaprire un'area di lavoro precedente.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page</0> to re-open a previous workspace.",
"learn-more": "Scopri di più sui <0>workspace di Codespace</0>.", "learn-more": "Scopri di più sui <0>workspace di Codespace</0>.",
"logout-warning": "Se esci da freeCodeCamp prima di aver completato l'intero corso {{course}}, i tuoi progressi non verranno salvati sul tuo account freeCodeCamp.", "logout-warning": "Se esci da freeCodeCamp prima di aver completato l'intero corso {{course}}, i tuoi progressi non verranno salvati sul tuo account freeCodeCamp.",
"sub-step-3": "Vai alla tua <0>pagina dei segreti di Codespaces</0>", "sub-step-3": "Vai alla tua <0>pagina dei segreti di Codespaces</0>",
@@ -626,7 +626,7 @@
"ona": { "ona": {
"intro": "Questo corso viene eseguito in una macchina virtuale Linux utilizzando Ona. Segui queste istruzioni per iniziare il corso:", "intro": "Questo corso viene eseguito in una macchina virtuale Linux utilizzando Ona. Segui queste istruzioni per iniziare il corso:",
"step-1": "<0>Crea un account One</0> se non ne hai uno", "step-1": "<0>Crea un account One</0> se non ne hai uno",
"step-2": "Fai clic sul pulsante di avvio sotto questo elenco", "step-2": "Click the start button below",
"step-3": "Nel popup che appare, fai clic sul pulsante crea", "step-3": "Nel popup che appare, fai clic sul pulsante crea",
"step-4": "Una volta completato il caricamento della macchina virtuale Linux, avvia l'estensione CodeRoad in questo modo:", "step-4": "Una volta completato il caricamento della macchina virtuale Linux, avvia l'estensione CodeRoad in questo modo:",
"step-5": "Facendo clic sul menu con le tre linee orizzontali vicino alla parte superiore sinistra della finestra di VSCode,", "step-5": "Facendo clic sul menu con le tre linee orizzontali vicino alla parte superiore sinistra della finestra di VSCode,",
@@ -634,7 +634,7 @@
"step-7": "Clicking on the <0>Command Palette</0> option,", "step-7": "Clicking on the <0>Command Palette</0> option,",
"step-8": "e avviando il comando <0>CodeRoad: Start</0>", "step-8": "e avviando il comando <0>CodeRoad: Start</0>",
"step-9": "Segui le istruzioni in CodeRoad per completare il corso", "step-9": "Segui le istruzioni in CodeRoad per completare il corso",
"continue-project": "Cliccando sul pulsante qui sotto avvierai un nuovo progetto. Se hai già iniziato il corso {{course}} in precedenza, vai alla <0>tua dashboard Ona</0> per continuare.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{course}} course, go to <0>your Ona dashboard</0> to continue.",
"learn-more": "Scopri di più sui <0>workspace di Ona.</0>", "learn-more": "Scopri di più sui <0>workspace di Ona.</0>",
"logout-warning": "Se esci da freeCodeCamp prima di aver completato l'intero corso {{course}}, i tuoi progressi non verranno salvati sul tuo account freeCodeCamp.", "logout-warning": "Se esci da freeCodeCamp prima di aver completato l'intero corso {{course}}, i tuoi progressi non verranno salvati sul tuo account freeCodeCamp.",
"sub-step-3": "Vai alla tua <0>pagina dei segreti di Ona</0>", "sub-step-3": "Vai alla tua <0>pagina dei segreti di Ona</0>",
+27 -1
View File
@@ -6342,6 +6342,7 @@
}, },
"modules": { "modules": {
"python-basics": "Python Basics", "python-basics": "Python Basics",
"python-installation": "Install Python",
"python-loops-and-sequences": "Loops and Sequences", "python-loops-and-sequences": "Loops and Sequences",
"python-dictionaries-and-sets": "Dictionaries and Sets", "python-dictionaries-and-sets": "Dictionaries and Sets",
"lab-user-configuration-manager": "Build a User Configuration Manager", "lab-user-configuration-manager": "Build a User Configuration Manager",
@@ -6363,7 +6364,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "Introduction to Python", "title": "Introduction to Python",
"intro": [ "intro": [
"In these lessons, you will learn what Python is and how to set up your development environment." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6455,6 +6456,24 @@
"Test what you've learned about Python basics with this quiz." "Test what you've learned about Python basics with this quiz."
] ]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "Working with Loops and Sequences", "title": "Working with Loops and Sequences",
"intro": [ "intro": [
@@ -7233,6 +7252,13 @@
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods." "Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "Understanding the REST API and Web Services", "title": "Understanding the REST API and Web Services",
"intro": [ "intro": [
@@ -604,8 +604,8 @@
"github-required": "<0>GitHub</0> アカウントをお持ちでない場合は作成してください。 仮想 Linux サーバーマシンを作成する際に必要です。この処理には数分かかることがあります。", "github-required": "<0>GitHub</0> アカウントをお持ちでない場合は作成してください。 仮想 Linux サーバーマシンを作成する際に必要です。この処理には数分かかることがあります。",
"codespaces": { "codespaces": {
"intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", "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</0> if you don't have one", "step-1": "<0>Create a GitHub account</0> if you don't have one",
"step-2": "Click the start button below this list", "step-2": "Click the start button below",
"step-3": "On that page, click the create button", "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-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-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,",
@@ -613,7 +613,7 @@
"step-7": "Clicking on the <0>Command Palette</0> option,", "step-7": "Clicking on the <0>Command Palette</0> option,",
"step-8": "and running the <0>CodeRoad: Start</0> command", "step-8": "and running the <0>CodeRoad: Start</0> command",
"step-9": "Follow the instructions in CodeRoad to complete the course", "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</0> to re-open a previous workspace.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page</0> to re-open a previous workspace.",
"learn-more": "Learn more about <0>Codespace workspaces</0>.", "learn-more": "Learn more about <0>Codespace workspaces</0>.",
"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.", "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</0>", "sub-step-3": "Navigate to your <0>Codespaces secrets page</0>",
@@ -626,7 +626,7 @@
"ona": { "ona": {
"intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "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</0> if you don't have one", "step-1": "<0>Create an Ona account</0> if you don't have one",
"step-2": "Click the start button below this list", "step-2": "Click the start button below",
"step-3": "In the modal that pops up, click the create button", "step-3": "In the modal that pops up, click the create button",
"step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", "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-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,",
@@ -634,7 +634,7 @@
"step-7": "Clicking on the <0>Command Palette</0> option,", "step-7": "Clicking on the <0>Command Palette</0> option,",
"step-8": "and running the <0>CodeRoad: Start</0> command", "step-8": "and running the <0>CodeRoad: Start</0> command",
"step-9": "Follow the instructions in CodeRoad to complete the course", "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 {{course}} course, go to <0>your Ona dashboard</0> to continue.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{course}} course, go to <0>your Ona dashboard</0> to continue.",
"learn-more": "Learn more about <0>Ona workspaces.</0>", "learn-more": "Learn more about <0>Ona workspaces.</0>",
"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.", "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</0>", "sub-step-3": "Navigate to your <0>Ona secrets page</0>",
+27 -1
View File
@@ -6162,6 +6162,7 @@
}, },
"modules": { "modules": {
"python-basics": "Python 기초", "python-basics": "Python 기초",
"python-installation": "Install Python",
"python-loops-and-sequences": "루프와 시퀀스", "python-loops-and-sequences": "루프와 시퀀스",
"python-dictionaries-and-sets": "딕셔너리와 세트", "python-dictionaries-and-sets": "딕셔너리와 세트",
"lab-user-configuration-manager": "사용자 구성 관리자 만들기", "lab-user-configuration-manager": "사용자 구성 관리자 만들기",
@@ -6183,7 +6184,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "파이썬 소개", "title": "파이썬 소개",
"intro": [ "intro": [
"이 강의들에서 Python이 무엇인지와 개발 환경 설정 방법을 배우세요." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6261,6 +6262,24 @@
"title": "Python 기초 퀴즈", "title": "Python 기초 퀴즈",
"intro": ["이 퀴즈로 Python 기초 학습 내용을 확인하세요."] "intro": ["이 퀴즈로 Python 기초 학습 내용을 확인하세요."]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "루프와 시퀀스 다루기", "title": "루프와 시퀀스 다루기",
"intro": ["이 강의들에서 루프와 시퀀스 다루기를 배우세요."] "intro": ["이 강의들에서 루프와 시퀀스 다루기를 배우세요."]
@@ -6985,6 +7004,13 @@
"HTTP 요청-응답 모델을 통해 웹 통신의 기본 원리를 배우고, 다양한 웹 자산과 응답 유형을 살펴보며, 여러 HTTP 메서드를 사용해 폼이 데이터 제출을 처리하는 방식을 이해합니다." "HTTP 요청-응답 모델을 통해 웹 통신의 기본 원리를 배우고, 다양한 웹 자산과 응답 유형을 살펴보며, 여러 HTTP 메서드를 사용해 폼이 데이터 제출을 처리하는 방식을 이해합니다."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "REST API와 웹 서비스 이해하기", "title": "REST API와 웹 서비스 이해하기",
"intro": [ "intro": [
+5 -5
View File
@@ -604,8 +604,8 @@
"github-required": "<0>GitHub 계정 만들기</0> 계정이 없으면 만드세요. 가상 리눅스 서버 머신을 만들 때 필요합니다. 이 과정에는 몇 분이 걸릴 수 있습니다.", "github-required": "<0>GitHub 계정 만들기</0> 계정이 없으면 만드세요. 가상 리눅스 서버 머신을 만들 때 필요합니다. 이 과정에는 몇 분이 걸릴 수 있습니다.",
"codespaces": { "codespaces": {
"intro": "이 강좌는 GitHub Codespaces를 사용해 가상 Linux 머신에서 실행됩니다. 강좌를 시작하려면 다음 지침을 따르세요:", "intro": "이 강좌는 GitHub Codespaces를 사용해 가상 Linux 머신에서 실행됩니다. 강좌를 시작하려면 다음 지침을 따르세요:",
"step-1": "<0>GitHub 계정을 만드세요</0> (계정이 없으면).", "step-1": "<0>Create a GitHub account</0> if you don't have one",
"step-2": "이 목록 아래의 시작 버튼을 클릭하세요", "step-2": "Click the start button below",
"step-3": "해당 페이지에서 생성 버튼을 클릭하세요", "step-3": "해당 페이지에서 생성 버튼을 클릭하세요",
"step-4": "가상 Linux 머신 로드가 완료되면 CodeRoad 확장 기능을 다음과 같이 시작하세요:", "step-4": "가상 Linux 머신 로드가 완료되면 CodeRoad 확장 기능을 다음과 같이 시작하세요:",
"step-5": "VSCode 창 왼쪽 상단 근처에 있는 '햄버거' 메뉴를 클릭하면,", "step-5": "VSCode 창 왼쪽 상단 근처에 있는 '햄버거' 메뉴를 클릭하면,",
@@ -613,7 +613,7 @@
"step-7": "<0>Command Palette</0> 옵션을 클릭하세요,", "step-7": "<0>Command Palette</0> 옵션을 클릭하세요,",
"step-8": "그리고 <0>CodeRoad: Start</0> 명령을 실행하세요.", "step-8": "그리고 <0>CodeRoad: Start</0> 명령을 실행하세요.",
"step-9": "CodeRoad의 지침을 따라 과정을 완료하세요", "step-9": "CodeRoad의 지침을 따라 과정을 완료하세요",
"continue-project": "아래 버튼을 클릭하면 새 프로젝트가 시작됩니다. 이전에 {{title}} 과정을 시작한 경우 이전 워크스페이스를 다시 열려면 <0>저장소 페이지</0>로 이동하세요.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page</0> to re-open a previous workspace.",
"learn-more": "<0>Codespace 워크스페이스</0>에 대해 자세히 알아보세요.", "learn-more": "<0>Codespace 워크스페이스</0>에 대해 자세히 알아보세요.",
"logout-warning": "전체 {{course}} 과정을 완료하기 전에 freeCodeCamp에서 로그아웃하면 진행 상황이 freeCodeCamp 계정에 저장되지 않습니다.", "logout-warning": "전체 {{course}} 과정을 완료하기 전에 freeCodeCamp에서 로그아웃하면 진행 상황이 freeCodeCamp 계정에 저장되지 않습니다.",
"sub-step-3": "<0>Codespaces Secrets 페이지</0>로 이동하세요.", "sub-step-3": "<0>Codespaces Secrets 페이지</0>로 이동하세요.",
@@ -626,7 +626,7 @@
"ona": { "ona": {
"intro": "이 강좌는 Ona를 사용해 가상 Linux 머신에서 실행됩니다. 강좌를 시작하려면 다음 지침을 따르세요:", "intro": "이 강좌는 Ona를 사용해 가상 Linux 머신에서 실행됩니다. 강좌를 시작하려면 다음 지침을 따르세요:",
"step-1": "<0>Ona 계정을 만드세요</0> (계정이 없으면).", "step-1": "<0>Ona 계정을 만드세요</0> (계정이 없으면).",
"step-2": "이 목록 아래의 시작 버튼을 클릭하세요", "step-2": "Click the start button below",
"step-3": "팝업되는 모달에서 생성 버튼을 클릭하세요", "step-3": "팝업되는 모달에서 생성 버튼을 클릭하세요",
"step-4": "가상 Linux 머신 로드가 완료되면 CodeRoad 확장 기능을 다음과 같이 시작하세요:", "step-4": "가상 Linux 머신 로드가 완료되면 CodeRoad 확장 기능을 다음과 같이 시작하세요:",
"step-5": "VSCode 창 왼쪽 상단 근처에 있는 '햄버거' 메뉴를 클릭하면,", "step-5": "VSCode 창 왼쪽 상단 근처에 있는 '햄버거' 메뉴를 클릭하면,",
@@ -634,7 +634,7 @@
"step-7": "<0>Command Palette</0> 옵션을 클릭하세요,", "step-7": "<0>Command Palette</0> 옵션을 클릭하세요,",
"step-8": "그리고 <0>CodeRoad: Start</0> 명령을 실행하세요.", "step-8": "그리고 <0>CodeRoad: Start</0> 명령을 실행하세요.",
"step-9": "CodeRoad의 지침을 따라 과정을 완료하세요", "step-9": "CodeRoad의 지침을 따라 과정을 완료하세요",
"continue-project": "아래 버튼을 클릭하면 새 프로젝트가 시작됩니다. 이전에 {{course}} 과정을 시작한 경우 계속하려면 <0>Ona 대시보드</0>로 이동하세요.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{course}} course, go to <0>your Ona dashboard</0> to continue.",
"learn-more": "<0>Ona 워크스페이스</0>에 대해 자세히 알아보세요.", "learn-more": "<0>Ona 워크스페이스</0>에 대해 자세히 알아보세요.",
"logout-warning": "전체 {{course}} 과정을 완료하기 전에 freeCodeCamp에서 로그아웃하면 진행 상황이 freeCodeCamp 계정에 저장되지 않습니다.", "logout-warning": "전체 {{course}} 과정을 완료하기 전에 freeCodeCamp에서 로그아웃하면 진행 상황이 freeCodeCamp 계정에 저장되지 않습니다.",
"sub-step-3": "<0>Ona Secrets 페이지</0>로 이동하세요.", "sub-step-3": "<0>Ona Secrets 페이지</0>로 이동하세요.",
+27 -1
View File
@@ -6400,6 +6400,7 @@
}, },
"modules": { "modules": {
"python-basics": "Noções básicas de Python", "python-basics": "Noções básicas de Python",
"python-installation": "Install Python",
"python-loops-and-sequences": "Laços e Sequências", "python-loops-and-sequences": "Laços e Sequências",
"python-dictionaries-and-sets": "Dicionários e Conjuntos", "python-dictionaries-and-sets": "Dicionários e Conjuntos",
"lab-user-configuration-manager": "Crie um Gerenciador de Configurações de Usuário", "lab-user-configuration-manager": "Crie um Gerenciador de Configurações de Usuário",
@@ -6421,7 +6422,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "Introdução ao Python", "title": "Introdução ao Python",
"intro": [ "intro": [
"Nestas aulas, você aprenderá o que é Python e como configurar o ambiente de Desenvolvimento." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6513,6 +6514,24 @@
"Teste o que você aprendeu sobre noções básicas de Python com este questionário." "Teste o que você aprendeu sobre noções básicas de Python com este questionário."
] ]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "Trabalhando com Laços e Sequências", "title": "Trabalhando com Laços e Sequências",
"intro": [ "intro": [
@@ -7307,6 +7326,13 @@
"Aprenda os fundamentos de como a comunicação web funciona através do modelo de requisição-resposta HTTP, explore diferentes tipos de ativos e respostas web e entenda como os formulários lidam com o envio de dados usando vários métodos HTTP." "Aprenda os fundamentos de como a comunicação web funciona através do modelo de requisição-resposta HTTP, explore diferentes tipos de ativos e respostas web e entenda como os formulários lidam com o envio de dados usando vários métodos HTTP."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "Compreendendo REST APIs e Web Services", "title": "Compreendendo REST APIs e Web Services",
"intro": [ "intro": [
@@ -604,8 +604,8 @@
"github-required": "<0>Crie uma conta no GitHub</0> 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.", "github-required": "<0>Crie uma conta no GitHub</0> 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": { "codespaces": {
"intro": "Este curso é executado em uma máquina virtual Linux usando o GitHub Codespaces. Siga estas instruções para iniciar o curso:", "intro": "Este curso é executado em uma máquina virtual Linux usando o GitHub Codespaces. Siga estas instruções para iniciar o curso:",
"step-1": "<0>Crie uma conta no GitHub</0> se você não tiver uma", "step-1": "<0>Create a GitHub account</0> if you don't have one",
"step-2": "Clique no botão Iniciar abaixo desta lista", "step-2": "Click the start button below",
"step-3": "Naquela página, clique no botão criar", "step-3": "Naquela página, clique no botão criar",
"step-4": "Depois que a máquina virtual do Linux terminar de carregar, inicie a extensão CodeRoad, assim:", "step-4": "Depois que a máquina virtual do Linux terminar de carregar, inicie a extensão CodeRoad, assim:",
"step-5": "Clicando no menu de \"hambúrguer\" perto do canto superior esquerdo da janela do VSCode,", "step-5": "Clicando no menu de \"hambúrguer\" perto do canto superior esquerdo da janela do VSCode,",
@@ -613,7 +613,7 @@
"step-7": "Clicando na opção <0>Paleta de comando</0>,", "step-7": "Clicando na opção <0>Paleta de comando</0>,",
"step-8": "e executando o comando <0>CodeRoad: Start</0>", "step-8": "e executando o comando <0>CodeRoad: Start</0>",
"step-9": "Siga as instruções no CodeRoad para concluir o curso", "step-9": "Siga as instruções no CodeRoad para concluir o curso",
"continue-project": "Clicar no botão abaixo iniciará um novo projeto. Se você já iniciou o curso {{title}}, vá para a <0>página do repositório</0> para reabrir um espaço de trabalho anterior.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page</0> to re-open a previous workspace.",
"learn-more": "Saiba mais sobre <0>Espaços de trabalho Codespace</0>.", "learn-more": "Saiba mais sobre <0>Espaços de trabalho Codespace</0>.",
"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.", "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 Codespaces</0>", "sub-step-3": "Navegue para a sua <0>Página de segredos do Codespaces</0>",
@@ -626,7 +626,7 @@
"ona": { "ona": {
"intro": "Este curso é executado em uma máquina virtual Linux usando o Ona. Siga estas instruções para iniciar o curso:", "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</0> se você não tiver uma", "step-1": "<0>Crie uma conta no Ona</0> se você não tiver uma",
"step-2": "Clique no botão Iniciar abaixo desta lista", "step-2": "Click the start button below",
"step-3": "No modal que aparece para cima, clique no botão criar", "step-3": "No modal que aparece para cima, clique no botão criar",
"step-4": "Depois que a máquina virtual do Linux terminar de carregar, inicie a extensão CodeRoad, assim:", "step-4": "Depois que a máquina virtual do Linux terminar de carregar, inicie a extensão CodeRoad, assim:",
"step-5": "Clicando no menu de \"hambúrguer\" perto do canto superior esquerdo da janela do VScode,", "step-5": "Clicando no menu de \"hambúrguer\" perto do canto superior esquerdo da janela do VScode,",
@@ -634,7 +634,7 @@
"step-7": "Clicando na opção <0>Paleta de comando</0>,", "step-7": "Clicando na opção <0>Paleta de comando</0>,",
"step-8": "e executando o comando <0>CodeRoad: Start</0>", "step-8": "e executando o comando <0>CodeRoad: Start</0>",
"step-9": "Siga as instruções no CodeRoad para concluir o curso", "step-9": "Siga as instruções no CodeRoad para concluir o curso",
"continue-project": "Clicar no botão abaixo iniciará um novo projeto. Se você já iniciou o curso {{course}}, vá para <0>seu painel no Ona</0> para continuar.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{course}} course, go to <0>your Ona dashboard</0> to continue.",
"learn-more": "Saiba mais sobre <0>Ona workspaces.</0>", "learn-more": "Saiba mais sobre <0>Ona workspaces.</0>",
"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.", "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</0>", "sub-step-3": "Navegue para a sua <0>Página de segredos do Ona</0>",
+27 -1
View File
@@ -6342,6 +6342,7 @@
}, },
"modules": { "modules": {
"python-basics": "Python Basics", "python-basics": "Python Basics",
"python-installation": "Install Python",
"python-loops-and-sequences": "Loops and Sequences", "python-loops-and-sequences": "Loops and Sequences",
"python-dictionaries-and-sets": "Dictionaries and Sets", "python-dictionaries-and-sets": "Dictionaries and Sets",
"lab-user-configuration-manager": "Build a User Configuration Manager", "lab-user-configuration-manager": "Build a User Configuration Manager",
@@ -6363,7 +6364,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "Introduction to Python", "title": "Introduction to Python",
"intro": [ "intro": [
"In these lessons, you will learn what Python is and how to set up your development environment." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6455,6 +6456,24 @@
"Test what you've learned about Python basics with this quiz." "Test what you've learned about Python basics with this quiz."
] ]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "Working with Loops and Sequences", "title": "Working with Loops and Sequences",
"intro": [ "intro": [
@@ -7233,6 +7252,13 @@
"Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods." "Learn the fundamentals of how web communication works through the HTTP request-response model, explore different types of web assets and responses, and understand how forms handle data submission using various HTTP methods."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "Understanding the REST API and Web Services", "title": "Understanding the REST API and Web Services",
"intro": [ "intro": [
@@ -604,8 +604,8 @@
"github-required": "<0>Unda akaunti ya GitHub</0> ikiwa huna akaunti. Utaihitaji unapounda mashine ya seva ya Linux. Mchakato huu unaweza kuchukua dakika chache.", "github-required": "<0>Unda akaunti ya GitHub</0> ikiwa huna akaunti. Utaihitaji unapounda mashine ya seva ya Linux. Mchakato huu unaweza kuchukua dakika chache.",
"codespaces": { "codespaces": {
"intro": "This course runs in a virtual Linux machine using GitHub Codespaces. Follow these instructions to start the course:", "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</0> if you don't have one", "step-1": "<0>Create a GitHub account</0> if you don't have one",
"step-2": "Click the start button below this list", "step-2": "Click the start button below",
"step-3": "On that page, click the create button", "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-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-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,",
@@ -613,7 +613,7 @@
"step-7": "Clicking on the <0>Command Palette</0> option,", "step-7": "Clicking on the <0>Command Palette</0> option,",
"step-8": "and running the <0>CodeRoad: Start</0> command", "step-8": "and running the <0>CodeRoad: Start</0> command",
"step-9": "Follow the instructions in CodeRoad to complete the course", "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</0> to re-open a previous workspace.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{title}} course, go to the <0>repository page</0> to re-open a previous workspace.",
"learn-more": "Learn more about <0>Codespace workspaces</0>.", "learn-more": "Learn more about <0>Codespace workspaces</0>.",
"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.", "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</0>", "sub-step-3": "Navigate to your <0>Codespaces secrets page</0>",
@@ -626,7 +626,7 @@
"ona": { "ona": {
"intro": "This course runs in a virtual Linux machine using Ona. Follow these instructions to start the course:", "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</0> if you don't have one", "step-1": "<0>Create an Ona account</0> if you don't have one",
"step-2": "Click the start button below this list", "step-2": "Click the start button below",
"step-3": "In the modal that pops up, click the create button", "step-3": "In the modal that pops up, click the create button",
"step-4": "Once the virtual Linux machine is finished loading, start the CodeRoad extension by:", "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-5": "Clicking the \"hamburger\" menu near the top left of the VSCode window,",
@@ -634,7 +634,7 @@
"step-7": "Clicking on the <0>Command Palette</0> option,", "step-7": "Clicking on the <0>Command Palette</0> option,",
"step-8": "and running the <0>CodeRoad: Start</0> command", "step-8": "and running the <0>CodeRoad: Start</0> command",
"step-9": "Follow the instructions in CodeRoad to complete the course", "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 {{course}} course, go to <0>your Ona dashboard</0> to continue.", "continue-project": "Clicking the start button below will start a new project. If you have previously started the {{course}} course, go to <0>your Ona dashboard</0> to continue.",
"learn-more": "Learn more about <0>Ona workspaces.</0>", "learn-more": "Learn more about <0>Ona workspaces.</0>",
"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.", "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</0>", "sub-step-3": "Navigate to your <0>Ona secrets page</0>",
+27 -1
View File
@@ -6336,6 +6336,7 @@
}, },
"modules": { "modules": {
"python-basics": "Основи Python", "python-basics": "Основи Python",
"python-installation": "Install Python",
"python-loops-and-sequences": "Цикли та послідовності", "python-loops-and-sequences": "Цикли та послідовності",
"python-dictionaries-and-sets": "Словники та набори", "python-dictionaries-and-sets": "Словники та набори",
"lab-user-configuration-manager": "Створіть менеджера для налаштувань користувача", "lab-user-configuration-manager": "Створіть менеджера для налаштувань користувача",
@@ -6357,7 +6358,7 @@
"lecture-introduction-to-python": { "lecture-introduction-to-python": {
"title": "Вступ до Python", "title": "Вступ до Python",
"intro": [ "intro": [
"У цих лекціях ви дізнаєтесь, що таке Python і як налаштувати середовище розробки." "In these lessons, you will learn what Python is and common uses in the industry."
] ]
}, },
"lecture-understanding-variables-and-data-types": { "lecture-understanding-variables-and-data-types": {
@@ -6447,6 +6448,24 @@
"title": "Тест «Основи Python»", "title": "Тест «Основи Python»",
"intro": ["Перевірте, що ви дізнались про основи Python."] "intro": ["Перевірте, що ви дізнались про основи Python."]
}, },
"lecture-python-installation": {
"title": "Installing Python and Running Code Locally",
"intro": [
"In these lessons, you will learn how to install Python on your local device and run code locally."
]
},
"review-python-installation": {
"title": "Python Installation Review",
"intro": [
"Before you are quizzed on working with Python locally, you should review the concepts covered in the lessons."
]
},
"quiz-python-installation": {
"title": "Python Installation Quiz",
"intro": [
"Test what you've learned about installing Python locally with this quiz."
]
},
"lecture-working-with-loops-and-sequences": { "lecture-working-with-loops-and-sequences": {
"title": "Робота з циклами та послідовностями", "title": "Робота з циклами та послідовностями",
"intro": [ "intro": [
@@ -7219,6 +7238,13 @@
"Дізнайтесь про основи роботи вебкомунікації на прикладі моделі запиту-відповіді HTTP, ознайомтеся з різними типами вебресурсів і відповідей, а також зрозумійте, як форми обробляють надсилання даних за допомогою різних методів HTTP." "Дізнайтесь про основи роботи вебкомунікації на прикладі моделі запиту-відповіді HTTP, ознайомтеся з різними типами вебресурсів і відповідей, а також зрозумійте, як форми обробляють надсилання даних за допомогою різних методів HTTP."
] ]
}, },
"quiz-http-and-the-web-standards-model": {
"title": "HTTP and the Web Standards Model Quiz",
"intro": [
"Test your knowledge of HTTP, DNS, TCP/IP, the request-response model, and web standards.",
""
]
},
"lecture-understanding-rest-api-and-web-services": { "lecture-understanding-rest-api-and-web-services": {
"title": "Знайомство з REST API та вебслужбами", "title": "Знайомство з REST API та вебслужбами",
"intro": [ "intro": [
@@ -605,7 +605,7 @@
"codespaces": { "codespaces": {
"intro": "Цей курс виконується у віртуальній машині Linux за допомогою GitHub Codespaces. Дотримуйтесь цих інструкцій, щоб розпочати курс:", "intro": "Цей курс виконується у віртуальній машині Linux за допомогою GitHub Codespaces. Дотримуйтесь цих інструкцій, щоб розпочати курс:",
"step-1": "<0>Створіть обліковий запис на GitHub</0>, якщо його досі немає", "step-1": "<0>Створіть обліковий запис на GitHub</0>, якщо його досі немає",
"step-2": "Натисніть кнопку «Розпочати проєкт» внизу", "step-2": "Натисніть на кнопку нижче, щоб розпочати",
"step-3": "На тій сторінці натисніть на кнопку «Створити»", "step-3": "На тій сторінці натисніть на кнопку «Створити»",
"step-4": "Як тільки віртуальна машина Linux завантажиться, запустіть розширення CodeRoad:", "step-4": "Як тільки віртуальна машина Linux завантажиться, запустіть розширення CodeRoad:",
"step-5": "Натисніть на іконку «гамбургер» біля верхнього лівого кута вікна VSCode,", "step-5": "Натисніть на іконку «гамбургер» біля верхнього лівого кута вікна VSCode,",
@@ -620,13 +620,13 @@
"sub-step-4": "Створіть новий секрет під назвою <0>CODEROAD_WEBHOOK_TOKEN</0>", "sub-step-4": "Створіть новий секрет під назвою <0>CODEROAD_WEBHOOK_TOKEN</0>",
"sub-step-5": "У полі <0>Value</0> вставте токен користувача", "sub-step-5": "У полі <0>Value</0> вставте токен користувача",
"sub-step-6": "У полі <0>Repository access</0> виберіть <1>freeCodeCamp/rdb-alpha</1>", "sub-step-6": "У полі <0>Repository access</0> виберіть <1>freeCodeCamp/rdb-alpha</1>",
"sub-step-7": "Click the <0>Add secret</0> button", "sub-step-7": "Натисніть на кнопку <0>Add secret</0>",
"summary": "Середовище Codespaces" "summary": "Середовище Codespaces"
}, },
"ona": { "ona": {
"intro": "Цей курс виконується у віртуальній машині Linux за допомогою Ona. Дотримуйтесь цих інструкцій, щоб розпочати курс:", "intro": "Цей курс виконується у віртуальній машині Linux за допомогою Ona. Дотримуйтесь цих інструкцій, щоб розпочати курс:",
"step-1": "<0>Створіть обліковий запис на Ona</0>, якщо його досі немає", "step-1": "<0>Створіть обліковий запис на Ona</0>, якщо його досі немає",
"step-2": "Натисніть кнопку «Розпочати проєкт» внизу", "step-2": "Натисніть на кнопку нижче, щоб розпочати",
"step-3": "У вікні, що відкриється, натисніть кнопку «Create»", "step-3": "У вікні, що відкриється, натисніть кнопку «Create»",
"step-4": "Як тільки віртуальна машина Linux завантажиться, запустіть розширення CodeRoad:", "step-4": "Як тільки віртуальна машина Linux завантажиться, запустіть розширення CodeRoad:",
"step-5": "Натисніть на іконку «гамбургер» біля верхнього лівого кута вікна VSCode,", "step-5": "Натисніть на іконку «гамбургер» біля верхнього лівого кута вікна VSCode,",
@@ -761,9 +761,9 @@
"content-not-updated": "Матеріал у цьому розділі не оновлюється, але досі доступний для навчання. Радимо спробувати <0>поточну навчальну програму</0>." "content-not-updated": "Матеріал у цьому розділі не оновлюється, але досі доступний для навчання. Радимо спробувати <0>поточну навчальну програму</0>."
}, },
"search": { "search": {
"search-challenges-in-curriculum": "Search lessons in the curriculum", "search-challenges-in-curriculum": "Шукати серед навчальної програми",
"search-challenges-results": "Showing {{resultCount}} matching lessons for \"{{term}}\".", "search-challenges-results": "Результатів за пошуком «{{term}}»: {{resultCount}}.",
"search-challenges-no-results": "No results found for \"{{term}}\"." "search-challenges-no-results": "Немає результатів за пошуком «{{term}}»."
} }
}, },
"donate": { "donate": {