mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(i18n,client): processed translations (#65940)
This commit is contained in:
committed by
GitHub
parent
464a188956
commit
e74f43d1bc
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Front End Development Libraries V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"你已經熟悉了 HTML、CSS 和 JavaScript。現在學習行業中一些流行的前端庫來提升你的技能吧。",
|
||||
"在前端開發庫認證中,你將學習如何使用 Bootstrap 快速設置網站樣式,以及如何在 CSS 樣式中添加邏輯,並使用 Sass 對其進行擴展。",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"稍後,你將建立一個購物車和其他應用程序,學習如何使用 React 和 Redux 創建強大的單頁應用程序(SPAs)。"
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"Bootstrap 一個是用於設計響應性網頁和應用程序的前端框架。它對網頁開發採用移動優先的方法,具有預定義的 CSS 樣式和 class,以及一些 JavaScript 功能。",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"在這個課程中,你將學習如何使用 Bootstrap 來構建響應式網頁,並使用它的 class 來設置按鈕、圖像、表格、導航和其他常見元素的樣式。"
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "前端開發庫項目",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"現在是時候應用你的前端開發庫技能進行測試。用 Bootstrap、jQuery、Sass、React、和 Redux 構建 5 個項目,測試你到現在所學到的知識。",
|
||||
"完成全部 5 個項目,然後你會獲得前端開發庫認證。"
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Back End Development and APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"在這之前,你只是在前端使用 JavaScript 來給頁面添加交互、解決算法挑戰,或構建一個 SPA(單頁應用程序)。但 JavaScript 也可以用於後端或者服務器來構建整個 web 應用程序。",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"今天,構建應用軟件的廣受歡迎的方法之一是微服務,這些微服務是一種小型模塊化的應用,能夠共同形成一個更大的整體。",
|
||||
"在後端開發和 APIs 認證中,你將學習如何使用 Node.js 和 npm 編寫後端應用程序。你還將使用 Express 框架構建 Web 應用程序,並使用 MongoDB 和 Mongoose 庫構建一個 People Finder 微服務。"
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "後端開發和 APIs 項目",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"你之前用過 API,但是現在你知道 npm、Node、Express、MongoDB 和 Mongoose,是時候創建應用了。用你到現在所學的所有知識來創建 5 個不同的微服務,這些微服務是使用範圍有限的小應用。",
|
||||
"在創建這些項目後,你會有 5 個很酷的微服務 API,你可以向朋友、家人和潛在的僱主展示。同時,你也會獲得後端開發和 APIs 認證。"
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"現在是時候來使用高級 Node.js 和 Express.js 創建一個具有登錄系統的聊天應用了。",
|
||||
"爲了創建一個安全的登錄系統,你需要學習驗證,這是一個驗證個人身份或者過程的的操作。",
|
||||
"在這個課程中,你將學習如何使用 Passport 管理身份驗證,如何使用 Pug 創建可重用的模板以快速構建前端,以及如何使用 web sockets 在客戶端和服務器之間進行實時通信。"
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "質量保證項目",
|
||||
"intro": [
|
||||
"現在你對前端和後端都非常精通,是時候應用你所學到的所有技能和概念了。你將構建 5 個不同的 web 應用程序,併爲每個應用程序編寫測試,以確保它們正常工作並可以處理不同的情況。",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"完成這 5 個質量保證項目後,你將獲得一個新的認證,你可以在自己的作品集中展示這 5 個項目和認證。"
|
||||
]
|
||||
}
|
||||
@@ -3211,6 +3211,12 @@
|
||||
"In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Understanding Graphs and Trees",
|
||||
"intro": [
|
||||
@@ -3301,17 +3307,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Front End Development Libraries Certification",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
|
||||
"intro": [
|
||||
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
|
||||
"To earn your Front End Development Libraries Certification:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Front End Development Libraries Certification exam."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Front End Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "React Fundamentals",
|
||||
@@ -3323,8 +3329,8 @@
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"review-front-end-libraries": "Front End Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3342,7 +3348,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Coming 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3637,15 +3643,15 @@
|
||||
"intro": ["Test what you've learned on Typescript with this quiz."]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Front End Libraries Review",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Review the Front End Libraries concepts to prepare for the upcoming quiz."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Front End Development Libraries Certification Exam",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4374,17 +4380,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Back End Development and APIs Certification",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "This certification is currently in development and will be available soon.",
|
||||
"intro": [
|
||||
"This course teaches you the fundamentals of back end development and APIs.",
|
||||
"To earn your Back End Development and APIs Certification:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Back End Development and APIs Certification exam."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introduction to Node.js",
|
||||
@@ -4400,7 +4406,7 @@
|
||||
"security-and-privacy": "Security and Privacy",
|
||||
"authentication": "Authentication",
|
||||
"tooling-and-deployment": "Tooling and Deployment",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4478,13 +4484,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full stack applications. Then you will take a short quiz to test your knowledge."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4542,25 +4548,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Back End Development and APIs Certification Exam",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification"
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"This certification represents the culmination of your full stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full Stack Developer Certification."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4572,8 +4578,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7369,7 +7375,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["A good intro is to be added here."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "如果你將名字設置爲私密,你的認證將不會顯示你的名字。",
|
||||
"claim-legacy": "當你獲得下列 freeCodeCamp 認證之後,你可以申請 {{cert}}:",
|
||||
"for": "Settings for {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "爲整個網站添加令人愉快的吉他原聲音樂。在編輯器輸入、完成挑戰、申請認證等時刻,你將獲得音樂反饋。",
|
||||
"sound-volume": "營火音效音量",
|
||||
"scrollbar-width": "編輯器滾動條寬度",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Present",
|
||||
"date-format-error": "Please enter the date in MM/YYYY format.",
|
||||
"date-invalid": "Please enter a valid date."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "找不到文件",
|
||||
"slow-load-msg": "看起來這比平常花費更長時間,請嘗試刷新頁面。",
|
||||
"navigation-warning": "如果你離開這個頁面,你將丟失你的進度。你確定嗎?",
|
||||
"fsd-b-description": "這個全面的課程使你準備好成爲一名認證全棧開發者。你將會學習用 HTML、CSS、JavaScript、React、TypeScript、Node.js、Python 以及其他技術構建完整的 Web 應用。",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "開始學習",
|
||||
"continue-learning": "Continue Learning",
|
||||
"fsd-b-benefit-1-title": "10 萬+ 學生",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "Quincy Larson 的簽名",
|
||||
"julia-liuson-signature": "Julia Liuson 的簽名",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "作爲舊版全棧認證的一部分,{{user}} 完成了以下認證:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "作爲認證的一部分,{{user}} 通過了以下考試: ",
|
||||
"heading": "作爲此認證的一部分,{{user}} 構建了以下項目,並通過所有自動測試:",
|
||||
"solution": "解決方案",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures V7 Certification",
|
||||
"javascript-algorithms-and-data-structures-v8": "Legacy JavaScript Algorithms and Data Structures V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Legacy JavaScript Algorithms and Data Structures V8 Certification",
|
||||
"front-end-development-libraries": "Front End Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Front End Development Libraries V8 Certification",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Data Visualization V8",
|
||||
"data-visualization-cert": "Data Visualization V8 Certification",
|
||||
"relational-database-v8": "Relational Database V8",
|
||||
"relational-database-v8-cert": "Relational Database V8 Certification",
|
||||
"back-end-development-and-apis": "Back End Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Back End Development and APIs V8 Certification",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "質量保證",
|
||||
"quality-assurance-v7-cert": "質量保證認證",
|
||||
"scientific-computing-with-python-v7": "Python 科學計算",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Responsive Web Design Certification",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "JavaScript Certification",
|
||||
"front-end-development-libraries-v9": "Front End Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Front End Development Libraries Certification",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Python Certification",
|
||||
"relational-databases-v9": "Relational Database",
|
||||
"relational-databases-v9-cert": "Relational Database Certification",
|
||||
"back-end-development-and-apis-v9": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Back End Development and APIs Certification",
|
||||
"full-stack-developer-v9": "全棧開發者",
|
||||
"full-stack-developer-v9-cert": "全棧開發者認證",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "A1 Professional Spanish",
|
||||
"a1-professional-spanish-cert": "A1 Professional Spanish Certification",
|
||||
"a2-professional-spanish": "A2 專業西班牙語",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "A2 專業中文認證",
|
||||
"a1-professional-chinese": "A1 Professional Chinese",
|
||||
"a1-professional-chinese-cert": "A1 Professional Chinese Certification",
|
||||
"legacy-front-end": "舊版前端",
|
||||
"legacy-front-end-cert": "舊版前端認證",
|
||||
"legacy-back-end": "舊版後端",
|
||||
"legacy-back-end-cert": "舊版後端認證",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "舊版數據可視化",
|
||||
"legacy-data-visualization-cert": "舊版數據可視化認證",
|
||||
"information-security-and-quality-assurance": "舊版信息安全和質量保證",
|
||||
"information-security-and-quality-assurance-cert": "舊版信息安全和質量保證認證",
|
||||
"full-stack": "舊版全棧",
|
||||
"full-stack-cert": "舊版全棧認證"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Front End Development Libraries V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"你已经熟悉了 HTML、CSS 和 JavaScript。现在学习行业中一些流行的前端库来提升你的技能吧。",
|
||||
"在前端开发库认证中,你将学习如何使用 Bootstrap 快速设置网站样式,以及如何在 CSS 样式中添加逻辑,并使用 Sass 对其进行扩展。",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"稍后,你将建立一个购物车和其他应用程序,学习如何使用 React 和 Redux 创建强大的单页应用程序(SPAs)。"
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"Bootstrap 一个是用于设计响应性网页和应用程序的前端框架。它对网页开发采用移动优先的方法,具有预定义的 CSS 样式和 class,以及一些 JavaScript 功能。",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"在这个课程中,你将学习如何使用 Bootstrap 来构建响应式网页,并使用它的 class 来设置按钮、图像、表格、导航和其他常见元素的样式。"
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "前端开发库项目",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"现在是时候应用你的前端开发库技能进行测试。用 Bootstrap、jQuery、Sass、React、和 Redux 构建 5 个项目,测试你到现在所学到的知识。",
|
||||
"完成全部 5 个项目,然后你会获得前端开发库认证。"
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Back End Development and APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"在这之前,你只是在前端使用 JavaScript 来给页面添加交互、解决算法挑战,或构建一个 SPA(单页应用程序)。但 JavaScript 也可以用于后端或者服务器来构建整个 web 应用程序。",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"今天,构建应用软件的广受欢迎的方法之一是微服务,这些微服务是一种小型模块化的应用,能够共同形成一个更大的整体。",
|
||||
"在后端开发和 APIs 认证中,你将学习如何使用 Node.js 和 npm 编写后端应用程序。你还将使用 Express 框架构建 Web 应用程序,并使用 MongoDB 和 Mongoose 库构建一个 People Finder 微服务。"
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "后端开发和 APIs 项目",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"你之前用过 API,但是现在你知道 npm、Node、Express、MongoDB 和 Mongoose,是时候创建应用了。用你到现在所学的所有知识来创建 5 个不同的微服务,这些微服务是使用范围有限的小应用。",
|
||||
"在创建这些项目后,你会有 5 个很酷的微服务 API,你可以向朋友、家人和潜在的雇主展示。同时,你也会获得后端开发和 APIs 认证。"
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"现在是时候来使用高级 Node.js 和 Express.js 创建一个具有登录系统的聊天应用了。",
|
||||
"为了创建一个安全的登录系统,你需要学习验证,这是一个验证个人身份或者过程的的操作。",
|
||||
"在这个课程中,你将学习如何使用 Passport 管理身份验证,如何使用 Pug 创建可重用的模板以快速构建前端,以及如何使用 web sockets 在客户端和服务器之间进行实时通信。"
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "质量保证项目",
|
||||
"intro": [
|
||||
"现在你对前端和后端都非常精通,是时候应用你所学到的所有技能和概念了。你将构建 5 个不同的 web 应用程序,并为每个应用程序编写测试,以确保它们正常工作并可以处理不同的情况。",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"完成这 5 个质量保证项目后,你将获得一个新的认证,你可以在自己的作品集中展示这 5 个项目和认证。"
|
||||
]
|
||||
}
|
||||
@@ -3211,6 +3211,12 @@
|
||||
"In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Understanding Graphs and Trees",
|
||||
"intro": [
|
||||
@@ -3301,17 +3307,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Front End Development Libraries Certification",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
|
||||
"intro": [
|
||||
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
|
||||
"To earn your Front End Development Libraries Certification:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Front End Development Libraries Certification exam."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Front End Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "React Fundamentals",
|
||||
@@ -3323,8 +3329,8 @@
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"review-front-end-libraries": "Front End Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3342,7 +3348,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Coming 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3637,15 +3643,15 @@
|
||||
"intro": ["Test what you've learned on Typescript with this quiz."]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Front End Libraries Review",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Review the Front End Libraries concepts to prepare for the upcoming quiz."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Front End Development Libraries Certification Exam",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4374,17 +4380,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Back End Development and APIs Certification",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "This certification is currently in development and will be available soon.",
|
||||
"intro": [
|
||||
"This course teaches you the fundamentals of back end development and APIs.",
|
||||
"To earn your Back End Development and APIs Certification:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Back End Development and APIs Certification exam."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introduction to Node.js",
|
||||
@@ -4400,7 +4406,7 @@
|
||||
"security-and-privacy": "Security and Privacy",
|
||||
"authentication": "Authentication",
|
||||
"tooling-and-deployment": "Tooling and Deployment",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4478,13 +4484,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full stack applications. Then you will take a short quiz to test your knowledge."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4542,25 +4548,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Back End Development and APIs Certification Exam",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification"
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"This certification represents the culmination of your full stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full Stack Developer Certification."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4572,8 +4578,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7369,7 +7375,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["A good intro is to be added here."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "如果你将名字设置为私密,你的认证将不会显示你的名字。",
|
||||
"claim-legacy": "当你获得下列 freeCodeCamp 认证之后,你可以申请 {{cert}}:",
|
||||
"for": "Settings for {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "为整个网站添加令人愉快的吉他原声音乐。在编辑器输入、完成挑战、申请认证等时刻,你将获得音乐反馈。",
|
||||
"sound-volume": "营火音效音量",
|
||||
"scrollbar-width": "编辑器滚动条宽度",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Present",
|
||||
"date-format-error": "Please enter the date in MM/YYYY format.",
|
||||
"date-invalid": "Please enter a valid date."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "找不到文件",
|
||||
"slow-load-msg": "看起来这比平常花费更长时间,请尝试刷新页面。",
|
||||
"navigation-warning": "如果你离开这个页面,你将丢失你的进度。你确定吗?",
|
||||
"fsd-b-description": "这个全面的课程使你准备好成为一名认证全栈开发者。你将会学习用 HTML、CSS、JavaScript、React、TypeScript、Node.js、Python 以及其他技术构建完整的 Web 应用。",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "开始学习",
|
||||
"continue-learning": "Continue Learning",
|
||||
"fsd-b-benefit-1-title": "10 万+ 学生",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "Quincy Larson 的签名",
|
||||
"julia-liuson-signature": "Julia Liuson 的签名",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "作为旧版全栈认证的一部分,{{user}} 完成了以下认证:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "作为认证的一部分,{{user}} 通过了以下考试: ",
|
||||
"heading": "作为此认证的一部分,{{user}} 构建了以下项目,并通过所有自动测试:",
|
||||
"solution": "解决方案",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures V7 Certification",
|
||||
"javascript-algorithms-and-data-structures-v8": "Legacy JavaScript Algorithms and Data Structures V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Legacy JavaScript Algorithms and Data Structures V8 Certification",
|
||||
"front-end-development-libraries": "Front End Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Front End Development Libraries V8 Certification",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Data Visualization V8",
|
||||
"data-visualization-cert": "Data Visualization V8 Certification",
|
||||
"relational-database-v8": "Relational Database V8",
|
||||
"relational-database-v8-cert": "Relational Database V8 Certification",
|
||||
"back-end-development-and-apis": "Back End Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Back End Development and APIs V8 Certification",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "质量保证",
|
||||
"quality-assurance-v7-cert": "质量保证认证",
|
||||
"scientific-computing-with-python-v7": "Python 科学计算",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Responsive Web Design Certification",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "JavaScript Certification",
|
||||
"front-end-development-libraries-v9": "Front End Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Front End Development Libraries Certification",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Python Certification",
|
||||
"relational-databases-v9": "Relational Database",
|
||||
"relational-databases-v9-cert": "Relational Database Certification",
|
||||
"back-end-development-and-apis-v9": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Back End Development and APIs Certification",
|
||||
"full-stack-developer-v9": "全栈开发者",
|
||||
"full-stack-developer-v9-cert": "全栈开发者认证",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "A1 Professional Spanish",
|
||||
"a1-professional-spanish-cert": "A1 Professional Spanish Certification",
|
||||
"a2-professional-spanish": "A2 专业西班牙语",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "A2 专业中文认证",
|
||||
"a1-professional-chinese": "A1 Professional Chinese",
|
||||
"a1-professional-chinese-cert": "A1 Professional Chinese Certification",
|
||||
"legacy-front-end": "旧版前端",
|
||||
"legacy-front-end-cert": "旧版前端认证",
|
||||
"legacy-back-end": "旧版后端",
|
||||
"legacy-back-end-cert": "旧版后端认证",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "旧版数据可视化",
|
||||
"legacy-data-visualization-cert": "旧版数据可视化认证",
|
||||
"information-security-and-quality-assurance": "旧版信息安全和质量保证",
|
||||
"information-security-and-quality-assurance-cert": "旧版信息安全和质量保证认证",
|
||||
"full-stack": "旧版全栈",
|
||||
"full-stack-cert": "旧版全栈认证"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Bibliotecas de desarrollo front-end V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"Ahora que estás familiarizado con HTML, CSS y JavaScript, mejora tus habilidades aprendiendo algunas de las librerías de interfaz más populares en la industria.",
|
||||
"En la certificación de bibliotecas de desarrollo front-end, aprenderá cómo diseñar su sitio rápidamente con Bootstrap. También aprenderá cómo agregar lógica a sus estilos CSS y extenderlos con Sass.",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"Después, construirás un carrito de compras y otras aplicaciones para aprender a crear poderosas aplicaciones de página única (SPAs) con React y Redux."
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"Bootstrap es un framework front end que se utiliza para diseñar páginas y aplicaciones web adaptativas. Tiene un enfoque de desarrollo web e incluye estilos y clases CSS predefinidos, además de algunas funcionalidades de JavaScript.",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"En este curso, aprenderás cómo crear sitios web adaptativos con Bootstrap, y utilizarás sus clases incluidas para estilizar botones, imágenes, formularios, navegación y otros elementos."
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "Proyectos de librerías de desarrollo de la interfaz",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"Es hora de poner a prueba tus habilidades con las librerías de desarrollo de la interfaz. Usa Bootstrap, jQuery, Sass, React, y Redux para construir 5 proyectos que probarán todo lo que has aprendido hasta este punto.",
|
||||
"Completa los 5 proyectos y obtendrás la certificación librerías de desarrollo de la interfaz."
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Desarrollo de Back-End y APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"Hasta este punto, solo has usado JavaScript en la parte de front-end para agregar interactividad a una página, resolver los desafíos de algoritmos o construir un SPA. Pero JavaScript también se puede utilizar en el back-end, o servidor, para construir aplicaciones web completas.",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"Hoy en día, una de las formas populares para construir aplicaciones es a través de microservicios, que son pequeñas aplicaciones modulares que trabajan juntas para formar una aplicación más grande.",
|
||||
"En la Certificación Desarrollo de Back End y APIs, aprenderás cómo escribir aplicaciones de back-end con Node.js y npm (Node Package Manager). También construirás aplicaciones web con el framework Express, y un microservicio \"People Finder\" con MongoDB y la biblioteca Mongoose."
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "Desarrollo Back End y Proyectos APIs",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"Ya has trabajado con APIs antes, pero ahora que sabes utilizar npm, Node, Express, MongoDB y Mongoose, es momento de construir la tuya. Haz uso de todo lo que aprendiste hasta ahora para crear 5 microservicios diferentes, los cuales son aplicaciones más pequeñas con ámbito limitado.",
|
||||
"Después de crearlas, tendrás 5 interesantes APIs de microservicios que puedes mostrar a amigos, familiares y potenciales empleadores. Oh, y también tendrás una nueva y brillante certificación en Desarrollo de Back End y APIs."
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"Ahora es el momento de sumergirse en Node.js y Express.js construyendo una aplicación de chat con un sistema de inicio de sesión.",
|
||||
"Para implementar el sistema de inicio de sesión de forma segura, necesitarás aprender acerca de autenticación. Este es el acto de verificar la identidad de una persona o proceso.",
|
||||
"En este curso, aprenderás cómo utilizar Passport para administrar la autenticación, Pug para crear plantillas reutilizables para construir rápidamente el front end, y web sockets para comunicación en tiempo real entre los clientes y el servidor."
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "Proyectos de control de calidad",
|
||||
"intro": [
|
||||
"Ahora que estas versado tanto en el front end como en el back end, es tiempo de aplicar todas tus nuevas habilidades y los conceptos que has aprendido hasta el momento. Construirás 5 aplicaciones web diferentes y escribirás pruebas para cada una de ellas, para estar seguro de que funcionarán y que tus aplicaciones pueden manejar diferentes casos extremos.",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"Después de completar estos proyectos de Control de Calidad, tendrás 5 proyectos más en tu currículum, y una nueva certificación para mostrar en tu portafolio."
|
||||
]
|
||||
}
|
||||
@@ -3239,6 +3239,12 @@
|
||||
"En este laboratorio, implementarás el algoritmo de ordenamiento de burbuja para ordenar un arreglo de enteros en orden ascendente."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Comprender grafos y árboles.",
|
||||
"intro": [
|
||||
@@ -3331,17 +3337,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Certificación de Bibliotecas de Desarrollo de Front-End",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "Esta certificación está actualmente en desarrollo y estará disponible pronto. Recomendamos completar los cursos disponibles a continuación para prepararte para el examen de certificación una vez que sea lanzado.",
|
||||
"intro": [
|
||||
"Este curso te enseña las bibliotecas que los desarrolladores usan para construir páginas web: React, TypeScript, y más.",
|
||||
"Para obtener tu Certificación de Bibliotecas de Desarrollo Front-End:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Completa los cinco proyectos requeridos para calificar para el examen de certificación.",
|
||||
"- Aproba el examen de Certificación de Bibliotecas de Desarrollo Front-End."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Bibliotecas de Desarrollo de Front-End",
|
||||
"front-end-development-libraries-certification-exam": "Examen de certificación de librerías de desarrollo front-end"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "Fundamentos de React",
|
||||
@@ -3353,8 +3359,8 @@
|
||||
"css-libraries-and-frameworks": "Bibliotecas y Frameworks CSS",
|
||||
"data-visualization": "Visualización de Datos y D3",
|
||||
"typescript-fundamentals": "Fundamentos de TypeScript ",
|
||||
"review-front-end-libraries": "Revisión de Bibliotecas de Interfaz de Usuario",
|
||||
"front-end-development-libraries-certification-exam": "Examen de Certificación de Bibliotecas de Desarrollo Frontal"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3372,7 +3378,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Próximamente en 2026.",
|
||||
"intro": [
|
||||
"Aprueba este examen para obtener tu Certificación de Bibliotecas de Desarrollo de la Interfaz de Usuario."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3675,15 +3681,15 @@
|
||||
]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Revisión de Librerías de Front End",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Revisa los conceptos de librerías de Front End para prepararte para el próximo examen."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Examen de Certificación de Bibliotecas de Desarrollo Frontal",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Aprueba este examen para obtener tu Certificación de Bibliotecas de Desarrollo Front-End"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4428,17 +4434,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Certificación de Desarrollo Back-End y APIs",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "Esta certificación está actualmente en desarrollo y estará disponible pronto.",
|
||||
"intro": [
|
||||
"Este curso te enseña los fundamentos del desarrollo back-end y de las APIs.",
|
||||
"Para obtener tu Certificación en Desarrollo Back-End y APIs:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Completa los cinco proyectos requeridos para calificar para el examen de certificación.",
|
||||
"- Aprueba el examen de Certificación en Desarrollo Back-End y APIs."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Desarrollo Back-End y APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Examen de certificación de desarrollo y API de back-end."
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introducción a Node.js",
|
||||
@@ -4454,7 +4460,7 @@
|
||||
"security-and-privacy": "Seguridad y Privacidad",
|
||||
"authentication": "Autenticación",
|
||||
"tooling-and-deployment": "Herramientas e Implementación",
|
||||
"back-end-development-and-apis-certification-exam": "Examen de Certificación en Desarrollo Back-End y APIs"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4532,13 +4538,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Próximamente a finales de 2026",
|
||||
"intro": [
|
||||
"En este módulo, aprenderás sobre herramientas comunes utilizadas en la industria para implementar tus aplicaciones full stack. Luego realizarás un breve cuestionario para poner a prueba tus conocimientos."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Próximamente a finales de 2026",
|
||||
"intro": [
|
||||
"Aprueba este examen para obtener tu certificación en Desarrollo Back End y APIs."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4598,25 +4604,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Examen de Certificación en Desarrollo Backend y APIs.",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Pasa este examen para obtener tu Certificación en Desarrollo Backend y APIs."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Plan de estudio de desarrollador certificado Full Stack",
|
||||
"note": "Si previamente estabas trabajando en nuestro currículo completo de desarrollo full stack, no te preocupes: tu progreso está guardado. Lo dividimos en certificaciones más pequeñas para que las ganes a lo largo de tu camino. Esta certificación está actualmente en desarrollo y estará disponible pronto. Comienza a obtener las certificaciones requeridas para que estés listo cuando se lance.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"Esta certificación representa la culminación de tu viaje como desarrollador full stack. Demuestra tu capacidad para construir aplicaciones web completas y modernas de principio a fin.",
|
||||
"Para calificar para el examen, debes obtener las certificaciones a continuación. Pasa el examen para obtener tu Certificación Full Stack Developer."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Examen de desarrollador certificado Full Stack"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Examen de desarrollador certificado Full Stack"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4628,10 +4634,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Examen de desarrollador certificado Full Stack",
|
||||
"intro": [
|
||||
"Pasa este examen para volverse en un desarrollador Full-Stack certificado."
|
||||
]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7451,7 +7455,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["Una buena introducción se agregará aquí."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "Tu nombre no aparecerá en tus certificaciones, si está establecido como privado.",
|
||||
"claim-legacy": "Una vez que hayas obtenido las siguientes certificaciones de FreeCodeCamp, podrás reclamar la {{cert}}:",
|
||||
"for": "Ajustes para {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "Esto agrega un placentero sonido de guitarra acústica en todo el sitio web. Obtendrás reacciones musicales a medida que escribas en el editor, completes desafíos, obtengas certificados y mucho más.",
|
||||
"sound-volume": "Volumen de fogata:",
|
||||
"scrollbar-width": "Ancho de la barra de desplazamiento",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Actual",
|
||||
"date-format-error": "Por favor, introduce la fecha en formato MM/AAAA.",
|
||||
"date-invalid": "Por favor, introduce una fecha válida."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "documento no encontrado",
|
||||
"slow-load-msg": "Parece que esto está tardando más de lo habitual, por favor intente actualizar la página.",
|
||||
"navigation-warning": "Si abandonas esta página, perderás tu progreso. ¿Estás seguro?",
|
||||
"fsd-b-description": "Este curso completo te prepara para convertirte en un Desarrollador Full Stack Certificado. Aprenderás a crear aplicaciones web completas utilizando HTML, CSS, JavaScript, React, TypeScript, Node.js, Python y más.",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "Comienza a aprender",
|
||||
"continue-learning": "Continuar aprendiendo",
|
||||
"fsd-b-benefit-1-title": "Más de 100.000 estudiantes",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "La firma de Quincy Larson",
|
||||
"julia-liuson-signature": "La firma de Julia Liuson",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "Como parte de esta certificación Legacy Full Stack, {{user}} completó las siguientes certificaciones:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "Como parte de está certificación, {{user}} aprobó el examén de seguimiento: ",
|
||||
"heading": "Como parte de esta certificación, {{user}} construyó los siguientes proyectos y consiguió que se aprobaran todas las suites automatizadas de pruebas:",
|
||||
"solution": "Solución",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Certificación de algoritmos y estructuras de datos de JavaScript heredada V7",
|
||||
"javascript-algorithms-and-data-structures-v8": "Algoritmos y estructuras de datos de JavaScript heredado V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Certificación de algoritmos y estructuras de datos de JavaScript heredada V8",
|
||||
"front-end-development-libraries": "Bibliotecas de desarrollo front-end V8",
|
||||
"front-end-development-libraries-cert": "Certificación en bibliotecas de desarrollo front-end V8",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Visualización de datos V8",
|
||||
"data-visualization-cert": "Certificación en visualización de datos V8",
|
||||
"relational-database-v8": "Base de datos relacional V8",
|
||||
"relational-database-v8-cert": "Certificación en base de datos relacional V8",
|
||||
"back-end-development-and-apis": "Desarrollo back-end y APIs V8",
|
||||
"back-end-development-and-apis-cert": "Certificación de desarrollo back-end y APIs V8",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "Seguro de calidad",
|
||||
"quality-assurance-v7-cert": "Certificación de Garantía de Calidad",
|
||||
"scientific-computing-with-python-v7": "Computación científica con Python",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Certificación en diseño web responsivo",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "Certificación en JavaScript",
|
||||
"front-end-development-libraries-v9": "Bibliotecas de desarrollo front-end",
|
||||
"front-end-development-libraries-v9-cert": "Certificación en bibliotecas de desarrollo front-end",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Certificación en Python",
|
||||
"relational-databases-v9": "Base de datos relacional",
|
||||
"relational-databases-v9-cert": "Certificación en base de datos relacional",
|
||||
"back-end-development-and-apis-v9": "Desarrollo back-end y APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Certificación en desarrollo back-end y APIs",
|
||||
"full-stack-developer-v9": "Desarrollador Full Stack",
|
||||
"full-stack-developer-v9-cert": "Certificación de desarrollador full stack",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "Español profesional A1",
|
||||
"a1-professional-spanish-cert": "Certificado de español profesional A1",
|
||||
"a2-professional-spanish": "Español Profesional A2",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "Certificación de Chino Profesional A2",
|
||||
"a1-professional-chinese": "Chino profesional A1",
|
||||
"a1-professional-chinese-cert": "Certificado de chino profesional A1",
|
||||
"legacy-front-end": "Front End heredado",
|
||||
"legacy-front-end-cert": "Certificación Front End Legacy",
|
||||
"legacy-back-end": "Back End heredado",
|
||||
"legacy-back-end-cert": "Certificación de back end heredada",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "Visualización de datos heredados",
|
||||
"legacy-data-visualization-cert": "Certificación de visualización de datos heredados",
|
||||
"information-security-and-quality-assurance": "Seguridad de la información heredada y garantía de calidad",
|
||||
"information-security-and-quality-assurance-cert": "Certificación de garantía de calidad y seguridad de la información heredada",
|
||||
"full-stack": "Legado de pila completa",
|
||||
"full-stack-cert": "Certificacion de Legado de pila completa"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Front End Development Libraries V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"Jetzt, wo du mit HTML, CSS und JavaScript vertraut bist, kannst du deine Fähigkeiten verbessern, indem du einige der beliebtesten Front-End-Bibliotheken der Branche lernst.",
|
||||
"In der Zertifizierung für Front-End-Entwicklungsbibliotheken lernst du, wie du deine Seite mit Bootstrap schnell gestalten kannst. Du lernst auch, wie du Logik zu deinen CSS-Styles hinzufügen und sie mit Sass erweitern kannst.",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"Später baust du einen Warenkorb und andere Anwendungen, um zu lernen, wie du mit React und Redux leistungsstarke Single Page Applications (SPAs) erstellen kannst."
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"Bootstrap ist ein Front-End-Framework, das für das Design von responsiven Webseiten und Anwendungen verwendet wird. Es verfolgt einen Mobile-First-Ansatz für die Webentwicklung und beinhaltet vorgefertigte CSS-Stile und -Klassen sowie einige JavaScript-Funktionen.",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"In diesem Kurs lernst du, wie du mit Bootstrap responsive Websites erstellst und die enthaltenen Klassen nutzt, um Buttons, Bilder, Formulare, Navigation und andere gängige Elemente zu gestalten."
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "Projekte für Front-End-Entwicklung-Bibliotheken",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"Es ist an der Zeit, deine Fähigkeiten im Bereich der Front-End-Entwicklungs-Bibliotheken auf die Probe zu stellen. Benutze Bootstrap, jQuery, Sass, React und Redux, um 5 Projekte zu bauen, die alles testen, was du bis zu diesem Punkt gelernt hast.",
|
||||
"Schließe alle 5 Projekte ab und du erhältst die Zertifizierung für Front-End-Entwicklungs-Bibliotheken."
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Back End Development and APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"Bis zu diesem Punkt hast du JavaScript nur im Front-End verwendet, um einer Seite Interaktivität hinzuzufügen, Aufgaben mit Algorithmen zu lösen oder eine SPA zu bauen. Aber JavaScript kann auch im Back-End, also auf dem Server, verwendet werden, um ganze Webanwendungen zu erstellen.",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"Heutzutage ist eine der beliebtesten Arten, Anwendungen zu erstellen, Microservices. Das sind kleine, modulare Anwendungen, die zusammenarbeiten und ein größeres Ganzes bilden.",
|
||||
"In the Back End Development and APIs Certification, you'll learn how to write back end apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "Projekte für Back-End Entwicklung und APIs",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"Du hast bereits mit APIs gearbeitet, aber jetzt, wo du npm, Node, Express, MongoDB und Mongoose kennst, ist es an der Zeit, deine eigenen zu bauen. Nutze alles, was du bisher gelernt hast, um 5 verschiedene Microservices zu erstellen, also kleinere Anwendungen, die in ihrem Umfang begrenzt sind.",
|
||||
"Nachdem du diese erstellt hast, wirst du 5 coole Microservice-APIs haben, mit denen du bei Freunden, Familie und potentiellen Arbeitgebern angeben kannst. Oh, und du wirst auch eine glänzende neue Zertifizierung für Back-End-Entwicklung und APIs haben."
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"Jetzt ist es an der Zeit, tief in Node.js und Express.js einzutauchen, indem wir eine Chat-Anwendung mit einem Anmeldesystem bauen.",
|
||||
"Um das Anmeldesystem sicher zu implementieren, musst du etwas über Authentifizierung lernen. Dies ist der Akt der Identitätsprüfung einer Person oder eines Prozesses.",
|
||||
"In diesem Kurs lernst du, wie du mit Passport die Authentifizierung verwaltest, mit Pug wiederverwendbare Templates für die schnelle Erstellung des Front-Ends erstellst und Websockets für die Echtzeitkommunikation zwischen Clients und Server nutzt."
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "Qualitätssicherungsprojekte",
|
||||
"intro": [
|
||||
"Jetzt, wo du dich sowohl im Front-End als auch im Back-End gut auskennst, ist es an der Zeit, all die Fähigkeiten und Konzepte anzuwenden, die du bis zu diesem Punkt gelernt hast. Du wirst 5 verschiedene Webapplikationen erstellen und für jede einzelne Tests schreiben, um sicherzustellen, dass sie funktionieren und mit verschiedenen Randfällen umgehen können.",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"Nachdem du diese Qualitätssicherungsprojekte abgeschlossen hast, hast du 5 weitere Projekte in der Tasche und eine neue Zertifizierung, die du in deinem Portfolio vorzeigen kannst."
|
||||
]
|
||||
}
|
||||
@@ -3225,6 +3225,12 @@
|
||||
"In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Understanding Graphs and Trees",
|
||||
"intro": [
|
||||
@@ -3315,17 +3321,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Front End Development Libraries Certification",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
|
||||
"intro": [
|
||||
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
|
||||
"To earn your Front End Development Libraries Certification:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Front End Development Libraries Certification exam."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Front End Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "React Fundamentals",
|
||||
@@ -3337,8 +3343,8 @@
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"review-front-end-libraries": "Front End Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3356,7 +3362,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Coming 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3651,15 +3657,15 @@
|
||||
"intro": ["Test what you've learned on Typescript with this quiz."]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Front End Libraries Review",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Review the Front End Libraries concepts to prepare for the upcoming quiz."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Front End Development Libraries Certification Exam",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4388,17 +4394,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Back End Development and APIs Certification",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "This certification is currently in development and will be available soon.",
|
||||
"intro": [
|
||||
"This course teaches you the fundamentals of back end development and APIs.",
|
||||
"To earn your Back End Development and APIs Certification:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Back End Development and APIs Certification exam."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introduction to Node.js",
|
||||
@@ -4414,7 +4420,7 @@
|
||||
"security-and-privacy": "Security and Privacy",
|
||||
"authentication": "Authentication",
|
||||
"tooling-and-deployment": "Tooling and Deployment",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4492,13 +4498,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full stack applications. Then you will take a short quiz to test your knowledge."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4556,25 +4562,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Back End Development and APIs Certification Exam",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification"
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"This certification represents the culmination of your full stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full Stack Developer Certification."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4586,8 +4592,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7383,7 +7389,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["A good intro is to be added here."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "Dein Name erscheint nicht auf Deinen Zertifizierungen, wenn dieser auf privat eingestellt ist.",
|
||||
"claim-legacy": "Sobald du die folgenden freeCodeCamp Zertifizierungen erworben hast, kannst du das {{cert}} beanspruchen:",
|
||||
"for": "Settings for {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "Das sorgt für den angenehmen Klang der Akustikgitarre auf der gesamten Website. Du bekommst musikalisches Feedback, wenn du im Editor tippst, Aufgaben löst, Zertifizierungen beantragst und vieles mehr.",
|
||||
"sound-volume": "Lautstärke Lagerfeuer-Modus:",
|
||||
"scrollbar-width": "Editor Scrollbar Width",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Present",
|
||||
"date-format-error": "Please enter the date in MM/YYYY format.",
|
||||
"date-invalid": "Please enter a valid date."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "Dokument wurde nicht gefunden",
|
||||
"slow-load-msg": "Looks like this is taking longer than usual, please try refreshing the page.",
|
||||
"navigation-warning": "If you leave this page, you will lose your progress. Are you sure?",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "Start Learning",
|
||||
"continue-learning": "Continue Learning",
|
||||
"fsd-b-benefit-1-title": "100k+ Students",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "Quincy Larson's Signature",
|
||||
"julia-liuson-signature": "Julia Liuson's Signature",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "Im Rahmen dieser Legacy-Full-Stack-Zertifizierung hat {{user}} folgende Zertifikate abgeschlossen:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "As part of this certification, {{user}} passed the following exam: ",
|
||||
"heading": "Im Rahmen dieser Zertifizierung hat {{user}} folgende Projekte erstellt und alle automatisierten Testsuiten bestanden:",
|
||||
"solution": "Solution",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures V7 Certification",
|
||||
"javascript-algorithms-and-data-structures-v8": "Legacy JavaScript Algorithms and Data Structures V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Legacy JavaScript Algorithms and Data Structures V8 Certification",
|
||||
"front-end-development-libraries": "Front End Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Front End Development Libraries V8 Certification",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Data Visualization V8",
|
||||
"data-visualization-cert": "Data Visualization V8 Certification",
|
||||
"relational-database-v8": "Relational Database V8",
|
||||
"relational-database-v8-cert": "Relational Database V8 Certification",
|
||||
"back-end-development-and-apis": "Back End Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Back End Development and APIs V8 Certification",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "Quality Assurance",
|
||||
"quality-assurance-v7-cert": "Quality Assurance Certification",
|
||||
"scientific-computing-with-python-v7": "Scientific Computing with Python",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Responsive Web Design Certification",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "JavaScript Certification",
|
||||
"front-end-development-libraries-v9": "Front End Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Front End Development Libraries Certification",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Python Certification",
|
||||
"relational-databases-v9": "Relational Database",
|
||||
"relational-databases-v9-cert": "Relational Database Certification",
|
||||
"back-end-development-and-apis-v9": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Back End Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full Stack Developer Certification",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "A1 Professional Spanish",
|
||||
"a1-professional-spanish-cert": "A1 Professional Spanish Certification",
|
||||
"a2-professional-spanish": "A2 Professional Spanish",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "A2 Professional Chinese Certification",
|
||||
"a1-professional-chinese": "A1 Professional Chinese",
|
||||
"a1-professional-chinese-cert": "A1 Professional Chinese Certification",
|
||||
"legacy-front-end": "Legacy Front End",
|
||||
"legacy-front-end-cert": "Legacy Front End Certification",
|
||||
"legacy-back-end": "Legacy Back End",
|
||||
"legacy-back-end-cert": "Legacy Back End Certification",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "Legacy Data Visualization",
|
||||
"legacy-data-visualization-cert": "Legacy Data Visualization Certification",
|
||||
"information-security-and-quality-assurance": "Legacy Information Security and Quality Assurance",
|
||||
"information-security-and-quality-assurance-cert": "Legacy Information Security and Quality Assurance Certification",
|
||||
"full-stack": "Legacy Full Stack",
|
||||
"full-stack-cert": "Legacy Full Stack Certification"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Front End Development Libraries V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"Ora che hai familiarità con HTML, CSS, e JavaScript, aumenta le tue competenze conoscendo alcune delle più popolari librerie di front-end del settore.",
|
||||
"Nella Certificazione Librerie di Sviluppo Front End, imparerai come definire rapidamente lo stile del tuo sito con Bootstrap. Imparerai anche come aggiungere la logica ai tuoi stili CSS e ad estenderli con Sass.",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"Più tardi, costruirai un carrello e altre applicazioni per imparare a creare potenti applicazioni a pagina singola (Single Page Application, SPA) con React e Redux."
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"Bootstrap è un framework front-end utilizzato per progettare pagine web e applicazioni responsive. Esso adotta un approccio mobile-first per lo sviluppo web e include stili e classi CSS precostruiti, oltre ad alcune funzionalità JavaScript.",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"In questo corso, imparerai come costruire siti web responsivi con Bootstrap, e a utilizzare le sue classi per stilizzare pulsanti, immagini, moduli, navigazione e altri elementi comuni."
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "Progetti sulle Librerie di Sviluppo Front-End",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"È tempo di mettere alla prova le tue capacità di sviluppo con le librerie di sviluppo del front-end. Usa Bootstrap, jQuery, Sass, React e Redux per costruire 5 progetti che testeranno tutto quello che hai imparato fino a questo punto.",
|
||||
"Completa tutti e 5 i progetti e otterrai la Certificazione Librerie di Sviluppo Front End."
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Back End Development and APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"Fino a questo punto, hai usato solo JavaScript sul front-end per aggiungere interattività a una pagina, risolvere sfide algoritmiche o costruire una Single Page Application. Ma JavaScript può essere utilizzato anche nel backend (cioè lato server), per costruire intere applicazioni web.",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"Oggi, uno dei modi più popolari per costruire applicazioni è attraverso i microservizi, che sono piccole applicazioni modulari che lavorano insieme per formare qualcosa di più grande.",
|
||||
"Nella Certificazione Sviluppo Back End e API, imparerai a scrivere app per il backend con Node.js e npm. Costruirai anche applicazioni web con il framework Express, e costruirai un microservizio Trova Persone con MongoDB e la libreria Mongoose."
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "Progetti di sviluppo Back End e API",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"Hai già lavorato con le API prima, ma ora che conosci npm, Node, Express, MongoDB e Mongoose, è ora di costruirle. Costruisci su tutto quello che hai imparato fino a questo punto per creare 5 diversi microservizi, che sono applicazioni più piccole, con un ambito di applicazione ristretto.",
|
||||
"Dopo averli creati, avrai 5 belle API di microservizi che potrai mostrare a amici, familiari e potenziali datori di lavoro. Oh, e avrai anche una certificazione nuova di zecca su Sviluppo Back End e API."
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"Ora è il momento di approfondire Node.js e Express.js costruendo un'applicazione di chat con un sistema di accesso.",
|
||||
"Per implementare il sistema di accesso in modo sicuro, è necessario conoscere l'autenticazione. Questo è l'atto di verificare l'identità di una persona o di un processo.",
|
||||
"In questo corso, imparerai come utilizzare Passport per gestire l'autenticazione, Pug per creare modelli riutilizzabili per costruire rapidamente il front-end, e i web sockets per la comunicazione in tempo reale tra i client e il server."
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "Progetti di Garanzia di Qualità",
|
||||
"intro": [
|
||||
"Python è uno dei linguaggi di programmazione più popolari e flessibili al giorno d'oggi. Puoi usarlo per tutto, dallo scripting di base all'apprendimento automatico (machine learning).",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"Dopo aver completato questi progetti di Garanzia di Qualità, avrai altri 5 progetti al tuo attivo e una nuova certificazione da mostrare nel tuo portfolio."
|
||||
]
|
||||
}
|
||||
@@ -3225,6 +3225,12 @@
|
||||
"In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Understanding Graphs and Trees",
|
||||
"intro": [
|
||||
@@ -3315,17 +3321,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Front End Development Libraries Certification",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
|
||||
"intro": [
|
||||
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
|
||||
"To earn your Front End Development Libraries Certification:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Front End Development Libraries Certification exam."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Front End Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "React Fundamentals",
|
||||
@@ -3337,8 +3343,8 @@
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"review-front-end-libraries": "Front End Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3356,7 +3362,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Coming 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3651,15 +3657,15 @@
|
||||
"intro": ["Test what you've learned on Typescript with this quiz."]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Front End Libraries Review",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Review the Front End Libraries concepts to prepare for the upcoming quiz."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Front End Development Libraries Certification Exam",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4388,17 +4394,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Back End Development and APIs Certification",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "This certification is currently in development and will be available soon.",
|
||||
"intro": [
|
||||
"This course teaches you the fundamentals of back end development and APIs.",
|
||||
"To earn your Back End Development and APIs Certification:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Back End Development and APIs Certification exam."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introduction to Node.js",
|
||||
@@ -4414,7 +4420,7 @@
|
||||
"security-and-privacy": "Security and Privacy",
|
||||
"authentication": "Authentication",
|
||||
"tooling-and-deployment": "Tooling and Deployment",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4492,13 +4498,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full stack applications. Then you will take a short quiz to test your knowledge."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4556,25 +4562,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Back End Development and APIs Certification Exam",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification"
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"This certification represents the culmination of your full stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full Stack Developer Certification."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4586,8 +4592,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7383,7 +7389,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["A good intro is to be added here."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "Il tuo nome non apparirà sulle certificazioni, se impostato su privato.",
|
||||
"claim-legacy": "Una volta che avrai ottenuto le seguenti certificazioni gratuite di freeCodeCamp, sarai in grado di richiedere la {{cert}}:",
|
||||
"for": "Settings for {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "Questo aggiunge i piacevoli suoni di una chitarra acustica nel sito. Suonerà mentre scrivi nell'editor, completi sfide, ottieni certificazioni, e altro.",
|
||||
"sound-volume": "Volume Campfire:",
|
||||
"scrollbar-width": "Larghezza barra di scorrimento editor",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Present",
|
||||
"date-format-error": "Please enter the date in MM/YYYY format.",
|
||||
"date-invalid": "Please enter a valid date."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "documento non trovato",
|
||||
"slow-load-msg": "Sembra che sia necessario più tempo del solito, per favore prova ad aggiornare la pagina.",
|
||||
"navigation-warning": "If you leave this page, you will lose your progress. Are you sure?",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "Start Learning",
|
||||
"continue-learning": "Continue Learning",
|
||||
"fsd-b-benefit-1-title": "100k+ Students",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "Quincy Larson's Signature",
|
||||
"julia-liuson-signature": "Julia Liuson's Signature",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "Come parte di questa vecchia certificazione Full Stack, {{user}} ha completato le seguenti certificazioni:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "As part of this certification, {{user}} passed the following exam: ",
|
||||
"heading": "Come parte di questa certificazione, {{user}} ha costruito i seguenti progetti e ha superato tutte le suite di test automatizzate per superare:",
|
||||
"solution": "Solution",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures V7 Certification",
|
||||
"javascript-algorithms-and-data-structures-v8": "Legacy JavaScript Algorithms and Data Structures V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Legacy JavaScript Algorithms and Data Structures V8 Certification",
|
||||
"front-end-development-libraries": "Front End Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Front End Development Libraries V8 Certification",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Data Visualization V8",
|
||||
"data-visualization-cert": "Data Visualization V8 Certification",
|
||||
"relational-database-v8": "Relational Database V8",
|
||||
"relational-database-v8-cert": "Relational Database V8 Certification",
|
||||
"back-end-development-and-apis": "Back End Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Back End Development and APIs V8 Certification",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "Quality Assurance",
|
||||
"quality-assurance-v7-cert": "Quality Assurance Certification",
|
||||
"scientific-computing-with-python-v7": "Scientific Computing with Python",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Responsive Web Design Certification",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "JavaScript Certification",
|
||||
"front-end-development-libraries-v9": "Front End Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Front End Development Libraries Certification",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Python Certification",
|
||||
"relational-databases-v9": "Relational Database",
|
||||
"relational-databases-v9-cert": "Relational Database Certification",
|
||||
"back-end-development-and-apis-v9": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Back End Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full Stack Developer Certification",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "A1 Professional Spanish",
|
||||
"a1-professional-spanish-cert": "A1 Professional Spanish Certification",
|
||||
"a2-professional-spanish": "A2 Professional Spanish",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "A2 Professional Chinese Certification",
|
||||
"a1-professional-chinese": "A1 Professional Chinese",
|
||||
"a1-professional-chinese-cert": "A1 Professional Chinese Certification",
|
||||
"legacy-front-end": "Legacy Front End",
|
||||
"legacy-front-end-cert": "Legacy Front End Certification",
|
||||
"legacy-back-end": "Legacy Back End",
|
||||
"legacy-back-end-cert": "Legacy Back End Certification",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "Legacy Data Visualization",
|
||||
"legacy-data-visualization-cert": "Legacy Data Visualization Certification",
|
||||
"information-security-and-quality-assurance": "Legacy Information Security and Quality Assurance",
|
||||
"information-security-and-quality-assurance-cert": "Legacy Information Security and Quality Assurance Certification",
|
||||
"full-stack": "Legacy Full Stack",
|
||||
"full-stack-cert": "Legacy Full Stack Certification"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Front End Development Libraries V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"今やあなたは HTML、CSS、そして JavaScript に精通しているので、業界内で最も一般的なフロントエンドライブラリのいくつかを学習することで技能を向上させましょう。",
|
||||
"フロントエンド開発ライブラリ認定講座では、Bootstrap でサイトを手軽に整える方法を学習します。Sass を利用して、CSS スタイルに論理的な処理を加えて拡張する方法についても学習します。",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"後ほど、ショッピングカートや他のアプリケーションを構築しながら、強力なシングルページアプリケーション (SPA) を React と Redux で作成する方法を学習します。"
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"Bootstrap はレスポンシブなウェブページやアプリケーションの設計に使用されるフロントエンドフレームワークです。Bootstrap はウェブ開発にモバイルファースト手法を採用しており、あらかじめ構築された CSS スタイルとクラスに加えて、いくつかの JavaScript の機能を含みます。",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"このコースでは、Bootstrap でレスポンシブなウェブサイトを構築し、Bootstrap に含まれているクラスを使用して、ボタン、画像、フォーム、ナビゲーション、その他のよく使われる要素を整える方法を学習します。"
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "フロントエンド開発ライブラリプロジェクト",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"フロントエンド開発ライブラリの技能をテストする時です。Bootstrap、jQuery、Sass、React、そして Redux を使用してこれまで学習してきたすべてをテストする 5 つのプロジェクトを構築してください。",
|
||||
"5 つすべてのプロジェクトを完成させれば、フロントエンド開発ライブラリ認定証を取得できます。"
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Back End Development and APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"ここまでは、JavaScript をフロントエンドで使用して、ページに対話性を加えたり、アルゴリズムチャレンジを解決したり、SPA を構築したりしてきました。しかし JavaScript は、バックエンド (サーバー) でも使用でき、ウェブアプリケーション全体を構築することができます。",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"現在、アプリケーションを構築する一般的な方法の一つはマイクロサービスを使用する方法です。これは、小さなモジュール式のアプリケーションを組み合わせて、より大きな全体を形成する方法です。",
|
||||
"バックエンド開発と API 認定講座では、Node.js と npm を使用してバックエンドアプリを記述する方法を学習します。Express フレームワークでウェブアプリケーションを構築し、MongoDB と Mongoose ライブラリで People Finder マイクロサービスを構築します。"
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "バックエンド開発と API プロジェクト",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"以前にも API を扱いましたが、npm、Node、Express、MongoDB、そして Mongoose を学んだ今、それを実践する時です。これまでに学習したすべてを利用して、5 つのマイクロサービス (範囲を限定されたより小さなアプリケーション) を作成してください。",
|
||||
"これらを完成させると、5 つのクールなマイクロサービス API を友人や家族、そしてあなたを雇用してくれそうな会社の人に披露することができます。しかも真新しいバックエンド開発と API 認定証も取得できます。"
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"ここで、サインインシステムがあるチャットアプリケーションを構築しながら、Node.js と Express.js を深く掘り下げます。",
|
||||
"サインインシステムを安全に実装するために、認証について学習する必要があります。認証とは、人または処理の身元を確認することです。",
|
||||
"このコースでは、認証を管理するための Passport、フロンドエンドを素早く構築する再利用可能なテンプレートを作成するための Pug、そしてクライアントとサーバー間のリアルタイム通信のためのウェブソケットの使用方法を学習します。"
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "品質保証プロジェクト",
|
||||
"intro": [
|
||||
"今やあなたはフロントエンドとバックエンドの両方に精通しているので、これまでに学習したすべての技能と概念を活用する時です。5 つのウェブアプリケーションを構築し、そしてそれぞれに対してテストを記述して、アプリケーションが正しく機能しさまざまなエッジケースにも対応できていることを確かめます。",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"これらの品質保証プロジェクトを完成させることで、さらに 5 つのプロジェクトの経験を積み、そしてポートフォリオで披露できる新しい認定証を取得できます。"
|
||||
]
|
||||
}
|
||||
@@ -3225,6 +3225,12 @@
|
||||
"In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Understanding Graphs and Trees",
|
||||
"intro": [
|
||||
@@ -3315,17 +3321,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Front End Development Libraries Certification",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
|
||||
"intro": [
|
||||
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
|
||||
"To earn your Front End Development Libraries Certification:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Front End Development Libraries Certification exam."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Front End Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "React Fundamentals",
|
||||
@@ -3337,8 +3343,8 @@
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"review-front-end-libraries": "Front End Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3356,7 +3362,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Coming 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3651,15 +3657,15 @@
|
||||
"intro": ["Test what you've learned on Typescript with this quiz."]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Front End Libraries Review",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Review the Front End Libraries concepts to prepare for the upcoming quiz."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Front End Development Libraries Certification Exam",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4388,17 +4394,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Back End Development and APIs Certification",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "This certification is currently in development and will be available soon.",
|
||||
"intro": [
|
||||
"This course teaches you the fundamentals of back end development and APIs.",
|
||||
"To earn your Back End Development and APIs Certification:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Back End Development and APIs Certification exam."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introduction to Node.js",
|
||||
@@ -4414,7 +4420,7 @@
|
||||
"security-and-privacy": "Security and Privacy",
|
||||
"authentication": "Authentication",
|
||||
"tooling-and-deployment": "Tooling and Deployment",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4492,13 +4498,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full stack applications. Then you will take a short quiz to test your knowledge."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4556,25 +4562,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Back End Development and APIs Certification Exam",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification"
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"This certification represents the culmination of your full stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full Stack Developer Certification."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4586,8 +4592,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7383,7 +7389,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["A good intro is to be added here."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "非公開に設定されている場合、あなたの名前は認定証に表示されません。",
|
||||
"claim-legacy": "以下の freeCodeCamp 認定証を取得すると、{{cert}}を受け取ることができます。",
|
||||
"for": "Settings for {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "これは快適なアコースティックギターの音をウェブサイトの至る所へ追加します。エディターにタイプしたり、チャレンジを完了したり、認定証を請求したり、その他いろいろなことをする度に音のフィードバックを受け取ります。",
|
||||
"sound-volume": "キャンプファイアモードの音量:",
|
||||
"scrollbar-width": "エディターのスクロールバーの幅",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Present",
|
||||
"date-format-error": "Please enter the date in MM/YYYY format.",
|
||||
"date-invalid": "Please enter a valid date."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "ドキュメントが見つかりませんでした",
|
||||
"slow-load-msg": "通常より処理に時間がかかっているようです。ページの再読み込みをお試しください。",
|
||||
"navigation-warning": "このページを離れると、進捗状況が失われます。よろしいですか?",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "Start Learning",
|
||||
"continue-learning": "Continue Learning",
|
||||
"fsd-b-benefit-1-title": "100k+ Students",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "Quincy Larson の署名",
|
||||
"julia-liuson-signature": "Julia Liuson の署名",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "レガシーフルスタック認定講座の一環として、{{user}} は以下の認定講座を修了しました:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "この認定講座の一環として、{{user}} は以下の試験に合格しました: ",
|
||||
"heading": "この認定講座の一環として、{{user}} は以下のプロジェクトを完成させ、すべての自動テストスイートに合格しました。",
|
||||
"solution": "解答",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures V7 Certification",
|
||||
"javascript-algorithms-and-data-structures-v8": "Legacy JavaScript Algorithms and Data Structures V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Legacy JavaScript Algorithms and Data Structures V8 Certification",
|
||||
"front-end-development-libraries": "Front End Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Front End Development Libraries V8 Certification",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Data Visualization V8",
|
||||
"data-visualization-cert": "Data Visualization V8 Certification",
|
||||
"relational-database-v8": "Relational Database V8",
|
||||
"relational-database-v8-cert": "Relational Database V8 Certification",
|
||||
"back-end-development-and-apis": "Back End Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Back End Development and APIs V8 Certification",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "品質保証",
|
||||
"quality-assurance-v7-cert": "品質保証認定証",
|
||||
"scientific-computing-with-python-v7": "Python を用いた科学計算",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Responsive Web Design Certification",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "JavaScript Certification",
|
||||
"front-end-development-libraries-v9": "Front End Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Front End Development Libraries Certification",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Python Certification",
|
||||
"relational-databases-v9": "Relational Database",
|
||||
"relational-databases-v9-cert": "Relational Database Certification",
|
||||
"back-end-development-and-apis-v9": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Back End Development and APIs Certification",
|
||||
"full-stack-developer-v9": "フルスタック開発者",
|
||||
"full-stack-developer-v9-cert": "フルスタック開発者認定証",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "A1 Professional Spanish",
|
||||
"a1-professional-spanish-cert": "A1 Professional Spanish Certification",
|
||||
"a2-professional-spanish": "A2 Professional Spanish",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "A2 Professional Chinese Certification",
|
||||
"a1-professional-chinese": "A1 Professional Chinese",
|
||||
"a1-professional-chinese-cert": "A1 Professional Chinese Certification",
|
||||
"legacy-front-end": "旧フロントエンド",
|
||||
"legacy-front-end-cert": "旧フロントエンド認定証",
|
||||
"legacy-back-end": "旧バックエンド",
|
||||
"legacy-back-end-cert": "旧バックエンド認定証",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "旧データ可視化",
|
||||
"legacy-data-visualization-cert": "旧データ可視化認定証",
|
||||
"information-security-and-quality-assurance": "旧情報セキュリティと品質保証",
|
||||
"information-security-and-quality-assurance-cert": "旧情報セキュリティと品質保証認定証",
|
||||
"full-stack": "旧フルスタック",
|
||||
"full-stack-cert": "旧フルスタック認定証"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Front End Development Libraries V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular front end libraries in the industry.",
|
||||
"In the Front End Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"Later, you'll build a shopping cart and other applications to learn how to create powerful Single Page Applications (SPAs) with React and Redux."
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"Bootstrap is a front end framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"In this course, you'll learn how to build responsive websites with Bootstrap, and use its included classes to style buttons, images, forms, navigation, and other common elements."
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "Front End Development Libraries Projects",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"It's time to put your front end development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Front End Development Libraries certification."
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Back End Development and APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"Until this point, you've only used JavaScript on the front end to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the back end, or server, to build entire web applications.",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"Today, one of the popular ways to build applications is through microservices, which are small, modular applications that work together to form a larger whole.",
|
||||
"In the Back End Development and APIs Certification, you'll learn how to write back end apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "Back End Development and APIs Projects",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"You've worked with APIs before, but now that you know npm, Node, Express, MongoDB, and Mongoose, it's time to build your own. Draw on everything you've learned up to this point to create 5 different microservices, which are smaller applications that are limited in scope.",
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Back End Development and APIs Certification, too."
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"Now it's time to take a deep dive into Node.js and Express.js by building a chat application with a sign-in system.",
|
||||
"To implement the sign-in system safely, you'll need to learn about authentication. This is the act of verifying the identity of a person or process.",
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the front end, and web sockets for real-time communication between the clients and server."
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "Quality Assurance Projects",
|
||||
"intro": [
|
||||
"Now that you're well versed in both the front end and back end, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"After completing these Quality Assurance projects, you'll have 5 more projects under your belt, and a new certification to show off on your portfolio."
|
||||
]
|
||||
}
|
||||
@@ -3225,6 +3225,12 @@
|
||||
"In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Understanding Graphs and Trees",
|
||||
"intro": [
|
||||
@@ -3315,17 +3321,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Front End Development Libraries Certification",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
|
||||
"intro": [
|
||||
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
|
||||
"To earn your Front End Development Libraries Certification:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Front End Development Libraries Certification exam."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Front End Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "React Fundamentals",
|
||||
@@ -3337,8 +3343,8 @@
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"review-front-end-libraries": "Front End Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3356,7 +3362,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Coming 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3651,15 +3657,15 @@
|
||||
"intro": ["Test what you've learned on Typescript with this quiz."]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Front End Libraries Review",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Review the Front End Libraries concepts to prepare for the upcoming quiz."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Front End Development Libraries Certification Exam",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4388,17 +4394,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Back End Development and APIs Certification",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "This certification is currently in development and will be available soon.",
|
||||
"intro": [
|
||||
"This course teaches you the fundamentals of back end development and APIs.",
|
||||
"To earn your Back End Development and APIs Certification:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Back End Development and APIs Certification exam."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introduction to Node.js",
|
||||
@@ -4414,7 +4420,7 @@
|
||||
"security-and-privacy": "Security and Privacy",
|
||||
"authentication": "Authentication",
|
||||
"tooling-and-deployment": "Tooling and Deployment",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4492,13 +4498,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full stack applications. Then you will take a short quiz to test your knowledge."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4556,25 +4562,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Back End Development and APIs Certification Exam",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification"
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"This certification represents the culmination of your full stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full Stack Developer Certification."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4586,8 +4592,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7383,7 +7389,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["A good intro is to be added here."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "Your name will not appear on your certifications, if this is set to private.",
|
||||
"claim-legacy": "Once you've earned the following freeCodeCamp certifications, you'll be able to claim the {{cert}}:",
|
||||
"for": "Settings for {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "This adds the pleasant sound of acoustic guitar throughout the website. You'll get musical feedback as you type in the editor, complete challenges, claim certifications, and more.",
|
||||
"sound-volume": "Campfire Volume:",
|
||||
"scrollbar-width": "Editor Scrollbar Width",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Present",
|
||||
"date-format-error": "Please enter the date in MM/YYYY format.",
|
||||
"date-invalid": "Please enter a valid date."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "document not found",
|
||||
"slow-load-msg": "Looks like this is taking longer than usual, please try refreshing the page.",
|
||||
"navigation-warning": "If you leave this page, you will lose your progress. Are you sure?",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "Start Learning",
|
||||
"continue-learning": "Continue Learning",
|
||||
"fsd-b-benefit-1-title": "100k+ Students",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "Quincy Larson's Signature",
|
||||
"julia-liuson-signature": "Julia Liuson's Signature",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "As part of this certification, {{user}} passed the following exam: ",
|
||||
"heading": "As part of this certification, {{user}} built the following projects and got all automated test suites to pass:",
|
||||
"solution": "Solution",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures V7 Certification",
|
||||
"javascript-algorithms-and-data-structures-v8": "Legacy JavaScript Algorithms and Data Structures V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Legacy JavaScript Algorithms and Data Structures V8 Certification",
|
||||
"front-end-development-libraries": "Front End Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Front End Development Libraries V8 Certification",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Data Visualization V8",
|
||||
"data-visualization-cert": "Data Visualization V8 Certification",
|
||||
"relational-database-v8": "Relational Database V8",
|
||||
"relational-database-v8-cert": "Relational Database V8 Certification",
|
||||
"back-end-development-and-apis": "Back End Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Back End Development and APIs V8 Certification",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "Quality Assurance",
|
||||
"quality-assurance-v7-cert": "Quality Assurance Certification",
|
||||
"scientific-computing-with-python-v7": "Scientific Computing with Python",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Responsive Web Design Certification",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "JavaScript Certification",
|
||||
"front-end-development-libraries-v9": "Front End Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Front End Development Libraries Certification",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Python Certification",
|
||||
"relational-databases-v9": "Relational Database",
|
||||
"relational-databases-v9-cert": "Relational Database Certification",
|
||||
"back-end-development-and-apis-v9": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Back End Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full Stack Developer Certification",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "A1 Professional Spanish",
|
||||
"a1-professional-spanish-cert": "A1 Professional Spanish Certification",
|
||||
"a2-professional-spanish": "A2 Professional Spanish",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "A2 Professional Chinese Certification",
|
||||
"a1-professional-chinese": "A1 Professional Chinese",
|
||||
"a1-professional-chinese-cert": "A1 Professional Chinese Certification",
|
||||
"legacy-front-end": "Legacy Front End",
|
||||
"legacy-front-end-cert": "Legacy Front End Certification",
|
||||
"legacy-back-end": "Legacy Back End",
|
||||
"legacy-back-end-cert": "Legacy Back End Certification",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "Legacy Data Visualization",
|
||||
"legacy-data-visualization-cert": "Legacy Data Visualization Certification",
|
||||
"information-security-and-quality-assurance": "Legacy Information Security and Quality Assurance",
|
||||
"information-security-and-quality-assurance-cert": "Legacy Information Security and Quality Assurance Certification",
|
||||
"full-stack": "Legacy Full Stack",
|
||||
"full-stack-cert": "Legacy Full Stack Certification"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Bibliotecas de Desenvolvimento Front-End V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"Agora que você está familiarizado com HTML, CSS e JavaScript, melhore suas habilidades aprendendo algumas das bibliotecas front-end mais populares do setor.",
|
||||
"Na certificação de bibliotecas de desenvolvimento em front-end, você aprenderá a estilizar seu site rapidamente com Bootstrap. Você também aprenderá a adicionar a lógica aos seus estilos CSS e a ampliá-los com Sass.",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"Mais tarde, você construirá um carrinho de compras e outras aplicações para aprender a criar Aplicativos de Página Única (Single Page Applications - SPA) poderosos com React e Redux."
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"O Bootstrap é um framework de front-end usado para projetar páginas da web e aplicativos responsivos. Ele adota uma abordagem mobile-first para o desenvolvimento na web e inclui estilos e classes CSS pré-construídos, além de algumas funcionalidades JavaScript.",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"Neste curso, você aprenderá a criar sites responsivos com Bootstrap, e usará as classes que ele tem para estilizar botões, imagens, formulários, navegação e outros elementos comuns."
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "Projetos de desenvolvimento com bibliotecas de front-end",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"É hora de testar suas habilidades nas bibliotecas de desenvolvimento de front-end. Use Bootstrap, jQuery, Sass, React e Redux para criar 5 projetos que testarão tudo o que você aprendeu até agora.",
|
||||
"Complete todos os 5 projetos e você ganhará a certificação em Bibliotecas de Desenvolvimento Front-End."
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Desenvolvimento Back-End e APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"Até esse ponto, você usou JavaScript apenas no front-end para adicionar interatividade a uma página, resolver desafios de algoritmos ou construir uma SPA. Mas o JavaScript também pode ser usado no back-end, ou servidor, para construir aplicações web inteiras.",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"Hoje em dia, uma das formas populares de se criar aplicações é através do uso de microsserviços, que são pequenas aplicações modulares que trabalham em conjunto para formar uma aplicação maior inteira.",
|
||||
"Na certificação de APIs e desenvolvimento de back-end, você aprenderá a escrever aplicações de back-end com o Node.js e o npm. Você também vai construir aplicações web com o framework Express e criará um microsserviço de localização de pessoas com o MongoDB e com a biblioteca Mongoose."
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "Projetos de APIs e desenvolvimento de back-end",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"Você já trabalhou com APIs antes, mas agora que você conhece o npm, Node, Express, MongoDB e o Mongoose, é hora de construir a sua própria API. Utilize tudo o que você aprendeu até esse ponto para criar 5 microsserviços diferentes – aplicações menores e com escopo limitado.",
|
||||
"Depois de criá-las, você terá 5 APIs de microsserviço sensacionais, que poderão ser mostradas para amigos, familiares e potenciais empregadores. Ah, e você também terá uma Certificação em APIs e desenvolvimento de back-end novinha."
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"Agora é hora de fazer um mergulho profundo no Node.js e no Express.js, construindo uma aplicação de chat com um sistema de login.",
|
||||
"Para implementar o sistema de login de forma segura, você precisará saber sobre autenticação. Este é o ato de verificar a identidade de uma pessoa ou um processo.",
|
||||
"Neste curso, você aprenderá a usar o Passport, para gerenciar a autenticação, o Pug, para criar modelos reutilizáveis para a construção rápida do front-end, e web sockets, para a comunicação em tempo real entre os clientes e o servidor."
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "Projetos de garantia de qualidade",
|
||||
"intro": [
|
||||
"Agora que você conhece bem o front-end e o back-end, chegou a hora de aplicar todas as habilidades e conceitos que você aprendeu até agora. Você vai construir 5 aplicações web diferentes e escrever testes para cada uma, para garantir que estão funcionando e que podem lidar com casos diferentes.",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"Depois de concluir estes projetos de garantia de qualidade (QA), você terá mais 5 projetos e uma nova certificação para exibir em seu portfólio."
|
||||
]
|
||||
}
|
||||
@@ -3239,6 +3239,12 @@
|
||||
"Neste laboratório, você implementará o algoritmo bubble sort para ordenar um array de inteiros em ordem crescente."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Compreendendo Grafos e Árvores",
|
||||
"intro": [
|
||||
@@ -3331,17 +3337,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Certificação de Bibliotecas de Desenvolvimento Front-End",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "Esta certificação está atualmente em desenvolvimento e estará disponível em breve. Recomendamos completar os cursos disponíveis abaixo para se preparar para o exame de certificação assim que for lançado.",
|
||||
"intro": [
|
||||
"Este curso ensina as bibliotecas que os desenvolvedores utilizam para criar páginas da web: React, TypeScript, e mais.",
|
||||
"Para conquistar sua Certificação de Bibliotecas de Desenvolvimento Front-End:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Complete os cinco projetos obrigatórios para se qualificar para o exame de certificação.",
|
||||
"- Passe no exame de Certificação de Bibliotecas de Desenvolvimento Front-End."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Bibliotecas de Desenvolvimento Front-End",
|
||||
"front-end-development-libraries-certification-exam": "Exame de Certificação de Bibliotecas de Desenvolvimento Front-End"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "Fundamentos do React",
|
||||
@@ -3353,8 +3359,8 @@
|
||||
"css-libraries-and-frameworks": "Bibliotecas e Frameworks do CSS",
|
||||
"data-visualization": "Visualização de dados e D3",
|
||||
"typescript-fundamentals": "Fundamentos do TypeScript",
|
||||
"review-front-end-libraries": "Revisão de Bibliotecas Front-End",
|
||||
"front-end-development-libraries-certification-exam": "Exame de Certificação de Bibliotecas de Desenvolvimento Front-End"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3372,7 +3378,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Próximo Lançamento: 2026",
|
||||
"intro": [
|
||||
"Passe neste exame para conquistar a Certificação de Bibliotecas de Desenvolvimento Front-End."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3675,15 +3681,15 @@
|
||||
]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Revisão de Bibliotecas Front-End",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Reveja os conceitos de Bibliotecas Front-End para se preparar para o próximo questionário."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Exame de Certificação de Bibliotecas de Desenvolvimento Front-End",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Passe neste exame para ganhar sua Certificação de Bibliotecas de Desenvolvimento Front-End"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4426,17 +4432,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Certificação de Desenvolvimento Back-End e APIs",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "Esta certificação está atualmente em desenvolvimento e estará disponível em breve.",
|
||||
"intro": [
|
||||
"Este curso ensina os fundamentos do Desenvolvimento Back-End e APIs.",
|
||||
"Para conquistar sua Certificação de Desenvolvimento Back-End e APIs:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Complete os cinco projetos obrigatórios para se qualificar para o exame de certificação.",
|
||||
"- Passe no exame de Certificação de Desenvolvimento Back-End e APIs."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Desenvolvimento Back-End e APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Exame de Certificação de Desenvolvimento Back-End e APIs"
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introdução a Node.js",
|
||||
@@ -4452,7 +4458,7 @@
|
||||
"security-and-privacy": "Segurança e Privacidade",
|
||||
"authentication": "Autenticação",
|
||||
"tooling-and-deployment": "Ferramentas e Implantação",
|
||||
"back-end-development-and-apis-certification-exam": "Exame de Certificação de Desenvolvimento Back-End e APIs"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4530,13 +4536,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Próximo Lançamento: Final de 2026",
|
||||
"intro": [
|
||||
"Neste módulo, você aprenderá sobre ferramentas comuns usadas na indústria para implantar suas aplicações full stack. Em seguida, você fará um breve questionário para testar seus conhecimentos."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Próximo Lançamento: Final de 2026",
|
||||
"intro": [
|
||||
"Passe neste exame para ganhar sua Certificação de Desenvolvimento Back End e APIs."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4594,25 +4600,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Exame de Certificação de Desenvolvimento Back-End e APIs",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Passe neste exame para ganhar sua Certificação de Desenvolvimento Back End e APIs"
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Currículo de Desenvolvedor Full Stack Certificado",
|
||||
"note": "Se você estava previamente trabalhando em nosso currículo de full stack, não se preocupe - seu progresso está salvo. Nós o dividimos em certificações menores para você conquistar ao longo da sua jornada. Esta certificação está atualmente em desenvolvimento e estará disponível em breve. Comece a obter as certificações necessárias para estar pronto quando for lançado.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"Esta certificação representa o culminar da sua jornada como desenvolvedor full stack. Demonstra sua capacidade de construir aplicações web completas e modernas do início ao fim.",
|
||||
"Para se qualificar para o exame, você deve obter as certificações abaixo. Passe no exame para conquistar sua Certificação de Desenvolvedor Full Stack."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Exame de Desenvolvedor Full Stack Certificado"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Exame de Desenvolvedor Full Stack Certificado"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4624,10 +4630,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Exame de Desenvolvedor Full Stack Certificado",
|
||||
"intro": [
|
||||
"Passe neste exame para se tornar um Desenvolvedor Full Stack Certificado."
|
||||
]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7445,7 +7449,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["Uma boa introdução será adicionada aqui."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "Seu nome não aparecerá nas certificações, se isto estiver definido como privado.",
|
||||
"claim-legacy": "Após receber os seguintes certificados do freeCodeCamp, você poderá reivindicar o(s) {{cert}}:",
|
||||
"for": "Configurações para {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "Adiciona o som agradável de uma guitarra acústica em todo o site. Você receberá feedback musical ao digitar no editor, completar desafios, solicitar certificações e muito mais.",
|
||||
"sound-volume": "Volume do modo fogueira:",
|
||||
"scrollbar-width": "Largura da barra de rolagem do editor",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Presente",
|
||||
"date-format-error": "Por favor, insira a data no formato MM/AAAA.",
|
||||
"date-invalid": "Por favor, insira uma data válida."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "documento não encontrado",
|
||||
"slow-load-msg": "Parece que está demorando mais do que o normal. Tente atualizar a página.",
|
||||
"navigation-warning": "Se sair desta página, perderá o seu progresso. Tem certeza?",
|
||||
"fsd-b-description": "Este abrangente curso prepara você para se tornar um Desenvolvedor Full Stack Certificado. Você aprenderá a construir aplicações web completas usando HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, e mais.",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "Comece a aprender",
|
||||
"continue-learning": "Continuar aprendendo",
|
||||
"fsd-b-benefit-1-title": "Mais de 100 mil alunos",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "Assinatura do Quincy Larson",
|
||||
"julia-liuson-signature": "Assinatura da Julia Liuson",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "Como parte desta certificação de full-stack legada, {{user}} completou as seguintes certificações:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "Como parte desta certificação, {{user}} passou no seguinte exame: ",
|
||||
"heading": "Como parte da certificação, {{user}} concluiu os seguintes projetos e passou em todos os testes:",
|
||||
"solution": "Solução",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Cerificação Algoritmos em JavaScript e Estrutura de Dados edição antiga V7",
|
||||
"javascript-algorithms-and-data-structures-v8": "Algoritmos em JavaScript e Estrutura de Dados edição antiga V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Cerificação Algoritmos em JavaScript e Estrutura de Dados edição antiga V8",
|
||||
"front-end-development-libraries": "Bibliotecas de Desenvolvimento Front-End V8",
|
||||
"front-end-development-libraries-cert": "Certificação de Bibliotecas de Desenvolvimento Front-End V8",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Visualização de dados V8",
|
||||
"data-visualization-cert": "Certificação de visualização de dados V8",
|
||||
"relational-database-v8": "Banco de dados Relacionais V8",
|
||||
"relational-database-v8-cert": "Certificação de Banco de dados Relacionais V8",
|
||||
"back-end-development-and-apis": "Desenvolvimento Back-End e APIs V8",
|
||||
"back-end-development-and-apis-cert": "Certificação de Desenvolvimento Back-End e APIs V8",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "Garantia de qualidade",
|
||||
"quality-assurance-v7-cert": "Certificação de garantia de qualidade",
|
||||
"scientific-computing-with-python-v7": "Computação científica com Python",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Certificação de Design responsivo para a web",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "Certificação JavaScript",
|
||||
"front-end-development-libraries-v9": "Bibliotecas de Desenvolvimento Front-End",
|
||||
"front-end-development-libraries-v9-cert": "Certificação de Bibliotecas de Desenvolvimento Front-End",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Certificação em Python",
|
||||
"relational-databases-v9": "Banco de dados Relacionais",
|
||||
"relational-databases-v9-cert": "Certificação de Banco de dados Relacionais",
|
||||
"back-end-development-and-apis-v9": "Desenvolvimento Back-End e APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Certificação de Desenvolvimento Back-End e APIs",
|
||||
"full-stack-developer-v9": "Desenvolvimento Full Stack",
|
||||
"full-stack-developer-v9-cert": "Certificação de desenvolvimento Full Stack",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "Espanhol Profissional A1",
|
||||
"a1-professional-spanish-cert": "Certificação de Espanhol Profissional A1",
|
||||
"a2-professional-spanish": "Espanhol Profissional A2",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "Certificação Profissional de chinês A2",
|
||||
"a1-professional-chinese": "Chinês Profissional A1",
|
||||
"a1-professional-chinese-cert": "Certificação Profissional de chinês A1",
|
||||
"legacy-front-end": "Front End edição antiga",
|
||||
"legacy-front-end-cert": "Certificação Front End edição antiga",
|
||||
"legacy-back-end": "Back End edição antiga",
|
||||
"legacy-back-end-cert": "Certificação Back End edição antiga",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "Visualização de Dados edição antiga",
|
||||
"legacy-data-visualization-cert": "Certificação Visualização de Dados edição antiga",
|
||||
"information-security-and-quality-assurance": "Segurança da informação e garantia da qualidade edição antiga",
|
||||
"information-security-and-quality-assurance-cert": "Certificação de segurança da informação e garantia da qualidade edição antiga",
|
||||
"full-stack": "Full Stack edição antiga",
|
||||
"full-stack-cert": "Certificação Full Stack edição antiga"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Front End Development Libraries V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"Kwa kuwa sasa unafahamu HTML, CSS na JavaScript, ongeza ujuzi wako kwa kujifunza baadhi ya maktaba maarufu za front end kwenye sekta hiyo.",
|
||||
"Katika cheti cha Front End Development Libraries, utajifunza jinsi ya kutengeneza tovuti yako haraka na Bootstrap. Pia utajifunza jinsi ya kuongeza mantiki kwenye mitindo yako ya CSS na kuiendeleza kwa Sass.",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"Baadaye, utaunda shopping cart na programu zingine ili kujifunza jinsi ya kuunda Single Page Applications (SPAs) kwa kutumia React na Redux."
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"Bootstrap ni mfumo wa front end unaotumiwa kuunda kurasa za wavuti na programu zinazoitikia. Inahitaji mbinu ya kwanza ya rununu kwa ukuzaji wa wavuti, na inajumuisha mitindo na madarasa ya CSS yaliyoundwa mapema, pamoja na utendaji wa JavaScript.",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"Katika kozi hii, utajifunza jinsi ya kuunda tovuti responsive kwa kutumia Bootstrap, na kutumia madarasa yake yaliyojumuishwa ili kuunda vitufe, picha, fomu, urambazaji na vipengele vingine vya kawaida."
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "Miradi ya Front End Development Libraries",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"Ni wakati wa kujaribu ujuzi wako wa ukuzaji wa front end libraries. Tumia Bootstrap, jQuery, Sass, React, na Redux kuunda miradi 5 ambayo itajaribu kila kitu ambacho umejifunza hadi sasa.",
|
||||
"Kamilisha miradi yote 5, na utapata cheti cha Front End Development Libraries."
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Back End Development and APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"Hadi kufikia hatua hii, umetumia JavaScript iliyo upande wa mbele pekee ili kuongeza mwingiliano kwenye ukurasa, kutatua changamoto za kanuni au kuunda SPA. Lakini JavaScript pia inaweza kutumika upande wa nyuma, au seva, kuunda programu nzima za wavuti.",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"Leo, mojawapo ya njia maarufu za kuunda programu ni kupitia huduma ndogo, ambazo ni ndogo, programu ambazo kwa kawaida hufanya kazi pamoja ili kuunda nzima zaidi.",
|
||||
"Katika cheti cha Back End Development and APIs, utajifunza jinsi ya kuandika upya programu ukitumia Node.js na npm. Pia utaunda programu za wavuti kwa mfumo wa Express, na utaunda programu ndogo ya People Finder na MongoDB na maktaba ya Mongoose."
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "Miradi ya Back End Development na APIs",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"Umefanya kazi na API hapo awali, lakini kwa kuwa sasa unajua npm, Node, Express, MongoDB, na Mongoose, ni wakati wa kuunda yako mwenyewe. Chora kwenye kila kitu ambacho umejifunza hadi kufikia hatua hii ili kuunda huduma ndogo 5 tofauti, ambazo ni programu ndogo ambazo zina upeo mdogo.",
|
||||
"Baada ya kuunda hizi, utakuwa na API 5 nzuri za huduma ndogo unazoweza kuwaonyesha marafiki, familia na waajiri watarajiwa. Lo, na utakuwa na cheti kipya cha Back End Development na APIs, pia."
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"Sasa ni wakati wa kuzama ndani ya Node.js na Express.js kwa kuunda programu ya gumzo na mfumo wa kuingia.",
|
||||
"Ili kutekeleza mfumo wa kuingia katika akaunti kwa usalama, utahitaji kujifunza kuhusu uthibitishaji. Hiki ni kitendo cha kuthibitisha utambulisho wa mtu au mchakato.",
|
||||
"Katika kozi hii, utajifunza jinsi ya kutumia Pasipoti kudhibiti uthibitishaji, Pug kuunda violezo vinavyoweza kutumika tena kwa ajili ya kujenga sehemu ya mbele haraka, na soketi za wavuti kwa mawasiliano ya wakati halisi kati ya wateja na seva."
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "Miradi ya Quality Assurance",
|
||||
"intro": [
|
||||
"Sasa kwa kuwa umefahamu vyema sehemu ya mbele na ya nyuma, ni wakati wa kutumia ujuzi na dhana zote ambazo umejifunza hadi kufikia hatua hii. Utaunda programu 5 tofauti za wavuti, na uandike majaribio kwa kila moja ili kuhakikisha kuwa zinafanya kazi na zinaweza kushughulikia kesi tofauti tofauti.",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"Baada ya kukamilisha miradi hii ya Quality Assurance, utakuwa na miradi 5 zaidi chini ya ukanda wako, na uthibitisho mpya wa kujionyesha kwenye wasifu yako."
|
||||
]
|
||||
}
|
||||
@@ -3225,6 +3225,12 @@
|
||||
"In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Understanding Graphs and Trees",
|
||||
"intro": [
|
||||
@@ -3315,17 +3321,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Front End Development Libraries Certification",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
|
||||
"intro": [
|
||||
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
|
||||
"To earn your Front End Development Libraries Certification:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Front End Development Libraries Certification exam."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Front End Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "React Fundamentals",
|
||||
@@ -3337,8 +3343,8 @@
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"review-front-end-libraries": "Front End Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3356,7 +3362,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Coming 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3651,15 +3657,15 @@
|
||||
"intro": ["Test what you've learned on Typescript with this quiz."]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Front End Libraries Review",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Review the Front End Libraries concepts to prepare for the upcoming quiz."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Front End Development Libraries Certification Exam",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4388,17 +4394,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Back End Development and APIs Certification",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "This certification is currently in development and will be available soon.",
|
||||
"intro": [
|
||||
"This course teaches you the fundamentals of back end development and APIs.",
|
||||
"To earn your Back End Development and APIs Certification:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Back End Development and APIs Certification exam."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introduction to Node.js",
|
||||
@@ -4414,7 +4420,7 @@
|
||||
"security-and-privacy": "Security and Privacy",
|
||||
"authentication": "Authentication",
|
||||
"tooling-and-deployment": "Tooling and Deployment",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4492,13 +4498,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full stack applications. Then you will take a short quiz to test your knowledge."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4556,25 +4562,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Back End Development and APIs Certification Exam",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification"
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"This certification represents the culmination of your full stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full Stack Developer Certification."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4586,8 +4592,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7383,7 +7389,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["A good intro is to be added here."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "Jina lako halitaonekana kwenye vyeti vyako ikiwa hii itawekwa kuwa ya faragha.",
|
||||
"claim-legacy": "Ukishajishindia vyeti vifuatavyo vya freeCodeCamp, utaweza kudai {{cert}}:",
|
||||
"for": "Settings for {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "Hii inaongeza sauti ya kupendeza ya gitaa la akustika kwenye tovuti. Utapata maoni ya muziki unapoandika kwenye kihariri, unapokamilisha changamoto, unapopata cheti na zaidi.",
|
||||
"sound-volume": "Sauti ya Campfire:",
|
||||
"scrollbar-width": "Upana wa Upau wa kusogeza wa Kihariri",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Present",
|
||||
"date-format-error": "Please enter the date in MM/YYYY format.",
|
||||
"date-invalid": "Please enter a valid date."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "hati haijapatikana",
|
||||
"slow-load-msg": "Inaonekana hii inachukua muda mrefu kuliko kawaida, tafadhali jaribu pakia upya ukurasa.",
|
||||
"navigation-warning": "Ukiondoka kwenye ukurasa huu, utapoteza maendeleo yako. Una uhakika?",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "Start Learning",
|
||||
"continue-learning": "Continue Learning",
|
||||
"fsd-b-benefit-1-title": "100k+ Students",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "Quincy Larson's Signature",
|
||||
"julia-liuson-signature": "Julia Liuson's Signature",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "Kama sehemu ya uthibitishaji huu wa Legacy Full Stack, {{user}} alikamilisha uthibitishaji ufuatao:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "As part of this certification, {{user}} passed the following exam: ",
|
||||
"heading": "Kama sehemu ya uthibitishaji huu, {{user}} aliunda miradi ifuatayo na akapita majaribio yote ya majaribio ya kiotomatiki:",
|
||||
"solution": "Solution",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures V7 Certification",
|
||||
"javascript-algorithms-and-data-structures-v8": "Legacy JavaScript Algorithms and Data Structures V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Legacy JavaScript Algorithms and Data Structures V8 Certification",
|
||||
"front-end-development-libraries": "Front End Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Front End Development Libraries V8 Certification",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Data Visualization V8",
|
||||
"data-visualization-cert": "Data Visualization V8 Certification",
|
||||
"relational-database-v8": "Relational Database V8",
|
||||
"relational-database-v8-cert": "Relational Database V8 Certification",
|
||||
"back-end-development-and-apis": "Back End Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Back End Development and APIs V8 Certification",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "Quality Assurance",
|
||||
"quality-assurance-v7-cert": "Quality Assurance Certification",
|
||||
"scientific-computing-with-python-v7": "Scientific Computing with Python",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Responsive Web Design Certification",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "JavaScript Certification",
|
||||
"front-end-development-libraries-v9": "Front End Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Front End Development Libraries Certification",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Python Certification",
|
||||
"relational-databases-v9": "Relational Database",
|
||||
"relational-databases-v9-cert": "Relational Database Certification",
|
||||
"back-end-development-and-apis-v9": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Back End Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full Stack Developer Certification",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "A1 Professional Spanish",
|
||||
"a1-professional-spanish-cert": "A1 Professional Spanish Certification",
|
||||
"a2-professional-spanish": "A2 Professional Spanish",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "A2 Professional Chinese Certification",
|
||||
"a1-professional-chinese": "A1 Professional Chinese",
|
||||
"a1-professional-chinese-cert": "A1 Professional Chinese Certification",
|
||||
"legacy-front-end": "Legacy Front End",
|
||||
"legacy-front-end-cert": "Legacy Front End Certification",
|
||||
"legacy-back-end": "Legacy Back End",
|
||||
"legacy-back-end-cert": "Legacy Back End Certification",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "Legacy Data Visualization",
|
||||
"legacy-data-visualization-cert": "Legacy Data Visualization Certification",
|
||||
"information-security-and-quality-assurance": "Legacy Information Security and Quality Assurance",
|
||||
"information-security-and-quality-assurance-cert": "Legacy Information Security and Quality Assurance Certification",
|
||||
"full-stack": "Legacy Full Stack",
|
||||
"full-stack-cert": "Legacy Full Stack Certification"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
@@ -490,10 +490,10 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries": {
|
||||
"title": "Front End Development Libraries V8",
|
||||
"title": "Frontend Development Libraries V8",
|
||||
"intro": [
|
||||
"Тепер, коли ви вже знайомі з HTML, CSS та JavaScript, піднімімо ваш рівень навичок, вивчаючи декілька найбільш популярних бібліотек верстки в галузі.",
|
||||
"У сертифікації «Бібліотеки Front End» ви навчитеся швидко стилізувати свій сайт за допомогою Bootstrap. Також ви навчитеся покращувати свої стилі CSS та розширювати їх за допомогою Sass.",
|
||||
"Now that you're familiar with HTML, CSS, and JavaScript, level up your skills by learning some of the most popular frontend libraries in the industry.",
|
||||
"In the Frontend Development Libraries Certification, you'll learn how to style your site quickly with Bootstrap. You'll also learn how to add logic to your CSS styles and extend them with Sass.",
|
||||
"Згодом ви розробите кошик для покупок та інші застосунки, щоб навчитися створювати потужні односторінкові застосунки (SPAs) з React та Redux."
|
||||
],
|
||||
"note": "",
|
||||
@@ -501,7 +501,7 @@
|
||||
"bootstrap": {
|
||||
"title": "Bootstrap",
|
||||
"intro": [
|
||||
"Bootstrap — це front end каркас, створений для проєктування адаптивних вебсторінок та застосунків. Для веброзробки цей фреймворк використовує принцип Mobile First та включає попередньо інтегровані стилі, класи CSS і деякі функціональності JavaScript.",
|
||||
"Bootstrap is a frontend framework used to design responsive web pages and applications. It takes a mobile-first approach to web development, and includes pre-built CSS styles and classes, plus some JavaScript functionality.",
|
||||
"Під час цього курсу ви навчитеся створювати адаптивні вебсайти за допомогою Bootstrap та використовувати готові шаблони для стилізації кнопок, зображень, форм, навігації та інших поширених елементів."
|
||||
]
|
||||
},
|
||||
@@ -544,10 +544,10 @@
|
||||
]
|
||||
},
|
||||
"front-end-development-libraries-projects": {
|
||||
"title": "Проєкти «Бібліотеки Front End»",
|
||||
"title": "Frontend Development Libraries Projects",
|
||||
"intro": [
|
||||
"Прийшов час протестувати ваші навички роботи з бібліотеками front end розробки. Використайте Bootstrap, jQuery, Sass, React та Redux, аби створити 5 проєктів, які перевірять ваші знання з усього, що ви вивчили дотепер.",
|
||||
"Виконайте п’ять проєктів та отримайте сертифікацію «Бібліотеки Front End»."
|
||||
"It's time to put your frontend development libraries skills to the test. Use Bootstrap, jQuery, Sass, React, and Redux to build 5 projects that will test everything you've learned up to this point.",
|
||||
"Complete all 5 projects, and you'll earn the Frontend Development Libraries certification."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -696,11 +696,11 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis": {
|
||||
"title": "Back End Development and APIs V8",
|
||||
"title": "Backend Development and APIs V8",
|
||||
"intro": [
|
||||
"До цього моменту ви використовували JavaScript тільки для front end, аби зробити вебсторінку інтерактивнішою, розв’язати завдання з алгоритмами, або створити SPA. Але JavaScript можна використовувати й у back end, або на сервері, для створення цілих вебзастосунків.",
|
||||
"Until this point, you've only used JavaScript on the frontend to add interactivity to a page, solve algorithm challenges, or build an SPA. But JavaScript can also be used on the backend, or server, to build entire web applications.",
|
||||
"Сьогодні один із найпопулярніших способів створення застосунків — за допомогою мікрослужб, які є маленькими модульними застосунками та разом формують єдине ціле.",
|
||||
"У сертифікації «Розробка Back End та API» ви навчитеся писати back end програми за допомогою Node.js та npm. Ви також створите вебзастосунок за допомогою фреймворку Express та мікрослужбу для пошуку людей за допомогою MongoDB і бібліотеки Mongoose."
|
||||
"In the Backend Development and APIs Certification, you'll learn how to write backend apps with Node.js and npm. You'll also build web applications with the Express framework, and build a People Finder microservice with MongoDB and the Mongoose library."
|
||||
],
|
||||
"note": "",
|
||||
"blocks": {
|
||||
@@ -729,10 +729,10 @@
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-projects": {
|
||||
"title": "Проєкти «Розробка Back End та API»",
|
||||
"title": "Backend Development and APIs Projects",
|
||||
"intro": [
|
||||
"Раніше ви мали справу з API, але тепер, коли ви знайомі із nmp, Node, Express, Mongo DB та Mongoose, прийшов час створити щось власне. Застосуйте усі отримані знання, щоб створити 5 окремих мікрослужб, які є меншими застосунками з обмеженими можливостями.",
|
||||
"Створивши їх, ви матимете 5 крутих мікрослужб API, якими можна похвалитися перед друзями, рідними чи потенційними роботодавцями. О, а ще новеньку сертифікацію «Розробка Back End та API»."
|
||||
"After creating these, you'll have 5 cool microservice APIs you can show off to friends, family, and potential employers. Oh, and you'll have a shiny new Backend Development and APIs Certification, too."
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -759,13 +759,13 @@
|
||||
"intro": [
|
||||
"Настав час глибоко зануритися у Node.js та Express.js, створивши застосунок чату із системою входу.",
|
||||
"Щоб безпечно впровадити систему входу, вам потрібно буде дізнатися про автентифікацію. Це акт перевірки особи або процесу.",
|
||||
"У цьому курсі ви дізнаєтесь, як використовувати Passport для управління автентифікацією, Pug для створення шаблонів багаторазового використання для швидкого створення інтерфейсу та вебсокети для комунікування в реальному часі між клієнтами та сервером."
|
||||
"In this course, you'll learn how to use Passport to manage authentication, Pug to create reusable templates for quickly building the frontend, and web sockets for real-time communication between the clients and server."
|
||||
]
|
||||
},
|
||||
"quality-assurance-projects": {
|
||||
"title": "Проєкти «Забезпечення якості»",
|
||||
"intro": [
|
||||
"Тепер, коли ви добре розбираєтесь у frond end та back end, настав час застосувати всі навички та концепції, які ви вивчили до цього моменту. Ви створите 5 різних вебзастосунків і напишете тести для кожного, щоб переконатися чи вони працюють і обробляють всі можливі сценарії.",
|
||||
"Now that you're well versed in both the frontend and backend, it's time to apply all the skills and concepts you've learned up to this point. You'll build 5 different web applications, and write tests for each one to make sure they're working and can handle different edge cases.",
|
||||
"Після завершення цих проєктів із забезпечення якості у вас буде ще 5 проєктів, а також нова сертифікація, якою можна похвалитись у портфоліо."
|
||||
]
|
||||
}
|
||||
@@ -3211,6 +3211,12 @@
|
||||
"In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Understanding Graphs and Trees",
|
||||
"intro": [
|
||||
@@ -3301,17 +3307,17 @@
|
||||
}
|
||||
},
|
||||
"front-end-development-libraries-v9": {
|
||||
"title": "Front End Development Libraries Certification",
|
||||
"title": "Frontend Development Libraries Certification",
|
||||
"note": "This certification is currently in development and will be available soon. We recommend completing the available courses below to prepare for the certification exam once it is released.",
|
||||
"intro": [
|
||||
"This course teaches you the libraries that developers use to build webpages: React, TypeScript, and more.",
|
||||
"To earn your Front End Development Libraries Certification:",
|
||||
"To earn your Frontend Development Libraries Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Front End Development Libraries Certification exam."
|
||||
"- Pass the Frontend Development Libraries Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"front-end-development-libraries": "Front End Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"front-end-development-libraries": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"react-fundamentals": "React Fundamentals",
|
||||
@@ -3323,8 +3329,8 @@
|
||||
"css-libraries-and-frameworks": "CSS Libraries and Frameworks",
|
||||
"data-visualization": "Data Visualization and D3",
|
||||
"typescript-fundamentals": "TypeScript Fundamentals",
|
||||
"review-front-end-libraries": "Front End Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Front End Development Libraries Certification Exam"
|
||||
"review-front-end-libraries": "Frontend Libraries Review",
|
||||
"front-end-development-libraries-certification-exam": "Frontend Development Libraries Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"data-visualization": {
|
||||
@@ -3342,7 +3348,7 @@
|
||||
"front-end-development-libraries-certification-exam": {
|
||||
"note": "Coming 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification."
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -3637,15 +3643,15 @@
|
||||
"intro": ["Test what you've learned on Typescript with this quiz."]
|
||||
},
|
||||
"review-front-end-libraries": {
|
||||
"title": "Front End Libraries Review",
|
||||
"title": "Frontend Libraries Review",
|
||||
"intro": [
|
||||
"Review the Front End Libraries concepts to prepare for the upcoming quiz."
|
||||
"Review the Frontend Libraries concepts to prepare for the upcoming quiz."
|
||||
]
|
||||
},
|
||||
"exam-front-end-development-libraries-certification": {
|
||||
"title": "Front End Development Libraries Certification Exam",
|
||||
"title": "Frontend Development Libraries Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Front End Development Libraries Certification"
|
||||
"Pass this exam to earn your Frontend Development Libraries Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -4374,17 +4380,17 @@
|
||||
}
|
||||
},
|
||||
"back-end-development-and-apis-v9": {
|
||||
"title": "Back End Development and APIs Certification",
|
||||
"title": "Backend Development and APIs Certification",
|
||||
"note": "This certification is currently in development and will be available soon.",
|
||||
"intro": [
|
||||
"This course teaches you the fundamentals of back end development and APIs.",
|
||||
"To earn your Back End Development and APIs Certification:",
|
||||
"This course teaches you the fundamentals of backend development and APIs.",
|
||||
"To earn your Backend Development and APIs Certification:",
|
||||
"- Complete the five required projects to qualify for the certification exam.",
|
||||
"- Pass the Back End Development and APIs Certification exam."
|
||||
"- Pass the Backend Development and APIs Certification exam."
|
||||
],
|
||||
"chapters": {
|
||||
"back-end-development-and-apis": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
"introduction-to-nodejs": "Introduction to Node.js",
|
||||
@@ -4400,7 +4406,7 @@
|
||||
"security-and-privacy": "Security and Privacy",
|
||||
"authentication": "Authentication",
|
||||
"tooling-and-deployment": "Tooling and Deployment",
|
||||
"back-end-development-and-apis-certification-exam": "Back End Development and APIs Certification Exam"
|
||||
"back-end-development-and-apis-certification-exam": "Backend Development and APIs Certification Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"introduction-to-nodejs": {
|
||||
@@ -4478,13 +4484,13 @@
|
||||
"tooling-and-deployment": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full stack applications. Then you will take a short quiz to test your knowledge."
|
||||
"In this module, you will learn about common tools used in the industry for deploying your full-stack applications. Then you will take a short quiz to test your knowledge."
|
||||
]
|
||||
},
|
||||
"back-end-development-and-apis-certification-exam": {
|
||||
"note": "Coming Late 2026",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification."
|
||||
"Pass this exam to earn your Backend Development and APIs Certification."
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -4542,25 +4548,25 @@
|
||||
]
|
||||
},
|
||||
"exam-back-end-development-and-apis-certification": {
|
||||
"title": "Back End Development and APIs Certification Exam",
|
||||
"title": "Backend Development and APIs Certification Exam",
|
||||
"intro": [
|
||||
"Pass this exam to earn your Back End Development and APIs Certification"
|
||||
"Pass this exam to earn your Backend Development and APIs Certification"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"full-stack-developer-v9": {
|
||||
"title": "Certified Full Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"title": "Certified Full-Stack Developer Curriculum",
|
||||
"note": "If you were previously working through our full-stack curriculum, don't worry - your progress is saved. We split it into smaller certifications for you to earn along your journey. This certification is currently in development and will be available soon. Start earning the required certifications so you're ready when it launches.",
|
||||
"intro": [
|
||||
"This certification represents the culmination of your full stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full Stack Developer Certification."
|
||||
"This certification represents the culmination of your full-stack developer journey. It demonstrates your ability to build complete, modern web applications from start to finish.",
|
||||
"To qualify for the exam, you must earn the certifications below. Pass the exam to earn your Full-Stack Developer Certification."
|
||||
],
|
||||
"chapters": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"modules": {
|
||||
"certified-full-stack-developer-exam": "Certified Full Stack Developer Exam"
|
||||
"certified-full-stack-developer-exam": "Certified Full-Stack Developer Exam"
|
||||
},
|
||||
"module-intros": {
|
||||
"certified-full-stack-developer-exam": {
|
||||
@@ -4572,8 +4578,8 @@
|
||||
},
|
||||
"blocks": {
|
||||
"exam-certified-full-stack-developer": {
|
||||
"title": "Certified Full Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full Stack Developer."]
|
||||
"title": "Certified Full-Stack Developer Exam",
|
||||
"intro": ["Pass this exam to become a Certified Full-Stack Developer."]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -7369,7 +7375,7 @@
|
||||
}
|
||||
},
|
||||
"full-stack-open": {
|
||||
"title": "Full Stack Open",
|
||||
"title": "Full-Stack Open",
|
||||
"intro": ["A good intro is to be added here."],
|
||||
"blocks": {
|
||||
"cat-blog-page": {
|
||||
|
||||
@@ -287,6 +287,7 @@
|
||||
"private-name": "Ваше ім’я не буде показуватися на сертифікаціях, якщо ввімкнено режим приватного перегляду.",
|
||||
"claim-legacy": "Як тільки ви виконаєте завдання наступних сертифікацій freeCodeCamp, ви зможете отримати {{cert}}:",
|
||||
"for": "Settings for {{username}}",
|
||||
"profile-note": "You can go to <0>your profile</0> to update your personal information.",
|
||||
"sound-mode": "Це додає приємне звучання акустичної гітари на всьому вебсайті. Ви почуєте музичний супровід, коли будете писати у редакторі, при завершенні випробувань, при затвердженні сертифікацій та інше.",
|
||||
"sound-volume": "Гучність багаття:",
|
||||
"scrollbar-width": "Ширина смуги прокрутки редактора",
|
||||
@@ -456,6 +457,16 @@
|
||||
"present": "Present",
|
||||
"date-format-error": "Please enter the date in MM/YYYY format.",
|
||||
"date-invalid": "Please enter a valid date."
|
||||
},
|
||||
"completeness": {
|
||||
"heading": "Profile {{percentage}}% complete",
|
||||
"name": "Add your name",
|
||||
"location": "Add your location",
|
||||
"picture": "Upload a profile picture",
|
||||
"about": "Write an about section",
|
||||
"social": "Add a social link",
|
||||
"portfolio": "Add a portfolio project",
|
||||
"experience": "Add your experience"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
@@ -919,7 +930,7 @@
|
||||
"document-notfound": "документ не знайдено",
|
||||
"slow-load-msg": "Схоже, це займає більше часу, ніж зазвичай. Будь ласка, спробуйте оновити сторінку.",
|
||||
"navigation-warning": "Ви втратите прогрес, якщо залишите цю сторінку. Ви впевнені?",
|
||||
"fsd-b-description": "Завдяки комплексному курсу ви станете сертифікованим full stack розробником. Ви навчитесь повністю створювати застосунки за допомогою HTML, CSS, JavaScript, React, TypeScript, Node.js, Python і багато іншого.",
|
||||
"fsd-b-description": "This comprehensive course prepares you to become a Certified Full-Stack Developer. You'll learn to build complete web applications using HTML, CSS, JavaScript, React, TypeScript, Node.js, Python, and more.",
|
||||
"fsd-b-cta": "Розпочати навчання",
|
||||
"continue-learning": "Continue Learning",
|
||||
"fsd-b-benefit-1-title": "100,000+ учнів",
|
||||
@@ -1148,7 +1159,7 @@
|
||||
"quincy-larson-signature": "Підпис Квінсі Ларсона",
|
||||
"julia-liuson-signature": "Підпис Джулії Люсон",
|
||||
"project": {
|
||||
"heading-legacy-full-stack": "В рамках сертифікації програмного забезпечення повного циклу {{user}} отримав(-ла) такі сертифікації:",
|
||||
"heading-legacy-full-stack": "As part of this Legacy Full-Stack certification, {{user}} completed the following certifications:",
|
||||
"heading-exam": "{{user}} склав(-ла) екзамен в рамках цієї сертифікації: ",
|
||||
"heading": "У рамках цієї сертифікації {{user}} створив(-ла) такі проєкти і успішно пройшов(-ла) усі автоматизовані тестування:",
|
||||
"solution": "Розв’язок",
|
||||
@@ -1240,14 +1251,14 @@
|
||||
"javascript-algorithms-and-data-structures-cert": "Legacy JavaScript Algorithms and Data Structures V7 Certification",
|
||||
"javascript-algorithms-and-data-structures-v8": "Legacy JavaScript Algorithms and Data Structures V8",
|
||||
"javascript-algorithms-and-data-structures-v8-cert": "Legacy JavaScript Algorithms and Data Structures V8 Certification",
|
||||
"front-end-development-libraries": "Front End Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Front End Development Libraries V8 Certification",
|
||||
"front-end-development-libraries": "Frontend Development Libraries V8",
|
||||
"front-end-development-libraries-cert": "Frontend Development Libraries V8 Certification",
|
||||
"data-visualization": "Data Visualization V8",
|
||||
"data-visualization-cert": "Data Visualization V8 Certification",
|
||||
"relational-database-v8": "Relational Database V8",
|
||||
"relational-database-v8-cert": "Relational Database V8 Certification",
|
||||
"back-end-development-and-apis": "Back End Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Back End Development and APIs V8 Certification",
|
||||
"back-end-development-and-apis": "Backend Development and APIs V8",
|
||||
"back-end-development-and-apis-cert": "Backend Development and APIs V8 Certification",
|
||||
"quality-assurance-v7": "Забезпечення якості",
|
||||
"quality-assurance-v7-cert": "Сертифікація «Забезпечення якості»",
|
||||
"scientific-computing-with-python-v7": "Наукові обчислення з Python",
|
||||
@@ -1271,16 +1282,16 @@
|
||||
"responsive-web-design-v9-cert": "Responsive Web Design Certification",
|
||||
"javascript-v9": "JavaScript",
|
||||
"javascript-v9-cert": "JavaScript Certification",
|
||||
"front-end-development-libraries-v9": "Front End Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Front End Development Libraries Certification",
|
||||
"front-end-development-libraries-v9": "Frontend Development Libraries",
|
||||
"front-end-development-libraries-v9-cert": "Frontend Development Libraries Certification",
|
||||
"python-v9": "Python",
|
||||
"python-v9-cert": "Python Certification",
|
||||
"relational-databases-v9": "Relational Database",
|
||||
"relational-databases-v9-cert": "Relational Database Certification",
|
||||
"back-end-development-and-apis-v9": "Back End Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Back End Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full Stack розробник",
|
||||
"full-stack-developer-v9-cert": "Сертифікація «Full Stack розробник»",
|
||||
"back-end-development-and-apis-v9": "Backend Development and APIs",
|
||||
"back-end-development-and-apis-v9-cert": "Backend Development and APIs Certification",
|
||||
"full-stack-developer-v9": "Full-Stack Developer",
|
||||
"full-stack-developer-v9-cert": "Full-Stack Developer Certification",
|
||||
"a1-professional-spanish": "A1 Professional Spanish",
|
||||
"a1-professional-spanish-cert": "A1 Professional Spanish Certification",
|
||||
"a2-professional-spanish": "Іспанська мова A2 для роботи",
|
||||
@@ -1289,16 +1300,16 @@
|
||||
"a2-professional-chinese-cert": "Сертифікація «Китайська мова A2 для роботи»",
|
||||
"a1-professional-chinese": "Китайська мова A1 для роботи",
|
||||
"a1-professional-chinese-cert": "Сертифікація «Китайська мова A1 для роботи»",
|
||||
"legacy-front-end": "Front End (стара версія)",
|
||||
"legacy-front-end-cert": "Сертифікація «Front End» (стара версія)",
|
||||
"legacy-back-end": "Back End (стара версія)",
|
||||
"legacy-back-end-cert": "Сертифікація «Back End» (стара версія)",
|
||||
"legacy-front-end": "Legacy Frontend",
|
||||
"legacy-front-end-cert": "Legacy Frontend Certification",
|
||||
"legacy-back-end": "Legacy Backend",
|
||||
"legacy-back-end-cert": "Legacy Backend Certification",
|
||||
"legacy-data-visualization": "Візуалізація даних (стара версія)",
|
||||
"legacy-data-visualization-cert": "Сертифікація «Візуалізація даних» (стара версія)",
|
||||
"information-security-and-quality-assurance": "Інформаційна безпека та забезпечення якості (стара версія)",
|
||||
"information-security-and-quality-assurance-cert": "Сертифікація «Інформаційна безпека та забезпечення якості» (стара версія)",
|
||||
"full-stack": "Full Stack (стара версія)",
|
||||
"full-stack-cert": "Сертифікація «Full Stack» (стара версія)"
|
||||
"full-stack": "Legacy Full-Stack",
|
||||
"full-stack-cert": "Legacy Full-Stack Certification"
|
||||
}
|
||||
},
|
||||
"certification-card": {
|
||||
|
||||
Reference in New Issue
Block a user