FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update building.po by Ananda-collab · Pull Request #37 · python/python-docs-id · GitHub

Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .po  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
14 changes: 11 additions & 3 deletions extending/building.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,35 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"

msgid "Building C and C++ Extensions"
msgstr ""
msgstr "Membuat Ekstensi C dan C++"

msgid ""
"A C extension for CPython is a shared library (for example, a ``.so`` file "
"on Linux, ``.pyd`` on Windows), which exports an *initialization function*."
msgstr ""
"Sebuah ekstensi C untuk C Python adalah perpustakaan berbagi (misalnya, sebuah ''.so''berkas"
"Di Linux,''.pyd'' di Windows), yang mengekspor sebuah *fungsi inisialisasi*."

msgid "See :ref:`extension-modules` for details."
msgstr ""
msgstr "Lihat :ref:'extension-modules' untuk detailnya"

msgid "Building C and C++ Extensions with setuptools"
msgstr ""
msgstr "Membuat Ekstensi C dan C++ dengan setuptools"

msgid ""
"Building, packaging and distributing extension modules is best done with "
"third-party tools, and is out of scope of this document. One suitable tool "
"is Setuptools, whose documentation can be found at https://setuptools.pypa."
"io/en/latest/setuptools.html."
msgstr ""
"Pembuatan, pengemasan, dan distribusi modul ekstensi sebaiknya dilakukan dengan"
"alat pihak ketiga, dan hal ini di luar cakupan dokumen ini. Salah satu alat yang sesuai"
"adalah Setuptools, dokumentasinya dapat ditemukan di https://setuptools.pypa."
"io/en/latest/setuptools.html."

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

Back | FazBrowse Home | New Git URL