@@ -454,6 +454,7 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
454
454
msgid "All timers in use"
455
455
msgstr "Semua timer sedang digunakan"
456
456
457
+ #: ports/espressif/common-hal/_bleio/Adapter.c
457
458
#: ports/nrf/common-hal/_bleio/Adapter.c
458
459
msgid "Already advertising."
459
460
msgstr "Sudah disebarkan."
@@ -927,10 +928,12 @@ msgstr "Data 0 pin harus byte disejajarkan"
927
928
msgid "Data chunk must follow fmt chunk"
928
929
msgstr "Potongan data harus mengikuti fmt chunk"
929
930
931
+ #: ports/espressif/common-hal/_bleio/Adapter.c
930
932
#: ports/nrf/common-hal/_bleio/Adapter.c
931
933
msgid "Data not supported with directed advertising"
932
934
msgstr ""
933
935
936
+ #: ports/espressif/common-hal/_bleio/Adapter.c
934
937
#: ports/nrf/common-hal/_bleio/Adapter.c
935
938
msgid "Data too large for advertisement packet"
936
939
msgstr "Data terlalu besar untuk paket advertisment"
@@ -1011,6 +1014,7 @@ msgstr ""
1011
1014
msgid "Expected tuple of length %d, got %d"
1012
1015
msgstr "Diharapkan tuple dengan panjang %d, didapatkan %d"
1013
1016
1017
+ #: ports/espressif/common-hal/_bleio/Adapter.c
1014
1018
#: ports/nrf/common-hal/_bleio/Adapter.c
1015
1019
msgid "Extended advertisements with scan response not supported."
1016
1020
msgstr "Penyebaran yang diperluas dengan respon pindai tidak didukung."
@@ -1064,6 +1068,7 @@ msgstr ""
1064
1068
msgid "Failed to buffer the sample"
1065
1069
msgstr ""
1066
1070
1071
+ #: ports/espressif/common-hal/_bleio/Adapter.c
1067
1072
#: ports/nrf/common-hal/_bleio/Adapter.c
1068
1073
msgid "Failed to connect: internal error"
1069
1074
msgstr "Gagal terhubung: kesalahan internal"
@@ -1297,6 +1302,7 @@ msgstr "Nilai Unit ADC tidak valid"
1297
1302
msgid "Invalid AuthMode"
1298
1303
msgstr ""
1299
1304
1305
+ #: ports/espressif/common-hal/_bleio/__init__.c
1300
1306
#: ports/nrf/common-hal/_bleio/__init__.c
1301
1307
msgid "Invalid BLE parameter"
1302
1308
msgstr ""
@@ -1605,6 +1611,10 @@ msgstr ""
1605
1611
msgid "Name too long"
1606
1612
msgstr "Nama terlalu panjang"
1607
1613
1614
+ #: ports/espressif/common-hal/_bleio/__init__.c
1615
+ msgid "Nimble out of memory"
1616
+ msgstr ""
1617
+
1608
1618
#: ports/nrf/common-hal/_bleio/Characteristic.c
1609
1619
msgid "No CCCD for this Characteristic"
1610
1620
msgstr "Tidak ada CCCD untuk Karakteristik ini"
@@ -1752,6 +1762,7 @@ msgstr ""
1752
1762
msgid "Not a valid IP string"
1753
1763
msgstr ""
1754
1764
1765
+ #: ports/espressif/common-hal/_bleio/__init__.c
1755
1766
#: ports/nrf/common-hal/_bleio/__init__.c
1756
1767
#: shared-bindings/_bleio/CharacteristicBuffer.c
1757
1768
msgid "Not connected"
@@ -2145,6 +2156,7 @@ msgstr "Nilai sampel terlalu tinggi. Nilai harus kurang dari %d"
2145
2156
msgid "Scale dimensions must divide by 3"
2146
2157
msgstr ""
2147
2158
2159
+ #: ports/espressif/common-hal/_bleio/Adapter.c
2148
2160
#: ports/nrf/common-hal/_bleio/Adapter.c
2149
2161
msgid "Scan already in progess. Stop with stop_scan."
2150
2162
msgstr "Pindai sudah dalam proses. Hentikan dengan stop_scan."
@@ -2303,6 +2315,7 @@ msgstr "Lebar ubin harus persis membagi lebar bitmap"
2303
2315
msgid "Time is in the past."
2304
2316
msgstr ""
2305
2317
2318
+ #: ports/espressif/common-hal/_bleio/Adapter.c
2306
2319
#: ports/nrf/common-hal/_bleio/Adapter.c
2307
2320
#, c-format
2308
2321
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2325,6 +2338,7 @@ msgstr "Terlalu banyak tampilan bus"
2325
2338
msgid "Too many displays"
2326
2339
msgstr "Terlalu banyak tampilan"
2327
2340
2341
+ #: ports/espressif/common-hal/_bleio/PacketBuffer.c
2328
2342
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
2329
2343
msgid "Total data to write is larger than %q"
2330
2344
msgstr ""
@@ -2456,11 +2470,21 @@ msgstr "Alasan yang tidak diketahui."
2456
2470
msgid "Unknown security error: 0x%04x"
2457
2471
msgstr "Kesalahan keamanan tidak dikenal: 0x%04x"
2458
2472
2473
+ #: ports/espressif/common-hal/_bleio/__init__.c
2474
+ #, c-format
2475
+ msgid "Unknown system firmware error at %s:%d: %d"
2476
+ msgstr ""
2477
+
2459
2478
#: ports/nrf/common-hal/_bleio/__init__.c
2460
2479
#, c-format
2461
2480
msgid "Unknown system firmware error: %04x"
2462
2481
msgstr ""
2463
2482
2483
+ #: ports/espressif/common-hal/_bleio/__init__.c
2484
+ #, c-format
2485
+ msgid "Unknown system firmware error: %d"
2486
+ msgstr ""
2487
+
2464
2488
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
2465
2489
#, c-format
2466
2490
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@@ -2500,11 +2524,13 @@ msgstr "Operasi yang tidak didukung"
2500
2524
msgid "Update Failed"
2501
2525
msgstr ""
2502
2526
2527
+ #: ports/espressif/common-hal/_bleio/Descriptor.c
2503
2528
#: ports/nrf/common-hal/_bleio/Characteristic.c
2504
2529
#: ports/nrf/common-hal/_bleio/Descriptor.c
2505
2530
msgid "Value length != required fixed length"
2506
2531
msgstr "Panjang nilai != Panjang tetap yang dibutuhkan"
2507
2532
2533
+ #: ports/espressif/common-hal/_bleio/Descriptor.c
2508
2534
#: ports/nrf/common-hal/_bleio/Characteristic.c
2509
2535
#: ports/nrf/common-hal/_bleio/Descriptor.c
2510
2536
msgid "Value length > max_length"
@@ -2562,6 +2588,7 @@ msgstr ""
2562
2588
msgid "Woken up by alarm.\n"
2563
2589
msgstr ""
2564
2590
2591
+ #: ports/espressif/common-hal/_bleio/PacketBuffer.c
2565
2592
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
2566
2593
msgid "Writes not supported on Characteristic"
2567
2594
msgstr "Menulis tidak didukung pada Karakteristik"
@@ -3629,6 +3656,7 @@ msgstr ""
3629
3656
msgid "matrix is not positive definite"
3630
3657
msgstr ""
3631
3658
3659
+ #: ports/espressif/common-hal/_bleio/Descriptor.c
3632
3660
#: ports/nrf/common-hal/_bleio/Characteristic.c
3633
3661
#: ports/nrf/common-hal/_bleio/Descriptor.c
3634
3662
#, c-format
0 commit comments