@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.11\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-03-09 14:21 +0000\n "
14+ "POT-Creation-Date : 2024-03-22 16:49 +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 "
@@ -1291,37 +1291,46 @@ msgid ""
12911291"and position of the turtle as well as drawings of other turtles are not "
12921292"affected."
12931293msgstr ""
1294+ "Usuwa rysunki żółwia z ekranu. Nie rusza żółwia. Stan i pozycja żółwia, a "
1295+ "także rysunki innych żółwi, nie zostaną zmienione."
12941296
12951297msgid "object to be written to the TurtleScreen"
1296- msgstr ""
1298+ msgstr "obiekt, który ma zostać zapisany na TurtleScreen "
12971299
12981300msgid "True/False"
1299- msgstr ""
1301+ msgstr "True/False "
13001302
13011303msgid "one of the strings \" left\" , \" center\" or right\" "
1302- msgstr ""
1304+ msgstr "jedna z wartości „left”, „center” lub „right” "
13031305
13041306msgid "a triple (fontname, fontsize, fonttype)"
1305- msgstr ""
1307+ msgstr "trójka wartości (fontname, fontsize, fonttype) "
13061308
13071309msgid ""
13081310"Write text - the string representation of *arg* - at the current turtle "
13091311"position according to *align* (\" left\" , \" center\" or \" right\" ) and with "
13101312"the given font. If *move* is true, the pen is moved to the bottom-right "
13111313"corner of the text. By default, *move* is ``False``."
13121314msgstr ""
1315+ "Pisze tekst – reprezentację obiektu *arg* – w bieżącej pozycji żółwia "
1316+ "zgodnie z *align* (\" left\" , \" center\" lub \" right\" ) i z podaną czcionką. "
1317+ "Jeśli *move* to ``True``, pióro jest przesuwane do prawego dolnego rogu "
1318+ "tekstu. Domyślnie *move* ma wartość ``False``."
13131319
13141320msgid ""
13151321"Make the turtle invisible. It's a good idea to do this while you're in the "
13161322"middle of doing some complex drawing, because hiding the turtle speeds up "
13171323"the drawing observably."
13181324msgstr ""
1325+ "Czyni żółwia niewidocznym. Dobrym pomysłem jest zrobienie tego w trakcie "
1326+ "wykonywania złożonego rysunku, ponieważ ukrycie żółwia znacznie przyspiesza "
1327+ "rysowanie."
13191328
13201329msgid "Make the turtle visible."
1321- msgstr ""
1330+ msgstr "Sprawia, że żółw jest widoczny. "
13221331
13231332msgid "Return ``True`` if the Turtle is shown, ``False`` if it's hidden."
1324- msgstr ""
1333+ msgstr "Zwraca ``True`` jeśli żółw jest widoczny, ``False`` jeśli jest ukryty. "
13251334
13261335msgid "a string which is a valid shapename"
13271336msgstr ""
0 commit comments