File tree 2 files changed +8
-3
lines changed 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Polskie tłumaczenie dokumentacji Pythona
2
2
========================================
3
3
![ 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 )
5
5
![ 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 )
6
6
![ 19 tłumaczy] ( https://img.shields.io/badge/tłumaczy-19-0.svg )
7
7
Original file line number Diff line number Diff line change @@ -326,6 +326,11 @@ msgid ""
326
326
"independent, so the same library can be shared among systems with different "
327
327
"architectures."
328
328
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."
329
334
330
335
msgid ""
331
336
"Python does not check the cache in two circumstances. First, it always "
@@ -337,7 +342,7 @@ msgid ""
337
342
msgstr ""
338
343
339
344
msgid "Some tips for experts:"
340
- msgstr ""
345
+ msgstr "Wskazówki dla ekspertów: "
341
346
342
347
msgid ""
343
348
"You can use the :option:`-O` or :option:`-OO` switches on the Python command "
@@ -366,7 +371,7 @@ msgid ""
366
371
msgstr ""
367
372
368
373
msgid "Standard Modules"
369
- msgstr ""
374
+ msgstr "Moduły standardowe "
370
375
371
376
msgid ""
372
377
"Python comes with a library of standard modules, described in a separate "
You can’t perform that action at this time.
0 commit comments