Skip to content

Commit d80b3fa

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent bd0c581 commit d80b3fa

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.en.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} Translators](https://img.shields.io/badge/Translators-{translators}-0.svg)''')
1616
]]] -->
1717
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-lint-and-build.yml/badge.svg)
18-
![82.96% Language Switcher](https://img.shields.io/badge/language_switcher-82.96%25-0.svg)
19-
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.42%25-0.svg)
18+
![83.04% Language Switcher](https://img.shields.io/badge/language_switcher-83.04%25-0.svg)
19+
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.43%25-0.svg)
2020
![25 Translators](https://img.shields.io/badge/Translators-25-0.svg)
2121
<!-- [[[end]]] -->
2222

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

library/functions.po

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,9 @@ msgid ""
534534
"<bufferobjects>`, a read-only buffer of the object will be used to "
535535
"initialize the bytes array."
536536
msgstr ""
537+
"Jeśli jest to obiekt spełniający :ref:`interfejs bufora <bufferobjects>`, "
538+
"bufor tylko-do-odczytu obiektu zostanie użyty do zainicjowania tablicy "
539+
"bajtów."
537540

538541
msgid ""
539542
"If it is an *iterable*, it must be an iterable of integers in the range ``0 "
@@ -555,6 +558,10 @@ msgid ""
555558
"class:`bytearray` -- it has the same non-mutating methods and the same "
556559
"indexing and slicing behavior."
557560
msgstr ""
561+
"Zwraca nowy obiekt „bajtów”, który jest niemutowalną sekwencją liczb "
562+
"całkowitych z zakresu ``0 <= x < 256``. :class:`bytes` jest niemutowalną "
563+
"wersją :class:`bytearray` -- ma te same niemutujące metody i to samo "
564+
"zachowanie indeksowania i slice'owania."
558565

559566
msgid ""
560567
"Accordingly, constructor arguments are interpreted as for :func:`bytearray`."

0 commit comments

Comments
 (0)