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

Skip to content

Commit bc95b4f

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 7fdba1e commit bc95b4f

2 files changed

Lines changed: 24 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
![56.42% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-56.42%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.19%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.21%25-0.svg)
2020
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
2121
<!-- [[[end]]] -->
2222

library/constants.po

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ msgid ""
6464
"boolean context. :data:`!NotImplemented` is the sole instance of the :data:"
6565
"`types.NotImplementedType` type."
6666
msgstr ""
67+
"Specjalna wartość, która powinna być zwracana przez specjalne metody binarne "
68+
"(np. :meth:`~object.__eq__`, :meth:`~object.__lt__`, :meth:`~object."
69+
"__add__`, :meth:`~object.__rsub__`, itp.) aby zasygnalizować, że dana "
70+
"operacja nie jest zaimplementowana w odniesieniu do drugiego typu; może być "
71+
"zwracana przez specjalne metody binarne operujące w miejscu (ang. in-place) "
72+
"(np. :meth:`~object.__imul__`, :meth:`~object.__iand__`, itp.) w tym samym "
73+
"celu. Nie powinna być ewaluowana w kontekście logicznym. :data:`!"
74+
"NotImplemented` jest jedyną instancją typu :data:`types.NotImplementedType`."
6775

6876
msgid ""
6977
"When a binary (or in-place) method returns :data:`!NotImplemented` the "
@@ -74,21 +82,35 @@ msgid ""
7482
"error message or the :data:`!NotImplemented` value being returned to Python "
7583
"code."
7684
msgstr ""
85+
"Gdy metoda binarna (albo operująca w miejscu) zwróci :data:`!"
86+
"NotImplemented`, interpreter spróbuje wykonać odpowiadającą jej operację na "
87+
"drugim typie (albo innego mechanizmu rezerwowego, w zależności od rodzaju "
88+
"operatora). Dopiero gdy wszystkie próby zwrócą :data:`!NotImplemented`, "
89+
"interpreter rzuci odpowiednim wyjątkiem. Nieprawidłowe zwracanie :data:`!"
90+
"NotImplemented` spowoduje wyświetlenie mylnego komunikatu błędu lub też "
91+
"zwrócenie wartości :data:`!NotImplemented` do kodu Pythona."
7792

7893
msgid "See :ref:`implementing-the-arithmetic-operations` for examples."
79-
msgstr ""
94+
msgstr "Zobacz przykłady w :ref:`implementing-the-arithmetic-operations`."
8095

8196
msgid ""
8297
"``NotImplementedError`` and :data:`!NotImplemented` are not interchangeable, "
8398
"even though they have similar names and purposes. See :exc:"
8499
"`NotImplementedError` for details on when to use it."
85100
msgstr ""
101+
"``NotImplementedError`` i :data:`!NotImplemented` nie są wymienne, nawet "
102+
"jeśli mają podobne nazwy i zastosowanie. Zobacz :exc:`NotImplementedError` "
103+
"by dowiedzieć się kiedy go użyć."
86104

87105
msgid ""
88106
"Evaluating :data:`!NotImplemented` in a boolean context is deprecated. While "
89107
"it currently evaluates as true, it will emit a :exc:`DeprecationWarning`. It "
90108
"will raise a :exc:`TypeError` in a future version of Python."
91109
msgstr ""
110+
"Ewaluacja :data:`!NotImplemented` w kontekście logicznym jest przestarzała. "
111+
"Podczas gdy obecnie jej wartość zostanie oceniona jako \"prawda\", to "
112+
"jednocześnie wyemituje ostrzeżenie :exc:`DeprecationWarning`. W przyszłych "
113+
"wersjach Pythona będzie rzucać wyjątkiem :exc:`TypeError`."
92114

93115
msgid ""
94116
"The same as the ellipsis literal \"``...``\". Special value used mostly in "

0 commit comments

Comments
 (0)