@@ -810,6 +810,8 @@ msgid ""
810810"Convert a single string or number to a complex number, or create a complex "
811811"number from real and imaginary parts."
812812msgstr ""
813+ "Konwertowanie pojedynczego napisu lub liczby na liczba zespolona lub "
814+ "tworzenie liczba zespolona z części rzeczywistej i urojonej."
813815
814816msgid "Examples:"
815817msgstr "Przykłady:"
@@ -923,6 +925,9 @@ msgid ""
923925"Create a new dictionary. The :class:`dict` object is the dictionary class. "
924926"See :class:`dict` and :ref:`typesmapping` for documentation about this class."
925927msgstr ""
928+ "Utwórz nowy słownik. Obiekt :class:`dict` jest klasą słownik. Dokumentacja "
929+ "dotycząca tej klasy znajduje się na stronach :class:`dict` i :ref:"
930+ "`typesmapping`."
926931
927932msgid ""
928933"For other containers see the built-in :class:`list`, :class:`set`, and :"
@@ -1277,6 +1282,9 @@ msgid ""
12771282"__float__()``. If :meth:`~object.__float__` is not defined then it falls "
12781283"back to :meth:`~object.__index__`."
12791284msgstr ""
1285+ "W przypadku ogólnego obiektu Python ``x`` , ``float(x)`` deleguje do ``x."
1286+ "__float__()``. Jeśli :meth:`~object.__float__` nie jest zdefiniowana, to "
1287+ "spada z powrotem do :meth:`~object.__index__`."
12801288
12811289msgid "If no argument is given, ``0.0`` is returned."
12821290msgstr "Jeśli nie podano argumentu, zwracane jest ``0.0``."
@@ -1695,6 +1703,9 @@ msgid ""
16951703"When using ``exec()`` or ``eval()`` with separate local and global "
16961704"arguments, it returns the local namespace passed in to the function call."
16971705msgstr ""
1706+ "W przypadku korzystania z ``exec()`` lub ``eval()`` z oddzielnymi lokalnymi "
1707+ "i globalnymi argumentamy, to zwraca lokalna przestrzeń nazw przekazana do "
1708+ "wywołania funkcji."
16981709
16991710msgid ""
17001711"In all of the above cases, each call to ``locals()`` in a given frame of "
@@ -2444,6 +2455,8 @@ msgid ""
24442455"Rather than being a function, :class:`range` is actually an immutable "
24452456"sequence type, as documented in :ref:`typesseq-range` and :ref:`typesseq`."
24462457msgstr ""
2458+ "Zamiast być funkcja, :class:`range` jest w rzeczywistości niezmiennym typem "
2459+ "sekwencji, jak udokumentowano w :ref:`typesseq-range` i :ref:`typesseq`."
24472460
24482461msgid ""
24492462"Return a string containing a printable representation of an object. For "
@@ -2597,6 +2610,8 @@ msgid ""
25972610"*reverse* is a boolean value. If set to ``True``, then the list elements "
25982611"are sorted as if each comparison were reversed."
25992612msgstr ""
2613+ "*reverse* jest wartością logiczną. Jeśli jest ustawiona na ``True``, "
2614+ "elementy listy są sortowane tak, jakby każde porównanie było odwrócone."
26002615
26012616msgid ""
26022617"Use :func:`functools.cmp_to_key` to convert an old-style *cmp* function to a "
@@ -3174,6 +3189,8 @@ msgid ""
31743189"When the command line options :option:`-E` or :option:`-I` are being used, "
31753190"the environment variable :envvar:`PYTHONCASEOK` is now ignored."
31763191msgstr ""
3192+ "Gdy używane są opcje wiersza poleceń :option:`-E` lub :option:`-I`, opcja "
3193+ "zmienna środowiskowa :envvar:`PYTHONCASEOK` jest teraz ignorowana."
31773194
31783195msgid "Footnotes"
31793196msgstr "Przypisy"
0 commit comments