Skip to content

Commit 130c76e

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent eccf878 commit 130c76e

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-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-
![95.30% Language Switcher](https://img.shields.io/badge/language_switcher-95.30%25-0.svg)
19-
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.26%25-0.svg)
18+
![95.66% Language Switcher](https://img.shields.io/badge/language_switcher-95.66%25-0.svg)
19+
![Total Translation of Documentation](https://img.shields.io/badge/Total-4.27%25-0.svg)
2020
![24 Translators](https://img.shields.io/badge/Translators-24-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-
![95.30% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-95.30%25-0.svg)
19-
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.26%25-0.svg)
18+
![95.66% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-95.66%25-0.svg)
19+
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/całość-4.27%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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3051,12 +3051,20 @@ msgid ""
30513051
"represented exactly as a float. See :ref:`tut-fp-issues` for more "
30523052
"information."
30533053
msgstr ""
3054+
"Zachowanie :func:`round` dla zmiennoprzecinkowych może być zaskakujący: na "
3055+
"przykład, ``round(2.675, 2)`` daje ``2.67`` zamiast oczekiwanego ``2.68``. "
3056+
"Nie jest to błąd: wynika to z faktu, że większość ułamków dziesiętnych nie "
3057+
"może być reprezentowana dokładnie jako liczba zmiennoprzecinkowa. Więcej "
3058+
"informacji można znaleźć na stronie :ref:`tut-fp-issues`."
30543059

30553060
msgid ""
30563061
"Return a new :class:`set` object, optionally with elements taken from "
30573062
"*iterable*. ``set`` is a built-in class. See :class:`set` and :ref:`types-"
30583063
"set` for documentation about this class."
30593064
msgstr ""
3065+
"Zwraca nowy obiekt :class:`set`, opcjonalnie z elementami pobranymi z "
3066+
"*iterable*. ``set`` jest klasą wbudowana. Dokumentacja dotycząca tej klasy "
3067+
"znajduje się na stronach :class:`set` i :ref:`types-set`."
30603068

30613069
msgid ""
30623070
"For other containers see the built-in :class:`frozenset`, :class:`list`, :"

0 commit comments

Comments
 (0)