Skip to content

Commit 13d05aa

Browse files
rezaalmandaweblate
authored andcommitted
Translated using Weblate (Indonesian)
Currently translated at 44.3% (448 of 1011 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/id/
1 parent e5c7ff7 commit 13d05aa

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

locale/ID.po

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1010
"Last-Translator: Reza Almanda <[email protected]>\n"
1111
"Language-Team: LANGUAGE <[email protected]>\n"
1212
"Language: ID\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
1616
"Plural-Forms: nplurals=1; plural=0;\n"
17-
"X-Generator: Weblate 4.7-dev\n"
17+
"X-Generator: Weblate 4.9-dev\n"
1818

1919
#: main.c
2020
msgid ""
@@ -52,11 +52,11 @@ msgstr " File \"%q\", baris %d"
5252

5353
#: py/builtinhelp.c
5454
msgid " is of type %q\n"
55-
msgstr ""
55+
msgstr " adalah tipe %q\n"
5656

5757
#: main.c
5858
msgid " not found.\n"
59-
msgstr ""
59+
msgstr " tidak ketemu.\n"
6060

6161
#: main.c
6262
msgid " output:\n"
@@ -72,14 +72,15 @@ msgstr "%%c harus int atau char"
7272
msgid ""
7373
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
7474
msgstr ""
75+
"%d pin alamat, %d rgb pin dan %d ubin menunjukkan ketinggian %d, bukan %d"
7576

7677
#: shared-bindings/microcontroller/Pin.c
7778
msgid "%q and %q contain duplicate pins"
78-
msgstr ""
79+
msgstr "%q dan %q berisi pin duplikat"
7980

8081
#: shared-bindings/microcontroller/Pin.c
8182
msgid "%q contains duplicate pins"
82-
msgstr ""
83+
msgstr "%q berisi pin duplikat"
8384

8485
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
8586
msgid "%q failure: %d"
@@ -104,23 +105,23 @@ msgstr "indeks %q harus bilangan bulat, bukan %s"
104105

105106
#: py/argcheck.c
106107
msgid "%q length must be %d-%d"
107-
msgstr ""
108+
msgstr "%q panjang harus %d-%d"
108109

109110
#: shared-bindings/usb_hid/Device.c
110111
msgid "%q length must be >= 1"
111-
msgstr ""
112+
msgstr "%q panjang harus >= 1"
112113

113114
#: py/argcheck.c
114115
msgid "%q must be %d-%d"
115-
msgstr ""
116+
msgstr "%q harus %d-%d"
116117

117118
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
118119
msgid "%q must be <= %d"
119-
msgstr ""
120+
msgstr "%q harus <= %d"
120121

121122
#: py/argcheck.c
122123
msgid "%q must be >= %d"
123-
msgstr ""
124+
msgstr "%q harus >= %d"
124125

125126
#: py/argcheck.c shared-bindings/memorymonitor/AllocationAlarm.c
126127
msgid "%q must be >= 0"
@@ -136,7 +137,7 @@ msgstr "%q harus >= 1"
136137

137138
#: py/argcheck.c
138139
msgid "%q must be a string"
139-
msgstr ""
140+
msgstr "%q harus berupa string"
140141

141142
#: shared-module/vectorio/Polygon.c
142143
msgid "%q must be a tuple of length 2"
@@ -145,15 +146,15 @@ msgstr "%q harus berupa tuple dengan panjang 2"
145146
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
146147
#: shared-module/vectorio/VectorShape.c
147148
msgid "%q must be between %d and %d"
148-
msgstr ""
149+
msgstr "%q harus antara %d dan %d"
149150

150151
#: py/argcheck.c
151152
msgid "%q must be of type %q"
152-
msgstr ""
153+
msgstr "%q harus bertipe %q"
153154

154155
#: ports/atmel-samd/common-hal/busio/UART.c
155156
msgid "%q must be power of 2"
156-
msgstr ""
157+
msgstr "%q harus pangkat 2"
157158

158159
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
159160
#: shared-bindings/canio/Match.c
@@ -178,12 +179,12 @@ msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
178179

179180
#: shared-bindings/usb_hid/Device.c
180181
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"
182183

183184
#: ports/espressif/bindings/espidf/__init__.c ports/espressif/esp_error.c
184185
#, c-format
185186
msgid "%s error 0x%x"
186-
msgstr ""
187+
msgstr "%s kesalahan 0x%x"
187188

188189
#: py/argcheck.c
189190
msgid "'%q' argument required"
@@ -199,7 +200,7 @@ msgstr "Objek '%q' bukan merupakan iterator"
199200

200201
#: py/objtype.c py/runtime.c shared-module/atexit/__init__.c
201202
msgid "'%q' object is not callable"
202-
msgstr ""
203+
msgstr "Objek '%q' tidak dapat dipanggil"
203204

204205
#: py/runtime.c
205206
msgid "'%q' object is not iterable"
@@ -248,7 +249,7 @@ msgstr "'%s' mengharapkan {r0, r1, ...}"
248249
#: py/emitinlinextensa.c
249250
#, c-format
250251
msgid "'%s' integer %d isn't within range %d..%d"
251-
msgstr ""
252+
msgstr "'%s' integer %d tidak berada dalam jangkauan %d..%d"
252253

253254
#: py/emitinlinethumb.c
254255
#, c-format
@@ -4464,27 +4465,27 @@ msgstr ""
44644465

44654466
#: extmod/ulab/code/numpy/vector.c
44664467
msgid "wrong output type"
4467-
msgstr ""
4468+
msgstr "tipe output salah"
44684469

44694470
#: shared-module/displayio/Shape.c
44704471
msgid "x value out of bounds"
4471-
msgstr ""
4472+
msgstr "nilai x di luar batas"
44724473

44734474
#: ports/espressif/common-hal/audiobusio/__init__.c
44744475
msgid "xTaskCreate failed"
4475-
msgstr ""
4476+
msgstr "xTaskCreate gagal"
44764477

44774478
#: shared-bindings/displayio/Shape.c
44784479
msgid "y should be an int"
4479-
msgstr ""
4480+
msgstr "y harus menjadi int"
44804481

44814482
#: shared-module/displayio/Shape.c
44824483
msgid "y value out of bounds"
4483-
msgstr ""
4484+
msgstr "Nilai y di luar batas"
44844485

44854486
#: py/objrange.c
44864487
msgid "zero step"
4487-
msgstr ""
4488+
msgstr "nol langkah"
44884489

44894490
#: extmod/ulab/code/scipy/signal/signal.c
44904491
msgid "zi must be an ndarray"
@@ -4496,7 +4497,7 @@ msgstr "zi harus berjenis float"
44964497

44974498
#: extmod/ulab/code/scipy/signal/signal.c
44984499
msgid "zi must be of shape (n_section, 2)"
4499-
msgstr ""
4500+
msgstr "Zi harus berbentuk (n_section, 2)"
45004501

45014502
#, c-format
45024503
#~ msgid ""

0 commit comments

Comments
 (0)