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

Appearance settings

Commit f30a37a

Browse filesBrowse files
Update translations
1 parent 6faa48c commit f30a37a
Copy full SHA for f30a37a

File tree

6 files changed

+14
-14
lines changed
Filter options

6 files changed

+14
-14
lines changed

‎library/collections.po

Copy file name to clipboardExpand all lines: library/collections.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ msgid ""
11521152
msgstr ""
11531153
"Retorna uma nova subclasse de tupla chamada *typename*. A nova subclasse é "
11541154
"usada para criar objetos semelhantes a tuplas que possuem campos acessíveis "
1155-
"por pesquisa de atributos, além de serem indexáveis e iteráveis. As "
1155+
"por pesquisa de atributos, além de serem indexáveis e iteráveis. As "
11561156
"instâncias da subclasse também possuem uma docstring útil (com typename e "
11571157
"field_names) e um método útil :meth:`__repr__` que lista o conteúdo da tupla "
11581158
"em um formato ``nome=valor``."
@@ -1608,7 +1608,7 @@ msgid ""
16081608
"passed to the :class:`OrderedDict` constructor and its :meth:`update` method."
16091609
msgstr ""
16101610
"Com a aceitação da :pep:`468`, a ordem é mantida para argumentos nomeados "
1611-
"passados para o construtor :class:`OrderedDict` e seu método :meth:`update`."
1611+
"passados para o construtor :class:`OrderedDict` e seu método :meth:`update`."
16121612

16131613
#: ../../library/collections.rst:1185
16141614
msgid ":class:`OrderedDict` Examples and Recipes"

‎library/configparser.po

Copy file name to clipboardExpand all lines: library/configparser.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ msgid ""
4949
"This library does *not* interpret or write the value-type prefixes used in "
5050
"the Windows Registry extended version of INI syntax."
5151
msgstr ""
52-
"Esta biblioteca *não* interpreta ou escreve os prefixos de tipo de valor "
52+
"Esta biblioteca *não* interpreta nem escreve os prefixos de tipo de valor "
5353
"usados na versão estendida do Registro do Windows da sintaxe INI."
5454

5555
#: ../../library/configparser.rst:38
@@ -939,7 +939,7 @@ msgid ""
939939
"can be indented. When *inline_comment_prefixes* is given, it will be used "
940940
"as the set of substrings that prefix comments in non-empty lines."
941941
msgstr ""
942-
"Quando *delimitadores* são fornecidos, eles são usados como o conjunto de "
942+
"Quando *delimiters* são fornecidos, eles são usados como o conjunto de "
943943
"substrings que dividem chaves de valores. Quando *comment_prefixes* for "
944944
"fornecido, ele será usado como o conjunto de substrings que prefixam "
945945
"comentários em linhas vazias. Os comentários podem ser indentados. Quando "

‎library/dbm.po

Copy file name to clipboardExpand all lines: library/dbm.po
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-02-14 16:07+0000\n"
14+
"POT-Creation-Date: 2025-03-07 16:17+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:21+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"Language: pt_BR\n"

‎library/socketserver.po

Copy file name to clipboardExpand all lines: library/socketserver.po
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-02-14 16:07+0000\n"
14+
"POT-Creation-Date: 2025-03-07 16:17+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:22+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"Language: pt_BR\n"

‎stats.json

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion": "63.83%", "translated": 32975, "entries": 51659, "updated_at": "2025-03-07T11:54:13+00:00Z"}
1+
{"completion": "63.83%", "translated": 32975, "entries": 51659, "updated_at": "2025-03-07T23:53:55+00:00Z"}

‎using/editors.po

Copy file name to clipboardExpand all lines: using/editors.po
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Rafael Fontenelle <rffontenelle@gmail.com>, 2022
7+
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.10\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-24 16:04+0000\n"
14+
"POT-Creation-Date: 2025-03-07 16:17+0000\n"
1515
"PO-Revision-Date: 2022-11-05 17:23+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
16+
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
1818
"teams/5390/pt_BR/)\n"
1919
"Language: pt_BR\n"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.