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

Commitced2ee8

Browse files
Update translation
Co-Authored-By: python-doc botCo-Authored-By: Adorilson Bezerra <adorilson@gmail.com>Co-Authored-By: Rainer Terroso
1 parent837b1f1 commitced2ee8

File tree

6 files changed

+42
-21
lines changed

6 files changed

+42
-21
lines changed

‎extending/newtypes_tutorial.po‎

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rainer Terroso, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.10\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-23 17:01+0000\n"
15+
"POT-Creation-Date:2025-11-09 17:15+0000\n"
1516
"PO-Revision-Date:2025-09-22 15:57+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Rainer Terroso, 2025\n"
1718
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language:pt_BR\n"
@@ -98,9 +99,8 @@ msgid ""
9899
"Now that's quite a bit to take in at once, but hopefully bits will seem "
99100
"familiar from the previous chapter. This file defines three things:"
100101
msgstr""
101-
"Agora isso é um pouco para ser absorvido de uma só vez, mas esperamos que os "
102-
"bits pareçam familiares no capítulo anterior. Este arquivo define três "
103-
"coisas:"
102+
"Isso é bastante para ser absorvido de uma só vez, mas esperamos que os bits "
103+
"pareçam familiares no capítulo anterior. Este arquivo define três coisas:"
104104

105105
#:../../extending/newtypes_tutorial.rst:53
106106
msgid""
@@ -137,19 +137,32 @@ msgid ""
137137
"abstract away the layout and to enable additional fields in :ref:`debug "
138138
"builds <debug-build>`."
139139
msgstr""
140+
"Isto é o que um objeto personalizado conterá. ``PyObject_HEAD`` é "
141+
"obrigatório no início de cada estrutura de objeto e define um campo chamado "
142+
"``ob_base`` do tipo :c:type:`PyObject`, contendo um ponteiro para um objeto "
143+
"de tipo e uma contagem de referências (esses podem ser acessados usando os "
144+
"macros :c:macro:`Py_TYPE` e :c:macro:`Py_REFCNT`, respectivamente). O "
145+
"objetivo do macro é abstrair o layout e permitir campos adicionais em :ref:"
146+
"`debug builds<debug-build>`."
140147

141148
#:../../extending/newtypes_tutorial.rst:76
142149
msgid""
143150
"There is no semicolon above after the :c:macro:`PyObject_HEAD` macro. Be "
144151
"wary of adding one by accident: some compilers will complain."
145152
msgstr""
153+
"Não há ponto e vírgula acima após o macro :c:macro:`PyObject_HEAD`. Tenha "
154+
"cuidado para não adicionar um por engano: alguns compiladores podem emitir "
155+
"erros."
146156

147157
#:../../extending/newtypes_tutorial.rst:79
148158
msgid""
149159
"Of course, objects generally store additional data besides the standard "
150160
"``PyObject_HEAD`` boilerplate; for example, here is the definition for "
151161
"standard Python floats::"
152162
msgstr""
163+
"Obviamente, objetos geralmente armazenam dados adicionais além do padrão "
164+
"``PyObject_HEAD`` boilerplate; por exemplo, aqui está a definição do padrão "
165+
"Python floats::"
153166

154167
#:../../extending/newtypes_tutorial.rst:88
155168
msgid"The second bit is the definition of the type object. ::"

‎library/exceptions.po‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.10\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-23 17:01+0000\n"
14+
"POT-Creation-Date:2025-11-03 17:29+0000\n"
1515
"PO-Revision-Date:2025-09-22 15:57+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -804,7 +804,7 @@ msgid ""
804804
"The column in the end line where the error occurred finishes. This is 1-"
805805
"indexed: the first character in the line has an ``offset`` of 1."
806806
msgstr""
807-
"A coluna da linha final em que erroocorrido finaliza Este é indexado em 1: "
807+
"A coluna da linha final em queoerroocorreu termina. Este é indexado em 1: "
808808
"o primeiro caractere na linha tem um ``offset`` de 1."
809809

810810
#:../../library/exceptions.rst:482
@@ -822,7 +822,7 @@ msgstr ""
822822

823823
#:../../library/exceptions.rst:487
824824
msgid"Added the :attr:`end_lineno` and :attr:`end_offset` attributes."
825-
msgstr"Adicionado os atributos :attr:`end_lineno` e :attr:`end_offset`."
825+
msgstr"Adicionados os atributos :attr:`end_lineno` e :attr:`end_offset`."
826826

827827
#:../../library/exceptions.rst:492
828828
msgid""

‎library/mimetypes.po‎

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version:Python 3.10\n"
1515
"Report-Msgid-Bugs-To:\n"
16-
"POT-Creation-Date:2025-11-07 18:03+0000\n"
16+
"POT-Creation-Date:2025-11-09 17:15+0000\n"
1717
"PO-Revision-Date:2025-09-22 15:58+0000\n"
1818
"Last-Translator:Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
1919
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -360,6 +360,10 @@ msgid ""
360360
"one is for the standard types. They are initialized by :data:`common_types` "
361361
"and :data:`types_map`."
362362
msgstr""
363+
"Tupla contendo dois dicionários, mapeando extensões de nomes de arquivo para "
364+
"tipos MIME: o primeiro dicionário é para tipos não padrão e o segundo, para "
365+
"tipos padrão. Eles são inicializados por :data:`common_types` e :data:"
366+
"`types_map`."
363367

364368
#:../../library/mimetypes.rst:223
365369
msgid""
@@ -368,6 +372,10 @@ msgid ""
368372
"second one is for the standard types. They are initialized by :data:"
369373
"`common_types` and :data:`types_map`."
370374
msgstr""
375+
"Tupla contendo dois dicionários, mapeando tipos MIM para uma lista de "
376+
"extensões de nomes de arquivo: o primeiro para os tipos não padrão e o "
377+
"segundo para os tipos padrão. Eles são inicializados por :data:"
378+
"`common_types` e :data:`types_map`."
371379

372380
#:../../library/mimetypes.rst:231
373381
msgid""

‎potodo.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
1 directory 59.61% done
2-
└── 3.10/ 59.61% done
1+
1 directory 59.62% done
2+
└── 3.10/ 59.62% done
33
├── distutils/ 25.78% done
44
│ ├── apiref.po 88 / 417 ( 21.0% translated)
55
│ ├── builtdist.po 52 / 131 ( 39.0% translated)
@@ -24,7 +24,7 @@
2424
│ ├── expressions.po 303 / 332 ( 91.0% translated)
2525
│ ├── import.po 165 / 184 ( 89.0% translated)
2626
│ └── lexical_analysis.po 185 / 195 ( 94.0% translated)
27-
├── library/ 54.14% done
27+
├── library/ 54.16% done
2828
│ ├──_thread.po 39 / 41 ( 95.0% translated)
2929
│ ├── argparse.po 256 / 290 ( 88.0% translated)
3030
│ ├── array.po 81 / 82 ( 98.0% translated)
@@ -121,7 +121,7 @@
121121
│ ├── logging.po 96 / 334 ( 28.0% translated)
122122
│ ├── mailbox.po 23 / 282 ( 8.0% translated)
123123
│ ├── mailcap.po 2 / 15 ( 13.0% translated)
124-
│ ├── mimetypes.po39 / 45 (86.0% translated)
124+
│ ├── mimetypes.po41 / 45 (91.0% translated)
125125
│ ├── mmap.po 20 / 50 ( 40.0% translated)
126126
│ ├── msilib.po 7 / 96 ( 7.0% translated)
127127
│ ├── multiprocessing.po 284 / 519 ( 54.0% translated)
@@ -232,11 +232,11 @@
232232
│ └── index.po 168 / 226 ( 74.0% translated)
233233
├── tutorial/ 99.78% done
234234
│ └── classes.po 114 / 115 ( 99.0% translated)
235-
├── extending/ 27.23% done
235+
├── extending/ 27.91% done
236236
│ ├── embedding.po 5 / 45 ( 11.0% translated)
237237
│ ├── extending.po 58 / 158 ( 36.0% translated)
238238
│ ├── newtypes.po 7 / 89 ( 7.0% translated)
239-
│ └── newtypes_tutorial.po30 / 123 (24.0% translated)
239+
│ └── newtypes_tutorial.po33 / 123 (26.0% translated)
240240
├── whatsnew/ 67.49% done
241241
│ ├── 2.0.po 137 / 182 ( 75.0% translated)
242242
│ ├── 2.2.po 139 / 192 ( 72.0% translated)

‎stats.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion":"59.61%","translated":34332,"entries":51677,"updated_at":"2025-11-09T00:30:14+00:00Z"}
1+
{"completion":"59.62%","translated":34337,"entries":51677,"updated_at":"2025-11-10T00:30:52+00:00Z"}

‎using/cmdline.po‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.10\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:19+0000\n"
14+
"POT-Creation-Date:2025-11-01 17:13+0000\n"
1515
"PO-Revision-Date:2025-09-22 15:58+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -518,7 +518,7 @@ msgid ""
518518
"adding ``.opt-1`` before the ``.pyc`` extension (see :pep:`488`). See also :"
519519
"envvar:`PYTHONOPTIMIZE`."
520520
msgstr""
521-
"Remova as instruções de asserção e qualquer código condicional ao valor de :"
521+
"Remove as instruções de asserção e qualquer código condicional ao valor de :"
522522
"const:`__debug__`. Aumenta o nome do arquivo para arquivos compilados (:term:"
523523
"`bytecode`) adicionando ``.opt-1`` antes da extensão ``.pyc`` (veja :pep:"
524524
"`488`). Veja também :envvar:`PYTHONOPTIMIZE`."
@@ -533,9 +533,9 @@ msgid ""
533533
"compiled (:term:`bytecode`) files by adding ``.opt-2`` before the ``.pyc`` "
534534
"extension (see :pep:`488`)."
535535
msgstr""
536-
"Faz o mesmo que :option:`-O` e também descartadocstrings. Aumenta o nome do "
537-
"arquivo para arquivos compilados (:term:`bytecode`) adicionando ``.opt-2`` "
538-
"antes da extensão ``.pyc`` (veja :pep:`488`)."
536+
"Faz o mesmo que :option:`-O` e também descartastrings de documentação. "
537+
"Aumenta o nome doarquivo para arquivos compilados (:term:`bytecode`) "
538+
"adicionando ``.opt-2``antes da extensão ``.pyc`` (veja :pep:`488`)."
539539

540540
#:../../using/cmdline.rst:306
541541
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp