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

Appearance settings

Commit 130c76e

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

File tree

Expand file treeCollapse file tree

3 files changed

+12
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+12
-4
lines changed

‎README.en.md

Copy file name to clipboardExpand all lines: README.en.md
+2-2Lines 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

Copy file name to clipboardExpand all lines: README.md
+2-2Lines 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

Copy file name to clipboardExpand all lines: library/functions.po
+8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.