Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f089997

Browse filesBrowse files
Update translations
1 parent 09eb322 commit f089997
Copy full SHA for f089997

File tree

3 files changed

+13
-9
lines changed
Filter options

3 files changed

+13
-9
lines changed

‎library/typing.po

Copy file name to clipboardExpand all lines: library/typing.po
+11-7Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-03-21 16:10+0000\n"
14+
"POT-Creation-Date: 2025-04-11 16:03+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -1483,8 +1483,7 @@ msgid ""
14831483
"structural subtyping (static duck-typing), for example::"
14841484
msgstr ""
14851485
"Essas classes são usadas principalmente com verificadores de tipo estático "
1486-
"que reconhecem a subtipagem estrutural (tipagem pato estática). Por "
1487-
"exemplo,::"
1486+
"que reconhecem a subtipagem estrutural (tipagem pato estática). Por exemplo::"
14881487

14891488
#: ../../library/typing.rst:1333
14901489
msgid ""
@@ -1514,6 +1513,11 @@ msgid ""
15141513
"ponies\" in :mod:`collections.abc` such as :class:`~collections.abc."
15151514
"Iterable`. For example::"
15161515
msgstr ""
1516+
"Esse protocolo pode ser usado com :func:`isinstance` e :func:`issubclass`. "
1517+
"Isso levanta :exc:`TypeError` quando aplicado a uma classe não-protocolo. "
1518+
"Isso permite uma verificação estrutural simples, muito semelhante a \"pôneis "
1519+
"de um truque só\" em :mod:`collections.abc`, como :class:`~collections.abc."
1520+
"Iterable`. Por exemplo::"
15171521

15181522
#: ../../library/typing.rst:1370
15191523
msgid ""
@@ -1533,10 +1537,10 @@ msgid ""
15331537
"protocol class. Consider using alternative idioms such as :func:`hasattr` "
15341538
"calls for structural checks in performance-sensitive code."
15351539
msgstr ""
1536-
"A verificação :func:`isinstance` sobre um protocolo verificável em tempo de "
1537-
"execução pode ser surpreendentemente lenta se comparada a uma verificação "
1538-
"``isinstance()`` sobre outros tipos de classe. Considere usar expressões "
1539-
"alternativas, como chamar a função :func:`hasattr` para realizar "
1540+
"uma verificação com :func:`isinstance` sobre um protocolo verificável em "
1541+
"tempo de execução pode ser surpreendentemente lenta se comparada a uma "
1542+
"verificação ``isinstance()`` sobre outros tipos de classe. Considere usar "
1543+
"expressões alternativas, como chamar a função :func:`hasattr` para realizar "
15401544
"verificações estruturais em código sensível a desempenho."
15411545

15421546
#: ../../library/typing.rst:1390

‎potodo.md

Copy file name to clipboardExpand all lines: potodo.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
- traceback.po 7 / 78 ( 8.0% translated).
248248
- tracemalloc.po 21 / 144 ( 14.0% translated).
249249
- turtle.po 508 / 514 ( 98.0% translated).
250-
- typing.po 195 / 374 ( 52.0% translated).
250+
- typing.po 196 / 374 ( 52.0% translated).
251251
- unicodedata.po 2 / 29 ( 6.0% translated).
252252
- unittest.mock-examples.po 22 / 160 ( 13.0% translated).
253253
- unittest.mock.po 110 / 373 ( 29.0% translated).

‎stats.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.99%", "translated": 33056, "entries": 51659, "updated_at": "2025-04-13T00:10:46+00:00Z"}
1+
{"completion": "63.99%", "translated": 33057, "entries": 51659, "updated_at": "2025-04-13T23:53:45+00:00Z"}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.