aboutsummaryrefslogtreecommitdiff
path: root/files/ja/learn
Commit message (Collapse)AuthorAge
* Sync codes on node_server_without_frameworkyuto0214w2021-11-09
|
* Update node_server_without_frameworkyuto0214w2021-11-09
|
* fix typoTsuji Daishiro2021-10-12
|
* Learn/Forms/Sending_and_retrieving_form_data を更新Masahiro FUJIMOTO2021-10-04
| | | | | - 2021/09/13 時点の英語版に同期 - Fix #2213
* タイプミスを修正Suzuki Katsuma2021-09-24
|
* 表記ゆれの修正Suzuki Katsuma2021-09-24
| | | 「リアクト」となっている一部の表記ゆれを「 React 」に修正しました
* Learn 以下の文書内のリンクURLを正規化 (#2356)Masahiro FUJIMOTO2021-09-14
| | | | | - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
* Web/CSS/CSS_Background_and_Borders を移動 (#2177)Masahiro FUJIMOTO2021-08-29
| | | | - 中身を Web/CSS/CSS_Backgrounds_and_Borders/ へ移動 - Markdown化し、2021/08/22 時点の英語版に同期
* Web/CSS/Cascade を更新 (#2140)Masahiro FUJIMOTO2021-08-27
| | | | - Markdown化 - 2021/08/13 時点の英語版に同期
* Removes wiki.d.m.o in absolute links (#1903)SphinxKnight2021-08-19
|
* fix(l10n-ja): modified typo in javascript_basics (#2002)mutation2021-08-17
|
* fix(l10n-ja): modify typo in values_and_units (#2068)mutation2021-08-16
|
* Body ミックスインを廃止し、 Response ↵Masahiro FUJIMOTO2021-08-13
| | | | | | | インターフェイスへ統合 (#1898) - orphaned にあった Body ミックスインを廃止 - Body ミックスインのメンバーを Response インターフェイスへ移動 - 関連する記事を 2021/08/04 時点の英語版に同期
* Learn/Performance を更新 (#1687)Masahiro FUJIMOTO2021-08-04
| | | | | | 以下の文書を 2021/07/25 時点の英語版に同期 - Learn/Performance - Learn/Performance/What_is_web_performance - Learn/Performance/why_web_performance
* remove link 'title' attributes that's just the 'href' (ja, part 2) (#1807)Peter Bengtsson2021-08-01
|
* remove link 'title' attributes that's just the 'href' (ja) (#1712)Peter Bengtsson2021-07-30
|
* Delete space after "!" (#1679)kisre2021-07-29
| | | | Followed the rule of 約物, no space has after "?", and "!". There is a space after "?" in this file because of the presence of "2".
* Fix Japanese text (React ToDoリストをはじめる) (#1685)Yuki Shindo2021-07-25
| | | | | * Remove font tag * Fix text(React_todo_list_beginning - ja)
* Update files/ja/learn/forms/advanced_form_styling/index.htmlMasahiro FUJIMOTO2021-07-18
| | | Co-authored-by: potappo <potappo@gmail.com>
* remove wiki.developer.mozilla.org linksMasahiro FUJIMOTO2021-07-18
|
* 20210711-callout (#1477)Masahiro FUJIMOTO2021-07-18
| | | コールアウトの表記に揺れがあったので、統一。
* Learn/Getting_started_with_the_web/JavaScript_basics を更新 (#1476)Masahiro FUJIMOTO2021-07-18
| | | | | | | | | | | | * Learn/Getting_started_with_the_web/JavaScript_basics を更新 - 2021/07/10 時点の英語版に同期 - conflicting 版は未翻訳版なので削除 * conflicting/Web/JavaScript/Reference/Operators を削除 正規版に統合されているため、conflicting 版を削除。 併せて、以前削除した別な conflicting 版の履歴を削除。
* conflicting/Learn/CSS 以下を削除 (#1474)Masahiro FUJIMOTO2021-07-18
| | | | - 各記事を 2021/07/10 時点の英語版に同期 - conflicting 版の記事は古いため削除
* update: Web API の紹介 の未訳箇所 (#1245)Akane Nakayama2021-07-18
| | | | | | | | | * update: Web API の紹介 の未訳箇所 * 表記の修正 * リンクの自動修正 * 半角スペースを追加(漏れ)
* Learn/HTML/Introduction_to_HTML を更新Masahiro FUJIMOTO2021-07-17
| | | | | - 2021/07/10 時点の英語版に同期 - conflicting 版を削除
* Fix Japanese text (React ToDoリストをはじめる) (#1494)Yuki Shindo2021-07-13
| | | | | | | | | * Fix Japanese text I found a few typos and am fixing them. * Remove font tag * Fix Japanese text
* Learn/CSS/Building_blocks/Styling_tables を更新 (#1206)Masahiro FUJIMOTO2021-06-25
| | | | - conflicting/Learn/CSS/Building_blocks/Styling_tables を正規版に統合 - 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> 「行頭」は半角空けない。 「、」「。」の前後は半角空けない。 「?」「!」の後は半角空ける。 ----------------
* 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
* fix #1006 (#1136)Kisaragi2021-06-07
|
* Learn/JavaScript/First_steps/What_went_wrong を更新 (#901)Masahiro FUJIMOTO2021-05-29
| | | | - 2021/04/03 時点の英語版に同期 - 訳注マクロを削除
* Update files/ja/learn/html/howto/author_fast-loading_html_pages/index.htmlMasahiro FUJIMOTO2021-05-23
| | | Co-authored-by: potappo <potappo@gmail.com>
* Learn/HTML/Howto/Author_fast-loading_HTML_pages を更新Masahiro FUJIMOTO2021-05-23
| | | | | - 2021/04/24 時点の英語版に同期 - 原語併記マクロを削除
* conflicting から Learn/HTML/Howto/Author_fast-loading_HTML_pages を移動Masahiro FUJIMOTO2021-05-23
| | | | conflicting ディレクトリ内の翻訳文の方が新しいので、こちらのファイルを本来の場所に移動した。
* 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 "た".
* 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 時点の英語版に同期 - 原語併記マクロを削除
* Learn/Getting_started_with_the_web/HTML_basics を更新Masahiro FUJIMOTO2021-05-11
| | | | | - 2021/02/20 時点の英語版に同期 - 原語併記マクロを削除
* Learn/Forms/Basic_native_form_controls を更新 (#655)Masahiro FUJIMOTO2021-05-08
| | | | - 2021/03/24 時点の英語版に同期 - 原語併記マクロを削除
* docs/Learn/Accessibility/HTML の修正(typo) (#568)x2702021-05-04
| | | | mozila → mozillaに修正。 同様のtypoは検索した限り他には無し。
* Update files/ja/learn/forms/html_forms_in_legacy_browsers/index.htmlMasahiro FUJIMOTO2021-05-02
| | | Co-authored-by: potappo <potappo@gmail.com>
* Update files/ja/learn/forms/html_forms_in_legacy_browsers/index.htmlMasahiro FUJIMOTO2021-05-02
| | | Co-authored-by: potappo <potappo@gmail.com>
* Learn/Forms/HTML_forms_in_legacy_browsers を更新Masahiro FUJIMOTO2021-05-02
| | | | | - 2021/04/28 時点の英語版に更新 - 原語併記マクロを削除
* Learn/Getting_started_with_the_web/How_the_Web_works を更新Masahiro FUJIMOTO2021-05-01
| | | | | - 2021/04/21 時点の英語版に同期 - 原語併記マクロを廃止
* 学習コンテンツのコールアウトを統一 (#599)Masahiro FUJIMOTO2021-05-01
| | | Co-authored-by: potappo <potappo@gmail.com>
* /Learn/CSS の更新と付随する修正 (#601)x2702021-04-22
| | | | | | | | | | | | | | | | | | | | | | | | * Docs/Learn/CSS の更新・修正 英語版 Last modified: Apr 14, 2021 と同期。 ・未翻訳箇所の追加。 「フロントエンドのウェブ開発者になりたいですか?」はdocs/Learn/index.htmlの同項目をコピーし、 「Web 開発者」を「ウェブ開発者」に修正したもの。 ・「デバック」を「デバッグ」に修正。 ・アルファベット前後の半角スペースを見直し。 * Update index.html Web 開発者 → ウェブ開発者 https://developer.mozilla.org/ja/docs/Learn/CSS への同項目追加時の修正と同期。 * Update index.html Web開発者→ウェブ開発者への修正。 英数字前後の半角スペース調整。 * Update index.html デバックをデバッグに修正
* Getting_started_with_the_web/HTML_basics の修正(Typo)x2702021-04-20
| | | | Mozila → Mozillaに修正。 同様の誤りは検索した限り無し。
* replace class="in-page-callout webdev" with class="callout" (#589)Peter Bengtsson2021-04-20
|
* Learn/Tools_and_testing を更新 (#220)Masahiro FUJIMOTO2021-03-31
| | | | - 2020/01/22時点の英語版に基づき翻訳を更新 - リンク切れを修正
* Learn/Tools_and_testing/GitHub を新規翻訳 (#218)Masahiro FUJIMOTO2021-03-31
| | | 2021/01/22時点の英語版に基づいて新規翻訳