forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'adafruit:main' into audiofilters_distortion
- Loading branch information
Showing
46 changed files
with
1,347 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,15 +7,15 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2024-12-04 13:00+0000\n" | ||
"PO-Revision-Date: 2025-01-20 13:00+0000\n" | ||
"Last-Translator: Andi Chandler <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: en_GB\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 5.9-dev\n" | ||
"X-Generator: Weblate 5.10-dev\n" | ||
|
||
#: main.c | ||
msgid "" | ||
|
@@ -616,6 +616,11 @@ msgstr "Attempt to allocate %d blocks" | |
msgid "Audio conversion not implemented" | ||
msgstr "Audio conversion not implemented" | ||
|
||
#: ports/raspberrypi/common-hal/audiobusio/I2SOut.c | ||
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c | ||
msgid "Audio source error" | ||
msgstr "" | ||
|
||
#: shared-bindings/wifi/Radio.c | ||
msgid "AuthMode.OPEN is not used with password" | ||
msgstr "AuthMode.OPEN is not used with password" | ||
|
@@ -812,7 +817,7 @@ msgstr "Cannot subclass slice" | |
|
||
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c | ||
msgid "Cannot use GPIO0..15 together with GPIO32..47" | ||
msgstr "" | ||
msgstr "Cannot use GPIO0..15 together with GPIO32..47" | ||
|
||
#: ports/nordic/common-hal/alarm/pin/PinAlarm.c | ||
msgid "Cannot wake on pin edge, only level" | ||
|
@@ -1037,6 +1042,7 @@ msgstr "File not found" | |
|
||
#: ports/atmel-samd/common-hal/canio/Listener.c | ||
#: ports/espressif/common-hal/canio/Listener.c | ||
#: ports/mimxrt10xx/common-hal/canio/Listener.c | ||
#: ports/stm/common-hal/canio/Listener.c | ||
msgid "Filters too complex" | ||
msgstr "Filters too complex" | ||
|
@@ -2168,6 +2174,10 @@ msgstr "Unable to init parser" | |
msgid "Unable to read color palette data" | ||
msgstr "Unable to read colour palette data" | ||
|
||
#: ports/mimxrt10xx/common-hal/canio/CAN.c | ||
msgid "Unable to send CAN Message: all Tx message buffers are busy" | ||
msgstr "" | ||
|
||
#: ports/espressif/common-hal/mdns/Server.c | ||
#: ports/raspberrypi/common-hal/mdns/Server.c | ||
msgid "Unable to start mDNS query" | ||
|
@@ -2364,6 +2374,7 @@ msgstr "You pressed the BOOT button at start up" | |
|
||
#: ports/espressif/boards/adafruit_feather_esp32c6_4mbflash_nopsram/mpconfigboard.h | ||
#: ports/espressif/boards/adafruit_itsybitsy_esp32/mpconfigboard.h | ||
#: ports/espressif/boards/waveshare_esp32_c6_lcd_1_47/mpconfigboard.h | ||
msgid "You pressed the BOOT button at start up." | ||
msgstr "You pressed the BOOT button at start up." | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.