Skip to content

Commit a6147f3

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent a1832ba commit a6147f3

File tree

12 files changed

+106
-93
lines changed

12 files changed

+106
-93
lines changed

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![83.04% Language Switcher](https://img.shields.io/badge/language_switcher-83.04%25-0.svg)
19-
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.43%25-0.svg)
18+
![82.57% Language Switcher](https://img.shields.io/badge/language_switcher-82.57%25-0.svg)
19+
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.41%25-0.svg)
2020
![25 Translators](https://img.shields.io/badge/Translators-25-0.svg)
2121
<!-- [[[end]]] -->
2222

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![83.04% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-83.04%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.43%25-0.svg)
18+
![82.57% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-82.57%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.41%25-0.svg)
2020
![25 tłumaczy](https://img.shields.io/badge/tłumaczy-25-0.svg)
2121
<!-- [[[end]]] -->
2222

c-api/stable.po

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-29 14:18+0000\n"
14+
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -99,8 +99,8 @@ msgstr ""
9999

100100
msgid ""
101101
"Python 3.2 introduced the *Limited API*, a subset of Python's C API. "
102-
"Extensions that only use the Limited API can be compiled once and work with "
103-
"multiple versions of Python. Contents of the Limited API are :ref:`listed "
102+
"Extensions that only use the Limited API can be compiled once and be loaded "
103+
"on multiple versions of Python. Contents of the Limited API are :ref:`listed "
104104
"below <limited-api-list>`."
105105
msgstr ""
106106

@@ -112,9 +112,8 @@ msgstr ""
112112
msgid ""
113113
"Define ``Py_LIMITED_API`` to the value of :c:macro:`PY_VERSION_HEX` "
114114
"corresponding to the lowest Python version your extension supports. The "
115-
"extension will work without recompilation with all Python 3 releases from "
116-
"the specified one onward, and can use Limited API introduced up to that "
117-
"version."
115+
"extension will be ABI-compatible with all Python 3 releases from the "
116+
"specified one onward, and can use Limited API introduced up to that version."
118117
msgstr ""
119118

120119
msgid ""
@@ -133,7 +132,15 @@ msgstr "stabilnego ABI"
133132

134133
msgid ""
135134
"To enable this, Python provides a *Stable ABI*: a set of symbols that will "
136-
"remain compatible across Python 3.x versions."
135+
"remain ABI-compatible across Python 3.x versions."
136+
msgstr ""
137+
138+
msgid ""
139+
"The Stable ABI prevents ABI issues, like linker errors due to missing "
140+
"symbols or data corruption due to changes in structure layouts or function "
141+
"signatures. However, other changes in Python can change the *behavior* of "
142+
"extensions. See Python's Backwards Compatibility Policy (:pep:`387`) for "
143+
"details."
137144
msgstr ""
138145

139146
msgid ""

c-api/type.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66
# Translators:
77
# haaritsubaki, 2023
8-
# Stan U, 2024
8+
# Stanislaw 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: 2024-11-22 14:17+0000\n"
15+
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:50+0000\n"
17-
"Last-Translator: Stan U, 2024\n"
17+
"Last-Translator: Stanislaw 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"

howto/gdb_helpers.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-29 14:18+0000\n"
15+
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
1616
"PO-Revision-Date: 2024-02-25 01:11+0000\n"
1717
"Last-Translator: Stanislaw Ulbrych, 2024\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -263,12 +263,14 @@ msgstr ""
263263

264264
msgid ""
265265
"The internal structure can be revealed with a cast to :c:expr:`PyLongObject "
266-
"*`:"
266+
"*`::"
267267
msgstr ""
268268

269269
msgid ""
270-
"(gdb) p *(PyLongObject*)some_python_integer $5 = {ob_base = {ob_base = "
271-
"{ob_refcnt = 8, ob_type = 0x3dad39f5e0}, ob_size = 1}, ob_digit = {42}}"
270+
"(gdb) p *(PyLongObject*)some_python_integer\n"
271+
"$5 = {ob_base = {ob_base = {ob_refcnt = 8, ob_type = 0x3dad39f5e0}, ob_size "
272+
"= 1},\n"
273+
"ob_digit = {42}}"
272274
msgstr ""
273275

274276
msgid ""

library/asyncio-sync.po

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-29 14:18+0000\n"
15+
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:55+0000\n"
1717
"Last-Translator: Stanislaw Ulbrych, 2024\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -302,17 +302,18 @@ msgstr ""
302302

303303
msgid ""
304304
"Note that a task *may* return from this call spuriously, which is why the "
305-
"caller should always re-check the state and be prepared to :meth:`wait` "
306-
"again. For this reason, you may prefer to use :meth:`wait_for` instead."
305+
"caller should always re-check the state and be prepared to :meth:`~Condition."
306+
"wait` again. For this reason, you may prefer to use :meth:`~Condition."
307+
"wait_for` instead."
307308
msgstr ""
308309

309310
msgid "Wait until a predicate becomes *true*."
310311
msgstr ""
311312

312313
msgid ""
313314
"The predicate must be a callable which result will be interpreted as a "
314-
"boolean value. The method will repeatedly :meth:`wait` until the predicate "
315-
"evaluates to *true*. The final value is the return value."
315+
"boolean value. The method will repeatedly :meth:`~Condition.wait` until the "
316+
"predicate evaluates to *true*. The final value is the return value."
316317
msgstr ""
317318

318319
msgid "Semaphore"
@@ -489,8 +490,9 @@ msgstr ""
489490

490491
msgid ""
491492
"Put the barrier into a broken state. This causes any active or future calls "
492-
"to :meth:`wait` to fail with the :class:`BrokenBarrierError`. Use this for "
493-
"example if one of the tasks needs to abort, to avoid infinite waiting tasks."
493+
"to :meth:`~Barrier.wait` to fail with the :class:`BrokenBarrierError`. Use "
494+
"this for example if one of the tasks needs to abort, to avoid infinite "
495+
"waiting tasks."
494496
msgstr ""
495497

496498
msgid "The number of tasks required to pass the barrier."

library/collections.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.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-11-29 14:18+0000\n"
14+
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
1616
"Last-Translator: Stanislaw Ulbrych, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -886,10 +886,10 @@ msgstr ""
886886
msgid ""
887887
"When each key is encountered for the first time, it is not already in the "
888888
"mapping; so an entry is automatically created using the :attr:`~defaultdict."
889-
"default_factory` function which returns an empty :class:`list`. The :meth:"
890-
"`list.append` operation then attaches the value to the new list. When keys "
889+
"default_factory` function which returns an empty :class:`list`. The :meth:`!"
890+
"list.append` operation then attaches the value to the new list. When keys "
891891
"are encountered again, the look-up proceeds normally (returning the list for "
892-
"that key) and the :meth:`list.append` operation adds another value to the "
892+
"that key) and the :meth:`!list.append` operation adds another value to the "
893893
"list. This technique is simpler and faster than an equivalent technique "
894894
"using :meth:`dict.setdefault`:"
895895
msgstr ""

library/dis.po

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.13\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-11-29 14:18+0000\n"
16+
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
1818
"Last-Translator: Stanislaw Ulbrych, 2024\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1204,6 +1204,11 @@ msgid ""
12041204
"guaranteed to be initialized. It cannot raise :exc:`UnboundLocalError`."
12051205
msgstr ""
12061206

1207+
msgid ""
1208+
"Pushes references to ``co_varnames[var_nums >> 4]`` and "
1209+
"``co_varnames[var_nums & 15]`` onto the stack."
1210+
msgstr ""
1211+
12071212
msgid ""
12081213
"Pushes a reference to the local ``co_varnames[var_num]`` onto the stack, "
12091214
"raising an :exc:`UnboundLocalError` if the local variable has not been "
@@ -1219,6 +1224,17 @@ msgstr ""
12191224
msgid "Stores ``STACK.pop()`` into the local ``co_varnames[var_num]``."
12201225
msgstr ""
12211226

1227+
msgid ""
1228+
"Stores ``STACK[-1]`` into ``co_varnames[var_nums >> 4]`` and ``STACK[-2]`` "
1229+
"into ``co_varnames[var_nums & 15]``."
1230+
msgstr ""
1231+
1232+
msgid ""
1233+
"Stores ``STACK.pop()`` into the local ``co_varnames[var_nums >> 4]`` and "
1234+
"pushes a reference to the local ``co_varnames[var_nums & 15]`` onto the "
1235+
"stack."
1236+
msgstr ""
1237+
12221238
msgid "Deletes local ``co_varnames[var_num]``."
12231239
msgstr ""
12241240

library/itertools.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.13\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-11-29 14:18+0000\n"
15+
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1717
"Last-Translator: Stanislaw Ulbrych, 2024\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1182,6 +1182,11 @@ msgid ""
11821182
" \"Returns the sequence elements n times.\"\n"
11831183
" return chain.from_iterable(repeat(tuple(iterable), n))\n"
11841184
"\n"
1185+
"def loops(n):\n"
1186+
" \"Loop n times. Like range(n) but without creating integers.\"\n"
1187+
" # for _ in loops(100): ...\n"
1188+
" return repeat(None, n)\n"
1189+
"\n"
11851190
"def tail(n, iterable):\n"
11861191
" \"Return an iterator over the last n items.\"\n"
11871192
" # tail(3, 'ABCDEFG') → E F G\n"
@@ -1409,6 +1414,11 @@ msgid ""
14091414
" data[p*p : n : p+p] = bytes(len(range(p*p, n, p+p)))\n"
14101415
" yield from iter_index(data, 1, start=3)\n"
14111416
"\n"
1417+
"def is_prime(n):\n"
1418+
" \"Return True if n is prime.\"\n"
1419+
" # is_prime(1_000_000_000_000_403) → True\n"
1420+
" return n > 1 and all(n % p for p in sieve(math.isqrt(n) + 1))\n"
1421+
"\n"
14121422
"def factor(n):\n"
14131423
" \"Prime factors of n.\"\n"
14141424
" # factor(99) → 3 3 11\n"

library/string.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66
# Translators:
77
# Maciej Olko <maciej.olko@gmail.com>, 2023
8-
# Stan U, 2024
8+
# Stanislaw 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: 2024-11-22 14:17+0000\n"
15+
"POT-Creation-Date: 2024-12-06 14:18+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:14+0000\n"
17-
"Last-Translator: Stan U, 2024\n"
17+
"Last-Translator: Stanislaw 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"
@@ -714,6 +714,13 @@ msgid ""
714714
"other format modifiers."
715715
msgstr ""
716716

717+
msgid ""
718+
"The result should be correctly rounded to a given precision ``p`` of digits "
719+
"after the decimal point. The rounding mode for :class:`float` matches that "
720+
"of the :func:`round` builtin. For :class:`~decimal.Decimal`, the rounding "
721+
"mode of the current :ref:`context <decimal-context>` will be used."
722+
msgstr ""
723+
717724
msgid ""
718725
"The available presentation types for :class:`complex` are the same as those "
719726
"for :class:`float` (``'%'`` is not allowed). Both the real and imaginary "

0 commit comments

Comments
 (0)