Skip to content

Commit a4683ed

Browse files
Update translations
1 parent a1e6355 commit a4683ed

26 files changed

Lines changed: 1317 additions & 1037 deletions

c-api/datetime.po

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@
77
# Adjamilton Júnior <jr@ieee.org>, 2021
88
# Claudio Rogerio Carvalho Filho <excriptbrasil@gmail.com>, 2021
99
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
10+
# Jones Martins, 2024
1011
#
1112
#, fuzzy
1213
msgid ""
1314
msgstr ""
1415
"Project-Id-Version: Python 3.13\n"
1516
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
17+
"POT-Creation-Date: 2024-10-25 14:17+0000\n"
1718
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
18-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
19+
"Last-Translator: Jones Martins, 2024\n"
1920
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2021
"teams/5390/pt_BR/)\n"
2122
"MIME-Version: 1.0\n"
@@ -137,83 +138,89 @@ msgid ""
137138
"of :c:data:`!PyDateTime_DateType`. *ob* must not be ``NULL``. This "
138139
"function always succeeds."
139140
msgstr ""
140-
"Retorna true se *ob* for do tipo :c:data:`PyDateTime_DateType` ou um subtipo "
141-
"de :c:data:`!PyDateTime_DateType`. *ob* não deve ser ``NULL``. Esta função "
142-
"sempre obtém sucesso."
141+
"Retorna verdadeiro se *ob* for do tipo :c:data:`PyDateTime_DateType` ou um "
142+
"subtipo de :c:data:`!PyDateTime_DateType`. *ob* não deve ser ``NULL``. Esta "
143+
"função sempre tem sucesso."
143144

144145
#: ../../c-api/datetime.rst:80
145146
msgid ""
146147
"Return true if *ob* is of type :c:data:`PyDateTime_DateType`. *ob* must not "
147148
"be ``NULL``. This function always succeeds."
148149
msgstr ""
149-
"Retorna true se *ob* for do tipo :c:data:`PyDateTime_DateType`. *ob* não "
150-
"deve ser ``NULL``. Esta função sempre obtém sucesso."
150+
"Retorna verdadeiro se *ob* for do tipo :c:data:`PyDateTime_DateType`. *ob* "
151+
"não deve ser ``NULL``. Esta função sempre tem sucesso."
151152

152153
#: ../../c-api/datetime.rst:86
153154
msgid ""
154155
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType` or a "
155156
"subtype of :c:data:`!PyDateTime_DateTimeType`. *ob* must not be ``NULL``. "
156157
"This function always succeeds."
157158
msgstr ""
158-
"Retorna true se *ob* é do tipo :c:data:`PyDateTime_DateTimeType` ou um "
159+
"Retorna verdadeiro se *ob* é do tipo :c:data:`PyDateTime_DateTimeType` ou um "
159160
"subtipo de :c:data:`!PyDateTime_DateTimeType`. *ob* não deve ser ``NULL``. "
160-
"Esta função sempre obtém sucesso."
161+
"Esta função sempre tem sucesso."
161162

162163
#: ../../c-api/datetime.rst:93
163164
msgid ""
164165
"Return true if *ob* is of type :c:data:`PyDateTime_DateTimeType`. *ob* must "
165166
"not be ``NULL``. This function always succeeds."
166167
msgstr ""
167-
"Retorna true se *ob* for do tipo :c:data:`PyDateTime_DateTimeType`. *ob* não "
168-
"deve ser ``NULL``. Esta função sempre obtém sucesso."
168+
"Retorna verdadeiro se *ob* for do tipo :c:data:`PyDateTime_DateTimeType`. "
169+
"*ob* não deve ser ``NULL``. Esta função sempre tem sucesso."
169170

170171
#: ../../c-api/datetime.rst:99
171172
msgid ""
172173
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType` or a subtype "
173174
"of :c:data:`!PyDateTime_TimeType`. *ob* must not be ``NULL``. This "
174175
"function always succeeds."
175176
msgstr ""
176-
"Retorna true se *ob* é do tipo :c:data:`PyDateTime_TimeType` ou um subtipo "
177-
"de :c:data:`!PyDateTime_TimeType`. *ob* não deve ser ``NULL``. Esta função "
178-
"sempre obtém sucesso."
177+
"Retorna verdadeiro se *ob* é do tipo :c:data:`PyDateTime_TimeType` ou um "
178+
"subtipo de :c:data:`!PyDateTime_TimeType`. *ob* não deve ser ``NULL``. Esta "
179+
"função sempre tem sucesso."
179180

180181
#: ../../c-api/datetime.rst:106
181182
msgid ""
182183
"Return true if *ob* is of type :c:data:`PyDateTime_TimeType`. *ob* must not "
183184
"be ``NULL``. This function always succeeds."
184185
msgstr ""
185-
"Retorna true se *ob* for do tipo :c:data:`PyDateTime_TimeType`. *ob* não "
186-
"deve ser ``NULL``. Esta função sempre tem sucesso."
186+
"Retorna verdadeiro se *ob* for do tipo :c:data:`PyDateTime_TimeType`. *ob* "
187+
"não deve ser ``NULL``. Esta função sempre tem sucesso."
187188

188189
#: ../../c-api/datetime.rst:112
189190
msgid ""
190191
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType` or a subtype "
191192
"of :c:data:`!PyDateTime_DeltaType`. *ob* must not be ``NULL``. This "
192193
"function always succeeds."
193194
msgstr ""
195+
"Retorna verdadeiro se *ob* for do tipo :c:data:`PyDateTime_DeltaType` ou um "
196+
"subtipo de :c:data:`!PyDateTime_DeltaType`. *ob* não pode ser ``NULL``. Esta "
197+
"função sempre tem sucesso. "
194198

195199
#: ../../c-api/datetime.rst:119
196200
msgid ""
197201
"Return true if *ob* is of type :c:data:`PyDateTime_DeltaType`. *ob* must not "
198202
"be ``NULL``. This function always succeeds."
199203
msgstr ""
200-
"Retorna true se *ob* for do tipo :c:data:`PyDateTime_DeltaType`. *ob* não "
201-
"deve ser ``NULL``. Esta função sempre tem sucesso."
204+
"Retorna verdadeiro se *ob* for do tipo :c:data:`PyDateTime_DeltaType`. *ob* "
205+
"não deve ser ``NULL``. Esta função sempre tem sucesso."
202206

203207
#: ../../c-api/datetime.rst:125
204208
msgid ""
205209
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType` or a subtype "
206210
"of :c:data:`!PyDateTime_TZInfoType`. *ob* must not be ``NULL``. This "
207211
"function always succeeds."
208212
msgstr ""
213+
"Retorna verdadeiro se *ob* for do tipo :c:data:`PyDateTime_TZInfoType` ou um "
214+
"subtipo de :c:data:`!PyDateTime_TZInfoType`. *ob* não pode ser ``NULL``. "
215+
"Esta função sempre tem sucesso."
209216

210217
#: ../../c-api/datetime.rst:132
211218
msgid ""
212219
"Return true if *ob* is of type :c:data:`PyDateTime_TZInfoType`. *ob* must "
213220
"not be ``NULL``. This function always succeeds."
214221
msgstr ""
215-
"Retorna true se *ob* for do tipo :c:data:`PyDateTime_TZInfoType`. *ob* não "
216-
"deve ser ``NULL``. Esta função sempre tem sucesso."
222+
"Retorna verdadeiro se *ob* for do tipo :c:data:`PyDateTime_TZInfoType`. *ob* "
223+
"não deve ser ``NULL``. Esta função sempre tem sucesso."
217224

218225
#: ../../c-api/datetime.rst:136
219226
msgid "Macros to create objects:"
@@ -293,6 +300,10 @@ msgid ""
293300
"`PyDateTime_DateTime`). The argument must not be ``NULL``, and the type is "
294301
"not checked:"
295302
msgstr ""
303+
"Macros para extrair campos de objetos *date*. O argumento deve ser uma "
304+
"instância de :c:type:`PyDateTime_Date`, inclusive subclasses (como :c:type:"
305+
"`PyDateTime_DateTime`). O argumento não deve ser ``NULL``, e o tipo não é "
306+
"verificado:"
296307

297308
#: ../../c-api/datetime.rst:202
298309
msgid "Return the year, as a positive int."
@@ -312,6 +323,9 @@ msgid ""
312323
"instance of :c:type:`PyDateTime_DateTime`, including subclasses. The "
313324
"argument must not be ``NULL``, and the type is not checked:"
314325
msgstr ""
326+
"Macros para extrair campos de objetos *datetime*. O argumento deve ser uma "
327+
"instância de :c:type:`PyDateTime_DateTime`, inclusive subclasses. O "
328+
"argumento não deve ser ``NULL``, e o tipo não é verificado:"
315329

316330
#: ../../c-api/datetime.rst:221 ../../c-api/datetime.rst:259
317331
msgid "Return the hour, as an int from 0 through 23."
@@ -343,13 +357,19 @@ msgid ""
343357
"instance of :c:type:`PyDateTime_Time`, including subclasses. The argument "
344358
"must not be ``NULL``, and the type is not checked:"
345359
msgstr ""
360+
"Macros para extrair campos de objetos *time*. O argumento deve ser uma "
361+
"instância de :c:type:`PyDateTime_Time`, inclusive subclasses. O argumento "
362+
"não deve ser ``NULL``, e o tipo não é verificado:"
346363

347364
#: ../../c-api/datetime.rst:291
348365
msgid ""
349366
"Macros to extract fields from time delta objects. The argument must be an "
350367
"instance of :c:type:`PyDateTime_Delta`, including subclasses. The argument "
351368
"must not be ``NULL``, and the type is not checked:"
352369
msgstr ""
370+
"Macros para extrair campos de objetos *time delta*. O argumento deve ser uma "
371+
"instância de :c:type:`PyDateTime_Delta`, inclusive subclasses. O argumento "
372+
"não deve ser ``NULL``, e o tipo não é verificado:"
353373

354374
#: ../../c-api/datetime.rst:297
355375
msgid "Return the number of days, as an int from -999999999 to 999999999."
@@ -372,9 +392,15 @@ msgid ""
372392
"Create and return a new :class:`datetime.datetime` object given an argument "
373393
"tuple suitable for passing to :meth:`datetime.datetime.fromtimestamp`."
374394
msgstr ""
395+
"Cria e retorna um novo objeto :class:`datetime.datetime` dado uma tupla de "
396+
"argumentos que possa ser passada ao método :meth:`datetime.datetime."
397+
"fromtimestamp`."
375398

376399
#: ../../c-api/datetime.rst:326
377400
msgid ""
378401
"Create and return a new :class:`datetime.date` object given an argument "
379402
"tuple suitable for passing to :meth:`datetime.date.fromtimestamp`."
380403
msgstr ""
404+
"Cria e retorna um novo objeto :class:`datetime.date` dado uma tupla de "
405+
"argumentos que possa ser passada ao método :meth:`datetime.date."
406+
"fromtimestamp`."

c-api/function.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
#
66
# Translators:
77
# Italo Penaforte <italo.penaforte@gmail.com>, 2021
8-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2023
98
# Jones Martins, 2024
9+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2024
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-10-18 14:17+0000\n"
16+
"POT-Creation-Date: 2024-10-25 14:17+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
18-
"Last-Translator: Jones Martins, 2024\n"
18+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
2020
"teams/5390/pt_BR/)\n"
2121
"MIME-Version: 1.0\n"
@@ -108,7 +108,7 @@ msgid ""
108108
msgstr ""
109109
"Retorna uma :term:`referência emprestada` ao atributo :attr:`~function."
110110
"__module__` do :ref:`objeto função <user-defined-funcs>` *op*. Pode ser "
111-
"`NULL`. "
111+
"`NULL`."
112112

113113
#: ../../c-api/function.rst:71
114114
msgid ""
@@ -223,7 +223,7 @@ msgstr ""
223223

224224
#: ../../c-api/function.rst:160
225225
msgid "Type of a function watcher callback function."
226-
msgstr "Tipo de uma função de retorno de sentinela de função"
226+
msgstr "Tipo de uma função de retorno de sentinela de função."
227227

228228
#: ../../c-api/function.rst:162
229229
msgid ""
@@ -263,7 +263,7 @@ msgstr ""
263263
"otimizar a criação de objetos função, quando possível, ao ignorá-las. Nesses "
264264
"casos, nenhum evento será emitido. Apesar de decisões de otimização criarem "
265265
"diferenças de comportamento em tempo de execução, elas não mudam a semântica "
266-
"do código Python sendo executado. "
266+
"do código Python sendo executado."
267267

268268
#: ../../c-api/function.rst:179
269269
msgid ""

0 commit comments

Comments
 (0)