Skip to content

Commit e9c9cd5

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 2b1712b commit e9c9cd5

File tree

13 files changed

+38
-36
lines changed

13 files changed

+38
-36
lines changed

c-api/bytearray.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-09-27 14:50+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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"

c-api/file.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-10-04 14:53+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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"

c-api/object.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-10-04 14:53+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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"

c-api/stable.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-09-27 14:50+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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"

c-api/typeobj.po

Lines changed: 13 additions & 13 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-10-11 14:48+0000\n"
14+
"POT-Creation-Date: 2024-10-25 14:54+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"
@@ -1185,6 +1185,18 @@ msgid ""
11851185
"}"
11861186
msgstr ""
11871187

1188+
msgid ""
1189+
"In a garbage collected Python, :c:member:`!tp_dealloc` may be called from "
1190+
"any Python thread, not just the thread which created the object (if the "
1191+
"object becomes part of a refcount cycle, that cycle might be collected by a "
1192+
"garbage collection on any thread). This is not a problem for Python API "
1193+
"calls, since the thread on which :c:member:`!tp_dealloc` is called will own "
1194+
"the Global Interpreter Lock (GIL). However, if the object being destroyed "
1195+
"in turn destroys objects from some other C or C++ library, care should be "
1196+
"taken to ensure that destroying those objects on the thread which called :c:"
1197+
"member:`!tp_dealloc` will not violate any assumptions of the library."
1198+
msgstr ""
1199+
11881200
msgid ""
11891201
"An optional offset to a per-instance function that implements calling the "
11901202
"object using the :ref:`vectorcall protocol <vectorcall>`, a more efficient "
@@ -2576,18 +2588,6 @@ msgid ""
25762588
"}"
25772589
msgstr ""
25782590

2579-
msgid ""
2580-
"Also, note that, in a garbage collected Python, :c:member:`~PyTypeObject."
2581-
"tp_dealloc` may be called from any Python thread, not just the thread which "
2582-
"created the object (if the object becomes part of a refcount cycle, that "
2583-
"cycle might be collected by a garbage collection on any thread). This is "
2584-
"not a problem for Python API calls, since the thread on which tp_dealloc is "
2585-
"called will own the Global Interpreter Lock (GIL). However, if the object "
2586-
"being destroyed in turn destroys objects from some other C or C++ library, "
2587-
"care should be taken to ensure that destroying those objects on the thread "
2588-
"which called tp_dealloc will not violate any assumptions of the library."
2589-
msgstr ""
2590-
25912591
msgid ""
25922592
"Before version 3.8 it was necessary to set the :c:macro:"
25932593
"`Py_TPFLAGS_HAVE_FINALIZE` flags bit in order for this field to be used. "

library/constants.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-09-27 14:50+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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/contextvars.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-09-27 14:50+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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/locale.po

Lines changed: 9 additions & 7 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-10-11 14:48+0000\n"
14+
"POT-Creation-Date: 2024-10-25 14:54+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"
@@ -268,11 +268,10 @@ msgid ""
268268
msgstr ""
269269

270270
msgid ""
271-
"Return some locale-specific information as a string (or a tuple for "
272-
"``ALT_DIGITS``). This function is not available on all systems, and the set "
273-
"of possible options might also vary across platforms. The possible argument "
274-
"values are numbers, for which symbolic constants are available in the locale "
275-
"module."
271+
"Return some locale-specific information as a string. This function is not "
272+
"available on all systems, and the set of possible options might also vary "
273+
"across platforms. The possible argument values are numbers, for which "
274+
"symbolic constants are available in the locale module."
276275
msgstr ""
277276

278277
msgid ""
@@ -384,7 +383,10 @@ msgid ""
384383
"locale-specific era-based way."
385384
msgstr ""
386385

387-
msgid "Get a tuple of up to 100 strings used to represent the values 0 to 99."
386+
msgid ""
387+
"Get a string consisting of up to 100 semicolon-separated symbols used to "
388+
"represent the values 0 to 99 in a locale-specific way. In most locales this "
389+
"is an empty string."
388390
msgstr ""
389391

390392
msgid ""

library/marshal.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-09-27 14:50+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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/tomllib.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-09-27 14:50+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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/warnings.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-10-04 14:53+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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/whatnow.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-09-27 14:50+0000\n"
14+
"POT-Creation-Date: 2024-10-18 14:51+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"

using/unix.po

Lines changed: 6 additions & 6 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-10-04 14:53+0000\n"
14+
"POT-Creation-Date: 2024-10-25 14:54+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"
@@ -35,14 +35,14 @@ msgstr ""
3535
msgid ""
3636
"Python comes preinstalled on most Linux distributions, and is available as a "
3737
"package on all others. However there are certain features you might want to "
38-
"use that are not available on your distro's package. You can easily compile "
39-
"the latest version of Python from source."
38+
"use that are not available on your distro's package. You can compile the "
39+
"latest version of Python from source."
4040
msgstr ""
4141

4242
msgid ""
43-
"In the event that Python doesn't come preinstalled and isn't in the "
44-
"repositories as well, you can easily make packages for your own distro. "
45-
"Have a look at the following links:"
43+
"In the event that the latest version of Python doesn't come preinstalled and "
44+
"isn't in the repositories as well, you can make packages for your own "
45+
"distro. Have a look at the following links:"
4646
msgstr ""
4747

4848
msgid "https://www.debian.org/doc/manuals/maint-guide/first.en.html"

0 commit comments

Comments
 (0)