From 82f9b1c0d6947aa45dbda7bc4614681c210ea82d Mon Sep 17 00:00:00 2001 From: mdn-bot <108879845+mdn-bot@users.noreply.github.com> Date: Wed, 3 Jul 2024 01:29:12 +0000 Subject: [PATCH] ko: sync translated content --- files/ko/_redirects.txt | 4 ++++ files/ko/_wikihistory.json | 8 ++++---- .../glossary/sld}/index.md | 3 ++- .../web/api/fetch_api/using_fetch}/index.md | 3 ++- .../index.md | 3 ++- .../{rendering_engine => engine/rendering}/index.md | 3 ++- 6 files changed, 16 insertions(+), 8 deletions(-) rename files/ko/{glossary/second-level_domain => conflicting/glossary/sld}/index.md (94%) rename files/ko/{glossary/guard => conflicting/web/api/fetch_api/using_fetch}/index.md (88%) rename files/ko/{web/api/fetch_api/basic_concepts => conflicting/web/api/fetch_api/using_fetch_c0ca150deec7d78cb1d4462e8542019b}/index.md (96%) rename files/ko/glossary/{rendering_engine => engine/rendering}/index.md (91%) diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index c874592be86e09..8dcc139e0c99eb 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -184,10 +184,13 @@ /ko/docs/Glossary/Descriptor_(CSS) /ko/docs/Glossary/CSS_Descriptor /ko/docs/Glossary/Empty_element /ko/docs/Glossary/Void_element /ko/docs/Glossary/First_interactive /ko/docs/conflicting/Glossary/First_CPU_idle +/ko/docs/Glossary/Guard /ko/docs/conflicting/Web/API/Fetch_API/Using_Fetch /ko/docs/Glossary/Header /ko/docs/Glossary/HTTP_header /ko/docs/Glossary/I18N /ko/docs/Glossary/Internationalization /ko/docs/Glossary/Index /ko/docs/Glossary /ko/docs/Glossary/Internationalization_and_localization /ko/docs/conflicting/Glossary/Internationalization +/ko/docs/Glossary/Rendering_engine /ko/docs/Glossary/Engine/Rendering +/ko/docs/Glossary/Second-level_Domain /ko/docs/conflicting/Glossary/SLD /ko/docs/Glossary/Simple_header /ko/docs/conflicting/Glossary/CORS-safelisted_request_header /ko/docs/Glossary/Simple_response_header /ko/docs/conflicting/Glossary/CORS-safelisted_response_header /ko/docs/Glossary/Symbol /ko/docs/Web/JavaScript/Reference/Global_Objects/Symbol @@ -442,6 +445,7 @@ /ko/docs/Web/API/Element/firstChild /ko/docs/Web/API/Node/firstChild /ko/docs/Web/API/Event/createEvent /ko/docs/Web/API/Document/createEvent /ko/docs/Web/API/EventListener /ko/docs/Web/API/EventTarget/addEventListener +/ko/docs/Web/API/Fetch_API/Basic_concepts /ko/docs/conflicting/Web/API/Fetch_API/Using_Fetch_c0ca150deec7d78cb1d4462e8542019b /ko/docs/Web/API/Fetch_API/Fetch의_사용법 /ko/docs/Web/API/Fetch_API/Using_Fetch /ko/docs/Web/API/File/Using_files_from_web_applications /ko/docs/Web/API/File_API/Using_files_from_web_applications /ko/docs/Web/API/File/size /ko/docs/Web/API/Blob/size diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index bc47fd9d20a94f..3106a0957a5b07 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -2927,10 +2927,6 @@ "modified": "2020-10-15T21:59:47.472Z", "contributors": ["alattalatta", "ggihwa", "jennybehan", "gw1021", "BANIP"] }, - "Web/API/Fetch_API/Basic_concepts": { - "modified": "2019-03-18T21:45:15.491Z", - "contributors": ["BANIP"] - }, "Web/API/Fetch_API/Using_Fetch": { "modified": "2020-10-15T22:00:18.673Z", "contributors": [ @@ -10762,6 +10758,10 @@ "modified": "2019-01-17T02:54:48.050Z", "contributors": ["wbamberg", "zziuni"] }, + "conflicting/Web/API/Fetch_API/Using_Fetch_c0ca150deec7d78cb1d4462e8542019b": { + "modified": "2019-03-18T21:45:15.491Z", + "contributors": ["BANIP"] + }, "conflicting/Web/API/XSLTProcessor": { "modified": "2019-03-23T23:42:13.222Z", "contributors": ["chrisdavidmills", "teoli", "Sebuls"] diff --git a/files/ko/glossary/second-level_domain/index.md b/files/ko/conflicting/glossary/sld/index.md similarity index 94% rename from files/ko/glossary/second-level_domain/index.md rename to files/ko/conflicting/glossary/sld/index.md index 25f743538abdbc..910782f4ab0ef6 100644 --- a/files/ko/glossary/second-level_domain/index.md +++ b/files/ko/conflicting/glossary/sld/index.md @@ -1,6 +1,7 @@ --- title: 2단계 도메인 (Second-level Domain, SLD) -slug: Glossary/Second-level_Domain +slug: conflicting/Glossary/SLD +original_slug: Glossary/Second-level_Domain l10n: sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 --- diff --git a/files/ko/glossary/guard/index.md b/files/ko/conflicting/web/api/fetch_api/using_fetch/index.md similarity index 88% rename from files/ko/glossary/guard/index.md rename to files/ko/conflicting/web/api/fetch_api/using_fetch/index.md index 815478acfb147d..2778b7b8268653 100644 --- a/files/ko/glossary/guard/index.md +++ b/files/ko/conflicting/web/api/fetch_api/using_fetch/index.md @@ -1,6 +1,7 @@ --- title: 가드 (Guard) -slug: Glossary/Guard +slug: conflicting/Web/API/Fetch_API/Using_Fetch +original_slug: Glossary/Guard l10n: sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 --- diff --git a/files/ko/web/api/fetch_api/basic_concepts/index.md b/files/ko/conflicting/web/api/fetch_api/using_fetch_c0ca150deec7d78cb1d4462e8542019b/index.md similarity index 96% rename from files/ko/web/api/fetch_api/basic_concepts/index.md rename to files/ko/conflicting/web/api/fetch_api/using_fetch_c0ca150deec7d78cb1d4462e8542019b/index.md index a80a2e4c07da5d..3f2ff5b88f256b 100644 --- a/files/ko/web/api/fetch_api/basic_concepts/index.md +++ b/files/ko/conflicting/web/api/fetch_api/using_fetch_c0ca150deec7d78cb1d4462e8542019b/index.md @@ -1,6 +1,7 @@ --- title: Fetch 기본 개념 -slug: Web/API/Fetch_API/Basic_concepts +slug: conflicting/Web/API/Fetch_API/Using_Fetch_c0ca150deec7d78cb1d4462e8542019b +original_slug: Web/API/Fetch_API/Basic_concepts l10n: sourceCommit: c88a329069328522a5c20c054f9dbced9967dbd4 --- diff --git a/files/ko/glossary/rendering_engine/index.md b/files/ko/glossary/engine/rendering/index.md similarity index 91% rename from files/ko/glossary/rendering_engine/index.md rename to files/ko/glossary/engine/rendering/index.md index 72eb09fbfe0132..6cbbfa966b315b 100644 --- a/files/ko/glossary/rendering_engine/index.md +++ b/files/ko/glossary/engine/rendering/index.md @@ -1,6 +1,7 @@ --- title: 렌더링 엔진 (Rendering engine) -slug: Glossary/Rendering_engine +slug: Glossary/Engine/Rendering +original_slug: Glossary/Rendering_engine l10n: sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 ---