@@ -33,8 +33,8 @@ msgstr ""
3333#: supervisor/shared/safe_mode.c
3434msgid ""
3535"\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."
3838msgstr ""
3939
4040#: supervisor/shared/safe_mode.c
@@ -396,10 +396,6 @@ msgstr "'break' diluar loop"
396396msgid "'continue' outside loop"
397397msgstr "'continue' diluar loop"
398398
399- #: py/objgenerator.c
400- msgid "'coroutine' object is not an iterator"
401- msgstr ""
402-
403399#: py/compile.c
404400msgid "'data' requires at least 2 arguments"
405401msgstr "'data' membutuhkan setidaknya 2 argumen"
@@ -669,11 +665,6 @@ msgstr ""
669665msgid "Buffer is not a bytearray."
670666msgstr "Buffer bukan bytearray."
671667
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-
677668#: ports/stm/common-hal/audiopwmio/PWMAudioOut.c
678669#, c-format
679670msgid "Buffer length %d too big. It must be less than %d"
@@ -693,6 +684,12 @@ msgstr ""
693684msgid "Buffer too short by %d bytes"
694685msgstr "Buffer terlalu pendek untuk %d byte"
695686
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+
696693#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
697694msgid "Buffers must be same size"
698695msgstr ""
@@ -1040,10 +1037,6 @@ msgstr "Gagal melepaskan mutex, err 0x%04x"
10401037msgid "Failed to write internal flash."
10411038msgstr "Gagal menulis flash internal."
10421039
1043- #: supervisor/shared/safe_mode.c
1044- msgid "Fault detected by hardware."
1045- msgstr ""
1046-
10471040#: py/moduerrno.c
10481041msgid "File exists"
10491042msgstr "File sudah ada"
@@ -1119,6 +1112,10 @@ msgstr "Grup sudah digunakan"
11191112msgid "Half duplex SPI is not implemented"
11201113msgstr ""
11211114
1115+ #: supervisor/shared/safe_mode.c
1116+ msgid "Hard fault: memory access or instruction error."
1117+ msgstr ""
1118+
11221119#: ports/mimxrt10xx/common-hal/busio/SPI.c
11231120#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
11241121#: 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"
17751772msgid "Polygon needs at least 3 points"
17761773msgstr ""
17771774
1775+ #: supervisor/shared/safe_mode.c
1776+ msgid "Power dipped. Make sure you are providing enough power."
1777+ msgstr ""
1778+
17781779#: shared-bindings/_bleio/Adapter.c
17791780msgid "Prefix buffer must be on the heap"
17801781msgstr "Buffer awalan harus ada di heap"
@@ -2010,10 +2011,6 @@ msgstr ""
20102011msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
20112012msgstr ""
20122013
2013- #: supervisor/shared/safe_mode.c
2014- msgid "The power dipped. Make sure you are providing enough power."
2015- msgstr ""
2016-
20172014#: shared-module/audiomixer/MixerVoice.c
20182015msgid "The sample's bits_per_sample does not match the mixer's"
20192016msgstr "Sampel bits_per_sampel tidak cocok dengan mixer"
@@ -2606,8 +2603,7 @@ msgstr "ukuran buffer harus sesuai dengan format"
26062603msgid "buffer slices must be of equal length"
26072604msgstr ""
26082605
2609- #: py/modstruct.c shared-bindings/struct/__init__.c
2610- #: shared-module/struct/__init__.c
2606+ #: py/modstruct.c shared-module/struct/__init__.c
26112607msgid "buffer too small"
26122608msgstr ""
26132609
@@ -3893,10 +3889,6 @@ msgstr "parameter harus menjadi register dalam urutan r0 sampai r3"
38933889msgid "pixel coordinates out of bounds"
38943890msgstr ""
38953891
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-
39003892#: extmod/vfs_posix_file.c
39013893msgid "poll on file not available on win32"
39023894msgstr ""
@@ -4208,7 +4200,7 @@ msgstr ""
42084200msgid "type is not an acceptable base type"
42094201msgstr ""
42104202
4211- #: py/objgenerator.c py/ runtime.c
4203+ #: py/runtime.c
42124204msgid "type object '%q' has no attribute '%q'"
42134205msgstr ""
42144206
@@ -4405,6 +4397,9 @@ msgstr "zi harus berjenis float"
44054397msgid "zi must be of shape (n_section, 2)"
44064398msgstr "Zi harus berbentuk (n_section, 2)"
44074399
4400+ #~ msgid "Buffer is too small"
4401+ #~ msgstr "Buffer terlalu kecil"
4402+
44084403#~ msgid "Corrupt .mpy file"
44094404#~ msgstr "File .mpy rusak"
44104405
0 commit comments