88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2019-08-05 17:52-0700 \n "
11+ "POT-Creation-Date : 2019-08-15 21:44-0400 \n "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -364,7 +364,7 @@ msgid "Can not use dotstar with %s"
364364msgstr ""
365365
366366#: ports/nrf/common-hal/bleio/Characteristic.c
367- msgid "Can't set CCCD for local Characteristic"
367+ msgid "Can't set CCCD on local Characteristic"
368368msgstr ""
369369
370370#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
@@ -433,6 +433,10 @@ msgstr ""
433433msgid "Characteristic already in use by another Service."
434434msgstr ""
435435
436+ #: shared-bindings/bleio/Service.c
437+ msgid "Characteristic is already attached to a Service"
438+ msgstr ""
439+
436440#: shared-bindings/bleio/CharacteristicBuffer.c
437441msgid "CharacteristicBuffer writing not provided"
438442msgstr ""
@@ -508,6 +512,10 @@ msgstr ""
508512msgid "Data too large for advertisement packet"
509513msgstr "Tidak bisa menyesuaikan data ke dalam paket advertisment"
510514
515+ #: shared-bindings/bleio/Characteristic.c
516+ msgid "Descriptor is already attached to a Characteristic"
517+ msgstr ""
518+
511519#: shared-bindings/audiobusio/PDMIn.c
512520msgid "Destination capacity is smaller than destination_length."
513521msgstr ""
@@ -602,7 +610,7 @@ msgstr ""
602610msgid "Failed to continue scanning, err 0x%04x"
603611msgstr "Gagal untuk melanjutkan scanning, status: 0x%08lX"
604612
605- #: ports/nrf/common-hal/bleio/Central .c
613+ #: ports/nrf/common-hal/bleio/__init__ .c
606614#, fuzzy
607615msgid "Failed to discover services"
608616msgstr "Gagal untuk menemukan layanan, status: 0x%08lX"
@@ -622,17 +630,22 @@ msgstr "Gagal untuk mendapatkan status softdevice, error: 0x%08lX"
622630msgid "Failed to notify or indicate attribute value, err 0x%04x"
623631msgstr ""
624632
633+ #: ports/nrf/common-hal/bleio/Peripheral.c
634+ msgid "Failed to pair"
635+ msgstr ""
636+
625637#: ports/nrf/common-hal/bleio/Characteristic.c
626638#, fuzzy , c-format
627639msgid "Failed to read CCCD value, err 0x%04x"
628640msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
629641
630642#: ports/nrf/common-hal/bleio/Characteristic.c
643+ #: ports/nrf/common-hal/bleio/Descriptor.c
631644#, c-format
632645msgid "Failed to read attribute value, err 0x%04x"
633646msgstr ""
634647
635- #: ports/nrf/common-hal/bleio/Characteristic .c
648+ #: ports/nrf/common-hal/bleio/__init__ .c
636649#, fuzzy , c-format
637650msgid "Failed to read gatts value, err 0x%04x"
638651msgstr "Gagal untuk menulis nilai gatts, status: 0x%08lX"
@@ -662,6 +675,11 @@ msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
662675msgid "Failed to start connecting, error 0x%04x"
663676msgstr ""
664677
678+ #: ports/nrf/common-hal/bleio/Peripheral.c
679+ #, c-format
680+ msgid "Failed to start pairing, error 0x%04x"
681+ msgstr ""
682+
665683#: ports/nrf/common-hal/bleio/Scanner.c
666684#, fuzzy , c-format
667685msgid "Failed to start scanning, err 0x%04x"
@@ -677,12 +695,12 @@ msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
677695msgid "Failed to write CCCD, err 0x%04x"
678696msgstr ""
679697
680- #: ports/nrf/common-hal/bleio/Characteristic .c
698+ #: ports/nrf/common-hal/bleio/__init__ .c
681699#, fuzzy , c-format
682700msgid "Failed to write attribute value, err 0x%04x"
683701msgstr "Gagal untuk menulis nilai atribut, status: 0x%08lX"
684702
685- #: ports/nrf/common-hal/bleio/Characteristic .c
703+ #: ports/nrf/common-hal/bleio/__init__ .c
686704#, fuzzy , c-format
687705msgid "Failed to write gatts value, err 0x%04x"
688706msgstr "Gagal untuk menulis nilai gatts, status: 0x%08lX"
@@ -828,10 +846,18 @@ msgstr "Pin-pin tidak valid"
828846msgid "Invalid polarity"
829847msgstr ""
830848
849+ #: shared-bindings/bleio/Characteristic.c
850+ msgid "Invalid properties"
851+ msgstr ""
852+
831853#: shared-bindings/microcontroller/__init__.c
832854msgid "Invalid run mode."
833855msgstr ""
834856
857+ #: shared-module/bleio/Attribute.c
858+ msgid "Invalid security_mode"
859+ msgstr ""
860+
835861#: shared-bindings/audiocore/Mixer.c
836862msgid "Invalid voice count"
837863msgstr ""
@@ -950,8 +976,9 @@ msgstr ""
950976msgid "No such file/directory"
951977msgstr ""
952978
953- #: ports/nrf/common-hal/bleio/Characteristic .c
979+ #: ports/nrf/common-hal/bleio/__init__.c shared-bindings/bleio/Central .c
954980#: shared-bindings/bleio/CharacteristicBuffer.c
981+ #: shared-bindings/bleio/Peripheral.c
955982#, fuzzy
956983msgid "Not connected"
957984msgstr "Tidak dapat menyambungkan ke AP"
@@ -1289,6 +1316,19 @@ msgstr ""
12891316msgid "Unsupported pull value."
12901317msgstr ""
12911318
1319+ #: ports/nrf/common-hal/bleio/Characteristic.c
1320+ msgid "Value length required fixed length"
1321+ msgstr ""
1322+
1323+ #: ports/nrf/common-hal/bleio/Descriptor.c
1324+ msgid "Value length != required fixed length"
1325+ msgstr ""
1326+
1327+ #: ports/nrf/common-hal/bleio/Characteristic.c
1328+ #: ports/nrf/common-hal/bleio/Descriptor.c
1329+ msgid "Value length > max_length"
1330+ msgstr ""
1331+
12921332#: py/emitnative.c
12931333msgid "Viper functions don't currently support more than 4 arguments"
12941334msgstr ""
@@ -1388,10 +1428,6 @@ msgstr ""
13881428msgid "attributes not supported yet"
13891429msgstr ""
13901430
1391- #: ports/nrf/common-hal/bleio/Characteristic.c
1392- msgid "bad GATT role"
1393- msgstr ""
1394-
13951431#: py/builtinevex.c
13961432msgid "bad compile mode"
13971433msgstr "mode compile buruk"
@@ -1709,6 +1745,10 @@ msgstr ""
17091745msgid "default 'except' must be last"
17101746msgstr "'except' standar harus terakhir"
17111747
1748+ #: shared-bindings/bleio/Characteristic.c
1749+ msgid "descriptors includes an object that is not a Descriptors"
1750+ msgstr ""
1751+
17121752#: shared-bindings/audiobusio/PDMIn.c
17131753msgid ""
17141754"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@@ -2048,6 +2088,12 @@ msgstr ""
20482088msgid "math domain error"
20492089msgstr ""
20502090
2091+ #: ports/nrf/common-hal/bleio/Characteristic.c
2092+ #: ports/nrf/common-hal/bleio/Descriptor.c
2093+ #, c-format
2094+ msgid "max_length must be 0-%d when fixed_length is %s"
2095+ msgstr ""
2096+
20512097#: py/runtime.c
20522098msgid "maximum recursion depth exceeded"
20532099msgstr ""
@@ -2147,8 +2193,8 @@ msgstr ""
21472193msgid "non-Service found in services"
21482194msgstr ""
21492195
2150- #: ports/nrf/common-hal/bleio/Central .c
2151- msgid "non-UUID found in service_uuids "
2196+ #: ports/nrf/common-hal/bleio/__init__ .c
2197+ msgid "non-UUID found in service_uuids_whitelist "
21522198msgstr ""
21532199
21542200#: py/compile.c
0 commit comments