Skip to content

Commit 3c703cd

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

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1321
-266
lines changed

library/asyncio-llapi-index.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,14 +740,14 @@ msgid "Subprocess Protocols"
740740
msgstr ""
741741

742742
msgid "``callback`` :meth:`~SubprocessProtocol.pipe_data_received`"
743-
msgstr ""
743+
msgstr "``callback`` :meth:`~SubprocessProtocol.pipe_data_received`"
744744

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

749749
msgid "``callback`` :meth:`~SubprocessProtocol.pipe_connection_lost`"
750-
msgstr ""
750+
msgstr "``callback`` :meth:`~SubprocessProtocol.pipe_connection_lost`"
751751

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

library/csv.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 15:40+0000\n"
15+
"POT-Creation-Date: 2025-09-23 15:37+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:57+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,7 +28,7 @@ msgid ":mod:`!csv` --- CSV File Reading and Writing"
2728
msgstr ""
2829

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

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

library/ctypes.po

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 15:40+0000\n"
15+
"POT-Creation-Date: 2025-09-23 15:37+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:57+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,7 +28,7 @@ msgid ":mod:`!ctypes` --- A foreign function library for Python"
2728
msgstr ""
2829

2930
msgid "**Source code:** :source:`Lib/ctypes`"
30-
msgstr ""
31+
msgstr "**Kod źródłowy:** :source:`Lib/ctypes`"
3132

3233
msgid ""
3334
":mod:`ctypes` is a foreign function library for Python. It provides C "
@@ -330,7 +331,7 @@ msgid ":class:`c_ubyte`"
330331
msgstr ":class:`c_ubyte`"
331332

332333
msgid ":c:expr:`unsigned char`"
333-
msgstr ""
334+
msgstr ":c:expr:`unsigned char`"
334335

335336
msgid ":class:`c_short`"
336337
msgstr ":class:`c_short`"
@@ -342,7 +343,7 @@ msgid ":class:`c_ushort`"
342343
msgstr ":class:`c_ushort`"
343344

344345
msgid ":c:expr:`unsigned short`"
345-
msgstr ""
346+
msgstr ":c:expr:`unsigned short`"
346347

347348
msgid ":class:`c_int`"
348349
msgstr ":class:`c_int`"
@@ -354,7 +355,7 @@ msgid ":class:`c_uint`"
354355
msgstr ":class:`c_uint`"
355356

356357
msgid ":c:expr:`unsigned int`"
357-
msgstr ""
358+
msgstr ":c:expr:`unsigned int`"
358359

359360
msgid ":class:`c_long`"
360361
msgstr ":class:`c_long`"
@@ -366,7 +367,7 @@ msgid ":class:`c_ulong`"
366367
msgstr ":class:`c_ulong`"
367368

368369
msgid ":c:expr:`unsigned long`"
369-
msgstr ""
370+
msgstr ":c:expr:`unsigned long`"
370371

371372
msgid ":class:`c_longlong`"
372373
msgstr ":class:`c_longlong`"
@@ -417,7 +418,7 @@ msgid ":class:`c_longdouble`"
417418
msgstr ":class:`c_longdouble`"
418419

419420
msgid ":c:expr:`long double`"
420-
msgstr ""
421+
msgstr ":c:expr:`long double`"
421422

422423
msgid ":class:`c_char_p`"
423424
msgstr ":class:`c_char_p`"
@@ -441,7 +442,7 @@ msgid ":class:`c_void_p`"
441442
msgstr ":class:`c_void_p`"
442443

443444
msgid ":c:expr:`void *`"
444-
msgstr ""
445+
msgstr ":c:expr:`void *`"
445446

446447
msgid "int or ``None``"
447448
msgstr ""

library/datetime.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,7 +2794,7 @@ msgid "``strptime``"
27942794
msgstr "``strptime``"
27952795

27962796
msgid "Usage"
2797-
msgstr ""
2797+
msgstr "Użytek"
27982798

27992799
msgid "Convert object to a string according to a given format"
28002800
msgstr ""
@@ -2907,7 +2907,7 @@ msgid "01, 02, ..., 31"
29072907
msgstr ""
29082908

29092909
msgid "\\(9)"
2910-
msgstr ""
2910+
msgstr "\\(9)"
29112911

29122912
msgid "``%b``"
29132913
msgstr "``%b``"
@@ -3032,7 +3032,7 @@ msgid "(empty), +0000, -0400, +1030, +063415, -030712.345216"
30323032
msgstr ""
30333033

30343034
msgid "\\(6)"
3035-
msgstr ""
3035+
msgstr "\\(6)"
30363036

30373037
msgid "``%Z``"
30383038
msgstr "``%Z``"
@@ -3138,7 +3138,7 @@ msgid ""
31383138
msgstr ""
31393139

31403140
msgid "\\(8)"
3141-
msgstr ""
3141+
msgstr "\\(8)"
31423142

31433143
msgid "``%u``"
31443144
msgstr "``%u``"

library/difflib.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 15:40+0000\n"
15+
"POT-Creation-Date: 2025-09-23 15:37+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:58+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,7 +28,7 @@ msgid ":mod:`!difflib` --- Helpers for computing deltas"
2728
msgstr ""
2829

2930
msgid "**Source code:** :source:`Lib/difflib.py`"
30-
msgstr ""
31+
msgstr "**Kod źródłowy:** :source:`Lib/difflib.py`"
3132

3233
msgid ""
3334
"This module provides classes and functions for comparing sequences. It can "

library/email.message.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgid ":mod:`!email.message`: Representing an email message"
2828
msgstr ""
2929

3030
msgid "**Source code:** :source:`Lib/email/message.py`"
31-
msgstr ""
31+
msgstr "**Kod źródłowy:** :source:`Lib/email/message.py`"
3232

3333
msgid "[1]_"
3434
msgstr "[1]_"

library/email.policy.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ msgid ":mod:`!email.policy`: Policy Objects"
2828
msgstr ""
2929

3030
msgid "**Source code:** :source:`Lib/email/policy.py`"
31-
msgstr ""
31+
msgstr "**Kod źródłowy:** :source:`Lib/email/policy.py`"
3232

3333
msgid ""
3434
"The :mod:`email` package's prime focus is the handling of email messages as "

library/idle.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ msgid "idlelib --- implementation of IDLE application"
13721372
msgstr ""
13731373

13741374
msgid "**Source code:** :source:`Lib/idlelib`"
1375-
msgstr ""
1375+
msgstr "**Kod źródłowy:** :source:`Lib/idlelib`"
13761376

13771377
msgid ""
13781378
"The Lib/idlelib package implements the IDLE application. See the rest of "

library/pdb.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
8+
# python-doc bot, 2025
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-09-19 15:40+0000\n"
15+
"POT-Creation-Date: 2025-09-23 15:37+0000\n"
1516
"PO-Revision-Date: 2025-07-18 19:58+0000\n"
16-
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n"
17+
"Last-Translator: python-doc bot, 2025\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,7 +28,7 @@ msgid ":mod:`pdb` --- The Python Debugger"
2728
msgstr ""
2829

2930
msgid "**Source code:** :source:`Lib/pdb.py`"
30-
msgstr ""
31+
msgstr "**Kod źródłowy:** :source:`Lib/pdb.py`"
3132

3233
msgid ""
3334
"The module :mod:`pdb` defines an interactive source code debugger for Python "

library/queue.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ msgid ""
105105
" priority: int\n"
106106
" item: Any=field(compare=False)"
107107
msgstr ""
108+
"from dataclasses import dataclass, field\n"
109+
"from typing import Any\n"
110+
"\n"
111+
"@dataclass(order=True)\n"
112+
"class PrioritizedItem:\n"
113+
" priority: int\n"
114+
" item: Any=field(compare=False)"
108115

109116
msgid ""
110117
"Constructor for an unbounded :abbr:`FIFO (first-in, first-out)` queue. "

0 commit comments

Comments
 (0)