-
-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: [email protected]\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 <[email protected]>\n" | ||
"Language-Team: ko_KR <[email protected]>\n" | ||
"PO-Revision-Date: 2024-05-04 04:07+0000\n" | ||
"Last-Translator: tabby <[email protected]>\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 | ||
|
@@ -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." | ||
|
@@ -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." | ||
|
@@ -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." | ||
|