Skip to content

Commit 8211fc8

Browse files
jgra-devweblate
authored andcommitted
Translated using Weblate (Portuguese)
Currently translated at 100.0% (36 of 36 strings) Translation: wtforms/wtforms Translate-URL: https://hosted.weblate.org/projects/wtforms/wtforms/pt/
1 parent 992145f commit 8211fc8

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

src/wtforms/locale/pt/LC_MESSAGES/wtforms.po

+18-21
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,24 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: WTForms 2.0dev\n"
9-
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
9+
"Report-Msgid-Bugs-To: [email protected]\n"
1010
"POT-Creation-Date: 2024-01-11 08:20+0100\n"
11-
"PO-Revision-Date: 2014-01-16 10:36+0100\n"
12-
"Last-Translator: Rui Pacheco <[email protected]>\n"
13-
"Language-Team: pt <[email protected]>\n"
11+
"PO-Revision-Date: 2024-06-17 21:09+0000\n"
12+
"Last-Translator: Josimar Gabriel <[email protected]>\n"
13+
"Language-Team: Portuguese <https://hosted.weblate.org/projects/wtforms/"
14+
"wtforms/pt/>\n"
1415
"Language: pt\n"
1516
"MIME-Version: 1.0\n"
1617
"Content-Type: text/plain; charset=UTF-8\n"
1718
"Content-Transfer-Encoding: 8bit\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
19+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
20+
"X-Generator: Weblate 5.6-dev\n"
1921
"Generated-By: Babel 2.8.0\n"
2022

2123
#: src/wtforms/validators.py:86
2224
#, python-format
2325
msgid "Invalid field name '%s'."
24-
msgstr "Nome do campo inválido '%s'"
26+
msgstr "Nome do campo inválido '%s'."
2527

2628
#: src/wtforms/validators.py:99
2729
#, python-format
@@ -46,8 +48,8 @@ msgstr[1] "Os campos não podem ter mais do que %(max)d caracteres."
4648
#, python-format
4749
msgid "Field must be exactly %(max)d character long."
4850
msgid_plural "Field must be exactly %(max)d characters long."
49-
msgstr[0] ""
50-
msgstr[1] ""
51+
msgstr[0] "O campo deve ter exatamente %(max)d caracteres."
52+
msgstr[1] "Os campos devem ter exatamente %(max)d caracteres."
5153

5254
#: src/wtforms/validators.py:163
5355
#, python-format
@@ -108,14 +110,12 @@ msgid "Invalid value, can't be any of: %(values)s."
108110
msgstr "Valor inválido, não deve ser um dos seguintes: %(values)s."
109111

110112
#: src/wtforms/validators.py:698
111-
#, fuzzy
112-
#| msgid "This field is required."
113113
msgid "This field cannot be edited."
114-
msgstr "Campo obrigatório."
114+
msgstr "Este campo não pode ser editado."
115115

116116
#: src/wtforms/validators.py:714
117117
msgid "This field is disabled and cannot have a value."
118-
msgstr ""
118+
msgstr "Campo desativado: não pode ter um valor."
119119

120120
#: src/wtforms/csrf/core.py:96
121121
msgid "Invalid CSRF Token."
@@ -139,7 +139,7 @@ msgstr "Escolha inválida: não é possível calcular."
139139

140140
#: src/wtforms/fields/choices.py:149 src/wtforms/fields/choices.py:203
141141
msgid "Choices cannot be None."
142-
msgstr ""
142+
msgstr "A escolha não pode ser None."
143143

144144
#: src/wtforms/fields/choices.py:155
145145
msgid "Not a valid choice."
@@ -150,12 +150,11 @@ msgid "Invalid choice(s): one or more data inputs could not be coerced."
150150
msgstr "Escolha(s) inválida(s): não é possível calcular alguns dos valores."
151151

152152
#: src/wtforms/fields/choices.py:214
153-
#, fuzzy, python-format
154-
#| msgid "'%(value)s' is not a valid choice for this field."
153+
#, python-format
155154
msgid "'%(value)s' is not a valid choice for this field."
156155
msgid_plural "'%(value)s' are not valid choices for this field."
157156
msgstr[0] "‘%(value)s’ não é uma escolha válida para este campo."
158-
msgstr[1] "‘%(value)s’ não é uma escolha válida para este campo."
157+
msgstr[1] "‘%(value)s’ não são escolhas válidas para este campo."
159158

160159
#: src/wtforms/fields/datetime.py:51
161160
msgid "Not a valid datetime value."
@@ -167,13 +166,11 @@ msgstr "A data não é válida."
167166

168167
#: src/wtforms/fields/datetime.py:103
169168
msgid "Not a valid time value."
170-
msgstr ""
169+
msgstr "Não é um valor de tempo válido."
171170

172171
#: src/wtforms/fields/datetime.py:148
173-
#, fuzzy
174-
#| msgid "Not a valid date value."
175172
msgid "Not a valid week value."
176-
msgstr "A data não é válida."
173+
msgstr "Não é um valor de semana válido."
177174

178175
#: src/wtforms/fields/numeric.py:82 src/wtforms/fields/numeric.py:92
179176
msgid "Not a valid integer value."
@@ -185,4 +182,4 @@ msgstr "O valor decimal não é válido."
185182

186183
#: src/wtforms/fields/numeric.py:197
187184
msgid "Not a valid float value."
188-
msgstr "O valor com vírgula flutuante não é válido. "
185+
msgstr "O valor com vírgula flutuante não é válido."

0 commit comments

Comments
 (0)