File tree Expand file tree Collapse file tree 16 files changed +112
-16
lines changed Expand file tree Collapse file tree 16 files changed +112
-16
lines changed Original file line number Diff line number Diff line change @@ -504,7 +504,8 @@ msgstr "Panjang buffer harus kelipatan 512"
504
504
msgid "Buffer must be a multiple of 512 bytes"
505
505
msgstr ""
506
506
507
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
507
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
508
+ #: shared-bindings/busio/I2C.c
508
509
msgid "Buffer must be at least length 1"
509
510
msgstr "Penyangga harus memiliki panjang setidaknya 1"
510
511
@@ -1316,6 +1317,11 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
1316
1317
msgid "No DMA channel found"
1317
1318
msgstr "tidak ada channel DMA ditemukan"
1318
1319
1320
+ #: shared-module/busdevice/I2CDevice.c
1321
+ #, c-format
1322
+ msgid "No I2C device at address: %x"
1323
+ msgstr ""
1324
+
1319
1325
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1320
1326
#: ports/stm/common-hal/busio/SPI.c
1321
1327
msgid "No MISO Pin"
Original file line number Diff line number Diff line change @@ -502,7 +502,8 @@ msgstr ""
502
502
msgid "Buffer must be a multiple of 512 bytes"
503
503
msgstr ""
504
504
505
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
505
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
506
+ #: shared-bindings/busio/I2C.c
506
507
msgid "Buffer must be at least length 1"
507
508
msgstr ""
508
509
@@ -1299,6 +1300,11 @@ msgstr ""
1299
1300
msgid "No DMA channel found"
1300
1301
msgstr ""
1301
1302
1303
+ #: shared-module/busdevice/I2CDevice.c
1304
+ #, c-format
1305
+ msgid "No I2C device at address: %x"
1306
+ msgstr ""
1307
+
1302
1308
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1303
1309
#: ports/stm/common-hal/busio/SPI.c
1304
1310
msgid "No MISO Pin"
Original file line number Diff line number Diff line change @@ -505,7 +505,8 @@ msgstr "Die Pufferlänge muss ein vielfaches von 512 sein"
505
505
msgid "Buffer must be a multiple of 512 bytes"
506
506
msgstr "Der Puffer muss ein vielfaches von 512 bytes sein"
507
507
508
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
508
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
509
+ #: shared-bindings/busio/I2C.c
509
510
msgid "Buffer must be at least length 1"
510
511
msgstr "Der Puffer muss eine Mindestenslänge von 1 haben"
511
512
@@ -1318,6 +1319,11 @@ msgstr "Kein DAC im Chip vorhanden"
1318
1319
msgid "No DMA channel found"
1319
1320
msgstr "Kein DMA Kanal gefunden"
1320
1321
1322
+ #: shared-module/busdevice/I2CDevice.c
1323
+ #, c-format
1324
+ msgid "No I2C device at address: %x"
1325
+ msgstr ""
1326
+
1321
1327
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1322
1328
#: ports/stm/common-hal/busio/SPI.c
1323
1329
msgid "No MISO Pin"
Original file line number Diff line number Diff line change @@ -497,7 +497,8 @@ msgstr ""
497
497
msgid "Buffer must be a multiple of 512 bytes"
498
498
msgstr ""
499
499
500
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
500
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
501
+ #: shared-bindings/busio/I2C.c
501
502
msgid "Buffer must be at least length 1"
502
503
msgstr ""
503
504
@@ -1294,6 +1295,11 @@ msgstr ""
1294
1295
msgid "No DMA channel found"
1295
1296
msgstr ""
1296
1297
1298
+ #: shared-module/busdevice/I2CDevice.c
1299
+ #, c-format
1300
+ msgid "No I2C device at address: %x"
1301
+ msgstr ""
1302
+
1297
1303
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1298
1304
#: ports/stm/common-hal/busio/SPI.c
1299
1305
msgid "No MISO Pin"
Original file line number Diff line number Diff line change @@ -511,7 +511,8 @@ msgstr "El tamaño del búfer debe ser múltiplo de 512"
511
511
msgid "Buffer must be a multiple of 512 bytes"
512
512
msgstr "Búfer deber ser un múltiplo de 512 bytes"
513
513
514
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
514
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
515
+ #: shared-bindings/busio/I2C.c
515
516
msgid "Buffer must be at least length 1"
516
517
msgstr "Buffer debe ser de longitud 1 como minimo"
517
518
@@ -1317,6 +1318,11 @@ msgstr "El chip no tiene DAC"
1317
1318
msgid "No DMA channel found"
1318
1319
msgstr "No se encontró el canal DMA"
1319
1320
1321
+ #: shared-module/busdevice/I2CDevice.c
1322
+ #, c-format
1323
+ msgid "No I2C device at address: %x"
1324
+ msgstr ""
1325
+
1320
1326
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1321
1327
#: ports/stm/common-hal/busio/SPI.c
1322
1328
msgid "No MISO Pin"
Original file line number Diff line number Diff line change @@ -502,7 +502,8 @@ msgstr ""
502
502
msgid "Buffer must be a multiple of 512 bytes"
503
503
msgstr ""
504
504
505
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
505
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
506
+ #: shared-bindings/busio/I2C.c
506
507
msgid "Buffer must be at least length 1"
507
508
msgstr "Buffer dapat ay hindi baba sa 1 na haba"
508
509
@@ -1309,6 +1310,11 @@ msgstr "Walang DAC sa chip"
1309
1310
msgid "No DMA channel found"
1310
1311
msgstr "Walang DMA channel na mahanap"
1311
1312
1313
+ #: shared-module/busdevice/I2CDevice.c
1314
+ #, c-format
1315
+ msgid "No I2C device at address: %x"
1316
+ msgstr ""
1317
+
1312
1318
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1313
1319
#: ports/stm/common-hal/busio/SPI.c
1314
1320
msgid "No MISO Pin"
Original file line number Diff line number Diff line change @@ -511,7 +511,8 @@ msgstr "La longueur de la mémoire tampon doit être un multiple de 512"
511
511
msgid "Buffer must be a multiple of 512 bytes"
512
512
msgstr "La mémoire tampon doit être un multiple de 512"
513
513
514
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
514
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
515
+ #: shared-bindings/busio/I2C.c
515
516
msgid "Buffer must be at least length 1"
516
517
msgstr "Le tampon doit être de longueur au moins 1"
517
518
@@ -1322,6 +1323,11 @@ msgstr "Pas de DAC sur la puce"
1322
1323
msgid "No DMA channel found"
1323
1324
msgstr "Aucun canal DMA trouvé"
1324
1325
1326
+ #: shared-module/busdevice/I2CDevice.c
1327
+ #, c-format
1328
+ msgid "No I2C device at address: %x"
1329
+ msgstr ""
1330
+
1325
1331
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1326
1332
#: ports/stm/common-hal/busio/SPI.c
1327
1333
msgid "No MISO Pin"
Original file line number Diff line number Diff line change @@ -497,7 +497,8 @@ msgstr ""
497
497
msgid "Buffer must be a multiple of 512 bytes"
498
498
msgstr ""
499
499
500
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
500
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
501
+ #: shared-bindings/busio/I2C.c
501
502
msgid "Buffer must be at least length 1"
502
503
msgstr ""
503
504
@@ -1294,6 +1295,11 @@ msgstr ""
1294
1295
msgid "No DMA channel found"
1295
1296
msgstr ""
1296
1297
1298
+ #: shared-module/busdevice/I2CDevice.c
1299
+ #, c-format
1300
+ msgid "No I2C device at address: %x"
1301
+ msgstr ""
1302
+
1297
1303
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1298
1304
#: ports/stm/common-hal/busio/SPI.c
1299
1305
msgid "No MISO Pin"
Original file line number Diff line number Diff line change @@ -502,7 +502,8 @@ msgstr ""
502
502
msgid "Buffer must be a multiple of 512 bytes"
503
503
msgstr ""
504
504
505
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
505
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
506
+ #: shared-bindings/busio/I2C.c
506
507
msgid "Buffer must be at least length 1"
507
508
msgstr "Il buffer deve essere lungo almeno 1"
508
509
@@ -1313,6 +1314,11 @@ msgstr "Nessun DAC sul chip"
1313
1314
msgid "No DMA channel found"
1314
1315
msgstr "Nessun canale DMA trovato"
1315
1316
1317
+ #: shared-module/busdevice/I2CDevice.c
1318
+ #, c-format
1319
+ msgid "No I2C device at address: %x"
1320
+ msgstr ""
1321
+
1316
1322
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1317
1323
#: ports/stm/common-hal/busio/SPI.c
1318
1324
msgid "No MISO Pin"
Original file line number Diff line number Diff line change @@ -506,7 +506,8 @@ msgstr "バッファ長は512の倍数でなければなりません"
506
506
msgid "Buffer must be a multiple of 512 bytes"
507
507
msgstr "バッファは512の倍数でなければなりません"
508
508
509
- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
509
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
510
+ #: shared-bindings/busio/I2C.c
510
511
msgid "Buffer must be at least length 1"
511
512
msgstr "バッファ長は少なくとも1以上でなければなりません"
512
513
@@ -1309,6 +1310,11 @@ msgstr "チップにDACがありません"
1309
1310
msgid "No DMA channel found"
1310
1311
msgstr "DMAチャネルが見つかりません"
1311
1312
1313
+ #: shared-module/busdevice/I2CDevice.c
1314
+ #, c-format
1315
+ msgid "No I2C device at address: %x"
1316
+ msgstr ""
1317
+
1312
1318
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1313
1319
#: ports/stm/common-hal/busio/SPI.c
1314
1320
msgid "No MISO Pin"
You can’t perform that action at this time.
0 commit comments