Skip to content

Commit 7035085

Browse files
committed
Update translation from Transifex
1 parent fff0b46 commit 7035085

File tree

4 files changed

+2050
-9
lines changed

4 files changed

+2050
-9
lines changed

distutils/introduction.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#
66
# Translators:
77
# Maciej Olko <maciej.olko@gmail.com>, 2021
8+
# Krzysztof Abramowicz, 2022
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1516
"PO-Revision-Date: 2021-06-28 00:51+0000\n"
16-
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
17+
"Last-Translator: Krzysztof Abramowicz, 2022\n"
1718
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -275,7 +276,7 @@ msgid ""
275276
msgstr ""
276277

277278
msgid "extension module"
278-
msgstr ""
279+
msgstr "moduł rozszerzenia"
279280

280281
msgid ""
281282
"a module written in the low-level language of the Python implementation: C/C+"

glossary.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Nikodem Łobodziński <n.lobodzinski@gmail.com>, 2021
88
# Maciej Olko <maciej.olko@gmail.com>, 2021
9+
# Krzysztof Abramowicz, 2022
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
1617
"PO-Revision-Date: 2021-06-28 00:47+0000\n"
17-
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
18+
"Last-Translator: Krzysztof Abramowicz, 2022\n"
1819
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -217,7 +218,7 @@ msgid ""
217218
msgstr ""
218219

219220
msgid "attribute"
220-
msgstr ""
221+
msgstr "atrybut"
221222

222223
msgid ""
223224
"A value associated with an object which is referenced by name using dotted "
@@ -298,7 +299,7 @@ msgid ""
298299
msgstr ""
299300

300301
msgid "bytecode"
301-
msgstr ""
302+
msgstr "kod bajtowy"
302303

303304
msgid ""
304305
"Python source code is compiled into bytecode, the internal representation of "
@@ -317,7 +318,7 @@ msgid ""
317318
msgstr ""
318319

319320
msgid "callback"
320-
msgstr ""
321+
msgstr "wywołanie zwrotne"
321322

322323
msgid ""
323324
"A subroutine function which is passed as an argument to be executed at some "
@@ -554,7 +555,7 @@ msgid ""
554555
msgstr ""
555556

556557
msgid "extension module"
557-
msgstr ""
558+
msgstr "moduł rozszerzenia"
558559

559560
msgid ""
560561
"A module written in C or C++, using Python's C API to interact with the core "

0 commit comments

Comments
 (0)