77msgstr ""
88"Project-Id-Version : \n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2020-01-29 17:27 -0800\n "
10+ "POT-Creation-Date : 2020-02-05 15:55 -0800\n "
1111"PO-Revision-Date : 2018-08-24 22:56-0500\n "
1212"Last-Translator : \n "
1313"Language-Team : \n "
@@ -671,6 +671,10 @@ msgstr ""
671671msgid "Expected tuple of length %d, got %d"
672672msgstr "Se esperaba un tuple de %d, se obtuvo %d"
673673
674+ #: ports/nrf/common-hal/_bleio/Adapter.c
675+ msgid "Extended advertisements with scan response not supported."
676+ msgstr ""
677+
674678#: shared-bindings/ps2io/Ps2.c
675679msgid "Failed sending command."
676680msgstr "Fallo enviando comando"
@@ -1850,8 +1854,8 @@ msgid "color buffer must be 3 bytes (RGB) or 4 bytes (RGB + pad byte)"
18501854msgstr "color buffer debe ser 3 bytes (RGB) ó 4 bytes (RGB + pad byte)"
18511855
18521856#: shared-bindings/displayio/Palette.c
1853- msgid "color buffer must be a buffer or int"
1854- msgstr "color buffer deber ser un buffer o un int "
1857+ msgid "color buffer must be a buffer, tuple, list, or int"
1858+ msgstr ""
18551859
18561860#: shared-bindings/displayio/Palette.c
18571861msgid "color buffer must be a bytearray or array of type 'b' or 'B'"
@@ -2853,7 +2857,6 @@ msgstr "paso cero"
28532857#~ "Intento de allocation de heap cuando la VM de MicroPython no estaba "
28542858#~ "corriendo.\n"
28552859
2856- #, c-format
28572860#~ msgid "Can not use dotstar with %s"
28582861#~ msgstr "No se puede usar dotstar con %s"
28592862
@@ -3194,14 +3197,12 @@ msgstr "paso cero"
31943197#~ msgid "bad GATT role"
31953198#~ msgstr "mal GATT role"
31963199
3197- #, c-format
31983200#~ msgid "buf is too small. need %d bytes"
31993201#~ msgstr "buf es demasiado pequeño. necesita %d bytes"
32003202
32013203#~ msgid "buffer too long"
32023204#~ msgstr "buffer demasiado largo"
32033205
3204- #, c-format
32053206#~ msgid "byteorder is not an instance of ByteOrder (got a %s)"
32063207#~ msgstr "byteorder no es instancia de ByteOrder (encontarmos un %s)"
32073208
@@ -3223,6 +3224,9 @@ msgstr "paso cero"
32233224#~ msgid "characteristics includes an object that is not a Characteristic"
32243225#~ msgstr "characteristics incluye un objeto que no es una Characteristica"
32253226
3227+ #~ msgid "color buffer must be a buffer or int"
3228+ #~ msgstr "color buffer deber ser un buffer o un int"
3229+
32263230#~ msgid "either pos or kw args are allowed"
32273231#~ msgstr "ya sea pos o kw args son permitidos"
32283232
@@ -3312,11 +3316,9 @@ msgstr "paso cero"
33123316#~ msgid "unknown config param"
33133317#~ msgstr "parámetro config desconocido"
33143318
3315- #, c-format
33163319#~ msgid "unknown format code '%c' for object of type 'float'"
33173320#~ msgstr "codigo format desconocido '%c' para el typo de objeto 'float'"
33183321
3319- #, c-format
33203322#~ msgid "unknown format code '%c' for object of type 'str'"
33213323#~ msgstr "codigo format desconocido '%c' para objeto de tipo 'str'"
33223324
0 commit comments