@@ -446,6 +446,7 @@ msgstr ""
446
446
msgid "All timers in use"
447
447
msgstr ""
448
448
449
+ #: ports/espressif/common-hal/_bleio/Adapter.c
449
450
#: ports/nrf/common-hal/_bleio/Adapter.c
450
451
msgid "Already advertising."
451
452
msgstr ""
@@ -908,10 +909,12 @@ msgstr ""
908
909
msgid "Data chunk must follow fmt chunk"
909
910
msgstr ""
910
911
912
+ #: ports/espressif/common-hal/_bleio/Adapter.c
911
913
#: ports/nrf/common-hal/_bleio/Adapter.c
912
914
msgid "Data not supported with directed advertising"
913
915
msgstr ""
914
916
917
+ #: ports/espressif/common-hal/_bleio/Adapter.c
915
918
#: ports/nrf/common-hal/_bleio/Adapter.c
916
919
msgid "Data too large for advertisement packet"
917
920
msgstr ""
@@ -992,6 +995,7 @@ msgstr ""
992
995
msgid "Expected tuple of length %d, got %d"
993
996
msgstr ""
994
997
998
+ #: ports/espressif/common-hal/_bleio/Adapter.c
995
999
#: ports/nrf/common-hal/_bleio/Adapter.c
996
1000
msgid "Extended advertisements with scan response not supported."
997
1001
msgstr ""
@@ -1045,6 +1049,7 @@ msgstr ""
1045
1049
msgid "Failed to buffer the sample"
1046
1050
msgstr ""
1047
1051
1052
+ #: ports/espressif/common-hal/_bleio/Adapter.c
1048
1053
#: ports/nrf/common-hal/_bleio/Adapter.c
1049
1054
msgid "Failed to connect: internal error"
1050
1055
msgstr ""
@@ -1276,6 +1281,7 @@ msgstr ""
1276
1281
msgid "Invalid AuthMode"
1277
1282
msgstr ""
1278
1283
1284
+ #: ports/espressif/common-hal/_bleio/__init__.c
1279
1285
#: ports/nrf/common-hal/_bleio/__init__.c
1280
1286
msgid "Invalid BLE parameter"
1281
1287
msgstr ""
@@ -1584,6 +1590,10 @@ msgstr ""
1584
1590
msgid "Name too long"
1585
1591
msgstr ""
1586
1592
1593
+ #: ports/espressif/common-hal/_bleio/__init__.c
1594
+ msgid "Nimble out of memory"
1595
+ msgstr ""
1596
+
1587
1597
#: ports/nrf/common-hal/_bleio/Characteristic.c
1588
1598
msgid "No CCCD for this Characteristic"
1589
1599
msgstr ""
@@ -1731,6 +1741,7 @@ msgstr ""
1731
1741
msgid "Not a valid IP string"
1732
1742
msgstr ""
1733
1743
1744
+ #: ports/espressif/common-hal/_bleio/__init__.c
1734
1745
#: ports/nrf/common-hal/_bleio/__init__.c
1735
1746
#: shared-bindings/_bleio/CharacteristicBuffer.c
1736
1747
msgid "Not connected"
@@ -2110,6 +2121,7 @@ msgstr ""
2110
2121
msgid "Scale dimensions must divide by 3"
2111
2122
msgstr ""
2112
2123
2124
+ #: ports/espressif/common-hal/_bleio/Adapter.c
2113
2125
#: ports/nrf/common-hal/_bleio/Adapter.c
2114
2126
msgid "Scan already in progess. Stop with stop_scan."
2115
2127
msgstr ""
@@ -2268,6 +2280,7 @@ msgstr ""
2268
2280
msgid "Time is in the past."
2269
2281
msgstr ""
2270
2282
2283
+ #: ports/espressif/common-hal/_bleio/Adapter.c
2271
2284
#: ports/nrf/common-hal/_bleio/Adapter.c
2272
2285
#, c-format
2273
2286
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2290,6 +2303,7 @@ msgstr ""
2290
2303
msgid "Too many displays"
2291
2304
msgstr ""
2292
2305
2306
+ #: ports/espressif/common-hal/_bleio/PacketBuffer.c
2293
2307
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
2294
2308
msgid "Total data to write is larger than %q"
2295
2309
msgstr ""
@@ -2421,11 +2435,21 @@ msgstr ""
2421
2435
msgid "Unknown security error: 0x%04x"
2422
2436
msgstr ""
2423
2437
2438
+ #: ports/espressif/common-hal/_bleio/__init__.c
2439
+ #, c-format
2440
+ msgid "Unknown system firmware error at %s:%d: %d"
2441
+ msgstr ""
2442
+
2424
2443
#: ports/nrf/common-hal/_bleio/__init__.c
2425
2444
#, c-format
2426
2445
msgid "Unknown system firmware error: %04x"
2427
2446
msgstr ""
2428
2447
2448
+ #: ports/espressif/common-hal/_bleio/__init__.c
2449
+ #, c-format
2450
+ msgid "Unknown system firmware error: %d"
2451
+ msgstr ""
2452
+
2429
2453
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
2430
2454
#, c-format
2431
2455
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@@ -2463,11 +2487,13 @@ msgstr ""
2463
2487
msgid "Update Failed"
2464
2488
msgstr ""
2465
2489
2490
+ #: ports/espressif/common-hal/_bleio/Descriptor.c
2466
2491
#: ports/nrf/common-hal/_bleio/Characteristic.c
2467
2492
#: ports/nrf/common-hal/_bleio/Descriptor.c
2468
2493
msgid "Value length != required fixed length"
2469
2494
msgstr ""
2470
2495
2496
+ #: ports/espressif/common-hal/_bleio/Descriptor.c
2471
2497
#: ports/nrf/common-hal/_bleio/Characteristic.c
2472
2498
#: ports/nrf/common-hal/_bleio/Descriptor.c
2473
2499
msgid "Value length > max_length"
@@ -2525,6 +2551,7 @@ msgstr ""
2525
2551
msgid "Woken up by alarm.\n"
2526
2552
msgstr ""
2527
2553
2554
+ #: ports/espressif/common-hal/_bleio/PacketBuffer.c
2528
2555
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
2529
2556
msgid "Writes not supported on Characteristic"
2530
2557
msgstr ""
@@ -3592,6 +3619,7 @@ msgstr ""
3592
3619
msgid "matrix is not positive definite"
3593
3620
msgstr ""
3594
3621
3622
+ #: ports/espressif/common-hal/_bleio/Descriptor.c
3595
3623
#: ports/nrf/common-hal/_bleio/Characteristic.c
3596
3624
#: ports/nrf/common-hal/_bleio/Descriptor.c
3597
3625
#, c-format
0 commit comments