Skip to content

Commit 8d2de98

Browse files
GitHub Action's update-translation jobm-aciek
andcommitted
Update translation from Transifex
Co-Authored-By: Maciej Olko <[email protected]>
1 parent 3c6a562 commit 8d2de98

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1212
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-{total_strings:.2f}%25-0.svg)](https://python-docs-translations.github.io/dashboard/)''')
1313
]]] -->
1414
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
15-
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.41%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
15+
[![Total Translation of Documentation](https://img.shields.io/badge/total_words-5.42%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1616
[![Total Translation of Documentation](https://img.shields.io/badge/total_strings-12.57%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1717
<!-- [[[end]]] -->
1818

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ f'''[![build](https://github.com/python/python-docs-pl/actions/workflows/update-
1212
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-{total_strings:.2f}%25-0.svg)](https://python-docs-translations.github.io/dashboard/)''')
1313
]]] -->
1414
[![build](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml/badge.svg)](https://github.com/python/python-docs-pl/actions/workflows/update-lint-and-build.yml)
15-
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.41%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
15+
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_słów-5.42%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1616
[![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość_napisów-12.57%25-0.svg)](https://python-docs-translations.github.io/dashboard/)
1717
<!-- [[[end]]] -->
1818

library/functions.po

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,6 +2088,15 @@ msgid ""
20882088
"cases where the function inputs are already arranged into argument tuples, "
20892089
"see :func:`itertools.starmap`."
20902090
msgstr ""
2091+
"Zwraca iterator, który stosuje funkcję *function* do każdego elementu "
2092+
"*iterable*, dając wyniki. Jeśli przekazane zostaną dodatkowe argumenty "
2093+
"*iterables*, *funkcja* musi przyjmować taką liczbę argumentów i jest "
2094+
"stosowana do elementów ze wszystkich iterabli równolegle. W przypadku wielu "
2095+
"iterables, iterator zatrzymuje się, gdy najkrótszy iterable zostanie "
2096+
"wyczerpany. Jeśli *strict* jest ``True`` i jeden z iterabli wyczerpie się "
2097+
"przed innymi, rzucany jest :exc:`ValueError`. Dla przypadków, w których "
2098+
"wejścia funkcji są już ułożone w krotki argumentów, zobacz :func:`itertools."
2099+
"starmap`."
20912100

20922101
msgid "Added the *strict* parameter."
20932102
msgstr ""

0 commit comments

Comments
 (0)