Skip to content

Commit 000180a

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 0fb2cb6 commit 000180a

18 files changed

Lines changed: 200 additions & 43 deletions

howto/curses.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-11 17:33+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+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"
@@ -80,8 +80,9 @@ msgid ""
8080
msgstr ""
8181

8282
msgid ""
83-
"The Windows version of Python doesn't include the :mod:`curses` module. A "
84-
"ported version called :pypi:`UniCurses` is available."
83+
"The Windows version of Python doesn't include the :mod:`curses` module. The "
84+
"third-party :pypi:`windows-curses` package provides the same interface on "
85+
"Windows."
8586
msgstr ""
8687

8788
msgid "The Python curses module"

howto/mro.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+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"
@@ -32,7 +32,7 @@ msgid ""
3232
"in Python 2.3, but it is still used in later versions -- including Python 3."
3333
msgstr ""
3434

35-
msgid "By `Michele Simionato <https://www.phyast.pitt.edu/~micheles/>`__."
35+
msgid "By `Michele Simionato <https://github.com/micheles>`__."
3636
msgstr ""
3737

3838
msgid "Abstract"

library/bisect.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-09 16:27+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+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/collections.abc.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-09 16:27+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+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/collections.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.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-06-07 15:19+0000\n"
15+
"POT-Creation-Date: 2026-06-27 15:10+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2026\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/curses.po

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.15\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-06-19 16:29+0000\n"
15+
"POT-Creation-Date: 2026-06-29 16:50+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+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"
@@ -972,7 +972,9 @@ msgstr ""
972972
msgid "Return a tuple ``(y, x)`` of coordinates of upper-left corner."
973973
msgstr ""
974974

975-
msgid "Return the given window's current background character/attribute pair."
975+
msgid ""
976+
"Return the given window's current background character/attribute pair. Its "
977+
"components can be extracted like those of :meth:`inch`."
976978
msgstr ""
977979

978980
msgid ""
@@ -1044,7 +1046,9 @@ msgstr ""
10441046

10451047
msgid ""
10461048
"Return the character at the given position in the window. The bottom 8 bits "
1047-
"are the character proper, and upper bits are the attributes."
1049+
"are the character proper and the upper bits are the attributes; extract them "
1050+
"with the :data:`A_CHARTEXT` and :data:`A_ATTRIBUTES` bit-masks, and the "
1051+
"color pair with :func:`pair_number`."
10481052
msgstr ""
10491053

10501054
msgid ""

library/hashlib.po

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -64,12 +64,18 @@ msgstr ""
6464

6565
msgid ""
6666
"Constructors for hash algorithms that are always present in this module are :"
67-
"func:`sha1`, :func:`sha224`, :func:`sha256`, :func:`sha384`, :func:"
68-
"`sha512`, :func:`sha3_224`, :func:`sha3_256`, :func:`sha3_384`, :func:"
67+
"func:`md5`, :func:`sha1`, :func:`sha224`, :func:`sha256`, :func:`sha384`, :"
68+
"func:`sha512`, :func:`sha3_224`, :func:`sha3_256`, :func:`sha3_384`, :func:"
6969
"`sha3_512`, :func:`shake_128`, :func:`shake_256`, :func:`blake2b`, and :func:"
70-
"`blake2s`. :func:`md5` is normally available as well, though it may be "
71-
"missing or blocked if you are using a rare \"FIPS compliant\" build of "
72-
"Python. These correspond to :data:`algorithms_guaranteed`."
70+
"`blake2s`. These correspond to :data:`algorithms_guaranteed`."
71+
msgstr ""
72+
73+
msgid ""
74+
"Any of these may nonetheless be missing or blocked in unusual environments, "
75+
"such as a rare \"FIPS compliant\" build of Python or when OpenSSL's \"FIPS "
76+
"mode\" is configured to exclude some algorithms from its default provider. "
77+
"Calling the constructor of an algorithm that is unavailable raises :exc:"
78+
"`ValueError`."
7379
msgstr ""
7480

7581
msgid ""

library/http.client.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -431,7 +431,7 @@ msgstr ""
431431
msgid ""
432432
"The maximum number of allowed response headers to help prevent denial-of-"
433433
"service attacks. By default, the maximum number of allowed headers is set to "
434-
"100."
434+
"100. The same limit applies to the trailer section of a chunked response."
435435
msgstr ""
436436

437437
msgid ""

library/itertools.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-06-29 16:50+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -446,6 +446,12 @@ msgid ""
446446
" yield from iterable"
447447
msgstr ""
448448

449+
msgid ""
450+
"Note that :ref:`unpacking in comprehensions <unpacking-comprehensions>` "
451+
"provides similar functionality so that ``list(chain(p, q))`` could be "
452+
"written as ``[*s for s in (p, q)]``."
453+
msgstr ""
454+
449455
msgid ""
450456
"Alternate constructor for :func:`chain`. Gets chained inputs from a single "
451457
"iterable argument that is evaluated lazily. Roughly equivalent to::"
@@ -458,6 +464,12 @@ msgid ""
458464
" yield from iterable"
459465
msgstr ""
460466

467+
msgid ""
468+
"Note that :ref:`unpacking in comprehensions <unpacking-comprehensions>` "
469+
"provides similar functionality so that ``list(chain."
470+
"from_iterable(iterables))`` could be written as ``[*s for s in iterables]``."
471+
msgstr ""
472+
461473
msgid "Return *r* length subsequences of elements from the input *iterable*."
462474
msgstr ""
463475

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

0 commit comments

Comments
 (0)