@@ -1861,6 +1861,9 @@ msgid ""
18611861"copy of the expat sources unless the build is configured :option:`--with-"
18621862"system-expat`:"
18631863msgstr ""
1864+ "Rozszerzenie :mod:`pyexpat <xml.parsers.expat>` jest kompilowane przy użyciu "
1865+ "dołączonej kopii źródeł expat, chyba że kompilacja została skonfigurowana z :"
1866+ "option:`--with-system-expat`:"
18641867
18651868msgid ""
18661869"Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark "
@@ -1886,6 +1889,28 @@ msgid ""
18861889"TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n"
18871890"SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
18881891msgstr ""
1892+ "Copyright (c) 1998-2000 Thai Open Source Software Center Ltd and Clark "
1893+ "Cooper\n"
1894+ "Copyright (c) 2001-2025 Expat maintainers\n"
1895+ "\n"
1896+ "Permission is hereby granted, free of charge, to any person obtaining\n"
1897+ "a copy of this software and associated documentation files (the\n"
1898+ "\" Software\" ), to deal in the Software without restriction, including\n"
1899+ "without limitation the rights to use, copy, modify, merge, publish,\n"
1900+ "distribute, sublicense, and/or sell copies of the Software, and to\n"
1901+ "permit persons to whom the Software is furnished to do so, subject to\n"
1902+ "the following conditions:\n"
1903+ "\n"
1904+ "The above copyright notice and this permission notice shall be included\n"
1905+ "in all copies or substantial portions of the Software.\n"
1906+ "\n"
1907+ "THE SOFTWARE IS PROVIDED \" AS IS\" , WITHOUT WARRANTY OF ANY KIND,\n"
1908+ "EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n"
1909+ "MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n"
1910+ "IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n"
1911+ "CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n"
1912+ "TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n"
1913+ "SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
18891914
18901915msgid "libffi"
18911916msgstr "libffi"
@@ -1895,6 +1920,9 @@ msgid ""
18951920"using an included copy of the libffi sources unless the build is configured "
18961921"``--with-system-libffi``::"
18971922msgstr ""
1923+ "Rozszerzenie C :mod:`!_ctypes`, stanowiące podstawę modułu :mod:`ctypes`, "
1924+ "jest kompilowane przy użyciu dołączonej kopii źródeł biblioteki libffi, "
1925+ "chyba że kompilacja została skonfigurowana z ``--with-system-libffi``::"
18981926
18991927msgid ""
19001928"Copyright (c) 1996-2008 Red Hat, Inc and others.\n"
@@ -1949,6 +1977,9 @@ msgid ""
19491977"sources if the zlib version found on the system is too old to be used for "
19501978"the build::"
19511979msgstr ""
1980+ "Rozszerzenie :mod:`zlib` jest kompilowane przy użyciu dołączonej kopii "
1981+ "źródeł biblioteki zlib, jeśli wersja biblioteki zlib dostępna w systemie "
1982+ "jest zbyt stara, by można ją było wykorzystać do kompilacji::"
19521983
19531984msgid ""
19541985"Copyright (C) 1995-2011 Jean-loup Gailly and Mark Adler\n"
@@ -1998,12 +2029,14 @@ msgstr ""
19982029"jloup@gzip.org madler@alumni.caltech.edu"
19992030
20002031msgid "cfuhash"
2001- msgstr ""
2032+ msgstr "cfuhash "
20022033
20032034msgid ""
20042035"The implementation of the hash table used by the :mod:`tracemalloc` is based "
20052036"on the cfuhash project::"
20062037msgstr ""
2038+ "Implementacja tablicy skrótów wykorzystywanej przez :mod:`tracemalloc` "
2039+ "opiera się na projekcie cfuhash::"
20072040
20082041msgid ""
20092042"Copyright (c) 2005 Don Owens\n"
@@ -2082,6 +2115,9 @@ msgid ""
20822115"built using an included copy of the libmpdec library unless the build is "
20832116"configured ``--with-system-libmpdec``::"
20842117msgstr ""
2118+ "Rozszerzenie C :mod:`!_decimal`, stanowiące podstawę modułu :mod:`decimal`, "
2119+ "jest kompilowane z wykorzystaniem dołączonej kopii biblioteki libmpdec, "
2120+ "chyba że kompilacja została skonfigurowana z ``--with-system-libmpdec``::"
20852121
20862122msgid ""
20872123"Copyright (c) 2008-2020 Stefan Krah. All rights reserved.\n"
@@ -2135,13 +2171,17 @@ msgstr ""
21352171"SUCH DAMAGE."
21362172
21372173msgid "W3C C14N test suite"
2138- msgstr ""
2174+ msgstr "Zestaw testów W3C C14N "
21392175
21402176msgid ""
21412177"The C14N 2.0 test suite in the :mod:`test` package (``Lib/test/xmltestdata/"
21422178"c14n-20/``) was retrieved from the W3C website at https://www.w3.org/TR/xml-"
21432179"c14n2-testcases/ and is distributed under the 3-clause BSD license::"
21442180msgstr ""
2181+ "Zestaw testów C14N 2.0 zawarty w pakiecie :mod:`test` (``Lib/test/"
2182+ "xmltestdata/c14n-20/``) został pobrany ze strony internetowej W3C pod "
2183+ "adresem https://www.w3.org/TR/xml-c14n2-testcases/ i jest udostępniany na 3-"
2184+ "klauzulowej licencji BSD::"
21452185
21462186msgid ""
21472187"Copyright (c) 2013 W3C(R) (MIT, ERCIM, Keio, Beihang),\n"
@@ -2201,7 +2241,7 @@ msgstr ""
22012241"OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
22022242
22032243msgid "mimalloc"
2204- msgstr ""
2244+ msgstr "mimalloc "
22052245
22062246msgid "MIT License::"
22072247msgstr "MIT License::"
@@ -2262,13 +2302,16 @@ msgstr ""
22622302"SOFTWARE."
22632303
22642304msgid "asyncio"
2265- msgstr ""
2305+ msgstr "asyncio "
22662306
22672307msgid ""
22682308"Parts of the :mod:`asyncio` module are incorporated from `uvloop 0.16 "
22692309"<https://github.com/MagicStack/uvloop/tree/v0.16.0>`_, which is distributed "
22702310"under the MIT license::"
22712311msgstr ""
2312+ "Części modułu :mod:`asyncio` pochodzą z biblioteki `uvloop 0.16 <https://"
2313+ "github.com/MagicStack/uvloop/tree/v0.16.0>`_, która jest udostępniana na "
2314+ "licencji MIT::"
22722315
22732316msgid ""
22742317"Copyright (c) 2015-2021 MagicStack Inc. http://magic.io\n"
@@ -2376,7 +2419,7 @@ msgstr ""
23762419"THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
23772420
23782421msgid "Zstandard bindings"
2379- msgstr ""
2422+ msgstr "Powiązania Zstandard "
23802423
23812424msgid ""
23822425"Zstandard bindings in :file:`Modules/_zstd` and :file:`Lib/compression/zstd` "
0 commit comments