aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
Commit message (Collapse)AuthorAge
* CSS cursor fixes for zh and ko (#3934)Carolyn Wu2022-03-08
| | | | | * Fix zh CSS cursor img srcs, specs and compat * Image fixes for ko CSS cursor
* fix typoLeoKu2022-03-08
|
* deleting "index.html" in some links (#4432)Malaaaa2022-03-08
| | | | | | | * fix some links by deleting index.html * fix web description error the description text is different with the image shows
* [CRON] sync translated contentMDN2022-03-08
|
* Fix for vertical-align examples in Dark Mode (#4401)Niedziolka Michal2022-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix for vertical-align examples in Dark Mode * Removed empty parameter Co-authored-by: Claas Augner <github@caugner.de> * Removed empty parameter Co-authored-by: Claas Augner <github@caugner.de> * Fix for other locale * Revert "Fix for other locale" This reverts commit 2e7b836b3a4fbbbe4d0150e14e4e55f4f75f9c04. * Fixed for other locale, without idea files * Removed invalid quote * Changed 100% to 1200px * Removed quotes Co-authored-by: Claas Augner <github@caugner.de>
* fix: delete repeat contentlvfangren2022-03-04
|
* create translation for glossary/digestallo2022-03-04
|
* typo (#4376)Dai Chen2022-03-04
| | | extra word of '的'
* fix: an error in translation TTFZippo2022-03-04
| | | It would be better to translate the word 'return' to '返回' in line 40
* Migrate to multiple Compat macro (zh-cn)YujiSoftware2022-03-04
|
* Migrate to Compat macro (zh-cn)YujiSoftware2022-03-04
|
* Page not found of '\n' in Regular_Expressions pageDai Chen2022-03-04
| | | the original link of '\n'(https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions$edit#special-backreference) points to Page not found
* [CRON] sync translated contentMDN2022-03-03
|
* improve unnatural translations (#4349)Qin Zhou2022-03-02
|
* Add cw118 to fr team (#4276)SphinxKnight2022-03-01
|
* This position must ',' not ',' (#4309)Toweave2022-03-01
|
* update BigInt (#4327)Bryan Lee2022-03-01
|
* typo (#4249)o_O?2022-02-23
| | | The name of the variable "resizeOserver" is missing a "b", because there is no variable named "resizeOserver" in the following text, only a variable named "resizeObserver"
* 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>
* improve translation (#4130)清庙2022-02-22
| | | | | | | | | * Update index.html 英文原文:The assignment operation evaluates to the assigned value. * Update index.html 移除span元素
* [CRON] sync translated contentMDN2022-02-22
|
* typo (#4206)Brian Yao2022-02-21
| | | 错别字
* fix a small format problem (#4223)VictoriousRaptor2022-02-21
|
* typo 防止 -> 放置 (#4235)Lv7772022-02-21
|
* fix link to wikipedia (#4182)user6702022-02-18
| | | Chinese Wikipedia lacks a page titled "clickjacking", replaced with the equivalent Chinese title.
* beautify doc, added some whitespaces (#4184)Mr. Míng2022-02-18
|
* fix example code, correct code order (#4183)alinggo2022-02-17
|
* [CRON] sync translated contentMDN2022-02-17
|
* 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
|
* Update webassembly-examples github file URL (#4118)wanlu2022-02-16
| | | The branch of this warehouse has changed and no longer exists in the main branch
* fix typo (#3999)yiheeng2022-02-16
|
* 汉化roy-tian2022-02-16
|
* correct instructionsAndrew2022-02-16
|
* fix typoYoungX992022-02-16
| | | | I found some minor formatting errors on your documentation. Thanks for all the efforts to provide the high quality translation documents!
* add missed false (#3860)冲冲冲没什么说的2022-02-16
| | | | | | | 原文: 不要将原始布尔值的true和false与Boolean对象的真或假混淆。任何一个值,只要它不是 undefined、null、0、NaN或空字符串("")那么无论是任何对象,即使是值为假的Boolean对象,在条件语句中都为真。例如...... 修改:少了一个情况false 修改后: 不要将原始布尔值的true和false与Boolean对象的真或假混淆。任何一个值,只要它不是 undefined、null、false、0、NaN或空字符串("")那么无论是任何对象,即使是值为假的Boolean对象,在条件语句中都为真。例如......
* Correct copywriting for files/zh-cn/web/html/* except element.Jason Lee2022-02-16
| | | | Ref: #3490 #3834
* fix case of JavaScript, Javascript -> JavaScriptxcodebuild2022-02-16
|
* Improve copywriting for add spaces between Chinese and English words for ↵Jason Lee2022-02-15
| | | | files/zh-cn/web/html/element.