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

Skip to content

Commit 6301d45

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent 29a78b7 commit 6301d45

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ f'''![build](https://github.com/python/python-docs-pl/workflows/.github/workflow
1515
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![56.47% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-56.47%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.22%25-0.svg)
18+
![56.67% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-56.67%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-3.23%25-0.svg)
2020
![24 tłumaczy](https://img.shields.io/badge/tłumaczy-24-0.svg)
2121
<!-- [[[end]]] -->
2222

library/functions.po

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ msgid ""
324324
"iterable`. Equivalent to calling ``x.__aiter__()``."
325325
msgstr ""
326326
"Zwraca :term:`asynchroniczny iterator <asynchronous iterator>` dla :term:"
327-
"`asynchronicznego iterable'a <asynchronous iterable>`. Ewiwalent wywołania "
327+
"`asynchronicznego iterable'a <asynchronous iterable>`. Ekwiwalent wywołania "
328328
"``x.__aiter__()``."
329329

330330
msgid "Note: Unlike :func:`iter`, :func:`aiter` has no 2-argument variant."
@@ -404,21 +404,31 @@ msgid ""
404404
"`repr` using ``\\x``, ``\\u``, or ``\\U`` escapes. This generates a string "
405405
"similar to that returned by :func:`repr` in Python 2."
406406
msgstr ""
407+
"Tak jak :func:`repr`, zwraca ciąg znaków zawierający reprezentację obiektu, "
408+
"ale wypisuje znaki nie-ASCII w zwracanym przez :func:`repr` ciągu przy "
409+
"użyciu escape'ów ``\\x``, ``\\u`` lub ``\\U``. Generuje ciąg znaków podobny "
410+
"do tego zwracanego przez :func:`repr` w Pythonie 2."
407411

408412
msgid ""
409413
"Convert an integer number to a binary string prefixed with \"0b\". The "
410414
"result is a valid Python expression. If *x* is not a Python :class:`int` "
411415
"object, it has to define an :meth:`~object.__index__` method that returns an "
412416
"integer. Some examples:"
413417
msgstr ""
418+
"Konwertuje liczbę całkowitą do binarnego ciągu znaków z prefiksem „0b”. "
419+
"Wynik jest poprawnym wyrażeniem Pythona. Jeśli *x* nie jest pythonowym "
420+
"obiektem :class:`int`, musi definiować metodę :meth:`~object.__index__`, "
421+
"która zwraca liczbę całkowitą. Kilka przykładów:"
414422

415423
msgid ""
416424
"If the prefix \"0b\" is desired or not, you can use either of the following "
417425
"ways."
418426
msgstr ""
427+
"Jeśli prefiks „0b” nie jest pożądany, możesz użyć któregoś z poniższych "
428+
"sposobów."
419429

420430
msgid "See also :func:`format` for more information."
421-
msgstr "Zobacz też :func:`format` po więcej informacji."
431+
msgstr "Zobacz też :func:`format` by uzyskać więcej informacji."
422432

423433
msgid ""
424434
"Return a Boolean value, i.e. one of ``True`` or ``False``. The argument is "

0 commit comments

Comments
 (0)