Skip to content

Commit b0be871

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 593a9f7 commit b0be871

File tree

133 files changed

+319
-322
lines changed

Some content is hidden

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

133 files changed

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

c-api/bytes.po

Lines changed: 1 addition & 1 deletion
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: 2026-03-01 15:05+0000\n"
14+
"POT-Creation-Date: 2026-03-21 15:06+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/datetime.po

Lines changed: 1 addition & 1 deletion
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: 2026-03-01 15:05+0000\n"
14+
"POT-Creation-Date: 2026-03-21 15:06+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/file.po

Lines changed: 10 additions & 3 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: 2026-03-13 15:26+0000\n"
14+
"POT-Creation-Date: 2026-03-23 15:38+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -138,8 +138,15 @@ msgstr ""
138138
msgid ""
139139
"Write object *obj* to file object *p*. The only supported flag for *flags* "
140140
"is :c:macro:`Py_PRINT_RAW`; if given, the :func:`str` of the object is "
141-
"written instead of the :func:`repr`. Return ``0`` on success or ``-1`` on "
142-
"failure; the appropriate exception will be set."
141+
"written instead of the :func:`repr`."
142+
msgstr ""
143+
144+
msgid "If *obj* is ``NULL``, write the string ``\"<NULL>\"``."
145+
msgstr ""
146+
147+
msgid ""
148+
"Return ``0`` on success or ``-1`` on failure; the appropriate exception will "
149+
"be set."
143150
msgstr ""
144151

145152
msgid ""

c-api/object.po

Lines changed: 8 additions & 1 deletion
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: 2026-03-05 15:30+0000\n"
14+
"POT-Creation-Date: 2026-03-23 15:38+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -367,6 +367,9 @@ msgid ""
367367
"function."
368368
msgstr ""
369369

370+
msgid "If argument is ``NULL``, return the string ``'<NULL>'``."
371+
msgstr ""
372+
370373
msgid ""
371374
"This function now includes a debug assertion to help ensure that it does not "
372375
"silently discard an active exception."
@@ -395,6 +398,10 @@ msgid ""
395398
"bytes object."
396399
msgstr ""
397400

401+
msgid ""
402+
"If argument is ``NULL``, return the :class:`bytes` object ``b'<NULL>'``."
403+
msgstr ""
404+
398405
msgid ""
399406
"Return ``1`` if the class *derived* is identical to or derived from the "
400407
"class *cls*, otherwise return ``0``. In case of an error, return ``-1``."

faq/design.po

Lines changed: 1 addition & 1 deletion
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: 2026-03-01 15:05+0000\n"
14+
"POT-Creation-Date: 2026-03-21 15:06+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/annotations.po

Lines changed: 1 addition & 1 deletion
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: 2026-03-01 15:05+0000\n"
14+
"POT-Creation-Date: 2026-03-21 15:06+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/curses.po

Lines changed: 1 addition & 1 deletion
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: 2026-03-01 15:05+0000\n"
14+
"POT-Creation-Date: 2026-03-21 15:06+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

howto/enum.po

Lines changed: 5 additions & 5 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: 2026-03-13 15:26+0000\n"
14+
"POT-Creation-Date: 2026-03-23 15:38+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:03+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -174,8 +174,8 @@ msgid "Now we can find out what today is! Observe::"
174174
msgstr ""
175175

176176
msgid ""
177-
">>> from datetime import date\n"
178-
">>> Weekday.from_date(date.today())\n"
177+
">>> import datetime as dt\n"
178+
">>> Weekday.from_date(dt.date.today())\n"
179179
"<Weekday.TUESDAY: 2>"
180180
msgstr ""
181181

@@ -2059,8 +2059,8 @@ msgid "An example to show the :attr:`~Enum._ignore_` attribute in use::"
20592059
msgstr ""
20602060

20612061
msgid ""
2062-
">>> from datetime import timedelta\n"
2063-
">>> class Period(timedelta, Enum):\n"
2062+
">>> import datetime as dt\n"
2063+
">>> class Period(dt.timedelta, Enum):\n"
20642064
"... \"different lengths of time\"\n"
20652065
"... _ignore_ = 'Period i'\n"
20662066
"... Period = vars()\n"

0 commit comments

Comments
 (0)