Uh oh!
There was an error while loading. Please reload this page.
Manuals and specifications - #53
Conversation
Reorganize folders from chapter 1 and add the "Manuals and specifications" article.
odsantos
left a comment
There was a problem hiding this comment.
Hi,
It is nice you're learning JavaScript.
Would you please follow these recommendations?
Try to translate as close as possible:
For instance, not 'book' for 'site'.
The title 'Specification' is in the singular form. Although, sometimes we need to change this for a more suitable translation, in this case ECMA is the specification body for JavaScript.Try to keep the punction marks, as much as possible:
For instance, 'This book is a tutorial. It aims...';
here, there are two separate sentences.Keep the same verb tense throught the page:
For instance, as you use 'você', change 'te ajudar' to 'lhe ajudar'...Try to follow the context words:
For instance, in 'It defines the language.', it is the specification, so perhaps it could be
'Ela define a linguagem.'As suggested by the site author, try to keep a general Portuguese version:
For instance, from '...é lançada todo ano.' to '...é lançada todos os anos.';
for a better comprehension, not throughout a year, but each year.
I expect to continue reviewing. Meanwhile, would you please implement these and similar changes until my possible next review, which I hope to be soon?
Thanks.
javascript-translate-bot
commented
Sep 21, 2019
Please make the requested changes. After it, add a comment "/done". |
odsantos
commented
Sep 22, 2019
Would you please follow these recommendations?
Thank you. |
Mr-Saxobeat
commented
Sep 24, 2019
@odsantos, thank your for your review.
|
Mr-Saxobeat
commented
Sep 24, 2019
/done |
odsantos
left a comment
There was a problem hiding this comment.
Hi,
You first translation was really good.
Would you please, consider these changes:
*Note: [ ] - delete; { } - add/change; please remove the bold, as well.
- '...lhe ajudar a aprender {gradualmente} a linguagem [
gradualmente].' - '...e formalizadas informações sobre [
o] JavaScript.' - '...lançada todos os ano{s}.'
- '...mais novas funcionalidades (bleeding-edge features{)} [
também chamada "de estágio 3")], {incluindo as} que estão em fase de padronização {(também chamadas de "estágio 3")}...' - 'Para verificar o suporte dessas funcionalidades entre interpretadores {(JavaScript engines) - please remove the bold here} {para} [
em- I asked this before, but was wrong. Thank you.] browsers ou {para} [em- I asked this before, but was wrong. Thank you.] outras aplicações,...' - '... detalhes da linguagem,
detalhes,seu suporte, etc.' - '... lembre-se deles (ou desta página) {quando} [
nos casos em que- I asked this before, but was wrong. Thank you.] precisar de informações ...'
Thank you.
javascript-translate-bot
commented
Sep 25, 2019
Please make the requested changes. After it, add a comment "/done". |
When I opened the article, some characters were broken, justfixed it.
Mr-Saxobeat
commented
Sep 27, 2019
/done |
odsantos
left a comment
There was a problem hiding this comment.
Hi,
I answered you with regards to the link.
It is done.
However, if you could append the following changes for its improvement, I would appreciate.
In the end, I will ask you if there is anything you would like to suggest for its improvement, or if I might merge your good work.
Thank you.
Regards,
Osvaldo.
Uh oh!
There was an error while loading. Please reload this page.
| ## Especificação | ||
| A [Especificacão ECMA-262](https://www.ecma-international.org/publications/standards/Ecma-262.htm) contém as mais profundas, detalhadas e formalizadas informações sobre JavaScript. Ela define a linguagem. |
There was a problem hiding this comment.
Please,
- '... detalhadas, e formalizadas...'
There was a problem hiding this comment.
I think there is no comma here. See these examples:
- Regras do uso da vírgula - Racha Cuca: The "Separação de palavras de mesma função sintática" topic;
- Regras de uso da vírgula - Português: The "j" topic;
As these examples show, the last term is preceded by an "e" conective without comma.
| A [Especificacão ECMA-262](https://www.ecma-international.org/publications/standards/Ecma-262.htm) contém as mais profundas, detalhadas e formalizadas informações sobre JavaScript. Ela define a linguagem. | ||
| Mas estando num formato mais formal, fica difícil de entender à primeira vista. Porém, se você precisa da mais confiável fonte de informações sobre detalhes da linguagem, está no lugar certo. Mas não é para o uso cotidiano. |
There was a problem hiding this comment.
Please,
- 'Mas, estando num formato mais formal, ...'
- 'Mas, não é para o uso cotidiano.'
There was a problem hiding this comment.
Here, I replaced the "mas" from the last sentence with "contudo" to avoid repetition. Is it alright?
Uh oh!
There was an error while loading. Please reload this page.
| ## Manuais | ||
| - **MDN (Mozilla) JavaScript Reference** é um manual com exemplos e outras informações. É ótimo para um entendimento sobre funções e métodos da linguagem, etc. |
There was a problem hiding this comment.
Please,
- 'MDN (Mozilla) JavaScript Reference, é um manual ...'
- '... entendimento sobre funções, métodos da linguagem, etc.
There was a problem hiding this comment.
"MDN (Mozilla) JavaScript Reference" is not a vocative. So, I think there is no comma here.
There was a problem hiding this comment.
I think that "...funções e métodos da linguagem" sounds more correct because the text is saying that you can find functions of the languageandmethods of the language. If we separate with comma, it sounds like "... functions [of what?], methods of the language...". What do you think?
Uh oh!
There was an error while loading. Please reload this page.
| - **MSDN** - Manual da Microsoft com muitas informações, incluindo JavaScript (frequentemente referido como JScript). Se precisar de algo específico para o Internet Explorer, é melhor ir por aqui: <http://msdn.microsoft.com/>. | ||
| Assim como no manual da Mozilla, também podemos fazer uma busca na internet com frases do tipo "RegExp MSDN" ou "RegExp MSDN jscript". |
There was a problem hiding this comment.
Please,
- 'Assim como
nopara o manual da Mozilla, ...' - '... do tipo "RegExp MSDN", ou "RegExp MSDN jscript".'
There was a problem hiding this comment.
I think there is no comma before the "ou" conective. I found examples here:
- Ou e Vírgula - Gramatigalhas: The topic 3.
Uh oh!
There was an error while loading. Please reload this page.
| Para verificar o suporte dessas funcionalidades entre interpretadores de JavaScript (*JavaScript engines*) para browsers ou para outras aplicações, veja em: | ||
| - <http://caniuse.com> - mostra uma tabela de compatibilidade por funcionalidade, ex., para verificar quais interpretadores suportam funções de criptografia moderna: <http://caniuse.com/#feat=cryptography>. | ||
| - <https://kangax.github.io/compat-table> - uma tabela com funcionalidades da linguagem e os interpretadores que as suportam ou não. |
There was a problem hiding this comment.
Please,
- '... funcionalidades da linguagem, e os interpretadores ...'
There was a problem hiding this comment.
Like the examples from my comment above, I think there is no comma here.
Thanks for your review :D
javascript-translate-bot
commented
Oct 16, 2019
Please make the requested changes. After it, add a comment "/done". |
Mr-Saxobeat
commented
Oct 18, 2019
/done |
odsantos
left a comment
There was a problem hiding this comment.
Hi,
Would you please consider these changes?
Thanks.
| Pode ser encontrado em <https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference>. | ||
| Porém, às vezes é melhor fazer uma busca na internet. Apenas use "MDN [termo]" na busca, por exemplo, <https://google.com/search?q=MDN+parseInt> para procurar pela função `parseInt`. | ||
There was a problem hiding this comment.
Please,
- '... por exemplo
,...' (would you remove this comma at the end?)
There was a problem hiding this comment.
Hi,
I inserted a colon to indicate the example that follows, ok?
Uh oh!
There was an error while loading. Please reload this page.
javascript-translate-bot
commented
Oct 19, 2019
Please make the requested changes. After it, add a comment "/done". |
Mr-Saxobeat
commented
Oct 21, 2019
/done |
odsantos
commented
Oct 21, 2019
@Mr-Saxobeat Hi, thank you for your translation. |
Mr-Saxobeat
commented
Oct 22, 2019
@odsantos Hi, thanks for your reviews. |
odsantos
commented
Oct 22, 2019
@Mr-Saxobeat Thank you. Regards. |
odsantos
left a comment
There was a problem hiding this comment.
Hi,
The only request I hadn't asked you, seems to be "... as suas propostas ...".
Besides that, I appreciate you translation for such good quality.
Thank you very much.
javascript-translate-bot
commented
Oct 22, 2019
Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉 |
Mr-Saxobeat
commented
Oct 23, 2019
@odsantos, I did right now |
No description provided.