5
5
#
6
6
# Translators:
7
7
# Akhmat Safrudin <[email protected] >, 2018
8
+ # Septian Hari <[email protected] >, 2019
8
9
#
9
10
#, fuzzy
10
11
msgid ""
11
12
msgstr ""
12
13
"Project-Id-Version : Python 3.8\n "
13
14
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2019-10-31 11:48 +0000\n "
15
+ "POT-Creation-Date : 2019-12-16 12:12 +0000\n "
15
16
"PO-Revision-Date : 2017-02-16 17:34+0000\n "
16
- "Last-Translator : Akhmat Safrudin <somat@artikulpi .com>, 2018 \n "
17
+ "Last-Translator : Septian Hari <septianhari@gmail .com>, 2019 \n "
17
18
"Language-Team : Indonesian (https://www.transifex.com/python-doc/teams/5390/id/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
20
21
"Content-Transfer-Encoding : 8bit\n "
21
22
"Language : id\n "
22
23
"Plural-Forms : nplurals=1; plural=0;\n "
23
24
24
- #: ../.. /c-api/concrete.rst:8
25
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:8
25
26
msgid "Concrete Objects Layer"
26
- msgstr ""
27
+ msgstr "Lapisan Objek Konkrit "
27
28
28
- #: ../.. /c-api/concrete.rst:10
29
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:10
29
30
msgid ""
30
31
"The functions in this chapter are specific to certain Python object types. "
31
32
"Passing them an object of the wrong type is not a good idea; if you receive "
@@ -34,49 +35,65 @@ msgid ""
34
35
"object is a dictionary, use :c:func:`PyDict_Check`. The chapter is "
35
36
"structured like the \" family tree\" of Python object types."
36
37
msgstr ""
38
+ "Fungsi dalam bab ini khusus untuk tipe objek Python tertentu. Mengisi mereka"
39
+ " dengan objek dari tipe yang salah bukanlah ide yang baik; jika Anda "
40
+ "menerima objek dari program Python dan Anda tidak yakin bahwa objek tersebut"
41
+ " memiliki tipe yang tepat, Anda harus melakukan pemeriksaan jenis terlebih "
42
+ "dahulu; misalnya, untuk memeriksa bahwa suatu objek adalah kamus "
43
+ "(dictionary), gunakan :c:func:`PyDict_Check`. Bab ini disusun seperti "
44
+ "\" pohon keluarga\" dari jenis objek Python."
37
45
38
- #: ../.. /c-api/concrete.rst:19
46
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:19
39
47
msgid ""
40
48
"While the functions described in this chapter carefully check the type of "
41
49
"the objects which are passed in, many of them do not check for ``NULL`` "
42
50
"being passed instead of a valid object. Allowing ``NULL`` to be passed in "
43
51
"can cause memory access violations and immediate termination of the "
44
52
"interpreter."
45
53
msgstr ""
54
+ "Walaupun fungsi yang dijelaskan dalam bab ini dengan cermat memeriksa jenis "
55
+ "objek yang dilewatkan, banyak dari fungsi tersebut yang tidak memeriksa "
56
+ "``NULL`` yang dilewatkan dan menganggap objek yang valid. Mengizinkan "
57
+ "``NULL`` untuk dilewatkan dapat menyebabkan pelanggaran akses memori dan "
58
+ "penghentian interpreter."
46
59
47
- #: ../.. /c-api/concrete.rst:28
60
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:28
48
61
msgid "Fundamental Objects"
49
- msgstr ""
62
+ msgstr "Objek Dasar "
50
63
51
- #: ../.. /c-api/concrete.rst:30
64
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:30
52
65
msgid ""
53
66
"This section describes Python type objects and the singleton object "
54
67
"``None``."
55
68
msgstr ""
69
+ "Bagian ini menjelaskan objek tipe Python dan objek singleton ``None``."
56
70
57
- #: ../.. /c-api/concrete.rst:41
71
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:41
58
72
msgid "Numeric Objects"
59
- msgstr ""
73
+ msgstr "Objek Numerik "
60
74
61
- #: ../.. /c-api/concrete.rst:56
75
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:56
62
76
msgid "Sequence Objects"
63
- msgstr ""
77
+ msgstr "Objek Urutan "
64
78
65
- #: ../.. /c-api/concrete.rst:60
79
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:60
66
80
msgid ""
67
81
"Generic operations on sequence objects were discussed in the previous "
68
82
"chapter; this section deals with the specific kinds of sequence objects that"
69
83
" are intrinsic to the Python language."
70
84
msgstr ""
85
+ "Operasi umum pada objek urutan dibahas dalam bab sebelumnya; bagian ini "
86
+ "berkaitan dengan jenis objek urutan tertentu yang mendasar pada bahasa "
87
+ "Python."
71
88
72
- #: ../.. /c-api/concrete.rst:78
89
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:78
73
90
msgid "Container Objects"
74
- msgstr ""
91
+ msgstr "Objek Container "
75
92
76
- #: ../.. /c-api/concrete.rst:91
93
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:91
77
94
msgid "Function Objects"
78
95
msgstr "Obyek Fungsi"
79
96
80
- #: ../.. /c-api/concrete.rst:102
97
+ #: /home/travis/build/python/cpython-doc-catalog/Doc /c-api/concrete.rst:102
81
98
msgid "Other Objects"
82
- msgstr ""
99
+ msgstr "Objek lain "
0 commit comments