@@ -28,7 +28,7 @@ msgstr ""
2828
2929#: ../../howto/descriptor.rst:5
3030msgid "Descriptor Guide"
31- msgstr ""
31+ msgstr "Guia de descritores "
3232
3333#: ../../howto/descriptor.rst:0
3434msgid "Author"
@@ -296,7 +296,7 @@ msgstr "A nova classe agora registra acesso a *name* e *age*:"
296296
297297#: ../../howto/descriptor.rst:284
298298msgid "The two *Person* instances contain only the private names:"
299- msgstr ""
299+ msgstr "As duas instâncias *Person* contêm apenas os nomes privados: "
300300
301301#: ../../howto/descriptor.rst:295
302302msgid "Closing thoughts"
@@ -354,7 +354,7 @@ msgstr ""
354354
355355#: ../../howto/descriptor.rst:326
356356msgid "Complete Practical Example"
357- msgstr ""
357+ msgstr "Exemplo prático completo "
358358
359359#: ../../howto/descriptor.rst:328
360360msgid ""
@@ -416,7 +416,7 @@ msgstr ""
416416
417417#: ../../howto/descriptor.rst:437
418418msgid "Practical application"
419- msgstr ""
419+ msgstr "Aplicação prática "
420420
421421#: ../../howto/descriptor.rst:439
422422msgid "Here's how the data validators can be used in a real class:"
@@ -454,7 +454,7 @@ msgstr ""
454454
455455#: ../../howto/descriptor.rst:498
456456msgid "Definition and introduction"
457- msgstr ""
457+ msgstr "Definição e introdução "
458458
459459#: ../../howto/descriptor.rst:500
460460msgid ""
@@ -487,19 +487,19 @@ msgstr ""
487487
488488#: ../../howto/descriptor.rst:522
489489msgid "Descriptor protocol"
490- msgstr ""
490+ msgstr "Protocolo Descriptor "
491491
492492#: ../../howto/descriptor.rst:524
493493msgid "``descr.__get__(self, obj, type=None)``"
494- msgstr ""
494+ msgstr "``descr.__get__(self, obj, type=None)`` "
495495
496496#: ../../howto/descriptor.rst:526
497497msgid "``descr.__set__(self, obj, value)``"
498- msgstr ""
498+ msgstr "``descr.__set__(self, obj, value)`` "
499499
500500#: ../../howto/descriptor.rst:528
501501msgid "``descr.__delete__(self, obj)``"
502- msgstr ""
502+ msgstr "``descr.__delete__(self, obj)`` "
503503
504504#: ../../howto/descriptor.rst:530
505505msgid ""
@@ -715,6 +715,8 @@ msgid ""
715715"The implementation details are in :c:func:`!type_new` and :c:func:`!"
716716"set_names` in :source:`Objects/typeobject.c`."
717717msgstr ""
718+ "Os detalhes de implementações estão em :c:func:`!type_new` e :c:func:`!"
719+ "set_names` em :source:`Objects/typeobject.c`."
718720
719721#: ../../howto/descriptor.rst:842
720722msgid ""
@@ -725,7 +727,7 @@ msgstr ""
725727
726728#: ../../howto/descriptor.rst:848
727729msgid "ORM example"
728- msgstr ""
730+ msgstr "Exemplo de ORM "
729731
730732#: ../../howto/descriptor.rst:850
731733msgid ""
@@ -817,7 +819,7 @@ msgstr ""
817819
818820#: ../../howto/descriptor.rst:1158
819821msgid "Functions and methods"
820- msgstr ""
822+ msgstr "Funções e métodos "
821823
822824#: ../../howto/descriptor.rst:1160
823825msgid ""
@@ -890,7 +892,7 @@ msgstr ""
890892
891893#: ../../howto/descriptor.rst:1250
892894msgid "Kinds of methods"
893- msgstr ""
895+ msgstr "Tipos de métodos "
894896
895897#: ../../howto/descriptor.rst:1252
896898msgid ""
@@ -948,11 +950,11 @@ msgstr "f(type(obj), \\*args)"
948950
949951#: ../../howto/descriptor.rst:1270
950952msgid "f(cls,\\ *args)"
951- msgstr ""
953+ msgstr "f(cls, \\ *args) "
952954
953955#: ../../howto/descriptor.rst:1275
954956msgid "Static methods"
955- msgstr ""
957+ msgstr "Métodos estáticos "
956958
957959#: ../../howto/descriptor.rst:1277
958960msgid ""
@@ -1004,7 +1006,7 @@ msgstr ""
10041006
10051007#: ../../howto/descriptor.rst:1401
10061008msgid "Class methods"
1007- msgstr ""
1009+ msgstr "Métodos de classe "
10081010
10091011#: ../../howto/descriptor.rst:1403
10101012msgid ""