@@ -158,14 +158,6 @@ msgstr "%q harus <= %d"
158
158
msgid "%q must be >= %d"
159
159
msgstr "%q harus >= %d"
160
160
161
- #: py/argcheck.c
162
- msgid "%q must be >= 0"
163
- msgstr "%q harus >= 0"
164
-
165
- #: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
166
- msgid "%q must be >= 1"
167
- msgstr "%q harus >= 1"
168
-
169
161
#: shared-bindings/analogbufio/BufferedIn.c
170
162
#: shared-bindings/audiocore/RawSample.c
171
163
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
@@ -923,8 +915,7 @@ msgstr "Error pada regex"
923
915
msgid "Error: Failure to bind"
924
916
msgstr ""
925
917
926
- #: ports/raspberrypi/bindings/rp2pio/StateMachine.c py/enum.c
927
- #: shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
918
+ #: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
928
919
#: shared-bindings/alarm/__init__.c shared-bindings/busio/SPI.c
929
920
#: shared-bindings/microcontroller/Pin.c
930
921
#: shared-bindings/neopixel_write/__init__.c
@@ -1258,6 +1249,7 @@ msgid "Invalid size"
1258
1249
msgstr ""
1259
1250
1260
1251
#: ports/espressif/common-hal/ssl/SSLContext.c
1252
+ #: ports/raspberrypi/common-hal/ssl/SSLSocket.c
1261
1253
msgid "Invalid socket for TLS"
1262
1254
msgstr ""
1263
1255
@@ -1585,10 +1577,12 @@ msgid "Only 8 or 16 bit mono with "
1585
1577
msgstr "Hanya 8 atau 16 bit mono dengan "
1586
1578
1587
1579
#: ports/espressif/common-hal/wifi/__init__.c
1580
+ #: ports/raspberrypi/common-hal/wifi/__init__.c
1588
1581
msgid "Only IPv4 addresses supported"
1589
1582
msgstr "Hanya alamat IPv4 yang didukung"
1590
1583
1591
1584
#: ports/espressif/common-hal/socketpool/Socket.c
1585
+ #: ports/raspberrypi/common-hal/socketpool/Socket.c
1592
1586
msgid "Only IPv4 sockets supported"
1593
1587
msgstr "Hanysa socket IPv4 yang didukung"
1594
1588
@@ -1662,6 +1656,7 @@ msgid "Out of memory"
1662
1656
msgstr "Kehabisan memori"
1663
1657
1664
1658
#: ports/espressif/common-hal/socketpool/Socket.c
1659
+ #: ports/raspberrypi/common-hal/socketpool/Socket.c
1665
1660
msgid "Out of sockets"
1666
1661
msgstr "Kehabisan socket"
1667
1662
@@ -1718,7 +1713,6 @@ msgid "Pin interrupt already in use"
1718
1713
msgstr ""
1719
1714
1720
1715
#: shared-bindings/adafruit_bus_device/spi_device/SPIDevice.c
1721
- #: shared-bindings/digitalio/DigitalInOut.c
1722
1716
msgid "Pin is input only"
1723
1717
msgstr ""
1724
1718
@@ -1945,6 +1939,7 @@ msgid "Slices not supported"
1945
1939
msgstr "Potongan tidak didukung"
1946
1940
1947
1941
#: ports/espressif/common-hal/socketpool/SocketPool.c
1942
+ #: ports/raspberrypi/common-hal/socketpool/SocketPool.c
1948
1943
msgid "SocketPool can only be used with wifi.radio"
1949
1944
msgstr ""
1950
1945
@@ -2372,10 +2367,6 @@ msgstr "__new__ arg harus berupa user-type"
2372
2367
msgid "a bytes-like object is required"
2373
2368
msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
2374
2369
2375
- #: shared-bindings/i2ctarget/I2CTarget.c
2376
- msgid "address out of bounds"
2377
- msgstr "alamat di luar batas"
2378
-
2379
2370
#: shared-bindings/i2ctarget/I2CTarget.c
2380
2371
msgid "addresses is empty"
2381
2372
msgstr "alamatnya kosong"
@@ -2845,10 +2836,6 @@ msgstr ""
2845
2836
msgid "destination buffer must be an array of type 'H' for bit_depth = 16"
2846
2837
msgstr ""
2847
2838
2848
- #: shared-bindings/audiobusio/PDMIn.c
2849
- msgid "destination_length must be an int >= 0"
2850
- msgstr ""
2851
-
2852
2839
#: py/objdict.c
2853
2840
msgid "dict update sequence has wrong length"
2854
2841
msgstr ""
@@ -3272,6 +3259,10 @@ msgstr ""
3272
3259
msgid "invalid bits_per_pixel %d, must be, 1, 2, 4, 8, 16, 24, or 32"
3273
3260
msgstr ""
3274
3261
3262
+ #: ports/raspberrypi/common-hal/ssl/SSLSocket.c
3263
+ msgid "invalid cert"
3264
+ msgstr "cert tidak valid"
3265
+
3275
3266
#: shared-bindings/bitmaptools/__init__.c
3276
3267
#, c-format
3277
3268
msgid "invalid element size %d for bits_per_pixel %d\n"
@@ -3298,6 +3289,10 @@ msgstr ""
3298
3289
msgid "invalid hostname"
3299
3290
msgstr ""
3300
3291
3292
+ #: ports/raspberrypi/common-hal/ssl/SSLSocket.c
3293
+ msgid "invalid key"
3294
+ msgstr "key tidak valid"
3295
+
3301
3296
#: py/compile.c
3302
3297
msgid "invalid micropython decorator"
3303
3298
msgstr "micropython decorator tidak valid"
@@ -4374,6 +4369,15 @@ msgstr "zi harus berjenis float"
4374
4369
msgid "zi must be of shape (n_section, 2)"
4375
4370
msgstr "Zi harus berbentuk (n_section, 2)"
4376
4371
4372
+ #~ msgid "%q must be >= 0"
4373
+ #~ msgstr "%q harus >= 0"
4374
+
4375
+ #~ msgid "%q must be >= 1"
4376
+ #~ msgstr "%q harus >= 1"
4377
+
4378
+ #~ msgid "address out of bounds"
4379
+ #~ msgstr "alamat di luar batas"
4380
+
4377
4381
#~ msgid "y should be an int"
4378
4382
#~ msgstr "y harus menjadi int"
4379
4383
@@ -4772,12 +4776,6 @@ msgstr "Zi harus berbentuk (n_section, 2)"
4772
4776
#~ msgid "Corrupt raw code"
4773
4777
#~ msgstr "Kode raw rusak"
4774
4778
4775
- #~ msgid "invalid cert"
4776
- #~ msgstr "cert tidak valid"
4777
-
4778
- #~ msgid "invalid key"
4779
- #~ msgstr "key tidak valid"
4780
-
4781
4779
#~ msgid "Viper functions don't currently support more than 4 arguments"
4782
4780
#~ msgstr "Fungsi Viper saat ini tidak mendukung lebih dari 4 argumen"
4783
4781
0 commit comments