aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects
Commit message (Collapse)AuthorAge
* convert to md and sync with english versionallo2022-03-15
|
* mv to .md for SharedArrayBufferallo2022-03-15
|
* convert to md and sync with english versionallo2022-03-15
|
* mv to .md for Array.prototype.reduce()allo2022-03-15
|
* Add the explanation about the executor in Promise()Tackoil2022-03-15
|
* remove Object.assign polyfill (#4392)nanshu2022-03-11
| | | There are two polyfills
* typo (#4376)Dai Chen2022-03-04
| | | extra word of '的'
* Migrate to Compat macro (zh-cn)YujiSoftware2022-03-04
|
* update BigInt (#4327)Bryan Lee2022-03-01
|
* Removes empty <div> or <p> elements from pages (#3093)Tanner Dolby2022-02-22
| | | | | | | | | | | | | | | | | | | | | | * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng <julien.gattelier@gmail.com> Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
* fix yari h2m dry run errors (zh-CN)Irvin2022-02-16
|
* adjust dl/dt/dd tags for zh-CNIrvin2022-02-16
|
* remove dir attributet7yang2022-02-16
|
* remove sup tag for zh-CNt7yang2022-02-16
|
* remove name attribute for zh-CNt7yang2022-02-16
|
* remove code tag inside pre tag for zh-CNt7yang2022-02-16
|
* remove inline style for zh-CNIrvin2022-02-16
|
* remove `summary` and `seoSummary` class for zh-CNt7yang2022-02-16
|
* remove hidden class for zh-CNt7yang2022-02-16
|
* remove id attribute not in heading for zh-CNt7yang2022-02-16
|
* remove `notranslate` class in zh-CNIrvin2022-02-16
|
* remove font tag in zh-CNIrvin2022-02-16
|
* remove span tag in zh-CNIrvin2022-02-16
|
* correct instructionsAndrew2022-02-16
|
* sync with english version for JavaScript/Functionallo2022-02-15
|
* mv to .md for javascript.builtins.Functionallo2022-02-15
|
* Fix types of parameters, supplementary translationOceanJiang2022-02-15
|
* fix console output (#4061)kaichi2022-02-09
|
* zh-cn translate in sample code (#3681)Bierxiensi2022-01-19
|
* Fix percent encoding and minor improvements (#3632)A1lo2022-01-19
| | | | | | | | | | | | | * fix: use uppercase hexadecimal digits rfc3986 specific that the percent encoding should use uppercase. Referenced Issues: #3032 * minor improvements Highlight the javascript code. Replace unicode space `U+00a0` with ASCII space. Replace `Specifications` and `Compat`.
* remove dummy divs (#3643)Zongguang Zhang2022-01-13
|
* Fix mistranslation in ↵ethan2022-01-10
| | | | | | Web/JavaScript/Reference/Global_Objects/Function/length, zh-CN (#3582) “指该函数有多少个必须要传入的参数”改为“指该函数期望传入的参数数量” 翻译成“必须要传入”跟实际含义不符。原文“and indicates how many arguments the function expects,”
* udpate and convert global_objects/weakmap to md and add weakmap/weakmap (#3553)Irvin2022-01-05
| | | | | | * fix issues#2392 and update WeakMap to latest content of English Docs * convert html content into md Co-authored-by: meakle <meakle@qq.com>
* mv html > md on javascript/reference/global_objects/weakmap (#3550)Irvin2022-01-04
|
* rm one dummy char (#3538)Bierxiensi2022-01-04
| | | fix translate
* Update Web/JavaScript/Reference/Global_Objects/globalThis, zh-CN (#3338)sooia2021-12-27
| | | | | * change a sentence which wasn't translated. * fix: revise inappropriate translation
* translate Array.prototype.at into Chinese (#3416)sooia2021-12-22
| | | | | | | | | * feat: submit a doc that hasn't translated into Chinese ever 把Array.prototype.at()翻译为中文 * fix: add blank space to display bold. 添加空格,修复不能展示加粗的问题。并在注释中加上句号。
* Fix typo in Web/JavaScript/Reference/Global_Objects/Array/fill, zh-CN (#3353)btea2021-12-16
| | | Co-authored-by: julieng <julien.gattelier@gmail.com>
* Sync Web/JavaScript/Reference/Global_Objects/Object, zh-CN (#3240)现阳2021-12-05
| | | | | | | | * update: keep Object page same with English docs url: /zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object description: Updated some documents on the Object page, a small part of the content can not guarantee the quality of translation, so no translation * fix: review
* Fix syntax highlight Web/JavaScript/Reference/Global_Objects/BigInt, zh-CN ↵现阳2021-12-05
| | | | (#3260)
* Patch new content Web/JavaScript/Reference/Global_Objects/Symbol, zh-CN (#3213)现阳2021-11-29
| | | | | | | url: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Symbol description: instance methods and instance properties not render correct Co-authored-by: fangjun <fangjun@tal.com>
* 从...创建->对...创建 (#3107)yangtianfu012021-11-16
| | | 更正中文语法
* Update Web/JavaScript/Reference/Global_Objects/Promise/resolve, zh-CN (#2967)snowingfox2021-11-12
| | | A code example is added to the warning content at the beginning of the article. This example can clearly show its meaning. Why should I give this example? Because when I first read it, I found it difficult to imagine and understand this concept
* Fix typo 约定俗称 -> 约定俗成LYSSION2021-11-10
|
* Fix Web/JavaScript/Reference/Global_Objects/Object/create, zh-CN (#2912)btea2021-10-31
|
* fix escape typobtea2021-10-26
|
* Improve Simplified Chinese Translation (#2714)WooMai2021-10-14
| | | | | * Improve Chinese Translations * remove residual english parts * remove line break
* Update Web/JavaScript/Reference/Global_Objects/Array/sort, zh-CN (#2611)liangjiancang2021-10-03
| | | | | | | * 补充缺失的「Sort stability」部分 * 与原文 HTML 保持一致 * Fix:「可以会」→「可能会」
* Fix mistranslation in Web/JavaScript/Reference/Global_Objects/globalThis, ↵liangjiancang2021-10-03
| | | | | | | | | | zh-CN (#2609) * Fix incorrect translation 1. 避免影响现存代码的兼容应为「向后兼容(Backward Combability)」(原文只有「break compatibility with existing code」,但为了汉语习惯还应说明向后)。 2. 习惯上不使用单独「前/后向兼容」说法,而多见于「向前/后兼容」「前/后向兼容性」「前/后向兼容(形容词)+${名词}」,故「前向兼容」这种说法本身就是不规范的。 * 不再提及令人疑惑的兼容方向
* Update Web/JavaScript/Reference/Global_Objects/Function/bind, zh-CN (#2601)Songhn2021-09-30
| | | | - remove polyfill - added polyfill link