Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f93d522

Browse files
committed
Update translation from Transifex
1 parent bb6c146 commit f93d522

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

extending/index.po

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,21 @@ msgid ""
5050
"documents the existing object types, functions and modules (both built-in "
5151
"and written in Python) that give the language its wide application range."
5252
msgstr ""
53+
"Ten document zawiera podstawową wiedzę o Python. Z nieformalnym wstępem do "
54+
"języka zapoznaj się z: ref:`tutorial-index`. :ref:`reference-index` , które "
55+
"zawierają bardziej formalny opis języka. :ref:`library-index` documents "
56+
"zawierają istniejące object types, funkcje i modules wbudowane w python. "
57+
"Daje to duże pole zastosowań."
5358

5459
msgid ""
5560
"For a detailed description of the whole Python/C API, see the separate :ref:"
5661
"`c-api-index`."
5762
msgstr ""
63+
"Aby zapoznać się z dokładną instrukcją dla Python/C API, spójrz na : ref:`c-"
64+
"api-index`."
5865

5966
msgid "Recommended third party tools"
60-
msgstr ""
67+
msgstr "Rekomendowane zewnętrzne narzędzia."
6168

6269
msgid ""
6370
"This guide only covers the basic tools for creating extensions provided as "
@@ -66,6 +73,12 @@ msgid ""
6673
"swig.org>`_ and `Numba <https://numba.pydata.org/>`_ offer both simpler and "
6774
"more sophisticated approaches to creating C and C++ extensions for Python."
6875
msgstr ""
76+
"Ten przewodnik obejmuje tylko podstawowe narzędzia do tworzenia rozszerzeń "
77+
"dostarczane jako część aktualnej wersji CPython. Narzędzia innych firm, "
78+
"takie jak \" Cython <http://cython.org/>'_, ' Cffi <https://cffi.readthedocs."
79+
"io>`_,' SWIG <http://www.swig.org > ` _ i 'Numba <https://numba.pydata.org / "
80+
">' _ oferują zarówno prostsze, jak i bardziej wyrafinowane podejście do "
81+
"tworzenia rozszerzeń C i C++ dla Pythona."
6982

7083
msgid ""
7184
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
@@ -79,7 +92,7 @@ msgid ""
7992
msgstr ""
8093

8194
msgid "Creating extensions without third party tools"
82-
msgstr ""
95+
msgstr "Tworzenie rozszerzeń poprzez narzędzia zewnętrzne."
8396

8497
msgid ""
8598
"This section of the guide covers creating C and C++ extensions without "
@@ -89,7 +102,7 @@ msgid ""
89102
msgstr ""
90103

91104
msgid "Embedding the CPython runtime in a larger application"
92-
msgstr ""
105+
msgstr "Wbudowywanie runtime Cpython w większą aplikację."
93106

94107
msgid ""
95108
"Sometimes, rather than creating an extension that runs inside the Python "

0 commit comments

Comments
 (0)