Skip to content

Commit ade3e6a

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 77ff792 commit ade3e6a

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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
![54.47% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.47%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.25%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.26%25-0.svg)
2020
![21 tłumaczy](https://img.shields.io/badge/tłumaczy-21-0.svg)
2121
<!-- [[[end]]] -->
2222

library/turtle.po

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1325,29 +1325,36 @@ msgid "True/False"
13251325
msgstr "True/False"
13261326

13271327
msgid "one of the strings \"left\", \"center\" or right\""
1328-
msgstr ""
1328+
msgstr "jedna z wartości „left”, „center” lub „right”"
13291329

13301330
msgid "a triple (fontname, fontsize, fonttype)"
1331-
msgstr ""
1331+
msgstr "trójka wartości (fontname, fontsize, fonttype)"
13321332

13331333
msgid ""
13341334
"Write text - the string representation of *arg* - at the current turtle "
13351335
"position according to *align* (\"left\", \"center\" or \"right\") and with "
13361336
"the given font. If *move* is true, the pen is moved to the bottom-right "
13371337
"corner of the text. By default, *move* is ``False``."
13381338
msgstr ""
1339+
"Pisze tekst – reprezentację obiektu *arg* – w bieżącej pozycji żółwia "
1340+
"zgodnie z *align* (\"left\", \"center\" lub \"right\") i z podaną czcionką. "
1341+
"Jeśli *move* to ``True``, pióro jest przesuwane do prawego dolnego rogu "
1342+
"tekstu. Domyślnie *move* ma wartość ``False``."
13391343

13401344
msgid ""
13411345
"Make the turtle invisible. It's a good idea to do this while you're in the "
13421346
"middle of doing some complex drawing, because hiding the turtle speeds up "
13431347
"the drawing observably."
13441348
msgstr ""
1349+
"Czyni żółwia niewidocznym. Dobrym pomysłem jest zrobienie tego w trakcie "
1350+
"wykonywania złożonego rysunku, ponieważ ukrycie żółwia znacznie przyspiesza "
1351+
"rysowanie."
13451352

13461353
msgid "Make the turtle visible."
1347-
msgstr ""
1354+
msgstr "Sprawia, że żółw jest widoczny."
13481355

13491356
msgid "Return ``True`` if the Turtle is shown, ``False`` if it's hidden."
1350-
msgstr ""
1357+
msgstr "Zwraca ``True`` jeśli żółw jest widoczny, ``False`` jeśli jest ukryty."
13511358

13521359
msgid "a string which is a valid shapename"
13531360
msgstr ""

0 commit comments

Comments
 (0)