Skip to content

Commit f56c899

Browse files
committed
Update translation from Transifex
1 parent f0ea1b7 commit f56c899

3 files changed

Lines changed: 16 additions & 3 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.57% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-37.57%25-0.svg)
4+
![37.51% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-37.51%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
![9 tłumaczy](https://img.shields.io/badge/tłumaczy-9-0.svg)
77

library/functions.po

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.9\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2021-04-29 06:12+0000\n"
15+
"POT-Creation-Date: 2021-05-23 06:25+0000\n"
1616
"PO-Revision-Date: 2017-02-16 23:11+0000\n"
1717
"Last-Translator: Igor Zubrycki <igorzubrycki@gmail.com>, 2020\n"
1818
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -945,6 +945,13 @@ msgid ""
945945
"raised."
946946
msgstr ""
947947

948+
msgid ""
949+
"Since :ref:`private name mangling <private-name-mangling>` happens at "
950+
"compilation time, one must manually mangle a private attribute's (attributes "
951+
"with two leading underscores) name in order to retrieve it with :func:"
952+
"`getattr`."
953+
msgstr ""
954+
948955
msgid ""
949956
"Return a dictionary representing the current global symbol table. This is "
950957
"always the dictionary of the current module (inside a function or method, "
@@ -1750,6 +1757,12 @@ msgid ""
17501757
"equivalent to ``x.foobar = 123``."
17511758
msgstr ""
17521759

1760+
msgid ""
1761+
"Since :ref:`private name mangling <private-name-mangling>` happens at "
1762+
"compilation time, one must manually mangle a private attribute's (attributes "
1763+
"with two leading underscores) name in order to set it with :func:`setattr`."
1764+
msgstr ""
1765+
17531766
msgid ""
17541767
"Return a :term:`slice` object representing the set of indices specified by "
17551768
"``range(start, stop, step)``. The *start* and *step* arguments default to "

reference/expressions.po

Lines changed: 1 addition & 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-03 06:13+0000\n"
14+
"POT-Creation-Date: 2021-05-23 06:25+0000\n"
1515
"PO-Revision-Date: 2017-02-16 23:38+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"

0 commit comments

Comments
 (0)