Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit7d271da

Browse files
Update translations
1 parentbc610c3 commit7d271da

File tree

4 files changed

+35
-11
lines changed

4 files changed

+35
-11
lines changed

‎library/optparse.po

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3007,28 +3007,33 @@ msgstr ""
30073007

30083008
#:../../library/optparse.rst:1934
30093009
msgid"Adding new actions"
3010-
msgstr""
3010+
msgstr"Adicionando novas ações"
30113011

30123012
#:../../library/optparse.rst:1936
30133013
msgid""
30143014
"Adding new actions is a bit trickier, because you have to understand that :"
30153015
"mod:`optparse` has a couple of classifications for actions:"
30163016
msgstr""
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
30193021
msgid"\"store\" actions"
3020-
msgstr""
3022+
msgstr"Ações\"store\""
30213023

30223024
#:../../library/optparse.rst:1940
30233025
msgid""
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."
30273029
msgstr""
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
30303035
msgid"\"typed\" actions"
3031-
msgstr""
3036+
msgstr"Ações\"typed\""
30323037

30333038
#:../../library/optparse.rst:1945
30343039
msgid""
@@ -3037,6 +3042,10 @@ msgid ""
30373042
"These options require a :attr:`~Option.type` attribute to the Option "
30383043
"constructor."
30393044
msgstr""
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
30423051
msgid""
@@ -3045,20 +3054,26 @@ msgid ""
30453054
"the default\"typed\" actions are ``\"store\"``, ``\"append\"``, and "
30463055
"``\"callback\"``."
30473056
msgstr""
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
30503063
msgid""
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):"
30533066
msgstr""
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
30563071
msgid"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
30603075
msgid"\"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
30643079
msgid"\"typed\" actions are additionally listed here."

‎potodo.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
- index.po 173 / 225 ( 76.0% translated).
7171

7272

73-
#library (44.62% done)
73+
#library (44.66% done)
7474

7575
- argparse.po 239 / 277 ( 86.0% translated).
7676
- array.po 82 / 83 ( 98.0% translated).
@@ -173,7 +173,7 @@
173173
- multiprocessing.po 69 / 514 ( 13.0% translated).
174174
- nntplib.po 6 / 84 ( 7.0% translated).
175175
- numbers.po 26 / 29 ( 89.0% translated).
176-
- optparse.po357 / 406 (87.0% translated).
176+
- optparse.po367 / 406 (90.0% translated).
177177
- os.po 761 / 768 ( 99.0% translated).
178178
- ossaudiodev.po 18 / 97 ( 18.0% translated).
179179
- othergui.po 10 / 13 ( 76.0% translated).
@@ -280,7 +280,7 @@
280280
- windows.po 310 / 311 ( 99.0% translated).
281281

282282

283-
#whatsnew (63.25% done)
283+
#whatsnew (63.27% done)
284284

285285
- 2.0.po 134 / 182 ( 73.0% translated).
286286
- 2.2.po 136 / 192 ( 70.0% translated).
@@ -295,7 +295,7 @@
295295
- 3.5.po 124 / 541 ( 22.0% translated).
296296
- 3.6.po 241 / 517 ( 46.0% translated).
297297
- 3.7.po 239 / 555 ( 43.0% translated).
298-
- 3.8.po473 / 480 ( 98.0% translated).
298+
- 3.8.po474 / 480 ( 98.0% translated).
299299

300300

301301

‎stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation":"59.89%","total":47814,"updated_at":"2024-11-14T00:38:44+00:00Z"}
1+
{"translation":"59.91%","total":47814,"updated_at":"2024-11-16T00:40:09+00:00Z"}

‎whatsnew/3.8.po

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version:Python 3.8\n"
2121
"Report-Msgid-Bugs-To:\n"
22-
"POT-Creation-Date:2024-09-13 17:28+0000\n"
22+
"POT-Creation-Date:2024-10-04 17:06+0000\n"
2323
"PO-Revision-Date:2020-05-30 12:18+0000\n"
2424
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
2525
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -4214,3 +4214,12 @@ msgid ""
42144214
"check if the *strict* paramater is available. (Contributed by Thomas Dwyer "
42154215
"and Victor Stinner for :gh:`102988` to improve the CVE-2023-27043 fix.)"
42164216
msgstr""
4217+
":func:`email.utils.getaddresses` e :func:`email.utils.parseaddr` agora "
4218+
"retornam tuplas de 2 elementos ``('', '')`` em mais situações onde endereços "
4219+
"de e-mail inválidos são encontrados, em vez de valores potencialmente "
4220+
"imprecisos. Um parâmetro *strict* opcional foi adicionado a essas duas "
4221+
"funções: use ``strict=False`` para obter o comportamento antigo, aceitando "
4222+
"entradas malformadas. ``getattr(email.utils, 'supports_strict_parsing', "
4223+
"False)`` pode ser usado para verificar se o parâmetro *strict* está "
4224+
"disponível. (Contribuição de Thomas Dwyer e Victor Stinner para :gh:`102988` "
4225+
"para melhorar a correção de CVE-2023-27043.)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp