reactjs / zh-hant.react.dev

(Work in progress) React documentation website in Traditional Chinese
https://zh-hant.react.dev
Creative Commons Attribution 4.0 International
105 stars 86 forks source link

New Traditional Chinese Translation Progress #260

Open neighborhood999 opened 2 years ago

neighborhood999 commented 2 years ago

Maintainers

For New Translators

To translate a page:

  1. Check that no one else has claimed your page in the checklist and comments below.
  2. Comment below with the name of the page you would like to translate. Please take only one page at a time.
  3. Clone this repo, translate your page, and submit a pull request!

Before contributing, read the glossary and style guide (once they exist) to understand how to translate various technical and React-specific terms.

Please be prompt with your translations! If you find that you can't commit anymore, let the maintainers know so they can assign the page to someone else.

For Maintainers

When someone volunteers, edit this issue with the username of the volunteer, and with the PR. Ex:

When PRs are merged, make sure to mark that page as completed!

Main Content

To do before releasing as an "official" translation. Please translate these pages first.

Note that each section has an index page, which needs to be translated too.

Learn React

API Reference

Navigation and UI

We suggest to leave most of the UI translation until the end. We plan to do some invasive changes to the website folder layout and components, so postponing this until your translation is almost complete would make it easier to merge the changes from our side later. It might make sense to translate the homepage above the fold early, but leave the rest for later. As individual pages get translated, you can change the page titles in the corresponding sidebar files. Finally, when you're translating the navigation, make sure to test both desktop and mobile layouts.

When You're Ready...

After everything above is translated, add your language to deployedLanguages in Seo.tsx of the original reactjs/react.dev repository.

Secondary Content

These API pages should ideally be translated too, but they're less urgent and can be done after the others:

Optional Content

These aren't the main translation targets, but if you'd like to do them, feel free to expand the list to include their subpages:

yuu2lee4 commented 2 years ago

the translated docs not published?

bugtender commented 2 years ago

For people who don't know where to find the translated BETA doc. Here's the link https://beta.zh-hant.reactjs.org. πŸ˜€

K4Lok commented 1 year ago

Hi @neighborhood999 , I want to make contributions to the translation of the Beta Docs. However, the code base seems to be not syncing correctly with https://github.com/reactjs/reactjs.org for a while. https://beta.zh-hant.reactjs.org/ is outdated!

Is there anything I can help with?

neighborhood999 commented 1 year ago

Hi @neighborhood999 , I want to make contributions to the translation of the Beta Docs. However, the code base seems to be not syncing correctly with reactjs/reactjs.org for a while. beta.zh-hant.reactjs.org is outdated!

Is there anything I can help with?

Hi @K4Lok , thanks for your question. Yes, the current docs are out of date from the latest docs, in the PR list has many sync PRs and I will resolve conflicts and then you can make docs contribution.

Kate-Chu commented 1 year ago

Hi @neighborhood999 I want to make contributions to translate "Referencing Values with Refs", "Manipulating the DOM with Refs", and "Synchronizing with Effects" (which is not shown on the list yet? Can I translate it also?) Thank you! :D

neighborhood999 commented 1 year ago

Hi @neighborhood999 I want to make contributions to translate "Referencing Values with Refs", "Manipulating the DOM with Refs", and "Synchronizing with Effects" (which is not shown on the list yet? Can I translate it also?) Thank you! :D

Hi @Kate-Chu, thank you for helping, I added your name to the corresponding documents.

JamieLoLo commented 1 year ago

Hi @neighborhood999 I want to make contributions to translate "Your First Component", "Importing and Exporting Components" and "Writing Markup with JSX" . Thank you :)

neighborhood999 commented 1 year ago

Hi @neighborhood999 I want to make contributions to translate "Your First Component", "Importing and Exporting Components" and "Writing Markup with JSX" . Thank you :)

Hi @JamieLoLo thank you for helping translation, I added you to the above list. For the term, if you are not sure how to translate you can check Glossary.

max80713 commented 1 year ago

Hi @neighborhood999 I want to make contributions to translate "Reacting to Input with State", "Choosing the State Structure", and "Sharing State Between Components". Thank you πŸ˜‹

neighborhood999 commented 1 year ago

Hi @neighborhood999 I want to make contributions to translate "Reacting to Input with State", "Choosing the State Structure", and "Sharing State Between Components". Thank you πŸ˜‹

Hi @max80713 thank you for helping, updated the above list.

kai2128 commented 1 year ago

Hi @neighborhood999 I would like to contribute on:

neighborhood999 commented 1 year ago

Hi @neighborhood999 I would like to contribute on:

* JavaScript in JSX with Curly Braces [docs: translation JavaScript in JSX #364](https://github.com/reactjs/zh-hant.reactjs.org/pull/364)

* Passing Props to a Component [docs: translation Passing Props to a Component #365](https://github.com/reactjs/zh-hant.reactjs.org/pull/365)

Thanks for your contribution, I updated the above list and I will review them.

JamieLoLo commented 1 year ago

HI @neighborhood999

I have submitted the following three documents as a pull request to the repository. As this is my first time participating in a translation project, I would like to ask if the submission process has been completed correctly. Thank you.

docs: translation Your First Component #368 docs: translation Importing and Exporting Components #369 docs: translation Writing Markup with JSX #370

neighborhood999 commented 1 year ago

HI @neighborhood999

I have submitted the following three documents as a pull request to the repository. As this is my first time participating in a translation project, I would like to ask if the submission process has been completed correctly. Thank you.

docs: translation Your First Component #368 docs: translation Importing and Exporting Components #369 docs: translation Writing Markup with JSX #370

@JamieLoLo Yes, no worries :). I will review these PRs and thanks for your contribution.

gaearon commented 1 year ago

Hi folks,

Just a heads-up that we've done our best to bring main and legacy branches up-to-date with upstream. This brings you to the latest visual design and sets up all the redirects. We don't anticipate more changes necessary on legacy. For main, there's a few things you need to be aware of:

Thank you so much for your cooperation!

gaearon commented 1 year ago

I've updated the checklist.

gaearon commented 1 year ago

@chloewlin @chentsulin @neighborhood999 @bugtender @haimengzhang

Hi folks, can you please confirm which of you will be able to steer and maintain this translation? We'd like to get the maintainer list in https://github.com/reactjs/translations.react.dev/blob/main/langs/zh-hant.json accurate and up-to-date. Thank you!

neighborhood999 commented 1 year ago

@chloewlin @chentsulin @neighborhood999 @bugtender @haimengzhang

Hi folks, can you please confirm which of you will be able to steer and maintain this translation? We'd like to get the maintainer list in reactjs/translations.react.dev@main/langs/zh-hant.json accurate and up-to-date. Thank you!

Hi @gaearon, thank you for helping. The current maintainer has:

Jim876633 commented 1 year ago

Hi @neighborhood999 I want to make contributions to translate "Render and Commit" Thank you !

neighborhood999 commented 1 year ago

Hi @neighborhood999 I want to make contributions to translate "Render and Commit" Thank you !

Hi @Jim876633 , thank you for helping. I updated the list.

brian3814 commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "Conditional Rendering". Thank you!

neighborhood999 commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "Conditional Rendering". Thank you!

Thank you for helping. Updated the above list.

rayatn1011 commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "Escape Hatches". Thank you!

Annie-Chien commented 1 year ago

Hi @neighborhood999, I'd like to make contributions to translate "State as a Snapshot". Thank you!

neighborhood999 commented 1 year ago

Thanks @rayatn1011 and @Annie-Chien for contribution.

rayatn1011 commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "Referencing Values with Refs". Thank you!

BTW, I think "Describing the UI" has been translated.

rccj commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "Quick Start". Thank you!

neighborhood999 commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "Quick Start". Thank you!

Hi @rccj Sorry, I forgot to update the list, I already started translation "Quick Start", can you choose another one? Thanks

rccj commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "Rendering Lists " and "Keeping Components Pure". Thank you!

neighborhood999 commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "Rendering Lists " and "Keeping Components Pure". Thank you!

@rccj updated it!

alpheustangs commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "State: A Component's Memory". Thank you!

neighborhood999 commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "State: A Component's Memory". Thank you!

Hi @alpheustangs , thanks contribution.

arooe commented 1 year ago

Hi @neighborhood999, I would like to contribute by translating "API Reference/React: Hooks/useEffect" when I'm free. Thank you!

yishuolin commented 1 year ago

Hi @neighborhood999, I'd like to translate "Responding to Events". Thank you!

neighborhood999 commented 1 year ago

@AwesomeFrontEnd @yishuolin Thank you for helping, I added you guys on the above.

dracarys55 commented 11 months ago

Hi @neighborhood999 I would like to translate " You Might Not Need an Effect" from Escape Hatches section. Thanks you !

dracarys55 commented 11 months ago

Hi @neighborhood999 I would like to translate "Separating Events from Effects" from Escape Hatches section too. Thanks you !

neighborhood999 commented 11 months ago

Hi @dracarys55, I updated the above list, thank you for your contribution.

ginger-lemon commented 10 months ago

Hi @neighborhood999 , I would like to translate: Adding Interactivity - Updating Arrays in State Adding Interactivity - Updating Objects in State Escape Hatches - Reusing Logic with Custom Hooks

Thank you!

Jim876633 commented 10 months ago

Hi @neighborhood999 , I would like to translate "Queueing a Series of State Updates" from "Adding Interactivity " Thank you !

neighborhood999 commented 10 months ago

Hi @ginger-lemon @Jim876633, thank you for helping, I updated the above list. You can check Glossary for any terms you are unsure how to translate.

c0dedance commented 8 months ago

Hi @neighborhood999 , I would like to contribute by translating "legacy/createElementI". Thank you!

neighborhood999 commented 8 months ago

Hi @neighborhood999 , I would like to contribute by translating "legacy/createElementI". Thank you!

Hi @c0dedance, I added, thank you.

owonie commented 7 months ago

Hi @neighborhood999 , I would like to contribute by translating "Writing Markup with JSX" from "Describing the UI" . Thank you!

neighborhood999 commented 7 months ago

Hi @neighborhood999 , I would like to contribute by translating "Writing Markup with JSX" from "Describing the UI" . Thank you!

Hi @Owonie, Thanks for your contribution, I added you to the above list.

trevlee0212 commented 4 months ago

Hi @neighborhood999 , I would like to contribute by translating useCallback in react: Hooks

neighborhood999 commented 4 months ago

Hi @neighborhood999 , I would like to contribute by translating useCallback in react: Hooks

Hi @trevlee0212, thank you for your contribution.

ShenHdian commented 2 months ago

Hi @neighborhood999 , I would like to contribute by translating 'src/content/learn/passing-data-deeply-with-contet'. I have already read the guideline about how to contribute.