From bbfd599386c2660fe95ea9806076f3e271d2c144 Mon Sep 17 00:00:00 2001 From: camperbot Date: Thu, 27 May 2021 07:18:07 -0700 Subject: [PATCH] chore(i18n,learn): update translations (#42271) --- client/i18n/locales/chinese-traditional/intro.json | 12 ++++++------ client/i18n/locales/chinese/intro.json | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index 62bb5aed95..5f9267262f 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -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 .map() and .filter()." + "在這個課程中,你將學習函數式編程的核心概念,包括純函數、如何避免突變、如何使用 .map().filter() 等方法編寫更整潔的代碼。" ] }, "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": "摺疊" } diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index 00971e96b8..b96f5bf5ff 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -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 .map() and .filter()." + "在这个课程中,你将学习函数式编程的核心概念,包括纯函数、如何避免突变、如何使用 .map().filter() 等方法编写更整洁的代码。" ] }, "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": "折叠" }