@@ -7,15 +7,15 @@ msgid ""
77msgstr ""
88"Project-Id-Version : PACKAGE VERSION\n "
99"Report-Msgid-Bugs-To : \n "
10- "PO-Revision-Date : 2025-03-06 13:42 +0000\n "
10+ "PO-Revision-Date : 2025-04-25 15:04 +0000\n "
1111"
Last-Translator :
Andi Chandler <[email protected] >\n "
1212"Language-Team : none\n "
1313"Language : en_GB\n "
1414"MIME-Version : 1.0\n "
1515"Content-Type : text/plain; charset=UTF-8\n "
1616"Content-Transfer-Encoding : 8bit\n "
1717"Plural-Forms : nplurals=2; plural=n != 1;\n "
18- "X-Generator : Weblate 5.10.3 -dev\n "
18+ "X-Generator : Weblate 5.12 -dev\n "
1919
2020#: main.c
2121msgid ""
@@ -115,6 +115,10 @@ msgstr "%q contains duplicate pins"
115115msgid "%q failure: %d"
116116msgstr "%q failure: %d"
117117
118+ #: shared-module/audiodelays/MultiTapDelay.c
119+ msgid "%q in %q must be of type %q or %q, not %q"
120+ msgstr "%q in %q must be of type %q or %q, not %q"
121+
118122#: py/argcheck.c shared-module/audiofilters/Filter.c
119123msgid "%q in %q must be of type %q, not %q"
120124msgstr "%q in %q must be of type %q, not %q"
@@ -237,7 +241,8 @@ msgid "%q must be of type %q, %q, or %q, not %q"
237241msgstr "%q must be of type %q, %q, or %q, not %q"
238242
239243#: py/argcheck.c py/runtime.c shared-bindings/bitmapfilter/__init__.c
240- #: shared-module/synthio/Note.c shared-module/synthio/__init__.c
244+ #: shared-module/audiodelays/MultiTapDelay.c shared-module/synthio/Note.c
245+ #: shared-module/synthio/__init__.c
241246msgid "%q must be of type %q, not %q"
242247msgstr "%q must be of type %q, not %q"
243248
@@ -805,7 +810,7 @@ msgstr "Cannot record to a file"
805810
806811#: shared-module/storage/__init__.c
807812msgid "Cannot remount path when visible via USB."
808- msgstr ""
813+ msgstr "Cannot remount path when visible via USB. "
809814
810815#: shared-bindings/digitalio/DigitalInOut.c
811816msgid "Cannot set value when direction is input."
@@ -1391,7 +1396,7 @@ msgstr "MITM security is not supported"
13911396#: ports/stm/common-hal/sdioio/SDCard.c
13921397#, c-format
13931398msgid "MMC/SDIO Clock Error %x"
1394- msgstr ""
1399+ msgstr "MMC/SDIO Clock Error %x "
13951400
13961401#: shared-bindings/is31fl3741/IS31FL3741.c
13971402msgid "Mapping must be a tuple"
@@ -1581,7 +1586,7 @@ msgstr "No pulldown on pin; 1Mohm recommended"
15811586
15821587#: shared-module/touchio/TouchIn.c
15831588msgid "No pullup on pin; 1Mohm recommended"
1584- msgstr ""
1589+ msgstr "No pullup on pin; 1Mohm recommended "
15851590
15861591#: py/moderrno.c
15871592msgid "No space left on device"
@@ -2620,8 +2625,14 @@ msgid "bits must be 32 or less"
26202625msgstr "bits must be 32 or less"
26212626
26222627#: shared-bindings/audiodelays/Chorus.c shared-bindings/audiodelays/Echo.c
2628+ #: shared-bindings/audiodelays/MultiTapDelay.c
26232629#: shared-bindings/audiodelays/PitchShift.c
26242630#: shared-bindings/audiofilters/Distortion.c
2631+ #: shared-bindings/audiodelays/Reverb.c
2632+ msgid "bits_per_sample must be 16"
2633+ msgstr "bits_per_sample must be 16"
2634+
2635+ #: shared-bindings/audiodelays/Echo.c shared-bindings/audiofilters/Distortion.c
26252636#: shared-bindings/audiofilters/Filter.c shared-bindings/audiomixer/Mixer.c
26262637msgid "bits_per_sample must be 8 or 16"
26272638msgstr "bits_per_sample must be 8 or 16"
@@ -4042,6 +4053,10 @@ msgstr "roll argument must be an ndarray"
40424053msgid "rsplit(None,n)"
40434054msgstr "rsplit(None,n)"
40444055
4056+ #: shared-bindings/audiodelays/Reverb.c
4057+ msgid "samples_signed must be true"
4058+ msgstr "samples_signed must be true"
4059+
40454060#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
40464061#: ports/raspberrypi/common-hal/audiobusio/PDMIn.c
40474062msgid "sampling rate out of range"
0 commit comments