Skip to content

Commit 9ba591b

Browse files
committed
Sinkronisasi dengan Transifex 20210530.
1 parent 04bff0b commit 9ba591b

File tree

9 files changed

+238
-212
lines changed

9 files changed

+238
-212
lines changed

c-api/bytearray.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# Elmo Allistair <work.elmoallistair@gmail.com>, 2021
7+
# Elmo <work.elmoallistair@gmail.com>, 2021
8+
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2021
89
#
910
#, fuzzy
1011
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
1314
"Report-Msgid-Bugs-To: \n"
1415
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1516
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
16-
"Last-Translator: Elmo Allistair <work.elmoallistair@gmail.com>, 2021\n"
17+
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2021\n"
1718
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -40,7 +41,7 @@ msgstr ""
4041

4142
#: ../../c-api/bytearray.rst:23
4243
msgid "Type check macros"
43-
msgstr ""
44+
msgstr "Makro cek tipe"
4445

4546
#: ../../c-api/bytearray.rst:27
4647
msgid ""

c-api/code.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2018
87
# LIQRGV <septianhari@gmail.com>, 2019
8+
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
17-
"Last-Translator: LIQRGV <septianhari@gmail.com>, 2019\n"
17+
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2021\n"
1818
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -57,6 +57,8 @@ msgid ""
5757
"Return true if *co* is a :class:`code` object. This function always "
5858
"succeeds."
5959
msgstr ""
60+
"Mengembalikan benar jika *co* adalah objek :class:`code`. Fungsi ini selalu "
61+
"sukses."
6062

6163
#: ../../c-api/code.rst:34
6264
msgid "Return the number of free variables in *co*."

c-api/coro.po

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
66
# Translators:
7-
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2018
87
# LIQRGV <septianhari@gmail.com>, 2019
8+
# oon arfiandwi <oon.arfiandwi@gmail.com>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
17-
"Last-Translator: LIQRGV <septianhari@gmail.com>, 2019\n"
17+
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2021\n"
1818
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,6 +47,8 @@ msgid ""
4747
"Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be "
4848
"``NULL``. This function always succeeds."
4949
msgstr ""
50+
"Mengembalikan benar jika tipe dari *ob* adalah :c:type:`PyCoro_Type`; *ob* "
51+
"harus tidak ``NULL``. Fungsi ini selalu sukses."
5052

5153
#: ../../c-api/coro.rst:32
5254
msgid ""

faq/windows.po

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ msgid ""
1111
msgstr ""
1212
"Project-Id-Version: Python 3.9\n"
1313
"Report-Msgid-Bugs-To: \n"
14-
"POT-Creation-Date: 2021-04-26 06:10+0000\n"
14+
"POT-Creation-Date: 2021-05-23 06:25+0000\n"
1515
"PO-Revision-Date: 2017-02-16 17:43+0000\n"
1616
"Last-Translator: oon arfiandwi <oon.arfiandwi@gmail.com>, 2021\n"
1717
"Language-Team: Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n"
@@ -237,16 +237,17 @@ msgstr "Bagaimana cara membuat sebuah executable dari skrip Python?"
237237

238238
#: ../../faq/windows.rst:143
239239
msgid ""
240-
"See `cx_Freeze <https://cx-freeze.readthedocs.io/en/latest/>`_ and `py2exe "
241-
"<http://www.py2exe.org/>`_, both are distutils extensions that allow you to "
242-
"create console and GUI executables from Python code."
240+
"See :ref:`faq-create-standalone-binary` for a list of tools that can be used"
241+
" to make executables."
243242
msgstr ""
243+
"Lihat :ref:`faq-create-standalone-binary` untuk daftar perkakas yang dapat "
244+
"digunakan membuat aplikasi yang dapat dieksekusi."
244245

245-
#: ../../faq/windows.rst:149
246+
#: ../../faq/windows.rst:148
246247
msgid "Is a ``*.pyd`` file the same as a DLL?"
247248
msgstr "Apakah file ``*.pyd`` sama dengan DLL?"
248249

249-
#: ../../faq/windows.rst:151
250+
#: ../../faq/windows.rst:150
250251
msgid ""
251252
"Yes, .pyd files are dll's, but there are a few differences. If you have a "
252253
"DLL named ``foo.pyd``, then it must have a function ``PyInit_foo()``. You "
@@ -263,7 +264,7 @@ msgstr ""
263264
"menautkan .exe Anda dengan foo.lib, karena hal itu akan menyebabkan Windows "
264265
"memerlukan DLL."
265266

266-
#: ../../faq/windows.rst:158
267+
#: ../../faq/windows.rst:157
267268
msgid ""
268269
"Note that the search path for foo.pyd is PYTHONPATH, not the same as the "
269270
"path that Windows uses to search for foo.dll. Also, foo.pyd need not be "
@@ -282,19 +283,19 @@ msgstr ""
282283
"``__declspec(dllexport)``. Di file .pyd, keterkaitan didefinisikan sebagai "
283284
"sebuah list dari fungsi yang tersedia."
284285

285-
#: ../../faq/windows.rst:167
286+
#: ../../faq/windows.rst:166
286287
msgid "How can I embed Python into a Windows application?"
287288
msgstr "Bagaimana cara memasukkan Python ke dalam aplikasi Windows?"
288289

289-
#: ../../faq/windows.rst:169
290+
#: ../../faq/windows.rst:168
290291
msgid ""
291292
"Embedding the Python interpreter in a Windows app can be summarized as "
292293
"follows:"
293294
msgstr ""
294295
"Menyematkan interpreter Python di aplikasi Windows dapat diringkas menjadi "
295296
"sebagai:"
296297

297-
#: ../../faq/windows.rst:171
298+
#: ../../faq/windows.rst:170
298299
msgid ""
299300
"Do _not_ build Python into your .exe file directly. On Windows, Python must"
300301
" be a DLL to handle importing modules that are themselves DLL's. (This is "
@@ -309,7 +310,7 @@ msgstr ""
309310
"``C:\\Windows\\System``. *NN* adalah Python versi, angka seperti \"33\" "
310311
"untuk Python 3.3."
311312

312-
#: ../../faq/windows.rst:177
313+
#: ../../faq/windows.rst:176
313314
msgid ""
314315
"You can link to Python in two different ways. Load-time linking means "
315316
"linking against :file:`python{NN}.lib`, while run-time linking means linking"
@@ -324,7 +325,7 @@ msgstr ""
324325
" dengan :file:`python{NN}.dll`. itu hanya mendefinisikan simbol untuk "
325326
"linker.)"
326327

327-
#: ../../faq/windows.rst:183
328+
#: ../../faq/windows.rst:182
328329
msgid ""
329330
"Run-time linking greatly simplifies link options; everything happens at run "
330331
"time. Your code must load :file:`python{NN}.dll` using the Windows "
@@ -342,15 +343,15 @@ msgstr ""
342343
" menggunakan pointer tersebut ke kode C apapun yang memanggil rutinitas di C"
343344
" Python API."
344345

345-
#: ../../faq/windows.rst:190
346+
#: ../../faq/windows.rst:189
346347
msgid ""
347348
"Borland note: convert :file:`python{NN}.lib` to OMF format using "
348349
"Coff2Omf.exe first."
349350
msgstr ""
350351
"Catatan Borland: ubah :file:`python{NN}.lib` ke format OMF menggunakan "
351352
"Coff20mf.exe terlebih dahulu."
352353

353-
#: ../../faq/windows.rst:195
354+
#: ../../faq/windows.rst:194
354355
msgid ""
355356
"If you use SWIG, it is easy to create a Python \"extension module\" that "
356357
"will make the app's data and methods available to Python. SWIG will handle "
@@ -364,7 +365,7 @@ msgstr ""
364365
"Hasilnya adalah kode C Anda yang terkaitkan ke .exe file Anda (!) Kamu "
365366
"tidak perlu membuat sebuah file DLL, dan ini juga memudahkan proses linking."
366367

367-
#: ../../faq/windows.rst:201
368+
#: ../../faq/windows.rst:200
368369
msgid ""
369370
"SWIG will create an init function (a C function) whose name depends on the "
370371
"name of the extension module. For example, if the name of the module is "
@@ -379,7 +380,7 @@ msgstr ""
379380
"kelas pembantu yang sebagian besar tersembunyi yang digunakan oleh kelas "
380381
"bayangan."
381382

382-
#: ../../faq/windows.rst:207
383+
#: ../../faq/windows.rst:206
383384
msgid ""
384385
"The reason you can link the C code in step 2 into your .exe file is that "
385386
"calling the initialization function is equivalent to importing the module "
@@ -389,15 +390,15 @@ msgstr ""
389390
"itu memanggil fungsi inisialisasi sama dengan mengimpor modul ke dalam "
390391
"Python! (Ini adalah fakta kunci tak terdokumentasi kedua.)"
391392

392-
#: ../../faq/windows.rst:211
393+
#: ../../faq/windows.rst:210
393394
msgid ""
394395
"In short, you can use the following code to initialize the Python "
395396
"interpreter with your extension module."
396397
msgstr ""
397398
"Singkatnya, Anda dapat menggunakan kode berikut untuk menginisialisasi "
398399
"Python interpreter dengan ekstensi modul Anda."
399400

400-
#: ../../faq/windows.rst:222
401+
#: ../../faq/windows.rst:221
401402
msgid ""
402403
"There are two problems with Python's C API which will become apparent if you"
403404
" use a compiler other than MSVC, the compiler used to build pythonNN.dll."
@@ -406,7 +407,7 @@ msgstr ""
406407
"kompilator selain MSVC, kompilator yang digunakan untuk membangun "
407408
"pythonNN.dll."
408409

409-
#: ../../faq/windows.rst:225
410+
#: ../../faq/windows.rst:224
410411
msgid ""
411412
"Problem 1: The so-called \"Very High Level\" functions that take FILE * "
412413
"arguments will not work in a multi-compiler environment because each "
@@ -418,15 +419,15 @@ msgstr ""
418419
"masing-masing Gagasan kompiler tentang struct FILE akan berbeda. Dari sebuah"
419420
" sudut pandang implementasi ini adalah fungsi level yang sangat _low_."
420421

421-
#: ../../faq/windows.rst:230
422+
#: ../../faq/windows.rst:229
422423
msgid ""
423424
"Problem 2: SWIG generates the following code when generating wrappers to "
424425
"void functions:"
425426
msgstr ""
426427
"Masalah 2: SWIG menghasilkan kode berikut saat membuat wrappers ke dalam "
427428
"fungsi void:"
428429

429-
#: ../../faq/windows.rst:239
430+
#: ../../faq/windows.rst:238
430431
msgid ""
431432
"Alas, Py_None is a macro that expands to a reference to a complex data "
432433
"structure called _Py_NoneStruct inside pythonNN.dll. Again, this code will "
@@ -436,7 +437,7 @@ msgstr ""
436437
"struktur yang disebut _Py_NoneStruct di dalam pythonNN.dll. Sekali lagi, "
437438
"kode ini akan gagal di lingkungan mult-compiler. Ganti kode tersebut dengan:"
438439

439-
#: ../../faq/windows.rst:247
440+
#: ../../faq/windows.rst:246
440441
msgid ""
441442
"It may be possible to use SWIG's ``%typemap`` command to make the change "
442443
"automatically, though I have not been able to get this to work (I'm a "
@@ -446,7 +447,7 @@ msgstr ""
446447
"perubahan secara otomatis, meskipun saya belum bisa membuat ini berfungsi "
447448
"(saya adalah pemula SWIG)."
448449

449-
#: ../../faq/windows.rst:251
450+
#: ../../faq/windows.rst:250
450451
msgid ""
451452
"Using a Python shell script to put up a Python interpreter window from "
452453
"inside your Windows app is not a good idea; the resulting window will be "
@@ -466,12 +467,12 @@ msgstr ""
466467
"semua yang Anda butuhkan adalah objek Python (didefinisikan dalam modul "
467468
"ekstensi Anda) yang berisi metode read() dan write()."
468469

469-
#: ../../faq/windows.rst:260
470+
#: ../../faq/windows.rst:259
470471
msgid "How do I keep editors from inserting tabs into my Python source?"
471472
msgstr ""
472473
"Bagaimana cara mencegah editor memasukkan tab ke dalam sumber Python saya?"
473474

474-
#: ../../faq/windows.rst:262
475+
#: ../../faq/windows.rst:261
475476
msgid ""
476477
"The FAQ does not recommend using tabs, and the Python style guide, :pep:`8`,"
477478
" recommends 4 spaces for distributed Python code; this is also the Emacs "
@@ -481,7 +482,7 @@ msgstr ""
481482
":pep:`8`, merekomendasikan dengan 4 spasi untuk distribusi kode Python; ini "
482483
"juga Emacs python-mode secara default."
483484

484-
#: ../../faq/windows.rst:266
485+
#: ../../faq/windows.rst:265
485486
msgid ""
486487
"Under any editor, mixing tabs and spaces is a bad idea. MSVC is no "
487488
"different in this respect, and is easily configured to use spaces: Take "
@@ -495,7 +496,7 @@ msgstr ""
495496
"tipe \"Default\" set \"Tab size\" dan \"Indent size\" menjadi 4, dan pilih "
496497
"\"Insert spaces\" tombol radio."
497498

498-
#: ../../faq/windows.rst:271
499+
#: ../../faq/windows.rst:270
499500
msgid ""
500501
"Python raises :exc:`IndentationError` or :exc:`TabError` if mixed tabs and "
501502
"spaces are causing problems in leading whitespace. You may also run the "
@@ -506,11 +507,11 @@ msgstr ""
506507
"Anda juga dapat menjalankan :mod:`tabnanny` modul untuk mengecek sebuah "
507508
"direktori di mode batch."
508509

509-
#: ../../faq/windows.rst:278
510+
#: ../../faq/windows.rst:277
510511
msgid "How do I check for a keypress without blocking?"
511512
msgstr "Bagaimana cara memeriksa tombol yang ditekan tanpa memblokir?"
512513

513-
#: ../../faq/windows.rst:280
514+
#: ../../faq/windows.rst:279
514515
msgid ""
515516
"Use the :mod:`msvcrt` module. This is a standard Windows-specific extension"
516517
" module. It defines a function ``kbhit()`` which checks whether a keyboard "

0 commit comments

Comments
 (0)