Skip to content

Commit 72437e1

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: Blessing Oluronbi
1 parent 4730ad8 commit 72437e1

3 files changed

Lines changed: 8 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.775%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.779%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.775%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.779%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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,15 +489,20 @@ msgid ""
489489
"Note that using a module is also the basis for implementing the singleton "
490490
"design pattern, for the same reason."
491491
msgstr ""
492+
"Należy pamiętać, że używanie modułu jest również podstawą implementacji "
493+
"wzorca projektowego singleton, z tego samego powodu."
492494

493495
msgid "What are the \"best practices\" for using import in a module?"
494-
msgstr ""
496+
msgstr "Jakie są „najlepsze praktyki” dotyczące używania import w module?"
495497

496498
msgid ""
497499
"In general, don't use ``from modulename import *``. Doing so clutters the "
498500
"importer's namespace, and makes it much harder for linters to detect "
499501
"undefined names."
500502
msgstr ""
503+
"Ogólnie rzecz biorąc, nie należy używać from modulename import *. Powoduje "
504+
"to zaśmiecanie przestrzeni nazw importującego modułu i znacznie utrudnia "
505+
"narzędziom lintującym wykrywanie niezdefiniowanych nazw."
501506

502507
msgid ""
503508
"Import modules at the top of a file. Doing so makes it clear what other "

0 commit comments

Comments
 (0)