javascript-tutorial / pt.javascript.info

Tutorial de JavaScript Moderno em Português
https://javascript.info
Other
227 stars 112 forks source link

Portuguese Translation Progress #1

Open iliakan opened 5 years ago

iliakan commented 5 years ago

Maintainer List

@luizclr, @odsantos, @Mr-Saxobeat, @jonnathan-ls, @leopoldovcfonseca, @nazarepiedady, @murillorossetti

For New Translators

Please read this first (click to open)

To translate an article: 1. Check that no one else has claimed your article in the checklist below. 2. Comment below with the title of the article that you would like to translate, exactly as listed, e.g. `An Introduction to JavaScript`. - Please take only one article at a time. 3. Fork this repo, translate the article in your fork and submit a pull request! - The pull request title should be same as the article, e.g. `An Introduction to JavaScript` (just like comment) Please be prompt with your translations! If you find that you can't commit any more, let maintainers know so they can assign the page to someone else.

For Maintainers

Click to open

We recommend that a translation has 2 reviews to be merged. Please let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them. Translations are tracked below, like this: * [ ] [Home Page](url) (@iliakan) #1 Our helpful bot watches comments and adds the translator nick and PR id, marks completed, when PR is merged. You can read the details at . If something doesn't work right, please contact @iliakan.

Team translation

More details about team translation: https://javascript.info/translate/bot.

Only maintainers can check/uncheck items below. If you're not, please write in a comment what you take to translate, the title, exactly as in the list.

The JavaScript language

An introduction

JavaScript Fundamentals

Code quality

Objects: the basics

Data types

Advanced working with functions

Object properties configuration

Prototypes, inheritance

Classes

Error handling

Promises, async/await

Generators, advanced iteration

Modules

Miscellaneous

Browser: Document, Events, Interfaces

Document

Introduction to Events

UI Events

Forms, controls

Document and resource loading

Miscellaneous

Frames and windows

Binary data, files

Network requests

Storing data in the browser

Animation

Web components

Regular expressions

odsantos commented 5 years ago

@ikniaziuk I believe it is better to wait for some possible translations and then take a decision. Thanks.

Mr-Saxobeat commented 5 years ago

@iliakan I'd like to be a reviewver. I'm just learning JS, but I think that comparing with the english version I would target the errors.

Mr-Saxobeat commented 5 years ago

Logical operators

odsantos commented 5 years ago

Comparisons

odsantos commented 5 years ago

It seems that Comparisons have already been translated.

odsantos commented 5 years ago

The "switch" statement

odsantos commented 5 years ago

Hi, please would it be possible to de-reference Logical operators for myself. I tried to wrongly request it days ago but has already been assigned to another person. Thanks.

odsantos commented 5 years ago

Function expressions and arrows

iliakan commented 5 years ago

@luizclr are you available?

iliakan commented 5 years ago

Updated contributors, removed @mrodrigochaves , added @odsantos , @luizclr

odsantos commented 5 years ago

@iliakan Thanks .

odsantos commented 5 years ago

@iliakan Hi, some topics in the list seem translated but are unchecked. Would you like me to review them? Should I check any after that? Thanks.

iliakan commented 5 years ago

@odsantos, please review, check them if everything's all right.

Mr-Saxobeat commented 5 years ago

Hi, please would it be possible to de-reference Logical operators for myself. I tried to wrongly request it days ago but has already been assigned to another person. Thanks.

@odsantos Hi, when you tried to reference the Logical operators the bot didn't marked you, because it needs to comment only the name of the topic. So, now I'm makerd as the translator of that topic.

Mr-Saxobeat commented 5 years ago

@iliakan I'd like to be a reviewver. I'm just learning JS, but I think that comparing with the english version I would target the errors.

@iliakan What do you think?

Mr-Saxobeat commented 5 years ago

Is there some reason the "Manuals and specifications" article isn't referencing the associated PR #53?

iliakan commented 5 years ago

@Mr-Saxobeat please translate something, and let it be reviewed =) About references - the bot only makes them correctly if PR has the right title.

Mr-Saxobeat commented 5 years ago

Okay! Well, I can't find any error in the title. Did I miss something?

iliakan commented 5 years ago

It looks good. I added #53 manually. If the issue repeats, I'll look into it.

iliakan commented 5 years ago

@odsantos please review #53

odsantos commented 5 years ago

@iliakan. unwilling to merge, I re-opened #57 for review at #58. Thanks.

odsantos commented 5 years ago

@Mr-Saxobeat I left some comments requesting changes for #53. Thanks.

odsantos commented 5 years ago

JavaScript specials

odsantos commented 5 years ago

@Mr-Saxobeat I finished the review to #53. Thanks.

odsantos commented 5 years ago

Debugging in Chrome

odsantos commented 5 years ago

Coding Style

odsantos commented 5 years ago

@Mr-Saxobeat I replied to your changes to #53, which had previously been requested. Thank you.

Mr-Saxobeat commented 5 years ago

@iliakan could you please check the article "Comparisons" as translated? It was already translated and merged from the #15.

iliakan commented 5 years ago

@odsantos can you please check the article in the issue if it's indeed ready?

odsantos commented 5 years ago

@iliakan I expect to check Comparisons soon.

luizbaldi commented 5 years ago

Polyfills

odsantos commented 5 years ago

Comments

odsantos commented 5 years ago

Automated testing with Mocha

odsantos commented 5 years ago

@Mr-Saxobeat Hi, I reviewed your changes to #53 some days ago. Thanks.

odsantos commented 5 years ago

@iliakan Hi, please would you mind if I review some articles? Thanks.

iliakan commented 5 years ago

@odsantos You are the maintainer with all the power to review and merge.

Mr-Saxobeat commented 5 years ago

@Mr-Saxobeat Hi, I reviewed your changes to #53 some days ago. Thanks.

@odsantos Hi, sorry, I coundn't solve. But when I have a time I will review. :)

luizbaldi commented 5 years ago

Rest parameters and spread operator

odsantos commented 5 years ago

@Mr-Saxobeat Hi, I reviewed your changes to #53 some days ago. Thanks.

@odsantos Hi, sorry, I coundn't solve. But when I have a time I will review. :)

No worries. Thanks.

odsantos commented 5 years ago

@odsantos You are the maintainer with all the power to review and merge.

@iliakan You're the owner. Thanks.

iliakan commented 5 years ago

@odsantos Did I misunderstood your question? You asked: "@iliakan Hi, please would you mind if I review some articles? Thanks."

I just reminded that you have a maintainer status, that means you can review and merge PRs. And of course I don't mind 👍

odsantos commented 5 years ago

@iliakan No, Ilya, by any means. It has been a great experience. Appreciated, for the kindness.

joaobibiano commented 5 years ago

Hi guys,

I want to help to translate it.

How can I start?

Mr-Saxobeat commented 5 years ago

Hi, you can start reading the "For New Translators" topic of the main comment of this issue, at the top! :)

doougui commented 5 years ago

Interaction: alert, prompt, confirm

javascript-translate-bot commented 5 years ago

Error: the article already has meta information in the Progress Issue "(@EvertonCosmo)" :interrobang:

odsantos commented 5 years ago

Interaction: alert, prompt, confirm

@doougui As noted on the instructions, it is necessary to choose an unassigned lesson. Thanks.

Mr-Saxobeat commented 5 years ago

@odsantos would you please remove @paimfp from the translation of "Ninja Code" article? Seems he's not active anymore and I'd like to translate this article. Thanks!

Mr-Saxobeat commented 5 years ago

@odsantos would you please remove @paimfp from the translation of "Ninja Code" article? Seems he's not active anymore and I'd like to translate this article. Thanks!

@odsantos Hi, fellow :wave:

paimfp commented 5 years ago

Sorry guys, I am realy out of time to finish the translation...

De: Weiglasmailto:notifications@github.com Enviado:terça-feira, 15 de outubro de 2019 07:30 Para: javascript-tutorial/pt.javascript.infomailto:pt.javascript.info@noreply.github.com Cc:paimfpmailto:paimfp@hotmail.com; Mentionmailto:mention@noreply.github.com Assunto: Re: [javascript-tutorial/pt.javascript.info] Portuguese Translation Progress (#1)

@odsantoshttps://github.com/odsantos would please remove @paimfphttps://github.com/paimfp from the translation of "Ninja Code" article? Seems he's not active anymore and I'd like to translate this article. Thanks!

@odsantoshttps://github.com/odsantos Hi, fellow 👋

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/javascript-tutorial/pt.javascript.info/issues/1?email_source=notifications&email_token=ALSSTKNL5YZYQN6CHSXIVELQOWLUZA5CNFSM4HH6LFR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBIIJXA#issuecomment-542147804, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALSSTKOZAJTYKMEEY2WJKJDQOWLUZANCNFSM4HH6LFRQ.