Skip to content

Commit c44c1e4

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
Co-Authored-By: Maciej Olko
1 parent 4a31745 commit c44c1e4

3 files changed

Lines changed: 19 additions & 7 deletions

File tree

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1717
]]] -->
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml)
1919
[![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.72%25-0.svg)](https://translations.python.org/#pl)
21-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.47%25-0.svg)](https://translations.python.org/#pl)
20+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.73%25-0.svg)](https://translations.python.org/#pl)
21+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.48%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/lint.yml)
2323

2424
<!-- [[[end]]] -->

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1717
]]] -->
1818
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-and-build.yml)
1919
[![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.72%25-0.svg)](https://translations.python.org/#pl)
21-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.47%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.73%25-0.svg)](https://translations.python.org/#pl)
21+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.48%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/lint.yml)
2323

2424
<!-- [[[end]]] -->

library/turtle.po

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
# Translators:
77
# python-doc bot, 2025
88
# Barbara Mroczek, 2026
9-
# Maciej Olko <maciej.olko@gmail.com>, 2026
9+
# Maciej Olko, 2026
1010
#
1111
#, fuzzy
1212
msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.15\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2026-08-13 14:51+0000\n"
16+
"POT-Creation-Date: 2026-08-17 14:20+0000\n"
1717
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
18-
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2026\n"
18+
"Last-Translator: Maciej Olko, 2026\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -132,6 +132,9 @@ msgid ""
132132
"error, you'll have to install the :mod:`Tk interface package <tkinter>` on "
133133
"your system."
134134
msgstr ""
135+
"Jeśli napotkasz błąd ``Standard library module '_tkinter' was not found``, "
136+
"będziesz musiał zainstalować :mod:`pakiet interfejsu Tk <tkinter>` w swoim "
137+
"systemie."
135138

136139
msgid "Basic drawing"
137140
msgstr "Podstawowe rysowanie"
@@ -289,11 +292,20 @@ msgid ""
289292
" if distance(start) < 1:\n"
290293
" break"
291294
msgstr ""
295+
"start = pos()\n"
296+
"\n"
297+
"while True:\n"
298+
" forward(200)\n"
299+
" left(170)\n"
300+
" if distance(start) < 1:\n"
301+
" break"
292302

293303
msgid ""
294304
"``distance(start) < 1`` is a good way to know when the turtle is back at its "
295305
"start position."
296306
msgstr ""
307+
"``distance(start) < 1`` to dobry sposób, aby dowiedzieć się, kiedy żółw "
308+
"powróci do pozycji startowej."
297309

298310
msgid "Finally, complete the filling::"
299311
msgstr "Na koniec uzupełnij wypełnienie::"

0 commit comments

Comments
 (0)