blob: 1e2b69f4478fc92b8f89475bdbbce1e99174fc7b (
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
|
# 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/.
start-label = 암호화된 대화 시작
refresh-label = 암호화된 대화 새로 고침
auth-label = 연락처의 신원 확인
reauth-label = 연락처의 신원 재확인
auth-cancel = 취소
auth-cancelAccessKey = C
auth-error = 연락처의 신원을 확인하는 중 오류가 발생했습니다.
auth-success = 연락처 신원 확인이 완료되었습니다.
auth-successThem = 상대방이 신분을 확인했습니다. 자신에 대한 질문을 함으로써 상대방의 신원을 확인할 수 있습니다.
auth-fail = 연락처의 신원을 확인하지 못했습니다.
auth-waiting = 상대방이 확인을 완료하기를 기다리는 중…
finger-verify = 확인
finger-verify-accessKey = V
# Do not translate 'OTR' (name of an encryption protocol)
buddycontextmenu-label = OTR 지문 추가
# Variables:
# $name (String) - the screen name of a chat contact person
alert-start = { $name }와 암호화된 대화를 시작하려고 합니다.
# Variables:
# $name (String) - the screen name of a chat contact person
alert-refresh = { $name }와의 암호화된 대화를 새로고침 하려고 합니다.
# Variables:
# $name (String) - the screen name of a chat contact person
alert-gone_insecure = { $name }와의 암호화된 대화가 종료되었습니다.
# Variables:
# $name (String) - the screen name of a chat contact person
finger-unseen = { $name }의 신원이 아직 확인되지 않았습니다. 자유로운 도청은 불가능하지만 누군가 노력을 하면 청취할 수 있습니다. 이 연락처의 신원을 확인하여 감시를 차단하십시오.
# Variables:
# $name (String) - the screen name of a chat contact person
finger-seen = { $name } 님이 인식할 수 없는 컴퓨터에서 연락하고 있습니다. 자유로운 도청은 불가능하지만 누군가 노력을 하면 청취할 수 있습니다. 이 연락처의 신원을 확인하여 감시를 차단하십시오.
state-not_private = 현재 대화는 비공개가 아닙니다.
# Variables:
# $name (String) - the screen name of a chat contact person
state-unverified = { $name }의 신원이 확인되지 않아서 현재의 대화는 암호화 되었지만 비공개가 아닙니다.
# Variables:
# $name (String) - the screen name of a chat contact person
state-private = { $name }의 신원이 확인되었습니다. 현재 대화는 암호화되어 있으며 비공개입니다.
# Variables:
# $name (String) - the screen name of a chat contact person
state-finished = { $name } 님이 암호화 된 대화를 종료했습니다. 나도 똑같이 해야 합니다.
state-not_private-label = 보안되지 않음
state-unverified-label = 확인 안 됨
state-private-label = 비공개
state-finished-label = 안료됨
# Variables:
# $name (String) - the screen name of a chat contact person
verify-request = { $name }님이 본인 확인을 요청하였습니다.
# Variables:
# $name (String) - the screen name of a chat contact person
afterauth-private = { $name }의 신원을 확인하였습니다.
# Variables:
# $name (String) - the screen name of a chat contact person
afterauth-unverified = { $name }의 신원이 아직 확인되지 않았습니다.
verify-title = 연락처의 신원 확인
error-title = 오류
success-title = 종단간 암호화
successThem-title = 연락처의 신원 확인
fail-title = 확인할 수 없음
waiting-title = 확인 요청 전송됨
# Do not translate 'OTR' (name of an encryption protocol)
# Variables:
# $error (String) - contains an error message that describes the cause of the failure
otr-genkey-failed = OTR 개인 키 생성에 실패: { $error }
|