Skip to content

Commit e60d468

Browse files
committed
Update korean translation
1 parent 5666558 commit e60d468

File tree

2 files changed

+39
-56
lines changed

2 files changed

+39
-56
lines changed
Binary file not shown.

src/django_registration/locale/ko/LC_MESSAGES/django.po

Lines changed: 39 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,82 +8,65 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2009-10-12 14:09-0500\n"
11+
"POT-Creation-Date: 2020-12-18 17:55+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: Young Gyu Park <ygpark2@gmail.com>\n"
13+
"Last-Translator: Sam Kim <quroom@naver.com>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"Language: \n"
1516
"MIME-Version: 1.0\n"
1617
"Content-Type: text/plain; charset=UTF-8\n"
1718
"Content-Transfer-Encoding: 8bit\n"
1819

19-
#: admin.py:23
20-
msgid "Activate users"
21-
msgstr "활동 사용자"
20+
#: .\backends\activation\views.py:114
21+
msgid "The account you tried to activate has already been activated."
22+
msgstr "이미 활성화 된 계정입니다."
2223

23-
#: admin.py:43
24-
msgid "Re-send activation emails"
25-
msgstr "이메일 재전송"
24+
#: .\backends\activation\views.py:116
25+
msgid "The account you attempted to activate is invalid."
26+
msgstr "유효하지 않은 계정을 활성화 하려고 했습니다."
2627

27-
#: forms.py:35
28-
msgid "username"
29-
msgstr "사용자 아이디"
28+
#: .\backends\activation\views.py:117
29+
msgid "This account has expired."
30+
msgstr "이 계정은 만료되었습니다."
3031

31-
#: forms.py:36
32-
msgid "This value must contain only letters, numbers and underscores."
33-
msgstr "이 곳에는 숫자, _, 영문 글자만 가능합니다."
32+
#: .\backends\activation\views.py:118
33+
msgid "The activation key you provided is invalid."
34+
msgstr "당신이 제공한 활성화 키는 유효하지 않습니다."
3435

35-
#: forms.py:39
36-
msgid "Email address"
37-
msgstr "이메일 주소"
38-
39-
#: forms.py:41
40-
msgid "Password"
41-
msgstr "사용자 패스워드"
42-
43-
#: forms.py:43
44-
msgid "Password (again)"
45-
msgstr "패스워드 (재입력)"
46-
47-
#: forms.py:55
48-
msgid "A user with that username already exists."
49-
msgstr "이미 같은 아이디로 사용자가 등록되어 있습니다."
50-
51-
#: forms.py:67
52-
msgid "The two password fields didn't match."
53-
msgstr "패스워드가 서로 일치하지 않습니다."
54-
55-
#: forms.py:78
36+
#: .\forms.py:90
5637
msgid "I have read and agree to the Terms of Service"
5738
msgstr "약관을 읽었고 그 내용에 동의합니다."
5839

59-
#: forms.py:79
60-
msgid "You must agree to the terms to register"
61-
msgstr "약관에 동의 하셔야만 합니다."
40+
#: .\validators.py:15
41+
msgid "This name cannot be registered. Please choose a different name."
42+
msgstr "이 이름은 등록될 수 없습니다. 다른 이름을 사용해주세요."
6243

63-
#: forms.py:95
44+
#: .\validators.py:17
45+
msgid ""
46+
"This email address cannot be registered. Please supply a different email "
47+
"address."
48+
msgstr "이메일이 등록될 수 없습니다. 다른 이메일을 사용해주세요."
49+
50+
#: .\validators.py:21
6451
msgid ""
6552
"This email address is already in use. Please supply a different email "
6653
"address."
67-
msgstr "이메일이 이미 사용중입니다. 다른 이메일을 등록해 주세요."
54+
msgstr "이메일이 이미 사용중입니다. 다른 이메일을 등록해주세요."
55+
56+
#: .\validators.py:23
57+
msgid "A user with that username already exists."
58+
msgstr "이미 같은 아이디로 사용자가 등록되어 있습니다."
6859

69-
#: forms.py:122
60+
#: .\validators.py:25
7061
msgid ""
7162
"Registration using free email addresses is prohibited. Please supply a "
7263
"different email address."
73-
msgstr "무료 이메일 계정으로 등록하실 수 없습니다. 다른 이메일을 등록해 주세요"
64+
msgstr "무료 이메일 계정으로 등록하실 수 없습니다.다른 이메일을 등록해 주세요."
7465

75-
#: models.py:165
76-
msgid "user"
77-
msgstr "사용자"
66+
#: .\validators.py:28
67+
msgid "This name is reserved and cannot be registered."
68+
msgstr "이 이름은 이미 예약되어 등록될 수 없습니다."
7869

79-
#: models.py:166
80-
msgid "activation key"
81-
msgstr "활성화 키"
82-
83-
#: models.py:171
84-
msgid "registration profile"
85-
msgstr "등록 프로파일"
86-
87-
#: models.py:172
88-
msgid "registration profiles"
89-
msgstr "등록 프로파일"
70+
#: .\validators.py:29
71+
msgid "You must agree to the terms to register"
72+
msgstr "약관에 동의 하셔야만 합니다."

0 commit comments

Comments
 (0)