Skip to content

Commit 7fdb4dc

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 3facbe0 commit 7fdb4dc

File tree

8 files changed

+56
-11
lines changed

8 files changed

+56
-11
lines changed

c-api/typeobj.po

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-23 14:42+0000\n"
14+
"POT-Creation-Date: 2026-03-01 14:19+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1962,6 +1962,39 @@ msgid ""
19621962
"in a future version of CPython"
19631963
msgstr ""
19641964

1965+
msgid ""
1966+
"This is a :term:`soft deprecated` macro that does nothing. Historically, "
1967+
"this would indicate that the :c:member:`~PyTypeObject.tp_version_tag` field "
1968+
"was available and initialized."
1969+
msgstr ""
1970+
1971+
msgid ""
1972+
"This bit indicates that instances of this type will have an \"inline "
1973+
"values\" array (containing the object's attributes) placed directly after "
1974+
"the end of the object."
1975+
msgstr ""
1976+
1977+
msgid "This requires that :c:macro:`Py_TPFLAGS_HAVE_GC` is set."
1978+
msgstr ""
1979+
1980+
msgid ""
1981+
"This bit indicates that this is an abstract type and therefore cannot be "
1982+
"instantiated."
1983+
msgstr ""
1984+
1985+
msgid ":mod:`abc`"
1986+
msgstr ""
1987+
1988+
msgid ""
1989+
"Internal. Do not set or unset this flag. Historically, this was a reserved "
1990+
"flag for use in Stackless Python."
1991+
msgstr ""
1992+
1993+
msgid ""
1994+
"This flag is present in header files, but is not be used. This may be "
1995+
"removed in a future version of CPython."
1996+
msgstr ""
1997+
19651998
msgid ""
19661999
"An optional pointer to a NUL-terminated C string giving the docstring for "
19672000
"this type object. This is exposed as the :attr:`~type.__doc__` attribute on "

deprecations/pending-removal-in-future.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-09 14:46+0000\n"
14+
"POT-Creation-Date: 2026-03-01 14:19+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/bisect.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-27 14:36+0000\n"
14+
"POT-Creation-Date: 2026-03-01 14:19+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -231,9 +231,9 @@ msgid ""
231231
msgstr ""
232232

233233
msgid ""
234-
">>> def grade(score, breakpoints=[60, 70, 80, 90], grades='FDCBA'):\n"
235-
"... i = bisect(breakpoints, score)\n"
236-
"... return grades[i]\n"
234+
">>> def grade(score)\n"
235+
"... i = bisect([60, 70, 80, 90], score)\n"
236+
"... return \"FDCBA\"[i]\n"
237237
"...\n"
238238
">>> [grade(score) for score in [33, 99, 77, 70, 89, 90, 100]]\n"
239239
"['F', 'A', 'C', 'C', 'B', 'A', 'A']"

library/cmdline.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-07 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-27 14:36+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/inputoutput.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.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-02-07 14:20+0000\n"
15+
"POT-Creation-Date: 2026-02-27 14:36+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

tutorial/modules.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.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-02-07 14:20+0000\n"
15+
"POT-Creation-Date: 2026-02-27 14:36+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/2.5.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-07 14:20+0000\n"
14+
"POT-Creation-Date: 2026-02-27 14:36+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

whatsnew/changelog.po

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-02-27 14:36+0000\n"
14+
"POT-Creation-Date: 2026-03-01 14:19+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616
"Last-Translator: python-doc bot, 2026\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -148,6 +148,13 @@ msgid ""
148148
"slicing with indices that result in an empty slice."
149149
msgstr ""
150150

151+
msgid ""
152+
":gh:`142352`: Fix :meth:`asyncio.StreamWriter.start_tls` to transfer "
153+
"buffered data from :class:`~asyncio.StreamReader` to the SSL layer, "
154+
"preventing data loss when upgrading a connection to TLS mid-stream (e.g., "
155+
"when implementing PROXY protocol support)."
156+
msgstr ""
157+
151158
msgid ""
152159
":gh:`137335`: Get rid of any possibility of a name conflict for named pipes "
153160
"in :mod:`multiprocessing` and :mod:`asyncio` on Windows, no matter how small."
@@ -188,6 +195,11 @@ msgid ""
188195
"contains an invalid expression in a conditional block."
189196
msgstr ""
190197

198+
msgid ""
199+
":gh:`145142`: Fix a crash in the free-threaded build when the dictionary "
200+
"argument to :meth:`str.maketrans` is concurrently modified."
201+
msgstr ""
202+
191203
msgid ":gh:`144872`: Fix heap buffer overflow in the parser found by OSS-Fuzz."
192204
msgstr ""
193205

0 commit comments

Comments
 (0)