@@ -19,27 +19,35 @@ msgstr ""
1919"Plural-Forms : nplurals=1; plural=0;\n "
2020
2121msgid "Building C and C++ Extensions"
22- msgstr ""
22+ msgstr "Membuat Ekstensi C dan C++ "
2323
2424msgid ""
2525"A C extension for CPython is a shared library (for example, a ``.so`` file "
2626"on Linux, ``.pyd`` on Windows), which exports an *initialization function*."
2727msgstr ""
28+ "Sebuah ekstensi C untuk C Python adalah perpustakaan berbagi (misalnya, sebuah ''.so''berkas"
29+ "Di Linux,''.pyd'' di Windows), yang mengekspor sebuah *fungsi inisialisasi*."
2830
2931msgid "See :ref:`extension-modules` for details."
30- msgstr ""
32+ msgstr "Lihat :ref:'extension-modules' untuk detailnya "
3133
3234msgid "Building C and C++ Extensions with setuptools"
33- msgstr ""
35+ msgstr "Membuat Ekstensi C dan C++ dengan setuptools "
3436
3537msgid ""
3638"Building, packaging and distributing extension modules is best done with "
3739"third-party tools, and is out of scope of this document. One suitable tool "
3840"is Setuptools, whose documentation can be found at https://setuptools.pypa."
3941"io/en/latest/setuptools.html."
4042msgstr ""
43+ "Pembuatan, pengemasan, dan distribusi modul ekstensi sebaiknya dilakukan dengan"
44+ "alat pihak ketiga, dan hal ini di luar cakupan dokumen ini. Salah satu alat yang sesuai"
45+ "adalah Setuptools, dokumentasinya dapat ditemukan di https://setuptools.pypa."
46+ "io/en/latest/setuptools.html."
4147
4248msgid ""
4349"The :mod:`distutils` module, which was included in the standard library "
4450"until Python 3.12, is now maintained as part of Setuptools."
4551msgstr ""
52+ "Modul `distutils`, yang sebelumnya termasuk dalam pustaka standar Python"
53+ "hingga versi 3.12, kini dikelola sebagai bagian dari Setuptools."
0 commit comments