javascript-tutorial / vi.javascript.info

Modern JavaScript Tutorial in Vietnamese
https://javascript.info
Other
36 stars 43 forks source link

Vietnamese Translation Progress #1

Open iliakan opened 5 years ago

iliakan commented 5 years ago

Maintainer List

@henryonsoftware, @tunggnu

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

javascript-translate-bot commented 5 years ago

Error: the article already translated in the Progress Issue :interrobang:

orientdang commented 5 years ago

The old "var"

iliakan commented 5 years ago

Fixed the bot to correctly label the issue.

iliakan commented 5 years ago

@hunghedu could you please make same comment again? :)

orientdang commented 5 years ago

Global object

mnismt commented 5 years ago

An Introduction to JavaScript

mnismt commented 5 years ago

Manuals and specifications

mnismt commented 5 years ago

Code editors

javascript-translate-bot commented 5 years ago

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

mnismt commented 5 years ago

Developer console

dpc4f commented 4 years ago

Code editors

javascript-translate-bot commented 4 years ago

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

dpc4f commented 4 years ago

Comments

trongtai37 commented 4 years ago

Methods of primitives

gatostudy commented 4 years ago

Character classes

tienanh088 commented 4 years ago

Debugging in Chrome

quocthangit247 commented 4 years ago

Introduction: callbacks

henryonsoftware commented 4 years ago

@iliakan Is this document still need to translate? I start learning today and I can help to translate the parts still not translate to Vietnamese.

iliakan commented 4 years ago

I guess, yes. But JS experience needed to translate correctly.

henryonsoftware commented 4 years ago

I don't think I have enough JS experience but I have worked 4 years as a developer and I know basic about JS so I think I can help :))

iliakan commented 4 years ago

@henryonsoftware All right, go ahead, now you're the maintainer!

henryonsoftware commented 4 years ago

@iliakan Something wrong with this https://github.com/javascript-tutorial/vi.javascript.info/blob/master/1-js/02-first-steps/06-alert-prompt-confirm.

I forked this repo and it shows 06-type-conversions

iliakan commented 4 years ago

@henryonsoftware this fork diverged from the latest upstream https://github.com/javascript-tutorial/en.javascript.info, maybe you could update this fork?

henryonsoftware commented 4 years ago

Interaction: alert, prompt, confirm

henryonsoftware commented 4 years ago

@iliakan Sorry for PR https://github.com/javascript-tutorial/vi.javascript.info/pull/73, I committed on the wrong account. I did again on PR https://github.com/javascript-tutorial/vi.javascript.info/pull/74

Can you help me edit the PR of Interaction: alert, prompt, confirm to #74 ?

Bot submitted wrong and sent to me an error email :))

henryonsoftware commented 4 years ago

Basic operators, maths

quocthangit247 commented 4 years ago

@iliakan can check my PR #79 , is it ok ??? if it's ok i will continue ...

iliakan commented 4 years ago

@henryonsoftware can you review the PR of @quocthangit247 ?

henryonsoftware commented 4 years ago

Objects

tttam0113 commented 4 years ago

Comparisons

tttam0113 commented 4 years ago

Conditional operators: if, '?'

thangisme commented 4 years ago

Logical operators

leduyquang753 commented 4 years ago

Conditional branching: if, '?'

hiimchinh commented 3 years ago

Nullish coalescing operator '??'

TienPhongDX commented 3 years ago

Loops: while and for

hiimchinh commented 3 years ago

The "switch" statement

hoangnv170752 commented 2 years ago

Functions

ducnguyen96 commented 2 years ago

Function expressions

ducnguyen96 commented 2 years ago

Arrow functions, the basics

kungfu321 commented 2 years ago

JavaScript specials

ImVietnam commented 1 year ago

Debugging in the browser

ImVietnam commented 1 year ago

Coding Style

ImVietnam commented 1 year ago

Ninja code

ImVietnam commented 1 year ago

Automated testing with Mocha

ImVietnam commented 1 year ago

Polyfills and transpilers

ImVietnam commented 1 year ago

Object references and copying

ImVietnam commented 1 year ago

Garbage collection

ImVietnam commented 1 year ago

Object methods, "this"

ImVietnam commented 1 year ago

Constructor, operator "new"

ImVietnam commented 1 year ago

Optional chaining '?.'