@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"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 "
15
15
"PO-Revision-Date : 2023-05-24 02:21+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n "
17
17
"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1291,37 +1291,46 @@ msgid ""
1291
1291
"and position of the turtle as well as drawings of other turtles are not "
1292
1292
"affected."
1293
1293
msgstr ""
1294
+ "Usuwa rysunki żółwia z ekranu. Nie rusza żółwia. Stan i pozycja żółwia, a "
1295
+ "także rysunki innych żółwi, nie zostaną zmienione."
1294
1296
1295
1297
msgid "object to be written to the TurtleScreen"
1296
- msgstr ""
1298
+ msgstr "obiekt, który ma zostać zapisany na TurtleScreen "
1297
1299
1298
1300
msgid "True/False"
1299
- msgstr ""
1301
+ msgstr "True/False "
1300
1302
1301
1303
msgid "one of the strings \" left\" , \" center\" or right\" "
1302
- msgstr ""
1304
+ msgstr "jedna z wartości „left”, „center” lub „right” "
1303
1305
1304
1306
msgid "a triple (fontname, fontsize, fonttype)"
1305
- msgstr ""
1307
+ msgstr "trójka wartości (fontname, fontsize, fonttype) "
1306
1308
1307
1309
msgid ""
1308
1310
"Write text - the string representation of *arg* - at the current turtle "
1309
1311
"position according to *align* (\" left\" , \" center\" or \" right\" ) and with "
1310
1312
"the given font. If *move* is true, the pen is moved to the bottom-right "
1311
1313
"corner of the text. By default, *move* is ``False``."
1312
1314
msgstr ""
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``."
1313
1319
1314
1320
msgid ""
1315
1321
"Make the turtle invisible. It's a good idea to do this while you're in the "
1316
1322
"middle of doing some complex drawing, because hiding the turtle speeds up "
1317
1323
"the drawing observably."
1318
1324
msgstr ""
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."
1319
1328
1320
1329
msgid "Make the turtle visible."
1321
- msgstr ""
1330
+ msgstr "Sprawia, że żółw jest widoczny. "
1322
1331
1323
1332
msgid "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. "
1325
1334
1326
1335
msgid "a string which is a valid shapename"
1327
1336
msgstr ""
0 commit comments