8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2019-03-19 18:37-0700 \n "
11
+ "POT-Creation-Date : 2019-03-25 09:19+0100 \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 <LL@li.org>\n "
@@ -52,8 +52,8 @@ msgstr ""
52
52
msgid "%q indices must be integers, not %s"
53
53
msgstr ""
54
54
55
- #: shared-bindings/bleio/CharacteristicBuffer.c
56
55
#: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
56
+ #: shared-bindings/bleio/CharacteristicBuffer.c
57
57
#, fuzzy
58
58
msgid "%q must be >= 1"
59
59
msgstr "buffers harus mempunyai panjang yang sama"
@@ -62,20 +62,20 @@ msgstr "buffers harus mempunyai panjang yang sama"
62
62
msgid "%q should be an int"
63
63
msgstr ""
64
64
65
- #: py/bc .c py/objnamedtuple .c
65
+ #: py/objnamedtuple .c py/bc .c
66
66
msgid "%q() takes %d positional arguments but %d were given"
67
67
msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
68
68
69
69
#: py/argcheck.c
70
70
msgid "'%q' argument required"
71
71
msgstr "'%q' argumen dibutuhkan"
72
72
73
- #: py/emitinlinethumb .c py/emitinlinextensa .c
73
+ #: py/emitinlinextensa .c py/emitinlinethumb .c
74
74
#, c-format
75
75
msgid "'%s' expects a label"
76
76
msgstr ""
77
77
78
- #: py/emitinlinethumb .c py/emitinlinextensa .c
78
+ #: py/emitinlinextensa .c py/emitinlinethumb .c
79
79
#, c-format
80
80
msgid "'%s' expects a register"
81
81
msgstr "'%s' mengharapkan sebuah register"
@@ -95,7 +95,7 @@ msgstr "'%s' mengharapkan sebuah FPU register"
95
95
msgid "'%s' expects an address of the form [a, b]"
96
96
msgstr "'%s' mengharapkan sebuah alamat dengan bentuk [a, b]"
97
97
98
- #: py/emitinlinethumb .c py/emitinlinextensa .c
98
+ #: py/emitinlinextensa .c py/emitinlinethumb .c
99
99
#, c-format
100
100
msgid "'%s' expects an integer"
101
101
msgstr "'%s' mengharapkan integer"
@@ -249,17 +249,17 @@ msgstr "Semua perangkat I2C sedang digunakan"
249
249
msgid "All event channels in use"
250
250
msgstr "Semua channel event sedang digunakan"
251
251
252
- #: ports/atmel-samd/audio_dma .c ports/atmel-samd/common-hal/audiobusio/PDMIn .c
252
+ #: ports/atmel-samd/common-hal/audiobusio/PDMIn .c ports/atmel-samd/audio_dma .c
253
253
msgid "All sync event channels in use"
254
254
msgstr "Semua channel event yang disinkronisasi sedang digunakan"
255
255
256
256
#: shared-bindings/pulseio/PWMOut.c
257
257
msgid "All timers for this pin are in use"
258
258
msgstr "Semua timer untuk pin ini sedang digunakan"
259
259
260
- #: ports/atmel-samd/common-hal/audioio/AudioOut.c
261
260
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
262
261
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
262
+ #: ports/atmel-samd/common-hal/audioio/AudioOut.c
263
263
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
264
264
#: shared-module/_pew/PewPew.c
265
265
msgid "All timers in use"
@@ -563,18 +563,17 @@ msgstr "Errod pada ffi_prep_cif"
563
563
msgid "Error in regex"
564
564
msgstr "Error pada regex"
565
565
566
- #: shared-bindings/microcontroller/Pin.c
567
- #: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
568
- #: shared-bindings/terminalio/Terminal.c
566
+ #: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
567
+ #: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
569
568
msgid "Expected a %q"
570
569
msgstr ""
571
570
572
571
#: shared-bindings/bleio/CharacteristicBuffer.c
573
572
msgid "Expected a Characteristic"
574
573
msgstr ""
575
574
576
- #: shared-bindings/bleio/Characteristic .c shared-bindings/bleio/Descriptor .c
577
- #: shared-bindings/bleio/Service .c
575
+ #: shared-bindings/bleio/Descriptor .c shared-bindings/bleio/Service .c
576
+ #: shared-bindings/bleio/Characteristic .c
578
577
msgid "Expected a UUID"
579
578
msgstr ""
580
579
@@ -613,8 +612,8 @@ msgid "Failed to allocate RX buffer"
613
612
msgstr "Gagal untuk mengalokasikan buffer RX"
614
613
615
614
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
616
- #: ports/esp8266/common-hal/pulseio/PulseIn.c
617
615
#: ports/nrf/common-hal/pulseio/PulseIn.c
616
+ #: ports/esp8266/common-hal/pulseio/PulseIn.c
618
617
#, c-format
619
618
msgid "Failed to allocate RX buffer of %d bytes"
620
619
msgstr "Gagal untuk megalokasikan buffer RX dari %d byte"
@@ -660,19 +659,19 @@ msgid "Failed to get softdevice state"
660
659
msgstr "Gagal untuk mendapatkan status softdevice, error: 0x%08lX"
661
660
662
661
#: ports/nrf/common-hal/bleio/Characteristic.c
663
- #, fuzzy , c-format
664
- msgid "Failed to notify or indicate attribute value, err %0x04x "
665
- msgstr "Gagal untuk melaporkan nilai atribut, status: 0x%08lX "
662
+ #, c-format
663
+ msgid "Failed to notify or indicate attribute value, err x0%04x "
664
+ msgstr ""
666
665
667
666
#: ports/nrf/common-hal/bleio/Characteristic.c
668
667
#, fuzzy , c-format
669
668
msgid "Failed to read CCCD value, err 0x%04x"
670
669
msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
671
670
672
671
#: ports/nrf/common-hal/bleio/Characteristic.c
673
- #, fuzzy , c-format
674
- msgid "Failed to read attribute value, err %0x04x "
675
- msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX "
672
+ #, c-format
673
+ msgid "Failed to read attribute value, err x0%04x "
674
+ msgstr ""
676
675
677
676
#: ports/nrf/common-hal/bleio/Characteristic.c
678
677
#, fuzzy , c-format
@@ -762,7 +761,7 @@ msgstr ""
762
761
msgid "Frequency captured is above capability. Capture Paused."
763
762
msgstr ""
764
763
765
- #: shared-bindings/bitbangio/I2C .c shared-bindings/bitbangio/SPI .c
764
+ #: shared-bindings/bitbangio/SPI .c shared-bindings/bitbangio/I2C .c
766
765
#: shared-bindings/busio/SPI.c
767
766
msgid "Function requires lock"
768
767
msgstr ""
@@ -779,7 +778,7 @@ msgstr "GPIO16 tidak mendukung pull up"
779
778
msgid "Group full"
780
779
msgstr ""
781
780
782
- #: extmod/vfs_posix_file.c ports/unix/file.c py/objstringio.c
781
+ #: ports/unix/file.c extmod/vfs_posix_file .c py/objstringio.c
783
782
msgid "I/O operation on closed file"
784
783
msgstr "operasi I/O pada file tertutup"
785
784
@@ -873,11 +872,10 @@ msgstr "Pin untuk channel kiri tidak valid"
873
872
msgid "Invalid pin for right channel"
874
873
msgstr "Pin untuk channel kanan tidak valid"
875
874
876
- #: ports/atmel-samd/common-hal/busio/I2C.c
877
- #: ports/atmel-samd/common-hal/busio/SPI.c
878
- #: ports/atmel-samd/common-hal/busio/UART.c
879
875
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
880
- #: ports/nrf/common-hal/busio/I2C.c
876
+ #: ports/atmel-samd/common-hal/busio/UART.c
877
+ #: ports/atmel-samd/common-hal/busio/SPI.c
878
+ #: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
881
879
msgid "Invalid pins"
882
880
msgstr "Pin-pin tidak valid"
883
881
@@ -1206,8 +1204,8 @@ msgstr "Serializer sedang digunakan"
1206
1204
msgid "Slice and value different lengths."
1207
1205
msgstr ""
1208
1206
1209
- #: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group .c
1210
- #: shared-bindings/displayio/TileGrid .c shared-bindings/pulseio/PulseIn.c
1207
+ #: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/TileGrid .c
1208
+ #: shared-bindings/displayio/Group .c shared-bindings/pulseio/PulseIn.c
1211
1209
msgid "Slices not supported"
1212
1210
msgstr ""
1213
1211
@@ -1467,7 +1465,7 @@ msgstr "sebuah objek menyerupai byte (bytes-like) dibutuhkan"
1467
1465
msgid "abort() called"
1468
1466
msgstr "abort() dipanggil"
1469
1467
1470
- #: extmod/machine_mem.c ports/unix/modmachine.c
1468
+ #: ports/unix/modmachine.c extmod/machine_mem .c
1471
1469
#, c-format
1472
1470
msgid "address %08x is not aligned to %d bytes"
1473
1471
msgstr "alamat %08x tidak selaras dengan %d bytes"
@@ -1496,7 +1494,7 @@ msgstr "argumen num/types tidak cocok"
1496
1494
msgid "argument should be a '%q' not a '%q'"
1497
1495
msgstr ""
1498
1496
1499
- #: py/objarray.c shared-bindings/nvm/ByteArray.c
1497
+ #: shared-bindings/nvm/ByteArray.c py/objarray .c
1500
1498
msgid "array/bytes required on right side"
1501
1499
msgstr ""
1502
1500
@@ -1566,8 +1564,8 @@ msgstr ""
1566
1564
msgid "buffer too long"
1567
1565
msgstr "buffer terlalu panjang"
1568
1566
1569
- #: py/modstruct .c shared-bindings /struct/__init__.c
1570
- #: shared-module/struct/__init__ .c
1567
+ #: shared-bindings/struct/__init__ .c shared-module /struct/__init__.c
1568
+ #: py/modstruct .c
1571
1569
msgid "buffer too small"
1572
1570
msgstr ""
1573
1571
@@ -1825,7 +1823,7 @@ msgstr ""
1825
1823
msgid "complex division by zero"
1826
1824
msgstr ""
1827
1825
1828
- #: py/objfloat .c py/parsenum .c
1826
+ #: py/parsenum .c py/objfloat .c
1829
1827
msgid "complex values not supported"
1830
1828
msgstr ""
1831
1829
@@ -1866,8 +1864,8 @@ msgstr ""
1866
1864
msgid "dict update sequence has wrong length"
1867
1865
msgstr ""
1868
1866
1869
- #: py/modmath.c py/objfloat .c py/objint_longlong .c py/objint_mpz .c py/runtime .c
1870
- #: shared-bindings/math/__init__ .c
1867
+ #: shared-bindings/math/__init__ .c py/runtime .c py/modmath .c py/objint_mpz .c
1868
+ #: py/objint_longlong.c py/objfloat .c
1871
1869
msgid "division by zero"
1872
1870
msgstr ""
1873
1871
@@ -1879,7 +1877,7 @@ msgstr "hanya antar pos atau kw args yang diperbolehkan"
1879
1877
msgid "empty"
1880
1878
msgstr ""
1881
1879
1882
- #: extmod/moduheapq .c extmod/modutimeq .c
1880
+ #: extmod/modutimeq .c extmod/moduheapq .c
1883
1881
msgid "empty heap"
1884
1882
msgstr "heap kosong"
1885
1883
@@ -1952,7 +1950,7 @@ msgstr "argumen posisi ekstra telah diberikan"
1952
1950
msgid "ffi_prep_closure_loc"
1953
1951
msgstr "ffi_prep_closure_loc"
1954
1952
1955
- #: shared-bindings/audioio/WaveFile .c shared-bindings/displayio/OnDiskBitmap .c
1953
+ #: shared-bindings/displayio/OnDiskBitmap .c shared-bindings/audioio/WaveFile .c
1956
1954
msgid "file must be a file opened in byte mode"
1957
1955
msgstr ""
1958
1956
@@ -2001,7 +1999,7 @@ msgstr "fungsi tidak dapat mengambil argumen keyword"
2001
1999
msgid "function expected at most %d arguments, got %d"
2002
2000
msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
2003
2001
2004
- #: py/bc .c py/objnamedtuple .c
2002
+ #: py/objnamedtuple .c py/bc .c
2005
2003
msgid "function got multiple values for argument '%q'"
2006
2004
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
2007
2005
@@ -2023,7 +2021,7 @@ msgstr "fungsi kehilangan argumen keyword '%q' yang dibutuhkan"
2023
2021
msgid "function missing required positional argument #%d"
2024
2022
msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"
2025
2023
2026
- #: py/argcheck.c py/bc .c py/objnamedtuple .c
2024
+ #: py/argcheck.c py/objnamedtuple .c py/bc .c
2027
2025
#, c-format
2028
2026
msgid "function takes %d positional arguments but %d were given"
2029
2027
msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
@@ -2073,8 +2071,8 @@ msgid "incorrect padding"
2073
2071
msgstr "lapisan (padding) tidak benar"
2074
2072
2075
2073
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
2076
- #: ports/esp8266 /common-hal/pulseio/PulseIn.c
2077
- #: ports/nrf /common-hal/pulseio/PulseIn.c py/obj.c
2074
+ #: ports/nrf /common-hal/pulseio/PulseIn.c
2075
+ #: ports/esp8266 /common-hal/pulseio/PulseIn.c py/obj.c
2078
2076
msgid "index out of range"
2079
2077
msgstr "index keluar dari jangkauan"
2080
2078
@@ -2195,7 +2193,7 @@ msgstr "argumen keyword belum diimplementasi - gunakan args normal"
2195
2193
msgid "keywords must be strings"
2196
2194
msgstr "keyword harus berupa string"
2197
2195
2198
- #: py/emitinlinethumb .c py/emitinlinextensa .c
2196
+ #: py/emitinlinextensa .c py/emitinlinethumb .c
2199
2197
msgid "label '%q' not defined"
2200
2198
msgstr ""
2201
2199
@@ -2235,7 +2233,7 @@ msgstr ""
2235
2233
msgid "map buffer too small"
2236
2234
msgstr ""
2237
2235
2238
- #: py/modmath.c shared-bindings/math/__init__.c
2236
+ #: shared-bindings/math/__init__.c py/modmath .c
2239
2237
msgid "math domain error"
2240
2238
msgstr ""
2241
2239
@@ -2311,11 +2309,11 @@ msgstr ""
2311
2309
msgid "need more than %d values to unpack"
2312
2310
msgstr ""
2313
2311
2314
- #: py/objint_longlong .c py/objint_mpz.c py/runtime .c
2312
+ #: py/runtime .c py/objint_mpz.c py/objint_longlong .c
2315
2313
msgid "negative power with no float support"
2316
2314
msgstr ""
2317
2315
2318
- #: py/objint_mpz .c py/runtime .c
2316
+ #: py/runtime .c py/objint_mpz .c
2319
2317
msgid "negative shift count"
2320
2318
msgstr ""
2321
2319
@@ -2335,7 +2333,7 @@ msgstr "tidak ada ikatan/bind pada temuan nonlocal"
2335
2333
msgid "no module named '%q'"
2336
2334
msgstr "tidak ada modul yang bernama '%q'"
2337
2335
2338
- #: py/runtime.c shared-bindings/_pixelbuf/__init__.c
2336
+ #: shared-bindings/_pixelbuf/__init__.c py/runtime .c
2339
2337
msgid "no such attribute"
2340
2338
msgstr ""
2341
2339
@@ -2422,13 +2420,13 @@ msgstr ""
2422
2420
msgid "odd-length string"
2423
2421
msgstr "panjang data string memiliki keganjilan (odd-length)"
2424
2422
2425
- #: py/objstr .c py/objstrunicode .c
2423
+ #: py/objstrunicode .c py/objstr .c
2426
2424
#, fuzzy
2427
2425
msgid "offset out of bounds"
2428
2426
msgstr "modul tidak ditemukan"
2429
2427
2430
- #: py/objarray.c py/objstr .c py/objstrunicode .c py/objtuple.c
2431
- #: shared-bindings/nvm/ByteArray .c
2428
+ #: shared-bindings/nvm/ByteArray .c py/objarray .c py/objtuple.c
2429
+ #: py/objstrunicode.c py/objstr .c
2432
2430
msgid "only slices with step=1 (aka None) are supported"
2433
2431
msgstr ""
2434
2432
@@ -2445,7 +2443,7 @@ msgstr ""
2445
2443
msgid "overflow converting long int to machine word"
2446
2444
msgstr ""
2447
2445
2448
- #: shared-bindings/_stage/Layer .c shared-bindings/_stage/Text .c
2446
+ #: shared-bindings/_stage/Text .c shared-bindings/_stage/Layer .c
2449
2447
msgid "palette must be 32 bytes long"
2450
2448
msgstr ""
2451
2449
@@ -2482,8 +2480,8 @@ msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
2482
2480
msgstr ""
2483
2481
2484
2482
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
2485
- #: ports/esp8266/common-hal/pulseio/PulseIn.c
2486
2483
#: ports/nrf/common-hal/pulseio/PulseIn.c
2484
+ #: ports/esp8266/common-hal/pulseio/PulseIn.c
2487
2485
msgid "pop from an empty PulseIn"
2488
2486
msgstr "Muncul dari PulseIn yang kosong"
2489
2487
@@ -2590,7 +2588,7 @@ msgstr ""
341A
2590
2588
msgid "slice step cannot be zero"
2591
2589
msgstr ""
2592
2590
2593
- #: py/objint .c py/sequence .c
2591
+ #: py/sequence .c py/objint .c
2594
2592
msgid "small int overflow"
2595
2593
msgstr ""
2596
2594
@@ -2753,7 +2751,7 @@ msgstr ""
2753
2751
msgid "unexpected keyword argument"
2754
2752
msgstr "argumen keyword tidak diharapkan"
2755
2753
2756
- #: py/bc .c py/objnamedtuple .c
2754
+ #: py/objnamedtuple .c py/bc .c
2757
2755
msgid "unexpected keyword argument '%q'"
2758
2756
msgstr "keyword argumen '%q' tidak diharapkan"
2759
2757
@@ -2871,3 +2869,11 @@ msgstr ""
2871
2869
#: py/objrange.c
2872
2870
msgid "zero step"
2873
2871
msgstr ""
2872
+
2873
+ #, fuzzy
2874
+ #~ msgid "Failed to notify or indicate attribute value, err %0x04x"
2875
+ #~ msgstr "Gagal untuk melaporkan nilai atribut, status: 0x%08lX"
2876
+
2877
+ #, fuzzy
2878
+ #~ msgid "Failed to read attribute value, err %0x04x"
2879
+ #~ msgstr "Gagal untuk membaca nilai atribut, status: 0x%08lX"
0 commit comments