Skip to content

Commit fe75369

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 4ce37f5 commit fe75369

3 files changed

Lines changed: 46 additions & 10 deletions

File tree

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1515
]]] -->
1616
[![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)
1717
[![core 100.00%](https://img.shields.io/badge/core-100.00%25-0.svg)](https://translations.python.org/#pl)
18-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.39%25-0.svg)](https://translations.python.org/#pl)
19-
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.30%25-0.svg)](https://translations.python.org/#pl)
18+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.41%25-0.svg)](https://translations.python.org/#pl)
19+
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.31%25-0.svg)](https://translations.python.org/#pl)
2020
<!-- [[[end]]] -->
2121

2222
*Przeczytaj to w innym języku: [polski](README.md)*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1515
]]] -->
1616
[![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)
1717
[![podstawowe artykuły 100.00%](https://img.shields.io/badge/podstawowe_artykuły-100.00%25-0.svg)](https://translations.python.org/#pl)
18-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.39%25-0.svg)](https://translations.python.org/#pl)
19-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.30%25-0.svg)](https://translations.python.org/#pl)
18+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.41%25-0.svg)](https://translations.python.org/#pl)
19+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.31%25-0.svg)](https://translations.python.org/#pl)
2020
<!-- [[[end]]] -->
2121

2222
*Read this in another language: [English](README.en.md)*

library/turtle.po

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.14\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2026-04-25 14:38+0000\n"
15+
"POT-Creation-Date: 2026-04-29 15:53+0000\n"
1616
"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1717
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2026\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -2343,8 +2343,8 @@ msgid ""
23432343
"Rotate the turtleshape by *angle* from its current tilt-angle, but do *not* "
23442344
"change the turtle's heading (direction of movement)."
23452345
msgstr ""
2346-
"Obróć żółwia o *kąt* w stosunku do jego aktualnego kąta nachylenia, ale "
2347-
"*nie* zmieniaj jego kursu (kierunku ruchu)."
2346+
"Obraca żółwia o *kąt* w stosunku do jego aktualnego kąta nachylenia, ale "
2347+
"*nie* zmienia jego kursu (kierunku ruchu)."
23482348

23492349
msgid ""
23502350
">>> turtle.reset()\n"
@@ -2364,7 +2364,7 @@ msgstr ""
23642364
">>> turtle.fd(50)"
23652365

23662366
msgid "a number (optional)"
2367-
msgstr ""
2367+
msgstr "liczba (opcjonalna)"
23682368

23692369
msgid ""
23702370
"Set or return the current tilt-angle. If angle is given, rotate the "
@@ -2374,6 +2374,11 @@ msgid ""
23742374
"angle between the orientation of the turtleshape and the heading of the "
23752375
"turtle (its direction of movement)."
23762376
msgstr ""
2377+
"Ustawia lub zwraca bieżący kąt nachylenia. Jeśli podano kąt, obraca żółwia "
2378+
"tak, aby wskazywał kierunek określony przez kąt, niezależnie od jego "
2379+
"aktualnego kąta nachylenia. Nie *zmienia* kierunku żółwia (kierunku ruchu). "
2380+
"Jeśli nie podano kąta: zwraca aktualny kąt nachylenia, tj. kąt między "
2381+
"orientacją kształtu żółwia a jego kursem (kierunkiem ruchu)."
23772382

23782383
msgid ""
23792384
">>> turtle.reset()\n"
@@ -2391,7 +2396,7 @@ msgstr ""
23912396
"45.0"
23922397

23932398
msgid "Set or return the current transformation matrix of the turtle shape."
2394-
msgstr ""
2399+
msgstr "Ustawia lub zwraca bieżącą macierz transformacji kształtu żółwia."
23952400

23962401
msgid ""
23972402
"If none of the matrix elements are given, return the transformation matrix "
@@ -2401,6 +2406,12 @@ msgid ""
24012406
"otherwise an error is raised. Modify stretchfactor, shearfactor and "
24022407
"tiltangle according to the given matrix."
24032408
msgstr ""
2409+
"Jeśli nie podano żadnego z elementów macierzy, zwraca macierz transformacji "
2410+
"jako krotkę 4 elementów. W przeciwnym razie ustawia podane elementy i "
2411+
"przekształca kształt żółwia zgodnie z macierzą składającą się z pierwszego "
2412+
"wiersza t11, t12 i drugiego wiersza t21, t22. Wyznacznik t11 * t22 - t12 * "
2413+
"t21 nie może być równy zero, w przeciwnym razie zostanie rzucony błąd. "
2414+
"Modyfikuje stretchfactor, shearfactor i tiltangle zgodnie z podaną macierzą."
24042415

24052416
msgid ""
24062417
">>> turtle = Turtle()\n"
@@ -2410,37 +2421,57 @@ msgid ""
24102421
">>> turtle.shapetransform()\n"
24112422
"(4.0, -1.0, -0.0, 2.0)"
24122423
msgstr ""
2424+
">>> turtle = Turtle()\n"
2425+
">>> turtle.shape(\"square\")\n"
2426+
">>> turtle.shapesize(4,2)\n"
2427+
">>> turtle.shearfactor(-0.5)\n"
2428+
">>> turtle.shapetransform()\n"
2429+
"(4.0, -1.0, -0.0, 2.0)"
24132430

24142431
msgid ""
24152432
"Return the current shape polygon as tuple of coordinate pairs. This can be "
24162433
"used to define a new shape or components of a compound shape."
24172434
msgstr ""
2435+
"Zwraca bieżący wielokąt kształtu jako krotkę par współrzędnych. Może to być "
2436+
"wykorzystane do zdefiniowania nowego kształtu lub komponentów kształtu "
2437+
"złożonego."
24182438

24192439
msgid ""
24202440
">>> turtle.shape(\"square\")\n"
24212441
">>> turtle.shapetransform(4, -1, 0, 2)\n"
24222442
">>> turtle.get_shapepoly()\n"
24232443
"((50, -20), (30, 20), (-50, 20), (-30, -20))"
24242444
msgstr ""
2445+
">>> turtle.shape(\"square\")\n"
2446+
">>> turtle.shapetransform(4, -1, 0, 2)\n"
2447+
">>> turtle.get_shapepoly()\n"
2448+
"((50, -20), (30, 20), (-50, 20), (-30, -20))"
24252449

24262450
msgid ""
24272451
"a function with two arguments which will be called with the coordinates of "
24282452
"the clicked point on the canvas"
24292453
msgstr ""
2454+
"funkcja z dwoma argumentami, która zostanie wywołana ze współrzędnymi "
2455+
"klikniętego punktu na płótnie"
24302456

24312457
msgid "number of the mouse-button, defaults to 1 (left mouse button)"
2432-
msgstr ""
2458+
msgstr "numer przycisku myszy, domyślnie 1 (lewy przycisk myszy)"
24332459

24342460
msgid ""
24352461
"``True`` or ``False`` -- if ``True``, a new binding will be added, otherwise "
24362462
"it will replace a former binding"
24372463
msgstr ""
2464+
"``True`` lub ``False`` -- jeśli ``True``, zostanie dodane nowe powiązanie, w "
2465+
"przeciwnym razie zastąpi poprzednie powiązanie"
24382466

24392467
msgid ""
24402468
"Bind *fun* to mouse-click events on this turtle. If *fun* is ``None``, "
24412469
"existing bindings are removed. Example for the anonymous turtle, i.e. the "
24422470
"procedural way:"
24432471
msgstr ""
2472+
"Wiąże *fun* ze zdarzeniami kliknięcia myszą na tym żółwiu. Jeśli *fun* to "
2473+
"``None``, istniejące powiązania są usuwane. Przykład dla anonimowego żółwia, "
2474+
"tj. sposób proceduralny:"
24442475

24452476
msgid ""
24462477
">>> def turn(x, y):\n"
@@ -2449,6 +2480,11 @@ msgid ""
24492480
">>> onclick(turn) # Now clicking into the turtle will turn it.\n"
24502481
">>> onclick(None) # event-binding will be removed"
24512482
msgstr ""
2483+
">>> def turn(x, y):\n"
2484+
"... left(180)\n"
2485+
"...\n"
2486+
">>> onclick(turn) # Teraz kliknięcie w żółwia spowoduje jego obrócenie.\n"
2487+
">>> onclick(None) # powiązanie zdarzenia zostanie usunięte"
24522488

24532489
msgid ""
24542490
"Bind *fun* to mouse-button-release events on this turtle. If *fun* is "

0 commit comments

Comments
 (0)