Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa05b79

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent c5fa81a commit fa05b79

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

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.98% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-54.98%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.22%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.23%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: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -985,36 +985,43 @@ msgstr ""
985985

986986
msgid ""
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

990990
msgid "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

993993
msgid "a number if *x* is a number, else ``None``"
994-
msgstr ""
994+
msgstr "liczba, jeśli *x* jest liczbą, w przeciwnym razie ``None``"
995995

996996
msgid ""
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\"."
10011001
msgstr ""
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

10031006
msgid "Return the turtle's x coordinate."
1004-
msgstr ""
1007+
msgstr "Zwraca współrzędną x żółwia."
10051008

10061009
msgid "Return the turtle's y coordinate."
1007-
msgstr ""
1010+
msgstr "Zwraca współrzędną y żółwia."
10081011

10091012
msgid ""
10101013
"Return the turtle's current heading (value depends on the turtle mode, see :"
10111014
"func:`mode`)."
10121015
msgstr ""
1016+
"Zwraca aktualny kierunek żółwia (wartość zależy od trybu żółwia, patrz :func:"
1017+
"`mode`)."
10131018

10141019
msgid ""
10151020
"Return the distance from the turtle to (x,y), the given vector, or the given "
10161021
"other turtle, in turtle step units."
10171022
msgstr ""
1023+
"Zwraca odległość od żółwia do (x,y), podanego wektora lub podanego innego "
1024+
"żółwia, w jednostkach kroku żółwia."
10181025

10191026
msgid "Settings for measurement"
10201027
msgstr ""

0 commit comments

Comments
 (0)