Skip to content

Commit f6d6368

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: python-doc bot
1 parent c41a1d9 commit f6d6368

39 files changed

+1576
-214
lines changed

library/asyncio-llapi-index.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-22 20:37+0000\n"
14+
"POT-Creation-Date: 2025-09-23 16:19+0000\n"
1515
"PO-Revision-Date: 2025-09-22 16:49+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -299,13 +299,13 @@ msgid "Receive data from the :class:`~socket.socket` into a buffer."
299299
msgstr ""
300300

301301
msgid "``await`` :meth:`loop.sock_recvfrom`"
302-
msgstr ""
302+
msgstr "``await`` :meth:`loop.sock_recvfrom`"
303303

304304
msgid "Receive a datagram from the :class:`~socket.socket`."
305305
msgstr ""
306306

307307
msgid "``await`` :meth:`loop.sock_recvfrom_into`"
308-
msgstr ""
308+
msgstr "``await`` :meth:`loop.sock_recvfrom_into`"
309309

310310
msgid "Receive a datagram from the :class:`~socket.socket` into a buffer."
311311
msgstr ""
@@ -317,7 +317,7 @@ msgid "Send data to the :class:`~socket.socket`."
317317
msgstr ""
318318

319319
msgid "``await`` :meth:`loop.sock_sendto`"
320-
msgstr ""
320+
msgstr "``await`` :meth:`loop.sock_sendto`"
321321

322322
msgid "Send a datagram via the :class:`~socket.socket` to the given address."
323323
msgstr ""
@@ -739,14 +739,14 @@ msgid "Subprocess Protocols"
739739
msgstr ""
740740

741741
msgid "``callback`` :meth:`~SubprocessProtocol.pipe_data_received`"
742-
msgstr ""
742+
msgstr "``callback`` :meth:`~SubprocessProtocol.pipe_data_received`"
743743

744744
msgid ""
745745
"Called when the child process writes data into its *stdout* or *stderr* pipe."
746746
msgstr ""
747747

748748
msgid "``callback`` :meth:`~SubprocessProtocol.pipe_connection_lost`"
749-
msgstr ""
749+
msgstr "``callback`` :meth:`~SubprocessProtocol.pipe_connection_lost`"
750750

751751
msgid ""
752752
"Called when one of the pipes communicating with the child process is closed."

library/asyncio-protocol.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-22 20:37+0000\n"
14+
"POT-Creation-Date: 2025-09-23 16:19+0000\n"
1515
"PO-Revision-Date: 2025-09-22 16:49+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -262,7 +262,7 @@ msgid ""
262262
msgstr ""
263263

264264
msgid "``'sslcontext'``: :class:`ssl.SSLContext` instance"
265-
msgstr ""
265+
msgstr "``'sslcontext'``: :class:`ssl.SSLContext` instance"
266266

267267
msgid ""
268268
"``'ssl_object'``: :class:`ssl.SSLObject` or :class:`ssl.SSLSocket` instance"

library/asyncio-runner.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-22 20:37+0000\n"
14+
"POT-Creation-Date: 2025-09-23 16:19+0000\n"
1515
"PO-Revision-Date: 2025-09-22 16:49+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -27,7 +27,7 @@ msgid "Runners"
2727
msgstr ""
2828

2929
msgid "**Source code:** :source:`Lib/asyncio/runners.py`"
30-
msgstr ""
30+
msgstr "**Kod źródłowy:** :source:`Lib/asyncio/runners.py`"
3131

3232
msgid ""
3333
"This section outlines high-level asyncio primitives to run asyncio code."

library/cmdline.po

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ msgid "The following modules have a command-line interface."
3030
msgstr ""
3131

3232
msgid ":ref:`ast <ast-cli>`"
33-
msgstr ""
33+
msgstr ":ref:`ast <ast-cli>`"
3434

3535
msgid ":ref:`asyncio <asyncio-cli>`"
36-
msgstr ""
36+
msgstr ":ref:`asyncio <asyncio-cli>`"
3737

3838
msgid ":mod:`base64`"
3939
msgstr ":mod:`base64`"
4040

4141
msgid ":ref:`calendar <calendar-cli>`"
42-
msgstr ""
42+
msgstr ":ref:`calendar <calendar-cli>`"
4343

4444
msgid ":mod:`code`"
4545
msgstr ":mod:`code`"
4646

4747
msgid ":ref:`compileall <compileall-cli>`"
48-
msgstr ""
48+
msgstr ":ref:`compileall <compileall-cli>`"
4949

5050
msgid ":mod:`cProfile`: see :ref:`profile <profile-cli>`"
5151
msgstr ""
@@ -54,7 +54,7 @@ msgid ":ref:`difflib <difflib-interface>`"
5454
msgstr ""
5555

5656
msgid ":ref:`dis <dis-cli>`"
57-
msgstr ""
57+
msgstr ":ref:`dis <dis-cli>`"
5858

5959
msgid ":mod:`doctest`"
6060
msgstr ""
@@ -75,16 +75,16 @@ msgid ":mod:`ftplib`"
7575
msgstr ":mod:`ftplib`"
7676

7777
msgid ":ref:`gzip <gzip-cli>`"
78-
msgstr ""
78+
msgstr ":ref:`gzip <gzip-cli>`"
7979

8080
msgid ":ref:`http.server <http-server-cli>`"
81-
msgstr ""
81+
msgstr ":ref:`http.server <http-server-cli>`"
8282

8383
msgid ":mod:`!idlelib`"
8484
msgstr ":mod:`!idlelib`"
8585

8686
msgid ":ref:`inspect <inspect-module-cli>`"
87-
msgstr ""
87+
msgstr ":ref:`inspect <inspect-module-cli>`"
8888

8989
msgid ":ref:`json.tool <json-commandline>`"
9090
msgstr ""
@@ -99,7 +99,7 @@ msgid ":mod:`pickle`"
9999
msgstr ":mod:`pickle`"
100100

101101
msgid ":ref:`pickletools <pickletools-cli>`"
102-
msgstr ""
102+
msgstr ":ref:`pickletools <pickletools-cli>`"
103103

104104
msgid ":mod:`platform`"
105105
msgstr ""
@@ -108,13 +108,13 @@ msgid ":mod:`poplib`"
108108
msgstr ":mod:`poplib`"
109109

110110
msgid ":ref:`profile <profile-cli>`"
111-
msgstr ""
111+
msgstr ":ref:`profile <profile-cli>`"
112112

113113
msgid ":mod:`pstats`"
114114
msgstr ":mod:`pstats`"
115115

116116
msgid ":ref:`py_compile <py_compile-cli>`"
117-
msgstr ""
117+
msgstr ":ref:`py_compile <py_compile-cli>`"
118118

119119
msgid ":mod:`pyclbr`"
120120
msgstr ":mod:`pyclbr`"
@@ -129,34 +129,34 @@ msgid ":mod:`runpy`"
129129
msgstr ":mod:`runpy`"
130130

131131
msgid ":ref:`site <site-commandline>`"
132-
msgstr ""
132+
msgstr ":ref:`site <site-commandline>`"
133133

134134
msgid ":ref:`sysconfig <sysconfig-cli>`"
135-
msgstr ""
135+
msgstr ":ref:`sysconfig <sysconfig-cli>`"
136136

137137
msgid ":mod:`tabnanny`"
138138
msgstr ":mod:`tabnanny`"
139139

140140
msgid ":ref:`tarfile <tarfile-commandline>`"
141-
msgstr ""
141+
msgstr ":ref:`tarfile <tarfile-commandline>`"
142142

143143
msgid ":mod:`!this`"
144144
msgstr ":mod:`!this`"
145145

146146
msgid ":ref:`timeit <timeit-command-line-interface>`"
147-
msgstr ""
147+
msgstr ":ref:`timeit <timeit-command-line-interface>`"
148148

149149
msgid ":ref:`tokenize <tokenize-cli>`"
150-
msgstr ""
150+
msgstr ":ref:`tokenize <tokenize-cli>`"
151151

152152
msgid ":ref:`trace <trace-cli>`"
153-
msgstr ""
153+
msgstr ":ref:`trace <trace-cli>`"
154154

155155
msgid ":mod:`turtledemo`"
156156
msgstr ":mod:`turtledemo`"
157157

158158
msgid ":ref:`unittest <unittest-command-line-interface>`"
159-
msgstr ""
159+
msgstr ":ref:`unittest <unittest-command-line-interface>`"
160160

161161
msgid ":mod:`venv`"
162162
msgstr ":mod:`venv`"
@@ -165,10 +165,10 @@ msgid ":mod:`webbrowser`"
165165
msgstr ":mod:`webbrowser`"
166166

167167
msgid ":ref:`zipapp <zipapp-command-line-interface>`"
168-
msgstr ""
168+
msgstr ":ref:`zipapp <zipapp-command-line-interface>`"
169169

170170
msgid ":ref:`zipfile <zipfile-commandline>`"
171-
msgstr ""
171+
msgstr ":ref:`zipfile <zipfile-commandline>`"
172172

173173
msgid "See also the :ref:`Python command-line interface <using-on-general>`."
174174
msgstr ""

library/codecs.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2190,13 +2190,13 @@ msgid "escape sequence"
21902190
msgstr ""
21912191

21922192
msgid "\\x"
2193-
msgstr ""
2193+
msgstr "\\x"
21942194

21952195
msgid "\\u"
2196-
msgstr ""
2196+
msgstr "\\u"
21972197

21982198
msgid "\\U"
2199-
msgstr ""
2199+
msgstr "\\U"
22002200

22012201
msgid "xmlcharrefreplace"
22022202
msgstr ""

library/collections.abc.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ msgid "Mixin Methods"
108108
msgstr ""
109109

110110
msgid ":class:`Container` [1]_"
111-
msgstr ""
111+
msgstr ":class:`Container` [1]_"
112112

113113
msgid "``__contains__``"
114114
msgstr "``__contains__``"
115115

116116
msgid ":class:`Hashable` [1]_"
117-
msgstr ""
117+
msgstr ":class:`Hashable` [1]_"
118118

119119
msgid "``__hash__``"
120120
msgstr "``__hash__``"
@@ -126,7 +126,7 @@ msgid "``__iter__``"
126126
msgstr "``__iter__``"
127127

128128
msgid ":class:`Iterator` [1]_"
129-
msgstr ""
129+
msgstr ":class:`Iterator` [1]_"
130130

131131
msgid ":class:`Iterable`"
132132
msgstr ":class:`Iterable`"
@@ -135,13 +135,13 @@ msgid "``__next__``"
135135
msgstr "``__next__``"
136136

137137
msgid ":class:`Reversible` [1]_"
138-
msgstr ""
138+
msgstr ":class:`Reversible` [1]_"
139139

140140
msgid "``__reversed__``"
141141
msgstr "``__reversed__``"
142142

143143
msgid ":class:`Generator` [1]_"
144-
msgstr ""
144+
msgstr ":class:`Generator` [1]_"
145145

146146
msgid ":class:`Iterator`"
147147
msgstr ":class:`Iterator`"
@@ -153,19 +153,19 @@ msgid "``close``, ``__iter__``, ``__next__``"
153153
msgstr "``close``, ``__iter__``, ``__next__``"
154154

155155
msgid ":class:`Sized` [1]_"
156-
msgstr ""
156+
msgstr ":class:`Sized` [1]_"
157157

158158
msgid "``__len__``"
159159
msgstr "``__len__``"
160160

161161
msgid ":class:`Callable` [1]_"
162-
msgstr ""
162+
msgstr ":class:`Callable` [1]_"
163163

164164
msgid "``__call__``"
165165
msgstr "``__call__``"
166166

167167
msgid ":class:`Collection` [1]_"
168-
msgstr ""
168+
msgstr ":class:`Collection` [1]_"
169169

170170
msgid ":class:`Sized`, :class:`Iterable`, :class:`Container`"
171171
msgstr ":class:`Sized`, :class:`Iterable`, :class:`Container`"
@@ -274,13 +274,13 @@ msgid ":class:`MappingView`, :class:`Collection`"
274274
msgstr ":class:`MappingView`, :class:`Collection`"
275275

276276
msgid ":class:`Awaitable` [1]_"
277-
msgstr ""
277+
msgstr ":class:`Awaitable` [1]_"
278278

279279
msgid "``__await__``"
280280
msgstr "``__await__``"
281281

282282
msgid ":class:`Coroutine` [1]_"
283-
msgstr ""
283+
msgstr ":class:`Coroutine` [1]_"
284284

285285
msgid ":class:`Awaitable`"
286286
msgstr ":class:`Awaitable`"
@@ -289,13 +289,13 @@ msgid "``close``"
289289
msgstr "``close``"
290290

291291
msgid ":class:`AsyncIterable` [1]_"
292-
msgstr ""
292+
msgstr ":class:`AsyncIterable` [1]_"
293293

294294
msgid "``__aiter__``"
295295
msgstr "``__aiter__``"
296296

297297
msgid ":class:`AsyncIterator` [1]_"
298-
msgstr ""
298+
msgstr ":class:`AsyncIterator` [1]_"
299299

300300
msgid ":class:`AsyncIterable`"
301301
msgstr ":class:`AsyncIterable`"
@@ -304,7 +304,7 @@ msgid "``__anext__``"
304304
msgstr "``__anext__``"
305305

306306
msgid ":class:`AsyncGenerator` [1]_"
307-
msgstr ""
307+
msgstr ":class:`AsyncGenerator` [1]_"
308308

309309
msgid ":class:`AsyncIterator`"
310310
msgstr ":class:`AsyncIterator`"

library/csv.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-22 20:37+0000\n"
14+
"POT-Creation-Date: 2025-09-23 16:19+0000\n"
1515
"PO-Revision-Date: 2025-09-22 16:49+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -27,7 +27,7 @@ msgid ":mod:`csv` --- CSV File Reading and Writing"
2727
msgstr ""
2828

2929
msgid "**Source code:** :source:`Lib/csv.py`"
30-
msgstr ""
30+
msgstr "**Kod źródłowy:** :source:`Lib/csv.py`"
3131

3232
msgid ""
3333
"The so-called CSV (Comma Separated Values) format is the most common import "

library/curses.ascii.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-22 20:37+0000\n"
14+
"POT-Creation-Date: 2025-09-23 16:19+0000\n"
1515
"PO-Revision-Date: 2025-09-22 16:49+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -27,7 +27,7 @@ msgid ":mod:`curses.ascii` --- Utilities for ASCII characters"
2727
msgstr ""
2828

2929
msgid "**Source code:** :source:`Lib/curses/ascii.py`"
30-
msgstr ""
30+
msgstr "**Kod źródłowy:** :source:`Lib/curses/ascii.py`"
3131

3232
msgid ""
3333
"The :mod:`curses.ascii` module supplies name constants for ASCII characters "

library/curses.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.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-22 20:37+0000\n"
14+
"POT-Creation-Date: 2025-09-23 16:19+0000\n"
1515
"PO-Revision-Date: 2025-09-22 16:49+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -27,7 +27,7 @@ msgid ":mod:`curses` --- Terminal handling for character-cell displays"
2727
msgstr ""
2828

2929
msgid "**Source code:** :source:`Lib/curses`"
30-
msgstr ""
30+
msgstr "**Kod źródłowy:** :source:`Lib/curses`"
3131

3232
msgid ""
3333
"The :mod:`curses` module provides an interface to the curses library, the de-"

0 commit comments

Comments
 (0)