Skip to content

Commit e8890c9

Browse files
author
github-actions
committed
Update translations from Transifex
1 parent 3d2e28c commit e8890c9

File tree

4 files changed

+163
-157
lines changed

4 files changed

+163
-157
lines changed

howto/descriptor.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.12\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2023-11-05 17:24+0000\n"
17+
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
1818
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
1919
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n"
2020
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -490,15 +490,15 @@ msgid "Descriptor protocol"
490490
msgstr ""
491491

492492
#: ../../howto/descriptor.rst:524
493-
msgid "``descr.__get__(self, obj, type=None) -> value``"
493+
msgid "``descr.__get__(self, obj, type=None)``"
494494
msgstr ""
495495

496496
#: ../../howto/descriptor.rst:526
497-
msgid "``descr.__set__(self, obj, value) -> None``"
498-
msgstr "`descr.__set__(self, obj, value) -> None`"
497+
msgid "``descr.__set__(self, obj, value)``"
498+
msgstr ""
499499

500500
#: ../../howto/descriptor.rst:528
501-
msgid "``descr.__delete__(self, obj) -> None``"
501+
msgid "``descr.__delete__(self, obj)``"
502502
msgstr ""
503503

504504
#: ../../howto/descriptor.rst:530

library/profile.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgid ""
1616
msgstr ""
1717
"Project-Id-Version: Python 3.12\n"
1818
"Report-Msgid-Bugs-To: \n"
19-
"POT-Creation-Date: 2023-10-13 14:14+0000\n"
19+
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
2020
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
2121
"Last-Translator: i17obot <i17obot@rougeth.com>, 2021\n"
2222
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
@@ -111,9 +111,8 @@ msgstr ""
111111
msgid ""
112112
"The first line indicates that 214 calls were monitored. Of those calls, 207 "
113113
"were :dfn:`primitive`, meaning that the call was not induced via recursion. "
114-
"The next line: ``Ordered by: cumulative time``, indicates that the text "
115-
"string in the far right column was used to sort the output. The column "
116-
"headings include:"
114+
"The next line: ``Ordered by: cumulative time`` indicates the output is "
115+
"sorted by the ``cumtime`` values. The column headings include:"
117116
msgstr ""
118117

119118
#: ../../library/profile.rst:89

0 commit comments

Comments
 (0)