Skip to content

Translate Navigation & Profiler API #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Sep 16, 2021
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/add-react-to-a-website.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: add-react-to-a-website
title: Add React to a Website
title: Thêm React vào một Website
permalink: docs/add-react-to-a-website.html
redirect_from:
- "docs/add-react-to-an-existing-app.html"
Expand Down
28 changes: 14 additions & 14 deletions content/docs/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@
- id: add-react-to-a-website
title: Thêm React vào một Website
- id: create-a-new-react-app
title: Tạo một App React mới
title: Tạo một ứng dụng React mới
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chỗ này giữ App sẽ hợp lý hơn nè

- id: cdn-links
title: CDN Links
title: Các liên kết 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 JSX
- id: rendering-elements
title: Rendering Elements
- id: components-and-props
title: Components and Props
- id: state-and-lifecycle
title: State and Lifecycle
- id: handling-events
title: Handling Events
title: Xử lý Events
- id: conditional-rendering
title: Conditional Rendering
title: Điều kiện Rendering
- id: lists-and-keys
title: Lists and Keys
- id: forms
Expand All @@ -36,37 +36,37 @@
- id: composition-vs-inheritance
title: Composition vs Inheritance
- id: thinking-in-react
title: Thinking In React
title: Tư duy trong React
- title: Hướng dẫn nâng cao
items:
- id: accessibility
title: Accessibility
title: Khả năng tiếp cận
- id: code-splitting
title: Code-Splitting
- id: context
title: Context
- id: error-boundaries
title: Error Boundaries
- id: forwarding-refs
title: Forwarding Refs
title: Chuyển tiếp Refs
- id: fragments
title: Fragments
- 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
- id: optimizing-performance
title: Optimizing Performance
title: Tối ưu hiệu năng
- id: portals
title: Portals
- id: profiler
title: Profiler
- id: react-without-es6
title: React Without ES6
title: React không sử dụng ES6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React "nhưng" không sử dụng ES6

Do câu trên đọc sợ người đọc hiểu lầm là Reactjs ko có sử dụng ES6 toàn bộ luôn ấy

- id: react-without-jsx
title: React Without JSX
title: React không sử dụng JSX
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tương tự trên bạn nhé

- id: reconciliation
title: Reconciliation
- id: refs-and-the-dom
Expand Down Expand Up @@ -136,7 +136,7 @@
- title: Contributing
items:
- id: how-to-contribute
title: How to Contribute
title: Làm sao để đóng góp
- id: codebase-overview
title: Codebase Overview
- id: implementation-notes
Expand Down
14 changes: 7 additions & 7 deletions content/footerNav.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
community:
title: Community
title: Cộng đồng

docs:
title: Docs
title: Tài liệu

more:
title: More
title: Xem thêm
items:
- title: Tutorial
- title: Hướng dẫn
to: /tutorial/tutorial.html
- title: Blog
to: /blog
- title: Acknowledgements
- title: Lời cảm ơn
to: /acknowledgements.html
- title: React Native
to: https://reactnative.dev/
external: true

channels:
title: Channels
title: Các kênh
items:
- title: GitHub
to: https://github.com/facebook/react
external: true
- title: Stack Overflow
to: https://stackoverflow.com/questions/tagged/reactjs
external: true
- title: Discussion Forums
- title: Diễn đàn
to: https://reactjs.org/community/support.html#popular-discussion-forums
external: true
- title: Reactiflux Chat
Expand Down
6 changes: 3 additions & 3 deletions content/headerNav.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
items:
- title: Docs
- title: Tài liệu
to: /docs/getting-started.html
activeSelector: /docs/
- title: Tutorial
- title: Hướng dẫn
to: /tutorial/tutorial.html
activeSelector: /tutorial
- title: Blog
to: /blog/
activeSelector: /blog
- title: Community
- title: Cộng đồng
to: /community/support.html
activeSelector: /community
2 changes: 1 addition & 1 deletion src/components/LayoutFooter/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Footer = ({layoutHasSidebar = false}: {layoutHasSidebar: boolean}) => (
color: colors.subtleOnDark,
paddingTop: 15,
}}>
{`Copyright © ${new Date().getFullYear()} Facebook Inc.`}
{`Bản quyền © ${new Date().getFullYear()} Facebook Inc.`}
</p>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/MarkdownPage/MarkdownPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const MarkdownPage = ({
<a
css={sharedStyles.articleLayout.editLink}
href={`https://github.com/reactjs/reactjs.org/tree/main/${markdownRemark.fields.path}`}>
Edit this page
Sửa trang này
</a>
</div>
)}
Expand Down