javascript-tutorial/zh-hant.javascript.info

Chinese Traditional Translation Progress

iliakan opened this issue ยท 60 comments

Maintainer List

@lenchen1112, @kaddopur, @tom76kimo, @ArvinH

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:

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 https://javascript.info/translate/bot.

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

An Introduction to JavaScript

Manuals and specifications

Hello, world!

Code editors

Developer console

Code structure

The modern mode, "use strict"

Variables

Data types

Error: the article already has meta information in the Progress Issue "(@lenchen1112)" โ‰๏ธ

Type Conversions

Error: the article already has meta information in the Progress Issue "(@lenchen1112)" โ‰๏ธ

@iliakan

Operators

Comparisons

Interaction: alert, prompt, confirm

Conditional operators: if, '?'

Logical operators

Loops: while and for

The "switch" statement

JavaScript specials

Functions

Function expressions and arrows

Debugging in Chrome

Coding Style

Comments

Ninja code

Automated testing with Mocha

Polyfills

Objects

Garbage collection

Symbol type

Object methods, "this"

Object to primitive conversion

Constructor, operator "new"

Methods of primitives

Numbers

Arrays

Iterables

WeakMap and WeakSet

Array methods

Function expressions

Function expressions

@oooooo
This chapter has been translated before but tracking status is not correct due to modifications on upstream. Please spot another chapter you are interested in, many thanks.

Strings

Recursion and stack

Introduction: callbacks

Patterns and flags

BigInt

Map and Set

Object.keys, values, entries

Destructuring assignment

Modules, introduction

Variable scope, closure

Nullish coalescing operator '??'

Basic operators, maths

Date and time

Promise

Rest parameters and spread syntax

The old "var"

Global object

Function object, NFE