Skip to content

Commit de4d26f

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

22 files changed

+99
-84
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.899%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.898%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.899%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.898%25-0.svg)
1717
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
1818
<!-- [[[end]]] -->
1919

c-api/init.po

Lines changed: 3 additions & 3 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: 2025-01-31 14:16+0000\n"
15+
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1717
"Last-Translator: Stan Ulbrych, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1477,8 +1477,8 @@ msgid ""
14771477
msgstr ""
14781478

14791479
msgid ""
1480-
"Return a :term:`strong reference` to the ``__main__`` `module object "
1481-
"<moduleobjects>`_ for the given interpreter."
1480+
"Return a :term:`strong reference` to the ``__main__`` :ref:`module object "
1481+
"<moduleobjects>` for the given interpreter."
14821482
msgstr ""
14831483

14841484
msgid "Type of a frame evaluation function."

howto/free-threading-python.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.13\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-01-24 14:16+0000\n"
14+
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
1515
"PO-Revision-Date: 2024-10-04 14:19+0000\n"
1616
"Last-Translator: Stan Ulbrych, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -77,7 +77,7 @@ msgstr ""
7777

7878
msgid ""
7979
"To check if the current interpreter supports free-threading, :option:`python "
80-
"-VV <-V>` and :attr:`sys.version` contain \"experimental free-threading "
80+
"-VV <-V>` and :data:`sys.version` contain \"experimental free-threading "
8181
"build\". The new :func:`sys._is_gil_enabled` function can be used to check "
8282
"whether the GIL is actually disabled in the running process."
8383
msgstr ""

library/datetime.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.13\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2025-02-03 17:40+0000\n"
17+
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
1818
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
1919
"Last-Translator: Stan Ulbrych, 2025\n"
2020
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1166,7 +1166,7 @@ msgid ""
11661166
"current time in UTC is by calling ``datetime.now(timezone.utc)``."
11671167
msgstr ""
11681168

1169-
msgid "Use :meth:`datetime.now` with :attr:`UTC` instead."
1169+
msgid "Use :meth:`datetime.now` with :const:`UTC` instead."
11701170
msgstr ""
11711171

11721172
msgid ""
@@ -1250,7 +1250,7 @@ msgid ""
12501250
"`gmtime` failure."
12511251
msgstr ""
12521252

1253-
msgid "Use :meth:`datetime.fromtimestamp` with :attr:`UTC` instead."
1253+
msgid "Use :meth:`datetime.fromtimestamp` with :const:`UTC` instead."
12541254
msgstr ""
12551255

12561256
msgid ""

library/decimal.po

Lines changed: 2 additions & 2 deletions
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: 2025-02-03 17:40+0000\n"
16+
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -2291,7 +2291,7 @@ msgid ""
22912291
msgstr ""
22922292

22932293
msgid ""
2294-
"For inexact results, :attr:`MAX_PREC` is far too large on 64-bit platforms "
2294+
"For inexact results, :const:`MAX_PREC` is far too large on 64-bit platforms "
22952295
"and the available memory will be insufficient::"
22962296
msgstr ""
22972297

library/importlib.metadata.po

Lines changed: 2 additions & 2 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: 2025-01-24 14:16+0000\n"
15+
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -479,7 +479,7 @@ msgstr ""
479479

480480
msgid ""
481481
"Return a mapping from the top level module and import package names found "
482-
"via :attr:`sys.meta_path` to the names of the distribution packages (if any) "
482+
"via :data:`sys.meta_path` to the names of the distribution packages (if any) "
483483
"that provide the corresponding files."
484484
msgstr ""
485485

library/importlib.po

Lines changed: 4 additions & 4 deletions
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: 2025-01-31 14:16+0000\n"
16+
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
1717
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1818
"Last-Translator: Stan Ulbrych, 2025\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -814,7 +814,7 @@ msgstr ""
814814

815815
msgid ""
816816
"When opening as text, accepts encoding parameters such as those accepted by :"
817-
"attr:`io.TextIOWrapper`."
817+
"class:`io.TextIOWrapper`."
818818
msgstr ""
819819

820820
msgid "Read contents of ``self`` as bytes."
@@ -863,7 +863,7 @@ msgid ""
863863
"modules."
864864
msgstr ""
865865

866-
msgid "Use :attr:`BYTECODE_SUFFIXES` instead."
866+
msgid "Use :const:`BYTECODE_SUFFIXES` instead."
867867
msgstr ""
868868

869869
msgid ""
@@ -1107,7 +1107,7 @@ msgstr ""
11071107

11081108
msgid ""
11091109
"Returns ``True`` if the file path points to a package's ``__init__`` module "
1110-
"based on :attr:`EXTENSION_SUFFIXES`."
1110+
"based on :const:`EXTENSION_SUFFIXES`."
11111111
msgstr ""
11121112

11131113
msgid "Returns ``None`` as extension modules lack a code object."

library/itertools.po

Lines changed: 10 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: 2025-01-24 14:16+0000\n"
15+
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:08+0000\n"
1717
"Last-Translator: Stan Ulbrych, 2024\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1140,10 +1140,10 @@ msgid ""
11401140
msgstr ""
11411141

11421142
msgid ""
1143-
"from collections import deque\n"
1143+
"from collections import Counter, deque\n"
11441144
"from contextlib import suppress\n"
11451145
"from functools import reduce\n"
1146-
"from math import sumprod, isqrt\n"
1146+
"from math import comb, prod, sumprod, isqrt\n"
11471147
"from operator import itemgetter, getitem, mul, neg\n"
11481148
"\n"
11491149
"def take(n, iterable):\n"
@@ -1431,5 +1431,11 @@ msgid ""
14311431
" # totient(12) → 4 because len([1, 5, 7, 11]) == 4\n"
14321432
" for prime in set(factor(n)):\n"
14331433
" n -= n // prime\n"
1434-
" return n"
1434+
" return n\n"
1435+
"\n"
1436+
"def multinomial(*counts):\n"
1437+
" \"Number of distinct arrangements of a multiset.\"\n"
1438+
" # Counter('abracadabra').values() -> 5 2 1 1 2\n"
1439+
" # multinomial(5, 2, 1, 1, 2) → 83160\n"
1440+
" return prod(map(comb, accumulate(counts), counts))"
14351441
msgstr ""

library/logging.po

Lines changed: 2 additions & 2 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: 2025-02-03 17:40+0000\n"
15+
"POT-Creation-Date: 2025-02-07 14:17+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:09+0000\n"
1717
"Last-Translator: Stan Ulbrych, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -428,7 +428,7 @@ msgstr ""
428428
msgid ""
429429
"If no handler is attached to this logger (or any of its ancestors, taking "
430430
"into account the relevant :attr:`Logger.propagate` attributes), the message "
431-
"will be sent to the handler set on :attr:`lastResort`."
431+
"will be sent to the handler set on :data:`lastResort`."
432432
msgstr ""
433433

434434
msgid "The *stack_info* parameter was added."

0 commit comments

Comments
 (0)