-
Notifications
You must be signed in to change notification settings - Fork 309
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
Translation for Using the State Hook #108
Conversation
Co-Authored-By: vinicius98s <[email protected]>
content/docs/hooks-state.md
Outdated
@@ -28,11 +28,11 @@ function Example() { | |||
} | |||
``` | |||
|
|||
We'll start learning about Hooks by comparing this code to an equivalent class example. | |||
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente a classe. |
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.
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente a classe. | |
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo de classe equivalente. |
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.
Acho que seria melhor alterar para =>
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente a classe. | |
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente utilizando classe. |
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.
Achei de classe equivalente
um pouco confuso.
@Lukyhenson gostei da sugestã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.
Também achei confuso, acho que com o utilizando
fica mais claro o q queremos fazer
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.
Talvez fique legal também: Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente a um componente de classe.
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.
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente a classe. | |
Vamos começar a aprender sobre Hooks comparando este código com um exemplo equivalente utilizando Class. |
ou
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente a classe. | |
Vamos começar a aprender sobre Hooks comparando este código com um exemplo equivalente utilizando classe. |
Sugiro a primeira opção, deixar o termo Class
que é amplamente conhecido e utilizado. E também assim evita o outro significado da palavra classe em PT.
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.
Sobre o ponto do aprendendo
essa seria a tradução literal de learning
. No entanto fica melhor da forma sugerida acima.
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.
acho q nao teria problema usar classe ja que deixa implicito o termo class do javascript, na minha opinião a segunda opção faz mais sentido pra mim 😄
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.
O termo classe
é uma tradução recomendada aqui e acho que já está bem padronizado, sobre o learning
tem total razã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.
então assim fica melhor mesmo.
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente a classe. | |
Vamos começar a aprender sobre Hooks comparando este código com um exemplo equivalente utilizando classe. |
content/docs/hooks-state.md
Outdated
@@ -28,11 +28,11 @@ function Example() { | |||
} | |||
``` | |||
|
|||
We'll start learning about Hooks by comparing this code to an equivalent class example. | |||
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente a classe. |
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.
Acho que seria melhor alterar para =>
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente a classe. | |
Vamos começar aprendendo sobre Hooks comparando este código com um exemplo equivalente utilizando classe. |
Co-Authored-By: vinicius98s <[email protected]>
Co-Authored-By: vinicius98s <[email protected]>
Co-Authored-By: vinicius98s <[email protected]>
Deploy preview for pt-br-reactjs ready! Built with commit 573e4f7 |
Deploy preview for pt-br-reactjs ready! Built with commit 889841b |
Deploy preview for pt-br-reactjs ready! Built with commit 13b462d |
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.
@vinicius98s poucas mudanças a serem feitas. Realize as alterações para que logo em seguida possamos aprovar a sua contribuição.
Muito obrigada.
cc: @tibuurcio @halian-vilela @eduardomoroni @cezaraugusto Deem uma olhada nessa PR tbm. Pouca coisa para alterar.. Assim que o autor fizer as alterações, podem aprovar :)
Co-Authored-By: vinicius98s <[email protected]>
Co-Authored-By: vinicius98s <[email protected]>
Co-Authored-By: vinicius98s <[email protected]>
Co-Authored-By: vinicius98s <[email protected]>
Co-Authored-By: vinicius98s <[email protected]>
Co-Authored-By: vinicius98s <[email protected]>
Co-Authored-By: vinicius98s <[email protected]>
@glaucia86 Alterações concluídas! |
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.
@vinicius98s Contribuição aprovada!
Queremos agradecer pela sua excelente contribuição! :)
LGTM 👍
cc: @halian-vilela mais do que revisado. Pode aprovar e mergear! ;)
#1