@@ -3007,28 +3007,33 @@ msgstr ""
30073007
30083008#: ../../library/optparse.rst:1934
30093009msgid "Adding new actions"
3010- msgstr ""
3010+ msgstr "Adicionando novas ações "
30113011
30123012#: ../../library/optparse.rst:1936
30133013msgid ""
30143014"Adding new actions is a bit trickier, because you have to understand that :"
30153015"mod:`optparse` has a couple of classifications for actions:"
30163016msgstr ""
3017+ "Adicionar novas ações é um pouco mais complicado, porque você precisa "
3018+ "entender que :mod:`optparse` tem algumas classificações para ações:"
30173019
30183020#: ../../library/optparse.rst:1942
30193021msgid "\" store\" actions"
3020- msgstr ""
3022+ msgstr "Ações \" store \" "
30213023
30223024#: ../../library/optparse.rst:1940
30233025msgid ""
30243026"actions that result in :mod:`optparse` storing a value to an attribute of "
30253027"the current OptionValues instance; these options require a :attr:`~Option."
30263028"dest` attribute to be supplied to the Option constructor."
30273029msgstr ""
3030+ "ações que resultam em :mod:`optparse` armazenando um valor em um atributo da "
3031+ "instância OptionValues atual; essas opções exigem que um atributo :attr:"
3032+ "`~Option.dest` seja fornecido ao construtor Option."
30283033
30293034#: ../../library/optparse.rst:1948
30303035msgid "\" typed\" actions"
3031- msgstr ""
3036+ msgstr "Ações \" typed \" "
30323037
30333038#: ../../library/optparse.rst:1945
30343039msgid ""
@@ -3037,6 +3042,10 @@ msgid ""
30373042"These options require a :attr:`~Option.type` attribute to the Option "
30383043"constructor."
30393044msgstr ""
3045+ "ações que pegam um valor da linha de comando e esperam que ele seja de um "
3046+ "certo tipo; ou melhor, uma string que pode ser convertida para um certo "
3047+ "tipo. Essas opções requerem um atributo :attr:`~Option.type` para o "
3048+ "construtor Option."
30403049
30413050#: ../../library/optparse.rst:1950
30423051msgid ""
@@ -3045,20 +3054,26 @@ msgid ""
30453054"the default \" typed\" actions are ``\" store\" ``, ``\" append\" ``, and "
30463055"``\" callback\" ``."
30473056msgstr ""
3057+ "Esses são conjuntos sobrepostos: algumas ações \" store\" padrão são "
3058+ "``\" store\" ``, ``\" store_const\" ``, ``\" append\" `` e ``\" count\" ``, enquanto "
3059+ "as ações \" typed\" padrão são ``\" store\" ``, ``\" append\" `` e "
3060+ "``\" callback\" ``."
30483061
30493062#: ../../library/optparse.rst:1954
30503063msgid ""
30513064"When you add an action, you need to categorize it by listing it in at least "
30523065"one of the following class attributes of Option (all are lists of strings):"
30533066msgstr ""
3067+ "Ao adicionar uma ação, você precisa categorizá-la listando-a em pelo menos "
3068+ "um dos seguintes atributos de classe de Option (todos são listas de strings):"
30543069
30553070#: ../../library/optparse.rst:1959
30563071msgid "All actions must be listed in ACTIONS."
3057- msgstr ""
3072+ msgstr "Todas as ações deve ser listadas em ACTIONS. "
30583073
30593074#: ../../library/optparse.rst:1963
30603075msgid "\" store\" actions are additionally listed here."
3061- msgstr ""
3076+ msgstr "as ações de \" armazenar \" também são listadas aqui. "
30623077
30633078#: ../../library/optparse.rst:1967
30643079msgid "\" typed\" actions are additionally listed here."
0 commit comments