Skip to content

Commit

Permalink
Translated using Weblate (Korean)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (36 of 36 strings)

Translation: wtforms/wtforms
Translate-URL: https://hosted.weblate.org/projects/wtforms/wtforms/ko/
  • Loading branch information
simmon-nplob authored and weblate committed Sep 29, 2024
1 parent f6e1e22 commit 1c84a9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/wtforms/locale/ko/LC_MESSAGES/wtforms.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ msgstr ""
"Project-Id-Version: WTForms 1.0.3\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-01-11 08:20+0100\n"
"PO-Revision-Date: 2024-05-04 04:07+0000\n"
"Last-Translator: tabby <tabby4442@gmail.com>\n"
"PO-Revision-Date: 2024-09-29 13:15+0000\n"
"Last-Translator: simmon <simmon@nplob.com>\n"
"Language-Team: Korean <https://hosted.weblate.org/projects/wtforms/wtforms/"
"ko/>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.5.3\n"
"X-Generator: Weblate 5.8-dev\n"
"Generated-By: Babel 2.8.0\n"

#: src/wtforms/validators.py:86
Expand Down Expand Up @@ -46,7 +46,7 @@ msgstr[0] "이 항목은 %(max)d자 보다 많을 수 없습니다."
#, python-format
msgid "Field must be exactly %(max)d character long."
msgid_plural "Field must be exactly %(max)d characters long."
msgstr[0] "이 항목은 정확히 %(max)d자이어야 합니다"
msgstr[0] "이 항목은 정확히 %(max)d자이어야 합니다."

#: src/wtforms/validators.py:163
#, python-format
Expand Down Expand Up @@ -151,9 +151,9 @@ msgstr "올바르지 않은 선택값입니다: 한개 이상의 값을 변화
msgid "'%(value)s' is not a valid choice for this field."
msgid_plural "'%(value)s' are not valid choices for this field."
msgstr[0] ""
"'%(value)s' is not a valid choice for this field.\n"
"'%(value)s'는 이와 같은 부분을 위해 유효한 선택이 없습니다.\n"
"\n"
"'%(value)s' are not valid choices for this field."
"'%(value)s'는 이와 같은 부분을 위해 유효한 선택들이 없습니다."

#: src/wtforms/fields/datetime.py:51
msgid "Not a valid datetime value."
Expand Down

0 comments on commit 1c84a9c

Please sign in to comment.