From 6c92538a41fbf2bc2eaf1eb05a92e0974fbf5275 Mon Sep 17 00:00:00 2001 From: MDN Web Docs GitHub Bot <108879845+mdn-bot@users.noreply.github.com> Date: Sun, 12 Nov 2023 13:09:41 +0100 Subject: [PATCH] [ko] sync translated content (#16879) --- files/ko/_redirects.txt | 2 ++ files/ko/_wikihistory.json | 2 +- .../web/api/web_audio_api}/index.md | 3 ++- .../{private_class_fields => private_properties}/index.md | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) rename files/ko/{web/api/web_audio_api/migrating_from_webkitaudiocontext => conflicting/web/api/web_audio_api}/index.md (99%) rename files/ko/web/javascript/reference/classes/{private_class_fields => private_properties}/index.md (97%) diff --git a/files/ko/_redirects.txt b/files/ko/_redirects.txt index 8993f549c92ae5..85ad0646925ff1 100644 --- a/files/ko/_redirects.txt +++ b/files/ko/_redirects.txt @@ -500,6 +500,7 @@ /ko/docs/Web/API/WebGL_API/Using_shaders_to_apply_color_in_WebGL /ko/docs/Web/API/WebGL_API/Tutorial/Using_shaders_to_apply_color_in_WebGL /ko/docs/Web/API/WebGL_API/Using_textures_in_WebGL /ko/docs/Web/API/WebGL_API/Tutorial/Using_textures_in_WebGL /ko/docs/Web/API/WebRTC_API/adapter.js /ko/docs/Web/API/WebRTC_API#상호_운용성 +/ko/docs/Web/API/Web_Audio_API/Migrating_from_webkitAudioContext /ko/docs/conflicting/Web/API/Web_Audio_API /ko/docs/Web/API/Window/DOMContentLoaded_event /ko/docs/Web/API/Document/DOMContentLoaded_event /ko/docs/Web/API/Window/crypto /ko/docs/Web/API/crypto_property /ko/docs/Web/API/WindowEventHandlers/onhashchange /ko/docs/Web/API/Window/hashchange_event @@ -701,6 +702,7 @@ /ko/docs/Web/JavaScript/Reference/About /ko/docs/Web/JavaScript/Reference /ko/docs/Web/JavaScript/Reference/About/Formatting_Conventions /ko/docs/Web/JavaScript/Reference /ko/docs/Web/JavaScript/Reference/Classes/Class_static_initialization_blocks /ko/docs/Web/JavaScript/Reference/Classes/Static_initialization_blocks +/ko/docs/Web/JavaScript/Reference/Classes/Private_class_fields /ko/docs/Web/JavaScript/Reference/Classes/Private_properties /ko/docs/Web/JavaScript/Reference/Errors/Bad_return_or_yield /ko/docs/Web/JavaScript/Reference/Errors/Bad_return /ko/docs/Web/JavaScript/Reference/Errors/Malformed_formal_parameter /ko/docs/Web/JavaScript/Reference/Errors/Missing_formal_parameter /ko/docs/Web/JavaScript/Reference/Errors/Not_a_codepoint /ko/docs/Web/JavaScript/Reference/Errors/Not_a_valid_code_point diff --git a/files/ko/_wikihistory.json b/files/ko/_wikihistory.json index 5bbfa7ec2b7b13..6068fc5ebe41d8 100644 --- a/files/ko/_wikihistory.json +++ b/files/ko/_wikihistory.json @@ -7887,7 +7887,7 @@ "maytree" ] }, - "Web/JavaScript/Reference/Classes/Private_class_fields": { + "Web/JavaScript/Reference/Classes/Private_properties": { "modified": "2020-11-08T09:14:41.975Z", "contributors": ["seong7"] }, diff --git a/files/ko/web/api/web_audio_api/migrating_from_webkitaudiocontext/index.md b/files/ko/conflicting/web/api/web_audio_api/index.md similarity index 99% rename from files/ko/web/api/web_audio_api/migrating_from_webkitaudiocontext/index.md rename to files/ko/conflicting/web/api/web_audio_api/index.md index 5ce2dd8dcba6e0..a3e464f249e891 100644 --- a/files/ko/web/api/web_audio_api/migrating_from_webkitaudiocontext/index.md +++ b/files/ko/conflicting/web/api/web_audio_api/index.md @@ -1,6 +1,7 @@ --- title: webkitAudioContext에서 이주하기 -slug: Web/API/Web_Audio_API/Migrating_from_webkitAudioContext +slug: conflicting/Web/API/Web_Audio_API +original_slug: Web/API/Web_Audio_API/Migrating_from_webkitAudioContext --- Web Audio API는 현 상태에 이르기까지 많은 반복을 거쳤습니다. 이것은 처음에 WebKit에서 구현되었고, 이것의 낡은 부분들의 일부는 그것들이 명세에서 대체되는 동안 즉시 제거되지 않았는데, 이는 많은 사이트들이 비호환되는 코드를 사용하는 것으로 이어졌습니다. 이 글에서, 우리는 Web Audio API가 WebKit에서 처음 구현된 이후로의 Web Audio API에서의 차이를 다루고 현대 Web Audio API를 사용하기 위해 어떻게 코드를 업데이트해야 되는지를 다룹니다. diff --git a/files/ko/web/javascript/reference/classes/private_class_fields/index.md b/files/ko/web/javascript/reference/classes/private_properties/index.md similarity index 97% rename from files/ko/web/javascript/reference/classes/private_class_fields/index.md rename to files/ko/web/javascript/reference/classes/private_properties/index.md index c0e948ca4ad10f..bf9baa1bf084aa 100644 --- a/files/ko/web/javascript/reference/classes/private_class_fields/index.md +++ b/files/ko/web/javascript/reference/classes/private_properties/index.md @@ -1,6 +1,7 @@ --- title: Private class fields -slug: Web/JavaScript/Reference/Classes/Private_class_fields +slug: Web/JavaScript/Reference/Classes/Private_properties +original_slug: Web/JavaScript/Reference/Classes/Private_class_fields --- {{JsSidebar("Classes")}}