Skip to content

Commit 4f471db

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent 33e8a97 commit 4f471db

File tree

19 files changed

+724
-1453
lines changed

19 files changed

+724
-1453
lines changed

locale/ID.po

Lines changed: 21 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ msgstr ""
124124
msgid "%q is %q"
125125
msgstr ""
126126

127-
#: py/argcheck.c
127+
#: py/argcheck.c shared-bindings/usb_hid/Device.c
128128
msgid "%q length must be %d"
129129
msgstr ""
130130

@@ -140,10 +140,6 @@ msgstr ""
140140
msgid "%q length must be >= %d"
141141
msgstr ""
142142

143-
#: shared-bindings/busio/I2C.c
144-
msgid "%q length must be >= 1"
145-
msgstr "%q panjang harus >= 1"
146-
147143
#: py/argcheck.c
148144
msgid "%q must be %d"
149145
msgstr ""
@@ -169,15 +165,7 @@ msgstr "%q harus >= %d"
169165
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
170166
msgstr ""
171167

172-
#: py/argcheck.c
173-
msgid "%q must be a string"
174-
msgstr "%q harus berupa string"
175-
176-
#: py/argcheck.c
177-
msgid "%q must be an int"
178-
msgstr ""
179-
180-
#: py/argcheck.c py/obj.c
168+
#: py/argcheck.c py/obj.c py/objstrunicode.c
181169
msgid "%q must be of type %q"
182170
msgstr "%q harus bertipe %q"
183171

@@ -207,8 +195,8 @@ msgstr "%q di luar jangkauan"
207195
msgid "%q pin invalid"
208196
msgstr "pin %q tidak valid"
209197

210-
#: shared-bindings/usb_hid/Device.c
211-
msgid "%q with a report ID of 0 must be of length 1"
198+
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
199+
msgid "%q step cannot be zero"
212200
msgstr ""
213201

214202
#: py/bc.c py/objnamedtuple.c
@@ -517,10 +505,6 @@ msgstr "Array harus mengandung halfwords (ketik 'H')"
517505
msgid "Array values should be single bytes."
518506
msgstr "Nilai array harus berupa byte tunggal."
519507

520-
#: shared-bindings/microcontroller/Pin.c
521-
msgid "At most %d %q may be specified (not %d)"
522-
msgstr "Paling banyak %d %q dapat ditentukan (bukan %d)"
523-
524508
#: shared-module/memorymonitor/AllocationAlarm.c
525509
#, c-format
526510
msgid "Attempt to allocate %d blocks"
@@ -1275,10 +1259,6 @@ msgstr "Akses memori tidak valid."
12751259
msgid "Invalid multicast MAC address"
12761260
msgstr ""
12771261

1278-
#: shared-bindings/busio/UART.c
1279-
msgid "Invalid pins"
1280-
msgstr "Pin-pin tidak valid"
1281-
12821262
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
12831263
msgid "Invalid size"
12841264
msgstr ""
@@ -1516,11 +1496,6 @@ msgstr "Tidak ada kunci yang ditentukan"
15161496
msgid "No long integer support"
15171497
msgstr "Tidak ada dukungan bilangan bulat yang panjang"
15181498

1519-
#: shared-module/usb_hid/__init__.c
1520-
#, c-format
1521-
msgid "No more than %d HID devices allowed"
1522-
msgstr ""
1523-
15241499
#: shared-bindings/wifi/Radio.c
15251500
msgid "No network with that ssid"
15261501
msgstr ""
@@ -2576,10 +2551,6 @@ msgstr ""
25762551
msgid "buffer too small for requested bytes"
25772552
msgstr ""
25782553

2579-
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
2580-
msgid "byteorder is not a string"
2581-
msgstr ""
2582-
25832554
#: py/objarray.c
25842555
msgid "bytes length not a multiple of item size"
25852556
msgstr ""
@@ -2621,14 +2592,10 @@ msgstr "tidak dapat menetapkan ke ekspresi"
26212592
msgid "can't cancel self"
26222593
msgstr ""
26232594

2624-
#: py/obj.c py/objint.c shared-module/adafruit_pixelbuf/PixelBuf.c
2595+
#: py/obj.c py/objint.c py/runtime.c shared-module/adafruit_pixelbuf/PixelBuf.c
26252596
msgid "can't convert %q to %q"
26262597
msgstr ""
26272598

2628-
#: py/runtime.c
2629-
msgid "can't convert %q to int"
2630-
msgstr ""
2631-
26322599
#: py/obj.c
26332600
#, c-format
26342601
msgid "can't convert %s to complex"
@@ -2812,10 +2779,6 @@ msgstr ""
28122779
msgid "comparison of int and uint"
28132780
msgstr ""
28142781

2815-
#: py/objcomplex.c
2816-
msgid "complex division by zero"
2817-
msgstr ""
2818-
28192782
#: py/objfloat.c py/parsenum.c
28202783
msgid "complex values not supported"
28212784
msgstr ""
@@ -2918,12 +2881,7 @@ msgstr ""
29182881
msgid "div/mod not implemented for uint"
29192882
msgstr ""
29202883

2921-
#: py/objfloat.c py/objint_mpz.c
2922-
msgid "divide by zero"
2923-
msgstr ""
2924-
2925-
#: py/modmath.c py/objint_longlong.c py/runtime.c
2926-
#: shared-bindings/math/__init__.c
2884+
#: py/runtime.c
29272885
msgid "division by zero"
29282886
msgstr ""
29292887

@@ -3295,10 +3253,6 @@ msgstr ""
32953253
msgid "inputs are not iterable"
32963254
msgstr ""
32973255

3298-
#: py/parsenum.c
3299-
msgid "int() arg 2 must be >= 2 and <= 36"
3300-
msgstr ""
3301-
33023256
#: extmod/ulab/code/numpy/approx.c
33033257
msgid "interp is defined for 1D iterables of equal length"
33043258
msgstr ""
@@ -3436,10 +3390,6 @@ msgstr ""
34363390
msgid "local variable referenced before assignment"
34373391
msgstr ""
34383392

3439-
#: py/objint.c
3440-
msgid "long int not supported in this build"
3441-
msgstr ""
3442-
34433393
#: ports/espressif/common-hal/canio/CAN.c
34443394
msgid "loopback + silent mode not supported by peripheral"
34453395
msgstr ""
@@ -3975,10 +3925,6 @@ msgstr ""
39753925
msgid "slice step can't be zero"
39763926
msgstr ""
39773927

3978-
#: py/objslice.c
3979-
msgid "slice step cannot be zero"
3980-
msgstr ""
3981-
39823928
#: py/nativeglue.c
39833929
msgid "slice unsupported"
39843930
msgstr ""
@@ -4027,10 +3973,6 @@ msgstr ""
40273973
msgid "start/end indices"
40283974
msgstr ""
40293975

4030-
#: shared-bindings/random/__init__.c
4031-
msgid "step must be non-zero"
4032-
msgstr ""
4033-
40343976
#: shared-bindings/random/__init__.c
40353977
msgid "stop not reachable from start"
40363978
msgstr ""
@@ -4039,10 +3981,6 @@ msgstr ""
40393981
msgid "stream operation not supported"
40403982
msgstr ""
40413983

4042-
#: py/objstrunicode.c
4043-
msgid "string indices must be integers, not %q"
4044-
msgstr ""
4045-
40463984
#: py/stream.c
40473985
msgid "string not supported; use bytes or bytearray"
40483986
msgstr ""
@@ -4075,10 +4013,6 @@ msgstr "sintaksis error pada JSON"
40754013
msgid "syntax error in uctypes descriptor"
40764014
msgstr "sintaksis error pada pendeskripsi uctypes"
40774015

4078-
#: shared-bindings/time/__init__.c
4079-
msgid "time.struct_time() takes a 9-sequence"
4080-
msgstr ""
4081-
40824016
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
40834017
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
40844018
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
@@ -4360,10 +4294,6 @@ msgstr "xTaskCreate gagal"
43604294
msgid "y value out of bounds"
43614295
msgstr "Nilai y di luar batas"
43624296

4363-
#: py/objrange.c
4364-
msgid "zero step"
4365-
msgstr "nol langkah"
4366-
43674297
#: extmod/ulab/code/scipy/signal/signal.c
43684298
msgid "zi must be an ndarray"
43694299
msgstr "zi harus ndarray"
@@ -4376,6 +4306,21 @@ msgstr "zi harus berjenis float"
43764306
msgid "zi must be of shape (n_section, 2)"
43774307
msgstr "Zi harus berbentuk (n_section, 2)"
43784308

4309+
#~ msgid "%q length must be >= 1"
4310+
#~ msgstr "%q panjang harus >= 1"
4311+
4312+
#~ msgid "%q must be a string"
4313+
#~ msgstr "%q harus berupa string"
4314+
4315+
#~ msgid "At most %d %q may be specified (not %d)"
4316+
#~ msgstr "Paling banyak %d %q dapat ditentukan (bukan %d)"
4317+
4318+
#~ msgid "Invalid pins"
4319+
#~ msgstr "Pin-pin tidak valid"
4320+
4321+
#~ msgid "zero step"
4322+
#~ msgstr "nol langkah"
4323+
43794324
#~ msgid "%q indices must be integers, not %s"
43804325
#~ msgstr "indeks %q harus bilangan bulat, bukan %s"
43814326

0 commit comments

Comments
 (0)