Skip to content

Commit 628c218

Browse files
committed
Update translation from Transifex
1 parent af48807 commit 628c218

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

0.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194972,6 +194972,10 @@ msgid ""
194972194972
"dictionary, or instances of most classes. For example, the following "
194973194973
"function accumulates the arguments passed to it on subsequent calls::"
194974194974
msgstr ""
194975+
"**Ważna uwaga**: Wartość domyślna jest wyliczana tylko raz. Ma to znaczenie, "
194976+
"gdy domyślna wartość jest obiektem mutowalnym takim jak lista, słownik lub "
194977+
"instancje większości klas. Na przykład następująca funkcja akumuluje "
194978+
"argumenty przekazane do niej w kolejnych wywołaniach::"
194975194979

194976194980
msgid "This will print ::"
194977194981
msgstr ""

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-
![24.51% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-24.51%25-0.svg)
4+
![25.03% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-25.03%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/newest)
66
![4 tłumaczy](https://img.shields.io/badge/tłumaczy-4-0.svg)
77

tutorial/controlflow.po

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,32 +457,43 @@ msgid ""
457457
"dictionary, or instances of most classes. For example, the following "
458458
"function accumulates the arguments passed to it on subsequent calls::"
459459
msgstr ""
460+
"**Ważna uwaga**: Wartość domyślna jest wyliczana tylko raz. Ma to znaczenie, "
461+
"gdy domyślna wartość jest obiektem mutowalnym takim jak lista, słownik lub "
462+
"instancje większości klas. Na przykład następująca funkcja akumuluje "
463+
"argumenty przekazane do niej w kolejnych wywołaniach::"
460464

461465
msgid "This will print ::"
462-
msgstr ""
466+
msgstr "To wyświetli ::"
463467

464468
msgid ""
465469
"If you don't want the default to be shared between subsequent calls, you can "
466470
"write the function like this instead::"
467471
msgstr ""
472+
"Jeśli nie chcesz, żeby domyślna wartość była współdzielona pomiędzy "
473+
"kolejnymi wywołaniami, możesz napisać funkcję w ten sposób::"
468474

469475
msgid "Keyword Arguments"
470-
msgstr ""
476+
msgstr "Argumenty nazwane"
471477

472478
msgid ""
473479
"Functions can also be called using :term:`keyword arguments <keyword "
474480
"argument>` of the form ``kwarg=value``. For instance, the following "
475481
"function::"
476482
msgstr ""
483+
"Funkcje mogą być również wywoływane przy użyciu :term:`argumentów nazwanych "
484+
"<keyword argument>` w formie ``kwarg=value``. Na przykład poniższa funkcja::"
477485

478486
msgid ""
479487
"accepts one required argument (``voltage``) and three optional arguments "
480488
"(``state``, ``action``, and ``type``). This function can be called in any "
481489
"of the following ways::"
482490
msgstr ""
491+
"akceptuje jeden wymagany argument (``voltage``) i trzy opcjonalne argumenty "
492+
"(``state``, ``action`` i ``type``). Funkcja może być wywołana w dowolny z "
493+
"poniższych sposobów::"
483494

484495
msgid "but all the following calls would be invalid::"
485-
msgstr ""
496+
msgstr "ale wszystkie poniższe wywołania byłyby niepoprawne::"
486497

487498
msgid ""
488499
"In a function call, keyword arguments must follow positional arguments. All "

0 commit comments

Comments
 (0)