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

Commit53f9ef8

Browse files
Update translation
Co-Authored-By: python-doc bot
1 parent4549a87 commit53f9ef8

File tree

8 files changed

+28
-24
lines changed

8 files changed

+28
-24
lines changed

‎bugs.po‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ msgid ""
3535
msgstr""
3636
"O Python é uma linguagem de programação madura que estabeleceu uma reputação "
3737
"pela estabilidade. A fim de manter esta reputação os desenvolvedores "
38-
"gostariam de saber de quaisquer deficiências que vocêencontrar no Python."
38+
"gostariam de saber de quaisquer deficiências que vocêencontre no Python."
3939

4040
#:../../bugs.rst:11
4141
msgid""
@@ -101,7 +101,7 @@ msgid ""
101101
"`Helping with Documentation <https://devguide.python.org/docquality/#helping-"
102102
"with-documentation>`_"
103103
msgstr""
104-
"`Ajudando com aDocumentação <https://devguide.python.org/docquality/"
104+
"`Ajudando com adocumentação <https://devguide.python.org/docquality/"
105105
"#helping-with-documentation>`_"
106106

107107
#:../../bugs.rst:36
@@ -223,7 +223,7 @@ msgid ""
223223
"`How to Report Bugs Effectively <https://www.chiark.greenend.org.uk/"
224224
"~sgtatham/bugs.html>`_"
225225
msgstr""
226-
"`ComoReportar Bugs Eficientemente <https://www.chiark.greenend.org.uk/"
226+
"`Comorelatar bugs eficientemente <https://www.chiark.greenend.org.uk/"
227227
"~sgtatham/bugs.html>`_"
228228

229229
#:../../bugs.rst:85

‎howto/sorting.po‎

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.9\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:56+0000\n"
14+
"POT-Creation-Date:2025-09-23 17:40+0000\n"
1515
"PO-Revision-Date:2025-09-22 17:54+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -63,7 +63,7 @@ msgstr ""
6363

6464
#:../../howto/sorting.rst:18
6565
msgid"Sorting Basics"
66-
msgstr"Básico deOrdenação"
66+
msgstr"Básico deordenação"
6767

6868
#:../../howto/sorting.rst:20
6969
msgid""
@@ -78,10 +78,11 @@ msgid ""
7878
"than :func:`sorted` - but if you don't need the original list, it's slightly "
7979
"more efficient."
8080
msgstr""
81-
"Você também pode utilizar o método :meth:`list.sort`. Isso modifica a lista "
82-
"em si (e retorna ``None`` para evitar confusão). Usualmente este método é "
83-
"menos conveniente que a função :func:`sorted` - mas se você não precisará da "
84-
"lista original, esta maneira é levemente mais eficiente."
81+
"Você também pode utilizar o método :meth:`list.sort`. Ele modificará a lista "
82+
"localmente (e retornará ``None`` para evitar confusão). Usualmente este "
83+
"método é menos conveniente que a função :func:`sorted` - mas, se a lista "
84+
"original não for posteriormente útil, esta maneira será levemente mais "
85+
"eficiente."
8586

8687
#:../../howto/sorting.rst:36
8788
msgid""
@@ -93,7 +94,7 @@ msgstr ""
9394

9495
#:../../howto/sorting.rst:43
9596
msgid"Key Functions"
96-
msgstr"FunçõesChave"
97+
msgstr"Funçõeschave"
9798

9899
#:../../howto/sorting.rst:45
99100
msgid""
@@ -117,16 +118,16 @@ msgid ""
117118
"each input record."
118119
msgstr""
119120
"O valor do parâmetro *key* deve ser uma função (ou outro chamável) que "
120-
"recebe um único argumento e retorna uma chave à ser utilizadacom o "
121-
"propósito de ordenação. Esta técnica é rápida porque a função chave é "
122-
"chamada exatamente uma vez para cada entrada de registro."
121+
"recebe um único argumento e retorna uma chave à ser utilizadana ordenação. "
122+
"Como a função chave é chamada exatamente uma vez para cada elemento, esta "
123+
"técnica é rápida."
123124

124125
#:../../howto/sorting.rst:59
125126
msgid""
126127
"A common pattern is to sort complex objects using some of the object's "
127128
"indices as keys. For example:"
128129
msgstr""
129-
"Uma padrão comum é ordenar objetos complexos utilizandoalgum índice do "
130+
"Um padrão comum é ordenar objetos complexos utilizandoum dos índices do "
130131
"objeto como chave. Por exemplo:"
131132

132133
#:../../howto/sorting.rst:70

‎library/inspect.po‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
87
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
99
#
1010
#,fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To:\n"
1515
"POT-Creation-Date:2025-09-23 17:40+0000\n"
1616
"PO-Revision-Date:2025-09-22 17:55+0000\n"
17-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1818
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1919
"teams/5390/pt_BR/)\n"
2020
"Language:pt_BR\n"

‎library/marshal.po‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.9\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:56+0000\n"
14+
"POT-Creation-Date:2025-09-23 17:40+0000\n"
1515
"PO-Revision-Date:2025-09-22 17:55+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -214,7 +214,7 @@ msgid ""
214214
"found, raise :exc:`EOFError`, :exc:`ValueError` or :exc:`TypeError`. Extra "
215215
"bytes in the input are ignored."
216216
msgstr""
217-
"Converte o :term:`objetobyte ou similar` em um valor. Se nenhum valor "
217+
"Converte o :term:`objetobytes ou similar` em um valor. Se nenhum valor "
218218
"válido for encontrado, levanta :exc:`EOFError`, :exc:`ValueError` ou :exc:"
219219
"`TypeError`. Bytes extras na entrada são ignorados."
220220

‎library/mimetypes.po‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
88
# python-doc bot, 2025
9+
# Adorilson Bezerra <adorilson@gmail.com>, 2025
910
#
1011
#,fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To:\n"
1516
"POT-Creation-Date:2025-09-23 17:40+0000\n"
1617
"PO-Revision-Date:2025-09-22 17:55+0000\n"
17-
"Last-Translator:python-doc bot, 2025\n"
18+
"Last-Translator:Adorilson Bezerra <adorilson@gmail.com>, 2025\n"
1819
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1920
"teams/5390/pt_BR/)\n"
2021
"Language:pt_BR\n"

‎library/unicodedata.po‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.9\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:56+0000\n"
15+
"POT-Creation-Date:2025-09-23 17:40+0000\n"
1516
"PO-Revision-Date:2025-09-22 17:55+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1718
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language:pt_BR\n"

‎library/urllib.request.po‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
89
#
910
#,fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version:Python 3.9\n"
1314
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-22 21:56+0000\n"
15+
"POT-Creation-Date:2025-09-23 17:40+0000\n"
1516
"PO-Revision-Date:2025-09-22 17:55+0000\n"
16-
"Last-Translator:python-doc bot, 2025\n"
17+
"Last-Translator:Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1718
"Language-Team:Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1819
"teams/5390/pt_BR/)\n"
1920
"Language:pt_BR\n"

‎stats.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion":"64.6%","translated":31994,"entries":49524,"updated_at":"2025-09-24T00:44:40+00:00Z"}
1+
{"completion":"64.6%","translated":31994,"entries":49524,"updated_at":"2025-09-25T00:44:09+00:00Z"}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp