Skip to content

Commit 52a6ed3

Browse files
GitHub Action's update-translation jobm-aciek
authored andcommitted
Update translation from Transifex
1 parent cee2f59 commit 52a6ed3

24 files changed

+32
-24
lines changed

c-api/complex.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ msgid ""
1313
msgstr ""
1414
"Project-Id-Version: Python 3.12\n"
1515
"Report-Msgid-Bugs-To: \n"
16-
"POT-Creation-Date: 2024-04-05 14:16+0000\n"
16+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1717
"PO-Revision-Date: 2021-06-28 00:48+0000\n"
1818
"Last-Translator: gresm, 2024\n"
1919
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -59,11 +59,15 @@ msgid ""
5959
"Return the sum of two complex numbers, using the C :c:type:`Py_complex` "
6060
"representation."
6161
msgstr ""
62+
"Zwraca sumę dwóch liczb zespolonych wykorzystując strukturę :c:type:"
63+
"`Py_complex`jako reprezentację. "
6264

6365
msgid ""
6466
"Return the difference between two complex numbers, using the C :c:type:"
6567
"`Py_complex` representation."
6668
msgstr ""
69+
"Zwraca różnicę dwóch liczb zespolonych wykorzystując strukturę :c:type:"
70+
"`Py_complex` jako reprezentację. "
6771

6872
msgid ""
6973
"Return the negation of the complex number *num*, using the C :c:type:"
@@ -74,11 +78,15 @@ msgid ""
7478
"Return the product of two complex numbers, using the C :c:type:`Py_complex` "
7579
"representation."
7680
msgstr ""
81+
"Zwraca iloczyn dwóch liczb zespolonych wykorzystując strukturę :c:type:"
82+
"`Py_complex` jako reprezentację. "
7783

7884
msgid ""
7985
"Return the quotient of two complex numbers, using the C :c:type:`Py_complex` "
8086
"representation."
8187
msgstr ""
88+
"Zwraca iloraz dwóch liczb zespolonych wykorzystując strukturę :c:type:"
89+
"`Py_complex` jako reprezentację. "
8290

8391
msgid ""
8492
"If *divisor* is null, this method returns zero and sets :c:data:`errno` to :"

c-api/memoryview.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
14+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1616
"Last-Translator: haaritsubaki, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

c-api/module.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
15+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 00:49+0000\n"
1717
"Last-Translator: haaritsubaki, 2023\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/bisect.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
14+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:56+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/contextvars.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
14+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 00:57+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/curses.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgid ""
1212
msgstr ""
1313
"Project-Id-Version: Python 3.12\n"
1414
"Report-Msgid-Bugs-To: \n"
15-
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
15+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1616
"PO-Revision-Date: 2021-06-28 01:03+0000\n"
1717
"Last-Translator: Michał Biliński <m.bilinskimichal@gmail.com>, 2021\n"
1818
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/email.encoders.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
14+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:04+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/email.generator.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
14+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:05+0000\n"
1616
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/graphlib.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
14+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:06+0000\n"
1616
"Last-Translator: Igor Zubrycki <igorzubrycki@gmail.com>, 2021\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

library/gzip.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.12\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2024-03-29 14:13+0000\n"
14+
"POT-Creation-Date: 2024-04-19 14:13+0000\n"
1515
"PO-Revision-Date: 2021-06-28 01:07+0000\n"
1616
"Last-Translator: Waldemar Stoczkowski, 2023\n"
1717
"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"

0 commit comments

Comments
 (0)