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
tabby authored and weblate committed May 4, 2024
1 parent 1eaaa33 commit 992145f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/wtforms/locale/ko/LC_MESSAGES/wtforms.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@
msgid ""
msgstr ""
"Project-Id-Version: WTForms 1.0.3\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"Report-Msgid-Bugs-To: eloi.rivard@nubla.fr\n"
"POT-Creation-Date: 2024-01-11 08:20+0100\n"
"PO-Revision-Date: 2013-02-15 00:12+0900\n"
"Last-Translator: GunWoo Choi <6566gun@gmail.com>\n"
"Language-Team: ko_KR <6566gun@gmail.com>\n"
"PO-Revision-Date: 2024-05-04 04:07+0000\n"
"Last-Translator: tabby <tabby4442@gmail.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"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.5.3\n"
"Generated-By: Babel 2.8.0\n"

#: src/wtforms/validators.py:86
Expand Down Expand Up @@ -105,14 +107,12 @@ msgid "Invalid value, can't be any of: %(values)s."
msgstr "올바르지 않은 값입니다, 다음 값은 사용할 수 없습니다: %(values)s."

#: src/wtforms/validators.py:698
#, fuzzy
#| msgid "This field is required."
msgid "This field cannot be edited."
msgstr "이 항목은 필수입니다."
msgstr "이 필드는 편집할 수 없습니다."

#: src/wtforms/validators.py:714
msgid "This field is disabled and cannot have a value."
msgstr ""
msgstr "이 필드는 사용할 수 없으므로 값을 가질 수 없습니다."

#: src/wtforms/csrf/core.py:96
msgid "Invalid CSRF Token."
Expand Down Expand Up @@ -147,11 +147,13 @@ msgid "Invalid choice(s): one or more data inputs could not be coerced."
msgstr "올바르지 않은 선택값입니다: 한개 이상의 값을 변화할 수 없습니다."

#: src/wtforms/fields/choices.py:214
#, fuzzy, python-format
#| msgid "'%(value)s' is not a valid choice for this field."
#, python-format
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'는 이 항목에 유효하지 않은 선택 값입니다."
msgstr[0] ""
"'%(value)s' is not a valid choice for this field.\n"
"\n"
"'%(value)s' are not valid choices for this field."

#: src/wtforms/fields/datetime.py:51
msgid "Not a valid datetime value."
Expand All @@ -166,10 +168,8 @@ msgid "Not a valid time value."
msgstr "올바르지 않은 시간 값입니다."

#: src/wtforms/fields/datetime.py:148
#, fuzzy
#| msgid "Not a valid date value."
msgid "Not a valid week value."
msgstr "올바르지 않은 날짜 값입니다."
msgstr "유효한 주 값이 아닙니다."

#: src/wtforms/fields/numeric.py:82 src/wtforms/fields/numeric.py:92
msgid "Not a valid integer value."
Expand Down

0 comments on commit 992145f

Please sign in to comment.