Skip to content

Commit 0ab3700

Browse files
committed
Add translations for ports/analog/busio
Signed-off-by: Brandon Hurst <brandon.hurst@analog.com>
1 parent 52bda3d commit 0ab3700

1 file changed

Lines changed: 114 additions & 0 deletions

File tree

locale/circuitpython.pot

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,25 @@ msgid ""
2828
"Code stopped by auto-reload. Reloading soon.\n"
2929
msgstr ""
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
3251
msgid ""
3352
"\n"
@@ -628,6 +647,10 @@ msgid ""
628647
"disable.\n"
629648
msgstr ""
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
632655
msgid "Baudrate not supported by peripheral"
633656
msgstr ""
@@ -717,6 +740,10 @@ msgstr ""
717740
msgid "CIRCUITPY drive could not be found or created."
718741
msgstr ""
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
721748
msgid "CRC or checksum was invalid"
722749
msgstr ""
@@ -939,6 +966,38 @@ msgstr ""
939966
msgid "ECB only operates on 16 bytes at a time"
940967
msgstr ""
941968

969+
#: ports/analog/common-hal/busio/UART.c
970+
msgid "ERR: Could not init ringbuffer\n"
971+
msgstr ""
972+
973+
#: ports/analog/peripherals/max32690/max32_uart.c
974+
#, c-format
975+
msgid ""
976+
"ERR: Unable to find a uart matching pins...\n"
977+
"TX: port %d mask %d\n"
978+
"RX: port %d mask %d\n"
979+
msgstr ""
980+
981+
#: ports/analog/peripherals/max32690/max32_i2c.c
982+
#, c-format
983+
msgid ""
984+
"ERR: Unable to find an I2C matching pins...\n"
985+
"SCL: port %d mask %d\n"
986+
"SDA: port %d mask %d\n"
987+
msgstr ""
988+
989+
#: ports/analog/peripherals/max32690/max32_spi.c
990+
#, c-format
991+
msgid ""
992+
"ERR: Unable to find an SPI matching pins... \n"
993+
"MOSI: port %d mask %d\n"
994+
"MISO: port %d mask %d\n"
995+
msgstr ""
996+
997+
#: ports/analog/common-hal/busio/I2C.c
998+
msgid "ERROR during I2C Transaction\n"
999+
msgstr ""
1000+
9421001
#: ports/espressif/common-hal/busio/SPI.c
9431002
#: ports/espressif/common-hal/canio/CAN.c
9441003
msgid "ESP-IDF memory allocation failed"
@@ -1032,6 +1091,19 @@ msgstr ""
10321091
msgid "Failed to enable continuous"
10331092
msgstr ""
10341093

1094+
#: ports/analog/common-hal/busio/I2C.c
1095+
#, c-format
1096+
msgid "Failed to init I2C. ERR: %d\n"
1097+
msgstr ""
1098+
1099+
#: ports/analog/common-hal/busio/SPI.c
1100+
msgid "Failed to init SPI.\n"
1101+
msgstr ""
1102+
1103+
#: ports/analog/common-hal/busio/UART.c
1104+
msgid "Failed to initialize UART.\n"
1105+
msgstr ""
1106+
10351107
#: shared-module/audiomp3/MP3Decoder.c
10361108
msgid "Failed to parse MP3 file"
10371109
msgstr ""
@@ -1045,6 +1117,23 @@ msgstr ""
10451117
msgid "Failed to release mutex, err 0x%04x"
10461118
msgstr ""
10471119

1120+
#: ports/analog/common-hal/busio/I2C.c
1121+
#, c-format
1122+
msgid "Failed to set I2C frequency. ERR: %d\n"
1123+
msgstr ""
1124+
1125+
#: ports/analog/common-hal/busio/SPI.c
1126+
msgid "Failed to set SPI Clock Mode\n"
1127+
msgstr ""
1128+
1129+
#: ports/analog/common-hal/busio/SPI.c
1130+
msgid "Failed to set SPI Frame Size\n"
1131+
msgstr ""
1132+
1133+
#: ports/analog/common-hal/busio/SPI.c
1134+
msgid "Failed to set SPI Frequency\n"
1135+
msgstr ""
1136+
10481137
#: ports/zephyr-cp/common-hal/wifi/Radio.c
10491138
msgid "Failed to set hostname"
10501139
msgstr ""
@@ -1085,6 +1174,10 @@ msgstr ""
10851174
msgid "Firmware is too big"
10861175
msgstr ""
10871176

1177+
#: ports/analog/common-hal/busio/UART.c
1178+
msgid "Flow Ctrl needs both CTS & RTS"
1179+
msgstr ""
1180+
10881181
#: shared-bindings/bitmaptools/__init__.c
10891182
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
10901183
msgstr ""
@@ -1144,6 +1237,10 @@ msgstr ""
11441237
msgid "I2C init error"
11451238
msgstr ""
11461239

1240+
#: ports/analog/common-hal/busio/I2C.c
1241+
msgid "I2C needs SDA & SCL"
1242+
msgstr ""
1243+
11471244
#: ports/raspberrypi/common-hal/busio/I2C.c
11481245
#: ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c
11491246
msgid "I2C peripheral in use"
@@ -1757,6 +1854,10 @@ msgstr ""
17571854
msgid "Parameter error"
17581855
msgstr ""
17591856

1857+
#: ports/analog/common-hal/busio/UART.c
1858+
msgid "Parity must be ODD, EVEN, or NONE\n"
1859+
msgstr ""
1860+
17601861
#: ports/espressif/common-hal/audiobusio/__init__.c
17611862
msgid "Peripheral in use"
17621863
msgstr ""
@@ -1894,6 +1995,7 @@ msgstr ""
18941995
msgid "ROS topic failed to initialize"
18951996
msgstr ""
18961997

1998+
#: ports/analog/common-hal/busio/UART.c
18971999
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
18982000
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
18992001
msgid "RS485"
@@ -1986,6 +2088,10 @@ msgstr ""
19862088
msgid "SPI init error"
19872089
msgstr ""
19882090

2091+
#: ports/analog/common-hal/busio/SPI.c
2092+
msgid "SPI needs MOSI, MISO, and SCK"
2093+
msgstr ""
2094+
19892095
#: ports/raspberrypi/common-hal/busio/SPI.c
19902096
msgid "SPI peripheral in use"
19912097
msgstr ""
@@ -2117,6 +2223,10 @@ msgstr ""
21172223
msgid "Timeout is too long: Maximum timeout length is %d seconds"
21182224
msgstr ""
21192225

2226+
#: ports/analog/common-hal/busio/UART.c
2227+
msgid "Timeout must be < 100 seconds"
2228+
msgstr ""
2229+
21202230
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
21212231
msgid "Too many channels in sample"
21222232
msgstr ""
@@ -2160,6 +2270,10 @@ msgstr ""
21602270
msgid "UART init"
21612271
msgstr ""
21622272

2273+
#: ports/analog/common-hal/busio/UART.c
2274+
msgid "UART needs TX & RX"
2275+
msgstr ""
2276+
21632277
#: ports/raspberrypi/common-hal/busio/UART.c
21642278
msgid "UART peripheral in use"
21652279
msgstr ""

0 commit comments

Comments
 (0)