8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2019-05-12 09:42-0400 \n "
11
+ "POT-Creation-Date : 2019-05-13 17:34-0700 \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 "
@@ -52,8 +52,8 @@ msgstr ""
52
52
msgid "%q indices must be integers, not %s"
53
53
msgstr ""
54
54
55
- #: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
56
55
#: shared-bindings/bleio/CharacteristicBuffer.c
56
+ #: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
57
57
#, fuzzy
58
58
msgid "%q must be >= 1"
59
59
msgstr "buffers harus mempunyai panjang yang sama"
@@ -70,12 +70,12 @@ msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
70
70
msgid "'%q' argument required"
71
71
msgstr "'%q' argumen dibutuhkan"
72
72
73
- #: py/emitinlinextensa .c py/emitinlinethumb .c
73
+ #: py/emitinlinethumb .c py/emitinlinextensa .c
74
74
#, c-format
75
75
msgid "'%s' expects a label"
76
76
msgstr ""
77
77
78
- #: py/emitinlinextensa .c py/emitinlinethumb .c
78
+ #: py/emitinlinethumb .c py/emitinlinextensa .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/emitinlinextensa .c py/emitinlinethumb .c
98
+ #: py/emitinlinethumb .c py/emitinlinextensa .c
99
99
#, c-format
100
100
msgid "'%s' expects an integer"
101
101
msgstr "'%s' mengharapkan integer"
@@ -253,9 +253,9 @@ msgstr "Semua channel event yang disinkronisasi sedang digunakan"
253
253
msgid "All timers for this pin are in use"
254
254
msgstr "Semua timer untuk pin ini sedang digunakan"
255
255
256
- #: ports/atmel-samd/common-hal/pulseio/PulseOut.c
257
- #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
258
256
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
257
+ #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
258
+ #: ports/atmel-samd/common-hal/pulseio/PulseOut.c
259
259
#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
260
260
#: shared-module/_pew/PewPew.c
261
261
msgid "All timers in use"
@@ -326,7 +326,7 @@ msgstr ""
326
326
msgid "Buffer incorrect size. Should be %d bytes."
327
327
msgstr ""
328
328
329
- #: shared-bindings/busio /I2C.c shared-bindings/bitbangio /I2C.c
329
+ #: shared-bindings/bitbangio /I2C.c shared-bindings/busio /I2C.c
330
330
msgid "Buffer must be at least length 1"
331
331
msgstr ""
332
332
@@ -345,6 +345,10 @@ msgstr "buffers harus mempunyai panjang yang sama"
345
345
msgid "Bytes must be between 0 and 255."
346
346
msgstr ""
347
347
348
+ #: py/objtype.c
349
+ msgid "Call super().__init__() before accessing native object."
350
+ msgstr ""
351
+
348
352
#: shared-bindings/_pixelbuf/PixelBuf.c
349
353
#, c-format
350
354
msgid "Can not use dotstar with %s"
@@ -366,7 +370,7 @@ msgstr ""
366
370
msgid "Can't connect in Peripheral mode"
367
371
msgstr ""
368
372
369
- #: shared-bindings/pulseio/PulseIn .c shared-bindings/displayio/Bitmap .c
373
+ #: shared-bindings/displayio/Bitmap .c shared-bindings/pulseio/PulseIn .c
370
374
msgid "Cannot delete values"
371
375
msgstr ""
372
376
@@ -452,7 +456,7 @@ msgstr "Clock unit sedang digunakan"
452
456
msgid "Column entry must be digitalio.DigitalInOut"
453
457
msgstr ""
454
458
455
- #: shared-bindings/displayio/ParallelBus .c shared-bindings/displayio/FourWire .c
459
+ #: shared-bindings/displayio/FourWire .c shared-bindings/displayio/ParallelBus .c
456
460
msgid "Command must be an int between 0 and 255"
457
461
msgstr ""
458
462
@@ -490,8 +494,8 @@ msgstr ""
490
494
msgid "Data chunk must follow fmt chunk"
491
495
msgstr ""
492
496
493
- #: ports/nrf/common-hal/bleio/Peripheral.c
494
497
#: ports/nrf/common-hal/bleio/Broadcaster.c
498
+ #: ports/nrf/common-hal/bleio/Peripheral.c
495
499
#, fuzzy
496
500
msgid "Data too large for advertisement packet"
497
501
msgstr "Tidak bisa menyesuaikan data ke dalam paket advertisment"
@@ -513,17 +517,17 @@ msgstr ""
513
517
msgid "Drive mode not used when direction is input."
514
518
msgstr ""
515
519
516
- #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
517
520
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
521
+ #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
518
522
msgid "EXTINT channel already in use"
519
523
msgstr "Channel EXTINT sedang digunakan"
520
524
521
525
#: extmod/modure.c
522
526
msgid "Error in regex"
523
527
msgstr "Error pada regex"
524
528
525
- #: shared-bindings/microcontroller/Pin.c shared-bindings/pulseio/PulseOut.c
526
- #: shared-bindings/neopixel_write/__init__.c
529
+ #: shared-bindings/microcontroller/Pin.c
530
+ #: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
527
531
#: shared-bindings/terminalio/Terminal.c
528
532
msgid "Expected a %q"
529
533
msgstr ""
@@ -532,8 +536,8 @@ msgstr ""
532
536
msgid "Expected a Characteristic"
533
537
msgstr ""
534
538
535
- #: shared-bindings/bleio/Descriptor .c shared-bindings/bleio/Service .c
536
- #: shared-bindings/bleio/Characteristic .c
539
+ #: shared-bindings/bleio/Characteristic .c shared-bindings/bleio/Descriptor .c
540
+ #: shared-bindings/bleio/Service .c
537
541
msgid "Expected a UUID"
538
542
msgstr ""
539
543
@@ -657,8 +661,8 @@ msgstr "Gagal untuk melepaskan mutex, status: 0x%08lX"
657
661
msgid "Failed to start advertising"
658
662
msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
659
663
660
- #: ports/nrf/common-hal/bleio/Peripheral.c
661
664
#: ports/nrf/common-hal/bleio/Broadcaster.c
665
+ #: ports/nrf/common-hal/bleio/Peripheral.c
662
666
#, fuzzy , c-format
663
667
msgid "Failed to start advertising, err 0x%04x"
664
668
msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
@@ -678,8 +682,8 @@ msgstr "Gagal untuk melakukan scanning, status: 0x%08lX"
678
682
msgid "Failed to stop advertising"
679
683
msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
680
684
681
- #: ports/nrf/common-hal/bleio/Peripheral.c
682
685
#: ports/nrf/common-hal/bleio/Broadcaster.c
686
+ #: ports/nrf/common-hal/bleio/Peripheral.c
683
687
#, fuzzy , c-format
684
688
msgid "Failed to stop advertising, err 0x%04x"
685
689
msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
@@ -720,8 +724,8 @@ msgstr ""
720
724
msgid "Frequency captured is above capability. Capture Paused."
721
725
msgstr ""
722
726
723
- #: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
724
727
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
728
+ #: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
725
729
msgid "Function requires lock"
726
730
msgstr ""
727
731
@@ -797,16 +801,16 @@ msgstr ""
797
801
msgid "Invalid format chunk size"
798
802
msgstr ""
799
803
800
- #: shared-bindings/busio /SPI.c shared-bindings/bitbangio /SPI.c
804
+ #: shared-bindings/bitbangio /SPI.c shared-bindings/busio /SPI.c
801
805
msgid "Invalid number of bits"
802
806
msgstr ""
803
807
804
- #: shared-bindings/busio /SPI.c shared-bindings/bitbangio /SPI.c
808
+ #: shared-bindings/bitbangio /SPI.c shared-bindings/busio /SPI.c
805
809
msgid "Invalid phase"
806
810
msgstr ""
807
811
808
- #: ports/atmel-samd/common-hal/touchio/TouchIn.c
809
812
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
813
+ #: ports/atmel-samd/common-hal/touchio/TouchIn.c
810
814
#: shared-bindings/pulseio/PWMOut.c
811
815
msgid "Invalid pin"
812
816
msgstr "Pin tidak valid"
@@ -827,7 +831,7 @@ msgstr "Pin untuk channel kanan tidak valid"
827
831
msgid "Invalid pins"
828
832
msgstr "Pin-pin tidak valid"
829
833
830
- #: shared-bindings/busio /SPI.c shared-bindings/bitbangio /SPI.c
834
+ #: shared-bindings/bitbangio /SPI.c shared-bindings/busio /SPI.c
831
835
msgid "Invalid polarity"
832
836
msgstr ""
833
837
@@ -891,8 +895,8 @@ msgstr ""
891
895
msgid "Microphone startup delay must be in range 0.0 to 1.0"
892
896
msgstr ""
893
897
894
- #: shared-bindings/displayio/Display .c
895
- msgid "Must be a Group subclass."
898
+ #: shared-bindings/displayio/Group .c
899
+ msgid "Must be a %q subclass."
896
900
msgstr ""
897
901
898
902
#: ports/atmel-samd/common-hal/analogio/AnalogOut.c
@@ -928,8 +932,8 @@ msgstr "Tidak ada GCLK yang kosong"
928
932
msgid "No hardware random available"
929
933
msgstr ""
930
934
931
- #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
932
935
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
936
+ #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
933
937
msgid "No hardware support on pin"
934
938
msgstr "Tidak ada dukungan hardware untuk pin"
935
939
@@ -1085,8 +1089,8 @@ msgstr "Serializer sedang digunakan"
1085
1089
msgid "Slice and value different lengths."
1086
1090
msgstr ""
1087
1091
1088
- #: shared-bindings/pulseio/PulseIn .c shared-bindings/displayio/Bitmap .c
1089
- #: shared-bindings/displayio/TileGrid.c shared-bindings/displayio/Group .c
1092
+ #: shared-bindings/displayio/Bitmap .c shared-bindings/displayio/Group .c
1093
+ #: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn .c
1090
1094
msgid "Slices not supported"
1091
1095
msgstr ""
1092
1096
@@ -1175,7 +1179,7 @@ msgstr "Untuk keluar, silahkan reset board tanpa "
1175
1179
msgid "Too many channels in sample."
1176
1180
msgstr "Terlalu banyak channel dalam sampel"
1177
1181
1178
- #: shared-bindings/displayio/ParallelBus .c shared-bindings/displayio/FourWire .c
1182
+ #: shared-bindings/displayio/FourWire .c shared-bindings/displayio/ParallelBus .c
1179
1183
msgid "Too many display busses"
1180
1184
msgstr ""
1181
1185
@@ -1345,8 +1349,8 @@ msgstr ""
1345
1349
msgid "argument has wrong type"
1346
1350
msgstr ""
1347
1351
1348
- #: py/argcheck.c shared-bindings/gamepad/GamePad .c
1349
- #: shared-bindings/_stage/__init__ .c shared-bindings/digitalio/DigitalInOut .c
1352
+ #: py/argcheck.c shared-bindings/_stage/__init__ .c
1353
+ #: shared-bindings/digitalio/DigitalInOut .c shared-bindings/gamepad/GamePad .c
1350
1354
msgid "argument num/types mismatch"
1351
1355
msgstr "argumen num/types tidak cocok"
1352
1356
@@ -1416,7 +1420,7 @@ msgstr ""
1416
1420
msgid "buffer size must match format"
1417
1421
msgstr "buffers harus mempunyai panjang yang sama"
1418
1422
1419
- #: shared-bindings/busio /SPI.c shared-bindings/bitbangio /SPI.c
1423
+ #: shared-bindings/bitbangio /SPI.c shared-bindings/busio /SPI.c
1420
1424
msgid "buffer slices must be of equal length"
1421
1425
msgstr ""
1422
1426
@@ -1700,7 +1704,7 @@ msgstr ""
1700
1704
msgid "dict update sequence has wrong length"
1701
1705
msgstr ""
1702
1706
1703
- #: py/objfloat .c py/runtime .c py/modmath .c py/objint_longlong .c py/objint_mpz .c
1707
+ #: py/modmath .c py/objfloat .c py/objint_longlong .c py/objint_mpz .c py/runtime .c
1704
1708
#: shared-bindings/math/__init__.c
1705
1709
msgid "division by zero"
1706
1710
msgstr ""
@@ -1709,7 +1713,7 @@ msgstr ""
1709
1713
msgid "empty"
1710
1714
msgstr ""
1711
1715
1712
- #: extmod/modutimeq .c extmod/moduheapq .c
1716
+ #: extmod/moduheapq .c extmod/modutimeq .c
1713
1717
msgid "empty heap"
1714
1718
msgstr "heap kosong"
1715
1719
@@ -1770,7 +1774,7 @@ msgstr "argumen keyword ekstra telah diberikan"
1770
1774
msgid "extra positional arguments given"
1771
1775
msgstr "argumen posisi ekstra telah diberikan"
1772
1776
1773
- #: shared-bindings/displayio/OnDiskBitmap .c shared-bindings/audioio/WaveFile .c
1777
+ #: shared-bindings/audioio/WaveFile .c shared-bindings/displayio/OnDiskBitmap .c
1774
1778
msgid "file must be a file opened in byte mode"
1775
1779
msgstr ""
1776
1780
@@ -1943,7 +1947,7 @@ msgstr "micropython decorator tidak valid"
1943
1947
msgid "invalid step"
1944
1948
msgstr ""
1945
1949
1946
- #: py/parse .c py/compile .c
1950
+ #: py/compile .c py/parse .c
1947
1951
msgid "invalid syntax"
1948
1952
msgstr "syntax tidak valid"
1949
1953
@@ -1980,7 +1984,7 @@ msgstr "argumen keyword belum diimplementasi - gunakan args normal"
1980
1984
msgid "keywords must be strings"
1981
1985
msgstr "keyword harus berupa string"
1982
1986
1983
- #: py/emitinlinextensa .c py/emitinlinethumb .c
1987
+ #: py/emitinlinethumb .c py/emitinlinextensa .c
1984
1988
msgid "label '%q' not defined"
1985
1989
msgstr ""
1986
1990
@@ -2087,11 +2091,11 @@ msgstr ""
2087
2091
msgid "need more than %d values to unpack"
2088
2092
msgstr ""
2089
2093
2090
- #: py/runtime .c py/objint_longlong .c py/objint_mpz .c
2094
+ #: py/objint_longlong .c py/objint_mpz .c py/runtime .c
2091
2095
msgid "negative power with no float support"
2092
2096
msgstr ""
2093
2097
2094
- #: py/runtime .c py/objint_mpz .c
2098
+ #: py/objint_mpz .c py/runtime .c
2095
2099
msgid "negative shift count"
2096
2100
msgstr ""
2097
2101
@@ -2198,7 +2202,7 @@ msgstr "panjang data string memiliki keganjilan (odd-length)"
2198
2202
msgid "offset out of bounds"
2199
2203
msgstr "modul tidak ditemukan"
2200
2204
2201
- #: py/objstr .c py/objarray .c py/objstrunicode.c py/objtuple.c
2205
+ #: py/objarray .c py/objstr .c py/objstrunicode.c py/objtuple.c
2202
2206
#: shared-bindings/nvm/ByteArray.c
2203
2207
msgid "only slices with step=1 (aka None) are supported"
2204
2208
msgstr ""
@@ -2348,7 +2352,7 @@ msgstr ""
2348
2352
msgid "slice step cannot be zero"
2349
2353
msgstr ""
2350
2354
2351
- #: py/sequence .c py/objint .c
2355
+ #: py/objint .c py/sequence .c
2352
2356
msgid "small int overflow"
2353
2357
msgstr ""
2354
2358
0 commit comments