aboutsummaryrefslogtreecommitdiff
path: root/files
Commit message (Collapse)AuthorAge
* Update ja of Web/HTTP/Headers/AuthorizationMasahiro Fujimoto2021-03-24
| | | | 2021/02/20の英語版に基づき更新
* UPDATE: Minor typo fix of a comma (#310)thomasbkd2021-03-24
| | | fix typo (n -> ,)
* fr - js guide - clean up span tags in code snippets (#304)Scttpr2021-03-24
| | | | | * clean up span tags in code snippets * removed pre attributes and code tag
* Update index.htmlhelloking0002021-03-24
|
* Fixes #99alexanderhess2021-03-24
|
* delete dir="rtl" attributeHookin2021-03-24
|
* Fixes #147alexanderhess2021-03-24
|
* Modify the 'Cascading Order' table (#127)Evan2021-03-24
|
* Web/API/IntersectionObserver/IntersectionObserverの翻訳修正 (#235)Akane Nakayama2021-03-24
| | | | | * ref Web/API/IntersectionObserver/IntersectionObserverの翻訳修正 * ref Web/API/IntersectionObserver/IntersectionObserverの翻訳修正(表記ゆれ)
* [CRON] sync translated contentMDN2021-03-24
|
* Add ru translation of the Polyfill glossary page (#281)Yana Klose-Ivanova2021-03-24
| | | | | | | | | * Translates Polyfill glossary page into Russian * Move Polyfill from Orphaned directory to Glossary * Updates _redirects.txt * Fix phrasing according to the review
* Remove all mentions of EmbedTest262ReportResultsTable (#301)Peter Bengtsson2021-03-23
| | | | | | | | | | | | | * Remove all mentions of EmbedTest262ReportResultsTable Part of #297 * Removing 19 others deprecated EmbedTest KS * Update files/zh-cn/web/javascript/reference/global_objects/bigint/index.html * Removal of a persistent tag Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* correcting a broken tag (#293)Klioda2021-03-23
|
* UPDATE: Removing old KS EmbedTest262ReportResultsTable (#298)tristantheb2021-03-23
|
* Fix capitalization of Russian pronouns (#294)Alexey Pyltsyn2021-03-23
| | | | | | | | | | | | | * Fix capitalization of Russian pronouns * Apply suggestions from code review Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com> * Update files/ru/web/mathml/element/math/index.html Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com> Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Document.documentURI の日本語訳を更新Masahiro FUJIMOTO2021-03-23
| | | | 2021/02/20 の英語版を反映
* Glossary/Base64 を更新Masahiro FUJIMOTO2021-03-23
| | | | 2021/03/16の英語版に同期
* Fix kanji conversion "話された" to "離された"taretmch2021-03-23
|
* Unify Russian translation of "functionality" (#289)Alexey Pyltsyn2021-03-23
| | | | | | | | | | | | | * Unify Russian translation of "functionality" * Apply suggestions from code review Co-authored-by: Sasha Sushko <sushko@outlook.com> * Update files/ru/learn/server-side/django/forms/index.html Co-authored-by: Sasha Sushko <sushko@outlook.com> Co-authored-by: Sasha Sushko <sushko@outlook.com>
* Revert "Web/JavaScript/Reference/Global_Objects/Atomics/notify を更新"Masahiro FUJIMOTO2021-03-23
| | | | This reverts commit d7976e817699e7c44caacbb00c78c9c0bcadaf4c.
* Web/JavaScript/Reference/Global_Objects/Atomics/notify を更新Masahiro FUJIMOTO2021-03-23
| | | | 2021/02/20時点の英語版に追従して更新
* Feb 20, 2021 の英語版に対応。yyss2021-03-23
|
* remove fr page with no english equivalent (#288)Ryan Johnson2021-03-22
|
* Unify "Syntax" heading in Russian translation (#287)Alexey Pyltsyn2021-03-23
|
* Fixes #217 - Update window.navigator and Navigator interface page (#286)SphinxKnight2021-03-22
| | | | | * Updated window.navigator to parity w/ en-US 11a98a5 * Title typofix * Update of Navigator interface page to parity w/ en-US as of commit 229f090
* add ru translation for webglcontextlost event page (#196)Mikhail Prokudin2021-03-23
| | | | | | | | | | | * add ru translation for webglcontextlost event page * fix review conversations * fix title translate * Update files/ru/web/api/htmlcanvaselement/webglcontextlost_event/index.html Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* fix typo in Date code sample (#283)JF Tregor2021-03-22
| | | just to avoid 'ReferenceError' for unknown "today" and "msPerDay"...
* MDN/Contribute/GitHub_beginners を新規翻訳 (#215)Masahiro FUJIMOTO2021-03-22
| | | | | | * 翻訳完了 * 用語の統一 リポジトリ→リポジトリ- ディレクトリ→ディレクトリー
* add ru translate for HTMLCanvasElement.height page (#229)Mikhail Prokudin2021-03-22
| | | | | * add ru translate for HTMLCanvasElement.height page * fixes for definition block & specification block
* Unify Russian translation of "offline" (#269)Alexey Pyltsyn2021-03-22
| | | | | | | * Unify Russian translation of "offline" * Update files/ru/learn/javascript/client-side_web_apis/client-side_storage/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com>
* add ru translate for transfercontroltooffscreen page (#208)Mikhail Prokudin2021-03-22
| | | | | | | | | | | | | * add ru translate for transfercontroltooffscreen page * fix 'frame' translation * Update files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com> * Update files/ru/web/api/htmlcanvaselement/transfercontroltooffscreen/index.html Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* Web/HTML/Element/iframe を修正Masahiro FUJIMOTO2021-03-22
| | | | | - 誤字の修正 - fix https://github.com/mozilla-japan/translation/issues/535
* Update Web/JavaScript/Reference/Global_Objects/Date/getUTCDateMasahiro FUJIMOTO2021-03-22
| | | | | - fix #152 - 2021/02/20 時点の英語版を反映
* Web/API/Document/URL を更新Masahiro FUJIMOTO2021-03-22
| | | | 2021/02/20までの英語版の変更を反映
* L10N: Translation of the Supporting_older_browers page (#250)tristantheb2021-03-21
| | | | | | | | | * L10N: Translation of the Supporting_older_browers page * Fix typo and img link * Minor rewordings Co-authored-by: SphinxKnight <SphinxKnight@users.noreply.github.com>
* fr - Complete retranslation of CSS minmax() - Fixes #243 (#267)SphinxKnight2021-03-21
| | | | | | * Rework of fr translation for CSS minmax() - Fixes #243 * Typo / Missing translation_of * Typo + missing parts * Removing experimental tag
* Unify Russian translation of "See also" (#255)Alexey Pyltsyn2021-03-21
|
* Uniqy "cache" word in Russian translation (#261)Alexey Istomin2021-03-21
| | | | | * docs(ru): uniqy cache word * revert(redirects): revert redirects
* docs(ru): restore "API" translation (#263)Alexey Istomin2021-03-21
|
* docs(ru): restore "dom" translation (#262)Alexey Istomin2021-03-21
|
* Deeper yofication of Russian translation (#251)Alexey Pyltsyn2021-03-21
|
* fr - Orphaned directory cleaning (#252)SphinxKnight2021-03-21
| | | | | | | | | | | | | | | | | | | * Orphaned directory cleaning crypto + xpcom-xul + html js css * Orphaned cleaning: old editor/old devtools + span hell page * Old workflows from Kuma * Old Fx Devtools * rm CSS Indexes * rm community/contribute obsolete or outdated content * outdated (kuma/before en-US reorganization) contribute docs * Obsolete WebAPI content * removed WebExt docs moved to extensionworkshop.com + obsolete web content
* Web/JavaScript/Reference/Global_Objects/Number を更新 (#134)Masahiro FUJIMOTO2021-03-21
| | | 2021/03/13までの英語版の変更を反映
* Web/CSS/max-height を更新 (#133)Masahiro FUJIMOTO2021-03-21
| | | 2021/03/14までの英語版の変更を反映
* remove fx_minversion_inline macro calls (#258)Ryan Johnson2021-03-20
|
* FIX: Typos and enhancement in Example (issues 97) (#246)Jacquet Corentin2021-03-20
| | | | | | * Typos and enhancement in Example (issues 97) * Fix some attributes name, update tags, modify typo * Update image link * fix broken link to DOMRect in return value
* fix target link in the #about part (#254)kev-landry2021-03-20
| | | Co-authored-by: kevin.landry <kevin.landry@kissthebride.fr>
* Fix #242 (#249)Jacquet Corentin2021-03-20
| | | Fixed issues #242 : wording in composition order for transform functions leading to wrong order of execution
* remove fx_minversion_header macro callsrjohnson2021-03-21
|
* fix tags alignclasslfz2021-03-21
|