Skip to content

Commit 6957fb4

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 6100038 commit 6957fb4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
1818
![52.72% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-52.72%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.84%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.85%25-0.svg)
2020
![5 tłumaczy](https://img.shields.io/badge/tłumaczy-5-0.svg)
2121
<!-- [[[end]]] -->
2222

library/turtle.po

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.11\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-03-01 16:38+0000\n"
14+
"POT-Creation-Date: 2024-03-09 14:21+0000\n"
1515
"PO-Revision-Date: 2023-05-24 02:21+0000\n"
1616
"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -1262,22 +1262,29 @@ msgstr ""
12621262
"Zwraca fillstate (``True`` jeśli wypełnienie, ``False`` w przeciwnym razie)."
12631263

12641264
msgid "To be called just before drawing a shape to be filled."
1265-
msgstr ""
1265+
msgstr "Do wywołania tuż przed rysowaniem kształtu do wypełnienia."
12661266

12671267
msgid "Fill the shape drawn after the last call to :func:`begin_fill`."
1268-
msgstr ""
1268+
msgstr "Wypełnia kształt narysowany po ostatnim wywołaniu :func:`begin_fill`."
12691269

12701270
msgid ""
12711271
"Whether or not overlap regions for self-intersecting polygons or multiple "
12721272
"shapes are filled depends on the operating system graphics, type of overlap, "
12731273
"and number of overlaps. For example, the Turtle star above may be either "
12741274
"all yellow or have some white regions."
12751275
msgstr ""
1276+
"To, czy obszary nakładania się przecinających się wielokątów lub wielu "
1277+
"kształtów są wypełnione, zależy od grafiki systemu operacyjnego, typu "
1278+
"nakładania się i liczby nakładających się obszarów. Na przykład żółwiowa "
1279+
"gwiazda na górze rozdziału może być cała żółta lub mieć kilka białych "
1280+
"obszarów."
12761281

12771282
msgid ""
12781283
"Delete the turtle's drawings from the screen, re-center the turtle and set "
12791284
"variables to the default values."
12801285
msgstr ""
1286+
"Usuń rysunki żółwia z ekranu, ponownie wyśrodkuj żółwia i ustaw zmienne na "
1287+
"wartości domyślne."
12811288

12821289
msgid ""
12831290
"Delete the turtle's drawings from the screen. Do not move turtle. State "

0 commit comments

Comments
 (0)