@@ -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/objnamedtuple .c py/bc .c
65
+ #: py/bc .c py/objnamedtuple .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/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"
@@ -139,7 +139,7 @@ msgstr ""
139
139
msgid "'%s' object is not an iterator"
140
140
msgstr ""
141
141
142
- #: py/runtime .c py/objtype .c
142
+ #: py/objtype .c py/runtime .c
143
143
#, c-format
144
144
msgid "'%s' object is not callable"
145
145
msgstr ""
@@ -245,7 +245,7 @@ msgstr "Semua perangkat I2C sedang digunakan"
245
245
msgid "All event channels in use"
246
246
msgstr "Semua channel event sedang digunakan"
247
247
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
249
249
msgid "All sync event channels in use"
250
250
msgstr "Semua channel event yang disinkronisasi sedang digunakan"
251
251
@@ -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
@@ -490,8 +490,8 @@ msgstr ""
490
490
msgid "Data chunk must follow fmt chunk"
491
491
msgstr ""
492
492
493
- #: ports/nrf/common-hal/bleio/Peripheral.c
494
493
#: ports/nrf/common-hal/bleio/Broadcaster.c
494
+ #: ports/nrf/common-hal/bleio/Peripheral.c
495
495
#, fuzzy
496
496
msgid "Data too large for advertisement packet"
497
497
msgstr "Tidak bisa menyesuaikan data ke dalam paket advertisment"
@@ -522,17 +522,18 @@ msgstr "Channel EXTINT sedang digunakan"
522
522
msgid "Error in regex"
523
523
msgstr "Error pada regex"
524
524
525
- #: shared-bindings/microcontroller/Pin.c shared-bindings/terminalio/Terminal.c
525
+ #: shared-bindings/microcontroller/Pin.c
526
526
#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
527
+ #: shared-bindings/terminalio/Terminal.c
527
528
msgid "Expected a %q"
528
529
msgstr ""
529
530
530
531
#: shared-bindings/bleio/CharacteristicBuffer.c
531
532
msgid "Expected a Characteristic"
532
533
msgstr ""
533
534
534
- #: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Service .c
535
- #: shared-bindings/bleio/Descriptor .c
535
+ #: shared-bindings/bleio/Characteristic.c shared-bindings/bleio/Descriptor .c
536
+ #: shared-bindings/bleio/Service .c
536
537
msgid "Expected a UUID"
537
538
msgstr ""
538
539
@@ -656,8 +657,8 @@ msgstr "Gagal untuk melepaskan mutex, status: 0x%08lX"
656
657
msgid "Failed to start advertising"
657
658
msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
658
659
659
- #: ports/nrf/common-hal/bleio/Peripheral.c
660
660
#: ports/nrf/common-hal/bleio/Broadcaster.c
661
+ #: ports/nrf/common-hal/bleio/Peripheral.c
661
662
#, fuzzy , c-format
662
663
msgid "Failed to start advertising, err 0x%04x"
663
664
msgstr "Gagal untuk memulai advertisement, status: 0x%08lX"
@@ -677,8 +678,8 @@ msgstr "Gagal untuk melakukan scanning, status: 0x%08lX"
677
678
msgid "Failed to stop advertising"
678
679
msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
679
680
680
- #: ports/nrf/common-hal/bleio/Peripheral.c
681
681
#: ports/nrf/common-hal/bleio/Broadcaster.c
682
+ #: ports/nrf/common-hal/bleio/Peripheral.c
682
683
#, fuzzy , c-format
683
684
msgid "Failed to stop advertising, err 0x%04x"
684
685
msgstr "Gagal untuk memberhentikan advertisement, status: 0x%08lX"
@@ -719,8 +720,8 @@ msgstr ""
719
720
msgid "Frequency captured is above capability. Capture Paused."
720
721
msgstr ""
721
722
722
- #: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
723
723
#: shared-bindings/bitbangio/I2C.c shared-bindings/bitbangio/SPI.c
724
+ #: shared-bindings/busio/I2C.c shared-bindings/busio/SPI.c
724
725
msgid "Function requires lock"
725
726
msgstr ""
726
727
@@ -796,11 +797,11 @@ msgstr ""
796
797
msgid "Invalid format chunk size"
797
798
msgstr ""
798
799
799
- #: shared-bindings/busio /SPI.c shared-bindings/bitbangio /SPI.c
800
+ #: shared-bindings/bitbangio /SPI.c shared-bindings/busio /SPI.c
800
801
msgid "Invalid number of bits"
801
802
msgstr ""
802
803
803
- #: shared-bindings/busio /SPI.c shared-bindings/bitbangio /SPI.c
804
+ #: shared-bindings/bitbangio /SPI.c shared-bindings/busio /SPI.c
804
805
msgid "Invalid phase"
805
806
msgstr ""
806
807
@@ -818,14 +819,15 @@ msgstr "Pin untuk channel kiri tidak valid"
818
819
msgid "Invalid pin for right channel"
819
820
msgstr "Pin untuk channel kanan tidak valid"
820
821
821
- #: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c
822
- #: ports/atmel-samd/common-hal/busio/UART.c
823
822
#: ports/atmel-samd/common-hal/busio/I2C.c
824
- #: ports/atmel-samd/common-hal/busio/SPI.c ports/nrf/common-hal/busio/I2C.c
823
+ #: ports/atmel-samd/common-hal/busio/SPI.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
825
827
msgid "Invalid pins"
826
828
msgstr "Pin-pin tidak valid"
827
829
828
- #: shared-bindings/busio /SPI.c shared-bindings/bitbangio /SPI.c
830
+ #: shared-bindings/bitbangio /SPI.c shared-bindings/busio /SPI.c
829
831
msgid "Invalid polarity"
830
832
msgstr ""
831
833
@@ -897,8 +899,8 @@ msgstr ""
897
899
msgid "No DAC on chip"
898
900
msgstr "Tidak ada DAC (Digital Analog Converter) di dalam chip"
899
901
900
- #: ports/atmel-samd/common-hal/audioio/AudioOut.c
901
902
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
903
+ #: ports/atmel-samd/common-hal/audioio/AudioOut.c
902
904
msgid "No DMA channel found"
903
905
msgstr "tidak ada channel DMA ditemukan"
904
906
@@ -944,7 +946,7 @@ msgstr ""
944
946
msgid "Not connected"
945
947
msgstr "Tidak dapat menyambungkan ke AP"
946
948
947
- #: shared-bindings/audioio/AudioOut .c shared-bindings/audiobusio/I2SOut .c
949
+ #: shared-bindings/audiobusio/I2SOut .c shared-bindings/audioio/AudioOut .c
948
950
msgid "Not playing"
949
951
msgstr ""
950
952
@@ -1083,8 +1085,8 @@ msgstr "Serializer sedang digunakan"
1083
1085
msgid "Slice and value different lengths."
1084
1086
msgstr ""
1085
1087
1086
- #: shared-bindings/displayio/TileGrid .c shared-bindings/displayio/Group.c
1087
- #: shared-bindings/displayio/Bitmap .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
1088
1090
msgid "Slices not supported"
1089
1091
msgstr ""
1090
1092
@@ -1114,6 +1116,12 @@ msgid ""
1114
1116
"your CIRCUITPY drive:\n"
1115
1117
msgstr ""
1116
1118
1119
+ #: supervisor/shared/safe_mode.c
1120
+ msgid ""
1121
+ "The `microcontroller` module was used to boot into safe mode. Press reset to "
1122
+ "exit safe mode.\n"
1123
+ msgstr ""
1124
+
1117
1125
#: supervisor/shared/safe_mode.c
1118
1126
#, fuzzy
1119
1127
msgid ""
@@ -1203,8 +1211,8 @@ msgstr ""
1203
1211
msgid "UUID value is not str, int or byte buffer"
1204
1212
msgstr ""
1205
1213
1206
- #: ports/atmel-samd/common-hal/audioio/AudioOut.c
1207
1214
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1215
+ #: ports/atmel-samd/common-hal/audioio/AudioOut.c
1208
1216
msgid "Unable to allocate buffers for signed conversion"
1209
1217
msgstr "Tidak dapat mengalokasikan buffer untuk signed conversion"
1210
1218
@@ -1337,8 +1345,8 @@ msgstr ""
1337
1345
msgid "argument has wrong type"
1338
1346
msgstr ""
1339
1347
1340
- #: py/argcheck.c shared-bindings/gamepad/GamePad .c
1341
- #: shared-bindings/digitalio/DigitalInOut.c shared-bindings/_stage/__init__ .c
1348
+ #: py/argcheck.c shared-bindings/_stage/__init__ .c
1349
+ #: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad .c
1342
1350
msgid "argument num/types mismatch"
1343
1351
msgstr "argumen num/types tidak cocok"
1344
1352
@@ -1408,7 +1416,7 @@ msgstr ""
1408
1416
msgid "buffer size must match format"
1409
1417
msgstr "buffers harus mempunyai panjang yang sama"
1410
1418
1411
- #: shared-bindings/busio /SPI.c shared-bindings/bitbangio /SPI.c
1419
+ #: shared-bindings/bitbangio /SPI.c shared-bindings/busio /SPI.c
1412
1420
msgid "buffer slices must be of equal length"
1413
1421
msgstr ""
1414
1422
@@ -1651,7 +1659,7 @@ msgstr ""
1651
1659
msgid "complex division by zero"
1652
1660
msgstr ""
1653
1661
1654
- #: py/parsenum .c py/objfloat .c
1662
+ #: py/objfloat .c py/parsenum .c
1655
1663
msgid "complex values not supported"
1656
1664
msgstr ""
1657
1665
@@ -1692,7 +1700,7 @@ msgstr ""
1692
1700
msgid "dict update sequence has wrong length"
1693
1701
msgstr ""
1694
1702
1695
- #: py/runtime .c py/objint_longlong .c py/objfloat .c py/objint_mpz.c py/modmath .c
1703
+ #: py/modmath .c py/objfloat .c py/objint_longlong .c py/objint_mpz.c py/runtime .c
1696
1704
#: shared-bindings/math/__init__.c
1697
1705
msgid "division by zero"
1698
1706
msgstr ""
@@ -1803,7 +1811,7 @@ msgstr "fungsi tidak dapat mengambil argumen keyword"
1803
1811
msgid "function expected at most %d arguments, got %d"
1804
1812
msgstr "fungsi diharapkan setidaknya %d argumen, hanya mendapatkan %d"
1805
1813
1806
- #: py/objnamedtuple .c py/bc .c
1814
+ #: py/bc .c py/objnamedtuple .c
1807
1815
msgid "function got multiple values for argument '%q'"
1808
1816
msgstr "fungsi mendapatkan nilai ganda untuk argumen '%q'"
1809
1817
@@ -1825,7 +1833,7 @@ msgstr "fungsi kehilangan argumen keyword '%q' yang dibutuhkan"
1825
1833
msgid "function missing required positional argument #%d"
1826
1834
msgstr "fungsi kehilangan argumen posisi #%d yang dibutuhkan"
1827
1835
1828
- #: py/objnamedtuple .c py/argcheck .c py/bc .c
1836
+ #: py/argcheck .c py/bc .c py/objnamedtuple .c
1829
1837
#, c-format
1830
1838
msgid "function takes %d positional arguments but %d were given"
1831
1839
msgstr "fungsi mengambil posisi argumen %d tapi %d yang diberikan"
@@ -1972,7 +1980,7 @@ msgstr "argumen keyword belum diimplementasi - gunakan args normal"
1972
1980
msgid "keywords must be strings"
1973
1981
msgstr "keyword harus berupa string"
1974
1982
1975
- #: py/emitinlinextensa .c py/emitinlinethumb .c
1983
+ #: py/emitinlinethumb .c py/emitinlinextensa .c
1976
1984
msgid "label '%q' not defined"
1977
1985
msgstr ""
1978
1986
@@ -2079,11 +2087,11 @@ msgstr ""
2079
2087
msgid "need more than %d values to unpack"
2080
2088
msgstr ""
2081
2089
2082
- #: py/runtime .c py/objint_longlong .c py/objint_mpz .c
2090
+ #: py/objint_longlong .c py/objint_mpz .c py/runtime .c
2083
2091
msgid "negative power with no float support"
2084
2092
msgstr ""
2085
2093
2086
- #: py/runtime .c py/objint_mpz .c
2094
+ #: py/objint_mpz .c py/runtime .c
2087
2095
msgid "negative shift count"
2088
2096
msgstr ""
2089
2097
@@ -2160,7 +2168,7 @@ msgstr ""
2160
2168
msgid "object not an iterator"
2161
2169
msgstr ""
2162
2170
2163
- #: py/runtime .c py/objtype .c
2171
+ #: py/objtype .c py/runtime .c
2164
2172
msgid "object not callable"
2165
2173
msgstr ""
2166
2174
@@ -2190,7 +2198,7 @@ msgstr "panjang data string memiliki keganjilan (odd-length)"
2190
2198
msgid "offset out of bounds"
2191
2199
msgstr "modul tidak ditemukan"
2192
2200
2193
- #: py/objstr .c py/objstrunicode .c py/objarray .c py/objtuple.c
2201
+ #: py/objarray .c py/objstr .c py/objstrunicode .c py/objtuple.c
2194
2202
#: shared-bindings/nvm/ByteArray.c
2195
2203
msgid "only slices with step=1 (aka None) are supported"
2196
2204
msgstr ""
@@ -2208,7 +2216,7 @@ msgstr ""
2208
2216
msgid "overflow converting long int to machine word"
2209
2217
msgstr ""
2210
2218
2211
- #: shared-bindings/_stage/Text .c shared-bindings/_stage/Layer .c
2219
+ #: shared-bindings/_stage/Layer .c shared-bindings/_stage/Text .c
2212
2220
msgid "palette must be 32 bytes long"
2213
2221
msgstr ""
2214
2222
@@ -2499,7 +2507,7 @@ msgstr ""
2499
2507
msgid "unexpected keyword argument"
2500
2508
msgstr "argumen keyword tidak diharapkan"
2501
2509
2502
- #: py/objnamedtuple .c py/bc .c
2510
+ #: py/bc .c py/objnamedtuple .c
2503
2511
msgid "unexpected keyword argument '%q'"
2504
2512
msgstr "keyword argumen '%q' tidak diharapkan"
2505
2513
@@ -2543,7 +2551,7 @@ msgstr ""
2543
2551
msgid "unmatched '{' in format"
2544
2552
msgstr ""
2545
2553
2546
- #: py/runtime .c py/objtype .c
2554
+ #: py/objtype .c py/runtime .c
2547
2555
msgid "unreadable attribute"
2548
2556
msgstr ""
2549
2557
0 commit comments