Skip to content
Merged
Changes from all 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
22 changes: 11 additions & 11 deletions src/content/community/translations.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
---
title: Translations
title: 翻译
---

<Intro>

React docs are translated by the global community into many languages all over the world.
React 文档由全球社区翻译成多种语言,涵盖世界各地。

</Intro>

## Source site {/*main-site*/}
## 来源站点 {/*main-site*/}

All translations are provided from the canonical source docs:
所有翻译均来源于官方文档:

- [English](https://react.dev/) &mdash; [Contribute](https://github.com/reactjs/react.dev/)

## Full translations {/*full-translations*/}
## 已完成的翻译 {/*full-translations*/}

{/* If you are a language maintainer and want to add your language here, finish the "Core" translations and edit `deployedTranslations` under `src/utils`. */}

<LanguageList progress="complete" />

## In-progress translations {/*in-progress-translations*/}
## 正在进行的翻译工作 {/*in-progress-translations*/}

For the progress of each translation, see: [Is React Translated Yet?](https://translations.react.dev/)
有关每种语言翻译的进度,请参见:[React 是否已被翻译?](https://translations.react.dev/)

<LanguageList progress="in-progress" />

## How to contribute {/*how-to-contribute*/}
## 如何参与贡献 {/*how-to-contribute*/}

You can contribute to the translation efforts!
你可以为这项翻译工作贡献出自己的力量!

The community conducts the translation work for the React docs on each language-specific fork of react.dev. Typical translation work involves directly translating a Markdown file and creating a pull request. Click the "contribute" link above to the GitHub repository for your language, and follow the instructions there to help with the translation effort.
每个语言在社区有其对应的 react.dev 的 fork,来进行 React 文档的翻译工作。典型的翻译流程是直接翻译 Markdown 文件并创建拉取请求。你可以点击上方的“Contribute”链接,前往你所用语言的 GitHub 仓库,并按照那里的说明参与翻译工作。

If you want to start a new translation for your language, visit: [translations.react.dev](https://github.com/reactjs/translations.react.dev)
如果你想为你的语言启动新的翻译项目,请访问:[translations.react.dev](https://github.com/reactjs/translations.react.dev)
Loading