????

Your IP : 216.73.216.58


Current Path : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/wtforms/locale/zh_TW/LC_MESSAGES/
Upload File :
Current File : C:/opt/pgsql/pgAdmin 4/python/Lib/site-packages/wtforms/locale/zh_TW/LC_MESSAGES/wtforms.po

# Chinese (Traditional, Taiwan) translations for WTForms.
# Copyright (C) 2020 WTForms Team
# This file is distributed under the same license as the WTForms project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
#
msgid ""
msgstr ""
"Project-Id-Version: WTForms 1.0.3\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2023-10-05 13:42+0200\n"
"PO-Revision-Date: 2013-04-14 00:26+0800\n"
"Last-Translator: Grey Li <withlihui@gmail.com>\n"
"Language-Team: zh_TW <ron@hng.tw>\n"
"Language: zh_TW\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"
"Generated-By: Babel 2.8.0\n"

#: src/wtforms/validators.py:86
#, python-format
msgid "Invalid field name '%s'."
msgstr "'%s' 是無效的欄位名。"

#: src/wtforms/validators.py:99
#, python-format
msgid "Field must be equal to %(other_name)s."
msgstr "欄位必須與 %(other_name)s 相同。"

#: src/wtforms/validators.py:145
#, python-format
msgid "Field must be at least %(min)d character long."
msgid_plural "Field must be at least %(min)d characters long."
msgstr[0] "欄位必須超過 %(min)d 個字元。"

#: src/wtforms/validators.py:151
#, python-format
msgid "Field cannot be longer than %(max)d character."
msgid_plural "Field cannot be longer than %(max)d characters."
msgstr[0] "欄位必須少於 %(max)d 個字元。"

#: src/wtforms/validators.py:157
#, 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 個字元。"

#: src/wtforms/validators.py:163
#, python-format
msgid "Field must be between %(min)d and %(max)d characters long."
msgstr "欄位必須介於 %(min)d 至 %(max)d 個字元。"

#: src/wtforms/validators.py:216
#, python-format
msgid "Number must be at least %(min)s."
msgstr "數字必須大於 %(min)s。"

#: src/wtforms/validators.py:219
#, python-format
msgid "Number must be at most %(max)s."
msgstr "數字必須小於 %(max)s。"

#: src/wtforms/validators.py:222
#, python-format
msgid "Number must be between %(min)s and %(max)s."
msgstr "數字必須介於 %(min)s 至 %(max)s 之間。"

#: src/wtforms/validators.py:293 src/wtforms/validators.py:323
msgid "This field is required."
msgstr "此欄位為必填。"

#: src/wtforms/validators.py:358
msgid "Invalid input."
msgstr "無效的輸入。"

#: src/wtforms/validators.py:422
msgid "Invalid email address."
msgstr "無效的電子郵件地址。"

#: src/wtforms/validators.py:460
msgid "Invalid IP address."
msgstr "無效的 IP 位址。"

#: src/wtforms/validators.py:503
msgid "Invalid Mac address."
msgstr "無效的 MAC 位址。"

#: src/wtforms/validators.py:540
msgid "Invalid URL."
msgstr "無效的 URL。"

#: src/wtforms/validators.py:561
msgid "Invalid UUID."
msgstr "無效的 UUID。"

#: src/wtforms/validators.py:594
#, python-format
msgid "Invalid value, must be one of: %(values)s."
msgstr "無效的資料,必須為以下任一:%(values)s。"

#: src/wtforms/validators.py:629
#, python-format
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 "此欄位為必填。"

#: src/wtforms/validators.py:714
msgid "This field is disabled and cannot have a value"
msgstr ""

#: src/wtforms/csrf/core.py:96
msgid "Invalid CSRF Token."
msgstr "無效的 CSRF 憑證。"

#: src/wtforms/csrf/session.py:63
msgid "CSRF token missing."
msgstr "CSRF 憑證不存在。"

#: src/wtforms/csrf/session.py:71
msgid "CSRF failed."
msgstr "CSRF 驗證失敗。"

#: src/wtforms/csrf/session.py:76
msgid "CSRF token expired."
msgstr "CSRF 憑證過期。"

#: src/wtforms/fields/choices.py:135
msgid "Invalid Choice: could not coerce."
msgstr "無效的選擇:無法強制轉化。"

#: src/wtforms/fields/choices.py:139 src/wtforms/fields/choices.py:192
msgid "Choices cannot be None."
msgstr "選擇不能為空值。"

#: src/wtforms/fields/choices.py:148
msgid "Not a valid choice."
msgstr "不是有效的選擇。"

#: src/wtforms/fields/choices.py:185
msgid "Invalid choice(s): one or more data inputs could not be coerced."
msgstr "無效的選擇:至少有一筆資料無法被強制轉化。"

#: src/wtforms/fields/choices.py:204
#, fuzzy, python-format
#| msgid "'%(value)s' is not a valid choice for this field."
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' 對此欄位為無效的選項。"

#: src/wtforms/fields/datetime.py:51
msgid "Not a valid datetime value."
msgstr "不是有效的日期與時間。"

#: src/wtforms/fields/datetime.py:77
msgid "Not a valid date value."
msgstr "不是有效的日期。"

#: src/wtforms/fields/datetime.py:103
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 "不是有效的日期。"

#: src/wtforms/fields/numeric.py:82 src/wtforms/fields/numeric.py:92
msgid "Not a valid integer value."
msgstr "不是有效的整數值。"

#: src/wtforms/fields/numeric.py:168
msgid "Not a valid decimal value."
msgstr "不是有效的十進位數值。"

#: src/wtforms/fields/numeric.py:197
msgid "Not a valid float value."
msgstr "不是有效的浮點數值。"