Skip to content

Commit 814047d

Browse files
committed
Add translations for ports/analog/busio
Signed-off-by: Brandon Hurst <[email protected]>
1 parent 4cb58b6 commit 814047d

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"
@@ -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 ""
@@ -943,6 +970,38 @@ msgstr ""
943970
msgid "ECB only operates on 16 bytes at a time"
944971
msgstr ""
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
9481007
msgid "ESP-IDF memory allocation failed"
@@ -1036,6 +1095,19 @@ msgstr ""
10361095
msgid "Failed to enable continuous"
10371096
msgstr ""
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
10401112
msgid "Failed to parse MP3 file"
10411113
msgstr ""
@@ -1049,6 +1121,23 @@ msgstr ""
10491121
msgid "Failed to release mutex, err 0x%04x"
10501122
msgstr ""
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
10531142
msgid "Failed to set hostname"
10541143
msgstr ""
@@ -1089,6 +1178,10 @@ msgstr ""
10891178
msgid "Firmware is too big"
10901179
msgstr ""
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
10931186
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
10941187
msgstr ""
@@ -1148,6 +1241,10 @@ msgstr ""
11481241
msgid "I2C init error"
11491242
msgstr ""
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
11531250
msgid "I2C peripheral in use"
@@ -1765,6 +1862,10 @@ msgstr ""
17651862
msgid "Parameter error"
17661863
msgstr ""
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
17691870
msgid "Peripheral in use"
17701871
msgstr ""
@@ -1902,6 +2003,7 @@ msgstr ""
19022003
msgid "ROS topic failed to initialize"
19032004
msgstr ""
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
19072009
msgid "RS485"
@@ -1994,6 +2096,10 @@ msgstr ""
19942096
msgid "SPI init error"
19952097
msgstr ""
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
19982104
msgid "SPI peripheral in use"
19992105
msgstr ""
@@ -2125,6 +2231,10 @@ msgstr ""
21252231
msgid "Timeout is too long: Maximum timeout length is %d seconds"
21262232
msgstr ""
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
21292239
msgid "Too many channels in sample"
21302240
msgstr ""
@@ -2168,6 +2278,10 @@ msgstr ""
21682278
msgid "UART init"
21692279
msgstr ""
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
21722286
msgid "UART peripheral in use"
21732287
msgstr ""

0 commit comments

Comments
 (0)