44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7- # Rafael Fontenelle <rffontenelle@gmail.com>, 2023
7+ # Rafael Fontenelle <rffontenelle@gmail.com>, 2024
88#
99#, fuzzy
1010msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-08-16 15:24 +0000\n "
14+ "POT-Creation-Date : 2024-09-06 16:21 +0000\n "
1515"PO-Revision-Date : 2023-05-24 02:11+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023 \n "
16+ "Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024 \n "
1717"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
1818"teams/5390/pt_BR/)\n "
1919"MIME-Version : 1.0\n "
@@ -293,7 +293,7 @@ msgstr "A nova classe agora registra acesso a *name* e *age*:"
293293
294294#: ../../howto/descriptor.rst:284
295295msgid "The two *Person* instances contain only the private names:"
296- msgstr ""
296+ msgstr "As duas instâncias *Person* contêm apenas os nomes privados: "
297297
298298#: ../../howto/descriptor.rst:295
299299msgid "Closing thoughts"
@@ -351,7 +351,7 @@ msgstr ""
351351
352352#: ../../howto/descriptor.rst:326
353353msgid "Complete Practical Example"
354- msgstr ""
354+ msgstr "Exemplo prático completo "
355355
356356#: ../../howto/descriptor.rst:328
357357msgid ""
@@ -413,7 +413,7 @@ msgstr ""
413413
414414#: ../../howto/descriptor.rst:437
415415msgid "Practical application"
416- msgstr ""
416+ msgstr "Aplicação prática "
417417
418418#: ../../howto/descriptor.rst:439
419419msgid "Here's how the data validators can be used in a real class:"
@@ -451,7 +451,7 @@ msgstr ""
451451
452452#: ../../howto/descriptor.rst:498
453453msgid "Definition and introduction"
454- msgstr ""
454+ msgstr "Definição e introdução "
455455
456456#: ../../howto/descriptor.rst:500
457457msgid ""
@@ -484,19 +484,19 @@ msgstr ""
484484
485485#: ../../howto/descriptor.rst:522
486486msgid "Descriptor protocol"
487- msgstr ""
487+ msgstr "Protocolo Descriptor "
488488
489489#: ../../howto/descriptor.rst:524
490490msgid "``descr.__get__(self, obj, type=None)``"
491- msgstr ""
491+ msgstr "``descr.__get__(self, obj, type=None)`` "
492492
493493#: ../../howto/descriptor.rst:526
494494msgid "``descr.__set__(self, obj, value)``"
495- msgstr ""
495+ msgstr "``descr.__set__(self, obj, value)`` "
496496
497497#: ../../howto/descriptor.rst:528
498498msgid "``descr.__delete__(self, obj)``"
499- msgstr ""
499+ msgstr "``descr.__delete__(self, obj)`` "
500500
501501#: ../../howto/descriptor.rst:530
502502msgid ""
@@ -712,6 +712,8 @@ msgid ""
712712"The implementation details are in :c:func:`!type_new` and :c:func:`!"
713713"set_names` in :source:`Objects/typeobject.c`."
714714msgstr ""
715+ "Os detalhes de implementações estão em :c:func:`!type_new` e :c:func:`!"
716+ "set_names` em :source:`Objects/typeobject.c`."
715717
716718#: ../../howto/descriptor.rst:842
717719msgid ""
@@ -722,7 +724,7 @@ msgstr ""
722724
723725#: ../../howto/descriptor.rst:848
724726msgid "ORM example"
725- msgstr ""
727+ msgstr "Exemplo de ORM "
726728
727729#: ../../howto/descriptor.rst:850
728730msgid ""
@@ -814,7 +816,7 @@ msgstr ""
814816
815817#: ../../howto/descriptor.rst:1121
816818msgid "Functions and methods"
817- msgstr ""
819+ msgstr "Funções e métodos "
818820
819821#: ../../howto/descriptor.rst:1123
820822msgid ""
@@ -887,7 +889,7 @@ msgstr ""
887889
888890#: ../../howto/descriptor.rst:1213
889891msgid "Kinds of methods"
890- msgstr ""
892+ msgstr "Tipos de métodos "
891893
892894#: ../../howto/descriptor.rst:1215
893895msgid ""
@@ -945,11 +947,11 @@ msgstr "f(type(obj), \\*args)"
945947
946948#: ../../howto/descriptor.rst:1233
947949msgid "f(cls, \\ *args)"
948- msgstr ""
950+ msgstr "f(cls, \\ *args) "
949951
950952#: ../../howto/descriptor.rst:1238
951953msgid "Static methods"
952- msgstr ""
954+ msgstr "Métodos estáticos "
953955
954956#: ../../howto/descriptor.rst:1240
955957msgid ""
@@ -1001,7 +1003,7 @@ msgstr ""
10011003
10021004#: ../../howto/descriptor.rst:1364
10031005msgid "Class methods"
1004- msgstr ""
1006+ msgstr "Métodos de classe "
10051007
10061008#: ../../howto/descriptor.rst:1366
10071009msgid ""
0 commit comments