Skip to content

Commit 71c4f10

Browse files
C47Dtannewt
authored andcommitted
Update translations and use same error for PDM too
1 parent 5865b28 commit 71c4f10

File tree

14 files changed

+663
-628
lines changed

14 files changed

+663
-628
lines changed

locale/ID.po

+55-52
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
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 ""
5252
msgid "%q indices must be integers, not %s"
5353
msgstr ""
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
5858
msgid "%q must be >= 1"
5959
msgstr "buffers harus mempunyai panjang yang sama"
@@ -62,20 +62,20 @@ msgstr "buffers harus mempunyai panjang yang sama"
6262
msgid "%q should be an int"
6363
msgstr ""
6464

65-
#: py/objnamedtuple.c py/bc.c
65+
#: py/bc.c py/objnamedtuple.c
6666
msgid "%q() takes %d positional arguments but %d were given"
6767
msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
6868

6969
#: py/argcheck.c
7070
msgid "'%q' argument required"
7171
msgstr "'%q' argumen dibutuhkan"
7272

73-
#: py/emitinlinextensa.c py/emitinlinethumb.c
73+
#: py/emitinlinethumb.c py/emitinlinextensa.c
7474
#, c-format
7575
msgid "'%s' expects a label"
7676
msgstr ""
7777

78-
#: py/emitinlinextensa.c py/emitinlinethumb.c
78+
#: py/emitinlinethumb.c py/emitinlinextensa.c
7979
#, c-format
8080
msgid "'%s' expects a register"
8181
msgstr "'%s' mengharapkan sebuah register"
@@ -95,7 +95,7 @@ msgstr "'%s' mengharapkan sebuah FPU register"
9595
msgid "'%s' expects an address of the form [a, b]"
9696
msgstr "'%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
100100
msgid "'%s' expects an integer"
101101
msgstr "'%s' mengharapkan integer"
@@ -245,17 +245,17 @@ msgstr "Semua perangkat I2C sedang digunakan"
245245
msgid "All event channels in use"
246246
msgstr "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
249249
msgid "All sync event channels in use"
250250
msgstr "Semua channel event yang disinkronisasi sedang digunakan"
251251

252252
#: shared-bindings/pulseio/PWMOut.c
253253
msgid "All timers for this pin are in use"
254254
msgstr "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
261261
msgid "All timers in use"
@@ -522,17 +522,18 @@ msgstr "Channel EXTINT sedang digunakan"
522522
msgid "Error in regex"
523523
msgstr "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
527528
msgid "Expected a %q"
528529
msgstr ""
529530

530531
#: shared-bindings/bleio/CharacteristicBuffer.c
531532
msgid "Expected a Characteristic"
532533
msgstr ""
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
536537
msgid "Expected a UUID"
537538
msgstr ""
538539

@@ -697,20 +698,20 @@ msgstr "Gagal untuk menulis nilai gatts, status: 0x%08lX"
697698
msgid "File exists"
698699
msgstr ""
699700

700-
#: ports/nrf/supervisor/internal_flash.c
701+
#: ports/nrf/peripherals/nrf/nvm.c
701702
msgid "Flash erase failed"
702703
msgstr ""
703704

704-
#: ports/nrf/supervisor/internal_flash.c
705+
#: ports/nrf/peripherals/nrf/nvm.c
705706
#, c-format
706707
msgid "Flash erase failed to start, err 0x%04x"
707708
msgstr ""
708709

709-
#: ports/nrf/supervisor/internal_flash.c
710+
#: ports/nrf/peripherals/nrf/nvm.c
710711
msgid "Flash write failed"
711712
msgstr ""
712713

713-
#: ports/nrf/supervisor/internal_flash.c
714+
#: ports/nrf/peripherals/nrf/nvm.c
714715
#, c-format
715716
msgid "Flash write failed to start, err 0x%04x"
716717
msgstr ""
@@ -719,8 +720,8 @@ msgstr ""
719720
msgid "Frequency captured is above capability. Capture Paused."
720721
msgstr ""
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
724725
msgid "Function requires lock"
725726
msgstr ""
726727

@@ -750,6 +751,11 @@ msgstr ""
750751
msgid "Input/output error"
751752
msgstr ""
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
754760
msgid "Invalid BMP file"
755761
msgstr ""
@@ -763,10 +769,6 @@ msgstr "Frekuensi PWM tidak valid"
763769
msgid "Invalid argument"
764770
msgstr ""
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
771773
msgid "Invalid bits per value"
772774
msgstr ""
@@ -783,15 +785,6 @@ msgstr ""
783785
msgid "Invalid channel count"
784786
msgstr ""
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
796789
msgid "Invalid direction."
797790
msgstr ""
@@ -826,10 +819,11 @@ msgstr "Pin untuk channel kiri tidak valid"
826819
msgid "Invalid pin for right channel"
827820
msgstr "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
833827
msgid "Invalid pins"
834828
msgstr "Pin-pin tidak valid"
835829

@@ -1091,8 +1085,8 @@ msgstr "Serializer sedang digunakan"
10911085
msgid "Slice and value different lengths."
10921086
msgstr ""
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
10961090
msgid "Slices not supported"
10971091
msgstr ""
10981092

@@ -1345,8 +1339,8 @@ msgstr ""
13451339
msgid "argument has wrong type"
13461340
msgstr ""
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
13501344
msgid "argument num/types mismatch"
13511345
msgstr "argumen num/types tidak cocok"
13521346

@@ -1659,7 +1653,7 @@ msgstr ""
16591653
msgid "complex division by zero"
16601654
msgstr ""
16611655

1662-
#: py/parsenum.c py/objfloat.c
1656+
#: py/objfloat.c py/parsenum.c
16631657
msgid "complex values not supported"
16641658
msgstr ""
16651659

@@ -1700,7 +1694,7 @@ msgstr ""
17001694
msgid "dict update sequence has wrong length"
17011695
msgstr ""
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
17051699
msgid "division by zero"
17061700
msgstr ""
@@ -1709,7 +1703,7 @@ msgstr ""
17091703
msgid "empty"
17101704
msgstr ""
17111705

1712-
#: extmod/modutimeq.c extmod/moduheapq.c
1706+
#: extmod/moduheapq.c extmod/modutimeq.c
17131707
msgid "empty heap"
17141708
msgstr "heap kosong"
17151709

@@ -1770,7 +1764,7 @@ msgstr "argumen keyword ekstra telah diberikan"
17701764
msgid "extra positional arguments given"
17711765
msgstr "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
17741768
msgid "file must be a file opened in byte mode"
17751769
msgstr ""
17761770

@@ -1811,7 +1805,7 @@ msgstr "fungsi tidak dapat mengambil argumen keyword"
18111805
msgid "function expected at most %d arguments, got %d"
18121806
msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
18131807

1814-
#: py/objnamedtuple.c py/bc.c
1808+
#: py/bc.c py/objnamedtuple.c
18151809
msgid "function got multiple values for argument '%q'"
18161810
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
18171811

@@ -1833,7 +1827,7 @@ msgstr "fungsi kehilangan argumen keyword '%q' yang dibutuhkan"
18331827
msgid "function missing required positional argument #%d"
18341828
msgstr "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
18381832
msgid "function takes %d positional arguments but %d were given"
18391833
msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
@@ -1980,7 +1974,7 @@ msgstr "argumen keyword belum diimplementasi - gunakan args normal"
19801974
msgid "keywords must be strings"
19811975
msgstr "keyword harus berupa string"
19821976

1983-
#: py/emitinlinextensa.c py/emitinlinethumb.c
1977+
#: py/emitinlinethumb.c py/emitinlinextensa.c
19841978
msgid "label '%q' not defined"
19851979
msgstr ""
19861980

@@ -2087,11 +2081,11 @@ msgstr ""
20872081
msgid "need more than %d values to unpack"
20882082
msgstr ""
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
20912085
msgid "negative power with no float support"
20922086
msgstr ""
20932087

2094-
#: py/runtime.c py/objint_mpz.c
2088+
#: py/objint_mpz.c py/runtime.c
20952089
msgid "negative shift count"
20962090
msgstr ""
20972091

@@ -2193,12 +2187,12 @@ msgstr ""
21932187
msgid "odd-length string"
21942188
msgstr "panjang data string memiliki keganjilan (odd-length)"
21952189

2196-
#: py/objstrunicode.c py/objstr.c
2190+
#: py/objstr.c py/objstrunicode.c
21972191
#, fuzzy
21982192
msgid "offset out of bounds"
21992193
msgstr "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
22032197
msgid "only slices with step=1 (aka None) are supported"
22042198
msgstr ""
@@ -2216,7 +2210,7 @@ msgstr ""
22162210
msgid "overflow converting long int to machine word"
22172211
msgstr ""
22182212

2219-
#: shared-bindings/_stage/Text.c shared-bindings/_stage/Layer.c
2213+
#: shared-bindings/_stage/Layer.c shared-bindings/_stage/Text.c
22202214
msgid "palette must be 32 bytes long"
22212215
msgstr ""
22222216

@@ -2348,7 +2342,7 @@ msgstr ""
23482342
msgid "slice step cannot be zero"
23492343
msgstr ""
23502344

2351-
#: py/sequence.c py/objint.c
2345+
#: py/objint.c py/sequence.c
23522346
msgid "small int overflow"
23532347
msgstr ""
23542348

@@ -2507,7 +2501,7 @@ msgstr ""
25072501
msgid "unexpected keyword argument"
25082502
msgstr "argumen keyword tidak diharapkan"
25092503

2510-
#: py/objnamedtuple.c py/bc.c
2504+
#: py/bc.c py/objnamedtuple.c
25112505
msgid "unexpected keyword argument '%q'"
25122506
msgstr "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

Comments
 (0)