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 688f064

Browse filesBrowse files
Update translations
1 parent 7723569 commit 688f064
Copy full SHA for 688f064

File tree

2 files changed

+10
-8
lines changed
Filter options

2 files changed

+10
-8
lines changed

‎library/typing.po

Copy file name to clipboardExpand all lines: library/typing.po
+9-7Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ msgstr ""
15681568
msgid ""
15691569
"Fields with a default value must come after any fields without a default."
15701570
msgstr ""
1571-
"Campos com valores padrão devem vir depois de quaisquer campos sem valores "
1571+
"Campos com valor padrão devem vir depois de quaisquer campos sem valor "
15721572
"padrão."
15731573

15741574
#: ../../library/typing.rst:1419
@@ -1581,40 +1581,42 @@ msgid ""
15811581
msgstr ""
15821582
"A classe resultante tem um atributo extra ``__annotations__`` que fornece um "
15831583
"dicionário que mapeia os nomes de campos para os tipos de campos. (Os nomes "
1584-
"de campos estão no atributo ``_fields`` e os valores padrão estão no "
1584+
"de campos estão no atributo ``_fields`` e os valores padrões estão no "
15851585
"atributo ``_field_defaults``, e ambos fazem parte da API de :func:"
15861586
"`~collections.namedtuple`.)"
15871587

15881588
#: ../../library/typing.rst:1425
15891589
msgid "``NamedTuple`` subclasses can also have docstrings and methods::"
1590-
msgstr "Subclasses de ``NamedTuple`` também podem ter docstrings e métodos::"
1590+
msgstr ""
1591+
"Subclasses de ``NamedTuple`` também podem ter strings de documentação e "
1592+
"métodos::"
15911593

15921594
#: ../../library/typing.rst:1435
15931595
msgid "Backward-compatible usage::"
15941596
msgstr "Uso retrocompatível::"
15951597

15961598
#: ../../library/typing.rst:1439
15971599
msgid "Added support for :pep:`526` variable annotation syntax."
1598-
msgstr "Adiciona suporte à sintaxe de anotação de variáveis da :pep:`526`."
1600+
msgstr "adiciona suporte à sintaxe de anotação de variáveis da :pep:`526`."
15991601

16001602
#: ../../library/typing.rst:1442
16011603
msgid "Added support for default values, methods, and docstrings."
1602-
msgstr "Adiciona suporte a valores padrão, métodos, e docstrings."
1604+
msgstr "adiciona suporte a valores padrões, métodos, e docstrings."
16031605

16041606
#: ../../library/typing.rst:1445
16051607
msgid ""
16061608
"The ``_field_types`` and ``__annotations__`` attributes are now regular "
16071609
"dictionaries instead of instances of ``OrderedDict``."
16081610
msgstr ""
1609-
"Os atributos ``_field_types`` e ``__annotations__`` agora são dicionários "
1611+
"os atributos ``_field_types`` e ``__annotations__`` agora são dicionários "
16101612
"regulares em vez de instâncias de ``OrderedDict``."
16111613

16121614
#: ../../library/typing.rst:1449
16131615
msgid ""
16141616
"Removed the ``_field_types`` attribute in favor of the more standard "
16151617
"``__annotations__`` attribute which has the same information."
16161618
msgstr ""
1617-
"Remove o atributo ``_field_types`` em favor do atributo mais padrão "
1619+
"remove o atributo ``_field_types`` em favor do atributo mais padronizado "
16181620
"``__annotations__`` que tem as mesmas informações."
16191621

16201622
#: ../../library/typing.rst:1455

‎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.97%", "translated": 33048, "entries": 51659, "updated_at": "2025-04-04T23:53:57+00:00Z"}
1+
{"completion": "63.97%", "translated": 33048, "entries": 51659, "updated_at": "2025-04-09T23:54:16+00:00Z"}

0 commit comments

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