From 7cd535f439b16903549cdf36f6ec9dd517c6d3d8 Mon Sep 17 00:00:00 2001 From: Ted Le Date: Fri, 17 Sep 2021 11:53:34 +0200 Subject: [PATCH 1/3] Translated Nav Bar for Docs --- content/docs/faq-structure.md | 2 +- content/docs/nav.yml | 78 +++++++++++++++++------------------ 2 files changed, 40 insertions(+), 40 deletions(-) diff --git a/content/docs/faq-structure.md b/content/docs/faq-structure.md index a005b61f2..a999611eb 100644 --- a/content/docs/faq-structure.md +++ b/content/docs/faq-structure.md @@ -1,6 +1,6 @@ --- id: faq-structure -title: File Structure +title: Cấu trúc dự án permalink: docs/faq-structure.html layout: docs category: FAQ diff --git a/content/docs/nav.yml b/content/docs/nav.yml index 830b7a40b..594b28716 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -3,40 +3,40 @@ - id: getting-started title: Bắt Đầu - id: add-react-to-a-website - title: Add React to a Website + title: Thêm React Vào Một Website - id: create-a-new-react-app - title: Create a New React App + title: Tạo Một App React Mới - id: cdn-links - title: CDN Links + title: Các Đường Dẫn CDN - id: release-channels - title: Release Channels + title: Các Kênh Phát Hành - title: Khái niệm chính isOrdered: true items: - id: hello-world title: Hello World - id: introducing-jsx - title: Introducing JSX + title: Giới thiệu về JSX - id: rendering-elements - title: Rendering Elements + title: Việc Render Các Elements - id: components-and-props - title: Components and Props + title: Components Và Props - id: state-and-lifecycle - title: State and Lifecycle + title: State Và Vòng Đời - id: handling-events - title: Handling Events + title: Việc Bắt Các Sự Kiện - id: conditional-rendering - title: Conditional Rendering + title: Render Có Điều Kiện - id: lists-and-keys - title: Lists and Keys + title: Lists Và Keys - id: forms title: Forms - id: lifting-state-up - title: Lifting State Up + title: Chuyển State Lên Trên - id: composition-vs-inheritance - title: Composition vs Inheritance + title: Kết Hợp Và Kế Thừa - id: thinking-in-react - title: Thinking In React + title: Tư Duy Trong React - title: Hướng dẫn nâng cao items: - id: accessibility @@ -46,41 +46,41 @@ - id: context title: Context - id: error-boundaries - title: Error Boundaries + title: Ranh giới lỗi - id: forwarding-refs - title: Forwarding Refs + title: Chuyển Tiếp Refs - id: fragments - title: Fragments + title: Phân Mảnh - id: higher-order-components title: Higher-Order Components - id: integrating-with-other-libraries - title: Integrating with Other Libraries + title: Tích Hợp Với Các Thư Viện Khác - id: jsx-in-depth - title: JSX In Depth + title: JSX Chuyên Sâu - id: optimizing-performance - title: Optimizing Performance + title: Tối ưu hoá hiệu năng - id: portals title: Portals - id: profiler title: Profiler - id: react-without-es6 - title: React Without ES6 + title: React Với Không ES6 - id: react-without-jsx - title: React Without JSX + title: React Với Không JSX - id: reconciliation - title: Reconciliation + title: Hoà Hợp Và Hoà Giải - id: refs-and-the-dom - title: Refs and the DOM + title: Refs Và DOM - id: render-props title: Render Props - id: static-type-checking - title: Static Type Checking + title: Kiểm Tra Static Type - id: strict-mode title: Strict Mode - id: typechecking-with-proptypes - title: Typechecking With PropTypes + title: Typechecking Với PropTypes - id: uncontrolled-components - title: Uncontrolled Components + title: Các Components Không Kiểm Soát - id: web-components title: Web Components - title: API Tham khảo @@ -103,9 +103,9 @@ - id: test-renderer title: Test Renderer - id: javascript-environment-requirements - title: JS Environment Requirements + title: Yêu Cầu Môi Trường JS - id: glossary - title: Glossary + title: Bảng Chú Giải - title: Hooks isOrdered: true items: @@ -128,21 +128,21 @@ - title: Testing items: - id: testing - title: Testing Overview + title: Tổng Quan Testing - id: testing-recipes - title: Testing Recipes + title: Các Phương Thức Testing - id: testing-environments - title: Testing Environments -- title: Contributing + title: Các Môi Trường Testing +- title: Đóng Góp Giúp Đỡ items: - id: how-to-contribute - title: How to Contribute + title: Làm Thế Nào Để Đóng Góp - id: codebase-overview - title: Codebase Overview + title: Tổng Quan Codebase - id: implementation-notes - title: Implementation Notes + title: Chú Thích Triển Khai - id: design-principles - title: Design Principles + title: Nguyên Tắc Thiết Kế - title: FAQ items: - id: faq-ajax @@ -156,8 +156,8 @@ - id: faq-styling title: Styling và CSS - id: faq-structure - title: File Structure + title: Cấu trúc dự án - id: faq-versioning - title: Versioning Policy + title: Chính Sách Đặt Phiên Bản - id: faq-internals title: Virtual DOM and Internals From f83dddcac39b1203f208e30188cee6e9658a5839 Mon Sep 17 00:00:00 2001 From: Ted Le Date: Fri, 17 Sep 2021 12:30:55 +0200 Subject: [PATCH 2/3] Update nav.yml --- content/docs/nav.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index eb86b7bc6..c6f0c6f03 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -70,7 +70,7 @@ - id: react-without-jsx title: React nhưng không sử dụng JSX - id: reconciliation - title: Hoà Hợp Và Hoà Giải + title: Reconciliation - id: refs-and-the-dom title: Refs Và DOM - id: render-props @@ -82,7 +82,7 @@ - id: typechecking-with-proptypes title: Kiểm tra kiểu với PropTypes - id: uncontrolled-components - title: Các Components Không Kiểm Soát + title: Uncontrolled Components - id: web-components title: Web Components - title: API Tham khảo @@ -105,7 +105,7 @@ - id: test-renderer title: Test Renderer - id: javascript-environment-requirements - title: Yêu Cầu Môi Trường JS + title: Môi trường JS yêu cầu - id: glossary title: Bảng Chú Giải @@ -128,7 +128,7 @@ title: Tham chiếu Hooks API - id: hooks-faq title: Hooks và các câu hỏi thường gặp -- title: Kiểm thử +- title: Testing items: - id: testing title: Tổng Quan Testing @@ -161,6 +161,6 @@ - id: faq-structure title: Cấu trúc dự án - id: faq-versioning - title: Quy Tắc Đặt Phiên Bản + title: Quy tắc đặt tên phiên bản - id: faq-internals title: Virtual DOM and Internals From 92be184168434791f05f9fd2c211fb4e74e1dd01 Mon Sep 17 00:00:00 2001 From: Ryan Le Date: Sat, 18 Sep 2021 19:41:19 +0700 Subject: [PATCH 3/3] Update nav.yml --- content/docs/nav.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/docs/nav.yml b/content/docs/nav.yml index c6f0c6f03..5a7ec5f4a 100644 --- a/content/docs/nav.yml +++ b/content/docs/nav.yml @@ -19,7 +19,7 @@ - id: introducing-jsx title: Giới thiệu JSX - id: rendering-elements - title: Việc Render Các Elements + title: Rendering Elements - id: components-and-props title: Components Và Props - id: state-and-lifecycle @@ -33,7 +33,7 @@ - id: forms title: Forms - id: lifting-state-up - title: Chuyển State Lên Trên + title: Chuyển State Lên - id: composition-vs-inheritance title: Kết Hợp Và Kế Thừa - id: thinking-in-react @@ -47,7 +47,7 @@ - id: context title: Context - id: error-boundaries - title: Ranh giới lỗi + title: Error Boundaries - id: forwarding-refs title: Chuyển Tiếp Refs - id: fragments