Skip to content
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

Translating reference-react-component #130

Merged
merged 57 commits into from
Mar 11, 2019
Merged

Conversation

rcantuario
Copy link
Contributor

No description provided.

renato-bohler and others added 30 commits February 9, 2019 00:48
glaucia86 and others added 4 commits February 27, 2019 23:00
Alterando conforme sugerido pela @glaucia86

Co-Authored-By: rcantuario <[email protected]>
Alterando conforme sugerido pela @glaucia86

Co-Authored-By: rcantuario <[email protected]>
Alterando conforme sugerido pela @glaucia86

Co-Authored-By: rcantuario <[email protected]>
@rcantuario
Copy link
Contributor Author

Adicionei a maioria das alterações sugeridas.. Aguardando a resposta sobre a tradução de mounting e unmounting

Copy link
Collaborator

@halian-vilela halian-vilela left a comment

Choose a reason for hiding this comment

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

@glaucia86 @rcantuario

Pessoal, dei uma olhada por alto e LGTM!

Como @glaucia86 já olhou tb, creio que ajustando as dúvidas dos comentários já podemos aprovar!

Abraços


- [`props`](#props)
- [`state`](#state)

* * *

## Reference {#reference}
## Referencia {#reference}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
## Referencia {#reference}
## Referência {#reference}


Each component has several "lifecycle methods" that you can override to run code at particular times in the process. **You can use [this lifecycle diagram](http://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/) as a cheat sheet.** In the list below, commonly used lifecycle methods are marked as **bold**. The rest of them exist for relatively rare use cases.
#### Montando {#mounting}
Copy link
Collaborator

Choose a reason for hiding this comment

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

@glaucia86 @rcantuario
Eu acho que seria o caso de deixar o original entre parênteses ,só para facilitar que o leitor faça a ligação com os nomes dos métodos de lifecycle.

>
>- [`UNSAFE_componentWillUpdate()`](#unsafe_componentwillupdate)
>- [`UNSAFE_componentWillReceiveProps()`](#unsafe_componentwillreceiveprops)

#### Unmounting {#unmounting}
#### Desmontando {#unmounting}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Idem acima. Por mim, a gente colocava o original entre parênteses


Each component has several "lifecycle methods" that you can override to run code at particular times in the process. **You can use [this lifecycle diagram](http://projects.wojtekmaj.pl/react-lifecycle-methods-diagram/) as a cheat sheet.** In the list below, commonly used lifecycle methods are marked as **bold**. The rest of them exist for relatively rare use cases.
#### Montando {#mounting}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
#### Montando {#mounting}
#### Montando (mounting) {#mounting}

>
>- [`UNSAFE_componentWillUpdate()`](#unsafe_componentwillupdate)
>- [`UNSAFE_componentWillReceiveProps()`](#unsafe_componentwillreceiveprops)

#### Unmounting {#unmounting}
#### Desmontando {#unmounting}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
#### Desmontando {#unmounting}
#### Desmontando (unmounting) {#unmounting}

content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
content/docs/reference-react-component.md Outdated Show resolved Hide resolved
@eduardomoroni eduardomoroni removed needs author response Changes requested needing author's input 💪 long page - more than 100 lines Long page labels Feb 28, 2019
@glaucia86
Copy link
Member

@rcantuario inclua as setas que o @jhonmike bem sinalizou que estarei aprovando e mergeando a sua contribuição!

Muito obrigada :)

@glaucia86 glaucia86 added needs author response Changes requested needing author's input and removed needs review A pull request ready to be reviewed labels Mar 3, 2019
@glaucia86
Copy link
Member

@jhonmike assim que o @rcantuario fizer as alterações pode aprovar e mergear direto essa PR. ;)

@jhonmike
Copy link
Member

jhonmike commented Mar 6, 2019

Acabei editando as sugestões do pessoal com as correções que encontrei, basta aceita-las @rcantuario

@glaucia86
Copy link
Member

@rcantuario precisa de ajuda nesse PR?! Só falta você para finalizarmos a tradução da documentação!
Vamos vamos! :)

Copy link
Member

@glaucia86 glaucia86 left a comment

Choose a reason for hiding this comment

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

@rcantuario falta agora só você man! Vamos! :)

@eduardomoroni
Copy link
Member

eduardomoroni commented Mar 10, 2019 via email

@halian-vilela
Copy link
Collaborator

Pessoal, o que está faltando é bem trivial, o restante já havia sido revisado, eu acho que já está em status de merge, só comittar as 3 alterações (mínimas) que eu sugeri aí... e mandar ver.

@halian-vilela
Copy link
Collaborator

Pessoal, tava conversando com o @jhonmike no Slack. O detalhe dessa PR é tão pequeno que não vale mantê-la aberta, vou mergear e abrir uma outra PR só para a pequena correção e a gente já finaliza Ok?

cc: @rcantuario @jhonmike @glaucia86 @eduardomoroni

@halian-vilela halian-vilela merged commit f40151b into reactjs:master Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs author response Changes requested needing author's input
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants