Skip to content

Commit 03d0ec8

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 079bf7a commit 03d0ec8

File tree

16 files changed

+112
-16
lines changed

16 files changed

+112
-16
lines changed

locale/ID.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,8 @@ msgstr "Panjang buffer harus kelipatan 512"
504504
msgid "Buffer must be a multiple of 512 bytes"
505505
msgstr ""
506506

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
508509
msgid "Buffer must be at least length 1"
509510
msgstr "Penyangga harus memiliki panjang setidaknya 1"
510511

@@ -1316,6 +1317,11 @@ msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
13161317
msgid "No DMA channel found"
13171318
msgstr "tidak ada channel DMA ditemukan"
13181319

1320+
#: shared-module/busdevice/I2CDevice.c
1321+
#, c-format
1322+
msgid "No I2C device at address: %x"
1323+
msgstr ""
1324+
13191325
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
13201326
#: ports/stm/common-hal/busio/SPI.c
13211327
msgid "No MISO Pin"

locale/cs.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ msgstr ""
502502
msgid "Buffer must be a multiple of 512 bytes"
503503
msgstr ""
504504

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
506507
msgid "Buffer must be at least length 1"
507508
msgstr ""
508509

@@ -1299,6 +1300,11 @@ msgstr ""
12991300
msgid "No DMA channel found"
13001301
msgstr ""
13011302

1303+
#: shared-module/busdevice/I2CDevice.c
1304+
#, c-format
1305+
msgid "No I2C device at address: %x"
1306+
msgstr ""
1307+
13021308
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
13031309
#: ports/stm/common-hal/busio/SPI.c
13041310
msgid "No MISO Pin"

locale/de_DE.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@ msgstr "Die Pufferlänge muss ein vielfaches von 512 sein"
505505
msgid "Buffer must be a multiple of 512 bytes"
506506
msgstr "Der Puffer muss ein vielfaches von 512 bytes sein"
507507

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
509510
msgid "Buffer must be at least length 1"
510511
msgstr "Der Puffer muss eine Mindestenslänge von 1 haben"
511512

@@ -1318,6 +1319,11 @@ msgstr "Kein DAC im Chip vorhanden"
13181319
msgid "No DMA channel found"
13191320
msgstr "Kein DMA Kanal gefunden"
13201321

1322+
#: shared-module/busdevice/I2CDevice.c
1323+
#, c-format
1324+
msgid "No I2C device at address: %x"
1325+
msgstr ""
1326+
13211327
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
13221328
#: ports/stm/common-hal/busio/SPI.c
13231329
msgid "No MISO Pin"

locale/el.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ msgstr ""
497497
msgid "Buffer must be a multiple of 512 bytes"
498498
msgstr ""
499499

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
501502
msgid "Buffer must be at least length 1"
502503
msgstr ""
503504

@@ -1294,6 +1295,11 @@ msgstr ""
12941295
msgid "No DMA channel found"
12951296
msgstr ""
12961297

1298+
#: shared-module/busdevice/I2CDevice.c
1299+
#, c-format
1300+
msgid "No I2C device at address: %x"
1301+
msgstr ""
1302+
12971303
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
12981304
#: ports/stm/common-hal/busio/SPI.c
12991305
msgid "No MISO Pin"

locale/es.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ msgstr "El tamaño del búfer debe ser múltiplo de 512"
511511
msgid "Buffer must be a multiple of 512 bytes"
512512
msgstr "Búfer deber ser un múltiplo de 512 bytes"
513513

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
515516
msgid "Buffer must be at least length 1"
516517
msgstr "Buffer debe ser de longitud 1 como minimo"
517518

@@ -1317,6 +1318,11 @@ msgstr "El chip no tiene DAC"
13171318
msgid "No DMA channel found"
13181319
msgstr "No se encontró el canal DMA"
13191320

1321+
#: shared-module/busdevice/I2CDevice.c
1322+
#, c-format
1323+
msgid "No I2C device at address: %x"
1324+
msgstr ""
1325+
13201326
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
13211327
#: ports/stm/common-hal/busio/SPI.c
13221328
msgid "No MISO Pin"

locale/fil.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ msgstr ""
502502
msgid "Buffer must be a multiple of 512 bytes"
503503
msgstr ""
504504

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
506507
msgid "Buffer must be at least length 1"
507508
msgstr "Buffer dapat ay hindi baba sa 1 na haba"
508509

@@ -1309,6 +1310,11 @@ msgstr "Walang DAC sa chip"
13091310
msgid "No DMA channel found"
13101311
msgstr "Walang DMA channel na mahanap"
13111312

1313+
#: shared-module/busdevice/I2CDevice.c
1314+
#, c-format
1315+
msgid "No I2C device at address: %x"
1316+
msgstr ""
1317+
13121318
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
13131319
#: ports/stm/common-hal/busio/SPI.c
13141320
msgid "No MISO Pin"

locale/fr.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ msgstr "La longueur de la mémoire tampon doit être un multiple de 512"
511511
msgid "Buffer must be a multiple of 512 bytes"
512512
msgstr "La mémoire tampon doit être un multiple de 512"
513513

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
515516
msgid "Buffer must be at least length 1"
516517
msgstr "Le tampon doit être de longueur au moins 1"
517518

@@ -1322,6 +1323,11 @@ msgstr "Pas de DAC sur la puce"
13221323
msgid "No DMA channel found"
13231324
msgstr "Aucun canal DMA trouvé"
13241325

1326+
#: shared-module/busdevice/I2CDevice.c
1327+
#, c-format
1328+
msgid "No I2C device at address: %x"
1329+
msgstr ""
1330+
13251331
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
13261332
#: ports/stm/common-hal/busio/SPI.c
13271333
msgid "No MISO Pin"

locale/hi.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ msgstr ""
497497
msgid "Buffer must be a multiple of 512 bytes"
498498
msgstr ""
499499

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
501502
msgid "Buffer must be at least length 1"
502503
msgstr ""
503504

@@ -1294,6 +1295,11 @@ msgstr ""
12941295
msgid "No DMA channel found"
12951296
msgstr ""
12961297

1298+
#: shared-module/busdevice/I2CDevice.c
1299+
#, c-format
1300+
msgid "No I2C device at address: %x"
1301+
msgstr ""
1302+
12971303
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
12981304
#: ports/stm/common-hal/busio/SPI.c
12991305
msgid "No MISO Pin"

locale/it_IT.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ msgstr ""
502502
msgid "Buffer must be a multiple of 512 bytes"
503503
msgstr ""
504504

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
506507
msgid "Buffer must be at least length 1"
507508
msgstr "Il buffer deve essere lungo almeno 1"
508509

@@ -1313,6 +1314,11 @@ msgstr "Nessun DAC sul chip"
13131314
msgid "No DMA channel found"
13141315
msgstr "Nessun canale DMA trovato"
13151316

1317+
#: shared-module/busdevice/I2CDevice.c
1318+
#, c-format
1319+
msgid "No I2C device at address: %x"
1320+
msgstr ""
1321+
13161322
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
13171323
#: ports/stm/common-hal/busio/SPI.c
13181324
msgid "No MISO Pin"

locale/ja.po

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@ msgstr "バッファ長は512の倍数でなければなりません"
506506
msgid "Buffer must be a multiple of 512 bytes"
507507
msgstr "バッファは512の倍数でなければなりません"
508508

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
510511
msgid "Buffer must be at least length 1"
511512
msgstr "バッファ長は少なくとも1以上でなければなりません"
512513

@@ -1309,6 +1310,11 @@ msgstr "チップにDACがありません"
13091310
msgid "No DMA channel found"
13101311
msgstr "DMAチャネルが見つかりません"
13111312

1313+
#: shared-module/busdevice/I2CDevice.c
1314+
#, c-format
1315+
msgid "No I2C device at address: %x"
1316+
msgstr ""
1317+
13121318
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
13131319
#: ports/stm/common-hal/busio/SPI.c
13141320
msgid "No MISO Pin"

0 commit comments

Comments
 (0)