aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
Commit message (Collapse)AuthorAge
* Update Web/API/Element/mousemove_event, zh-CN (#1200)A1lo2021-06-14
|
* [zh-cn] 更新“操作符优先级” patch-2plylrnsdy2021-06-14
| | | | | | - 修正不统一的翻译:“关联性”应为“结合性” - 修正部分 html 属性与英文版不一致 - 部分文本润色
* [zh-cn] 更新“操作符优先级”plylrnsdy2021-06-14
| | | | | | | | | - 修正操作符 `%` 的中文名称为“取余” - 修正操作符 `==`/`!=`/`===`/`!==` 的中文名称,与指向页面保持一致 - 同步英文版 - 新增内容 - 展开语法(Spread syntax)从操作符优先级表格移除,并解释原因 - 表格、链接等 html 格式
* Fix Web/HTTP/Protocol_upgrade_mechanism, zh-CN (#1175)Xyz2021-06-13
|
* [CRON] sync translated contentMDN2021-06-10
|
* Update index.htmlHoarfroster2021-06-10
|
* Update index.htmlHoarfroster2021-06-10
|
* Update index.htmlBilibili_BHznJNs2021-06-10
|
* [CRON] sync translated contentMDN2021-06-09
|
* [CRON] sync translated contentMDN2021-06-08
|
* Fix ↵Goofy2021-06-07
| | | | Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started, zh-CN (#1116)
* Update Web/JavaScript/Reference/Operators, zh-CN (#1127)Hoarfroster2021-06-07
| | | | | | | | | * Update index.html content 统一 "." => "。" * Update 逻辑赋值运算符 Update 逻辑赋值运算符
* [CRON] sync translated contentMDN2021-06-06
|
* 1.新增了 改正内容错误 的页面翻译sqchenxiyuan2021-06-04
|
* [CRON] sync translated contentMDN2021-06-03
|
* [CRON] sync translated contentMDN2021-06-01
|
* Fix Web/JavaScript/Guide/Regular_Expressions/Quantifiers, zh-CN (#1066)Zack Chang2021-05-31
| | | Correct a translation error.
* Update MDN/Contribute/Howto, zh-CN (#1064)PocketZ2021-05-31
|
* fix(fetch): complete the possible type for request bodyWangLeto2021-05-31
|
* fix missing title attributepululin2021-05-31
| | | The title attribute is missing in the example that introduces the title attribute
* remove bcd paragraph for zh-CNt7yang2021-05-31
|
* Update Learn/JavaScript/Objects/Inheritance, zh-CN (#1032)PocketZ2021-05-30
|
* [CRON] sync translated contentMDN2021-05-30
|
* [CRON] sync translated contentMDN2021-05-29
|
* fix MacroWrongXRefError flaws for some domxref calls (#1018)Ryan Johnson2021-05-28
|
* Revert "replace some domxref macro calls with event macro calls (#1016)" (#1017)Ryan Johnson2021-05-28
| | | This reverts commit 2958ec7e85c9a1182cd81728e3705948a2c39d71.
* replace some domxref macro calls with event macro calls (#1016)Ryan Johnson2021-05-28
|
* Update index.htmlAndy2021-05-28
| | | 重拍应修改为重排。
* [zh-cn]: Update web/api/globaleventhandlers/oncontextmenu/index.htmlpuxiao2021-05-27
|
* Fix zh-cn Web/API/PushManager (#996)Peter Bengtsson2021-05-27
| | | | | * fix zh-cn Web/API/PushManager * oops
* [CRON] sync translated contentMDN2021-05-27
|
* [CRON] sync translated contentMDN2021-05-25
|
* docs(HTMLInputElement): add the translated content for webkitdirectorychengpeiquan2021-05-24
|
* fix typowzhli2021-05-22
|
* [CRON] sync translated contentMDN2021-05-22
|
* [CRON] sync translated contentMDN2021-05-21
|
* Update mdn/contribute/index.html.PocketZ2021-05-20
|
* Fix Learn/CSS/Building_blocks/Organizing, zh-CN (#937)letsgo02021-05-20
| | | only edited a word from '代码' to '空格'.
* Update mdn/contribute/index.html. (#906)PocketZ2021-05-20
| | | | | | | | | | | * Update mdn/contribute/index.html. Update mdn/contribute/index.html with English version. * fix index.html * fix typo * Update index.html
* Update Web/API/EventTarget/addEventListener, zh-CN (#905)leto2021-05-18
| | | Co-authored-by: WangLeto <wanglitong@bytedance.com>
* [CRON] sync translated contentMDN2021-05-18
|
* fix external image flaws in Web/MathML/Authoring (zh-cn, zh-tw)Peter Bengtsson2021-05-15
|
* Update MDN/Contribute/Getting_started, zh-CN (#855)PocketZ2021-05-14
|
* Fix Web/CSS/transform-function, zh-CN (#847)MinuteReversal2021-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 应该是下面这样 <table> <tr> <td>cos(a)</td> <td>-sin(a)</td> <td>0</td> <td>0</td> </tr> <tr> <td>sin(a)</td> <td>cos(a)</td> <td>0</td> <td>0</td> </tr> <tr> <td>0</td> <td>0</td> <td>1</td> <td>0</td> </tr> <tr> <td>0</td> <td>0</td> <td>0</td> <td>1</td> </tr> </table> 第三行第三列应该为1,不然在浏览器中不显示。
* Update Learn/CSS/CSS_layout/Position_skills, zh-CN (#831)torocopx2021-05-14
|
* Fix Web/HTTP/CORS/Errors/CORSMissingAllowOrigin, zh-CN (#818)David Hu2021-05-14
| | | Correct translation errors
* [CRON] sync translated contentMDN2021-05-12
|
* Update zh-cn/web/api/resizeobserver/observe/index.htmlpuxiao2021-05-11
|
* Update /web/api/urlsearchparams/get, zh-CN (#816)tys11282021-05-11
| | | see: https://github.com/mdn/content/blob/main/files/en-us/web/api/urlsearchparams/get/index.html#L11
* Update index.htmlxupeng-faker2021-05-10
|