@@ -739,6 +739,10 @@ msgstr ""
739739msgid "Can only alarm on two low pins from deep sleep."
740740msgstr ""
741741
742+ #: ports/espressif/common-hal/audioio/AudioOut.c
743+ msgid "Can't construct AudioOut because continuous channel already open"
744+ msgstr ""
745+
742746#: ports/espressif/common-hal/_bleio/Characteristic.c
743747#: ports/nordic/common-hal/_bleio/Characteristic.c
744748msgid "Can't set CCCD on local Characteristic"
@@ -1001,15 +1005,43 @@ msgstr ""
10011005msgid "Failed to connect: timeout"
10021006msgstr ""
10031007
1008+ #: ports/espressif/common-hal/audioio/AudioOut.c
1009+ msgid "Failed to create continuous channels: invalid arg"
1010+ msgstr ""
1011+
1012+ #: ports/espressif/common-hal/audioio/AudioOut.c
1013+ msgid "Failed to create continuous channels: invalid state"
1014+ msgstr ""
1015+
1016+ #: ports/espressif/common-hal/audioio/AudioOut.c
1017+ msgid "Failed to create continuous channels: no mem"
1018+ msgstr ""
1019+
1020+ #: ports/espressif/common-hal/audioio/AudioOut.c
1021+ msgid "Failed to create continuous channels: not found"
1022+ msgstr ""
1023+
1024+ #: ports/espressif/common-hal/audioio/AudioOut.c
1025+ msgid "Failed to enable continuous"
1026+ msgstr ""
1027+
10041028#: shared-module/audiomp3/MP3Decoder.c
10051029msgid "Failed to parse MP3 file"
10061030msgstr ""
10071031
1032+ #: ports/espressif/common-hal/audioio/AudioOut.c
1033+ msgid "Failed to register continuous events callback"
1034+ msgstr ""
1035+
10081036#: ports/nordic/sd_mutex.c
10091037#, c-format
10101038msgid "Failed to release mutex, err 0x%04x"
10111039msgstr ""
10121040
1041+ #: ports/espressif/common-hal/audioio/AudioOut.c
1042+ msgid "Failed to start async audio"
1043+ msgstr ""
1044+
10131045#: supervisor/shared/safe_mode.c
10141046msgid "Failed to write internal flash."
10151047msgstr ""
@@ -2400,6 +2432,10 @@ msgstr ""
24002432msgid "addresses is empty"
24012433msgstr ""
24022434
2435+ #: ports/espressif/common-hal/audioio/AudioOut.c
2436+ msgid "already playing"
2437+ msgstr ""
2438+
24032439#: py/compile.c
24042440msgid "annotation must be an identifier"
24052441msgstr ""
@@ -2478,6 +2514,10 @@ msgstr ""
24782514msgid "attributes not supported"
24792515msgstr ""
24802516
2517+ #: ports/espressif/common-hal/audioio/AudioOut.c
2518+ msgid "audio format not supported"
2519+ msgstr ""
2520+
24812521#: extmod/ulab/code/ulab_tools.c
24822522msgid "axis is out of bounds"
24832523msgstr ""
0 commit comments