88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2019-07-25 22:48-0700 \n "
11+ "POT-Creation-Date : 2019-08-19 10:22-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 "
@@ -255,6 +255,7 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
255255#: ports/atmel-samd/common-hal/audioio/AudioOut.c
256256#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
257257#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
258+ #: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
258259#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
259260#: shared-module/_pew/PewPew.c
260261msgid "All timers in use"
@@ -329,6 +330,11 @@ msgstr ""
329330msgid "Buffer incorrect size. Should be %d bytes."
330331msgstr ""
331332
333+ #: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
334+ #, c-format
335+ msgid "Buffer length %d too big. It must be less than %d"
336+ msgstr ""
337+
332338#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
333339msgid "Buffer must be at least length 1"
334340msgstr ""
@@ -358,7 +364,7 @@ msgid "Can not use dotstar with %s"
358364msgstr ""
359365
360366#: ports/nrf/common-hal/bleio/Characteristic.c
361- msgid "Can't set CCCD for local Characteristic"
367+ msgid "Can't set CCCD on local Characteristic"
362368msgstr ""
363369
364370#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
@@ -427,6 +433,10 @@ msgstr ""
427433msgid "Characteristic already in use by another Service."
428434msgstr ""
429435
436+ #: shared-bindings/bleio/Service.c
437+ msgid "Characteristic is already attached to a Service"
438+ msgstr ""
439+
430440#: shared-bindings/bleio/CharacteristicBuffer.c
431441msgid "CharacteristicBuffer writing not provided"
432442msgstr ""
@@ -502,6 +512,10 @@ msgstr ""
502512msgid "Data too large for advertisement packet"
503513msgstr "Tidak bisa menyesuaikan data ke dalam paket advertisment"
504514
515+ #: shared-bindings/bleio/Characteristic.c
516+ msgid "Descriptor is already attached to a Characteristic"
517+ msgstr ""
518+
505519#: shared-bindings/audiobusio/PDMIn.c
506520msgid "Destination capacity is smaller than destination_length."
507521msgstr ""
@@ -596,7 +610,7 @@ msgstr ""
596610msgid "Failed to continue scanning, err 0x%04x"
597611msgstr "Gagal untuk melanjutkan scanning, status: 0x%08lX"
598612
599- #: ports/nrf/common-hal/bleio/Central .c
613+ #: ports/nrf/common-hal/bleio/__init__ .c
600614#, fuzzy
601615msgid "Failed to discover services"
602616msgstr "Gagal untuk menemukan layanan, status: 0x%08lX"
@@ -616,17 +630,22 @@ msgstr "Gagal untuk mendapatkan status softdevice, error: 0x%08lX"
616630msgid "Failed to notify or indicate attribute value, err 0x%04x"
617631msgstr ""
618632
633+ #: ports/nrf/common-hal/bleio/Peripheral.c
634+ msgid "Failed to pair"
635+ msgstr ""
636+
619637#: ports/nrf/common-hal/bleio/Characteristic.c
620638#, fuzzy , c-format
621639msgid "Failed to read CCCD value, err 0x%04x"
622640msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
623641
624642#: ports/nrf/common-hal/bleio/Characteristic.c
643+ #: ports/nrf/common-hal/bleio/Descriptor.c
625644#, c-format
626645msgid "Failed to read attribute value, err 0x%04x"
627646msgstr ""
628647
629- #: ports/nrf/common-hal/bleio/Characteristic .c
648+ #: ports/nrf/common-hal/bleio/__init__ .c
630649#, fuzzy , c-format
631650msgid "Failed to read gatts value, err 0x%04x"
632651msgstr "Gagal untuk menulis nilai gatts, status: 0x%08lX"
@@ -656,6 +675,11 @@ msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
656675msgid "Failed to start connecting, error 0x%04x"
657676msgstr ""
658677
678+ #: ports/nrf/common-hal/bleio/Peripheral.c
679+ #, c-format
680+ msgid "Failed to start pairing, error 0x%04x"
681+ msgstr ""
682+
659683#: ports/nrf/common-hal/bleio/Scanner.c
660684#, fuzzy , c-format
661685msgid "Failed to start scanning, err 0x%04x"
@@ -671,12 +695,12 @@ msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
671695msgid "Failed to write CCCD, err 0x%04x"
672696msgstr ""
673697
674- #: ports/nrf/common-hal/bleio/Characteristic .c
698+ #: ports/nrf/common-hal/bleio/__init__ .c
675699#, fuzzy , c-format
676700msgid "Failed to write attribute value, err 0x%04x"
677701msgstr "Gagal untuk menulis nilai atribut, status: 0x%08lX"
678702
679- #: ports/nrf/common-hal/bleio/Characteristic .c
703+ #: ports/nrf/common-hal/bleio/__init__ .c
680704#, fuzzy , c-format
681705msgid "Failed to write gatts value, err 0x%04x"
682706msgstr "Gagal untuk menulis nilai gatts, status: 0x%08lX"
@@ -822,10 +846,18 @@ msgstr "Pin-pin tidak valid"
822846msgid "Invalid polarity"
823847msgstr ""
824848
849+ #: shared-bindings/bleio/Characteristic.c
850+ msgid "Invalid properties"
851+ msgstr ""
852+
825853#: shared-bindings/microcontroller/__init__.c
826854msgid "Invalid run mode."
827855msgstr ""
828856
857+ #: shared-module/bleio/Attribute.c
858+ msgid "Invalid security_mode"
859+ msgstr ""
860+
829861#: shared-bindings/audiocore/Mixer.c
830862msgid "Invalid voice count"
831863msgstr ""
@@ -944,13 +976,15 @@ msgstr ""
944976msgid "No such file/directory"
945977msgstr ""
946978
947- #: ports/nrf/common-hal/bleio/Characteristic .c
979+ #: ports/nrf/common-hal/bleio/__init__.c shared-bindings/bleio/Central .c
948980#: shared-bindings/bleio/CharacteristicBuffer.c
981+ #: shared-bindings/bleio/Peripheral.c
949982#, fuzzy
950983msgid "Not connected"
951984msgstr "Tidak dapat menyambungkan ke AP"
952985
953986#: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c
987+ #: shared-bindings/audiopwmio/PWMAudioOut.c
954988msgid "Not playing"
955989msgstr ""
956990
@@ -1080,6 +1114,7 @@ msgid "Sample rate must be positive"
10801114msgstr ""
10811115
10821116#: ports/atmel-samd/common-hal/audioio/AudioOut.c
1117+ #: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c
10831118#, c-format
10841119msgid "Sample rate too high. It must be less than %d"
10851120msgstr "Nilai sampel terlalu tinggi. Nilai harus kurang dari %d"
@@ -1099,7 +1134,7 @@ msgid "Slices not supported"
10991134msgstr ""
11001135
11011136#: ports/nrf/common-hal/bleio/Adapter.c
1102- #, c-format
1137+ #, fuzzy , c-format
11031138msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
11041139msgstr "Dukungan soft device, id: 0x%08lX, pc: 0x%08l"
11051140
@@ -1168,7 +1203,11 @@ msgid "Tile height must exactly divide bitmap height"
11681203msgstr ""
11691204
11701205#: shared-bindings/displayio/TileGrid.c
1171- msgid "Tile indices must be 0 - 255"
1206+ msgid "Tile index out of bounds"
1207+ msgstr ""
1208+
1209+ #: shared-bindings/displayio/TileGrid.c shared-module/displayio/TileGrid.c
1210+ msgid "Tile value out of bounds"
11721211msgstr ""
11731212
11741213#: shared-bindings/displayio/TileGrid.c
@@ -1277,6 +1316,19 @@ msgstr ""
12771316msgid "Unsupported pull value."
12781317msgstr ""
12791318
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+
12801332#: py/emitnative.c
12811333msgid "Viper functions don't currently support more than 4 arguments"
12821334msgstr ""
@@ -1376,10 +1428,6 @@ msgstr ""
13761428msgid "attributes not supported yet"
13771429msgstr ""
13781430
1379- #: ports/nrf/common-hal/bleio/Characteristic.c
1380- msgid "bad GATT role"
1381- msgstr ""
1382-
13831431#: py/builtinevex.c
13841432msgid "bad compile mode"
13851433msgstr "mode compile buruk"
@@ -1697,6 +1745,10 @@ msgstr ""
16971745msgid "default 'except' must be last"
16981746msgstr "'except' standar harus terakhir"
16991747
1748+ #: shared-bindings/bleio/Characteristic.c
1749+ msgid "descriptors includes an object that is not a Descriptors"
1750+ msgstr ""
1751+
17001752#: shared-bindings/audiobusio/PDMIn.c
17011753msgid ""
17021754"destination buffer must be a bytearray or array of type 'B' for bit_depth = 8"
@@ -2036,6 +2088,12 @@ msgstr ""
20362088msgid "math domain error"
20372089msgstr ""
20382090
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+
20392097#: py/runtime.c
20402098msgid "maximum recursion depth exceeded"
20412099msgstr ""
@@ -2135,8 +2193,8 @@ msgstr ""
21352193msgid "non-Service found in services"
21362194msgstr ""
21372195
2138- #: ports/nrf/common-hal/bleio/Central .c
2139- msgid "non-UUID found in service_uuids "
2196+ #: ports/nrf/common-hal/bleio/__init__ .c
2197+ msgid "non-UUID found in service_uuids_whitelist "
21402198msgstr ""
21412199
21422200#: py/compile.c
@@ -2222,6 +2280,14 @@ msgstr "panjang data string memiliki keganjilan (odd-length)"
22222280msgid "offset out of bounds"
22232281msgstr "modul tidak ditemukan"
22242282
2283+ #: ports/nrf/common-hal/audiobusio/PDMIn.c
2284+ msgid "only bit_depth=16 is supported"
2285+ msgstr ""
2286+
2287+ #: ports/nrf/common-hal/audiobusio/PDMIn.c
2288+ msgid "only sample_rate=16000 is supported"
2289+ msgstr ""
2290+
22252291#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
22262292#: shared-bindings/nvm/ByteArray.c
22272293msgid "only slices with step=1 (aka None) are supported"
@@ -2445,10 +2511,6 @@ msgstr "sintaksis error pada pendeskripsi uctypes"
24452511msgid "threshold must be in the range 0-65536"
24462512msgstr ""
24472513
2448- #: shared-bindings/displayio/TileGrid.c
2449- msgid "tile index out of bounds"
2450- msgstr ""
2451-
24522514#: shared-bindings/time/__init__.c
24532515msgid "time.struct_time() takes a 9-sequence"
24542516msgstr ""
0 commit comments