@@ -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"
@@ -632,6 +651,10 @@ msgid ""
632
651
"disable.\n"
633
652
msgstr ""
634
653
654
+ #: ports/analog/common-hal/busio/UART.c
655
+ msgid "Baudrate invalid. Must be a standard UART baudrate.\n"
656
+ msgstr ""
657
+
635
658
#: ports/espressif/common-hal/canio/CAN.c
636
659
msgid "Baudrate not supported by peripheral"
637
660
msgstr ""
@@ -721,6 +744,10 @@ msgstr ""
721
744
msgid "CIRCUITPY drive could not be found or created."
722
745
msgstr ""
723
746
747
+ #: ports/analog/common-hal/busio/SPI.c
748
+ msgid "CPOL / CPHA must both be either 0 or 1\n"
749
+ msgstr ""
750
+
724
751
#: ports/espressif/common-hal/espidf/__init__.c
725
752
msgid "CRC or checksum was invalid"
726
753
msgstr ""
@@ -934,6 +961,38 @@ msgstr ""
934
961
msgid "ECB only operates on 16 bytes at a time"
935
962
msgstr ""
936
963
964
+ #: ports/analog/common-hal/busio/UART.c
965
+ msgid "ERR: Could not init ringbuffer\n"
966
+ msgstr ""
967
+
968
+ #: ports/analog/peripherals/max32690/max32_uart.c
969
+ #, c-format
970
+ msgid ""
971
+ "ERR: Unable to find a uart matching pins...\n"
972
+ "TX: port %d mask %d\n"
973
+ "RX: port %d mask %d\n"
974
+ msgstr ""
975
+
976
+ #: ports/analog/peripherals/max32690/max32_i2c.c
977
+ #, c-format
978
+ msgid ""
979
+ "ERR: Unable to find an I2C matching pins...\n"
980
+ "SCL: port %d mask %d\n"
981
+ "SDA: port %d mask %d\n"
982
+ msgstr ""
983
+
984
+ #: ports/analog/peripherals/max32690/max32_spi.c
985
+ #, c-format
986
+ msgid ""
987
+ "ERR: Unable to find an SPI matching pins... \n"
988
+ "MOSI: port %d mask %d\n"
989
+ "MISO: port %d mask %d\n"
990
+ msgstr ""
991
+
992
+ #: ports/analog/common-hal/busio/I2C.c
993
+ msgid "ERROR during I2C Transaction\n"
994
+ msgstr ""
995
+
937
996
#: ports/espressif/common-hal/busio/SPI.c
938
997
#: ports/espressif/common-hal/canio/CAN.c
939
998
msgid "ESP-IDF memory allocation failed"
@@ -1027,6 +1086,19 @@ msgstr ""
1027
1086
msgid "Failed to enable continuous"
1028
1087
msgstr ""
1029
1088
1089
+ #: ports/analog/common-hal/busio/I2C.c
1090
+ #, c-format
1091
+ msgid "Failed to init I2C. ERR: %d\n"
1092
+ msgstr ""
1093
+
1094
+ #: ports/analog/common-hal/busio/SPI.c
1095
+ msgid "Failed to init SPI.\n"
1096
+ msgstr ""
1097
+
1098
+ #: ports/analog/common-hal/busio/UART.c
1099
+ msgid "Failed to initialize UART.\n"
1100
+ msgstr ""
1101
+
1030
1102
#: shared-module/audiomp3/MP3Decoder.c
1031
1103
msgid "Failed to parse MP3 file"
1032
1104
msgstr ""
@@ -1040,6 +1112,23 @@ msgstr ""
1040
1112
msgid "Failed to release mutex, err 0x%04x"
1041
1113
msgstr ""
1042
1114
1115
+ #: ports/analog/common-hal/busio/I2C.c
1116
+ #, c-format
1117
+ msgid "Failed to set I2C frequency. ERR: %d\n"
1118
+ msgstr ""
1119
+
1120
+ #: ports/analog/common-hal/busio/SPI.c
1121
+ msgid "Failed to set SPI Clock Mode\n"
1122
+ msgstr ""
1123
+
1124
+ #: ports/analog/common-hal/busio/SPI.c
1125
+ msgid "Failed to set SPI Frame Size\n"
1126
+ msgstr ""
1127
+
1128
+ #: ports/analog/common-hal/busio/SPI.c
1129
+ msgid "Failed to set SPI Frequency\n"
1130
+ msgstr ""
1131
+
1043
1132
#: ports/zephyr-cp/common-hal/wifi/Radio.c
1044
1133
msgid "Failed to set hostname"
1045
1134
msgstr ""
@@ -1080,6 +1169,10 @@ msgstr ""
1080
1169
msgid "Firmware is too big"
1081
1170
msgstr ""
1082
1171
1172
+ #: ports/analog/common-hal/busio/UART.c
1173
+ msgid "Flow Ctrl needs both CTS & RTS"
1174
+ msgstr ""
1175
+
1083
1176
#: shared-bindings/bitmaptools/__init__.c
1084
1177
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
1085
1178
msgstr ""
@@ -1139,6 +1232,10 @@ msgstr ""
1139
1232
msgid "I2C init error"
1140
1233
msgstr ""
1141
1234
1235
+ #: ports/analog/common-hal/busio/I2C.c
1236
+ msgid "I2C needs SDA & SCL"
1237
+ msgstr ""
1238
+
1142
1239
#: ports/raspberrypi/common-hal/busio/I2C.c
1143
1240
#: ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c
1144
1241
msgid "I2C peripheral in use"
@@ -1748,6 +1845,10 @@ msgstr ""
1748
1845
msgid "Parameter error"
1749
1846
msgstr ""
1750
1847
1848
+ #: ports/analog/common-hal/busio/UART.c
1849
+ msgid "Parity must be ODD, EVEN, or NONE\n"
1850
+ msgstr ""
1851
+
1751
1852
#: ports/espressif/common-hal/audiobusio/__init__.c
1752
1853
msgid "Peripheral in use"
1753
1854
msgstr ""
@@ -1861,6 +1962,7 @@ msgstr ""
1861
1962
msgid "RNG Init Error"
1862
1963
msgstr ""
1863
1964
1965
+ #: ports/analog/common-hal/busio/UART.c
1864
1966
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1865
1967
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1866
1968
msgid "RS485"
@@ -1953,6 +2055,10 @@ msgstr ""
1953
2055
msgid "SPI init error"
1954
2056
msgstr ""
1955
2057
2058
+ #: ports/analog/common-hal/busio/SPI.c
2059
+ msgid "SPI needs MOSI, MISO, and SCK"
2060
+ msgstr ""
2061
+
1956
2062
#: ports/raspberrypi/common-hal/busio/SPI.c
1957
2063
msgid "SPI peripheral in use"
1958
2064
msgstr ""
@@ -2084,6 +2190,10 @@ msgstr ""
2084
2190
msgid "Timeout is too long: Maximum timeout length is %d seconds"
2085
2191
msgstr ""
2086
2192
2193
+ #: ports/analog/common-hal/busio/UART.c
2194
+ msgid "Timeout must be < 100 seconds"
2195
+ msgstr ""
2196
+
2087
2197
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2088
2198
msgid "Too many channels in sample"
2089
2199
msgstr ""
@@ -2127,6 +2237,10 @@ msgstr ""
2127
2237
msgid "UART init"
2128
2238
msgstr ""
2129
2239
2240
+ #: ports/analog/common-hal/busio/UART.c
2241
+ msgid "UART needs TX & RX"
2242
+ msgstr ""
2243
+
2130
2244
#: ports/raspberrypi/common-hal/busio/UART.c
2131
2245
msgid "UART peripheral in use"
2132
2246
msgstr ""
0 commit comments