8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2019-01-20 22:46 -0500\n "
11
+ "POT-Creation-Date : 2019-01-21 21:50 -0500\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -341,12 +341,12 @@ msgid "bytes > 8 bits not supported"
341
341
msgstr "byte > 8 bit tidak didukung"
342
342
343
343
#: ports/atmel-samd/common-hal/busio/UART.c:73
344
- #: ports/nrf/common-hal/busio/UART.c:118
344
+ #: ports/nrf/common-hal/busio/UART.c:91
345
345
msgid "tx and rx cannot both be None"
346
346
msgstr "tx dan rx keduanya tidak boleh kosong"
347
347
348
348
#: ports/atmel-samd/common-hal/busio/UART.c:146
349
- #: ports/nrf/common-hal/busio/UART.c:152
349
+ #: ports/nrf/common-hal/busio/UART.c:132
350
350
msgid "Failed to allocate RX buffer"
351
351
msgstr "Gagal untuk mengalokasikan buffer RX"
352
352
@@ -355,12 +355,12 @@ msgid "Could not initialize UART"
355
355
msgstr "Tidak dapat menginisialisasi UART"
356
356
357
357
#: ports/atmel-samd/common-hal/busio/UART.c:241
358
- #: ports/nrf/common-hal/busio/UART.c:197
358
+ #: ports/nrf/common-hal/busio/UART.c:174
359
359
msgid "No RX pin"
360
360
msgstr "Tidak pin RX"
361
361
362
362
#: ports/atmel-samd/common-hal/busio/UART.c:300
363
- #: ports/nrf/common-hal/busio/UART.c:232
363
+ #: ports/nrf/common-hal/busio/UART.c:209
364
364
msgid "No TX pin"
365
365
msgstr "Tidak ada pin TX"
366
366
@@ -723,7 +723,7 @@ msgstr "Gagal untuk melaporkan nilai atribut, status: 0x%08lX"
723
723
msgid "Failed to read attribute value, err %0x04x"
724
724
msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
725
725
726
- #: ports/nrf/common-hal/bleio/Characteristic.c:172
726
+ #: ports/nrf/common-hal/bleio/Characteristic.c:172 ports/nrf/sd_mutex.c:34
727
727
#, fuzzy , c-format
728
728
msgid "Failed to acquire mutex, err 0x%04x"
729
729
msgstr "Gagal untuk mendapatkan mutex, status: 0x%08lX"
@@ -733,7 +733,7 @@ msgstr "Gagal untuk mendapatkan mutex, status: 0x%08lX"
733
733
msgid "Failed to write attribute value, err 0x%04x"
734
734
msgstr "Gagal untuk menulis nilai atribut, status: 0x%08lX"
735
735
736
- #: ports/nrf/common-hal/bleio/Characteristic.c:189
736
+ #: ports/nrf/common-hal/bleio/Characteristic.c:189 ports/nrf/sd_mutex.c:54
737
737
#, fuzzy , c-format
738
738
msgid "Failed to release mutex, err 0x%04x"
739
739
msgstr "Gagal untuk melepaskan mutex, status: 0x%08lX"
@@ -754,51 +754,51 @@ msgstr "Tidak bisa menyesuaikan data ke dalam paket advertisment"
754
754
msgid "Failed to discover services"
755
755
msgstr "Gagal untuk menemukan layanan, status: 0x%08lX"
756
756
757
- #: ports/nrf/common-hal/bleio/Device.c:267
758
- #: ports/nrf/common-hal/bleio/Device.c:300
757
+ #: ports/nrf/common-hal/bleio/Device.c:268
758
+ #: ports/nrf/common-hal/bleio/Device.c:302
759
759
#, fuzzy
760
760
msgid "Failed to acquire mutex"
761
761
msgstr "Gagal untuk mendapatkan mutex, status: 0x%08lX"
762
762
763
- #: ports/nrf/common-hal/bleio/Device.c:278
764
- #: ports/nrf/common-hal/bleio/Device.c:311
765
- #: ports/nrf/common-hal/bleio/Device.c:342
766
- #: ports/nrf/common-hal/bleio/Device.c:376
763
+ #: ports/nrf/common-hal/bleio/Device.c:280
764
+ #: ports/nrf/common-hal/bleio/Device.c:313
765
+ #: ports/nrf/common-hal/bleio/Device.c:344
766
+ #: ports/nrf/common-hal/bleio/Device.c:378
767
767
#, fuzzy
768
768
msgid "Failed to release mutex"
769
769
msgstr "Gagal untuk melepaskan mutex, status: 0x%08lX"
770
770
771
- #: ports/nrf/common-hal/bleio/Device.c:387
771
+ #: ports/nrf/common-hal/bleio/Device.c:389
772
772
#, fuzzy
773
773
msgid "Failed to continue scanning"
774
774
msgstr "Gagal untuk melanjutkan scanning, status: 0x%08lX"
775
775
776
- #: ports/nrf/common-hal/bleio/Device.c:419
776
+ #: ports/nrf/common-hal/bleio/Device.c:421
777
777
#, fuzzy
778
778
msgid "Failed to connect:"
779
779
msgstr "Gagal untuk menyambungkan, status: 0x%08lX"
780
780
781
- #: ports/nrf/common-hal/bleio/Device.c:489
781
+ #: ports/nrf/common-hal/bleio/Device.c:491
782
782
#, fuzzy
783
783
msgid "Failed to add service"
784
784
msgstr "Gagal untuk menambahkan layanan, status: 0x%08lX"
785
785
786
- #: ports/nrf/common-hal/bleio/Device.c:506
786
+ #: ports/nrf/common-hal/bleio/Device.c:508
787
787
#, fuzzy
788
788
msgid "Failed to start advertising"
789
789
msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
790
790
791
- #: ports/nrf/common-hal/bleio/Device.c:523
791
+ #: ports/nrf/common-hal/bleio/Device.c:525
792
792
#, fuzzy
793
793
msgid "Failed to stop advertising"
794
794
msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
795
795
796
- #: ports/nrf/common-hal/bleio/Device.c:548
796
+ #: ports/nrf/common-hal/bleio/Device.c:550
797
797
#, fuzzy
798
798
msgid "Failed to start scanning"
799
799
msgstr "Gagal untuk melakukan scanning, status: 0x%08lX"
800
800
801
- #: ports/nrf/common-hal/bleio/Device.c:564
801
+ #: ports/nrf/common-hal/bleio/Device.c:566
802
802
#, fuzzy
803
803
msgid "Failed to create mutex"
804
804
msgstr "Gagal untuk membuat mutex, status: 0x%08lX"
@@ -854,19 +854,19 @@ msgstr "Semua perangkat SPI sedang digunakan"
854
854
msgid "error = 0x%08lX"
855
855
msgstr "error = 0x%08lX"
856
856
857
- #: ports/nrf/common-hal/busio/UART.c:122
857
+ #: ports/nrf/common-hal/busio/UART.c:95
858
858
msgid "Invalid buffer size"
859
859
msgstr "Ukuran buffer tidak valid"
860
860
861
- #: ports/nrf/common-hal/busio/UART.c:126
861
+ #: ports/nrf/common-hal/busio/UART.c:99
862
862
msgid "Odd parity is not supported"
863
863
msgstr "Parity ganjil tidak didukung"
864
864
865
- #: ports/nrf/common-hal/busio/UART.c:358 ports/nrf/common-hal/busio/UART.c:362
866
- #: ports/nrf/common-hal/busio/UART.c:367 ports/nrf/common-hal/busio/UART.c:372
867
- #: ports/nrf/common-hal/busio/UART.c:378 ports/nrf/common-hal/busio/UART.c:383
868
- #: ports/nrf/common-hal/busio/UART.c:388 ports/nrf/common-hal/busio/UART.c:392
869
- #: ports/nrf/common-hal/busio/UART.c:400
865
+ #: ports/nrf/common-hal/busio/UART.c:335 ports/nrf/common-hal/busio/UART.c:339
866
+ #: ports/nrf/common-hal/busio/UART.c:344 ports/nrf/common-hal/busio/UART.c:349
867
+ #: ports/nrf/common-hal/busio/UART.c:355 ports/nrf/common-hal/busio/UART.c:360
868
+ #: ports/nrf/common-hal/busio/UART.c:365 ports/nrf/common-hal/busio/UART.c:369
869
+ #: ports/nrf/common-hal/busio/UART.c:377
870
870
msgid "busio.UART not available"
871
871
msgstr "busio.UART tidak tersedia"
872
872
@@ -1365,7 +1365,7 @@ msgstr ""
1365
1365
1366
1366
#: py/modstruct.c:148 py/modstruct.c:156 py/modstruct.c:244 py/modstruct.c:254
1367
1367
#: shared-bindings/struct/__init__.c:102 shared-bindings/struct/__init__.c:161
1368
- #: shared-module/struct/__init__.c:183
1368
+ #: shared-module/struct/__init__.c:128 shared-module/struct/__init__.c: 183
1369
1369
msgid "buffer too small"
1370
1370
msgstr ""
1371
1371
@@ -2131,7 +2131,7 @@ msgid "buffer must be a bytes-like object"
2131
2131
msgstr ""
2132
2132
2133
2133
#: shared-bindings/audioio/WaveFile.c:78
2134
- #: shared-bindings/displayio/OnDiskBitmap.c:85
2134
+ #: shared-bindings/displayio/OnDiskBitmap.c:87
2135
2135
msgid "file must be a file opened in byte mode"
2136
2136
msgstr ""
2137
2137
@@ -2175,15 +2175,33 @@ msgstr "buffers harus mempunyai panjang yang sama"
2175
2175
msgid "Expected a UUID"
2176
2176
msgstr ""
2177
2177
2178
- #: shared-bindings/bleio/CharacteristicBuffer.c:61
2178
+ #: shared-bindings/bleio/CharacteristicBuffer.c:39
2179
+ #, fuzzy
2180
+ msgid "Not connected"
2181
+ msgstr "Tidak dapat menyambungkan ke AP"
2182
+
2183
+ #: shared-bindings/bleio/CharacteristicBuffer.c:74
2184
+ #, fuzzy
2185
+ msgid "timeout must be >= 0.0"
2186
+ msgstr "bits harus memilki nilai 8"
2187
+
2188
+ #: shared-bindings/bleio/CharacteristicBuffer.c:79
2179
2189
#, fuzzy
2180
2190
msgid "buffer_size must be >= 1"
2181
2191
msgstr "buffers harus mempunyai panjang yang sama"
2182
2192
2183
- #: shared-bindings/bleio/CharacteristicBuffer.c:65
2193
+ #: shared-bindings/bleio/CharacteristicBuffer.c:83
2184
2194
msgid "Expected a Characteristic"
2185
2195
msgstr ""
2186
2196
2197
+ #: shared-bindings/bleio/CharacteristicBuffer.c:138
2198
+ msgid "CharacteristicBuffer writing not provided"
2199
+ msgstr ""
2200
+
2201
+ #: shared-bindings/bleio/CharacteristicBuffer.c:147
2202
+ msgid "Not connected."
2203
+ msgstr ""
2204
+
2187
2205
#: shared-bindings/bleio/Device.c:210
2188
2206
msgid "Can't add services in Central mode"
2189
2207
msgstr ""
@@ -2221,16 +2239,20 @@ msgstr ""
2221
2239
msgid "UUID integer value not in range 0 to 0xffff"
2222
2240
msgstr ""
2223
2241
2224
- #: shared-bindings/bleio/UUID.c:75
2225
- msgid "UUID value is not int or byte buffer "
2242
+ #: shared-bindings/bleio/UUID.c:91
2243
+ msgid "UUID string not 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' "
2226
2244
msgstr ""
2227
2245
2228
- #: shared-bindings/bleio/UUID.c:79
2246
+ #: shared-bindings/bleio/UUID.c:103
2247
+ msgid "UUID value is not str, int or byte buffer"
2248
+ msgstr ""
2249
+
2250
+ #: shared-bindings/bleio/UUID.c:107
2229
2251
#, fuzzy
2230
2252
msgid "Byte buffer must be 16 bytes."
2231
2253
msgstr "buffers harus mempunyai panjang yang sama"
2232
2254
2233
- #: shared-bindings/bleio/UUID.c:120
2255
+ #: shared-bindings/bleio/UUID.c:151
2234
2256
msgid "not a 128-bit UUID"
2235
2257
msgstr ""
2236
2258
@@ -2649,11 +2671,6 @@ msgstr ""
2649
2671
msgid "'S' and 'O' are not supported format types"
2650
2672
msgstr ""
2651
2673
2652
- #: shared-module/struct/__init__.c:128
2653
- #, fuzzy , c-format
2654
- msgid "unpack requires a buffer of %d bytes"
2655
- msgstr "Gagal untuk megalokasikan buffer RX dari %d byte"
2656
-
2657
2674
#: shared-module/struct/__init__.c:136
2658
2675
msgid "too many arguments provided with the given format"
2659
2676
msgstr ""
@@ -2749,24 +2766,28 @@ msgid ""
2749
2766
"exit safe mode.\n"
2750
2767
msgstr ""
2751
2768
2752
- #~ msgid "Invalid UUID string length"
2753
- #~ msgstr "Panjang string UUID tidak valid"
2754
-
2755
2769
#~ msgid ""
2756
- #~ "enough power for the whole circuit and press reset (after ejecting "
2757
- #~ "CIRCUITPY).\n"
2770
+ #~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
2758
2771
#~ msgstr ""
2759
- #~ "tegangan cukup untuk semua sirkuit dan tekan reset (setelah mencabut "
2760
- #~ "CIRCUITPY).\n"
2772
+ #~ "Silahkan taruh masalah disini dengan isi dari CIRCUITPY drive: anda \n"
2773
+
2774
+ #~ msgid "Invalid UUID parameter"
2775
+ #~ msgstr "Parameter UUID tidak valid"
2761
2776
2762
2777
#~ msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
2763
2778
#~ msgstr ""
2764
2779
#~ "Sepertinya inti kode CircuitPython kita crash dengan sangat keras. Ups!\n"
2765
2780
2766
- #~ msgid "Invalid UUID parameter"
2767
- #~ msgstr "Parameter UUID tidak valid"
2768
-
2769
2781
#~ msgid ""
2770
- #~ "Please file an issue here with the contents of your CIRCUITPY drive:\n"
2782
+ #~ "enough power for the whole circuit and press reset (after ejecting "
2783
+ #~ "CIRCUITPY).\n"
2771
2784
#~ msgstr ""
2772
- #~ "Silahkan taruh masalah disini dengan isi dari CIRCUITPY drive: anda \n"
2785
+ #~ "tegangan cukup untuk semua sirkuit dan tekan reset (setelah mencabut "
2786
+ #~ "CIRCUITPY).\n"
2787
+
2788
+ #~ msgid "Invalid UUID string length"
2789
+ #~ msgstr "Panjang string UUID tidak valid"
2790
+
2791
+ #, fuzzy
2792
+ #~ msgid "unpack requires a buffer of %d bytes"
2793
+ #~ msgstr "Gagal untuk megalokasikan buffer RX dari %d byte"
0 commit comments