@@ -739,6 +739,10 @@ msgstr ""
739
739
msgid "Can only alarm on two low pins from deep sleep."
740
740
msgstr ""
741
741
742
+ #: ports/espressif/common-hal/audioio/AudioOut.c
743
+ msgid "Can't construct AudioOut because continuous channel already open"
744
+ msgstr ""
745
+
742
746
#: ports/espressif/common-hal/_bleio/Characteristic.c
743
747
#: ports/nordic/common-hal/_bleio/Characteristic.c
744
748
msgid "Can't set CCCD on local Characteristic"
@@ -1001,15 +1005,43 @@ msgstr ""
1001
1005
msgid "Failed to connect: timeout"
1002
1006
msgstr ""
1003
1007
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
+
1004
1028
#: shared-module/audiomp3/MP3Decoder.c
1005
1029
msgid "Failed to parse MP3 file"
1006
1030
msgstr ""
1007
1031
1032
+ #: ports/espressif/common-hal/audioio/AudioOut.c
1033
+ msgid "Failed to register continuous events callback"
1034
+ msgstr ""
1035
+
1008
1036
#: ports/nordic/sd_mutex.c
1009
1037
#, c-format
1010
1038
msgid "Failed to release mutex, err 0x%04x"
1011
1039
msgstr ""
1012
1040
1041
+ #: ports/espressif/common-hal/audioio/AudioOut.c
1042
+ msgid "Failed to start async audio"
1043
+ msgstr ""
1044
+
1013
1045
#: supervisor/shared/safe_mode.c
1014
1046
msgid "Failed to write internal flash."
1015
1047
msgstr ""
@@ -2400,6 +2432,10 @@ msgstr ""
2400
2432
msgid "addresses is empty"
2401
2433
msgstr ""
2402
2434
2435
+ #: ports/espressif/common-hal/audioio/AudioOut.c
2436
+ msgid "already playing"
2437
+ msgstr ""
2438
+
2403
2439
#: py/compile.c
2404
2440
msgid "annotation must be an identifier"
2405
2441
msgstr ""
@@ -2478,6 +2514,10 @@ msgstr ""
2478
2514
msgid "attributes not supported"
2479
2515
msgstr ""
2480
2516
2517
+ #: ports/espressif/common-hal/audioio/AudioOut.c
2518
+ msgid "audio format not supported"
2519
+ msgstr ""
2520
+
2481
2521
#: extmod/ulab/code/ulab_tools.c
2482
2522
msgid "axis is out of bounds"
2483
2523
msgstr ""
0 commit comments