@@ -6,15 +6,15 @@ msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-01-04 12:55-0600\n "
9
- "PO-Revision-Date : 2021-04-28 16:11 +0000\n "
9
+ "PO-Revision-Date : 2021-11-08 18:50 +0000\n "
10
10
"
Last-Translator :
Reza Almanda <[email protected] >\n "
11
11
"
Language-Team :
LANGUAGE <[email protected] >\n "
12
12
"Language : ID\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
16
"Plural-Forms : nplurals=1; plural=0;\n "
17
- "X-Generator : Weblate 4.7 -dev\n "
17
+ "X-Generator : Weblate 4.9 -dev\n "
18
18
19
19
#: main.c
20
20
msgid ""
@@ -52,11 +52,11 @@ msgstr " File \"%q\", baris %d"
52
52
53
53
#: py/builtinhelp.c
54
54
msgid " is of type %q\n"
55
- msgstr ""
55
+ msgstr " adalah tipe %q\n "
56
56
57
57
#: main.c
58
58
msgid " not found.\n"
59
- msgstr ""
59
+ msgstr " tidak ketemu.\n "
60
60
61
61
#: main.c
62
62
msgid " output:\n"
@@ -72,14 +72,15 @@ msgstr "%%c harus int atau char"
72
72
msgid ""
73
73
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
74
74
msgstr ""
75
+ "%d pin alamat, %d rgb pin dan %d ubin menunjukkan ketinggian %d, bukan %d"
75
76
76
77
#: shared-bindings/microcontroller/Pin.c
77
78
msgid "%q and %q contain duplicate pins"
78
- msgstr ""
79
+ msgstr "%q dan %q berisi pin duplikat "
79
80
80
81
#: shared-bindings/microcontroller/Pin.c
81
82
msgid "%q contains duplicate pins"
82
- msgstr ""
83
+ msgstr "%q berisi pin duplikat "
83
84
84
85
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
85
86
msgid "%q failure: %d"
@@ -104,23 +105,23 @@ msgstr "indeks %q harus bilangan bulat, bukan %s"
104
105
105
106
#: py/argcheck.c
106
107
msgid "%q length must be %d-%d"
107
- msgstr ""
108
+ msgstr "%q panjang harus %d-%d "
108
109
109
110
#: shared-bindings/usb_hid/Device.c
110
111
msgid "%q length must be >= 1"
111
- msgstr ""
112
+ msgstr "%q panjang harus >= 1 "
112
113
113
114
#: py/argcheck.c
114
115
msgid "%q must be %d-%d"
115
- msgstr ""
116
+ msgstr "%q harus %d-%d "
116
117
117
118
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
118
119
msgid "%q must be <= %d"
119
- msgstr ""
120
+ msgstr "%q harus <= %d "
120
121
121
122
#: py/argcheck.c
122
123
msgid "%q must be >= %d"
123
- msgstr ""
124
+ msgstr "%q harus >= %d "
124
125
125
126
#: py/argcheck.c shared-bindings/memorymonitor/AllocationAlarm.c
126
127
msgid "%q must be >= 0"
@@ -136,7 +137,7 @@ msgstr "%q harus >= 1"
136
137
137
138
#: py/argcheck.c
138
139
msgid "%q must be a string"
139
- msgstr ""
140
+ msgstr "%q harus berupa string "
140
141
141
142
#: shared-module/vectorio/Polygon.c
142
143
msgid "%q must be a tuple of length 2"
@@ -145,15 +146,15 @@ msgstr "%q harus berupa tuple dengan panjang 2"
145
146
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
146
147
#: shared-module/vectorio/VectorShape.c
147
148
msgid "%q must be between %d and %d"
148
- msgstr ""
149
+ msgstr "%q harus antara %d dan %d "
149
150
150
151
#: py/argcheck.c
151
152
msgid "%q must be of type %q"
152
- msgstr ""
153
+ msgstr "%q harus bertipe %q "
153
154
154
155
#: ports/atmel-samd/common-hal/busio/UART.c
155
156
msgid "%q must be power of 2"
156
- msgstr ""
157
+ msgstr "%q harus pangkat 2 "
157
158
158
159
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
159
160
#: shared-bindings/canio/Match.c
@@ -178,12 +179,12 @@ msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
178
179
179
180
#: shared-bindings/usb_hid/Device.c
180
181
msgid "%q, %q, and %q must all be the same length"
181
- msgstr ""
182
+ msgstr "%q, %q, dan %q semuanya harus memiliki panjang yang sama "
182
183
183
184
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
184
185
#, c-format
185
186
msgid "%s error 0x%x"
186
- msgstr ""
187
+ msgstr "%s kesalahan 0x%x "
187
188
188
189
#: py/argcheck.c
189
190
msgid "'%q' argument required"
@@ -199,7 +200,7 @@ msgstr "Objek '%q' bukan merupakan iterator"
199
200
200
201
#: py/objtype.c py/runtime.c shared-module/atexit/__init__.c
201
202
msgid "'%q' object is not callable"
202
- msgstr ""
203
+ msgstr "Objek '%q' tidak dapat dipanggil "
203
204
204
205
#: py/runtime.c
205
206
msgid "'%q' object is not iterable"
@@ -248,7 +249,7 @@ msgstr "'%s' mengharapkan {r0, r1, ...}"
248
249
#: py/emitinlinextensa.c
249
250
#, c-format
250
251
msgid "'%s' integer %d isn't within range %d..%d"
251
- msgstr ""
252
+ msgstr "'%s' integer %d tidak berada dalam jangkauan %d..%d "
252
253
253
254
#: py/emitinlinethumb.c
254
255
#, c-format
@@ -4464,27 +4465,27 @@ msgstr ""
4464
4465
4465
4466
#: extmod/ulab/code/numpy/vector.c
4466
4467
msgid "wrong output type"
4467
- msgstr ""
4468
+ msgstr "tipe output salah "
4468
4469
4469
4470
#: shared-module/displayio/Shape.c
4470
4471
msgid "x value out of bounds"
4471
- msgstr ""
4472
+ msgstr "nilai x di luar batas "
4472
4473
4473
4474
#: ports/espressif/common-hal/audiobusio/__init__.c
4474
4475
msgid "xTaskCreate failed"
4475
- msgstr ""
4476
+ msgstr "xTaskCreate gagal "
4476
4477
4477
4478
#: shared-bindings/displayio/Shape.c
4478
4479
msgid "y should be an int"
4479
- msgstr ""
4480
+ msgstr "y harus menjadi int "
4480
4481
4481
4482
#: shared-module/displayio/Shape.c
4482
4483
msgid "y value out of bounds"
4483
- msgstr ""
4484
+ msgstr "Nilai y di luar batas "
4484
4485
4485
4486
#: py/objrange.c
4486
4487
msgid "zero step"
4487
- msgstr ""
4488
+ msgstr "nol langkah "
4488
4489
4489
4490
#: extmod/ulab/code/scipy/signal/signal.c
4490
4491
msgid "zi must be an ndarray"
@@ -4496,7 +4497,7 @@ msgstr "zi harus berjenis float"
4496
4497
4497
4498
#: extmod/ulab/code/scipy/signal/signal.c
4498
4499
msgid "zi must be of shape (n_section, 2)"
4499
- msgstr ""
4500
+ msgstr "Zi harus berbentuk (n_section, 2) "
4500
4501
4501
4502
#, c-format
4502
4503
#~ msgid ""
0 commit comments