Skip to content

Commit 300a191

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent b996a0b commit 300a191

11 files changed

Lines changed: 30 additions & 16 deletions

File tree

c-api/init.po

Lines changed: 13 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-06-14 18:58+0000\n"
14+
"POT-Creation-Date: 2024-06-28 14:50+0000\n"
1515
"PO-Revision-Date: 2024-05-11 00:32+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"
@@ -464,8 +464,18 @@ msgid ""
464464
"`Py_NewInterpreter` below) that were created and not yet destroyed since the "
465465
"last call to :c:func:`Py_Initialize`. Ideally, this frees all memory "
466466
"allocated by the Python interpreter. This is a no-op when called for a "
467-
"second time (without calling :c:func:`Py_Initialize` again first). Normally "
468-
"the return value is ``0``. If there were errors during finalization "
467+
"second time (without calling :c:func:`Py_Initialize` again first)."
468+
msgstr ""
469+
470+
msgid ""
471+
"Since this is the reverse of :c:func:`Py_Initialize`, it should be called in "
472+
"the same thread with the same interpreter active. That means the main "
473+
"thread and the main interpreter. This should never be called while :c:func:"
474+
"`Py_RunMain` is running."
475+
msgstr ""
476+
477+
msgid ""
478+
"Normally the return value is ``0``. If there were errors during finalization "
469479
"(flushing buffered data), ``-1`` is returned."
470480
msgstr ""
471481

library/exceptions.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-06-07 14:48+0000\n"
14+
"POT-Creation-Date: 2024-06-21 14:52+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"

library/functions.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-06-07 14:48+0000\n"
14+
"POT-Creation-Date: 2024-06-21 14:52+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"

library/functools.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-05-31 14:49+0000\n"
14+
"POT-Creation-Date: 2024-06-21 14:52+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"

library/re.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-06-21 14:52+0000\n"
14+
"POT-Creation-Date: 2024-06-28 14:50+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"

library/stdtypes.po

Lines changed: 4 additions & 2 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-06-20 07:11+0000\n"
14+
"POT-Creation-Date: 2024-06-28 14:50+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"
@@ -1280,7 +1280,9 @@ msgstr ""
12801280
msgid "reverses the items of *s* in place"
12811281
msgstr ""
12821282

1283-
msgid "*t* must have the same length as the slice it is replacing."
1283+
msgid ""
1284+
"If *k* is not equal to ``1``, *t* must have the same length as the slice it "
1285+
"is replacing."
12841286
msgstr ""
12851287

12861288
msgid ""

library/urllib.parse.po

Lines changed: 2 additions & 2 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-06-20 07:11+0000\n"
14+
"POT-Creation-Date: 2024-06-28 14:50+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"
@@ -234,7 +234,7 @@ msgid "Added IPv6 URL parsing capabilities."
234234
msgstr ""
235235

236236
msgid ""
237-
"The fragment is now parsed for all URL schemes (unless *allow_fragment* is "
237+
"The fragment is now parsed for all URL schemes (unless *allow_fragments* is "
238238
"false), in accordance with :rfc:`3986`. Previously, an allowlist of schemes "
239239
"that support fragments existed."
240240
msgstr ""

reference/datamodel.po

Lines changed: 4 additions & 2 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-06-07 14:48+0000\n"
14+
"POT-Creation-Date: 2024-06-28 14:50+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"
@@ -1560,7 +1560,9 @@ msgstr ""
15601560

15611561
msgid ""
15621562
"It is not guaranteed that :meth:`__del__` methods are called for objects "
1563-
"that still exist when the interpreter exits."
1563+
"that still exist when the interpreter exits. :class:`weakref.finalize` "
1564+
"provides a straightforward way to register a cleanup function to be called "
1565+
"when an object is garbage collected."
15641566
msgstr ""
15651567

15661568
msgid ""

tutorial/classes.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-06-07 14:48+0000\n"
14+
"POT-Creation-Date: 2024-06-21 14:52+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"

tutorial/errors.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-06-07 14:48+0000\n"
14+
"POT-Creation-Date: 2024-06-21 14:52+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"

0 commit comments

Comments
 (0)