Skip to content

Commit 5854bd8

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 68c53b7 commit 5854bd8

File tree

3 files changed

+23
-5
lines changed

3 files changed

+23
-5
lines changed

library/mimetypes.po

Lines changed: 1 addition & 1 deletion
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: 2024-07-05 14:49+0000\n"
14+
"POT-Creation-Date: 2024-07-29 04:36+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:33+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

sphinx.po

Lines changed: 7 additions & 1 deletion
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: 2024-07-05 14:49+0000\n"
14+
"POT-Creation-Date: 2024-07-29 04:36+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -171,6 +171,12 @@ msgstr "Często zadawane pytania"
171171
msgid "Frequently asked questions (with answers!)"
172172
msgstr ""
173173

174+
msgid "Deprecations"
175+
msgstr ""
176+
177+
msgid "Deprecated functionality"
178+
msgstr ""
179+
174180
msgid "Indices, glossary, and search:"
175181
msgstr ""
176182

whatsnew/3.12.po

Lines changed: 15 additions & 3 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: 2024-07-26 14:49+0000\n"
14+
"POT-Creation-Date: 2024-07-29 04:36+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:34+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1871,8 +1871,13 @@ msgid "Pending Removal in Python 3.16"
18711871
msgstr ""
18721872

18731873
msgid ""
1874-
":class:`array.array` ``'u'`` type (:c:type:`wchar_t`): use the ``'w'`` type "
1875-
"instead (``Py_UCS4``)."
1874+
":mod:`array`: :class:`array.array` ``'u'`` type (:c:type:`wchar_t`): use the "
1875+
"``'w'`` type instead (``Py_UCS4``)."
1876+
msgstr ""
1877+
1878+
msgid ""
1879+
":mod:`symtable`: Deprecate :meth:`symtable.Class.get_methods` due to the "
1880+
"lack of interest. (Contributed by Bénédikt Tran in :gh:`119698`.)"
18761881
msgstr ""
18771882

18781883
msgid "Pending Removal in Future Versions"
@@ -1938,6 +1943,13 @@ msgstr ""
19381943
msgid "Delegation of ``int()`` to ``__trunc__()`` method."
19391944
msgstr ""
19401945

1946+
msgid ""
1947+
"Passing a complex number as the *real* or *imag* argument in the :func:"
1948+
"`complex` constructor is now deprecated; it should only be passed as a "
1949+
"single positional argument. (Contributed by Serhiy Storchaka in :gh:"
1950+
"`109218`.)"
1951+
msgstr ""
1952+
19411953
msgid ""
19421954
":attr:`codeobject.co_lnotab`: use the :meth:`codeobject.co_lines` method "
19431955
"instead."

0 commit comments

Comments
 (0)