@@ -591,6 +591,13 @@ msgstr ""
591
591
msgid "Both RX and TX required for flow control"
592
592
msgstr ""
593
593
594
+ #: ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.h
595
+ #: ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.h
596
+ #: ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.h
597
+ #: ports/atmel-samd/boards/meowmeow/mpconfigboard.h
598
+ msgid "Both buttons were pressed at start up.\n"
599
+ msgstr ""
600
+
594
601
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
595
602
msgid "Both pins must support hardware interrupts"
596
603
msgstr "Kedua pin harus mendukung hardware interrut"
@@ -656,6 +663,11 @@ msgstr ""
656
663
msgid "Bus pin %d is already in use"
657
664
msgstr "Pin bus %d sudah digunakan"
658
665
666
+ #: ports/espressif/boards/m5stack_core_basic/mpconfigboard.h
667
+ #: ports/espressif/boards/m5stack_core_fire/mpconfigboard.h
668
+ msgid "Button A was pressed at start up.\n"
669
+ msgstr ""
670
+
659
671
#: shared-bindings/_bleio/UUID.c
660
672
msgid "Byte buffer must be 16 bytes."
661
673
msgstr "Byte buffer harus 16 byte."
@@ -2004,18 +2016,38 @@ msgstr ""
2004
2016
msgid "Temperature read timed out"
2005
2017
msgstr "Waktu baca suhu habis"
2006
2018
2019
+ #: supervisor/shared/safe_mode.c
2020
+ msgid "The BOOT button was pressed at start up.\n"
2021
+ msgstr ""
2022
+
2007
2023
#: supervisor/shared/safe_mode.c
2008
2024
msgid ""
2009
2025
"The CircuitPython heap was corrupted because the stack was too small.\n"
2010
2026
"Increase the stack size if you know how. If not:"
2011
2027
msgstr ""
2012
2028
2029
+ #: ports/espressif/boards/adafruit_feather_esp32_v2/mpconfigboard.h
2030
+ msgid "The SW38 button was pressed at start up.\n"
2031
+ msgstr ""
2032
+
2033
+ #: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
2034
+ msgid "The VOLUME button was pressed at start up.\n"
2035
+ msgstr ""
2036
+
2013
2037
#: supervisor/shared/safe_mode.c
2014
2038
msgid ""
2015
2039
"The `microcontroller` module was used to boot into safe mode. Press reset to "
2016
2040
"exit safe mode."
2017
2041
msgstr ""
2018
2042
2043
+ #: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
2044
+ msgid "The central button was pressed at start up.\n"
2045
+ msgstr ""
2046
+
2047
+ #: ports/nrf/boards/aramcon2_badge/mpconfigboard.h
2048
+ msgid "The left button was pressed at start up.\n"
2049
+ msgstr ""
2050
+
2019
2051
#: shared-bindings/rgbmatrix/RGBMatrix.c
2020
2052
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
2021
2053
msgstr ""
@@ -2076,8 +2108,8 @@ msgid "Timeout is too long: Maximum timeout length is %d seconds"
2076
2108
msgstr ""
2077
2109
2078
2110
#: supervisor/shared/safe_mode.c
2079
- msgid "To exit, please reset the board without "
2080
- msgstr "Untuk keluar, silahkan reset board tanpa "
2111
+ msgid "To exit, please reset the board without requesting safe mode. "
2112
+ msgstr ""
2081
2113
2082
2114
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
2083
2115
msgid "Too many channels in sample"
@@ -2376,10 +2408,6 @@ msgid ""
2376
2408
"You pressed the reset button during boot. Press again to exit safe mode."
2377
2409
msgstr ""
2378
2410
2379
- #: supervisor/shared/safe_mode.c
2380
- msgid "You requested starting safe mode by "
2381
- msgstr "Anda mengajukan untuk memulai mode aman pada (safe mode) pada "
2382
-
2383
2411
#: py/objtype.c
2384
2412
msgid "__init__() should return None"
2385
2413
msgstr "__init __() harus mengembalikan None"
@@ -3847,48 +3875,6 @@ msgstr ""
3847
3875
msgid "pow() with 3 arguments requires integers"
3848
3876
msgstr ""
3849
3877
3850
- #: ports/espressif/boards/adafruit_qtpy_esp32_pico/mpconfigboard.h
3851
- msgid "pressing BOOT button at start up.\n"
3852
- msgstr ""
3853
-
3854
- #: ports/espressif/boards/adafruit_feather_esp32_v2/mpconfigboard.h
3855
- msgid "pressing SW38 button at start up.\n"
3856
- msgstr ""
3857
-
3858
- #: ports/espressif/boards/hardkernel_odroid_go/mpconfigboard.h
3859
- msgid "pressing VOLUME button at start up.\n"
3860
- msgstr ""
3861
-
3862
- #: ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h
3863
- #: ports/espressif/boards/beetle-esp32-c3/mpconfigboard.h
3864
- #: ports/espressif/boards/espressif_esp32s2_devkitc_1_n8r2/mpconfigboard.h
3865
- #: ports/espressif/boards/lolin_c3_mini/mpconfigboard.h
3866
- #: ports/espressif/boards/microdev_micro_c3/mpconfigboard.h
3867
- #: supervisor/shared/safe_mode.c
3868
- msgid "pressing boot button at start up.\n"
3869
- msgstr ""
3870
-
3871
- #: ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.h
3872
- #: ports/atmel-samd/boards/circuitplayground_express_crickit/mpconfigboard.h
3873
- #: ports/atmel-samd/boards/circuitplayground_express_displayio/mpconfigboard.h
3874
- #: ports/atmel-samd/boards/escornabot_makech/mpconfigboard.h
3875
- #: ports/atmel-samd/boards/meowmeow/mpconfigboard.h
3876
- msgid "pressing both buttons at start up.\n"
3877
- msgstr ""
3878
-
3879
- #: ports/espressif/boards/m5stack_atom_lite/mpconfigboard.h
3880
- msgid "pressing central button at start up.\n"
3881
- msgstr ""
3882
-
3883
- #: ports/espressif/boards/m5stack_core_basic/mpconfigboard.h
3884
- #: ports/espressif/boards/m5stack_core_fire/mpconfigboard.h
3885
- msgid "pressing button A at start up.\n"
3886
- msgstr ""
3887
-
3888
- #: ports/nrf/boards/aramcon2_badge/mpconfigboard.h
3889
- msgid "pressing the left button at start up\n"
3890
- msgstr ""
3891
-
3892
3878
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
3893
3879
msgid "pull masks conflict with direction masks"
3894
3880
msgstr ""
@@ -4409,6 +4395,12 @@ msgstr "zi harus berjenis float"
4409
4395
msgid "zi must be of shape (n_section, 2)"
4410
4396
msgstr "Zi harus berbentuk (n_section, 2)"
4411
4397
4398
+ #~ msgid "To exit, please reset the board without "
4399
+ #~ msgstr "Untuk keluar, silahkan reset board tanpa "
4400
+
4401
+ #~ msgid "You requested starting safe mode by "
4402
+ #~ msgstr "Anda mengajukan untuk memulai mode aman pada (safe mode) pada "
4403
+
4412
4404
#~ msgid "Stream missing readinto() or write() method."
4413
4405
#~ msgstr "Aliran tidak menemukan metode readinto() atau write()."
4414
4406
0 commit comments