Skip to content

Commit eebdf4b

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

4 files changed

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

faq/programming.po

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ msgid ""
5555
"Library Reference Manual <pdb>`. You can also write your own debugger by "
5656
"using the code for pdb as an example."
5757
msgstr ""
58+
"Moduł pdb jest prostym, ale wystarczającym debugerem działającym w trybie "
59+
"konsolowym dla Pythona. Jest częścią standardowej biblioteki Pythona i jest :"
60+
"mod:dokumentowany w podręczniku Library Reference Manual . Możesz też "
61+
"napisać własny debuger, używając kodu modułu pdb jako przykładu."
5862

5963
msgid ""
6064
"The IDLE interactive development environment, which is part of the standard "
@@ -142,6 +146,15 @@ msgid ""
142146
"rest of the Python interpreter to form a self-contained binary which acts "
143147
"exactly like your script."
144148
msgstr ""
149+
"It works by scanning your source recursively for import statements (in both "
150+
"forms) and looking for the modules in the standard Python path as well as in "
151+
"the source directory (for built-in modules). It then turns the bytecode for "
152+
"modules written in Python into C code (array initializers that can be turned "
153+
"into code objects using the marshal module) and creates a custom-made config "
154+
"file that only contains those built-in modules which are actually used in "
155+
"the program. It then compiles the generated C code and links it with the "
156+
"rest of the Python interpreter to form a self-contained binary which acts "
157+
"exactly like your script."
145158

146159
msgid ""
147160
"The following packages can help with the creation of console and GUI "

using/android.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-04-21 15:56+0000\n"
14+
"POT-Creation-Date: 2026-05-09 16:22+0000\n"
1515
"PO-Revision-Date: 2025-09-15 01:05+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)