aboutsummaryrefslogtreecommitdiff
path: root/files
Commit message (Collapse)AuthorAge
...
* Web/API/NavigatorID/appVersion を更新 (#722)Masahiro FUJIMOTO2021-05-15
| | | | - 2021/04/20 時点の英語版に同期 - 原語併記マクロを廃止
* Web/API/CanvasRenderingContext2D/font を更新 (#714)Masahiro FUJIMOTO2021-05-15
| | | | - 2021/02/20 時点の英語版に同期 - 原語併記マクロを廃止
* I found a spelling error. (#808)takada2021-05-15
| | | | | | Thanks for the great article. I have found one spelling mistake in this article. In this context, "て" is more appropriate than "た".
* Fix typo in a Japanese page (#778)9sako62021-05-15
| | | There is a mistyped Hiragana (Japanese syllabary) :)
* Fix in `files/ru/web/http/caching/index.html` (#861)Filipp Chibisov2021-05-14
|
* 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
* Change glossary word translation (#742)Maxim Postautov2021-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * change glossary word translation ru * Update files/ru/glossary/callback_function/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/callback_function/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/compile/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/compile/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/high-level_programming_language/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/html/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/css/@font-face/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/ietf/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/method/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/glossary/request_header/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/learn/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/learn/javascript/building_blocks/looping_code/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/mdn/contribute/howto/add_or_update_browser_compatibility_data/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/mdn/contribute/howto/write_a_new_entry_in_the_glossary/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/mozilla/add-ons/webextensions/manifest.json/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/canvas_api/tutorial/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/xmlhttprequest/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/guide/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/html/element/title/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/javascript/reference/global_objects/symbol/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/xml/xml_introduction/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * review changes * links changes Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Mozilla/Add-ons/WebExtensions/Examples を更新 (#711)Masahiro FUJIMOTO2021-05-14
| | | | - 2021/02/01 時点の英語版に同期 - 原語併記マクロを削除
* Learn/Getting_started_with_the_web/Publishing_your_website を更新 (#696)Masahiro FUJIMOTO2021-05-14
| | | | - 2021/04/24 時点の英語版に同期 - 原語併記マクロを削除
* Learn/Getting_started_with_the_web/CSS_basics を更新 (#674)Masahiro FUJIMOTO2021-05-14
| | | | - 2021/02/20 時点の英語版に同期 - 原語併記マクロを削除
* fix external image flaws in files/ja/web/mathml/authoring/index.html (#844)Peter Bengtsson2021-05-13
|
* Fix: translation error (#830)AmalricBzh2021-05-13
| | | | | | | * Fix: translation error * UPDT: Refresh from en-US, Rmv macros, Fix typos * UPDT: Making the "See also" clear Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* [FIX] macros, en-US update, nullish operator (#775)hochan Lee2021-05-13
|
* Correct example errors due to 'id' translation (#819)iubns2021-05-13
| | | | | | | | | | | * Fix: 404 in example at javascript/object/seal Fix: 404 in example at javascript/object/seal * Fix: Modify translated id error in https://developer.mozilla.org/ko/docs/Learn/JavaScript/First_steps/What_is_JavaScript * Fix: Modify translated id in css_layout/grid
* [EDIT] translate-ko react_getting_start intro (#839)HyunJin Won2021-05-13
| | | | | | | | | * [EDIT] translate-ko react_getting_start intro * [FIX] translate-ko react_getting_start duplicate table * Update files/ko/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html Co-authored-by: hochan Lee <hochan049@gmail.com>
* fix external image and flaws on Web/MathML/Authoring (fr) (#842)Peter Bengtsson2021-05-12
| | | | | | | * fix external image and flaws on Web/MathML/Authoring * UPDT: Updating, Cleaning, Typos/Sentences fix Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* Update translation of Using GitHub Pages (#832)Yana Klose-Ivanova2021-05-12
| | | | | | | | | | | * Update translation * Apply suggestions from code review Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Apply suggestions from code review 2 Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com>
* fix external image flaws in files/ru/web/mathml/authoring/index.html (#845)Peter Bengtsson2021-05-12
|
* fix external image in files/es/web/mathml/authoring/index.html (#843)Peter Bengtsson2021-05-12
|
* Fix web/api/textencoder/index.html, ja-JP (#799)Kaito Udagawa2021-05-12
| | | | | | | | | | | | * Fix web/api/textencoder/index.html, ja-JP Replace the incorrect word `W3` with `standard` Add the description about only supporting UTF-8 This change matches its English edition. * Add spaces around English in Kanji https://github.com/mozilla-japan/translation/wiki/Editorial-Guideline#%E8%8B%B1%E6%95%B0%E5%AD%97%E3%81%AE%E8%A1%A8%E8%A8%98
* fix: typo in Intersection Observer API (locale: ja) (#815)Shunsuke Mano2021-05-12
| | | Co-authored-by: progfay <mano_shunsuke@r.recruit.co.jp>
* Oinkbread/ko understanding client side tools (#838)oinkbread2021-05-12
| | | | | | | | | | | | * translate-ko react_getting_started the first paragraph and the first table. * translate-ko react_getting_started the first paragraph and the first table. files/ko/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html * Update files/ko/learn/tools_and_testing/client-side_javascript_frameworks/react_getting_started/index.html Co-authored-by: hochan Lee <hochan049@gmail.com>
* Fix Syntax, example code style (#829)Jongha Kim2021-05-12
|
* [FEAT] translate-ko react_getting_started title (#828)JaeSeoKim2021-05-12
|
* Update translation "Getting Started on MDN" page (#758)Maxim Postautov2021-05-12
| | | Co-authored-by: Artem Shibakov <shibakow@gmail.com>
* [FEAT] add react default page for event (#826)hochan Lee2021-05-12
|
* [CRON] sync translated contentMDN2021-05-12
|
* add translate for HTMLCanvasElement.toDataURL() page (#810)Mikhail Prokudin2021-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add translate for HTMLCanvasElement.toDataURL() page * Update files/ru/web/api/htmlcanvaselement/todataurl/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/htmlcanvaselement/todataurl/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/htmlcanvaselement/todataurl/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/htmlcanvaselement/todataurl/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/htmlcanvaselement/todataurl/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> * Update files/ru/web/api/htmlcanvaselement/todataurl/index.html Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com> Co-authored-by: Yana Klose-Ivanova <75987641+captainspring@users.noreply.github.com>
* Update ↵Neil2021-05-11
| | | | | | | | | /learn/tools_and_testing/client-side_javascript_frameworks/svelte_getting_started, zh-TW (#820) * Getting started with Svelte (zh-TW translation) (part of "Having a look at our first Svelte component") * 調整部分中文標點符號 & 描述 * 調整除非有混淆情況,不然有提醒原文的部分僅出現第一次就好
* Learn/Getting_started_with_the_web/HTML_basics を更新Masahiro FUJIMOTO2021-05-11
| | | | | - 2021/02/20 時点の英語版に同期 - 原語併記マクロを削除
* Delete obsolete pages under ko/orphaned (#782)alattalatta2021-05-11
| | | | | * Delete orphaned, obsolete pages * Further remove obsolete pages from redirects
* ARIA: heading ロールの更新Wind18082021-05-11
|
* Update files/ja/web/javascript/guide/functions/index.html Masahiro FUJIMOTO2021-05-11
| | | | | 確かに脱字でした。修正していただきありがとうございます。 Co-authored-by: potappo <potappo@gmail.com>
* Web/JavaScript/Guide/Functions を更新Masahiro FUJIMOTO2021-05-11
| | | | | - 2021/04/28 時点の英語版に同期 - 原語併記マクロを削除
* Delete old How to pages (#803)Yana Klose-Ivanova2021-05-11
| | | | | | | | | | | | | * Deletes How to Create an MDN Account * Deletes How to Do a Technical Review * Deletes How to Do an Editorial Review * Deletes How to Set the Summary for a Page * Deletes How to Tag JavaScript Pages * Deletes redirects to orphaned How to pages
* [FIX] parse err for method, property, sharedarraybuffer(#329) (#733)hochan Lee2021-05-11
|
* 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
* Web/Accessibility/ARIA/Roles/Form_Role の更新 (#745)Wind18082021-05-11
| | | | | * ARIA: form ロールの更新 * ARIA: form ロールの更新
* Update index.htmlxupeng-faker2021-05-10
|
* Update index.htmlchauyoshin2021-05-10
| | | correct a wrong translation of 'state'
* Fixes #797 (#802)SphinxKnight2021-05-09
| | | | | | | * Update to par w/ en-US 13360cb - fixes #797 * FIX: Fix h<x> id * UPDT: Fix h<x> id, and update bcd, replace jsxref Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* UPDATE: Refresh page content from en-US for a11y - Issue #548 (#730)tristantheb2021-05-09
| | | | | | | * UPDATE: Refresh page content from en-US * Review - link fix Co-authored-by: julieng <julien.gattelier@gmail.com>
* Fix columns page (#697)Samy Rabih2021-05-09
|
* Web/JavaScript/A_re-introduction_to_JavaScript を更新Masahiro FUJIMOTO2021-05-09
| | | | | - 2021/04/28 時点の英語版に同期 - 原語併記マクロを削除
* Fix typo for Clients (#773)thomasbkd2021-05-08
| | | | | | * fix typo * UPDT: Refresh from en-US Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* [Fix] aria-pressed w3 link (#780)Mercier Mike2021-05-08
| | | | | | | | | * Fix aria-pressed w3 link Fix the link to w3 aria-pressed. * Update fr vs en-US (par w/ d03822c) Co-authored-by: julieng <julien.gattelier@gmail.com>