@@ -48,6 +48,10 @@ msgstr " Archivo \"%q\""
48
48
msgid " File \" %q\" , line %d"
49
49
msgstr " Archivo \" %q\" , línea %d"
50
50
51
+ #: py/builtinhelp.c
52
+ msgid " is of type %q\n"
53
+ msgstr ""
54
+
51
55
#: main.c
52
56
msgid " output:\n"
53
57
msgstr " salida:\n"
@@ -868,6 +872,10 @@ msgstr "El canal EXTINT ya está siendo utilizado"
868
872
msgid "Error in regex"
869
873
msgstr "Error en regex"
870
874
875
+ #: shared-bindings/socketpool/Socket.c
876
+ msgid "Error: Failure to bind"
877
+ msgstr ""
878
+
871
879
#: py/enum.c shared-bindings/_bleio/__init__.c shared-bindings/aesio/aes.c
872
880
#: shared-bindings/busio/SPI.c shared-bindings/microcontroller/Pin.c
873
881
#: shared-bindings/neopixel_write/__init__.c
@@ -1261,10 +1269,18 @@ msgstr "'security_mode' no válido"
1261
1269
msgid "Invalid size"
1262
1270
msgstr ""
1263
1271
1272
+ #: ports/esp32s2/common-hal/socketpool/Socket.c
1273
+ msgid "Invalid socket for TLS"
1274
+ msgstr ""
1275
+
1264
1276
#: ports/esp32s2/bindings/espidf/__init__.c ports/esp32s2/esp_error.c
1265
1277
msgid "Invalid state"
1266
1278
msgstr ""
1267
1279
1280
+ #: ports/esp32s2/common-hal/socketpool/Socket.c
1281
+ msgid "Invalid use of TLS Socket"
1282
+ msgstr ""
1283
+
1268
1284
#: shared-bindings/audiomixer/Mixer.c
1269
1285
msgid "Invalid voice"
1270
1286
msgstr "Voz inválida"
@@ -1281,6 +1297,10 @@ msgstr "Archivo wave inválido"
1281
1297
msgid "Invalid word/bit length"
1282
1298
msgstr "Tamaño no válido de palabra/bit"
1283
1299
1300
+ #: ports/esp32s2/common-hal/socketpool/Socket.c
1301
+ msgid "Issue setting SO_REUSEADDR"
1302
+ msgstr ""
1303
+
1284
1304
#: shared-bindings/aesio/aes.c
1285
1305
msgid "Key must be 16, 24, or 32 bytes long"
1286
1306
msgstr "La llave debe tener 16, 24 o 32 bytes de longitud"
@@ -1569,7 +1589,7 @@ msgstr ""
1569
1589
msgid "Out of memory"
1570
1590
msgstr ""
1571
1591
1572
- #: ports/esp32s2/common-hal/socketpool/SocketPool .c
1592
+ #: ports/esp32s2/common-hal/socketpool/Socket .c
1573
1593
msgid "Out of sockets"
1574
1594
msgstr "Se acabaron los enchufes"
1575
1595
@@ -3366,6 +3386,10 @@ msgstr "no suficientes argumentos para format string"
3366
3386
msgid "number of points must be at least 2"
3367
3387
msgstr "el número de puntos debe ser al menos 2"
3368
3388
3389
+ #: py/builtinhelp.c
3390
+ msgid "object "
3391
+ msgstr ""
3392
+
3369
3393
#: py/obj.c
3370
3394
msgid "object '%q' is not a tuple or list"
3371
3395
msgstr "objeto '%q' no es tupla o lista"
0 commit comments