Skip to content

Commit

Permalink
Update translations from Transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 24, 2023
1 parent 3d2e28c commit e8890c9
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 157 deletions.
10 changes: 5 additions & 5 deletions howto/descriptor.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-11-05 17:24+0000\n"
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
"PO-Revision-Date: 2021-06-28 00:53+0000\n"
"Last-Translator: Rafael Fontenelle <[email protected]>, 2023\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
Expand Down Expand Up @@ -490,15 +490,15 @@ msgid "Descriptor protocol"
msgstr ""

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

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

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

#: ../../howto/descriptor.rst:530
Expand Down
7 changes: 3 additions & 4 deletions library/profile.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-13 14:14+0000\n"
"POT-Creation-Date: 2023-11-24 14:13+0000\n"
"PO-Revision-Date: 2021-06-28 01:11+0000\n"
"Last-Translator: i17obot <[email protected]>, 2021\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/python-doc/"
Expand Down Expand Up @@ -111,9 +111,8 @@ msgstr ""
msgid ""
"The first line indicates that 214 calls were monitored. Of those calls, 207 "
"were :dfn:`primitive`, meaning that the call was not induced via recursion. "
"The next line: ``Ordered by: cumulative time``, indicates that the text "
"string in the far right column was used to sort the output. The column "
"headings include:"
"The next line: ``Ordered by: cumulative time`` indicates the output is "
"sorted by the ``cumtime`` values. The column headings include:"
msgstr ""

#: ../../library/profile.rst:89
Expand Down
Loading

0 comments on commit e8890c9

Please sign in to comment.