Skip to content

Commit 5ad69b2

Browse files
authored
Merge pull request #1726 from adafruit/revert-1534-circuitpython-nickzoic-1046-nrf-rtc
Revert "Circuitpython nickzoic 1046 nrf rtc"
2 parents aca74a5 + 0653bca commit 5ad69b2

File tree

19 files changed

+364
-526
lines changed

19 files changed

+364
-526
lines changed

locale/ID.po

Lines changed: 36 additions & 40 deletions
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-03-28 14:48+1100\n"
11+
"POT-Creation-Date: 2019-03-27 16:28-0400\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -52,8 +52,8 @@ msgstr ""
5252
msgid "%q indices must be integers, not %s"
5353
msgstr ""
5454

55-
#: shared-bindings/bleio/CharacteristicBuffer.c
5655
#: shared-bindings/displayio/Shape.c shared-bindings/displayio/Group.c
56+
#: shared-bindings/bleio/CharacteristicBuffer.c
5757
#, fuzzy
5858
msgid "%q must be >= 1"
5959
msgstr "buffers harus mempunyai panjang yang sama"
@@ -70,12 +70,12 @@ msgstr "%q() mengambil posisi argumen %d tapi %d yang diberikan"
7070
msgid "'%q' argument required"
7171
msgstr "'%q' argumen dibutuhkan"
7272

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

78-
#: py/emitinlinethumb.c py/emitinlinextensa.c
78+
#: py/emitinlinextensa.c py/emitinlinethumb.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/emitinlinethumb.c py/emitinlinextensa.c
98+
#: py/emitinlinextensa.c py/emitinlinethumb.c
9999
#, c-format
100100
msgid "'%s' expects an integer"
101101
msgstr "'%s' mengharapkan integer"
@@ -253,9 +253,9 @@ msgstr "Semua channel event yang disinkronisasi sedang digunakan"
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
257256
#: ports/atmel-samd/common-hal/pulseio/PulseOut.c
258257
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.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"
@@ -326,7 +326,7 @@ msgstr ""
326326
msgid "Buffer incorrect size. Should be %d bytes."
327327
msgstr ""
328328

329-
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
329+
#: shared-bindings/busio/I2C.c shared-bindings/bitbangio/I2C.c
330330
msgid "Buffer must be at least length 1"
331331
msgstr ""
332332

@@ -366,7 +366,7 @@ msgstr ""
366366
msgid "Can't connect in Peripheral mode"
367367
msgstr ""
368368

369-
#: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
369+
#: shared-bindings/pulseio/PulseIn.c shared-bindings/displayio/Bitmap.c
370370
msgid "Cannot delete values"
371371
msgstr ""
372372

@@ -452,7 +452,7 @@ msgstr "Clock unit sedang digunakan"
452452
msgid "Column entry must be digitalio.DigitalInOut"
453453
msgstr ""
454454

455-
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c
455+
#: shared-bindings/displayio/ParallelBus.c shared-bindings/displayio/FourWire.c
456456
msgid "Command must be an int between 0 and 255"
457457
msgstr ""
458458

@@ -490,8 +490,8 @@ msgstr ""
490490
msgid "Data chunk must follow fmt chunk"
491491
msgstr ""
492492

493-
#: ports/nrf/common-hal/bleio/Broadcaster.c
494493
#: ports/nrf/common-hal/bleio/Peripheral.c
494+
#: ports/nrf/common-hal/bleio/Broadcaster.c
495495
#, fuzzy
496496
msgid "Data too large for advertisement packet"
497497
msgstr "Tidak bisa menyesuaikan data ke dalam paket advertisment"
@@ -522,8 +522,8 @@ msgstr "Channel EXTINT sedang digunakan"
522522
msgid "Error in regex"
523523
msgstr "Error pada regex"
524524

525-
#: shared-bindings/microcontroller/Pin.c
526-
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
525+
#: shared-bindings/microcontroller/Pin.c shared-bindings/pulseio/PulseOut.c
526+
#: shared-bindings/neopixel_write/__init__.c
527527
#: shared-bindings/terminalio/Terminal.c
528528
msgid "Expected a %q"
529529
msgstr ""
@@ -532,8 +532,8 @@ msgstr ""
532532
msgid "Expected a Characteristic"
533533
msgstr ""
534534

535-
#: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service.c
536-
#: shared-bindings/bleio/Descriptor.c
535+
#: shared-bindings/bleio/Descriptor.c shared-bindings/bleio/Service.c
536+
#: shared-bindings/bleio/Characteristic.c
537537
msgid "Expected a UUID"
538538
msgstr ""
539539

@@ -657,8 +657,8 @@ msgstr "Gagal untuk melepaskan mutex, status: 0x%08lX"
657657
msgid "Failed to start advertising"
658658
msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
659659

660-
#: ports/nrf/common-hal/bleio/Broadcaster.c
661660
#: ports/nrf/common-hal/bleio/Peripheral.c
661+
#: ports/nrf/common-hal/bleio/Broadcaster.c
662662
#, fuzzy, c-format
663663
msgid "Failed to start advertising, err 0x%04x"
664664
msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
@@ -678,8 +678,8 @@ msgstr "Gagal untuk melakukan scanning, status: 0x%08lX"
678678
msgid "Failed to stop advertising"
679679
msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
680680

681-
#: ports/nrf/common-hal/bleio/Broadcaster.c
682681
#: ports/nrf/common-hal/bleio/Peripheral.c
682+
#: ports/nrf/common-hal/bleio/Broadcaster.c
683683
#, fuzzy, c-format
684684
msgid "Failed to stop advertising, err 0x%04x"
685685
msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
@@ -720,8 +720,8 @@ msgstr ""
720720
msgid "Frequency captured is above capability. Capture Paused."
721721
msgstr ""
722722

723+
#: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
723724
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
724-
#: shared-bindings/busio/SPI.c shared-bindings/busio/I2C.c
725725
msgid "Function requires lock"
726726
msgstr ""
727727

@@ -801,16 +801,16 @@ msgstr ""
801801
msgid "Invalid format chunk size"
802802
msgstr ""
803803

804-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
804+
#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
805805
msgid "Invalid number of bits"
806806
msgstr ""
807807

808-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
808+
#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
809809
msgid "Invalid phase"
810810
msgstr ""
811811

812-
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
813812
#: ports/atmel-samd/common-hal/touchio/TouchIn.c
813+
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
814814
#: shared-bindings/pulseio/PWMOut.c
815815
msgid "Invalid pin"
816816
msgstr "Pin tidak valid"
@@ -824,14 +824,14 @@ msgid "Invalid pin for right channel"
824824
msgstr "Pin untuk channel kanan tidak valid"
825825

826826
#: ports/atmel-samd/common-hal/busio/I2C.c
827-
#: ports/atmel-samd/common-hal/busio/UART.c
828827
#: ports/atmel-samd/common-hal/busio/SPI.c
828+
#: ports/atmel-samd/common-hal/busio/UART.c
829829
#: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
830830
#: ports/nrf/common-hal/busio/I2C.c
831831
msgid "Invalid pins"
832832
msgstr "Pin-pin tidak valid"
833833

834-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
834+
#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
835835
msgid "Invalid polarity"
836836
msgstr ""
837837

@@ -1041,14 +1041,10 @@ msgstr ""
10411041
msgid "RTC calibration is not supported on this board"
10421042
msgstr ""
10431043

1044-
#: shared-bindings/rtc/RTC.c shared-bindings/time/__init__.c
1044+
#: shared-bindings/time/__init__.c shared-bindings/rtc/RTC.c
10451045
msgid "RTC is not supported on this board"
10461046
msgstr ""
10471047

1048-
#: shared-bindings/rtc/RTC.c
1049-
msgid "RTC set is not supported on this board"
1050-
msgstr ""
1051-
10521048
#: shared-bindings/_pixelbuf/PixelBuf.c
10531049
msgid "Range out of bounds"
10541050
msgstr ""
@@ -1105,8 +1101,8 @@ msgstr "Serializer sedang digunakan"
11051101
msgid "Slice and value different lengths."
11061102
msgstr ""
11071103

1108-
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/TileGrid.c
1109-
#: shared-bindings/displayio/Group.c shared-bindings/pulseio/PulseIn.c
1104+
#: shared-bindings/pulseio/PulseIn.c shared-bindings/displayio/Bitmap.c
1105+
#: shared-bindings/displayio/TileGrid.c shared-bindings/displayio/Group.c
11101106
msgid "Slices not supported"
11111107
msgstr ""
11121108

@@ -1189,7 +1185,7 @@ msgstr "Untuk keluar, silahkan reset board tanpa "
11891185
msgid "Too many channels in sample."
11901186
msgstr "Terlalu banyak channel dalam sampel"
11911187

1192-
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/ParallelBus.c
1188+
#: shared-bindings/displayio/ParallelBus.c shared-bindings/displayio/FourWire.c
11931189
msgid "Too many display busses"
11941190
msgstr ""
11951191

@@ -1429,7 +1425,7 @@ msgstr ""
14291425
msgid "buffer size must match format"
14301426
msgstr "buffers harus mempunyai panjang yang sama"
14311427

1432-
#: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c
1428+
#: shared-bindings/busio/SPI.c shared-bindings/bitbangio/SPI.c
14331429
msgid "buffer slices must be of equal length"
14341430
msgstr ""
14351431

@@ -1713,7 +1709,7 @@ msgstr ""
17131709
msgid "dict update sequence has wrong length"
17141710
msgstr ""
17151711

1716-
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
1712+
#: py/objfloat.c py/runtime.c py/modmath.c py/objint_longlong.c py/objint_mpz.c
17171713
#: shared-bindings/math/__init__.c
17181714
msgid "division by zero"
17191715
msgstr ""
@@ -1722,7 +1718,7 @@ msgstr ""
17221718
msgid "empty"
17231719
msgstr ""
17241720

1725-
#: extmod/moduheapq.c extmod/modutimeq.c
1721+
#: extmod/modutimeq.c extmod/moduheapq.c
17261722
msgid "empty heap"
17271723
msgstr "heap kosong"
17281724

@@ -1787,7 +1783,7 @@ msgstr "argumen keyword ekstra telah diberikan"
17871783
msgid "extra positional arguments given"
17881784
msgstr "argumen posisi ekstra telah diberikan"
17891785

1790-
#: shared-bindings/audioio/WaveFile.c shared-bindings/displayio/OnDiskBitmap.c
1786+
#: shared-bindings/displayio/OnDiskBitmap.c shared-bindings/audioio/WaveFile.c
17911787
msgid "file must be a file opened in byte mode"
17921788
msgstr ""
17931789

@@ -1960,7 +1956,7 @@ msgstr "micropython decorator tidak valid"
19601956
msgid "invalid step"
19611957
msgstr ""
19621958

1963-
#: py/compile.c py/parse.c
1959+
#: py/parse.c py/compile.c
19641960
msgid "invalid syntax"
19651961
msgstr "syntax tidak valid"
19661962

@@ -1997,7 +1993,7 @@ msgstr "argumen keyword belum diimplementasi - gunakan args normal"
19971993
msgid "keywords must be strings"
19981994
msgstr "keyword harus berupa string"
19991995

2000-
#: py/emitinlinethumb.c py/emitinlinextensa.c
1996+
#: py/emitinlinextensa.c py/emitinlinethumb.c
20011997
msgid "label '%q' not defined"
20021998
msgstr ""
20031999

@@ -2104,11 +2100,11 @@ msgstr ""
21042100
msgid "need more than %d values to unpack"
21052101
msgstr ""
21062102

2107-
#: py/objint_longlong.c py/objint_mpz.c py/runtime.c
2103+
#: py/runtime.c py/objint_longlong.c py/objint_mpz.c
21082104
msgid "negative power with no float support"
21092105
msgstr ""
21102106

2111-
#: py/objint_mpz.c py/runtime.c
2107+
#: py/runtime.c py/objint_mpz.c
21122108
msgid "negative shift count"
21132109
msgstr ""
21142110

@@ -2215,7 +2211,7 @@ msgstr "panjang data string memiliki keganjilan (odd-length)"
22152211
msgid "offset out of bounds"
22162212
msgstr "modul tidak ditemukan"
22172213

2218-
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
2214+
#: py/objstr.c py/objarray.c py/objstrunicode.c py/objtuple.c
22192215
#: shared-bindings/nvm/ByteArray.c
22202216
msgid "only slices with step=1 (aka None) are supported"
22212217
msgstr ""
@@ -2369,7 +2365,7 @@ msgstr ""
23692365
msgid "slice step cannot be zero"
23702366
msgstr ""
23712367

2372-
#: py/objint.c py/sequence.c
2368+
#: py/sequence.c py/objint.c
23732369
msgid "small int overflow"
23742370
msgstr ""
23752371

0 commit comments

Comments
 (0)