-
Notifications
You must be signed in to change notification settings - Fork 312
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
Translate add-react-to-an-existing-project #659
Conversation
In this PR I am translating the page that I was designated called "add-react-to-an-existing-project" I also saw that in the open issue this page is described with the old name.
--- | ||
|
||
<Intro> | ||
|
||
If you want to add some interactivity to your existing project, you don't have to rewrite it in React. Add React to your existing stack, and render interactive React components anywhere. | ||
Se você quer adicionar alguma interatividade ao seu projeto existente, você não precisa reescrevê-lo em React. Adicione React à sua pilha existente e renderize componentes React interativos em qualquer lugar. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A tradução de stack
pra pilha
acaba não fazendo muito sentido, também achei a sintaxe da segunda frase levemente confusa.
Sugestão:
Se você quer adicionar alguma interatividade ao seu projeto existente, você não precisa reescrevê-lo em React. Adicione React à sua aplicação e renderize componentes interativos em qualquer lugar utilizando React.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Obrigado irei dar uma olhada novamente na tradução
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eu usuária stack mesmo 🤔
|
||
</Intro> | ||
|
||
<Note> | ||
|
||
**You need to install [Node.js](https://nodejs.org/en/) for local development.** Although you can [try React](/learn/installation#try-react) online or with a simple HTML page, realistically most JavaScript tooling you'll want to use for development requires Node.js. | ||
**Você precisa instalar o [Node.js](https://nodejs.org/en/) para o desenvolvimento local.** Embora você possa [experimentar o React](/learn/installation#try-react) online ou com uma simples página HTML, realisticamente a maioria das ferramentas JavaScript que você vai querer usar para desenvolvimento requer o Node.js. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apenas uma pequena correção: "requer" concorda com "ferramentas", então precisa estar no plural também, "requerem".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Na verdade, aqui o sujeito inicia-se com "a maioria" eu pesquisei esse caso de concordância e fiquei chocado que "requer" tá correto.
Talvez dar uma reorganizada na frase pra utilizarmos o "requerem", mas surpreendentemente da forma que tá escrita assim, está correto.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"requer" está concordando com "a maioria", está ok
Co-authored-by: Uilian Souza <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@revogabe obrigado pela contribuição. A tradução está ótima!
Tenta rodar local para ver porque o build esta quebrando |
Co-authored-by: Natã Pereira <[email protected]>
Co-authored-by: Jhon Mike <[email protected]>
Done! 🥳 |
Co-authored-by: Felipe Freitag Vargas <[email protected]>
Co-authored-by: Felipe Freitag Vargas <[email protected]>
Co-authored-by: Felipe Freitag Vargas <[email protected]>
Co-authored-by: Felipe Freitag Vargas <[email protected]>
Co-authored-by: Felipe Freitag Vargas <[email protected]>
Done ! 🥳 |
Co-authored-by: Felipe Freitag Vargas <[email protected]>
Co-authored-by: Felipe Freitag Vargas <[email protected]>
Obrigado não tinha me atentado a estes links, desculpe estar tendo que fazer bastante mudanças, mas estou bem feliz por estar contribuindo com a tradução! 😅 |
Rapaz tradução é assim mesmo, na real quando mais sugestões melhor fica a doc, ta showw!! |
Co-authored-by: Felipe Freitag Vargas <[email protected]>
Size changes📦 Next.js Bundle Analysis for react-devThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Thank you!! 🥳 Lets GO!! |
In this PR I am translating the page that I was designated called "add-react-to-an-existing-project" I also saw that in the open issue this page is described with the old name.