Skip to content

Commit 91c256c

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent ae277fd commit 91c256c

92 files changed

Lines changed: 538 additions & 553 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

about.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ msgid ""
1515
msgstr ""
1616
"Project-Id-Version: Python 3.11\n"
1717
"Report-Msgid-Bugs-To: \n"
18-
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
18+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1919
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
2020
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
2121
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/allocation.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
16+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1919
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/bytearray.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
16+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1919
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/capsule.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
15+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1818
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/complex.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
15+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1818
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/datetime.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
16+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1919
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/dict.po

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.11\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
16+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1919
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -118,14 +118,11 @@ msgstr ""
118118

119119
#: ../../c-api/dict.rst:83
120120
msgid ""
121-
"Remove the entry in dictionary *p* with key *key*. *key* must be hashable; "
122-
"if it isn't, :exc:`TypeError` is raised. If *key* is not in the dictionary, :"
123-
"exc:`KeyError` is raised. Return ``0`` on success or ``-1`` on failure."
121+
"Remove the entry in dictionary *p* with key *key*. *key* must be :term:"
122+
"`hashable`; if it isn't, :exc:`TypeError` is raised. If *key* is not in the "
123+
"dictionary, :exc:`KeyError` is raised. Return ``0`` on success or ``-1`` on "
124+
"failure."
124125
msgstr ""
125-
"Remove a entrada no dicionário *p* com a chave *key*. *key* deve ser "
126-
"hasheável; se não for, :exc:`TypeError` é levantada. Se *key* não estiver no "
127-
"dicionário, :exc:`KeyError` é levantada. Retorna ``0`` em caso de sucesso ou "
128-
"``-1`` em caso de falha."
129126

130127
#: ../../c-api/dict.rst:91
131128
msgid ""

c-api/exceptions.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.11\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2023-02-10 14:15+0000\n"
22+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
2323
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
2424
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
2525
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"
@@ -286,7 +286,7 @@ msgstr ""
286286

287287
#: ../../c-api/exceptions.rst:200 ../../c-api/exceptions.rst:208
288288
#: ../../c-api/exceptions.rst:217 ../../c-api/exceptions.rst:225
289-
#: ../../c-api/exceptions.rst:234 ../../c-api/exceptions.rst:243
289+
#: ../../c-api/exceptions.rst:233 ../../c-api/exceptions.rst:243
290290
msgid ":ref:`Availability <availability>`: Windows."
291291
msgstr ":ref:`Disponibilidade <availability>`: Windows."
292292

c-api/function.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
15+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1818
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

c-api/import.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.11\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2023-01-27 14:14+0000\n"
15+
"POT-Creation-Date: 2023-02-17 14:14+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1717
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2022\n"
1818
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/python-doc/"

0 commit comments

Comments
 (0)