aboutsummaryrefslogtreecommitdiff
path: root/files
Commit message (Collapse)AuthorAge
...
* update link with japanese article that points english one (#1168)Kisaragi2021-06-12
|
* Перевод раздела "HTML Drag and Drop API" (#1114)Roma Zvarich2021-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Translation * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/web/api/html_drag_and_drop_api/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update index.html * fix marcos syntax error Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com>
* MDN/Structures/Page_types/API_reference_page_template を更新 (#1084)Masahiro FUJIMOTO2021-06-12
| | | | - 見出しから name 属性を削除 - 翻訳を少し進めた
* Web/HTML/Element/head を更新 (#1083)Masahiro FUJIMOTO2021-06-12
| | | - 2021/05/31 時点の英語版に同期
* Web/HTML/Element/figcaption を更新 (#1082)Masahiro FUJIMOTO2021-06-12
| | | - 2021/05/31 時点の英語版に同期
* Web/HTML/Element/dt を更新 (#1078)Masahiro FUJIMOTO2021-06-12
| | | - 2021/05/31 時点の英語版を同期
* Web/HTML/Element/dl を更新 (#1076)Masahiro FUJIMOTO2021-06-12
| | | - 2021/05/31 時点の英語版に同期
* Web/HTML/Element/div を更新 (#1075)Masahiro FUJIMOTO2021-06-12
| | | - 2021/05/31 時点の英語版に同期
* Web/HTML/Element/details を更新 (#1074)Masahiro FUJIMOTO2021-06-12
| | | 2021/03/27 時点の英語版に同期
* Web/HTML/Element/dfn を更新 (#1073)Masahiro FUJIMOTO2021-06-12
| | | 2021/03/27 時点の英語版に同期
* Web/Guide/AJAX/Community を更新 (#1057)Masahiro FUJIMOTO2021-06-12
| | | 2021/02/20 時点の英語版に同期
* Update Web/API/Web_Workers_API/Using_web_workers (#1072)Masahiro FUJIMOTO2021-06-12
| | | | - 2021/04/30 時点の英語版に同期 - 原語併記マクロを削除
* Web/XPath/Functions/translate を更新 (#1069)Masahiro FUJIMOTO2021-06-12
| | | | | | | | * Web/XPath/Functions/translate を更新 - https://github.com/mozilla-japan/translation/issues/547 の対応 - 2021/02/20 時点の英語版に同期 * 入力ミスを修正
* Test_your_skills:_Math/ create in ja (#911)kisre2021-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * translation into ja original URL: https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/Test_your_skills:_Math * [l10n-ja]Correcting after the review #911 I corrected the places pointed out in the way below: ---------------- <Find the places using regular expression> 英数字+全角 [0-9a-zA-Z][^\x01-\x7E] 全角+英数字 [^\x01-\x7E][0-9a-zA-Z] 英数字>+全角 [0-9a-zA-Z]>[^\x01-\x7E] 全角+<英数字 [^\x01-\x7E]<[0-9a-zA-Z] 全角数字 [0-9] 中黒 ・ ---------------- <Rules I used besides above> 「行頭」は半角空けない。 「、」「。」の前後は半角空けない。 「?」「!」の後は半角空ける。 ----------------
* The legacy Iterator protocol を更新 (#1059)Masahiro FUJIMOTO2021-06-12
| | | | - 2021/03/29 時点の英語版に同期 - 一部の用語の見直し
* HTMLSelectElement.autofocus を更新 (#1051)Masahiro FUJIMOTO2021-06-12
| | | 2021/02/20 時点の英語版に同期
* Translate overflowing content (#1038)Denis2021-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Translate overflowing content Если хотите что-нибудь уточнить или знаете, как сделать перевод точнее, я не возражаю. :-) * Update files/ru/learn/css/building_blocks/overflowing_content/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Update files/ru/learn/css/building_blocks/overflowing_content/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Update files/ru/learn/css/building_blocks/overflowing_content/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Update files/ru/learn/css/building_blocks/overflowing_content/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Update files/ru/learn/css/building_blocks/overflowing_content/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Update files/ru/learn/css/building_blocks/overflowing_content/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Update files/ru/learn/css/building_blocks/overflowing_content/index.html Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Apply suggestions from code review Co-authored-by: Artem Shibakov <shibakow@gmail.com> * Apply suggestions from code review Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com> Co-authored-by: Artem Shibakov <shibakow@gmail.com> Co-authored-by: Alexander Myshov <myshov@users.noreply.github.com>
* [pt-BR] Update the web index document to be closer to the english content ↵Clóvis Lima Júnior2021-06-10
| | | | (#1119)
* Перевод (#1110)Сандро2021-06-11
| | | | | | | | | * Перевод перевод, правки и буква "ё" * Правка перевода >— это продлевает время жизни события до момента запуска уведомления и гарантирует, что метод showNotification будет завершён полностью.
* [ko] Add 'test your skills! - variables' section (#948)logic-finder2021-06-10
| | | | | * Add 'test your skills! - variables' section. * commit suggestion about translational tone problem.
* [CRON] sync translated contentMDN2021-06-10
|
* add angular item acomponent TwPeter Huang2021-06-10
|
* Update index.htmlHoarfroster2021-06-10
|
* Update index.htmlHoarfroster2021-06-10
|
* 調整 Svelte_Todo_list_beginning 連結指向 zh-TWneil_tsai2021-06-10
|
* 初步翻譯 Svelte_Todo_list_beginning 前言及文末連結neil_tsai2021-06-10
|
* fix flaws:調整 Svelte_getting_started ↵neil_tsai2021-06-10
| | | | 頁面遺漏半形轉全形標點符號
* 同步 svelte-todo-list-beginning en-US 內容 - 2021/06/08neil_tsai2021-06-10
|
* fix flaws:調整 Svelte_getting_started ↵neil_tsai2021-06-10
| | | | 頁面標題和文末連結處(中英消除空白)
* Update index.htmlBilibili_BHznJNs2021-06-10
|
* Web/HTML/Element/del を更新 (#1047)Masahiro FUJIMOTO2021-06-10
| | | 2021/03/27 時点の英語版に更新
* Web/SVG/Tutorial/Tools_for_SVG (#1043)Masahiro FUJIMOTO2021-06-10
| | | | - 英語版章題マクロを除去 - 2021/02/20 時点の英語版に対応
* Web/SVG/Tutorial/SVG_fonts を更新 (#1039)Masahiro FUJIMOTO2021-06-10
| | | | | | | | * Web/SVG/Tutorial/SVG_fonts を更新 - 英語版章題マクロを除去 - 2021/03/25 時点の英語版に同期 * リンク先を修正
* Web/SVG/Tutorial/Other_content_in_SVG を更新 (#1036)Masahiro FUJIMOTO2021-06-10
| | | | - 英語版章題マクロを除去 - 2020/12/20 時点の英語版に同期
* L10N: Added Learn/Tools_and_testing pages (#958)tmstar2021-06-10
| | | | | | | * add English ver page * Translate contents in Japenese * Change a link label in the parent page
* Web/Accessibility/ARIA/Roles/Grid_Role の更新 (#767)Wind18082021-06-10
| | | | | | | * ARIA: grid ロールの更新 * ARIA: grid ロールの更新 * ARIA: grid ロールの更新
* Web/API/XSLTProcessor/Basic_Example を更新 (#1035)Masahiro FUJIMOTO2021-06-10
| | | | - 英語版章題マクロを除去 - 2020/12/18 時点の英語版に同期
* Web/XPath/Functions/true を更新 (#1034)Masahiro FUJIMOTO2021-06-10
| | | | - 英語版章題マクロを除去 - 2021/02/20 時点の英語版に同期
* [CRON] sync translated contentMDN2021-06-09
|
* Fixes #1143 - updates iframe vs en-us counterpart (#1148)SphinxKnight2021-06-08
| | | | | | * fixes 1143 - updates iframe vs en-us counterpart * FIX: Adding missing content, applying semantics, fix typo Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* Web/API/Window/menubar を更新 (#1022)Masahiro FUJIMOTO2021-06-09
| | | | - 英語版章題マクロを除去 - 2021/02/20 時点の英語版に同期
* Web/API/Window/pkcs11 の更新 (#1025)Masahiro FUJIMOTO2021-06-09
| | | | - 英語版章題マクロを削除 - 2021/05/18 時点の英語版に同期
* Web/API/Window/releaseEvents を更新 (#1026)Masahiro FUJIMOTO2021-06-09
| | | | | | | | * Web/API/Window/releaseEvents を更新 - 英語版章題マクロを除去 - 2021/04/26 時点の英語版に同期 * リンクの修正
* Web/API/Window/screenX/Y を更新 (#1027)Masahiro FUJIMOTO2021-06-09
| | | | - 英語版章題マクロを除去 - 2021/02/20 時点の英語版に同期
* Web/API/Window/scrollByLines を更新 (#1028)Masahiro FUJIMOTO2021-06-09
| | | | - 英語版章題マクロを除去 - 2021/02/20 時点の英語版に同期
* Web/API/Window/scrollMaxX/Y を更新 (#1029)Masahiro FUJIMOTO2021-06-09
| | | | - 英語版章題マクロを除去 - 2021/02/20 時点の英語版に同期
* Web/API/Window/statusbar を更新 (#1030)Masahiro FUJIMOTO2021-06-09
| | | | - 英語版章題マクロを除去 - 2021/05/09 時点の英語版に同期
* Web/API/Window/toolbar を更新 (#1031)Masahiro FUJIMOTO2021-06-09
| | | | - 英語版章題マクロを削除 - 2021/02/20 時点の英語版に同期
* remove conflicting css building blocks selectors page with redirects (#1122)Maxim Postautov2021-06-08
|
* [ko] Add Date() constructor (#992)alattalatta2021-06-08
|