Skip to content

Commit c1d699a

Browse files
committed
Update translation from Transifex
1 parent 555adf0 commit c1d699a

2 files changed

Lines changed: 13 additions & 2 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-
![22.88% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-22.88%25-0.svg)
4+
![22.87% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-22.87%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/newest)
66
![4 tłumaczy](https://img.shields.io/badge/tłumaczy-4-0.svg)
77

library/functions.po

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.8\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2020-08-23 14:54+0000\n"
14+
"POT-Creation-Date: 2020-10-21 15:27+0000\n"
1515
"PO-Revision-Date: 2020-05-30 12:02+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"
@@ -512,6 +512,12 @@ msgid ""
512512
"single interactive statement (in the latter case, expression statements that "
513513
"evaluate to something other than ``None`` will be printed)."
514514
msgstr ""
515+
"Argument *mode* określa, jaki rodzaj kodu ma zostać skompilowany; może mieć "
516+
"wartość ``'exec'`` jeśli *źródło* składa się z sekwencji instrukcji, "
517+
"``'eval'`` jeśli składa się z jednego wyrażenia lub ``'single'`` jeśli "
518+
"składa się z jednej interaktywnej instrukcji (w ostatnim przypadku, "
519+
"instrukcje wyrażeń, które ewaluują się do czegoś innego niż ``None``, "
520+
"zostaną wydrukowane na standardowe wyjście)."
515521

516522
msgid ""
517523
"The optional arguments *flags* and *dont_inherit* control which :ref:`future "
@@ -1019,6 +1025,11 @@ msgid ""
10191025
"value."
10201026
msgstr ""
10211027

1028+
msgid ""
1029+
"Raises an :ref:`auditing event <auditing>` ``builtins.id`` with argument "
1030+
"``id``."
1031+
msgstr ""
1032+
10221033
msgid ""
10231034
"If the *prompt* argument is present, it is written to standard output "
10241035
"without a trailing newline. The function then reads a line from input, "

0 commit comments

Comments
 (0)