88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2019-04-13 11:50+0200 \n "
11+ "POT-Creation-Date : 2019-04-17 11:17-0700 \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 "
@@ -52,8 +52,8 @@ msgstr ""
5252msgid "%q indices must be integers, not %s"
5353msgstr ""
5454
55- #: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
5655#: shared-bindings/bleio/CharacteristicBuffer.c
56+ #: shared-bindings/displayio/Group.c shared-bindings/displayio/Shape.c
5757#, fuzzy
5858msgid "%q must be >= 1"
5959msgstr "buffers harus mempunyai panjang yang sama"
@@ -62,20 +62,20 @@ msgstr "buffers harus mempunyai panjang yang sama"
6262msgid "%q should be an int"
6363msgstr ""
6464
65- #: py/objnamedtuple .c py/bc .c
65+ #: py/bc .c py/objnamedtuple .c
6666msgid "%q() takes %d positional arguments but %d were given"
6767msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
6868
6969#: py/argcheck.c
7070msgid "'%q' argument required"
7171msgstr "'%q' argumen dibutuhkan"
7272
73- #: py/emitinlinextensa .c py/emitinlinethumb .c
73+ #: py/emitinlinethumb .c py/emitinlinextensa .c
7474#, c-format
7575msgid "'%s' expects a label"
7676msgstr ""
7777
78- #: py/emitinlinextensa .c py/emitinlinethumb .c
78+ #: py/emitinlinethumb .c py/emitinlinextensa .c
7979#, c-format
8080msgid "'%s' expects a register"
8181msgstr "'%s' mengharapkan sebuah register"
@@ -95,7 +95,7 @@ msgstr "'%s' mengharapkan sebuah FPU register"
9595msgid "'%s' expects an address of the form [a, b]"
9696msgstr "'%s' mengharapkan sebuah alamat dengan bentuk [a, b]"
9797
98- #: py/emitinlinextensa .c py/emitinlinethumb .c
98+ #: py/emitinlinethumb .c py/emitinlinextensa .c
9999#, c-format
100100msgid "'%s' expects an integer"
101101msgstr "'%s' mengharapkan integer"
@@ -245,17 +245,17 @@ msgstr "Semua perangkat I2C sedang digunakan"
245245msgid "All event channels in use"
246246msgstr "Semua channel event sedang digunakan"
247247
248- #: ports/atmel-samd/common-hal/audiobusio/PDMIn .c ports/atmel-samd/audio_dma .c
248+ #: ports/atmel-samd/audio_dma .c ports/atmel-samd/common-hal/audiobusio/PDMIn .c
249249msgid "All sync event channels in use"
250250msgstr "Semua channel event yang disinkronisasi sedang digunakan"
251251
252252#: shared-bindings/pulseio/PWMOut.c
253253msgid "All timers for this pin are in use"
254254msgstr "Semua timer untuk pin ini sedang digunakan"
255255
256+ #: ports/atmel-samd/common-hal/audioio/AudioOut.c
256257#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
257258#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
258- #: ports/atmel-samd/common-hal/audioio/AudioOut.c
259259#: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c
260260#: shared-module/_pew/PewPew.c
261261msgid "All timers in use"
@@ -522,17 +522,18 @@ msgstr "Channel EXTINT sedang digunakan"
522522msgid "Error in regex"
523523msgstr "Error pada regex"
524524
525- #: shared-bindings/pulseio/PulseOut.c shared-bindings/neopixel_write/__init__.c
526- #: shared-bindings/terminalio/Terminal.c shared-bindings/microcontroller/Pin.c
525+ #: shared-bindings/microcontroller/Pin.c
526+ #: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
527+ #: shared-bindings/terminalio/Terminal.c
527528msgid "Expected a %q"
528529msgstr ""
529530
530531#: shared-bindings/bleio/CharacteristicBuffer.c
531532msgid "Expected a Characteristic"
532533msgstr ""
533534
534- #: shared-bindings/bleio/Descriptor .c shared-bindings/bleio/Service .c
535- #: shared-bindings/bleio/Characteristic .c
535+ #: shared-bindings/bleio/Characteristic .c shared-bindings/bleio/Descriptor .c
536+ #: shared-bindings/bleio/Service .c
536537msgid "Expected a UUID"
537538msgstr ""
538539
@@ -697,20 +698,20 @@ msgstr "Gagal untuk menulis nilai gatts, status: 0x%08lX"
697698msgid "File exists"
698699msgstr ""
699700
700- #: ports/nrf/supervisor/internal_flash .c
701+ #: ports/nrf/peripherals/nrf/nvm .c
701702msgid "Flash erase failed"
702703msgstr ""
703704
704- #: ports/nrf/supervisor/internal_flash .c
705+ #: ports/nrf/peripherals/nrf/nvm .c
705706#, c-format
706707msgid "Flash erase failed to start, err 0x%04x"
707708msgstr ""
708709
709- #: ports/nrf/supervisor/internal_flash .c
710+ #: ports/nrf/peripherals/nrf/nvm .c
710711msgid "Flash write failed"
711712msgstr ""
712713
713- #: ports/nrf/supervisor/internal_flash .c
714+ #: ports/nrf/peripherals/nrf/nvm .c
714715#, c-format
715716msgid "Flash write failed to start, err 0x%04x"
716717msgstr ""
@@ -719,8 +720,8 @@ msgstr ""
719720msgid "Frequency captured is above capability. Capture Paused."
720721msgstr ""
721722
722- #: shared-bindings/bitbangio/SPI .c shared-bindings/bitbangio/I2C .c
723- #: shared-bindings/busio/SPI .c shared-bindings/busio/I2C .c
723+ #: shared-bindings/bitbangio/I2C .c shared-bindings/bitbangio/SPI .c
724+ #: shared-bindings/busio/I2C .c shared-bindings/busio/SPI .c
724725msgid "Function requires lock"
725726msgstr ""
726727
@@ -750,6 +751,11 @@ msgstr ""
750751msgid "Input/output error"
751752msgstr ""
752753
754+ #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
755+ #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
756+ msgid "Invalid %q pin"
757+ msgstr "%q pada tidak valid"
758+
753759#: shared-module/displayio/OnDiskBitmap.c
754760msgid "Invalid BMP file"
755761msgstr ""
@@ -763,10 +769,6 @@ msgstr "Frekuensi PWM tidak valid"
763769msgid "Invalid argument"
764770msgstr ""
765771
766- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
767- msgid "Invalid bit clock pin"
768- msgstr "Bit clock pada pin tidak valid"
769-
770772#: shared-module/displayio/Bitmap.c
771773msgid "Invalid bits per value"
772774msgstr ""
@@ -783,15 +785,6 @@ msgstr ""
783785msgid "Invalid channel count"
784786msgstr ""
785787
786- #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
787- msgid "Invalid clock pin"
788- msgstr "Clock pada pin tidak valid"
789-
790- #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
791- #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
792- msgid "Invalid data pin"
793- msgstr "data pin tidak valid"
794-
795788#: shared-bindings/digitalio/DigitalInOut.c
796789msgid "Invalid direction."
797790msgstr ""
@@ -826,10 +819,11 @@ msgstr "Pin untuk channel kiri tidak valid"
826819msgid "Invalid pin for right channel"
827820msgstr "Pin untuk channel kanan tidak valid"
828821
829- #: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
830- #: ports/atmel-samd/common-hal/busio/UART.c
822+ #: ports/atmel-samd/common-hal/busio/I2C.c
831823#: ports/atmel-samd/common-hal/busio/SPI.c
832- #: ports/atmel-samd/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c
824+ #: ports/atmel-samd/common-hal/busio/UART.c
825+ #: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
826+ #: ports/nrf/common-hal/busio/I2C.c
833827msgid "Invalid pins"
834828msgstr "Pin-pin tidak valid"
835829
@@ -1091,8 +1085,8 @@ msgstr "Serializer sedang digunakan"
10911085msgid "Slice and value different lengths."
10921086msgstr ""
10931087
1094- #: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/TileGrid .c
1095- #: shared-bindings/displayio/Group .c shared-bindings/pulseio/PulseIn.c
1088+ #: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group .c
1089+ #: shared-bindings/displayio/TileGrid .c shared-bindings/pulseio/PulseIn.c
10961090msgid "Slices not supported"
10971091msgstr ""
10981092
@@ -1345,8 +1339,8 @@ msgstr ""
13451339msgid "argument has wrong type"
13461340msgstr ""
13471341
1348- #: py/argcheck.c shared-bindings/gamepad /__init__.c
1349- #: shared-bindings/gamepad/GamePad.c
1342+ #: py/argcheck.c shared-bindings/_stage /__init__.c
1343+ #: shared-bindings/digitalio/DigitalInOut.c shared-bindings/ gamepad/GamePad.c
13501344msgid "argument num/types mismatch"
13511345msgstr "argumen num/types tidak cocok"
13521346
@@ -1659,7 +1653,7 @@ msgstr ""
16591653msgid "complex division by zero"
16601654msgstr ""
16611655
1662- #: py/parsenum .c py/objfloat .c
1656+ #: py/objfloat .c py/parsenum .c
16631657msgid "complex values not supported"
16641658msgstr ""
16651659
@@ -1700,7 +1694,7 @@ msgstr ""
17001694msgid "dict update sequence has wrong length"
17011695msgstr ""
17021696
1703- #: py/runtime .c py/modmath .c py/objint_mpz .c py/objint_longlong .c py/objfloat .c
1697+ #: py/modmath .c py/objfloat .c py/objint_longlong .c py/objint_mpz .c py/runtime .c
17041698#: shared-bindings/math/__init__.c
17051699msgid "division by zero"
17061700msgstr ""
@@ -1709,7 +1703,7 @@ msgstr ""
17091703msgid "empty"
17101704msgstr ""
17111705
1712- #: extmod/modutimeq .c extmod/moduheapq .c
1706+ #: extmod/moduheapq .c extmod/modutimeq .c
17131707msgid "empty heap"
17141708msgstr "heap kosong"
17151709
@@ -1770,7 +1764,7 @@ msgstr "argumen keyword ekstra telah diberikan"
17701764msgid "extra positional arguments given"
17711765msgstr "argumen posisi ekstra telah diberikan"
17721766
1773- #: shared-bindings/displayio/OnDiskBitmap .c shared-bindings/audioio/WaveFile .c
1767+ #: shared-bindings/audioio/WaveFile .c shared-bindings/displayio/OnDiskBitmap .c
17741768msgid "file must be a file opened in byte mode"
17751769msgstr ""
17761770
@@ -1811,7 +1805,7 @@ msgstr "fungsi tidak dapat mengambil argumen keyword"
18111805msgid "function expected at most %d arguments, got %d"
18121806msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
18131807
1814- #: py/objnamedtuple .c py/bc .c
1808+ #: py/bc .c py/objnamedtuple .c
18151809msgid "function got multiple values for argument '%q'"
18161810msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
18171811
@@ -1833,7 +1827,7 @@ msgstr "fungsi kehilangan argumen keyword '%q' yang dibutuhkan"
18331827msgid "function missing required positional argument #%d"
18341828msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"
18351829
1836- #: py/argcheck.c py/objnamedtuple .c py/bc .c
1830+ #: py/argcheck.c py/bc .c py/objnamedtuple .c
18371831#, c-format
18381832msgid "function takes %d positional arguments but %d were given"
18391833msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
@@ -1980,7 +1974,7 @@ msgstr "argumen keyword belum diimplementasi - gunakan args normal"
19801974msgid "keywords must be strings"
19811975msgstr "keyword harus berupa string"
19821976
1983- #: py/emitinlinextensa .c py/emitinlinethumb .c
1977+ #: py/emitinlinethumb .c py/emitinlinextensa .c
19841978msgid "label '%q' not defined"
19851979msgstr ""
19861980
@@ -2087,11 +2081,11 @@ msgstr ""
20872081msgid "need more than %d values to unpack"
20882082msgstr ""
20892083
2090- #: py/runtime .c py/objint_mpz.c py/objint_longlong .c
2084+ #: py/objint_longlong .c py/objint_mpz.c py/runtime .c
20912085msgid "negative power with no float support"
20922086msgstr ""
20932087
2094- #: py/runtime .c py/objint_mpz .c
2088+ #: py/objint_mpz .c py/runtime .c
20952089msgid "negative shift count"
20962090msgstr ""
20972091
@@ -2193,12 +2187,12 @@ msgstr ""
21932187msgid "odd-length string"
21942188msgstr "panjang data string memiliki keganjilan (odd-length)"
21952189
2196- #: py/objstrunicode .c py/objstr .c
2190+ #: py/objstr .c py/objstrunicode .c
21972191#, fuzzy
21982192msgid "offset out of bounds"
21992193msgstr "modul tidak ditemukan"
22002194
2201- #: py/objarray.c py/objtuple .c py/objstrunicode.c py/objstr .c
2195+ #: py/objarray.c py/objstr .c py/objstrunicode.c py/objtuple .c
22022196#: shared-bindings/nvm/ByteArray.c
22032197msgid "only slices with step=1 (aka None) are supported"
22042198msgstr ""
@@ -2216,7 +2210,7 @@ msgstr ""
22162210msgid "overflow converting long int to machine word"
22172211msgstr ""
22182212
2219- #: shared-bindings/_stage/Text .c shared-bindings/_stage/Layer .c
2213+ #: shared-bindings/_stage/Layer .c shared-bindings/_stage/Text .c
22202214msgid "palette must be 32 bytes long"
22212215msgstr ""
22222216
@@ -2348,7 +2342,7 @@ msgstr ""
23482342msgid "slice step cannot be zero"
23492343msgstr ""
23502344
2351- #: py/sequence .c py/objint .c
2345+ #: py/objint .c py/sequence .c
23522346msgid "small int overflow"
23532347msgstr ""
23542348
@@ -2507,7 +2501,7 @@ msgstr ""
25072501msgid "unexpected keyword argument"
25082502msgstr "argumen keyword tidak diharapkan"
25092503
2510- #: py/objnamedtuple .c py/bc .c
2504+ #: py/bc .c py/objnamedtuple .c
25112505msgid "unexpected keyword argument '%q'"
25122506msgstr "keyword argumen '%q' tidak diharapkan"
25132507
@@ -2659,6 +2653,15 @@ msgstr ""
26592653#~ msgid "GPIO16 does not support pull up."
26602654#~ msgstr "GPIO16 tidak mendukung pull up"
26612655
2656+ #~ msgid "Invalid bit clock pin"
2657+ #~ msgstr "Bit clock pada pin tidak valid"
2658+
2659+ #~ msgid "Invalid clock pin"
2660+ #~ msgstr "Clock pada pin tidak valid"
2661+
2662+ #~ msgid "Invalid data pin"
2663+ #~ msgstr "data pin tidak valid"
2664+
26622665#~ msgid "Maximum PWM frequency is %dhz."
26632666#~ msgstr "Nilai maksimum frekuensi PWM adalah %dhz"
26642667
0 commit comments