Skip to content

Commit 923a0ac

Browse files
Update translations
1 parent dba834a commit 923a0ac

File tree

4 files changed

+68
-12
lines changed

4 files changed

+68
-12
lines changed

library/threading.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-02-03 18:16+0000\n"
14+
"POT-Creation-Date: 2025-05-30 15:38+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -25,7 +25,7 @@ msgstr ""
2525

2626
#: ../../library/threading.rst:2
2727
msgid ":mod:`!threading` --- Thread-based parallelism"
28-
msgstr ""
28+
msgstr ":mod:`!threading` --- Paralelismo baseado em threads"
2929

3030
#: ../../library/threading.rst:7
3131
msgid "**Source code:** :source:`Lib/threading.py`"
@@ -36,6 +36,8 @@ msgid ""
3636
"This module constructs higher-level threading interfaces on top of the lower "
3737
"level :mod:`_thread` module."
3838
msgstr ""
39+
"Este módulo constrói interfaces de alto nível para threading usando o "
40+
"módulo :mod:`_thread`, de mais baixo nível."
3941

4042
#: ../../library/threading.rst:14
4143
msgid "This module used to be optional, it is now always available."

library/zoneinfo.po

Lines changed: 59 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ msgstr ""
244244

245245
#: ../../library/zoneinfo.rst:106
246246
msgid "Configuring the data sources"
247-
msgstr ""
247+
msgstr "Configuring the data sources"
248248

249249
#: ../../library/zoneinfo.rst:108
250250
msgid ""
@@ -253,28 +253,39 @@ msgid ""
253253
"failure looks for a match in the tzdata package. This behavior can be "
254254
"configured in three ways:"
255255
msgstr ""
256+
"Quando ``ZoneInfo(key)`` é chamado, o construtor primeiro pesquisa nos "
257+
"diretórios especificados em :data:`TZPATH` por um arquivo que corresponda a "
258+
"``key`` e, em caso de falha, procura uma correspondência no pacote tzdata. "
259+
"Esse comportamento pode ser configurado de três maneiras:"
256260

257261
#: ../../library/zoneinfo.rst:113
258262
msgid ""
259263
"The default :data:`TZPATH` when not otherwise specified can be configured "
260264
"at :ref:`compile time <zoneinfo_data_compile_time_config>`."
261265
msgstr ""
266+
"O padrão :data:`TZPATH`, quando não especificado de outra forma, pode ser "
267+
"configurado em :ref:`tempo de compilação "
268+
"<zoneinfo_data_compile_time_config>`."
262269

263270
#: ../../library/zoneinfo.rst:115
264271
msgid ""
265272
":data:`TZPATH` can be configured using :ref:`an environment variable "
266273
"<zoneinfo_data_environment_var>`."
267274
msgstr ""
275+
":data:`TZPATH` pode ser configurado usando :ref:`uma variável de ambiente "
276+
"<zoneinfo_data_environment_var>`."
268277

269278
#: ../../library/zoneinfo.rst:117
270279
msgid ""
271280
"At :ref:`runtime <zoneinfo_data_runtime_config>`, the search path can be "
272281
"manipulated using the :func:`reset_tzpath` function."
273282
msgstr ""
283+
"Em :ref:`tempo de execução <zoneinfo_data_runtime_config>`, o caminho de "
284+
"pesquisa pode ser manipulado usando a função :func:`reset_tzpath`."
274285

275286
#: ../../library/zoneinfo.rst:123
276287
msgid "Compile-time configuration"
277-
msgstr ""
288+
msgstr "Configuração em tempo de compilação"
278289

279290
#: ../../library/zoneinfo.rst:125
280291
msgid ""
@@ -287,12 +298,23 @@ msgid ""
287298
"tzpath <--with-tzpath>`), which should be a string delimited by :data:`os."
288299
"pathsep`."
289300
msgstr ""
301+
"O :data:`TZPATH` padrão inclui vários locais de implantação comuns para o "
302+
"banco de dados de fuso horário (exceto no Windows, onde não há locais "
303+
"\"conhecidos\" para dados de fuso horário). Em sistemas POSIX, "
304+
"distribuidores downstream e aqueles que constroem o Python a partir do "
305+
"código-fonte e que sabem onde os dados de fuso horário do sistema estão "
306+
"implantados podem alterar o caminho do fuso horário padrão especificando a "
307+
"opção de tempo de compilação ``TZPATH`` (ou, mais provavelmente, o :option:"
308+
"`sinalizador de configuração --with-tzpath <--with-tzpath>`), que deve ser "
309+
"uma string delimitada por :data:`os.pathsep`."
290310

291311
#: ../../library/zoneinfo.rst:134
292312
msgid ""
293313
"On all platforms, the configured value is available as the ``TZPATH`` key "
294314
"in :func:`sysconfig.get_config_var`."
295315
msgstr ""
316+
"Em todas as plataformas, o valor configurado está disponível como a chave "
317+
"``TZPATH`` em :func:`sysconfig.get_config_var`."
296318

297319
#: ../../library/zoneinfo.rst:140
298320
msgid "Environment configuration"
@@ -305,6 +327,10 @@ msgid ""
305327
"use the environment variable ``PYTHONTZPATH``, if it exists, to set the "
306328
"search path."
307329
msgstr ""
330+
"Ao inicializar :data:`TZPATH` (no momento da importação ou sempre que :func:"
331+
"`reset_tzpath` for chamado sem argumentos), o módulo ``zoneinfo`` usará a "
332+
"variável de ambiente ``PYTHONTZPATH``, se existir, para definir o caminho de "
333+
"pesquisa."
308334

309335
#: ../../library/zoneinfo.rst:149
310336
msgid ""
@@ -316,16 +342,25 @@ msgid ""
316342
"other implementations are free to silently ignore the erroneous component or "
317343
"raise an exception."
318344
msgstr ""
345+
"Esta é uma string separada por :data:`os.pathsep` contendo o caminho de "
346+
"pesquisa de fuso horário a ser usado. Ela deve consistir apenas em caminhos "
347+
"absolutos, e não relativos. Componentes relativos especificados em "
348+
"``PYTHONTZPATH`` não serão usados, mas, caso contrário, o comportamento "
349+
"quando um caminho relativo é especificado é definido pela implementação; o "
350+
"CPython levantará :exc:`InvalidTZPathWarning`, mas outras implementações "
351+
"podem ignorar silenciosamente o componente incorreto ou levantar uma exceção."
319352

320353
#: ../../library/zoneinfo.rst:157
321354
msgid ""
322355
"To set the system to ignore the system data and use the tzdata package "
323356
"instead, set ``PYTHONTZPATH=\"\"``."
324357
msgstr ""
358+
"Para configurar o sistema para ignorar os dados do sistema e usar o pacote "
359+
"tzdata, defina ``PYTHONTZPATH=\"\"``."
325360

326361
#: ../../library/zoneinfo.rst:163
327362
msgid "Runtime configuration"
328-
msgstr ""
363+
msgstr "Configuração em tempo de execução"
329364

330365
#: ../../library/zoneinfo.rst:165
331366
msgid ""
@@ -335,10 +370,15 @@ msgid ""
335370
"a specific time zone path (or require disabling access to the system time "
336371
"zones)."
337372
msgstr ""
373+
"O caminho de busca TZ também pode ser configurado em tempo de execução "
374+
"usando a função :func:`reset_tzpath`. Geralmente, essa não é uma operação "
375+
"aconselhável, embora seja razoável usá-la em funções de teste que exigem o "
376+
"uso de um caminho de fuso horário específico (ou que exijam a desativação do "
377+
"acesso aos fusos horários do sistema)."
338378

339379
#: ../../library/zoneinfo.rst:172
340380
msgid "The ``ZoneInfo`` class"
341-
msgstr ""
381+
msgstr "A classe ``ZoneInfo``"
342382

343383
#: ../../library/zoneinfo.rst:176
344384
msgid ""
@@ -348,30 +388,44 @@ msgid ""
348388
"cache invalidation via :meth:`ZoneInfo.clear_cache`, for all values of "
349389
"``key``, the following assertion will always be true:"
350390
msgstr ""
391+
"Uma subclasse concreta de :class:`datetime.tzinfo` que representa um fuso "
392+
"horário IANA especificado pela string ``key``. Chamadas ao construtor "
393+
"primário sempre retornarão objetos que sejam idênticos em comparação; em "
394+
"outras palavras, exceto pela invalidação de cache via :meth:`ZoneInfo."
395+
"clear_cache`, para todos os valores de ``key``, a seguinte asserção será "
396+
"sempre verdadeira:"
351397

352398
#: ../../library/zoneinfo.rst:182
353399
msgid ""
354400
"a = ZoneInfo(key)\n"
355401
"b = ZoneInfo(key)\n"
356402
"assert a is b"
357403
msgstr ""
404+
"a = ZoneInfo(key)\n"
405+
"b = ZoneInfo(key)\n"
406+
"assert a is b"
358407

359408
#: ../../library/zoneinfo.rst:188
360409
msgid ""
361410
"``key`` must be in the form of a relative, normalized POSIX path, with no up-"
362411
"level references. The constructor will raise :exc:`ValueError` if a non-"
363412
"conforming key is passed."
364413
msgstr ""
414+
"``key`` deve estar no formato de um caminho POSIX relativo e normalizado, "
415+
"sem referências de nível superior. O construtor levantará :exc:`ValueError` "
416+
"se uma chave não conforme for passada."
365417

366418
#: ../../library/zoneinfo.rst:192
367419
msgid ""
368420
"If no file matching ``key`` is found, the constructor will raise :exc:"
369421
"`ZoneInfoNotFoundError`."
370422
msgstr ""
423+
"Se nenhum arquivo correspondente a ``key`` for encontrado, o construtor "
424+
"levantará :exc:`ZoneInfoNotFoundError`."
371425

372426
#: ../../library/zoneinfo.rst:196
373427
msgid "The ``ZoneInfo`` class has two alternate constructors:"
374-
msgstr ""
428+
msgstr "A classe ``ZoneInfo`` tem dois construtores alternativos:"
375429

376430
#: ../../library/zoneinfo.rst:200
377431
msgid ""

potodo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070

7171

72-
# library (64.05% done)
72+
# library (64.11% done)
7373

7474
- 2to3.po 121 / 132 ( 91.0% translated).
7575
- array.po 78 / 84 ( 92.0% translated).
@@ -184,7 +184,7 @@
184184
- telnetlib.po 10 / 53 ( 18.0% translated).
185185
- tempfile.po 8 / 87 ( 9.0% translated).
186186
- test.po 118 / 320 ( 36.0% translated).
187-
- threading.po 35 / 239 ( 14.0% translated).
187+
- threading.po 37 / 239 ( 15.0% translated).
188188
- tkinter.tix.po 5 / 75 ( 6.0% translated).
189189
- tkinter.ttk.po 141 / 421 ( 33.0% translated).
190190
- traceback.po 9 / 111 ( 8.0% translated).
@@ -209,7 +209,7 @@
209209
- xml.sax.po 2 / 32 ( 6.0% translated).
210210
- xml.sax.reader.po 2 / 75 ( 2.0% translated).
211211
- xmlrpc.client.po 54 / 113 ( 47.0% translated).
212-
- zoneinfo.po 23 / 83 ( 27.0% translated).
212+
- zoneinfo.po 42 / 83 ( 50.0% translated).
213213

214214

215215
# reference (99.96% done)
@@ -247,5 +247,5 @@
247247
- 3.7.po 252 / 568 ( 44.0% translated).
248248

249249

250-
# TOTAL (68.75% done)
250+
# TOTAL (68.78% done)
251251

stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "68.75%", "translated": 42632, "entries": 62011, "updated_at": "2025-06-22T23:39:58+00:00Z"}
1+
{"completion": "68.78%", "translated": 42653, "entries": 62011, "updated_at": "2025-06-23T23:39:20+00:00Z"}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy