8000 Include translation updates · FoamyGuy/circuitpython@7ea83dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 7ea83dc

Browse files
committed
Include translation updates
1 parent c0ec6f3 commit 7ea83dc

File tree

1 file changed

+18
-21
lines changed

1 file changed

+18
-21
lines changed

locale/circuitpython.pot

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ msgstr ""
102102
msgid "%q failure: %d"
103103
msgstr ""
104104

105-
#: py/argcheck.c
105+
#: py/argcheck.c shared-module/audiofilters/Filter.c
106106
msgid "%q in %q must be of type %q, not %q"
107107
msgstr ""
108108

@@ -187,10 +187,6 @@ msgstr ""
187187
msgid "%q must be >= %d"
188188
msgstr ""
189189

190-
#: shared-module/audiofilters/Filter.c
191-
msgid "%q must be a %q object, %q, or %q"
192-
msgstr ""
193-
194190
#: shared-bindings/analogbufio/BufferedIn.c
195191
msgid "%q must be a bytearray or array of type 'H' or 'B'"
196192
msgstr ""
@@ -218,6 +214,7 @@ msgstr ""
218214
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
219215
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
220216
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
217+
#: shared-module/audiofilters/Filter.c shared-module/displayio/__init__.c
221218
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
222219
msgid "%q must be of type %q or %q, not %q"
223220
msgstr ""
@@ -542,7 +539,6 @@ msgstr ""
542539
#: ports/nordic/common-hal/pulseio/PulseIn.c
543540
#: ports/nordic/peripherals/nrf/timers.c
544541
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
545-
#: ports/stm/peripherals/timers.c
546542
msgid "All timers in use"
547543
msgstr ""
548544

@@ -568,6 +564,7 @@ msgstr ""
568564

569565
#: ports/espressif/common-hal/wifi/Radio.c
570566
#: ports/raspberrypi/common-hal/wifi/Radio.c
567+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
571568
msgid "Already scanning for wifi networks"
572569
msgstr ""
573570

@@ -875,10 +872,6 @@ msgstr ""
875872
msgid "Data 0 pin must be byte aligned"
876873
msgstr ""
877874

878-
#: shared-module/audiocore/WaveFile.c
879-
msgid "Data chunk must follow fmt chunk"
880-
msgstr ""
881-
882875
#: shared-module/jpegio/JpegDecoder.c
883876
msgid "Data format error (may be broken data)"
884877
msgstr ""
@@ -1042,6 +1035,10 @@ msgstr ""
10421035
msgid "Failed to release mutex, err 0x%04x"
10431036
msgstr ""
10441037

1038+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
1039+
msgid "Failed to set hostname"
1040+
msgstr ""
1041+
10451042
#: ports/espressif/common-hal/audioio/AudioOut.c
10461043
msgid "Failed to start async audio"
10471044
msgstr ""
@@ -1193,6 +1190,7 @@ msgid "Insufficient stream input buffer"
11931190
msgstr ""
11941191

11951192
#: ports/espressif/common-hal/wifi/Radio.c
1193+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
11961194
msgid "Interface must be started"
11971195
msgstr ""
11981196

@@ -1312,6 +1310,7 @@ msgid "Invalid hex password"
13121310
msgstr ""
13131311

13141312
#: ports/espressif/common-hal/wifi/Radio.c
1313+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
13151314
msgid "Invalid multicast MAC address"
13161315
msgstr ""
13171316

@@ -1414,7 +1413,8 @@ msgstr ""
14141413
msgid "Mount point directory missing"
14151414
msgstr ""
14161415

1417-
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
1416+
#: ports/zephyr-cp/bindings/zephyr_serial/UART.c shared-bindings/busio/UART.c
1417+
#: shared-bindings/displayio/Group.c
14181418
msgid "Must be a %q subclass."
14191419
msgstr ""
14201420

@@ -1653,13 +1653,6 @@ msgstr ""
16531653
msgid "Only int or string supported for ip"
16541654
msgstr ""
16551655

1656-
#: shared-module/displayio/OnDiskBitmap.c
1657-
#, c-format
1658-
msgid ""
1659-
"Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: "
1660-
"%d bpp given"
1661-
msgstr ""
1662-
16631656
#: ports/espressif/common-hal/alarm/touch/TouchAlarm.c
16641657
msgid "Only one %q can be set in deep sleep."
16651658
msgstr ""
@@ -1710,6 +1703,7 @@ msgstr ""
17101703

17111704
#: ports/espressif/common-hal/socketpool/Socket.c
17121705
#: ports/raspberrypi/common-hal/socketpool/Socket.c
1706+
#: ports/zephyr-cp/common-hal/socketpool/Socket.c
17131707
msgid "Out of sockets"
17141708
msgstr ""
17151709

@@ -1986,6 +1980,7 @@ msgstr ""
19861980

19871981
#: ports/espressif/common-hal/socketpool/SocketPool.c
19881982
#: ports/raspberrypi/common-hal/socketpool/SocketPool.c
1983+
#: ports/zephyr-cp/common-hal/socketpool/SocketPool.c
19891984
msgid "SocketPool can only be used with wifi.radio"
19901985
msgstr ""
19911986

@@ -2025,8 +2020,7 @@ msgstr ""
20252020
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
20262021
msgstr ""
20272022

2028-
#: shared-module/audiodelays/Echo.c shared-module/audiofilters/Distortion.c
2029-
#: shared-module/audiofilters/Filter.c shared-module/audiomixer/MixerVoice.c
2023+
#: shared-module/audiocore/__init__.c
20302024
msgid "The sample's %q does not match"
20312025
msgstr ""
20322026

@@ -2291,6 +2285,7 @@ msgid "Unsupported hash algorithm"
22912285
msgstr ""
22922286

22932287
#: ports/espressif/common-hal/socketpool/Socket.c
2288+
#: ports/zephyr-cp/common-hal/socketpool/Socket.c
22942289
msgid "Unsupported socket type"
22952290
msgstr ""
22962291

@@ -2578,7 +2573,8 @@ msgstr ""
25782573
msgid "bits must be 32 or less"
25792574
msgstr ""
25802575

2581-
#: shared-bindings/audiodelays/Echo.c shared-bindings/audiofilters/Distortion.c
2576+
#: shared-bindings/audiodelays/Echo.c shared-bindings/audiodelays/PitchShift.c
2577+
#: shared-bindings/audiofilters/Distortion.c
25822578
#: shared-bindings/audiofilters/Filter.c shared-bindings/audiomixer/Mixer.c
25832579
msgid "bits_per_sample must be 8 or 16"
25842580
msgstr ""
@@ -4361,6 +4357,7 @@ msgstr ""
43614357

43624358
#: ports/espressif/common-hal/wifi/Radio.c
43634359
#: ports/raspberrypi/common-hal/wifi/Radio.c
4360+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
43644361
msgid "wifi is not enabled"
43654362
msgstr ""
43664363

0 commit comments

Comments
 (0)
0