# Welsh 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 2.0dev\n"
"Report-Msgid-Bugs-To: wtforms+i18n@jamescrasta.com\n"
"POT-Creation-Date: 2020-04-22 09:05-0700\n"
"PO-Revision-Date: 2015-01-29 14:07+0000\n"
"Last-Translator: Josh Rowe josh.rowe@digital.justice.gov.uk\n"
"Language: cy\n"
"Language-Team: cy <LL@li.org>\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.8.0\n"

#: wtforms/validators.py:68
#, python-format
msgid "Invalid field name '%s'."
msgstr "Enw maes annilys '%s'."

#: wtforms/validators.py:76
#, python-format
msgid "Field must be equal to %(other_name)s."
msgstr "Rhaid i'r maes fod yr un fath â/ag %(other_name)s."

#: wtforms/validators.py:109
#, 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] "Mae'n rhaid i Maes fod o leiaf %(min)d cymeriad hir."
msgstr[1] "Mae'n rhaid i Maes fod o leiaf %(min)d nod o hyd."

#: wtforms/validators.py:112
#, python-format
msgid "Field cannot be longer than %(max)d character."
msgid_plural "Field cannot be longer than %(max)d characters."
msgstr[0] "Ni all Maes fod yn hirach na %(max)d cymeriad."
msgstr[1] "Ni all Maes fod yn fwy na %(max)d cymeriadau."

#: wtforms/validators.py:115
#, python-format
msgid "Field must be exactly %(max)d character long."
msgid_plural "Field must be exactly %(max)d characters long."
msgstr[0] ""
msgstr[1] ""

#: wtforms/validators.py:118
#, python-format
msgid "Field must be between %(min)d and %(max)d characters long."
msgstr "Rhaid i'r maes fod rhwng %(min)d a %(max)d o nodau"

#: wtforms/validators.py:154
#, python-format
msgid "Number must be at least %(min)s."
msgstr "Rhaid i'r rhif fod o leiaf %(min)s."

#: wtforms/validators.py:156
#, python-format
msgid "Number must be at most %(max)s."
msgstr "Ni chaiff y rhif fod yn fwy na %(max)s. "

#: wtforms/validators.py:158
#, python-format
msgid "Number must be between %(min)s and %(max)s."
msgstr "Rhaid i'r rhif fod rhwng %(min)s a %(max)s. "

#: wtforms/validators.py:218 wtforms/validators.py:258
msgid "This field is required."
msgstr "Rhaid cwblhau'r maes hwn."

#: wtforms/validators.py:290
msgid "Invalid input."
msgstr "Mewnbwn annilys"

#: wtforms/validators.py:355
msgid "Invalid email address."
msgstr "Cyfeiriad e-bost annilys"

#: wtforms/validators.py:388
msgid "Invalid IP address."
msgstr "Cyfeiriad IP annilys"

#: wtforms/validators.py:430
msgid "Invalid Mac address."
msgstr "Cyfeiriad Mac annilys."

#: wtforms/validators.py:465
msgid "Invalid URL."
msgstr "URL annilys."

#: wtforms/validators.py:485
msgid "Invalid UUID."
msgstr "UUID annilys."

#: wtforms/validators.py:515
#, python-format
msgid "Invalid value, must be one of: %(values)s."
msgstr "Gwerth annilys, rhaid i'r gwerth fod yn un o'r canlynol: %(values)s."

#: wtforms/validators.py:547
#, python-format
msgid "Invalid value, can't be any of: %(values)s."
msgstr "Gwerth annilys, ni all fod yn un o'r canlynol: %(values)s"

#: wtforms/csrf/core.py:98 wtforms/ext/csrf/form.py:47
msgid "Invalid CSRF Token"
msgstr "Tocyn CSRF annilys"

#: wtforms/csrf/session.py:61 wtforms/ext/csrf/session.py:58
msgid "CSRF token missing"
msgstr "Tocyn CSRF ar goll"

#: wtforms/csrf/session.py:69 wtforms/ext/csrf/session.py:66
msgid "CSRF failed"
msgstr "CSRF wedi methu"

#: wtforms/csrf/session.py:74 wtforms/ext/csrf/session.py:71
msgid "CSRF token expired"
msgstr "Tocyn CSRF wedi dod i ben"

#: wtforms/ext/appengine/fields.py:87 wtforms/ext/appengine/fields.py:164
#: wtforms/ext/appengine/fields.py:166 wtforms/ext/django/fields.py:95
#: wtforms/ext/sqlalchemy/fields.py:125 wtforms/ext/sqlalchemy/fields.py:127
#: wtforms/ext/sqlalchemy/fields.py:180 wtforms/ext/sqlalchemy/fields.py:185
#: wtforms/fields/core.py:513
msgid "Not a valid choice"
msgstr "Nid yw hwn yn ddewis dilys"

#: wtforms/ext/appengine/fields.py:185
msgid "Not a valid list"
msgstr "Rhestr annilys"

#: wtforms/ext/appengine/fields.py:204
msgid "Not a valid integer list"
msgstr "Rhestr integer annilys"

#: wtforms/ext/dateutil/fields.py:63
msgid "Please input a date/time value"
msgstr "Rhowch werth dyddiad/amser"

#: wtforms/ext/dateutil/fields.py:75 wtforms/ext/dateutil/fields.py:83
msgid "Invalid date/time input"
msgstr "Dyddiad/amser annilys"

#: wtforms/fields/core.py:505
msgid "Invalid Choice: could not coerce"
msgstr "Dewis annilys: ddim yn bosib gweithredu"

#: wtforms/fields/core.py:539
msgid "Invalid choice(s): one or more data inputs could not be coerced"
msgstr ""
"Dewis(iadau) annilys: ddim yn bosib gweithredu un neu ragor o fewnbynnau "
"data"

#: wtforms/fields/core.py:546
#, python-format
msgid "'%(value)s' is not a valid choice for this field"
msgstr "Nid yw '%(value)s' yn ddewis dilys ar gyfer y maes hwn"

#: wtforms/fields/core.py:629 wtforms/fields/core.py:639
msgid "Not a valid integer value"
msgstr "Gwerth integer annilys"

#: wtforms/fields/core.py:705
msgid "Not a valid decimal value"
msgstr "Gwerth degolyn annilys"

#: wtforms/fields/core.py:732
msgid "Not a valid float value"
msgstr "Gwerth float annilys"

#: wtforms/fields/core.py:793
msgid "Not a valid datetime value"
msgstr "Gwerth dyddiad/amser annilys"

#: wtforms/fields/core.py:810
msgid "Not a valid date value"
msgstr "Gwerth dyddiad annilys"

#: wtforms/fields/core.py:827
msgid "Not a valid time value"
msgstr ""

