summaryrefslogtreecommitdiffstats
path: root/l10n-ko/devtools/shared/webconsole-commands.ftl
blob: 7e7b187d2bf6adf526e00c902e19fbc314d157a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 이 메시지를 표시합니다.