Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update building.po#37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Ananda-collab wants to merge1 commit intopython:3.14
base:3.14
Choose a base branch
Loading
fromAnanda-collab:patch-1
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletionsextending/building.po
View file
Open in desktop
Original file line numberDiff line numberDiff 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."

[8]ページ先頭

©2009-2025 Movatter.jp