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

Skip to content

Commit eaa9646

Browse files
committed
Update translation from Transifex
1 parent 4df33e0 commit eaa9646

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Polskie tłumaczenie dokumentacji Pythona
22
========================================
33
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![44.23% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-44.23%25-0.svg)
4+
![44.50% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-44.50%25-0.svg)
55
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/39)
66
![19 tłumaczy](https://img.shields.io/badge/tłumaczy-19-0.svg)
77

tutorial/modules.po

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,11 @@ msgid ""
326326
"independent, so the same library can be shared among systems with different "
327327
"architectures."
328328
msgstr ""
329+
"Python porównuje datę modyfikacji źródła ze skompilowaną wersją, aby "
330+
"ustalić, czy jest przeterminowana i powinna zostać zrekompilowana. To "
331+
"całkowicie automatyczny proces. Skompilowane moduły są niezależne od "
332+
"platformy, więc ta sama biblioteka może być współdzielona pomiędzy systemami "
333+
"z innymi architekturami."
329334

330335
msgid ""
331336
"Python does not check the cache in two circumstances. First, it always "
@@ -337,7 +342,7 @@ msgid ""
337342
msgstr ""
338343

339344
msgid "Some tips for experts:"
340-
msgstr ""
345+
msgstr "Wskazówki dla ekspertów:"
341346

342347
msgid ""
343348
"You can use the :option:`-O` or :option:`-OO` switches on the Python command "
@@ -366,7 +371,7 @@ msgid ""
366371
msgstr ""
367372

368373
msgid "Standard Modules"
369-
msgstr ""
374+
msgstr "Moduły standardowe"
370375

371376
msgid ""
372377
"Python comes with a library of standard modules, described in a separate "

0 commit comments

Comments
 (0)