chore(i18n,learn): update translations (#42271)

This commit is contained in:
camperbot
2021-05-27 07:18:07 -07:00
committed by GitHub
parent 2f901f9ffe
commit bbfd599386
2 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,7 @@
"首先,你將通過編寫一個展示貓咪圖片的應用,學習 HTML 和 CSS 的基本知識。 然後,通過畫企鵝來學習像 CSS 變量這樣的現代技術,以及通過構建網頁表單來學習無障礙的最佳實踐。",
"最後,你將學習使用 flexbox彈性盒子構建一個 Twitter 卡片,以及使用 CSS 網格構建複雜的博客佈局,以此學習製作適應不同屏幕大小的網頁。"
],
"note": "Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.",
"note": "注意:某些瀏覽器擴展,例如廣告攔截器和深色模式擴展可能干擾測試。如果你遇到問題,我們建議你在參加學習時禁用修改頁面內容或佈局的擴展。",
"blocks": {
"basic-html-and-html5": {
"title": "基礎 HTML 和 HTML5",
@ -94,7 +94,7 @@
"打好基礎之後,你將會通過創建算法來操作字符串、進行階乘運算甚至計算國際空間站的軌道來應用這些知識。",
"在這個過程中你還會學習兩種重要的編程方式或模式面向對象的編程OOP和函數式編程FP。"
],
"note": "Note: Some browser extensions, such as ad-blockers and script-blockers can interfere with the tests. If you face issues, we recommend disabling extensions that modify or block content of pages, while taking the course.",
"note": "注意:某些瀏覽器擴展,例如廣告攔截器和腳本攔截器,可能干擾測試。如果你遇到問題,我們建議你在學習時禁用修改或阻止頁面內容的擴展。",
"blocks": {
"basic-javascript": {
"title": "基礎 JavaScript",
@ -152,7 +152,7 @@
"title": "函數式編程",
"intro": [
"函數式編程是另一種軟件開發方法。在函數式編程中,代碼被組織成較小的基本的函數,可以結合起來構建複雜的程序。",
"In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how to write cleaner code with methods like <code>.map()</code> and <code>.filter()</code>."
"在這個課程中,你將學習函數式編程的核心概念,包括純函數、如何避免突變、如何使用 <code>.map()</code> <code>.filter()</code> 等方法編寫更整潔的代碼。"
]
},
"intermediate-algorithm-scripting": {
@ -333,7 +333,7 @@
"title": "API 和微服務項目",
"intro": [
"你之前用過 API但是現在你知道 npm、Node、Express、MongoDB 和 Mongoose是時候創建應用 了。用你到現在所學的所有知識來創建 5 個不同的微服務,這些微服務是使用範圍有限的小應用。",
"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 APIs and Microservices Certification, too."
"在創建這些項目後,你會有 5 個很酷的微服務 API你可以向朋友、家人和潛在的僱主展示。同時你也會獲得 API 和微服務認證。"
]
}
}
@ -342,7 +342,7 @@
"title": "質量保證",
"intro": [
"隨着你的程序或網頁應用程序變得更加複雜,你將想要測試它們,以確保新的更改不會破壞它們的原有功能。",
"In the Quality Assurance Certification, you'll learn how to write tests with Chai to ensure your applications work the way you expect them to.",
"在質量保證認證中,你將學習如何使用 Chai 編寫測試,以確保你的應用程序按預期的方式工作。",
"然後你將創建一個聊天應用程序來學習高級 Node 和 Express 概念。你還將使用 Pug 作爲模板引擎,用於身份驗證的 Passport 和 用於服務器和客戶端之間實時通信的 Socket.io。"
],
"note": "",
@ -538,7 +538,7 @@
"certification": "{{cert}} 認證",
"browse-other": "瀏覽我們的其他免費認證\n我們建議你按順序學習",
"courses": "課程",
"steps": "Steps",
"steps": "步驟",
"expand": "展開",
"collapse": "摺疊"
}

View File

@ -6,7 +6,7 @@
"首先,你将通过编写一个展示猫咪图片的应用,学习 HTML 和 CSS 的基本知识。 然后,通过画企鹅来学习像 CSS 变量这样的现代技术,以及通过构建网页表单来学习无障碍的最佳实践。",
"最后,你将学习使用 flexbox弹性盒子构建一个 Twitter 卡片,以及使用 CSS 网格构建复杂的博客布局,以此学习制作适应不同屏幕大小的网页。"
],
"note": "Note: Some browser extensions, such as ad-blockers and dark mode extensions can interfere with the tests. If you face issues, we recommend disabling extensions that modify the content or layout of pages, while taking the course.",
"note": "注意:某些浏览器扩展,例如广告拦截器和深色模式扩展可能干扰测试。如果你遇到问题,我们建议你在参加学习时禁用修改页面内容或布局的扩展。",
"blocks": {
"basic-html-and-html5": {
"title": "基础 HTML 和 HTML5",
@ -94,7 +94,7 @@
"打好基础之后,你将会通过创建算法来操作字符串、进行阶乘运算甚至计算国际空间站的轨道来应用这些知识。",
"在这个过程中你还会学习两种重要的编程方式或模式面向对象的编程OOP和函数式编程FP。"
],
"note": "Note: Some browser extensions, such as ad-blockers and script-blockers can interfere with the tests. If you face issues, we recommend disabling extensions that modify or block content of pages, while taking the course.",
"note": "注意:某些浏览器扩展,例如广告拦截器和脚本拦截器,可能干扰测试。如果你遇到问题,我们建议你在学习时禁用修改或阻止页面内容的扩展。",
"blocks": {
"basic-javascript": {
"title": "基础 JavaScript",
@ -152,7 +152,7 @@
"title": "函数式编程",
"intro": [
"函数式编程是另一种软件开发方法。在函数式编程中,代码被组织成较小的基本的函数,可以结合起来构建复杂的程序。",
"In this course, you'll learn the core concepts of Functional Programming including pure functions, how to avoid mutations, and how to write cleaner code with methods like <code>.map()</code> and <code>.filter()</code>."
"在这个课程中,你将学习函数式编程的核心概念,包括纯函数、如何避免突变、如何使用 <code>.map()</code> <code>.filter()</code> 等方法编写更整洁的代码。"
]
},
"intermediate-algorithm-scripting": {
@ -333,7 +333,7 @@
"title": "API 和微服务项目",
"intro": [
"你之前用过 API但是现在你知道 npm、Node、Express、MongoDB 和 Mongoose是时候创建应用 了。用你到现在所学的所有知识来创建 5 个不同的微服务,这些微服务是使用范围有限的小应用。",
"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 APIs and Microservices Certification, too."
"在创建这些项目后,你会有 5 个很酷的微服务 API你可以向朋友、家人和潜在的雇主展示。同时你也会获得 API 和微服务认证。"
]
}
}
@ -342,7 +342,7 @@
"title": "质量保证",
"intro": [
"随着你的程序或网页应用程序变得更加复杂,你将想要测试它们,以确保新的更改不会破坏它们的原有功能。",
"In the Quality Assurance Certification, you'll learn how to write tests with Chai to ensure your applications work the way you expect them to.",
"在质量保证认证中,你将学习如何使用 Chai 编写测试,以确保你的应用程序按预期的方式工作。",
"然后你将创建一个聊天应用程序来学习高级 Node 和 Express 概念。你还将使用 Pug 作为模板引擎,用于身份验证的 Passport 和 用于服务器和客户端之间实时通信的 Socket.io。"
],
"note": "",
@ -538,7 +538,7 @@
"certification": "{{cert}} 认证",
"browse-other": "浏览我们的其他免费认证\n我们建议你按顺序学习",
"courses": "课程",
"steps": "Steps",
"steps": "步骤",
"expand": "展开",
"collapse": "折叠"
}