@@ -28,6 +28,25 @@ msgid ""
2828"Code stopped by auto-reload. Reloading soon.\n"
2929msgstr ""
3030
31+ #: ports/analog/common-hal/busio/UART.c
32+ #, c-format
33+ msgid ""
34+ "\n"
35+ "ERR: Error starting transaction: %d\n"
36+ msgstr ""
37+
38+ #: ports/analog/common-hal/busio/UART.c
39+ msgid ""
40+ "\n"
41+ "ERR: Requested bus is busy\n"
42+ msgstr ""
43+
44+ #: ports/analog/common-hal/busio/UART.c
45+ msgid ""
46+ "\n"
47+ "ERR: Uart transaction timed out.\n"
48+ msgstr ""
49+
3150#: supervisor/shared/safe_mode.c
3251msgid ""
3352"\n"
@@ -628,6 +647,10 @@ msgid ""
628647"disable.\n"
629648msgstr ""
630649
650+ #: ports/analog/common-hal/busio/UART.c
651+ msgid "Baudrate invalid. Must be a standard UART baudrate.\n"
652+ msgstr ""
653+
631654#: ports/espressif/common-hal/canio/CAN.c
632655msgid "Baudrate not supported by peripheral"
633656msgstr ""
@@ -717,6 +740,10 @@ msgstr ""
717740msgid "CIRCUITPY drive could not be found or created."
718741msgstr ""
719742
743+ #: ports/analog/common-hal/busio/SPI.c
744+ msgid "CPOL / CPHA must both be either 0 or 1\n"
745+ msgstr ""
746+
720747#: ports/espressif/common-hal/espidf/__init__.c
721748msgid "CRC or checksum was invalid"
722749msgstr ""
@@ -943,6 +970,38 @@ msgstr ""
943970msgid "ECB only operates on 16 bytes at a time"
944971msgstr ""
945972
973+ #: ports/analog/common-hal/busio/UART.c
974+ msgid "ERR: Could not init ringbuffer\n"
975+ msgstr ""
976+
977+ #: ports/analog/peripherals/max32690/max32_uart.c
978+ #, c-format
979+ msgid ""
980+ "ERR: Unable to find a uart matching pins...\n"
981+ "TX: port %d mask %d\n"
982+ "RX: port %d mask %d\n"
983+ msgstr ""
984+
985+ #: ports/analog/peripherals/max32690/max32_i2c.c
986+ #, c-format
987+ msgid ""
988+ "ERR: Unable to find an I2C matching pins...\n"
989+ "SCL: port %d mask %d\n"
990+ "SDA: port %d mask %d\n"
991+ msgstr ""
992+
993+ #: ports/analog/peripherals/max32690/max32_spi.c
994+ #, c-format
995+ msgid ""
996+ "ERR: Unable to find an SPI matching pins... \n"
997+ "MOSI: port %d mask %d\n"
998+ "MISO: port %d mask %d\n"
999+ msgstr ""
1000+
1001+ #: ports/analog/common-hal/busio/I2C.c
1002+ msgid "ERROR during I2C Transaction\n"
1003+ msgstr ""
1004+
9461005#: ports/espressif/common-hal/busio/SPI.c
9471006#: ports/espressif/common-hal/canio/CAN.c
9481007msgid "ESP-IDF memory allocation failed"
@@ -1036,6 +1095,19 @@ msgstr ""
10361095msgid "Failed to enable continuous"
10371096msgstr ""
10381097
1098+ #: ports/analog/common-hal/busio/I2C.c
1099+ #, c-format
1100+ msgid "Failed to init I2C. ERR: %d\n"
1101+ msgstr ""
1102+
1103+ #: ports/analog/common-hal/busio/SPI.c
1104+ msgid "Failed to init SPI.\n"
1105+ msgstr ""
1106+
1107+ #: ports/analog/common-hal/busio/UART.c
1108+ msgid "Failed to initialize UART.\n"
1109+ msgstr ""
1110+
10391111#: shared-module/audiomp3/MP3Decoder.c
10401112msgid "Failed to parse MP3 file"
10411113msgstr ""
@@ -1049,6 +1121,23 @@ msgstr ""
10491121msgid "Failed to release mutex, err 0x%04x"
10501122msgstr ""
10511123
1124+ #: ports/analog/common-hal/busio/I2C.c
1125+ #, c-format
1126+ msgid "Failed to set I2C frequency. ERR: %d\n"
1127+ msgstr ""
1128+
1129+ #: ports/analog/common-hal/busio/SPI.c
1130+ msgid "Failed to set SPI Clock Mode\n"
1131+ msgstr ""
1132+
1133+ #: ports/analog/common-hal/busio/SPI.c
1134+ msgid "Failed to set SPI Frame Size\n"
1135+ msgstr ""
1136+
1137+ #: ports/analog/common-hal/busio/SPI.c
1138+ msgid "Failed to set SPI Frequency\n"
1139+ msgstr ""
1140+
10521141#: ports/zephyr-cp/common-hal/wifi/Radio.c
10531142msgid "Failed to set hostname"
10541143msgstr ""
@@ -1089,6 +1178,10 @@ msgstr ""
10891178msgid "Firmware is too big"
10901179msgstr ""
10911180
1181+ #: ports/analog/common-hal/busio/UART.c
1182+ msgid "Flow Ctrl needs both CTS & RTS"
1183+ msgstr ""
1184+
10921185#: shared-bindings/bitmaptools/__init__.c
10931186msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
10941187msgstr ""
@@ -1148,6 +1241,10 @@ msgstr ""
11481241msgid "I2C init error"
11491242msgstr ""
11501243
1244+ #: ports/analog/common-hal/busio/I2C.c
1245+ msgid "I2C needs SDA & SCL"
1246+ msgstr ""
1247+
11511248#: ports/raspberrypi/common-hal/busio/I2C.c
11521249#: ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c
11531250msgid "I2C peripheral in use"
@@ -1765,6 +1862,10 @@ msgstr ""
17651862msgid "Parameter error"
17661863msgstr ""
17671864
1865+ #: ports/analog/common-hal/busio/UART.c
1866+ msgid "Parity must be ODD, EVEN, or NONE\n"
1867+ msgstr ""
1868+
17681869#: ports/espressif/common-hal/audiobusio/__init__.c
17691870msgid "Peripheral in use"
17701871msgstr ""
@@ -1902,6 +2003,7 @@ msgstr ""
19022003msgid "ROS topic failed to initialize"
19032004msgstr ""
19042005
2006+ #: ports/analog/common-hal/busio/UART.c
19052007#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
19062008#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
19072009msgid "RS485"
@@ -1994,6 +2096,10 @@ msgstr ""
19942096msgid "SPI init error"
19952097msgstr ""
19962098
2099+ #: ports/analog/common-hal/busio/SPI.c
2100+ msgid "SPI needs MOSI, MISO, and SCK"
2101+ msgstr ""
2102+
19972103#: ports/raspberrypi/common-hal/busio/SPI.c
19982104msgid "SPI peripheral in use"
19992105msgstr ""
@@ -2125,6 +2231,10 @@ msgstr ""
21252231msgid "Timeout is too long: Maximum timeout length is %d seconds"
21262232msgstr ""
21272233
2234+ #: ports/analog/common-hal/busio/UART.c
2235+ msgid "Timeout must be < 100 seconds"
2236+ msgstr ""
2237+
21282238#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
21292239msgid "Too many channels in sample"
21302240msgstr ""
@@ -2168,6 +2278,10 @@ msgstr ""
21682278msgid "UART init"
21692279msgstr ""
21702280
2281+ #: ports/analog/common-hal/busio/UART.c
2282+ msgid "UART needs TX & RX"
2283+ msgstr ""
2284+
21712285#: ports/raspberrypi/common-hal/busio/UART.c
21722286msgid "UART peripheral in use"
21732287msgstr ""
0 commit comments