@@ -283,7 +283,8 @@ msgstr "%q() sin %q()"
283283msgid "%q, %q, and %q must all be the same length"
284284msgstr "%q, %q, y %q deben tener la misma longitud"
285285
286- #: py/objint.c shared-bindings/storage/__init__.c
286+ #: py/objint.c shared-bindings/_bleio/Connection.c
287+ #: shared-bindings/storage/__init__.c
287288msgid "%q=%q"
288289msgstr "%q=%q"
289290
@@ -567,6 +568,10 @@ msgstr "Ya se encuentra publicando."
567568msgid "Already have all-matches listener"
568569msgstr "Ya se tiene un escucha de todas las coincidencias"
569570
571+ #: ports/espressif/common-hal/_bleio/__init__.c
572+ msgid "Already in progress"
573+ msgstr ""
574+
570575#: ports/espressif/bindings/espnow/ESPNow.c
571576#: ports/espressif/common-hal/espulp/ULP.c
572577#: shared-module/memorymonitor/AllocationAlarm.c
@@ -3249,10 +3254,6 @@ msgstr "indices deben ser enteros"
32493254msgid "indices must be integers, slices, or Boolean lists"
32503255msgstr "los índices deben ser enteros, particiones o listas de booleanos"
32513256
3252- #: ports/espressif/common-hal/busio/I2C.c
3253- msgid "init I2C"
3254- msgstr "inicializacion I2C"
3255-
32563257#: extmod/ulab/code/scipy/optimize/optimize.c
32573258msgid "initial values must be iterable"
32583259msgstr "los valores iniciales deben permitir iteración"
@@ -4436,6 +4437,9 @@ msgstr "zi debe ser de tipo flotante"
44364437msgid "zi must be of shape (n_section, 2)"
44374438msgstr "zi debe ser una forma (n_section,2)"
44384439
4440+ #~ msgid "init I2C"
4441+ #~ msgstr "inicializacion I2C"
4442+
44394443#~ msgid "The sample's bits_per_sample does not match the mixer's"
44404444#~ msgstr "Los bits_per_sample del sample no igualan a los del mixer"
44414445
0 commit comments