@@ -28,6 +28,25 @@ msgid ""
28
28
"Code stopped by auto-reload. Reloading soon.\n"
29
29
msgstr ""
30
30
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
+
31
50
#: supervisor/shared/safe_mode.c
32
51
msgid ""
33
52
"\n"
@@ -628,6 +647,10 @@ msgid ""
628
647
"disable.\n"
629
648
msgstr ""
630
649
650
+ #: ports/analog/common-hal/busio/UART.c
651
+ msgid "Baudrate invalid. Must be a standard UART baudrate.\n"
652
+ msgstr ""
653
+
631
654
#: ports/espressif/common-hal/canio/CAN.c
632
655
msgid "Baudrate not supported by peripheral"
633
656
msgstr ""
@@ -717,6 +740,10 @@ msgstr ""
717
740
msgid "CIRCUITPY drive could not be found or created."
718
741
msgstr ""
719
742
743
+ #: ports/analog/common-hal/busio/SPI.c
744
+ msgid "CPOL / CPHA must both be either 0 or 1\n"
745
+ msgstr ""
746
+
720
747
#: ports/espressif/common-hal/espidf/__init__.c
721
748
msgid "CRC or checksum was invalid"
722
749
msgstr ""
@@ -943,6 +970,38 @@ msgstr ""
943
970
msgid "ECB only operates on 16 bytes at a time"
944
971
msgstr ""
945
972
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
+
946
1005
#: ports/espressif/common-hal/busio/SPI.c
947
1006
#: ports/espressif/common-hal/canio/CAN.c
948
1007
msgid "ESP-IDF memory allocation failed"
@@ -1036,6 +1095,19 @@ msgstr ""
1036
1095
msgid "Failed to enable continuous"
1037
1096
msgstr ""
1038
1097
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
+
1039
1111
#: shared-module/audiomp3/MP3Decoder.c
1040
1112
msgid "Failed to parse MP3 file"
1041
1113
msgstr ""
@@ -1049,6 +1121,23 @@ msgstr ""
1049
1121
msgid "Failed to release mutex, err 0x%04x"
1050
1122
msgstr ""
1051
1123
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
+
1052
1141
#: ports/zephyr-cp/common-hal/wifi/Radio.c
1053
1142
msgid "Failed to set hostname"
1054
1143
msgstr ""
@@ -1089,6 +1178,10 @@ msgstr ""
1089
1178
msgid "Firmware is too big"
1090
1179
msgstr ""
1091
1180
1181
+ #: ports/analog/common-hal/busio/UART.c
1182
+ msgid "Flow Ctrl needs both CTS & RTS"
1183
+ msgstr ""
1184
+
1092
1185
#: shared-bindings/bitmaptools/__init__.c
1093
1186
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1094
1187
msgstr ""
@@ -1148,6 +1241,10 @@ msgstr ""
1148
1241
msgid "I2C init error"
1149
1242
msgstr ""
1150
1243
1244
+ #: ports/analog/common-hal/busio/I2C.c
1245
+ msgid "I2C needs SDA & SCL"
1246
+ msgstr ""
1247
+
1151
1248
#: ports/raspberrypi/common-hal/busio/I2C.c
1152
1249
#: ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c
1153
1250
msgid "I2C peripheral in use"
@@ -1765,6 +1862,10 @@ msgstr ""
1765
1862
msgid "Parameter error"
1766
1863
msgstr ""
1767
1864
1865
+ #: ports/analog/common-hal/busio/UART.c
1866
+ msgid "Parity must be ODD, EVEN, or NONE\n"
1867
+ msgstr ""
1868
+
1768
1869
#: ports/espressif/common-hal/audiobusio/__init__.c
1769
1870
msgid "Peripheral in use"
1770
1871
msgstr ""
@@ -1902,6 +2003,7 @@ msgstr ""
1902
2003
msgid "ROS topic failed to initialize"
1903
2004
msgstr ""
1904
2005
2006
+ #: ports/analog/common-hal/busio/UART.c
1905
2007
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1906
2008
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1907
2009
msgid "RS485"
@@ -1994,6 +2096,10 @@ msgstr ""
1994
2096
msgid "SPI init error"
1995
2097
msgstr ""
1996
2098
2099
+ #: ports/analog/common-hal/busio/SPI.c
2100
+ msgid "SPI needs MOSI, MISO, and SCK"
2101
+ msgstr ""
2102
+
1997
2103
#: ports/raspberrypi/common-hal/busio/SPI.c
1998
2104
msgid "SPI peripheral in use"
1999
2105
msgstr ""
@@ -2125,6 +2231,10 @@ msgstr ""
2125
2231
msgid "Timeout is too long: Maximum timeout length is %d seconds"
2126
2232
msgstr ""
2127
2233
2234
+ #: ports/analog/common-hal/busio/UART.c
2235
+ msgid "Timeout must be < 100 seconds"
2236
+ msgstr ""
2237
+
2128
2238
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2129
2239
msgid "Too many channels in sample"
2130
2240
msgstr ""
@@ -2168,6 +2278,10 @@ msgstr ""
2168
2278
msgid "UART init"
2169
2279
msgstr ""
2170
2280
2281
+ #: ports/analog/common-hal/busio/UART.c
2282
+ msgid "UART needs TX & RX"
2283
+ msgstr ""
2284
+
2171
2285
#: ports/raspberrypi/common-hal/busio/UART.c
2172
2286
msgid "UART peripheral in use"
2173
2287
msgstr ""
0 commit comments