Fixed #3943 -- Fixed some typos in the Korean translation. Thanks, lurker86@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
28d27a77e8
commit
196ec225c5
Binary file not shown.
|
@ -825,12 +825,12 @@ msgstr "%d 자 이상 입력해 주세요."
|
||||||
#: newforms/fields.py:130
|
#: newforms/fields.py:130
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ensure this value is less than or equal to %s."
|
msgid "Ensure this value is less than or equal to %s."
|
||||||
msgstr "%s 자 이하로 입력해 주세요."
|
msgstr "%s 이하의 값을 입력해 주세요."
|
||||||
|
|
||||||
#: newforms/fields.py:132
|
#: newforms/fields.py:132
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "Ensure this value is greater than or equal to %s."
|
msgid "Ensure this value is greater than or equal to %s."
|
||||||
msgstr "%s 자 이상 입력해 주세요."
|
msgstr "%s 이상의 값을 입력해 주세요."
|
||||||
|
|
||||||
#: newforms/fields.py:165
|
#: newforms/fields.py:165
|
||||||
msgid "Enter a valid date."
|
msgid "Enter a valid date."
|
||||||
|
|
Loading…
Reference in New Issue