Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 019b78b

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 1859257 commit 019b78b

File tree

14 files changed

+508
-162
lines changed

14 files changed

+508
-162
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.743%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.753%25-0.svg)
1717
![24 Translators](https://img.shields.io/badge/Translators-24-0.svg)
1818
<!-- [[[end]]] -->
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1414
]]] -->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.743%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.753%25-0.svg)
1717
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
1818
<!-- [[[end]]] -->
1919

c-api/index.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2023, Python Software Foundation
2+
# Copyright (C) 2001-2025, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Transifex Bot <>, 2023
7+
# Stan Ulbrych, 2025
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
12-
"Project-Id-Version: Python 3.11\n"
12+
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2023-05-19 14:13+0000\n"
14+
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
16-
"Last-Translator: Transifex Bot <>, 2023\n"
16+
"Last-Translator: Stan Ulbrych, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,11 +24,15 @@ msgstr ""
2424
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
2525

2626
msgid "Python/C API Reference Manual"
27-
msgstr ""
27+
msgstr "Python/C API Podręcznik"
2828

2929
msgid ""
3030
"This manual documents the API used by C and C++ programmers who want to "
3131
"write extension modules or embed Python. It is a companion to :ref:"
3232
"`extending-index`, which describes the general principles of extension "
3333
"writing but does not document the API functions in detail."
3434
msgstr ""
35+
"Ten podręcznik dokumentuje API używany przez programistów C i C++, którzy "
36+
"chcą napisać rozszerzenie moduł lub osadzić Pythona. Jest to dodatek do :"
37+
"ref:`extending-index`, który opisuje ogólne zasady pisania rozszerzeń, ale "
38+
"nie dokumentuje szczegółowo API ."

extending/index.po

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@
66
# Translators:
77
# Krzysztof Abramowicz, 2022
88
# Maciej Olko <[email protected]>, 2022
9+
# Stan Ulbrych, 2025
910
#
1011
#, fuzzy
1112
msgid ""
1213
msgstr ""
1314
"Project-Id-Version: Python 3.13\n"
1415
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-01-17 14:16+0000\n"
16+
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:52+0000\n"
17-
"Last-Translator: Maciej Olko <[email protected]>, 2022\n"
18+
"Last-Translator: Stan Ulbrych, 2025\n"
1819
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -74,6 +75,12 @@ msgid ""
7475
"swig.org>`_ and `Numba <https://numba.pydata.org/>`_ offer both simpler and "
7576
"more sophisticated approaches to creating C and C++ extensions for Python."
7677
msgstr ""
78+
"Ten przewodnik obejmuje jedynie podstawowe narzędzia do tworzenia rozszerzeń "
79+
"w ramach tej wersji CPythona. Narzędzia innych firm, takie jak `Cython "
80+
"<https://cython.org/>`_, `cffi <https://cffi.readthedocs.io>`_, `SWIG "
81+
"<https://www.swig.org>`_ i `Numba <https://numba.pydata.org/>`_ oferują "
82+
"zarówno prostsze, jak i bardziej wyrafinowane podejścia do tworzenia "
83+
"rozszerzeń C i C++ dla Python."
7784

7885
msgid ""
7986
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."

library/ctypes.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Maciej Olko <[email protected]>, 2021
87
# Stan Ulbrych, 2025
8+
# Maciej Olko <[email protected]>, 2025
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-01-17 14:16+0000\n"
15+
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
17-
"Last-Translator: Stan Ulbrych, 2025\n"
17+
"Last-Translator: Maciej Olko <[email protected]>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -172,7 +172,7 @@ msgid ""
172172
"<_FuncPtr object at 0x...>\n"
173173
">>>"
174174
msgstr ""
175-
">>> getattr(cdll.msvcrt, \"??2@YAPAXI@Z\") \n"
175+
">>> getattr(cdll.msvcrt, \"??2@YAPAXI@Z\")\n"
176176
"<_FuncPtr object at 0x...>\n"
177177
">>>"
178178

@@ -207,7 +207,7 @@ msgid ""
207207
">>> print(libc.rand()) \n"
208208
"1804289383"
209209
msgstr ""
210-
">>> print(libc.rand()) \n"
210+
">>> print(libc.rand())\n"
211211
"1804289383"
212212

213213
msgid ""
@@ -221,7 +221,7 @@ msgid ""
221221
"0x1d000000\n"
222222
">>>"
223223
msgstr ""
224-
">>> print(hex(windll.kernel32.GetModuleHandleA(None))) \n"
224+
">>> print(hex(windll.kernel32.GetModuleHandleA(None)))\n"
225225
"0x1d000000\n"
226226
">>>"
227227

@@ -739,7 +739,7 @@ msgid ""
739739
">>> print(libc.time(None)) \n"
740740
"1150640792"
741741
msgstr ""
742-
">>> print(libc.time(None)) \n"
742+
">>> print(libc.time(None))\n"
743743
"1150640792"
744744

745745
msgid ""

library/email.parser.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Stan Ulbrych, 2025
7+
# Maciej Olko <[email protected]>, 2025
88
#
99
#, fuzzy
1010
msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-17 14:16+0000\n"
14+
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
16-
"Last-Translator: Stan Ulbrych, 2025\n"
16+
"Last-Translator: Maciej Olko <[email protected]>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1818
"MIME-Version: 1.0\n"
1919
"Content-Type: text/plain; charset=UTF-8\n"
@@ -293,7 +293,7 @@ msgid ""
293293
">>> msg = email.message_from_bytes(myBytes) "
294294
msgstr ""
295295
">>> import email\n"
296-
">>> msg = email.message_from_bytes(myBytes) "
296+
">>> msg = email.message_from_bytes(myBytes)"
297297

298298
msgid "Additional notes"
299299
msgstr ""

library/importlib.metadata.po

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Maciej Olko <[email protected]>, 2021
87
# Stan Ulbrych, 2025
8+
# Maciej Olko <[email protected]>, 2025
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-01-17 14:16+0000\n"
15+
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
17-
"Last-Translator: Stan Ulbrych, 2025\n"
17+
"Last-Translator: Maciej Olko <[email protected]>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -109,8 +109,8 @@ msgid ""
109109
"'0.32.3'"
110110
msgstr ""
111111
"(example) $ python\n"
112-
">>> from importlib.metadata import version \n"
113-
">>> version('wheel') \n"
112+
">>> from importlib.metadata import version\n"
113+
">>> version('wheel')\n"
114114
"'0.32.3'"
115115

116116
msgid ""
@@ -193,7 +193,7 @@ msgid "Query all entry points::"
193193
msgstr ""
194194

195195
msgid ">>> eps = entry_points() "
196-
msgstr ">>> eps = entry_points() "
196+
msgstr ">>> eps = entry_points()"
197197

198198
msgid ""
199199
"The :func:`!entry_points` function returns a :class:`!EntryPoints` object, a "
@@ -206,7 +206,7 @@ msgid ""
206206
"['console_scripts', 'distutils.commands', 'distutils.setup_keywords', "
207207
"'egg_info.writers', 'setuptools.installation']"
208208
msgstr ""
209-
">>> sorted(eps.groups) \n"
209+
">>> sorted(eps.groups)\n"
210210
"['console_scripts', 'distutils.commands', 'distutils.setup_keywords', "
211211
"'egg_info.writers', 'setuptools.installation']"
212212

@@ -217,15 +217,15 @@ msgid ""
217217
msgstr ""
218218

219219
msgid ">>> scripts = eps.select(group='console_scripts') "
220-
msgstr ">>> scripts = eps.select(group='console_scripts') "
220+
msgstr ">>> scripts = eps.select(group='console_scripts')"
221221

222222
msgid ""
223223
"Equivalently, since :func:`!entry_points` passes keyword arguments through "
224224
"to select::"
225225
msgstr ""
226226

227227
msgid ">>> scripts = entry_points(group='console_scripts') "
228-
msgstr ">>> scripts = entry_points(group='console_scripts') "
228+
msgstr ">>> scripts = entry_points(group='console_scripts')"
229229

230230
msgid ""
231231
"Pick out a specific script named \"wheel\" (found in the wheel project)::"
@@ -236,9 +236,9 @@ msgid ""
236236
"True\n"
237237
">>> wheel = scripts['wheel'] "
238238
msgstr ""
239-
">>> 'wheel' in scripts.names \n"
239+
">>> 'wheel' in scripts.names\n"
240240
"True\n"
241-
">>> wheel = scripts['wheel'] "
241+
">>> wheel = scripts['wheel']"
242242

243243
msgid "Equivalently, query for that entry point during selection::"
244244
msgstr ""
@@ -247,8 +247,8 @@ msgid ""
247247
">>> (wheel,) = entry_points(group='console_scripts', name='wheel') \n"
248248
">>> (wheel,) = entry_points().select(group='console_scripts', name='wheel') "
249249
msgstr ""
250-
">>> (wheel,) = entry_points(group='console_scripts', name='wheel') \n"
251-
">>> (wheel,) = entry_points().select(group='console_scripts', name='wheel') "
250+
">>> (wheel,) = entry_points(group='console_scripts', name='wheel')\n"
251+
">>> (wheel,) = entry_points().select(group='console_scripts', name='wheel')"
252252

253253
msgid "Inspect the resolved entry point::"
254254
msgstr ""
@@ -320,7 +320,7 @@ msgid ""
320320
msgstr ""
321321

322322
msgid ">>> wheel_metadata = metadata('wheel') "
323-
msgstr ">>> wheel_metadata = metadata('wheel') "
323+
msgstr ">>> wheel_metadata = metadata('wheel')"
324324

325325
msgid ""
326326
"The keys of the returned data structure name the metadata keywords, and the "
@@ -331,7 +331,7 @@ msgid ""
331331
">>> wheel_metadata['Requires-Python'] \n"
332332
"'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'"
333333
msgstr ""
334-
">>> wheel_metadata['Requires-Python'] \n"
334+
">>> wheel_metadata['Requires-Python']\n"
335335
"'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'"
336336

337337
msgid ""
@@ -378,7 +378,7 @@ msgid ""
378378
">>> version('wheel') \n"
379379
"'0.32.3'"
380380
msgstr ""
381-
">>> version('wheel') \n"
381+
">>> version('wheel')\n"
382382
"'0.32.3'"
383383

384384
msgid "Distribution files"
@@ -442,7 +442,7 @@ msgid ""
442442
">>> util.locate() \n"
443443
"PosixPath('/home/gustav/example/lib/site-packages/wheel/util.py')"
444444
msgstr ""
445-
">>> util.locate() \n"
445+
">>> util.locate()\n"
446446
"PosixPath('/home/gustav/example/lib/site-packages/wheel/util.py')"
447447

448448
msgid ""
@@ -471,7 +471,7 @@ msgid ""
471471
">>> requires('wheel') \n"
472472
"[\"pytest (>=3.0.0) ; extra == 'test'\", \"pytest-cov ; extra == 'test'\"]"
473473
msgstr ""
474-
">>> requires('wheel') \n"
474+
">>> requires('wheel')\n"
475475
"[\"pytest (>=3.0.0) ; extra == 'test'\", \"pytest-cov ; extra == 'test'\"]"
476476

477477
msgid "Mapping import to distribution packages"
@@ -545,9 +545,9 @@ msgid ""
545545
">>> type(dist) \n"
546546
"<class 'importlib.metadata.PathDistribution'>"
547547
msgstr ""
548-
">>> from importlib.metadata import distribution \n"
549-
">>> dist = distribution('wheel') \n"
550-
">>> type(dist) \n"
548+
">>> from importlib.metadata import distribution\n"
549+
">>> dist = distribution('wheel')\n"
550+
">>> type(dist)\n"
551551
"<class 'importlib.metadata.PathDistribution'>"
552552

553553
msgid ""
@@ -559,7 +559,7 @@ msgid ""
559559
">>> dist.version \n"
560560
"'0.32.3'"
561561
msgstr ""
562-
">>> dist.version \n"
562+
">>> dist.version\n"
563563
"'0.32.3'"
564564

565565
msgid ""
@@ -573,9 +573,9 @@ msgid ""
573573
">>> dist.metadata['License'] \n"
574574
"'MIT'"
575575
msgstr ""
576-
">>> dist.metadata['Requires-Python'] \n"
576+
">>> dist.metadata['Requires-Python']\n"
577577
"'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'\n"
578-
">>> dist.metadata['License'] \n"
578+
">>> dist.metadata['License']\n"
579579
"'MIT'"
580580

581581
msgid ""

library/itertools.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66
# Translators:
77
# Maciej Olko <[email protected]>, 2021
8-
# Stanislaw Ulbrych, 2024
8+
# Stan Ulbrych, 2024
99
#
1010
#, fuzzy
1111
msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-01-03 14:16+0000\n"
15+
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
17-
"Last-Translator: Stanislaw Ulbrych, 2024\n"
17+
"Last-Translator: Stan Ulbrych, 2024\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"

library/socket.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Michał Biliński <[email protected]>, 2021
99
# Maciej Olko <[email protected]>, 2023
1010
# haaritsubaki, 2023
11-
# Stan Ulbrych, 2024
11+
# Stan Ulbrych, 2025
1212
#
1313
#, fuzzy
1414
msgid ""
@@ -17,7 +17,7 @@ msgstr ""
1717
"Report-Msgid-Bugs-To: \n"
1818
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
1919
"PO-Revision-Date: 2021-06-28 01:13+0000\n"
20-
"Last-Translator: Stan Ulbrych, 2024\n"
20+
"Last-Translator: Stan Ulbrych, 2025\n"
2121
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1477,7 +1477,7 @@ msgid "platform"
14771477
msgstr ""
14781478

14791479
msgid "Windows"
1480-
msgstr ""
1480+
msgstr "Windows"
14811481

14821482
msgid ""
14831483
"The :meth:`ioctl` method is a limited interface to the WSAIoctl system "

0 commit comments

Comments
 (0)