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

Commit4370f4c

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent37d0e7e commit4370f4c

File tree

523 files changed

+6186
-33241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

523 files changed

+6186
-33241
lines changed

‎about.po‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-15 21:21+0000\n"
15-
"PO-Revision-Date:2025-08-15 18:59+0000\n"
14+
"POT-Creation-Date:2025-05-08 02:53-0300\n"
15+
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1818
"id/)\n"

‎bugs.po‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-15 21:21+0000\n"
15-
"PO-Revision-Date:2025-08-15 18:59+0000\n"
14+
"POT-Creation-Date:2025-05-09 14:19+0000\n"
15+
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1818
"id/)\n"

‎c-api/abstract.po‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version:Python 3.14\n"
1313
"Report-Msgid-Bugs-To:\n"
14-
"POT-Creation-Date:2025-09-15 21:21+0000\n"
15-
"PO-Revision-Date:2025-08-15 18:59+0000\n"
14+
"POT-Creation-Date:2025-05-09 14:19+0000\n"
15+
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1616
"Last-Translator:python-doc bot, 2025\n"
1717
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
1818
"id/)\n"

‎c-api/allocation.po‎

Lines changed: 10 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,15 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Hengky Kurniawan, 2025
8-
# Fried Rice, 2025
97
# python-doc bot, 2025
108
#
119
#,fuzzy
1210
msgid ""
1311
msgstr ""
1412
"Project-Id-Version:Python 3.14\n"
1513
"Report-Msgid-Bugs-To:\n"
16-
"POT-Creation-Date:2025-09-15 21:21+0000\n"
17-
"PO-Revision-Date:2025-08-15 18:59+0000\n"
14+
"POT-Creation-Date:2025-05-30 14:22+0000\n"
15+
"PO-Revision-Date:2025-09-16 00:00+0000\n"
1816
"Last-Translator:python-doc bot, 2025\n"
1917
"Language-Team:Indonesian (https://app.transifex.com/python-doc/teams/5390/"
2018
"id/)\n"
@@ -35,30 +33,18 @@ msgid ""
3533
"slot). Specifically, this function does **not** call the object's :meth:`!"
3634
"__init__` method."
3735
msgstr""
38-
"Menginisialisasi objek *op* yang baru dialokasikan dengan tipe dan referensi "
39-
"awalnya. Mengembalikan objek yang telah diinisialisasi. Bidang lain dari "
40-
"objek tidak diinisialisasi. Terlepas dari namanya, fungsi ini tidak terkait "
41-
"dengan metode :meth:`~object.__init__` objek (slot:c:member:`~PyTypeObject."
42-
"tp_init` ). Secara khusus, fungsi ini tidak **tidak** memanggil metode :"
43-
"meth:`!__init__` objek."
4436

4537
msgid""
4638
"In general, consider this function to be a low-level routine. Use :c:member:"
4739
"`~PyTypeObject.tp_alloc` where possible. For implementing :c:member:`!"
4840
"tp_alloc` for your type, prefer :c:func:`PyType_GenericAlloc` or :c:func:"
4941
"`PyObject_New`."
5042
msgstr""
51-
"Secara umum, anggaplah fungsi ini sebagai rutinitas tingkat rendah. Gunakan :"
52-
"c:member:`~PyTypeObject.tp_alloc` jika memungkinkan. Untuk "
53-
"mengimplementasikan :c:member:`!tp_alloc` untuk tipe Anda, pilih :c:func:"
54-
"`PyType_GenericAlloc` atau :c:func:`PyObject_New`."
5543

5644
msgid""
5745
"This function only initializes the object's memory corresponding to the "
5846
"initial :c:type:`PyObject` structure. It does not zero the rest."
5947
msgstr""
60-
"Fungsi ini hanya menginisialisasi memori objek yang sesuai dengan struktur "
61-
"awal :c:type:`PyObject`. Fungsi ini tidak mengosongkan sisanya."
6248

6349
msgid""
6450
"This does everything :c:func:`PyObject_Init` does, and also initializes the "
@@ -71,8 +57,6 @@ msgid ""
7157
"This function only initializes some of the object's memory. It does not "
7258
"zero the rest."
7359
msgstr""
74-
"Fungsi ini hanya menginisialisasi sebagian memori objek. Fungsi ini tidak "
75-
"mengosongkan sisanya."
7660

7761
msgid""
7862
"Allocates a new Python object using the C structure type *TYPE* and the "
@@ -81,140 +65,99 @@ msgid ""
8165
"`PyObject_Init`. The caller will own the only reference to the object (i.e. "
8266
"its reference count will be one)."
8367
msgstr""
84-
"Mengalokasikan objek Python baru menggunakan tipe struktur C *TYPE* dan "
85-
"objek tipe Python *typeobj* (``PyTypeObject*``) dengan memanggil :c:func:"
86-
"`PyObject_Malloc` untuk mengalokasikan memori dan menginisialisasinya "
87-
"sebagai :c:func:`PyObject_Init`. Pemanggil akan memiliki satu-satunya "
88-
"referensi ke objek tersebut (misal: jumlah referensinya adalah satu)."
8968

9069
msgid""
9170
"Avoid calling this directly to allocate memory for an object; call the "
9271
"type's :c:member:`~PyTypeObject.tp_alloc` slot instead."
9372
msgstr""
94-
"Hindari memanggil ini secara langsung untuk mengalokasikan memori untuk "
95-
"sebuah objek; panggil slot :c:member:`~PyTypeObject.tp_alloc` dari tipe "
96-
"sebagai gantinya."
9773

9874
msgid""
9975
"When populating a type's :c:member:`~PyTypeObject.tp_alloc` slot, :c:func:"
10076
"`PyType_GenericAlloc` is preferred over a custom function that simply calls "
10177
"this macro."
10278
msgstr""
103-
"Ketika mengisi slot tipe :c:member:`~PyTypeObject.tp_alloc` , :c:func:"
104-
"`PyType_GenericAlloc` lebih direkomendasikan daripada fungsi kustom yang "
105-
"hanya memanggil makro ini."
10679

10780
msgid""
10881
"This macro does not call :c:member:`~PyTypeObject.tp_alloc`, :c:member:"
10982
"`~PyTypeObject.tp_new` (:meth:`~object.__new__`), or :c:member:"
11083
"`~PyTypeObject.tp_init` (:meth:`~object.__init__`)."
11184
msgstr""
112-
"Makro ini tidak memanggil :c:member:`~PyTypeObject.tp_alloc`, :c:member:"
113-
"`~PyTypeObject.tp_new` (:meth:`~object.__new__`), atau :c:member:"
114-
"`~PyTypeObject.tp_init` (:meth:`~object.__init__`)."
11585

11686
msgid""
11787
"This cannot be used for objects with :c:macro:`Py_TPFLAGS_HAVE_GC` set in :c:"
11888
"member:`~PyTypeObject.tp_flags`; use :c:macro:`PyObject_GC_New` instead."
11989
msgstr""
120-
"Ini tidak dapat digunakan untuk objek dengan :c:macro:`Py_TPFLAGS_HAVE_GC` "
121-
"yang diatur di :c:member:`~PyTypeObject.tp_flags`; gunakan :c:macro:"
122-
"`PyObject_GC_New` sebagai gantinya."
12390

12491
msgid""
12592
"Memory allocated by this macro must be freed with :c:func:`PyObject_Free` "
12693
"(usually called via the object's :c:member:`~PyTypeObject.tp_free` slot)."
12794
msgstr""
128-
"Memori yang dialokasikan oleh makro ini harus dibebaskan dengan :c:func:"
129-
"`PyObject_Free` (biasanya dipanggil melalui slot objek :c:member:"
130-
"`~PyTypeObject.tp_free` )."
13195

13296
msgid""
13397
"The returned memory is not guaranteed to have been completely zeroed before "
13498
"it was initialized."
13599
msgstr""
136-
"Memori yang dikembalikan tidak dijamin telah di-nol-kan sepenuhnya sebelum "
137-
"diinisialisasi."
138100

139101
msgid""
140102
"This macro does not construct a fully initialized object of the given type; "
141103
"it merely allocates memory and prepares it for further initialization by :c:"
142104
"member:`~PyTypeObject.tp_init`. To construct a fully initialized object, "
143105
"call *typeobj* instead. For example::"
144106
msgstr""
145-
"Makro ini tidak membuat objek yang diinisialisasi penuh dari tipe yang "
146-
"diberikan; makro ini hanya mengalokasikan memori dan mempersiapkannya untuk "
147-
"inisialisasi lebih lanjut oleh :c:member:`~PyTypeObject.tp_init`. Untuk "
148-
"membuat objek yang diinisialisasi secara penuh, panggil *typeobj* sebagai "
149-
"gantinya. Sebagai contoh::"
150107

151108
msgid"PyObject *foo = PyObject_CallNoArgs((PyObject *)&PyFoo_Type);"
152-
msgstr"PyObject * foo = PyObject_CallNoArgs((PyObject *) & PyFoo_Type);"
109+
msgstr""
153110

154111
msgid":c:func:`PyObject_Free`"
155112
msgstr":c:func:`PyObject_Free`"
156113

157114
msgid":c:macro:`PyObject_GC_New`"
158-
msgstr":c:macro:`PyObject_GC_New`"
115+
msgstr""
159116

160117
msgid":c:func:`PyType_GenericAlloc`"
161-
msgstr":c:func:`PyType_GenericAlloc`"
118+
msgstr""
162119

163120
msgid":c:member:`~PyTypeObject.tp_alloc`"
164121
msgstr":c:member:`~PyTypeObject.tp_alloc`"
165122

166123
msgid"Like :c:macro:`PyObject_New` except:"
167-
msgstr"Seperti :c:macro:`PyObject_New` kecuali:"
124+
msgstr""
168125

169126
msgid""
170127
"It allocates enough memory for the *TYPE* structure plus *size* "
171128
"(``Py_ssize_t``) fields of the size given by the :c:member:`~PyTypeObject."
172129
"tp_itemsize` field of *typeobj*."
173130
msgstr""
174-
"Ini mengalokasikan cukup memori untuk struktur *TYPE* ditambah bidang *size* "
175-
"(``Py_ssize_t``) dengan ukuran yang diberikan oleh bidang :c:member:"
176-
"`~PyTypeObject.tp_itemsize` dari *typeobj*."
177131

178132
msgid"The memory is initialized like :c:func:`PyObject_InitVar`."
179-
msgstr"Memori diinisialisasi seperti :c:func:`PyObject_InitVar`."
133+
msgstr""
180134

181135
msgid""
182136
"This is useful for implementing objects like tuples, which are able to "
183137
"determine their size at construction time. Embedding the array of fields "
184138
"into the same allocation decreases the number of allocations, improving the "
185139
"memory management efficiency."
186140
msgstr""
187-
"Hal ini berguna untuk mengimplementasikan objek seperti tuple, yang dapat "
188-
"menentukan ukurannya pada saat konstruksi. Menanamkan array of fields ke "
189-
"dalam alokasi yang sama akan mengurangi jumlah alokasi, sehingga "
190-
"meningkatkan efisiensi manajemen memori."
191141

192142
msgid""
193143
"This cannot be used for objects with :c:macro:`Py_TPFLAGS_HAVE_GC` set in :c:"
194144
"member:`~PyTypeObject.tp_flags`; use :c:macro:`PyObject_GC_NewVar` instead."
195145
msgstr""
196-
"Ini tidak dapat digunakan untuk objek dengan :c:macro:`Py_TPFLAGS_HAVE_GC` "
197-
"yang diatur di :c:member:`~PyTypeObject.tp_flags`; gunakan :c:macro:"
198-
"`PyObject_GC_NewVar` sebagai gantinya."
199146

200147
msgid""
201148
"Memory allocated by this function must be freed with :c:func:`PyObject_Free` "
202149
"(usually called via the object's :c:member:`~PyTypeObject.tp_free` slot)."
203150
msgstr""
204-
"Memori yang dialokasikan oleh fungsi ini harus dibebaskan dengan :c:func:"
205-
"`PyObject_Free` (biasanya dipanggil melalui slot :c:member:`~PyTypeObject."
206-
"tp_free` objek)."
207151

208152
msgid""
209153
"PyObject *list_instance = PyObject_CallNoArgs((PyObject *)&PyList_Type);"
210154
msgstr""
211-
"PyObject * list_instance = PyObject_CallNoArgs((PyObject *) & PyList_Type);"
212155

213156
msgid":c:macro:`PyObject_GC_NewVar`"
214-
msgstr":c:macro:`PyObject_GC_NewVar`"
157+
msgstr""
215158

216159
msgid"Same as :c:func:`PyObject_Free`."
217-
msgstr"Sama seperti :c:func:`PyObject_Free`."
160+
msgstr""
218161

219162
msgid""
220163
"Object which is visible in Python as ``None``. This should only be accessed "
@@ -226,7 +169,7 @@ msgstr ""
226169
"pointer ke object ini."
227170

228171
msgid":ref:`moduleobjects`"
229-
msgstr":ref:`moduleobjects`"
172+
msgstr""
230173

231174
msgid"To allocate and create extension modules."
232175
msgstr"Untuk mengalokasikan dan membuat modul ekstensi."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp