@@ -985,36 +985,43 @@ msgstr ""
985985
986986msgid ""
987987"Return the turtle's current location (x,y) (as a :class:`Vec2D` vector)."
988- msgstr ""
988+ msgstr "Zwraca bieżącą lokalizację żółwia (x,y) (jako wektor :class:`Vec2D`). "
989989
990990msgid "a number or a pair/vector of numbers or a turtle instance"
991- msgstr ""
991+ msgstr "liczba lub para/wektor liczb lub instancja żółwia "
992992
993993msgid "a number if *x* is a number, else ``None``"
994- msgstr ""
994+ msgstr "liczba, jeśli *x* jest liczbą, w przeciwnym razie ``None`` "
995995
996996msgid ""
997997"Return the angle between the line from turtle position to position specified "
998998"by (x,y), the vector or the other turtle. This depends on the turtle's "
999999"start orientation which depends on the mode - \" standard\" /\" world\" or "
10001000"\" logo\" ."
10011001msgstr ""
1002+ "Zwraca kąt między linią od pozycji żółwia do pozycji określonej przez (x,y), "
1003+ "wektor lub drugiego żółwia. Zależy to od orientacji początkowej żółwia, "
1004+ "która zależy od trybu – „standard”/„world” lub „logo”."
10021005
10031006msgid "Return the turtle's x coordinate."
1004- msgstr ""
1007+ msgstr "Zwraca współrzędną x żółwia. "
10051008
10061009msgid "Return the turtle's y coordinate."
1007- msgstr ""
1010+ msgstr "Zwraca współrzędną y żółwia. "
10081011
10091012msgid ""
10101013"Return the turtle's current heading (value depends on the turtle mode, see :"
10111014"func:`mode`)."
10121015msgstr ""
1016+ "Zwraca aktualny kierunek żółwia (wartość zależy od trybu żółwia, patrz :func:"
1017+ "`mode`)."
10131018
10141019msgid ""
10151020"Return the distance from the turtle to (x,y), the given vector, or the given "
10161021"other turtle, in turtle step units."
10171022msgstr ""
1023+ "Zwraca odległość od żółwia do (x,y), podanego wektora lub podanego innego "
1024+ "żółwia, w jednostkach kroku żółwia."
10181025
10191026msgid "Settings for measurement"
10201027msgstr ""
0 commit comments