blob: 5de47e3a021f4513e1ce53ce1917bb433749d0fd (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
# 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/.
connection-dns-over-https-url-resolver = 제공 업체 사용
.accesskey = r
# Variables:
# $name (String) - Display name or URL for the DNS over HTTPS provider
connection-dns-over-https-url-item-default =
.label = { $name } (기본값)
.tooltiptext = HTTPS를 통한 DNS 처리에 기본 URL 사용
connection-dns-over-https-url-custom =
.label = 사용자 정의
.accesskey = C
.tooltiptext = HTTPS를 통한 DNS를 해결하는 선호하는 URL을 입력
connection-dns-over-https-custom-label = 사용자 정의
connection-dialog-window =
.title = 인터넷 연결 설정
.style =
{ PLATFORM() ->
[macos] width: 44em !important
*[other] width: 49em !important
}
connection-proxy-legend = 프록시 설정
proxy-type-no =
.label = 프록시 사용 안함
.accesskey = y
proxy-type-wpad =
.label = 자동 설정
.accesskey = w
proxy-type-system =
.label = 시스템 프록시 설정 사용
.accesskey = u
proxy-type-manual =
.label = 수동 설정
.accesskey = m
proxy-http-label =
.value = HTTP 프록시:
.accesskey = h
http-port-label =
.value = 포트:
.accesskey = p
proxy-http-sharing =
.label = HTTPS에도 이 프록시를 사용
.accesskey = x
proxy-https-label =
.value = HTTPS 프록시:
.accesskey = S
ssl-port-label =
.value = 포트:
.accesskey = o
proxy-socks-label =
.value = SOCKS 호스트:
.accesskey = c
socks-port-label =
.value = 포트:
.accesskey = t
proxy-socks4-label =
.label = SOCKS v4
.accesskey = k
proxy-socks5-label =
.label = SOCKS v5
.accesskey = v
proxy-type-auto =
.label = 자동 프록시 설정 URL:
.accesskey = A
proxy-reload-label =
.label = 새로 고침
.accesskey = l
no-proxy-label =
.value = 프록시 사용 안 함:
.accesskey = n
no-proxy-example = 예: .mozilla.or.kr, .net.nz 192.168.1.0/24
proxy-password-prompt =
.label = 비밀번호가 저장되어 있으면 인증시 묻지 않기
.accesskey = i
.tooltiptext = 저장한 자격 증명이 있으면 조용히 인증합니다. 인증이 되지 않으면 물어볼 것입니다.
proxy-remote-dns =
.label = SOCKS v5를 사용할 때 프록시 DNS
.accesskey = d
proxy-enable-doh =
.label = HTTPS를 통한 DNS 활성화
.accesskey = b
|