-
-
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
1 parent
f6e1e22
commit 1c84a9c
Showing
1 changed file
with
6 additions
and
6 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 |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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." | ||
|