@@ -269,7 +269,7 @@ msgstr ""
269269"sprawdź to z wyprzedzeniem, jeśli planujesz używać grafiki żółwia z uczniem."
270270
271271msgid "Use the ``turtle`` module namespace"
272- msgstr ""
272+ msgstr "Używaj przestrzeni nazw modułu ``turtle`` "
273273
274274msgid ""
275275"Using ``from turtle import *`` is convenient - but be warned that it imports "
@@ -278,13 +278,22 @@ msgid ""
278278"an issue if you're using turtle graphics in a script where other modules "
279279"might be imported)."
280280msgstr ""
281+ "Korzystanie z ``from turtle import *`` jest wygodne – ale należy pamiętać, "
282+ "że importuje dość dużą kolekcję obiektów, a jeśli robisz cokolwiek innego "
283+ "niż grafika żółwia, ryzykujesz konflikt nazw (staje się to jeszcze większym "
284+ "problemem, jeśli używasz grafiki żółwia w skrypcie, w którym mogą być "
285+ "importowane inne moduły)."
281286
282287msgid ""
283288"The solution is to use ``import turtle`` - ``fd()`` becomes ``turtle.fd()``, "
284289"``width()`` becomes ``turtle.width()`` and so on. (If typing \" turtle\" over "
285290"and over again becomes tedious, use for example ``import turtle as t`` "
286291"instead.)"
287292msgstr ""
293+ "Rozwiązaniem jest użycie ``import turtle`` – ``fd()`` staje się ``turtle."
294+ "fd()``, ``width()`` staje się ``turtle.width()`` i tak dalej. (Jeśli "
295+ "wpisywanie „turtle” w kółko staje się uciążliwe, użyj na przykład ``import "
296+ "turtle as t``.)"
288297
289298msgid "Use turtle graphics in a script"
290299msgstr ""
0 commit comments