Skip to content

Commit 9b8e08f

Browse files
committed
Add translations for ports/analog/busio
Signed-off-by: Brandon Hurst <[email protected]>
1 parent db95dd0 commit 9b8e08f

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

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"
@@ -632,6 +651,10 @@ msgid ""
632651
"disable.\n"
633652
msgstr ""
634653

654+
#: ports/analog/common-hal/busio/UART.c
655+
msgid "Baudrate invalid. Must be a standard UART baudrate.\n"
656+
msgstr ""
657+
635658
#: ports/espressif/common-hal/canio/CAN.c
636659
msgid "Baudrate not supported by peripheral"
637660
msgstr ""
@@ -721,6 +744,10 @@ msgstr ""
721744
msgid "CIRCUITPY drive could not be found or created."
722745
msgstr ""
723746

747+
#: ports/analog/common-hal/busio/SPI.c
748+
msgid "CPOL / CPHA must both be either 0 or 1\n"
749+
msgstr ""
750+
724751
#: ports/espressif/common-hal/espidf/__init__.c
725752
msgid "CRC or checksum was invalid"
726753
msgstr ""
@@ -934,6 +961,38 @@ msgstr ""
934961
msgid "ECB only operates on 16 bytes at a time"
935962
msgstr ""
936963

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+
937996
#: ports/espressif/common-hal/busio/SPI.c
938997
#: ports/espressif/common-hal/canio/CAN.c
939998
msgid "ESP-IDF memory allocation failed"
@@ -1027,6 +1086,19 @@ msgstr ""
10271086
msgid "Failed to enable continuous"
10281087
msgstr ""
10291088

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+
10301102
#: shared-module/audiomp3/MP3Decoder.c
10311103
msgid "Failed to parse MP3 file"
10321104
msgstr ""
@@ -1040,6 +1112,23 @@ msgstr ""
10401112
msgid "Failed to release mutex, err 0x%04x"
10411113
msgstr ""
10421114

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+
10431132
#: ports/zephyr-cp/common-hal/wifi/Radio.c
10441133
msgid "Failed to set hostname"
10451134
msgstr ""
@@ -1080,6 +1169,10 @@ msgstr ""
10801169
msgid "Firmware is too big"
10811170
msgstr ""
10821171

1172+
#: ports/analog/common-hal/busio/UART.c
1173+
msgid "Flow Ctrl needs both CTS & RTS"
1174+
msgstr ""
1175+
10831176
#: shared-bindings/bitmaptools/__init__.c
10841177
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
10851178
msgstr ""
@@ -1139,6 +1232,10 @@ msgstr ""
11391232
msgid "I2C init error"
11401233
msgstr ""
11411234

1235+
#: ports/analog/common-hal/busio/I2C.c
1236+
msgid "I2C needs SDA & SCL"
1237+
msgstr ""
1238+
11421239
#: ports/raspberrypi/common-hal/busio/I2C.c
11431240
#: ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c
11441241
msgid "I2C peripheral in use"
@@ -1748,6 +1845,10 @@ msgstr ""
17481845
msgid "Parameter error"
17491846
msgstr ""
17501847

1848+
#: ports/analog/common-hal/busio/UART.c
1849+
msgid "Parity must be ODD, EVEN, or NONE\n"
1850+
msgstr ""
1851+
17511852
#: ports/espressif/common-hal/audiobusio/__init__.c
17521853
msgid "Peripheral in use"
17531854
msgstr ""
@@ -1861,6 +1962,7 @@ msgstr ""
18611962
msgid "RNG Init Error"
18621963
msgstr ""
18631964

1965+
#: ports/analog/common-hal/busio/UART.c
18641966
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
18651967
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
18661968
msgid "RS485"
@@ -1953,6 +2055,10 @@ msgstr ""
19532055
msgid "SPI init error"
19542056
msgstr ""
19552057

2058+
#: ports/analog/common-hal/busio/SPI.c
2059+
msgid "SPI needs MOSI, MISO, and SCK"
2060+
msgstr ""
2061+
19562062
#: ports/raspberrypi/common-hal/busio/SPI.c
19572063
msgid "SPI peripheral in use"
19582064
msgstr ""
@@ -2084,6 +2190,10 @@ msgstr ""
20842190
msgid "Timeout is too long: Maximum timeout length is %d seconds"
20852191
msgstr ""
20862192

2193+
#: ports/analog/common-hal/busio/UART.c
2194+
msgid "Timeout must be < 100 seconds"
2195+
msgstr ""
2196+
20872197
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
20882198
msgid "Too many channels in sample"
20892199
msgstr ""
@@ -2127,6 +2237,10 @@ msgstr ""
21272237
msgid "UART init"
21282238
msgstr ""
21292239

2240+
#: ports/analog/common-hal/busio/UART.c
2241+
msgid "UART needs TX & RX"
2242+
msgstr ""
2243+
21302244
#: ports/raspberrypi/common-hal/busio/UART.c
21312245
msgid "UART peripheral in use"
21322246
msgstr ""

0 commit comments

Comments
 (0)