From d915f522a9a099a7607d43b3e220484cef53237d Mon Sep 17 00:00:00 2001 From: camperbot Date: Thu, 25 Aug 2022 19:27:21 +0530 Subject: [PATCH] chore(i18n,client): processed translations (#47381) --- client/i18n/locales/chinese-traditional/intro.json | 6 +++--- client/i18n/locales/chinese-traditional/links.json | 2 +- client/i18n/locales/chinese-traditional/translations.json | 8 ++++---- client/i18n/locales/chinese/intro.json | 6 +++--- client/i18n/locales/chinese/translations.json | 8 ++++---- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/client/i18n/locales/chinese-traditional/intro.json b/client/i18n/locales/chinese-traditional/intro.json index fe9cd743609..607e1ec1865 100644 --- a/client/i18n/locales/chinese-traditional/intro.json +++ b/client/i18n/locales/chinese-traditional/intro.json @@ -606,8 +606,8 @@ "mongodb-and-mongoose": { "title": "MongoDB 和 Mongoose", "intro": [ - "MongoDB is a database application that stores JSON documents (or records) that you can use in your application. Unlike SQL, another type of database, MongoDB is a non-relational or \"NoSQL\" database. This means MongoDB stores all associated data within one record, instead of storing it across many preset tables as in a SQL database.", - "Mongoose is a popular npm package for interacting with MongoDB. With Mongoose, you can use plain JavaScript objects instead of JSON, which makes it easier to work with MongoDB. Also, it allows you to create blueprints for your documents called schemas, so you don't accidentally save the wrong type of data and cause bugs later.", + "MongoDB 是一個存儲 JSON 文件(或記錄)的數據庫程序,你可以在自己的程序中使用這些 JSON 文件。與 SQL——另一種類型的數據庫——所不同的是,MongoDB 是一個非關係型數據庫,也被稱爲 “NoSQL”。這意味着 MongoDB 將所有相關數據都存儲在一個記錄中,而不是像 SQL 數據庫中那樣把數據存儲在許多預設表中。", + "Mongoose 是一個廣泛使用的 npm 包,通常和 Mongo 一起安裝。通過 Mongoose,你可以使用 JavaScript 對象而不是 JSON ,這樣就更容易與 Mongo 配合使用。此外,它允許你創建文件架構,即 schema,所以你不會意外地保存錯誤的數據類型並出現 bug。", "在 MongoDB 和 Mongoose 課程中,你將學習處理數據的基本知識,包括如何建立模型,保存、刪除並在數據庫中查找文檔。" ] }, @@ -805,7 +805,7 @@ "intro": [ "通過完成經典的羅塞塔代碼庫中的這些免費編程任務來提升你的創造性問題解決能力。", "這些挑戰可能很困難,但是它們會將進一步提升你的算法邏輯。", - "Attribute: Rosetta Code" + "屬性:Rosetta 代碼" ] }, "project-euler": { diff --git a/client/i18n/locales/chinese-traditional/links.json b/client/i18n/locales/chinese-traditional/links.json index 228aceee69a..51bec130ca2 100644 --- a/client/i18n/locales/chinese-traditional/links.json +++ b/client/i18n/locales/chinese-traditional/links.json @@ -19,7 +19,7 @@ "one-time-url": "https://paypal.me/freecodecamp" }, "nav": { - "forum": "https://chinese.freecodecamp.org/forum/", + "forum": "https://forum.freecodecamp.org/c/chinese/533", "news": "https://chinese.freecodecamp.org/news/" }, "help": { diff --git a/client/i18n/locales/chinese-traditional/translations.json b/client/i18n/locales/chinese-traditional/translations.json index 5dd1d268784..6792a4ae9bf 100644 --- a/client/i18n/locales/chinese-traditional/translations.json +++ b/client/i18n/locales/chinese-traditional/translations.json @@ -275,7 +275,7 @@ "solution-link": "解決方案鏈接", "github-link": "GitHub 鏈接", "submit-and-go": "提交併訪問下一個挑戰", - "congratulations": "Congratulations, your code passes. Submit your code to continue.", + "congratulations": "恭喜,你的代碼已通過。請提交你的代碼以繼續。", "i-completed": "我已經完成這個挑戰", "test-output": "你的測試輸出將在這裏顯示", "running-tests": "// 運行測試", @@ -429,7 +429,7 @@ }, "search": { "label": "搜索", - "placeholder": "搜索 900+ 篇教程", + "placeholder": "搜索 1,000+ 篇教程", "see-results": "查看 {{searchQuery}} 的所有結果", "no-tutorials": "未找到教程", "try": "想要搜索信息?試試使用頁面上的搜索框。", @@ -450,8 +450,8 @@ "change-theme": "登錄以更改主題。", "translation-pending": "幫我們翻譯", "certification-project": "認證項目", - "iframe-alert": "Normally this link would bring you to another website! It works. This is a link to: {{externalLink}}", - "document-notfound": "document not found" + "iframe-alert": "通常,此鏈接會將你帶到另一個網站!一切正常,這個鏈接指向:{{externalLink}}。", + "document-notfound": "找不到文件" }, "icons": { "gold-cup": "金獎盃", diff --git a/client/i18n/locales/chinese/intro.json b/client/i18n/locales/chinese/intro.json index cfc7031b8e0..41fc0b2720b 100644 --- a/client/i18n/locales/chinese/intro.json +++ b/client/i18n/locales/chinese/intro.json @@ -606,8 +606,8 @@ "mongodb-and-mongoose": { "title": "MongoDB 和 Mongoose", "intro": [ - "MongoDB is a database application that stores JSON documents (or records) that you can use in your application. Unlike SQL, another type of database, MongoDB is a non-relational or \"NoSQL\" database. This means MongoDB stores all associated data within one record, instead of storing it across many preset tables as in a SQL database.", - "Mongoose is a popular npm package for interacting with MongoDB. With Mongoose, you can use plain JavaScript objects instead of JSON, which makes it easier to work with MongoDB. Also, it allows you to create blueprints for your documents called schemas, so you don't accidentally save the wrong type of data and cause bugs later.", + "MongoDB 是一个存储 JSON 文件(或记录)的数据库程序,你可以在自己的程序中使用这些 JSON 文件。与 SQL——另一种类型的数据库——所不同的是,MongoDB 是一个非关系型数据库,也被称为 “NoSQL”。这意味着 MongoDB 将所有相关数据都存储在一个记录中,而不是像 SQL 数据库中那样把数据存储在许多预设表中。", + "Mongoose 是一个广泛使用的 npm 包,通常和 Mongo 一起安装。通过 Mongoose,你可以使用 JavaScript 对象而不是 JSON ,这样就更容易与 Mongo 配合使用。此外,它允许你创建文件架构,即 schema,所以你不会意外地保存错误的数据类型并出现 bug。", "在 MongoDB 和 Mongoose 课程中,你将学习处理数据的基本知识,包括如何建立模型,保存、删除并在数据库中查找文档。" ] }, @@ -805,7 +805,7 @@ "intro": [ "通过完成经典的罗塞塔代码库中的这些免费编程任务来提升你的创造性问题解决能力。", "这些挑战可能很困难,但是它们会将进一步提升你的算法逻辑。", - "Attribute: Rosetta Code" + "属性:Rosetta 代码" ] }, "project-euler": { diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 436ff74abb5..1be64d1e6cb 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -275,7 +275,7 @@ "solution-link": "解决方案链接", "github-link": "GitHub 链接", "submit-and-go": "提交并访问下一个挑战", - "congratulations": "Congratulations, your code passes. Submit your code to continue.", + "congratulations": "恭喜,你的代码已通过。请提交你的代码以继续。", "i-completed": "我已经完成这个挑战", "test-output": "你的测试输出将在这里显示", "running-tests": "// 运行测试", @@ -429,7 +429,7 @@ }, "search": { "label": "搜索", - "placeholder": "搜索 900+ 篇教程", + "placeholder": "搜索 1,000+ 篇教程", "see-results": "查看 {{searchQuery}} 的所有结果", "no-tutorials": "未找到教程", "try": "想要搜索信息?试试使用页面上的搜索框。", @@ -450,8 +450,8 @@ "change-theme": "登录以更改主题。", "translation-pending": "帮我们翻译", "certification-project": "认证项目", - "iframe-alert": "Normally this link would bring you to another website! It works. This is a link to: {{externalLink}}", - "document-notfound": "document not found" + "iframe-alert": "通常,此链接会将你带到另一个网站!一切正常,这个链接指向:{{externalLink}}。", + "document-notfound": "找不到文件" }, "icons": { "gold-cup": "金奖杯",