|
5 | 5 | #
|
6 | 6 | # Translators:
|
7 | 7 | # python-doc bot, 2025
|
| 8 | +# Maciej Olko <[email protected]>, 2025 |
8 | 9 | #
|
9 | 10 | #, fuzzy
|
10 | 11 | msgid ""
|
11 | 12 | msgstr ""
|
12 | 13 | "Project-Id-Version: Python 3.14\n"
|
13 | 14 | "Report-Msgid-Bugs-To: \n"
|
14 |
| -"POT-Creation-Date: 2025-09-16 17:23+0000\n" |
| 15 | +"POT-Creation-Date: 2025-09-27 14:12+0000\n" |
15 | 16 | "PO-Revision-Date: 2025-09-16 00:01+0000\n"
|
16 |
| -"Last-Translator: python-doc bot, 2025\n" |
| 17 | +" Last-Translator: Maciej Olko <[email protected]>, 2025\n" |
17 | 18 | "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
|
18 | 19 | "MIME-Version: 1.0\n"
|
19 | 20 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -411,6 +412,10 @@ msgid ""
|
411 | 412 | "`int` object, it has to define an :meth:`~object.__index__` method that "
|
412 | 413 | "returns an integer. Some examples:"
|
413 | 414 | msgstr ""
|
| 415 | +"Konwertuje liczbę całkowitą do binarnego ciągu znaków z prefiksem „0b”. " |
| 416 | +"Wynik jest poprawnym wyrażeniem Pythona. Jeśli *integer* nie jest pythonowym " |
| 417 | +"obiektem :class:`int`, musi definiować metodę :meth:`~object.__index__`, " |
| 418 | +"która zwraca liczbę całkowitą. Kilka przykładów:" |
414 | 419 |
|
415 | 420 | msgid ""
|
416 | 421 | "If the prefix \"0b\" is desired or not, you can use either of the following "
|
@@ -592,11 +597,17 @@ msgid ""
|
592 | 597 | "point. For example, ``chr(97)`` returns the string ``'a'``, while "
|
593 | 598 | "``chr(8364)`` returns the string ``'€'``. This is the inverse of :func:`ord`."
|
594 | 599 | msgstr ""
|
| 600 | +"Zwraca ciąg znaków reprezentujący znak dla podanego punktu kodowego Unicode. " |
| 601 | +"Na przykład ``chr(97)`` zwraca ciąg znaków ``'a'``, a ``chr(8364)`` zwraca " |
| 602 | +"ciąg ``'€'``. Jest odwrotnością :func:`ord`." |
595 | 603 |
|
596 | 604 | msgid ""
|
597 | 605 | "The valid range for the argument is from 0 through 1,114,111 (0x10FFFF in "
|
598 | 606 | "base 16). :exc:`ValueError` will be raised if it is outside that range."
|
599 | 607 | msgstr ""
|
| 608 | +"Poprawnym zakresem argumentu są wartości od 0 do 1 114 111 (0x10FFFF w " |
| 609 | +"systemie szesnastkowym). Dla wartości poza tym zakresem zostanie rzucony :" |
| 610 | +"exc:`ValueError`." |
600 | 611 |
|
601 | 612 | msgid "Transform a method into a class method."
|
602 | 613 | msgstr "Przekształca metodę w metodę klasową."
|
@@ -930,6 +941,8 @@ msgid ""
|
930 | 941 | "See also :meth:`complex.from_number` which only accepts a single numeric "
|
931 | 942 | "argument."
|
932 | 943 | msgstr ""
|
| 944 | +"Zobacz też :meth:`complex.from_number`, która akceptuje tylko jeden argument " |
| 945 | +"numeryczny." |
933 | 946 |
|
934 | 947 | msgid "If all arguments are omitted, returns ``0j``."
|
935 | 948 | msgstr "Jeśli wszystkie argumenty zostaną pominięte, zwraca ``0j`` ."
|
|
0 commit comments