Skip to content

Commit ae6947c

Browse files
committed
Update translation from Transifex
1 parent 7910ae4 commit ae6947c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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-
![33.72% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-33.72%25-0.svg)
4+
![33.68% przełącznika języków](https://img.shields.io/badge/przełącznik_języków-33.68%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
![8 tłumaczy](https://img.shields.io/badge/tłumaczy-8-0.svg)
77

library/functions.po

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.8\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2021-02-07 16:27+0000\n"
15+
"POT-Creation-Date: 2021-03-02 16:40+0000\n"
1616
"PO-Revision-Date: 2020-05-30 12:02+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"
@@ -1966,6 +1966,16 @@ msgstr ""
19661966
msgid "See also :ref:`bltin-type-objects`."
19671967
msgstr ""
19681968

1969+
msgid ""
1970+
"Keyword arguments provided to the three argument form are passed to the "
1971+
"appropriate metaclass machinery (usually :meth:`~object.__init_subclass__`) "
1972+
"in the same way that keywords in a class definition (besides *metaclass*) "
1973+
"would."
1974+
msgstr ""
1975+
1976+
msgid "See also :ref:`class-customization`."
1977+
msgstr ""
1978+
19691979
msgid ""
19701980
"Subclasses of :class:`type` which don't override ``type.__new__`` may no "
19711981
"longer use the one-argument form to get the type of an object."

0 commit comments

Comments
 (0)