Skip to content

Commit 336e3a7

Browse files
GitHub Action's update-translation jobm-aciek
andcommitted
Update translation from Transifex
Co-Authored-By: Maciej Olko <maciej.olko@gmail.com>
1 parent 0d75e14 commit 336e3a7

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1616
''')
1717
]]] -->
1818
[![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)
19-
[![core 99.88%](https://img.shields.io/badge/core-99.88%25-0.svg)](https://translations.python.org/#pl)
20-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.80%25-0.svg)](https://translations.python.org/#pl)
19+
[![core 100.00%](https://img.shields.io/badge/core-100.00%25-0.svg)](https://translations.python.org/#pl)
20+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.81%25-0.svg)](https://translations.python.org/#pl)
2121
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.65%25-0.svg)](https://translations.python.org/#pl)
2222
[![lint errors count](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=lint%20errors)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
2323

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1616
''')
1717
]]] -->
1818
[![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)
19-
[![podstawowe artykuły 99.88%](https://img.shields.io/badge/podstawowe_artykuły-99.88%25-0.svg)](https://translations.python.org/#pl)
20-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.80%25-0.svg)](https://translations.python.org/#pl)
19+
[![podstawowe artykuły 100.00%](https://img.shields.io/badge/podstawowe_artykuły-100.00%25-0.svg)](https://translations.python.org/#pl)
20+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.81%25-0.svg)](https://translations.python.org/#pl)
2121
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.65%25-0.svg)](https://translations.python.org/#pl)
2222
[![liczba błędów lintowania](https://shields.io/badge/dynamic/xml?url=https%3A%2F%2Ftranslations.python.org%2Fbuild-details.html&query=%2F%2Ftr%5Btd%5B%40data-label%3D%27language%27%20and%20contains%28.%2C%20%27%28pl%29%27%29%5D%5D%20%20%20%2F%2Ftd%5B%40data-label%3D%27lint%27%5D%2Fa%2Ftext()&label=b%C5%82%C4%99dy%20lintowania)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
2323

tutorial/venv.po

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# python-doc bot, 2025
8+
# Maciej Olko <maciej.olko@gmail.com>, 2026
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2026-06-11 17:33+0000\n"
1516
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
16-
"Last-Translator: python-doc bot, 2025\n"
17+
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 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"
@@ -188,6 +189,12 @@ msgid ""
188189
"version the virtual environment is using. The best practice is to ``unset "
189190
"PYTHONPATH`` in bash or the equivalent for the shell you are using."
190191
msgstr ""
192+
"Należy pamiętać, że aktywowanie środowiska wirtualnego w żaden sposób nie "
193+
"zmienia wartości zmiennej ``PYTHONPATH``. Może to prowadzić do "
194+
"nieoczekiwanych rezultatów, jeśli ścieżka zawiera odwołania do kodu, który "
195+
"jest niezgodny z wersją Pythona używaną przez środowisko wirtualne. "
196+
"Najlepszym rozwiązaniem jest użycie polecenia ``unset PYTHONPATH`` w bashu "
197+
"lub jego odpowiednika dla używanego środowiska powłoki."
191198

192199
msgid "To deactivate a virtual environment, type::"
193200
msgstr "Aby deaktywować środowisko wirtualne, wpisz::"

0 commit comments

Comments
 (0)