Skip to content

Commit 3e12a5b

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: Blessing Oluronbi
1 parent a304fda commit 3e12a5b

12 files changed

Lines changed: 42 additions & 32 deletions

File tree

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

library/dis.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-09 16:22+0000\n"
15+
"POT-Creation-Date: 2026-05-11 18:10+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -107,7 +108,7 @@ msgid "(The \"2\" is a line number)."
107108
msgstr ""
108109

109110
msgid "Command-line interface"
110-
msgstr ""
111+
msgstr "Interfejs wiersza poleceń"
111112

112113
msgid "The :mod:`dis` module can be invoked as a script from the command line:"
113114
msgstr ""

library/ensurepip.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-27 16:32+0000\n"
15+
"POT-Creation-Date: 2026-05-11 18:10+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -73,7 +74,7 @@ msgid ""
7374
msgstr ""
7475

7576
msgid "Command-line interface"
76-
msgstr ""
77+
msgstr "Interfejs wiersza poleceń"
7778

7879
msgid ""
7980
"The command line interface is invoked using the interpreter's ``-m`` switch."

library/gzip.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-27 16:32+0000\n"
15+
"POT-Creation-Date: 2026-05-11 18:10+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -327,7 +328,7 @@ msgid ""
327328
msgstr ""
328329

329330
msgid "Command-line interface"
330-
msgstr ""
331+
msgstr "Interfejs wiersza poleceń"
331332

332333
msgid ""
333334
"The :mod:`gzip` module provides a simple command line interface to compress "

library/http.server.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-05 16:45+0000\n"
15+
"POT-Creation-Date: 2026-05-11 18:10+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -516,7 +517,7 @@ msgid ""
516517
msgstr ""
517518

518519
msgid "Command-line interface"
519-
msgstr ""
520+
msgstr "Interfejs wiersza poleceń"
520521

521522
msgid ""
522523
":mod:`http.server` can also be invoked directly using the :option:`-m` "

library/inspect.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-03 15:30+0000\n"
15+
"POT-Creation-Date: 2026-05-11 18:10+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1876,7 +1877,7 @@ msgid "The meaning of the flags is explained at :ref:`buffer-request-types`."
18761877
msgstr ""
18771878

18781879
msgid "Command-line interface"
1879-
msgstr ""
1880+
msgstr "Interfejs wiersza poleceń"
18801881

18811882
msgid ""
18821883
"The :mod:`inspect` module also provides a basic introspection capability "

library/pdb.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-04-27 16:32+0000\n"
15+
"POT-Creation-Date: 2026-05-11 18:10+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -112,7 +113,7 @@ msgid ""
112113
msgstr ""
113114

114115
msgid "Command-line interface"
115-
msgstr ""
116+
msgstr "Interfejs wiersza poleceń"
116117

117118
msgid ""
118119
"You can also invoke :mod:`pdb` from the command line to debug other "

library/site.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-07 16:56+0000\n"
15+
"POT-Creation-Date: 2026-05-11 18:10+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -272,7 +273,7 @@ msgid ""
272273
msgstr ""
273274

274275
msgid "Command-line interface"
275-
msgstr ""
276+
msgstr "Interfejs wiersza poleceń"
276277

277278
msgid ""
278279
"The :mod:`site` module also provides a way to get the user directories from "

library/sqlite3.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Blessing Oluronbi, 2026
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.13\n"
1314
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2026-05-01 15:37+0000\n"
15+
"POT-Creation-Date: 2026-05-11 18:10+0000\n"
1516
"PO-Revision-Date: 2025-09-15 01:04+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Blessing Oluronbi, 2026\n"
1718
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2026,7 +2027,7 @@ msgid ""
20262027
msgstr ""
20272028

20282029
msgid "Command-line interface"
2029-
msgstr ""
2030+
msgstr "Interfejs wiersza poleceń"
20302031

20312032
msgid ""
20322033
"The :mod:`!sqlite3` module can be invoked as a script, using the "

0 commit comments

Comments
 (0)