Skip to content

Commit 480ebb1

Browse files
committed
Add translations for ports/analog/busio
Signed-off-by: Brandon Hurst <[email protected]>
1 parent 48e25c7 commit 480ebb1

File tree

1 file changed

+124
-8
lines changed

1 file changed

+124
-8
lines changed

locale/circuitpython.pot

Lines changed: 124 additions & 8 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 ""
@@ -1056,7 +1145,8 @@ msgstr ""
10561145
msgid "File exists"
10571146
msgstr ""
10581147

1059-
#: shared-module/lvfontio/OnDiskFont.c shared-module/os/getenv.c
1148+
#: shared-bindings/supervisor/__init__.c shared-module/lvfontio/OnDiskFont.c
1149+
#: shared-module/os/getenv.c
10601150
msgid "File not found"
10611151
msgstr ""
10621152

@@ -1079,6 +1169,10 @@ msgstr ""
10791169
msgid "Firmware is too big"
10801170
msgstr ""
10811171

1172+
#: ports/analog/common-hal/busio/UART.c
1173+
msgid "Flow Ctrl needs both CTS & RTS"
1174+
msgstr ""
1175+
10821176
#: shared-bindings/bitmaptools/__init__.c
10831177
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
10841178
msgstr ""
@@ -1138,6 +1232,10 @@ msgstr ""
11381232
msgid "I2C init error"
11391233
msgstr ""
11401234

1235+
#: ports/analog/common-hal/busio/I2C.c
1236+
msgid "I2C needs SDA & SCL"
1237+
msgstr ""
1238+
11411239
#: ports/raspberrypi/common-hal/busio/I2C.c
11421240
#: ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c
11431241
msgid "I2C peripheral in use"
@@ -1251,6 +1349,7 @@ msgstr ""
12511349
#: ports/raspberrypi/common-hal/picodvi/Framebuffer_RP2040.c py/argcheck.c
12521350
#: shared-bindings/digitalio/DigitalInOut.c
12531351
#: shared-bindings/epaperdisplay/EPaperDisplay.c shared-bindings/pwmio/PWMOut.c
1352+
#: shared-bindings/supervisor/__init__.c
12541353
#: shared-module/aurora_epaper/aurora_framebuffer.c
12551354
#: shared-module/lvfontio/OnDiskFont.c
12561355
msgid "Invalid %q"
@@ -1746,6 +1845,10 @@ msgstr ""
17461845
msgid "Parameter error"
17471846
msgstr ""
17481847

1848+
#: ports/analog/common-hal/busio/UART.c
1849+
msgid "Parity must be ODD, EVEN, or NONE\n"
1850+
msgstr ""
1851+
17491852
#: ports/espressif/common-hal/audiobusio/__init__.c
17501853
msgid "Peripheral in use"
17511854
msgstr ""
@@ -1859,6 +1962,7 @@ msgstr ""
18591962
msgid "RNG Init Error"
18601963
msgstr ""
18611964

1965+
#: ports/analog/common-hal/busio/UART.c
18621966
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
18631967
#: ports/nordic/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
18641968
msgid "RS485"
@@ -1951,6 +2055,10 @@ msgstr ""
19512055
msgid "SPI init error"
19522056
msgstr ""
19532057

2058+
#: ports/analog/common-hal/busio/SPI.c
2059+
msgid "SPI needs MOSI, MISO, and SCK"
2060+
msgstr ""
2061+
19542062
#: ports/raspberrypi/common-hal/busio/SPI.c
19552063
msgid "SPI peripheral in use"
19562064
msgstr ""
@@ -2078,6 +2186,10 @@ msgstr ""
20782186
msgid "Timeout is too long: Maximum timeout length is %d seconds"
20792187
msgstr ""
20802188

2189+
#: ports/analog/common-hal/busio/UART.c
2190+
msgid "Timeout must be < 100 seconds"
2191+
msgstr ""
2192+
20812193
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
20822194
msgid "Too many channels in sample"
20832195
msgstr ""
@@ -2121,6 +2233,10 @@ msgstr ""
21212233
msgid "UART init"
21222234
msgstr ""
21232235

2236+
#: ports/analog/common-hal/busio/UART.c
2237+
msgid "UART needs TX & RX"
2238+
msgstr ""
2239+
21242240
#: ports/raspberrypi/common-hal/busio/UART.c
21252241
msgid "UART peripheral in use"
21262242
msgstr ""
@@ -2591,16 +2707,16 @@ msgstr ""
25912707
msgid "bits must be 32 or less"
25922708
msgstr ""
25932709

2710+
#: shared-bindings/audiofreeverb/Freeverb.c
2711+
msgid "bits_per_sample must be 16"
2712+
msgstr ""
2713+
25942714
#: shared-bindings/audiodelays/Chorus.c shared-bindings/audiodelays/Echo.c
25952715
#: shared-bindings/audiodelays/MultiTapDelay.c
25962716
#: shared-bindings/audiodelays/PitchShift.c
25972717
#: shared-bindings/audiofilters/Distortion.c
2598-
#: shared-bindings/audiodelays/Reverb.c
2599-
msgid "bits_per_sample must be 16"
2600-
msgstr ""
2601-
2602-
#: shared-bindings/audiodelays/Echo.c shared-bindings/audiofilters/Distortion.c
2603-
#: shared-bindings/audiofilters/Filter.c shared-bindings/audiomixer/Mixer.c
2718+
#: shared-bindings/audiofilters/Filter.c shared-bindings/audiofilters/Phaser.c
2719+
#: shared-bindings/audiomixer/Mixer.c
26042720
msgid "bits_per_sample must be 8 or 16"
26052721
msgstr ""
26062722

@@ -4017,7 +4133,7 @@ msgstr ""
40174133
msgid "rsplit(None,n)"
40184134
msgstr ""
40194135

4020-
#: shared-bindings/audiodelays/Reverb.c
4136+
#: shared-bindings/audiofreeverb/Freeverb.c
40214137
msgid "samples_signed must be true"
40224138
msgstr ""
40234139

0 commit comments

Comments
 (0)