From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- l10n-ko/devtools/shared/webconsole-commands.ftl | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 l10n-ko/devtools/shared/webconsole-commands.ftl (limited to 'l10n-ko/devtools/shared/webconsole-commands.ftl') diff --git a/l10n-ko/devtools/shared/webconsole-commands.ftl b/l10n-ko/devtools/shared/webconsole-commands.ftl new file mode 100644 index 0000000000..7e7b187d2b --- /dev/null +++ b/l10n-ko/devtools/shared/webconsole-commands.ftl @@ -0,0 +1,34 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + + +# These strings are used inside the Web Console commands +# which can be executed in the Developer Tools, available in the +# Browser Tools sub-menu -> 'Web Developer Tools' + +# Usage string for :block command +webconsole-commands-usage-block = + :block URL_STRING + + 네트워크 요청 차단 시작 + + URL에 이 문자열이 포함된 모든 요청을 차단하는 데 사용되는 인용되지 않은 문자열인 URLSTRING 인수 하나만 허용합니다. + 취소하려면 :unblock 또는 네트워크 모니터 요청 차단 사이드바를 사용하세요. +# Usage string for :unblock command +webconsole-commands-usage-unblock = + :unblock URL_STRING + + 네트워크 요청 차단 중지 + + 이전에 :block에 전달된 정확히 동일한 문자열인 하나의 인수만 허용합니다. +# Usage string for :trace command +webconsole-commands-usage-trace = + :trace + + JavaScript 추적기를 전환합니다. + + 다음 인수를 지원합니다: + --logMethod 웹 콘솔에 로깅하기 위해 'console'(기본값)로 설정하거나 표준 출력에 로깅하기 위해 'stdout'으로 설정, + --prefix 모든 추적 로그 앞에 기록될 선택적 문자열, + --help 또는 --usage 이 메시지를 표시합니다. -- cgit v1.2.3