@@ -124,7 +124,7 @@ msgstr ""
124
124
msgid "%q is %q"
125
125
msgstr ""
126
126
127
- #: py/argcheck.c
127
+ #: py/argcheck.c shared-bindings/usb_hid/Device.c
128
128
msgid "%q length must be %d"
129
129
msgstr ""
130
130
@@ -140,10 +140,6 @@ msgstr ""
140
140
msgid "%q length must be >= %d"
141
141
msgstr ""
142
142
143
- #: shared-bindings/busio/I2C.c
144
- msgid "%q length must be >= 1"
145
- msgstr "%q panjang harus >= 1"
146
-
147
143
#: py/argcheck.c
148
144
msgid "%q must be %d"
149
145
msgstr ""
@@ -169,15 +165,7 @@ msgstr "%q harus >= %d"
169
165
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
170
166
msgstr ""
171
167
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
181
169
msgid "%q must be of type %q"
182
170
msgstr "%q harus bertipe %q"
183
171
@@ -207,8 +195,8 @@ msgstr "%q di luar jangkauan"
207
195
msgid "%q pin invalid"
208
196
msgstr "pin %q tidak valid"
209
197
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 "
212
200
msgstr ""
213
201
214
202
#: py/bc.c py/objnamedtuple.c
@@ -517,10 +505,6 @@ msgstr "Array harus mengandung halfwords (ketik 'H')"
517
505
msgid "Array values should be single bytes."
518
506
msgstr "Nilai array harus berupa byte tunggal."
519
507
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
-
524
508
#: shared-module/memorymonitor/AllocationAlarm.c
525
509
#, c-format
526
510
msgid "Attempt to allocate %d blocks"
@@ -1275,10 +1259,6 @@ msgstr "Akses memori tidak valid."
1275
1259
msgid "Invalid multicast MAC address"
1276
1260
msgstr ""
1277
1261
1278
- #: shared-bindings/busio/UART.c
1279
- msgid "Invalid pins"
1280
- msgstr "Pin-pin tidak valid"
1281
-
1282
1262
#: ports/espressif/common-hal/espidf/__init__.c ports/espressif/esp_error.c
1283
1263
msgid "Invalid size"
1284
1264
msgstr ""
@@ -1516,11 +1496,6 @@ msgstr "Tidak ada kunci yang ditentukan"
1516
1496
msgid "No long integer support"
1517
1497
msgstr "Tidak ada dukungan bilangan bulat yang panjang"
1518
1498
1519
- #: shared-module/usb_hid/__init__.c
1520
- #, c-format
1521
- msgid "No more than %d HID devices allowed"
1522
- msgstr ""
1523
-
1524
1499
#: shared-bindings/wifi/Radio.c
1525
1500
msgid "No network with that ssid"
1526
1501
msgstr ""
@@ -2576,10 +2551,6 @@ msgstr ""
2576
2551
msgid "buffer too small for requested bytes"
2577
2552
msgstr ""
2578
2553
2579
- #: shared-bindings/adafruit_pixelbuf/PixelBuf.c
2580
- msgid "byteorder is not a string"
2581
- msgstr ""
2582
-
2583
2554
#: py/objarray.c
2584
2555
msgid "bytes length not a multiple of item size"
2585
2556
msgstr ""
@@ -2621,14 +2592,10 @@ msgstr "tidak dapat menetapkan ke ekspresi"
2621
2592
msgid "can't cancel self"
2622
2593
msgstr ""
2623
2594
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
2625
2596
msgid "can't convert %q to %q"
2626
2597
msgstr ""
2627
2598
2628
- #: py/runtime.c
2629
- msgid "can't convert %q to int"
2630
- msgstr ""
2631
-
2632
2599
#: py/obj.c
2633
2600
#, c-format
2634
2601
msgid "can't convert %s to complex"
@@ -2812,10 +2779,6 @@ msgstr ""
2812
2779
msgid "comparison of int and uint"
2813
2780
msgstr ""
2814
2781
2815
- #: py/objcomplex.c
2816
- msgid "complex division by zero"
2817
- msgstr ""
2818
-
2819
2782
#: py/objfloat.c py/parsenum.c
2820
2783
msgid "complex values not supported"
2821
2784
msgstr ""
@@ -2918,12 +2881,7 @@ msgstr ""
2918
2881
msgid "div/mod not implemented for uint"
2919
2882
msgstr ""
2920
2883
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
2927
2885
msgid "division by zero"
2928
2886
msgstr ""
2929
2887
@@ -3295,10 +3253,6 @@ msgstr ""
3295
3253
msgid "inputs are not iterable"
3296
3254
msgstr ""
3297
3255
3298
- #: py/parsenum.c
3299
- msgid "int() arg 2 must be >= 2 and <= 36"
3300
- msgstr ""
3301
-
3302
3256
#: extmod/ulab/code/numpy/approx.c
3303
3257
msgid "interp is defined for 1D iterables of equal length"
3304
3258
msgstr ""
@@ -3436,10 +3390,6 @@ msgstr ""
3436
3390
msgid "local variable referenced before assignment"
3437
3391
msgstr ""
3438
3392
3439
- #: py/objint.c
3440
- msgid "long int not supported in this build"
3441
- msgstr ""
3442
-
3443
3393
#: ports/espressif/common-hal/canio/CAN.c
3444
3394
msgid "loopback + silent mode not supported by peripheral"
3445
3395
msgstr ""
@@ -3975,10 +3925,6 @@ msgstr ""
3975
3925
msgid "slice step can't be zero"
3976
3926
msgstr ""
3977
3927
3978
- #: py/objslice.c
3979
- msgid "slice step cannot be zero"
3980
- msgstr ""
3981
-
3982
3928
#: py/nativeglue.c
3983
3929
msgid "slice unsupported"
3984
3930
msgstr ""
@@ -4027,10 +3973,6 @@ msgstr ""
4027
3973
msgid "start/end indices"
4028
3974
msgstr ""
4029
3975
4030
- #: shared-bindings/random/__init__.c
4031
- msgid "step must be non-zero"
4032
- msgstr ""
4033
-
4034
3976
#: shared-bindings/random/__init__.c
4035
3977
msgid "stop not reachable from start"
4036
3978
msgstr ""
@@ -4039,10 +3981,6 @@ msgstr ""
4039
3981
msgid "stream operation not supported"
4040
3982
msgstr ""
4041
3983
4042
- #: py/objstrunicode.c
4043
- msgid "string indices must be integers, not %q"
4044
- msgstr ""
4045
-
4046
3984
#: py/stream.c
4047
3985
msgid "string not supported; use bytes or bytearray"
4048
3986
msgstr ""
@@ -4075,10 +4013,6 @@ msgstr "sintaksis error pada JSON"
4075
4013
msgid "syntax error in uctypes descriptor"
4076
4014
msgstr "sintaksis error pada pendeskripsi uctypes"
4077
4015
4078
- #: shared-bindings/time/__init__.c
4079
- msgid "time.struct_time() takes a 9-sequence"
4080
- msgstr ""
4081
-
4082
4016
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
4083
4017
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4084
4018
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
@@ -4360,10 +4294,6 @@ msgstr "xTaskCreate gagal"
4360
4294
msgid "y value out of bounds"
4361
4295
msgstr "Nilai y di luar batas"
4362
4296
4363
- #: py/objrange.c
4364
- msgid "zero step"
4365
- msgstr "nol langkah"
4366
-
4367
4297
#: extmod/ulab/code/scipy/signal/signal.c
4368
4298
msgid "zi must be an ndarray"
4369
4299
msgstr "zi harus ndarray"
@@ -4376,6 +4306,21 @@ msgstr "zi harus berjenis float"
4376
4306
msgid "zi must be of shape (n_section, 2)"
4377
4307
msgstr "Zi harus berbentuk (n_section, 2)"
4378
4308
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
+
4379
4324
#~ msgid "%q indices must be integers, not %s"
4380
4325
#~ msgstr "indeks %q harus bilangan bulat, bukan %s"
4381
4326
0 commit comments