Skip to content

Commit 5e8df2a

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent f3908c6 commit 5e8df2a

14 files changed

Lines changed: 733 additions & 538 deletions

File tree

c-api/float.po

Lines changed: 1 addition & 7 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-07-11 14:46+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"
@@ -236,9 +236,6 @@ msgstr ""
236236
msgid "Pack a C double as the IEEE 754 binary64 double precision format."
237237
msgstr ""
238238

239-
msgid "This function always succeeds in CPython."
240-
msgstr ""
241-
242239
msgid "Unpack functions"
243240
msgstr ""
244241

@@ -257,9 +254,6 @@ msgid ""
257254
"`OverflowError`)."
258255
msgstr ""
259256

260-
msgid "These functions always succeed in CPython."
261-
msgstr ""
262-
263257
msgid "Unpack the IEEE 754 binary16 half-precision format as a C double."
264258
msgstr ""
265259

c-api/typeobj.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-19 16:29+0000\n"
15+
"POT-Creation-Date: 2026-07-07 16:22+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Blessing Oluronbi, 2026\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/asyncio-queue.po

Lines changed: 8 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-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-07-11 14:46+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"
@@ -94,6 +94,10 @@ msgid ""
9494
"Return an item if one is immediately available, else raise :exc:`QueueEmpty`."
9595
msgstr ""
9696

97+
msgid ""
98+
"Raises :exc:`QueueShutDown` if the queue has been shut down and is empty."
99+
msgstr ""
100+
97101
msgid "Block until all items in the queue have been received and processed."
98102
msgstr ""
99103

@@ -214,8 +218,9 @@ msgid ""
214218
msgstr ""
215219

216220
msgid ""
217-
"Exception raised when :meth:`~Queue.put` or :meth:`~Queue.get` is called on "
218-
"a queue which has been shut down."
221+
"Exception raised when :meth:`~Queue.put`, :meth:`~Queue.put_nowait`, :meth:"
222+
"`~Queue.get` or :meth:`~Queue.get_nowait` is called on a queue which has "
223+
"been shut down."
219224
msgstr ""
220225

221226
msgid "Examples"

library/asyncio.po

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.15\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2026-07-01 16:21+0000\n"
16+
"POT-Creation-Date: 2026-07-11 14:46+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1818
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -28,6 +28,9 @@ msgstr ""
2828
msgid "High-level APIs"
2929
msgstr "Wysokopoziomowe interfejsy API"
3030

31+
msgid "Introspection APIs"
32+
msgstr ""
33+
3134
msgid "Low-level APIs"
3235
msgstr "niskopoziomowe interfejsy API"
3336

@@ -111,6 +114,18 @@ msgstr ""
111114
msgid ":ref:`synchronize <asyncio-sync>` concurrent code;"
112115
msgstr ""
113116

117+
msgid "For **introspection**, asyncio provides APIs and tools for:"
118+
msgstr ""
119+
120+
msgid ""
121+
"inspecting the :ref:`async call graph <asyncio-graph>` of tasks and futures;"
122+
msgstr ""
123+
124+
msgid ""
125+
"inspecting tasks in another running Python process with :ref:`command-line "
126+
"tools <asyncio-introspection-tools>`;"
127+
msgstr ""
128+
114129
msgid ""
115130
"Additionally, there are **low-level** APIs for *library and framework "
116131
"developers* to:"

library/curses.ascii.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-19 16:29+0000\n"
14+
"POT-Creation-Date: 2026-07-07 16:22+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/string.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.15\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-06-21 15:47+0000\n"
14+
"POT-Creation-Date: 2026-07-11 14:46+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"
@@ -1148,9 +1148,9 @@ msgstr ""
11481148
msgid ""
11491149
"Alternatively, you can provide the entire regular expression pattern by "
11501150
"overriding the class attribute *pattern*. If you do this, the value must be "
1151-
"a regular expression object with four named capturing groups. The capturing "
1152-
"groups correspond to the rules given above, along with the invalid "
1153-
"placeholder rule:"
1151+
"a regular expression pattern string, or a compiled regular expression "
1152+
"object, with four named capturing groups. The capturing groups correspond "
1153+
"to the rules given above, along with the invalid placeholder rule:"
11541154
msgstr ""
11551155

11561156
msgid ""

library/tkinter.dnd.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-19 16:29+0000\n"
14+
"POT-Creation-Date: 2026-07-07 16:22+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/tkinter.po

Lines changed: 19 additions & 22 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-07-05 15:08+0000\n"
15+
"POT-Creation-Date: 2026-07-11 14:46+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1717
"Last-Translator: python-doc bot, 2026\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -777,11 +777,8 @@ msgid ""
777777
msgstr ""
778778

779779
msgid ""
780-
"Some options, like ``bg`` are synonyms for common options with long names "
781-
"(``bg`` is shorthand for \"background\"). Passing the ``config()`` method "
782-
"the name of a shorthand option will return a 2-tuple, not 5-tuple. The 2-"
783-
"tuple passed back will contain the name of the synonym and the \"real\" "
784-
"option (such as ``('bg', 'background')``)."
780+
"Some options, like ``bg``, are synonyms for common options with long names "
781+
"(``bg`` is shorthand for \"background\")."
785782
msgstr ""
786783

787784
msgid "Index"
@@ -2412,7 +2409,7 @@ msgstr ""
24122409
msgid "Return the depth of the widget, that is, the number of bits per pixel."
24132410
msgstr ""
24142411

2415-
msgid "Return ``1`` if the widget exists, ``0`` otherwise."
2412+
msgid "Return true if the widget exists, false otherwise."
24162413
msgstr ""
24172414

24182415
msgid ""
@@ -2446,7 +2443,7 @@ msgid ""
24462443
"application's main window."
24472444
msgstr ""
24482445

2449-
msgid "Return ``1`` if the widget is currently mapped, ``0`` otherwise."
2446+
msgid "Return true if the widget is currently mapped, false otherwise."
24502447
msgstr ""
24512448

24522449
msgid ""
@@ -2566,8 +2563,8 @@ msgid ""
25662563
msgstr ""
25672564

25682565
msgid ""
2569-
"Return ``1`` if the widget and all of its ancestors up through the nearest "
2570-
"toplevel window are mapped, ``0`` otherwise."
2566+
"Return true if the widget and all of its ancestors up through the nearest "
2567+
"toplevel window are mapped, false otherwise."
25712568
msgstr ""
25722569

25732570
msgid ""
@@ -2647,8 +2644,8 @@ msgid ""
26472644
"all four arguments are given, the window manager keeps the ratio between "
26482645
"``minNumer/minDenom`` and ``maxNumer/maxDenom``; passing empty strings "
26492646
"removes any existing restriction. With no arguments, return a tuple of the "
2650-
"four current values, or an empty string if no aspect restriction is in "
2651-
"effect. :meth:`wm_aspect` is an alias of :meth:`!aspect`."
2647+
"four current values, or ``None`` if no aspect restriction is in effect. :"
2648+
"meth:`wm_aspect` is an alias of :meth:`!aspect`."
26522649
msgstr ""
26532650

26542651
msgid ""
@@ -2890,8 +2887,8 @@ msgid ""
28902887
"units for the window's internally requested size, and *widthInc* and "
28912888
"*heightInc* are the pixel sizes of a horizontal and vertical grid unit. "
28922889
"Empty strings turn off gridded management. With no arguments, return a tuple "
2893-
"of the four current values, or an empty string if the window is not "
2894-
"gridded. :meth:`wm_grid` is an alias of :meth:`!grid`."
2890+
"of the four current values, or ``None`` if the window is not gridded. :meth:"
2891+
"`wm_grid` is an alias of :meth:`!grid`."
28952892
msgstr ""
28962893

28972894
msgid "Not to be confused with the grid geometry manager :meth:`Grid.grid`."
@@ -2952,9 +2949,8 @@ msgstr ""
29522949
msgid ""
29532950
"Set or query a hint to the window manager about where the window's icon "
29542951
"should be positioned. Empty strings cancel an existing hint. With no "
2955-
"arguments, return a tuple of the two current values, or an empty string if "
2956-
"no hint is in effect. :meth:`wm_iconposition` is an alias of :meth:`!"
2957-
"iconposition`."
2952+
"arguments, return a tuple of the two current values, or ``None`` if no hint "
2953+
"is in effect. :meth:`wm_iconposition` is an alias of :meth:`!iconposition`."
29582954
msgstr ""
29592955

29602956
msgid ""
@@ -2996,9 +2992,10 @@ msgid ""
29962992
"set, the window is ignored by the window manager: it is not reparented into "
29972993
"a decorative frame and the user cannot manipulate it through the usual "
29982994
"window manager controls. With no argument, return a boolean indicating "
2999-
"whether the flag is set. The flag is reliably honored only when the window "
3000-
"is first mapped or remapped from the withdrawn state. :meth:"
3001-
"`wm_overrideredirect` is an alias of :meth:`!overrideredirect`."
2995+
"whether the flag is set, or ``None`` if it has not been set. The flag is "
2996+
"reliably honored only when the window is first mapped or remapped from the "
2997+
"withdrawn state. :meth:`wm_overrideredirect` is an alias of :meth:`!"
2998+
"overrideredirect`."
30022999
msgstr ""
30033000

30043001
msgid ""
@@ -5798,8 +5795,8 @@ msgid ""
57985795
msgstr ""
57995796

58005797
msgid ""
5801-
"If *arg* is omitted, return the current state of the modified flag as ``0`` "
5802-
"or ``1``; the flag is set automatically whenever the text is inserted or "
5798+
"If *arg* is omitted, return the current state of the modified flag as true "
5799+
"or false; the flag is set automatically whenever the text is inserted or "
58035800
"deleted. Otherwise set the flag to the boolean *arg*."
58045801
msgstr ""
58055802

library/tkinter.ttk.po

Lines changed: 19 additions & 8 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-07-05 15:08+0000\n"
14+
"POT-Creation-Date: 2026-07-11 14:46+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"
@@ -70,9 +70,9 @@ msgstr ""
7070
msgid ""
7171
"That code causes several :mod:`!tkinter.ttk` widgets (:class:`Button`, :"
7272
"class:`Checkbutton`, :class:`Entry`, :class:`Frame`, :class:`Label`, :class:"
73-
"`LabelFrame`, :class:`Menubutton`, :class:`PanedWindow`, :class:"
74-
"`Radiobutton`, :class:`Scale` and :class:`Scrollbar`) to automatically "
75-
"replace the Tk widgets."
73+
"`LabelFrame`, :class:`Menubutton`, :class:`OptionMenu`, :class:"
74+
"`PanedWindow`, :class:`Radiobutton`, :class:`Scale`, :class:`Scrollbar` and :"
75+
"class:`Spinbox`) to automatically replace the Tk widgets."
7676
msgstr ""
7777

7878
msgid ""
@@ -1081,8 +1081,9 @@ msgid ""
10811081
"gained the values ``\"single\"`` and ``\"multiple\"``; the new widget "
10821082
"options *selecttype* (``\"item\"`` or ``\"cell\"`` selection), *striped* "
10831083
"(zebra-striped rows), and *titlecolumns* / *titleitems* (columns or rows "
1084-
"frozen against scrolling) were introduced; and items gained a *hidden* "
1085-
"option. Tk 9.1 added the *rowheight* and *headingheight* options."
1084+
"frozen against scrolling) were introduced; the column *separator* option was "
1085+
"added; and items gained a *hidden* option. Tk 9.1 added the *rowheight* and "
1086+
"*headingheight* options."
10861087
msgstr ""
10871088

10881089
msgid "Item options"
@@ -1284,6 +1285,14 @@ msgid ""
12841285
"resized or the user drags a column."
12851286
msgstr ""
12861287

1288+
msgid "*separator*: ``True``/``False``"
1289+
msgstr ""
1290+
1291+
msgid ""
1292+
"Specifies whether a column separator should be drawn to the right of the "
1293+
"column."
1294+
msgstr ""
1295+
12871296
msgid "*stretch*: ``True``/``False``"
12881297
msgstr ""
12891298

@@ -2036,8 +2045,10 @@ msgid ""
20362045
"*values* are the entries to display in the menu. A *command* keyword "
20372046
"argument may be given to specify a callable that is invoked with the "
20382047
"selected value whenever the selection changes; the *style* keyword argument "
2039-
"sets the style used by the underlying menubutton; and the *name* keyword "
2040-
"argument sets the Tk widget name."
2048+
"sets the style used by the underlying menubutton; the *direction* keyword "
2049+
"argument sets where the menu is posted relative to the menubutton (one of "
2050+
"``'above'``, ``'below'`` (the default), ``'left'``, ``'right'`` or "
2051+
"``'flush'``); and the *name* keyword argument sets the Tk widget name."
20412052
msgstr ""
20422053

20432054
msgid ""

library/urllib.parse.po

Lines changed: 7 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-07-07 16:22+0000\n"
14+
"POT-Creation-Date: 2026-07-11 14:46+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"
@@ -735,11 +735,12 @@ msgstr ""
735735

736736
msgid ""
737737
"The optional *encoding* and *errors* parameters specify how to deal with non-"
738-
"ASCII characters, as accepted by the :meth:`str.encode` method. *encoding* "
739-
"defaults to ``'utf-8'``. *errors* defaults to ``'strict'``, meaning "
740-
"unsupported characters raise a :class:`UnicodeEncodeError`. *encoding* and "
741-
"*errors* must not be supplied if *string* is a :class:`bytes`, or a :class:"
742-
"`TypeError` is raised."
738+
"ASCII characters, as accepted by the :meth:`str.encode` method. Although "
739+
"these parameters default to ``None`` in the function signature, when "
740+
"processing :class:`str` inputs, *encoding* effectively defaults to "
741+
"``'utf-8'`` and *errors* to ``'strict'``, meaning unsupported characters "
742+
"raise a :class:`UnicodeEncodeError`. *encoding* and *errors* must not be "
743+
"supplied if *string* is a :class:`bytes`, or a :class:`TypeError` is raised."
743744
msgstr ""
744745

745746
msgid ""

0 commit comments

Comments
 (0)