@@ -13,7 +13,7 @@ msgid ""
1313msgstr ""
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."
6161msgstr ""
62+ "Zwraca sumę dwóch liczb zespolonych wykorzystując strukturę :c:type:"
63+ "`Py_complex`jako reprezentację. "
6264
6365msgid ""
6466"Return the difference between two complex numbers, using the C :c:type:"
6567"`Py_complex` representation."
6668msgstr ""
69+ "Zwraca różnicę dwóch liczb zespolonych wykorzystując strukturę :c:type:"
70+ "`Py_complex` jako reprezentację. "
6771
6872msgid ""
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."
7680msgstr ""
81+ "Zwraca iloczyn dwóch liczb zespolonych wykorzystując strukturę :c:type:"
82+ "`Py_complex` jako reprezentację. "
7783
7884msgid ""
7985"Return the quotient of two complex numbers, using the C :c:type:`Py_complex` "
8086"representation."
8187msgstr ""
88+ "Zwraca iloraz dwóch liczb zespolonych wykorzystując strukturę :c:type:"
89+ "`Py_complex` jako reprezentację. "
8290
8391msgid ""
8492"If *divisor* is null, this method returns zero and sets :c:data:`errno` to :"
0 commit comments