Skip to content

Commit 76aca63

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent 79ef0ac commit 76aca63

2 files changed

Lines changed: 11 additions & 2 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.11%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.12%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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ msgstr ""
269269
"sprawdź to z wyprzedzeniem, jeśli planujesz używać grafiki żółwia z uczniem."
270270

271271
msgid "Use the ``turtle`` module namespace"
272-
msgstr ""
272+
msgstr "Używaj przestrzeni nazw modułu ``turtle``"
273273

274274
msgid ""
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)."
280280
msgstr ""
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

282287
msgid ""
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.)"
287292
msgstr ""
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

289298
msgid "Use turtle graphics in a script"
290299
msgstr ""

0 commit comments

Comments
 (0)