aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Global_Objects/WebAssembly/RuntimeError を更新 (#2284)Masahiro FUJIMOTO2021-09-07
| | | | | - Markdownに変換 - 2021/08/31 時点の英語版に同期 - コンストラクターは新規翻訳
* Global_Objects/WebAssembly/Memory 以下を更新 (#2283)Masahiro FUJIMOTO2021-09-07
| | | | - Markdownに変換 - 2021/08/30 時点の英語版に同期
* Fix typo in Web/API/Web_Speech_API, zh-CN (#2361)闫咕咕2021-09-07
| | | fix: change "一些列" to "一系列"
* Update ↵Zheng2021-09-07
| | | | | | | Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started, zh-CN (#2358) * Finsih Translation * fix error
* Fix typo in Web/JavaScript/Reference/Global_Objects/Function/apply, zh-CN ↵Sepush2021-09-07
| | | | | (#2371) fix typo `便历` should be `遍历`
* Global_Objects/WebAssembly/Module 以下を更新 (#2275)Masahiro FUJIMOTO2021-09-07
| | | | | - Markdown化 - 2021/08/28 時点の英語版に同期 - コンストラクターの文書を新規翻訳
* Global_Objects/WebAssembly/Table 以下の文書を更新 (#2265)Masahiro FUJIMOTO2021-09-07
| | | | - Markdownに変換 - 2021/08/28 時点の英語版に同期
* Global_Objects/WebAssembly/Table/length を更新 (#2262)Masahiro FUJIMOTO2021-09-07
| | | | - Markdownへ変換 - 2021/07/21 時点の英語版に同期
* Global_Objects/WebAssembly/Table/set を更新 (#2255)Masahiro FUJIMOTO2021-09-07
| | | | - Markdownへ変換 - 2021/07/21 時点の英語版に同期
* Global_Objects/Promise/all を更新 (#2228)Masahiro FUJIMOTO2021-09-07
| | | | - Markdownに変換 - 2021/08/03 時点の英語版に同期
* Fixed parameters of console.time and console.timeEnd (#2273)Matheus Felipe2021-09-06
| | | | | | | * Update index.html * Fix param of console.time method * Fix param of console.timeEnd method
* A function has no argument limits. (#2290)Mateus Henrique2021-09-06
| | | In the English version it doesn't say anything about argument limits in a function, so it would be correct to remove that part.
* Corrigindo uma palavra da linha 168 (#2349)Newton Lomar2021-09-06
| | | | | Antes: um cliente que pegar um recurso Agora: um cliente quer pegar um recurso
* add syntax highlight (#2321)Kevin CHEN2021-09-06
|
* [RU] Fix some typos (#2357)Alexey Pyltsyn2021-09-06
|
* Update MDN/Contribute/Feedback, zh-CN (#2288)PocketZ2021-09-05
| | | | | | | | | | | | | | | | | * Update MDN/Contribute/Feedback * Fix typo * Add description * Update index.html * Update index.html * Update index.html * Update index.html * Update index.html
* Update example code in Learn/JavaScript/Building_blocks/Looping_code, zh-CN ↵Kevin CHEN2021-09-05
| | | | | | | (#2316) * sync with en-us page & fix #384 * Update index.html
* Fix example code in Web/API/URL/searchParams, zh-CN (#2320)Kevin CHEN2021-09-05
| | | | | * fix #150 * Update index.html
* Fix syntax highlight in Web/API/URL/searchParams, zh-CN (#2319)Kevin CHEN2021-09-05
| | | | | * add syntax highlight * remove duplicate tag
* Add Web/API/Navigator/language, zh-CN (#2327)Robert Zhao2021-09-04
| | | | | | | | | * add zh-cn/web/api/navigator/language * Update zh-cn/web/api/navigator/language Modify an incorrectly used period. * add spaces to web/api/navigator/language
* Fix html table in Web/CSS/transform-function/rotate3d(), zh-CN (#2322)Kevin CHEN2021-09-04
|
* Fix example link in Web/JavaScript/Reference/Global_Objects/Object/seal, ↵Kevin CHEN2021-09-04
| | | | | zh-CN (#2317) fix #106
* Fix a typo in Web/API/HTMLCanvasElement/getContext, zh-CN (#2315)Kevin CHEN2021-09-04
| | | fix #1156
* Fix mistranslation in Learn/CSS/Building_blocks/Sizing_items_in_CSS, zh-CN ↵Kevin CHEN2021-09-04
| | | | | (#2314) fix #2221
* プロミスの rejet(ed) の訳語を「拒否」に統一 (#2252)Masahiro FUJIMOTO2021-09-04
| | | - Googleなどの検索件数に基づくと、「拒絶」よりも「拒否」の方が使用例が多いとみられるため。
* Web/JavaScript/Guide/Using_promises を更新 (#2251)Masahiro FUJIMOTO2021-09-04
| | | | | | - Markdownに変換 - 2021/07/21 時点の英語版に同期 - 用語の見直し。特にプロミスの状態を示す用語の翻訳に揺れが目立ったため、 fulfilled = 履行、rejected = 拒否、 settled = 決定、 resolved = 解決などに統一。 - Promise と表記すると、インターフェイス名なのか概念なのか(原文では大文字/小文字や複数形で区別されている)があいまいになるため、クラス名は Promise、概念はプロミスと表記
* Update index.htmlCC2m22021-09-04
|
* Update index.htmlCC2m22021-09-04
|
* Global_Objects/WebAssembly/compileStreaming を更新 (#2215)Masahiro FUJIMOTO2021-09-04
| | | | - Markdownへ変換 - 2021/08/24 時点の英語版に同期
* Global_Objects/Promise/any を更新 (#2236)Masahiro FUJIMOTO2021-09-04
| | | | - Markdownに変換 - 2021/07/26 時点の英語版に同期
* Global_Objects/Promise を更新 (#2227)Masahiro FUJIMOTO2021-09-04
| | | | - Markdownに変換 - 2021/08/03 時点の英語版に同期
* Global_Objects/escape を更新 (#2206)Masahiro FUJIMOTO2021-09-04
|
* Update index.html (#2309)Yann Kozon2021-09-03
|
* Fix Reflect.construct description (fr) (#2188)Michaël Zasso2021-09-03
| | | The second parameter is not optional.
* 연결되지 않은 링크 연결 (#2217)BangHyeongSik2021-09-03
| | | | | | | | | | | | * 연결되지 않은 링크 연결 영어 문서에서는 연결되어 있는 링크가 한글 문서에서는 연결되어 있지 않은 것을 확인했습니다. 해당 변경 사항에서 링크가 연결되었는지 확인해주시기 바랍니다. * [ko-kr] 잘못된 문법 형식 변경 잘못된 문법 형식을 변경하였습니다. 검토자: yujo11
* convert content to mdjulieng2021-09-03
|
* move *.html to *.mdjulieng2021-09-03
|
* fr-glossary/accent id:77 (#2305)Charles Emmanuel S. Ndiaye2021-09-03
| | | | | | | | | * translate id77 Glossary/accent * fix small typo and flaws on links * Update files/fr/glossary/accent/index.html Fix typo, indentation, grammar mistake, Upper casing, "coquille" and macro conversion highlited by SphinxKnight.
* [CRON] sync translated contentMDN2021-09-03
|
* Add Array constructor page to zh-CNNoDocCat2021-09-02
|
* Sync and tidy Global_Objects/Array from en-US to zh-CNNoDocCat2021-09-02
|
* Translation: Autoplay guide for media and Web Audio APIs (#2248)daniel2021-09-02
|
* (ru) Update "<template>" page translation (#2304)Sasha Sushko2021-09-02
| | | | | | | * Make title and tags like at EN-page * Fix translation * Add skipped example from EN-version
* (ru) Fix content property description (#2301)Vadim Makeev2021-09-02
| | | | | * Fix content property description * Trim spaces
* (ru) Update incorrect term translation at "<meta> element" page (#2300)Alexander Shtang2021-09-02
| | | Co-authored-by: Sasha Sushko <sushko@outlook.com>
* [CRON] sync translated contentMDN2021-09-02
|
* orphaned 以下にある古い mozilla ↵Masahiro FUJIMOTO2021-09-02
| | | | 独自のインターフェイスを削除 (#2219)
* Web/JavaScript/Reference/Global_Objects を更新 (#2216)Masahiro FUJIMOTO2021-09-01
| | | - 2021/07/21 時点の英語版に同期
* Global_Objects/WebAssembly/instantiateStreaming を更新 (#2209)Masahiro FUJIMOTO2021-09-01
| | | | - Markdown化 - 2021/07/21 時点の英語版に同期
* Global_Objects/WebAssembly/validate を更新 (#2208)Masahiro FUJIMOTO2021-09-01
| | | | - Markdown化 - 2021/07/21 時点の英語版に同期