Skip to content

Commit 66bd310

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 44ee40f commit 66bd310

Some content is hidden

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

62 files changed

+2672
-2716
lines changed

c-api/bool.po

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-06-30 14:13+0000\n"
14+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2021\n"
1717
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -37,41 +37,47 @@ msgstr ""
3737

3838
#: ../../c-api/bool.rst:16
3939
msgid ""
40+
"This instance of :c:type:`PyTypeObject` represents the Python boolean type; "
41+
"it is the same object as :class:`bool` in the Python layer."
42+
msgstr ""
43+
44+
#: ../../c-api/bool.rst:22
45+
msgid ""
4046
"Return true if *o* is of type :c:data:`PyBool_Type`. This function always "
4147
"succeeds."
4248
msgstr ""
4349
"Retorna verdadeiro se *o* for do tipo :c:data:`PyBool_Type`. Esta função "
4450
"sempre tem sucesso."
4551

46-
#: ../../c-api/bool.rst:22
52+
#: ../../c-api/bool.rst:28
4753
msgid ""
4854
"The Python ``False`` object. This object has no methods and is `immortal "
4955
"<https://peps.python.org/pep-0683/>`_."
5056
msgstr ""
5157

52-
#: ../../c-api/bool.rst:25
58+
#: ../../c-api/bool.rst:31
5359
msgid ":c:data:`Py_False` is immortal."
5460
msgstr ""
5561

56-
#: ../../c-api/bool.rst:31
62+
#: ../../c-api/bool.rst:37
5763
msgid ""
5864
"The Python ``True`` object. This object has no methods and is `immortal "
5965
"<https://peps.python.org/pep-0683/>`_."
6066
msgstr ""
6167

62-
#: ../../c-api/bool.rst:34
68+
#: ../../c-api/bool.rst:40
6369
msgid ":c:data:`Py_True` is immortal."
6470
msgstr ""
6571

66-
#: ../../c-api/bool.rst:40
72+
#: ../../c-api/bool.rst:46
6773
msgid "Return :c:data:`Py_False` from a function."
6874
msgstr ""
6975

70-
#: ../../c-api/bool.rst:45
76+
#: ../../c-api/bool.rst:51
7177
msgid "Return :c:data:`Py_True` from a function."
7278
msgstr ""
7379

74-
#: ../../c-api/bool.rst:50
80+
#: ../../c-api/bool.rst:56
7581
msgid ""
7682
"Return :c:data:`Py_True` or :c:data:`Py_False`, depending on the truth value "
7783
"of *v*."

c-api/code.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2023-07-29 02:08+0000\n"
16+
"POT-Creation-Date: 2023-08-04 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
1919
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -86,9 +86,9 @@ msgid ""
8686
"execution or VM crashes. Use this function only with extreme care."
8787
msgstr ""
8888

89-
#: ../../c-api/code.rst:48 ../../c-api/code.rst:68
90-
msgid "Added ``exceptiontable`` parameter."
91-
msgstr "Adicionado parâmetro ``exceptiontable``."
89+
#: ../../c-api/code.rst:48
90+
msgid "Added ``qualname`` and ``exceptiontable`` parameters."
91+
msgstr ""
9292

9393
#: ../../c-api/code.rst:55
9494
msgid ""
@@ -107,6 +107,10 @@ msgstr ""
107107
msgid "as ``PyCode_NewWithPosOnlyArgs``"
108108
msgstr ""
109109

110+
#: ../../c-api/code.rst:68
111+
msgid "Added ``qualname`` and ``exceptiontable`` parameters."
112+
msgstr ""
113+
110114
#: ../../c-api/code.rst:73
111115
msgid ""
112116
"Renamed to ``PyUnstable_Code_NewWithPosOnlyArgs``. The old name is "

0 commit comments

Comments
 (0)