Skip to content

Commit e63d9a0

Browse files
committed
Update translation from Transifex
1 parent 2a8f0ed commit e63d9a0

3 files changed

Lines changed: 8 additions & 14 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Polskie tłumaczenie dokumentacji Pythona
22
========================================
33
![build](https://github.com/python/python-docs-pl/workflows/.github/workflows/update-and-build.yml/badge.svg)
4-
![37.66% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-37.66%25-0.svg)
4+
![37.56% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-37.56%25-0.svg)
55
![postęp tłumaczenia całości dokumentacji](https://img.shields.io/badge/dynamic/json.svg?label=całość&query=$.pl&url=http://gce.zhsj.me/python/39)
66
![9 tłumaczy](https://img.shields.io/badge/tłumaczy-9-0.svg)
77

library/importlib_metadata.po

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-05-20 06:27+0000\n"
14+
"POT-Creation-Date: 2021-06-28 06:43+0000\n"
1515
"PO-Revision-Date: 2019-09-01 14:41+0000\n"
1616
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2020\n"
1717
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -26,6 +26,9 @@ msgstr ""
2626
msgid "Using :mod:`!importlib.metadata`"
2727
msgstr ""
2828

29+
msgid "**Source code:** :source:`Lib/importlib/metadata.py`"
30+
msgstr ""
31+
2932
msgid ""
3033
"This functionality is provisional and may deviate from the usual version "
3134
"semantics of the standard library."

tutorial/controlflow.po

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgid ""
1414
msgstr ""
1515
"Project-Id-Version: Python 3.9\n"
1616
"Report-Msgid-Bugs-To: \n"
17-
"POT-Creation-Date: 2021-05-13 06:20+0000\n"
17+
"POT-Creation-Date: 2021-06-28 06:43+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:40+0000\n"
1919
"Last-Translator: m_aciek <maciej.olko@gmail.com>, 2021\n"
2020
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -154,18 +154,9 @@ msgstr ""
154154

155155
msgid ""
156156
"Later we will see more functions that return iterables and take iterables as "
157-
"arguments. Lastly, maybe you are curious about how to get a list from a "
158-
"range. Here is the solution::"
157+
"arguments. In chapter :ref:`tut-structures`, we will discuss in more detail "
158+
"about :func:`list`."
159159
msgstr ""
160-
"Później obejrzymy więcej funkcji, które zwracają iterable i biorą iterable "
161-
"jako argumenty. Może jesteś ciekawy(-a) jak uzyskać listę z zakresu. Tutaj "
162-
"jest rozwiązanie::"
163-
164-
msgid ""
165-
"In chapter :ref:`tut-structures`, we will discuss in more detail about :func:"
166-
"`list`."
167-
msgstr ""
168-
"W rozdziale :ref:`tut-structures` omówimy bardziej szczegółowo :func:`list`."
169160

170161
msgid ""
171162
":keyword:`!break` and :keyword:`!continue` Statements, and :keyword:`!else` "

0 commit comments

Comments
 (0)