Skip to content

Commit 31e5dfa

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent bbf1959 commit 31e5dfa

File tree

16 files changed

+107
-24
lines changed

16 files changed

+107
-24
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1717
[![core 99.00%](https://img.shields.io/badge/core-99.00%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1818
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.44%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
19-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.50%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
19+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.49%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
2020
<!-- [[[end]]] -->
2121

2222
*Przeczytaj to w innym języku: [polski](README.md)*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1616
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
1717
[![podstawowe artykuły 99.00%](https://img.shields.io/badge/podstawowe_artykuły-99.00%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1818
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.44%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
19-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.50%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
19+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.49%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
2020
<!-- [[[end]]] -->
2121

2222
*Read this in another language: [English](README.en.md)*

c-api/dict.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-25 14:12+0000\n"
14+
"POT-Creation-Date: 2025-11-03 14:20+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -64,7 +64,7 @@ msgid "Empty an existing dictionary of all key-value pairs."
6464
msgstr ""
6565

6666
msgid ""
67-
"Determine if dictionary *p* contains *key*. If an item in *p* is matches "
67+
"Determine if dictionary *p* contains *key*. If an item in *p* matches "
6868
"*key*, return ``1``, otherwise return ``0``. On error, return ``-1``. This "
6969
"is equivalent to the Python expression ``key in p``."
7070
msgstr ""
@@ -193,7 +193,7 @@ msgstr ""
193193

194194
msgid ""
195195
"Remove *key* from dictionary *p* and optionally return the removed value. Do "
196-
"not raise :exc:`KeyError` if the key missing."
196+
"not raise :exc:`KeyError` if the key is missing."
197197
msgstr ""
198198

199199
msgid ""
@@ -208,7 +208,7 @@ msgstr ""
208208

209209
msgid ""
210210
"Similar to :meth:`dict.pop`, but without the default value and not raising :"
211-
"exc:`KeyError` if the key missing."
211+
"exc:`KeyError` if the key is missing."
212212
msgstr ""
213213

214214
msgid ""

c-api/object.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-13 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-01 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+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/typeobj.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-13 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-01 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-13 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-01 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-13 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-01 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/argparse.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2025-10-13 14:15+0000\n"
15+
"POT-Creation-Date: 2025-11-03 14:20+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:00+0000\n"
1717
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -804,6 +804,13 @@ msgid ""
804804
">>> parser.parse_args(['--help'])"
805805
msgstr ""
806806

807+
msgid ""
808+
"Note that when ``color=True``, colored output depends on both environment "
809+
"variables and terminal capabilities. However, if ``color=False``, colored "
810+
"output is always disabled, even if environment variables like "
811+
"``FORCE_COLOR`` are set."
812+
msgstr ""
813+
807814
msgid "The add_argument() method"
808815
msgstr ""
809816

library/email.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-13 14:15+0000\n"
14+
"POT-Creation-Date: 2025-11-01 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: Rafael Fontenelle <[email protected]>, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/mmap.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.14\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2025-10-11 14:13+0000\n"
14+
"POT-Creation-Date: 2025-11-01 14:13+0000\n"
1515
"PO-Revision-Date: 2025-09-16 00:01+0000\n"
1616
"Last-Translator: python-doc bot, 2025\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)