Skip to content

Commit da76c37

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

File tree

7 files changed

+41
-39
lines changed

7 files changed

+41
-39
lines changed

library/typing.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:50+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:`typing` --- Support for type hints"
2727
msgstr ""
2828

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

3232
msgid ""
3333
"The Python runtime does not enforce function and variable type annotations. "

library/winsound.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:50+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -85,31 +85,31 @@ msgid "Corresponding Control Panel Sound name"
8585
msgstr ""
8686

8787
msgid "``'SystemAsterisk'``"
88-
msgstr ""
88+
msgstr "``'SystemAsterisk'``"
8989

9090
msgid "Asterisk"
9191
msgstr ""
9292

9393
msgid "``'SystemExclamation'``"
94-
msgstr ""
94+
msgstr "``'SystemExclamation'``"
9595

9696
msgid "Exclamation"
9797
msgstr ""
9898

9999
msgid "``'SystemExit'``"
100-
msgstr ""
100+
msgstr "``'SystemExit'``"
101101

102102
msgid "Exit Windows"
103103
msgstr ""
104104

105105
msgid "``'SystemHand'``"
106-
msgstr ""
106+
msgstr "``'SystemHand'``"
107107

108108
msgid "Critical Stop"
109109
msgstr ""
110110

111111
msgid "``'SystemQuestion'``"
112-
msgstr ""
112+
msgstr "``'SystemQuestion'``"
113113

114114
msgid "Question"
115115
msgstr ""

library/xml.dom.minidom.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:51+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:`xml.dom.minidom` --- Minimal DOM implementation"
2727
msgstr ""
2828

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

3232
msgid ""
3333
":mod:`xml.dom.minidom` is a minimal implementation of the Document Object "

reference/lexical_analysis.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ msgid "Character with 16-bit hex value *xxxx*"
628628
msgstr ""
629629

630630
msgid "\\(6)"
631-
msgstr ""
631+
msgstr "\\(6)"
632632

633633
msgid ":samp:`\\\\U{xxxxxxxx}`"
634634
msgstr ":samp:`\\\\U{xxxxxxxx}`"
@@ -637,7 +637,7 @@ msgid "Character with 32-bit hex value *xxxxxxxx*"
637637
msgstr ""
638638

639639
msgid "\\(7)"
640-
msgstr ""
640+
msgstr "\\(7)"
641641

642642
msgid "Notes:"
643643
msgstr "Uwagi:"

whatsnew/3.3.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,7 +2667,7 @@ msgid ":c:func:`PyUnicode_FindChar`"
26672667
msgstr ":c:func:`PyUnicode_FindChar`"
26682668

26692669
msgid ":c:func:`PyUnicode_GetLength`, :c:macro:`PyUnicode_GET_LENGTH`"
2670-
msgstr ""
2670+
msgstr ":c:func:`PyUnicode_GetLength`, :c:macro:`PyUnicode_GET_LENGTH`"
26712671

26722672
msgid ":c:func:`PyUnicode_New`"
26732673
msgstr ":c:func:`PyUnicode_New`"
@@ -2676,7 +2676,7 @@ msgid ":c:func:`PyUnicode_Substring`"
26762676
msgstr ":c:func:`PyUnicode_Substring`"
26772677

26782678
msgid ":c:func:`PyUnicode_ReadChar`, :c:func:`PyUnicode_WriteChar`"
2679-
msgstr ""
2679+
msgstr ":c:func:`PyUnicode_ReadChar`, :c:func:`PyUnicode_WriteChar`"
26802680

26812681
msgid "Low-level API:"
26822682
msgstr ""
@@ -2694,7 +2694,7 @@ msgid ":c:func:`PyUnicode_FromKindAndData`"
26942694
msgstr ":c:func:`PyUnicode_FromKindAndData`"
26952695

26962696
msgid ":c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsUCS4Copy`"
2697-
msgstr ""
2697+
msgstr ":c:func:`PyUnicode_AsUCS4`, :c:func:`PyUnicode_AsUCS4Copy`"
26982698

26992699
msgid ""
27002700
":c:macro:`PyUnicode_DATA`, :c:macro:`PyUnicode_1BYTE_DATA`, :c:macro:"
@@ -2928,6 +2928,8 @@ msgid ""
29282928
":c:func:`!PyUnicode_EncodeDecimal`, :c:func:`!"
29292929
"PyUnicode_TransformDecimalToASCII`"
29302930
msgstr ""
2931+
":c:func:`!PyUnicode_EncodeDecimal`, :c:func:`!"
2932+
"PyUnicode_TransformDecimalToASCII`"
29312933

29322934
msgid "Deprecated features"
29332935
msgstr ""

whatsnew/3.8.po

Lines changed: 3 additions & 3 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:51+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1654,10 +1654,10 @@ msgid ""
16541654
msgstr ""
16551655

16561656
msgid ":c:func:`Py_INCREF`, :c:func:`Py_DECREF`"
1657-
msgstr ""
1657+
msgstr ":c:func:`Py_INCREF`, :c:func:`Py_DECREF`"
16581658

16591659
msgid ":c:func:`Py_XINCREF`, :c:func:`Py_XDECREF`"
1660-
msgstr ""
1660+
msgstr ":c:func:`Py_XINCREF`, :c:func:`Py_XDECREF`"
16611661

16621662
msgid ":c:func:`PyObject_INIT`, :c:func:`PyObject_INIT_VAR`"
16631663
msgstr ""

whatsnew/changelog.po

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,7 +3291,7 @@ msgid "Python 3.11.2 final"
32913291
msgstr ""
32923292

32933293
msgid "*Release date: 2023-02-07*"
3294-
msgstr ""
3294+
msgstr "*Data wydania: 2023-02-07*"
32953295

32963296
msgid ""
32973297
":gh:`92173`: Fix the ``defs`` and ``kwdefs`` arguments to :c:func:"
@@ -7291,7 +7291,7 @@ msgid "Python 3.11.0 alpha 7"
72917291
msgstr ""
72927292

72937293
msgid "*Release date: 2022-04-05*"
7294-
msgstr ""
7294+
msgstr "*Data wydania: 2022-04-05*"
72957295

72967296
msgid ""
72977297
":issue:`47212`: Raise :exc:`IndentationError` instead of :exc:`SyntaxError` "
@@ -8138,16 +8138,16 @@ msgid ""
81388138
msgstr ""
81398139

81408140
msgid "``_PyEval_GetAsyncGenFirstiter()``"
8141-
msgstr ""
8141+
msgstr "``_PyEval_GetAsyncGenFirstiter()``"
81428142

81438143
msgid "``_PyEval_GetAsyncGenFinalizer()``"
8144-
msgstr ""
8144+
msgstr "``_PyEval_GetAsyncGenFinalizer()``"
81458145

81468146
msgid "``_PyEval_SetAsyncGenFirstiter()``"
8147-
msgstr ""
8147+
msgstr "``_PyEval_SetAsyncGenFirstiter()``"
81488148

81498149
msgid "``_PyEval_SetAsyncGenFinalizer()``"
8150-
msgstr ""
8150+
msgstr "``_PyEval_SetAsyncGenFinalizer()``"
81518151

81528152
msgid ""
81538153
"Call the public :func:`sys.get_asyncgen_hooks` and :func:`sys."
@@ -8170,7 +8170,7 @@ msgid "Python 3.11.0 alpha 6"
81708170
msgstr ""
81718171

81728172
msgid "*Release date: 2022-03-07*"
8173-
msgstr ""
8173+
msgstr "*Data wydania: 2022-03-07*"
81748174

81758175
msgid ""
81768176
":issue:`46940`: Avoid overriding :exc:`AttributeError` metadata information "
@@ -8810,7 +8810,7 @@ msgid "Python 3.11.0 alpha 5"
88108810
msgstr ""
88118811

88128812
msgid "*Release date: 2022-02-03*"
8813-
msgstr ""
8813+
msgstr "*Data wydania: 2022-02-03*"
88148814

88158815
msgid ""
88168816
":issue:`45773`: Remove two invalid \"peephole\" optimizations from the "
@@ -9984,7 +9984,7 @@ msgid "Python 3.11.0 alpha 3"
99849984
msgstr ""
99859985

99869986
msgid "*Release date: 2021-12-08*"
9987-
msgstr ""
9987+
msgstr "*Data wydania: 2021-12-08*"
99889988

99899989
msgid ""
99909990
":issue:`46009`: Restore behavior from 3.9 and earlier when sending non-None "
@@ -11463,7 +11463,7 @@ msgid "Python 3.11.0 alpha 1"
1146311463
msgstr ""
1146411464

1146511465
msgid "*Release date: 2021-10-05*"
11466-
msgstr ""
11466+
msgstr "*Data wydania: 2021-10-05*"
1146711467

1146811468
msgid ""
1146911469
":issue:`42278`: Replaced usage of :func:`tempfile.mktemp` with :class:"
@@ -12531,10 +12531,10 @@ msgid ""
1253112531
msgstr ""
1253212532

1253312533
msgid "``a2b_hqx()``, ``b2a_hqx()``;"
12534-
msgstr ""
12534+
msgstr "``a2b_hqx()``, ``b2a_hqx()``;"
1253512535

1253612536
msgid "``rlecode_hqx()``, ``rledecode_hqx()``."
12537-
msgstr ""
12537+
msgstr "``rlecode_hqx()``, ``rledecode_hqx()``."
1253812538

1253912539
msgid "The :func:`binascii.crc_hqx` function remains available."
1254012540
msgstr ""
@@ -14978,28 +14978,28 @@ msgid ""
1497814978
msgstr ""
1497914979

1498014980
msgid "``currentThread`` => :func:`threading.current_thread`"
14981-
msgstr ""
14981+
msgstr "``currentThread`` => :func:`threading.current_thread`"
1498214982

1498314983
msgid "``activeCount`` => :func:`threading.active_count`"
14984-
msgstr ""
14984+
msgstr "``activeCount`` => :func:`threading.active_count`"
1498514985

1498614986
msgid "``Condition.notifyAll`` => :meth:`threading.Condition.notify_all`"
14987-
msgstr ""
14987+
msgstr "``Condition.notifyAll`` => :meth:`threading.Condition.notify_all`"
1498814988

1498914989
msgid "``Event.isSet`` => :meth:`threading.Event.is_set`"
14990-
msgstr ""
14990+
msgstr "``Event.isSet`` => :meth:`threading.Event.is_set`"
1499114991

1499214992
msgid "``Thread.setName`` => :attr:`threading.Thread.name`"
14993-
msgstr ""
14993+
msgstr "``Thread.setName`` => :attr:`threading.Thread.name`"
1499414994

1499514995
msgid "``thread.getName`` => :attr:`threading.Thread.name`"
14996-
msgstr ""
14996+
msgstr "``thread.getName`` => :attr:`threading.Thread.name`"
1499714997

1499814998
msgid "``Thread.isDaemon`` => :attr:`threading.Thread.daemon`"
14999-
msgstr ""
14999+
msgstr "``Thread.isDaemon`` => :attr:`threading.Thread.daemon`"
1500015000

1500115001
msgid "``Thread.setDaemon`` => :attr:`threading.Thread.daemon`"
15002-
msgstr ""
15002+
msgstr "``Thread.setDaemon`` => :attr:`threading.Thread.daemon`"
1500315003

1500415004
msgid "Patch by Jelle Zijlstra."
1500515005
msgstr ""
@@ -15414,7 +15414,7 @@ msgid "Python 3.10.0 alpha 7"
1541415414
msgstr ""
1541515415

1541615416
msgid "*Release date: 2021-04-05*"
15417-
msgstr ""
15417+
msgstr "*Data wydania: 2021-04-05*"
1541815418

1541915419
msgid ""
1542015420
":issue:`42988`: CVE-2021-3426: Remove the ``getfile`` feature of the :mod:"

0 commit comments

Comments
 (0)