Skip to content
Closed
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
26 changes: 13 additions & 13 deletions src/content/community/translations.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
---
title: Translations
title: Traduções
---

<Intro>

React docs are translated by the global community into many languages all over the world.
As documentações do React são traduzidas pela comunidade global em muitos idiomas ao redor do mundo.

</Intro>

## Source site {/*main-site*/}
## Site Fonte {/*main-site*/}

All translations are provided from the canonical source docs:
Todas as traduções são fornecidas a partir da documentação fonte canônica:

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

## Full translations {/*full-translations*/}
## Traduções Completa {/*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`. */}
{/* Se você é um mantenedor de idioma e deseja adicionar seu idioma aqui, finalize as traduções "Core" e edite `deployedTranslations` em `src/utils`. */}

<LanguageList progress="complete" />

## In-progress translations {/*in-progress-translations*/}
## Traduções em Andamento {/*in-progress-translations*/}

For the progress of each translation, see: [Is React Translated Yet?](https://translations.react.dev/)
Para o progresso de cada tradução, veja: [O React Já Está Traduzido?](https://translations.react.dev/)

<LanguageList progress="in-progress" />

## How to contribute {/*how-to-contribute*/}
## Como Contribuir {/*how-to-contribute*/}

You can contribute to the translation efforts!
Você pode contribuir para os esforços de tradução!

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.
A comunidade realiza o trabalho de tradução para a documentação do React em cada fork específico da linguagem do react.dev. O trabalho típico de tradução envolve traduzir diretamente um arquivo Markdown e criar um pull request. Clique no link "contribuir" acima para o repositório do GitHub para o seu idioma e siga as instruções lá para ajudar com o esforço de tradução.

If you want to start a new translation for your language, visit: [translations.react.dev](https://github.com/reactjs/translations.react.dev)
Se você deseja iniciar uma nova tradução para o seu idioma, visite: [translations.react.dev](https://github.com/reactjs/translations.react.dev)
Loading