@@ -33,8 +33,8 @@ msgstr ""
33
33
#: supervisor/shared/safe_mode.c
34
34
msgid ""
35
35
"\n"
36
- "Please file an issue with your program at https:// github.com/adafruit/"
37
- "circuitpython/ issues."
36
+ "Please file an issue with your program at github.com/adafruit/circuitpython /"
37
+ "issues."
38
38
msgstr ""
39
39
40
40
#: supervisor/shared/safe_mode.c
@@ -396,10 +396,6 @@ msgstr "'break' diluar loop"
396
396
msgid "'continue' outside loop"
397
397
msgstr "'continue' diluar loop"
398
398
399
- #: py/objgenerator.c
400
- msgid "'coroutine' object is not an iterator"
401
- msgstr ""
402
-
403
399
#: py/compile.c
404
400
msgid "'data' requires at least 2 arguments"
405
401
msgstr "'data' membutuhkan setidaknya 2 argumen"
@@ -669,11 +665,6 @@ msgstr ""
669
665
msgid "Buffer is not a bytearray."
670
666
msgstr "Buffer bukan bytearray."
671
667
672
- #: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
673
- #: shared-bindings/framebufferio/FramebufferDisplay.c
674
- msgid "Buffer is too small"
675
- msgstr "Buffer terlalu kecil"
676
-
677
668
#: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
678
669
#, c-format
679
670
msgid "Buffer length %d too big. It must be less than %d"
@@ -693,6 +684,12 @@ msgstr ""
693
684
msgid "Buffer too short by %d bytes"
694
685
msgstr "Buffer terlalu pendek untuk %d byte"
695
686
687
+ #: ports/cxd56/common-hal/camera/Camera.c shared-bindings/displayio/Display.c
688
+ #: shared-bindings/framebufferio/FramebufferDisplay.c
689
+ #: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
690
+ msgid "Buffer too small"
691
+ msgstr ""
692
+
696
693
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
697
694
msgid "Buffers must be same size"
698
695
msgstr ""
@@ -1040,10 +1037,6 @@ msgstr "Gagal melepaskan mutex, err 0x%04x"
1040
1037
msgid "Failed to write internal flash."
1041
1038
msgstr "Gagal menulis flash internal."
1042
1039
1043
- #: supervisor/shared/safe_mode.c
1044
- msgid "Fault detected by hardware."
1045
- msgstr ""
1046
-
1047
1040
#: py/moduerrno.c
1048
1041
msgid "File exists"
1049
1042
msgstr "File sudah ada"
@@ -1119,6 +1112,10 @@ msgstr "Grup sudah digunakan"
1119
1112
msgid "Half duplex SPI is not implemented"
1120
1113
msgstr ""
1121
1114
1115
+ #: supervisor/shared/safe_mode.c
1116
+ msgid "Hard fault: memory access or instruction error."
1117
+ msgstr ""
1118
+
1122
1119
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1123
1120
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
1124
1121
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/busio/UART.c
@@ -1775,6 +1772,10 @@ msgstr "Tambahkan module apapun pada filesystem\n"
1775
1772
msgid "Polygon needs at least 3 points"
1776
1773
msgstr ""
1777
1774
1775
+ #: supervisor/shared/safe_mode.c
1776
+ msgid "Power dipped. Make sure you are providing enough power."
1777
+ msgstr ""
1778
+
1778
1779
#: shared-bindings/_bleio/Adapter.c
1779
1780
msgid "Prefix buffer must be on the heap"
1780
1781
msgstr "Buffer awalan harus ada di heap"
@@ -2010,10 +2011,6 @@ msgstr ""
2010
2011
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
2011
2012
msgstr ""
2012
2013
2013
- #: supervisor/shared/safe_mode.c
2014
- msgid "The power dipped. Make sure you are providing enough power."
2015
- msgstr ""
2016
-
2017
2014
#: shared-module/audiomixer/MixerVoice.c
2018
2015
msgid "The sample's bits_per_sample does not match the mixer's"
2019
2016
msgstr "Sampel bits_per_sampel tidak cocok dengan mixer"
@@ -2606,8 +2603,7 @@ msgstr "ukuran buffer harus sesuai dengan format"
2606
2603
msgid "buffer slices must be of equal length"
2607
2604
msgstr ""
2608
2605
2609
- #: py/modstruct.c shared-bindings/struct/__init__.c
2610
- #: shared-module/struct/__init__.c
2606
+ #: py/modstruct.c shared-module/struct/__init__.c
2611
2607
msgid "buffer too small"
2612
2608
msgstr ""
2613
2609
@@ -3893,10 +3889,6 @@ msgstr "parameter harus menjadi register dalam urutan r0 sampai r3"
3893
3889
msgid "pixel coordinates out of bounds"
3894
3890
msgstr ""
3895
3891
3896
- #: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
3897
- msgid "pixel_shader must be displayio.Palette or displayio.ColorConverter"
3898
- msgstr ""
3899
-
3900
3892
#: extmod/vfs_posix_file.c
3901
3893
msgid "poll on file not available on win32"
3902
3894
msgstr ""
@@ -4208,7 +4200,7 @@ msgstr ""
4208
4200
msgid "type is not an acceptable base type"
4209
4201
msgstr ""
4210
4202
4211
- #: py/objgenerator.c py/ runtime.c
4203
+ #: py/runtime.c
4212
4204
msgid "type object '%q' has no attribute '%q'"
4213
4205
msgstr ""
4214
4206
@@ -4405,6 +4397,9 @@ msgstr "zi harus berjenis float"
4405
4397
msgid "zi must be of shape (n_section, 2)"
4406
4398
msgstr "Zi harus berbentuk (n_section, 2)"
4407
4399
4400
+ #~ msgid "Buffer is too small"
4401
+ #~ msgstr "Buffer terlalu kecil"
4402
+
4408
4403
#~ msgid "Corrupt .mpy file"
4409
4404
#~ msgstr "File .mpy rusak"
4410
4405
0 commit comments