Skip to content

Commit e32970f

Browse files
Update building.po
1 parent d070971 commit e32970f

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

extending/building.po

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,35 @@ msgstr ""
1919
"Plural-Forms: nplurals=1; plural=0;\n"
2020

2121
msgid "Building C and C++ Extensions"
22-
msgstr ""
22+
msgstr "Membuat Ekstensi C dan C++"
2323

2424
msgid ""
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*."
2727
msgstr ""
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

2931
msgid "See :ref:`extension-modules` for details."
30-
msgstr ""
32+
msgstr "Lihat :ref:'extension-modules' untuk detailnya"
3133

3234
msgid "Building C and C++ Extensions with setuptools"
33-
msgstr ""
35+
msgstr "Membuat Ekstensi C dan C++ dengan setuptools"
3436

3537
msgid ""
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."
4042
msgstr ""
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

4248
msgid ""
4349
"The :mod:`distutils` module, which was included in the standard library "
4450
"until Python 3.12, is now maintained as part of Setuptools."
4551
msgstr ""
52+
"Modul `distutils`, yang sebelumnya termasuk dalam pustaka standar Python"
53+
"hingga versi 3.12, kini dikelola sebagai bagian dari Setuptools."

0 commit comments

Comments
 (0)