8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2019-12-10 13:55-0600 \n "
11
+ "POT-Creation-Date : 2019-12-12 14:51-0500 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -23,6 +23,19 @@ msgid ""
23
23
"Code done running. Waiting for reload.\n"
24
24
msgstr ""
25
25
26
+ #: supervisor/shared/safe_mode.c
27
+ msgid ""
28
+ "\n"
29
+ "Please file an issue with the contents of your CIRCUITPY drive at \n"
30
+ "https://github.com/adafruit/circuitpython/issues\n"
31
+ msgstr ""
32
+
33
+ #: supervisor/shared/safe_mode.c
34
+ msgid ""
35
+ "\n"
36
+ "To exit, please reset the board without "
37
+ msgstr ""
38
+
26
39
#: py/obj.c
27
40
msgid " File \" %q\" "
28
41
msgstr ""
@@ -294,7 +307,7 @@ msgid "Array values should be single bytes."
294
307
msgstr ""
295
308
296
309
#: supervisor/shared/safe_mode.c
297
- msgid "Attempted heap allocation when MicroPython VM not running.\n "
310
+ msgid "Attempted heap allocation when MicroPython VM not running."
298
311
msgstr ""
299
312
300
313
#: main.c
@@ -454,6 +467,16 @@ msgstr ""
454
467
msgid "CharacteristicBuffer writing not provided"
455
468
msgstr ""
456
469
470
+ #: supervisor/shared/safe_mode.c
471
+ msgid "CircuitPython core code crashed hard. Whoops!\n"
472
+ msgstr ""
473
+
474
+ #: supervisor/shared/safe_mode.c
475
+ msgid ""
476
+ "CircuitPython is in safe mode because you pressed the reset button during "
477
+ "boot. Press again to exit safe mode.\n"
478
+ msgstr ""
479
+
457
480
#: shared-module/bitbangio/SPI.c
458
481
msgid "Clock pin init failed."
459
482
msgstr ""
@@ -515,7 +538,7 @@ msgid "Couldn't allocate second buffer"
515
538
msgstr ""
516
539
517
540
#: supervisor/shared/safe_mode.c
518
- msgid "Crash into the HardFault_Handler.\n "
541
+ msgid "Crash into the HardFault_Handler."
519
542
msgstr ""
520
543
521
544
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
@@ -632,28 +655,18 @@ msgstr ""
632
655
msgid "Failed to release mutex, err 0x%04x"
633
656
msgstr "Gagal untuk melepaskan mutex, status: 0x%08lX"
634
657
635
- #: py/moduerrno.c
636
- msgid "File exists"
637
- msgstr ""
638
-
639
- #: ports/nrf/peripherals/nrf/nvm.c
640
- msgid "Flash erase failed"
658
+ #: supervisor/shared/safe_mode.c
659
+ msgid "Failed to write internal flash."
641
660
msgstr ""
642
661
643
- #: ports/nrf/peripherals/nrf/nvm.c
644
- #, c-format
645
- msgid "Flash erase failed to start, err 0x%04x"
662
+ #: py/moduerrno.c
663
+ msgid "File exists"
646
664
msgstr ""
647
665
648
- #: ports/nrf/peripherals/nrf/ nvm.c
666
+ #: ports/nrf/common-hal/ nvm/ByteArray .c
649
667
msgid "Flash write failed"
650
668
msgstr ""
651
669
652
- #: ports/nrf/peripherals/nrf/nvm.c
653
- #, c-format
654
- msgid "Flash write failed to start, err 0x%04x"
655
- msgstr ""
656
-
657
670
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
658
671
msgid "Frequency captured is above capability. Capture Paused."
659
672
msgstr ""
@@ -826,13 +839,6 @@ msgstr ""
826
839
msgid "Length must be non-negative"
827
840
msgstr ""
828
841
829
- #: supervisor/shared/safe_mode.c
830
- msgid ""
831
- "Looks like our core CircuitPython code crashed hard. Whoops!\n"
832
- "Please file an issue at https://github.com/adafruit/circuitpython/issues\n"
833
- " with the contents of your CIRCUITPY drive and this message:\n"
834
- msgstr ""
835
-
836
842
#: shared-module/bitbangio/SPI.c
837
843
msgid "MISO pin init failed."
838
844
msgstr ""
@@ -847,11 +853,11 @@ msgid "Maximum x value when mirrored is %d"
847
853
msgstr ""
848
854
849
855
#: supervisor/shared/safe_mode.c
850
- msgid "MicroPython NLR jump failed. Likely memory corruption.\n "
856
+ msgid "MicroPython NLR jump failed. Likely memory corruption."
851
857
msgstr ""
852
858
853
859
#: supervisor/shared/safe_mode.c
854
- msgid "MicroPython fatal error.\n "
860
+ msgid "MicroPython fatal error."
855
861
msgstr ""
856
862
857
863
#: shared-bindings/audiobusio/PDMIn.c
@@ -920,6 +926,10 @@ msgstr ""
920
926
msgid "No such file/directory"
921
927
msgstr ""
922
928
929
+ #: supervisor/shared/safe_mode.c
930
+ msgid "Nordic Soft Device failure assertion."
931
+ msgstr ""
932
+
923
933
#: ports/nrf/common-hal/_bleio/__init__.c
924
934
#: shared-bindings/_bleio/CharacteristicBuffer.c
925
935
#, fuzzy
@@ -1103,10 +1113,7 @@ msgstr ""
1103
1113
#: supervisor/shared/safe_mode.c
1104
1114
msgid ""
1105
1115
"The CircuitPython heap was corrupted because the stack was too small.\n"
1106
- "Please increase stack size limits and press reset (after ejecting "
1107
- "CIRCUITPY).\n"
1108
- "If you didn't change the stack, then file an issue here with the contents of "
1109
- "your CIRCUITPY drive:\n"
1116
+ "Please increase the stack size if you know how, or if not:"
1110
1117
msgstr ""
1111
1118
1112
1119
#: supervisor/shared/safe_mode.c
@@ -1116,21 +1123,11 @@ msgid ""
1116
1123
msgstr ""
1117
1124
1118
1125
#: supervisor/shared/safe_mode.c
1119
- #, fuzzy
1120
1126
msgid ""
1121
- "The microcontroller's power dipped. Please make sure your power supply "
1122
- "provides\n"
1127
+ "The microcontroller's power dipped. Make sure your power supply provides\n"
1123
1128
"enough power for the whole circuit and press reset (after ejecting "
1124
1129
"CIRCUITPY).\n"
1125
1130
msgstr ""
1126
- "Tegangan dari mikrokontroler turun atau mati. Pastikan sumber tegangan "
1127
- "memberikan daya\n"
1128
-
1129
- #: supervisor/shared/safe_mode.c
1130
- msgid ""
1131
- "The reset button was pressed while booting CircuitPython. Press again to "
1132
- "exit safe mode.\n"
1133
- msgstr ""
1134
1131
1135
1132
#: shared-module/audiomixer/MixerVoice.c
1136
1133
msgid "The sample's bits_per_sample does not match the mixer's"
@@ -1164,10 +1161,6 @@ msgstr ""
1164
1161
msgid "Tile width must exactly divide bitmap width"
1165
1162
msgstr ""
1166
1163
1167
- #: supervisor/shared/safe_mode.c
1168
- msgid "To exit, please reset the board without "
1169
- msgstr "Untuk keluar, silahkan reset board tanpa "
1170
-
1171
1164
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1172
1165
msgid "Too many channels in sample."
1173
1166
msgstr "Terlalu banyak channel dalam sampel"
@@ -1246,6 +1239,10 @@ msgstr ""
1246
1239
msgid "Unknown gatt error: 0x%04x"
1247
1240
msgstr ""
1248
1241
1242
+ #: supervisor/shared/safe_mode.c
1243
+ msgid "Unknown reason."
1244
+ msgstr ""
1245
+
1249
1246
#: ports/nrf/common-hal/_bleio/__init__.c
1250
1247
#, c-format
1251
1248
msgid "Unknown security error: 0x%04x"
@@ -1323,12 +1320,8 @@ msgstr ""
1323
1320
"Untuk menampilkan modul built-in silahkan ketik `help(\" modules\" )`.\n"
1324
1321
1325
1322
#: supervisor/shared/safe_mode.c
1326
- #, fuzzy
1327
- msgid ""
1328
- "You are running in safe mode which means something unanticipated happened.\n"
1323
+ msgid "You are in safe mode: something unanticipated happened.\n"
1329
1324
msgstr ""
1330
- "Anda sedang menjalankan mode aman (safe mode) yang berarti sesuatu yang "
1331
- "sangat buruk telah terjadi.\n"
1332
1325
1333
1326
#: supervisor/shared/safe_mode.c
1334
1327
msgid "You requested starting safe mode by "
@@ -2853,6 +2846,19 @@ msgstr ""
2853
2846
#~ msgid "Soft device assert, id: 0x%08lX, pc: 0x%08lX"
2854
2847
#~ msgstr "Dukungan soft device, id: 0x%08lX, pc: 0x%08l"
2855
2848
2849
+ #, fuzzy
2850
+ #~ msgid ""
2851
+ #~ "The microcontroller's power dipped. Please make sure your power supply "
2852
+ #~ "provides\n"
2853
+ #~ "enough power for the whole circuit and press reset (after ejecting "
2854
+ #~ "CIRCUITPY).\n"
2855
+ #~ msgstr ""
2856
+ #~ "Tegangan dari mikrokontroler turun atau mati. Pastikan sumber tegangan "
2857
+ #~ "memberikan daya\n"
2858
+
2859
+ #~ msgid "To exit, please reset the board without "
2860
+ #~ msgstr "Untuk keluar, silahkan reset board tanpa "
2861
+
2856
2862
#~ msgid "UART(%d) does not exist"
2857
2863
#~ msgstr "UART(%d) tidak ada"
2858
2864
@@ -2870,6 +2876,14 @@ msgstr ""
2870
2876
#~ "Gunakan esptool untuk menghapus flash dan upload ulang Python sebagai "
2871
2877
#~ "gantinya"
2872
2878
2879
+ #, fuzzy
2880
+ #~ msgid ""
2881
+ #~ "You are running in safe mode which means something unanticipated "
2882
+ #~ "happened.\n"
2883
+ #~ msgstr ""
2884
+ #~ "Anda sedang menjalankan mode aman (safe mode) yang berarti sesuatu yang "
2885
+ #~ "sangat buruk telah terjadi.\n"
2886
+
2873
2887
#~ msgid "[addrinfo error %d]"
2874
2888
#~ msgstr "[addrinfo error %d]"
2875
2889
0 commit comments