Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit696c398

Browse files
GitHub Action's update-translation jobm-aciek
GitHub Action's update-translation job
andcommitted
Update translation from Transifex
Co-Authored-By: Maciej Olko <maciej.olko@gmail.com>
1 parent305f5d3 commit696c398

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

‎README.en.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1414
]]]-->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.635%25-0.svg)
16+
![Total Translation of Documentation](https://img.shields.io/badge/Total-5.645%25-0.svg)
1717
![3 Translators](https://img.shields.io/badge/Translators-3-0.svg)
1818
<!-- [[[end]]]-->
1919

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ f'''![build](https://github.com/python/python-docs-pl/actions/workflows/update-l
1313
![{translators} tłumaczy](https://img.shields.io/badge/tłumaczy-{translators}-0.svg)''')
1414
]]]-->
1515
![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)
16-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.635%25-0.svg)
16+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-5.645%25-0.svg)
1717
![3 tłumaczy](https://img.shields.io/badge/tłumaczy-3-0.svg)
1818
<!-- [[[end]]]-->
1919

‎library/functions.po‎

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,10 @@ msgid ""
16181618
"\"0x\". If *integer* is not a Python :class:`int` object, it has to define "
16191619
"an :meth:`~object.__index__` method that returns an integer. Some examples:"
16201620
msgstr""
1621+
"Konwertuje liczbę całkowitą na zapis szesnastkowy małymi literami "
1622+
"poprzedzony\"0x\". Jeśli *integer* nie jest pythonowym obiektem :class:"
1623+
"`int` , musi definiować metodę :meth:`~object.__index__`, która zwraca "
1624+
"liczbę całkowitą. Kilka przykładów:"
16211625

16221626
msgid""
16231627
"If you want to convert an integer number to an uppercase or lower "
@@ -1888,6 +1892,18 @@ msgid ""
18881892
"the value returned is equal to *sentinel*, :exc:`StopIteration` will be "
18891893
"raised, otherwise the value will be returned."
18901894
msgstr""
1895+
"Zwraca obiekt :term:`iteratora <iterator>`. Pierwszy argument jest "
1896+
"interpretowany bardzo różnie w zależności od obecności drugiego argumentu. "
1897+
"Bez drugiego argumentu, jedyny argument musi być obiektem kolekcji, która "
1898+
"obsługuje protokół :term:`iterable` (metoda :meth:`~object.__iter__` ), lub "
1899+
"musi obsługiwać protokół sekwencji (metoda :meth:`~object.__getitem__` z "
1900+
"argumentami liczb całkowitych zaczynających się od ``0``). Jeśli nie "
1901+
"obsługuje żadnego z tych protokołów, zostanie rzucony :exc:`TypeError`. "
1902+
"Jeśli podano drugi argument, *sentinel*, to pierwszy argument musi być "
1903+
"obiektem wywoływalnym. Utworzony w tym przypadku iterator będzie wywoływał "
1904+
"*callable* bez argumentu dla każdego wywołania jego metody :meth:`~iterator."
1905+
"__next__`; jeśli zwrócona wartość jest równa *sentinel*, zostanie rzucone :"
1906+
"exc:`StopIteration`, w przeciwnym razie zostanie zwrócona wartość."
18911907

18921908
msgid"See also :ref:`typeiter`."
18931909
msgstr"Zobacz także :ref:`typeiter`."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp