Skip to content

Commit a490376

Browse files
authored
Merge pull request #4587 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents c333acd + 2506ed7 commit a490376

File tree

17 files changed

+391
-222
lines changed

17 files changed

+391
-222
lines changed

locale/ID.po

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ msgid "Attempt to allocate %d blocks"
445445
msgstr ""
446446

447447
#: supervisor/shared/safe_mode.c
448-
msgid "Attempted heap allocation when MicroPython VM not running."
449-
msgstr "Mencoba alokasi heap ketika MicroPython VM tidak berjalan."
448+
msgid "Attempted heap allocation when VM not running."
449+
msgstr ""
450450

451451
#: shared-bindings/wifi/Radio.c
452452
msgid "Authentication failure"
@@ -1028,6 +1028,10 @@ msgstr "Gagal melepaskan mutex, err 0x%04x"
10281028
msgid "Failed to write internal flash."
10291029
msgstr "Gagal menulis flash internal."
10301030

1031+
#: supervisor/shared/safe_mode.c
1032+
msgid "Fatal error."
1033+
msgstr ""
1034+
10311035
#: py/moduerrno.c
10321036
msgid "File exists"
10331037
msgstr "File sudah ada"
@@ -1420,14 +1424,6 @@ msgstr "Nilai x maksimum ketika dicerminkan adalah %d"
14201424
msgid "Messages limited to 8 bytes"
14211425
msgstr ""
14221426

1423-
#: supervisor/shared/safe_mode.c
1424-
msgid "MicroPython NLR jump failed. Likely memory corruption."
1425-
msgstr "Lompatan NLR MicroPython gagal. Kemungkinan kerusakan memori."
1426-
1427-
#: supervisor/shared/safe_mode.c
1428-
msgid "MicroPython fatal error."
1429-
msgstr "Kesalahan fatal MicroPython."
1430-
14311427
#: shared-bindings/audiobusio/PDMIn.c
14321428
msgid "Microphone startup delay must be in range 0.0 to 1.0"
14331429
msgstr "Penundaan mulai mikrofon harus dalam kisaran 0,0 hingga 1,0"
@@ -1479,6 +1475,10 @@ msgstr "Harus menyediakan pin MISO atau MOSI"
14791475
msgid "Must use a multiple of 6 rgb pins, not %d"
14801476
msgstr "Harus menggunakan kelipatan 6 pin rgb, bukan %d"
14811477

1478+
#: supervisor/shared/safe_mode.c
1479+
msgid "NLR jump failed. Likely memory corruption."
1480+
msgstr ""
1481+
14821482
#: ports/esp32s2/common-hal/nvm/ByteArray.c
14831483
msgid "NVS Error"
14841484
msgstr ""
@@ -1847,8 +1847,8 @@ msgstr "Buffer awalan harus ada di heap"
18471847
#: main.c
18481848
msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
18491849
msgstr ""
1850-
"Tekan sembarang tombol untuk masuk ke REPL. Tekan CTRL-D untuk memuat ulang."
1851-
"\n"
1850+
"Tekan sembarang tombol untuk masuk ke REPL. Tekan CTRL-D untuk memuat "
1851+
"ulang.\n"
18521852

18531853
#: main.c
18541854
msgid "Pretending to deep sleep until alarm, CTRL-C or file write.\n"
@@ -3244,6 +3244,10 @@ msgstr ""
32443244
msgid "invalid cert"
32453245
msgstr "cert tidak valid"
32463246

3247+
#: py/compile.c
3248+
msgid "invalid decorator"
3249+
msgstr ""
3250+
32473251
#: extmod/uos_dupterm.c
32483252
msgid "invalid dupterm index"
32493253
msgstr "indeks dupterm tidak valid"
@@ -4289,6 +4293,15 @@ msgstr "zi harus berjenis float"
42894293
msgid "zi must be of shape (n_section, 2)"
42904294
msgstr ""
42914295

4296+
#~ msgid "Attempted heap allocation when MicroPython VM not running."
4297+
#~ msgstr "Mencoba alokasi heap ketika MicroPython VM tidak berjalan."
4298+
4299+
#~ msgid "MicroPython NLR jump failed. Likely memory corruption."
4300+
#~ msgstr "Lompatan NLR MicroPython gagal. Kemungkinan kerusakan memori."
4301+
4302+
#~ msgid "MicroPython fatal error."
4303+
#~ msgstr "Kesalahan fatal MicroPython."
4304+
42924305
#~ msgid "Nordic Soft Device failure assertion."
42934306
#~ msgstr "Pernyataan kegagalan Perangkat Lunak Nordic."
42944307

locale/cs.po

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ msgid "Attempt to allocate %d blocks"
441441
msgstr ""
442442

443443
#: supervisor/shared/safe_mode.c
444-
msgid "Attempted heap allocation when MicroPython VM not running."
444+
msgid "Attempted heap allocation when VM not running."
445445
msgstr ""
446446

447447
#: shared-bindings/wifi/Radio.c
@@ -1011,6 +1011,10 @@ msgstr ""
10111011
msgid "Failed to write internal flash."
10121012
msgstr ""
10131013

1014+
#: supervisor/shared/safe_mode.c
1015+
msgid "Fatal error."
1016+
msgstr ""
1017+
10141018
#: py/moduerrno.c
10151019
msgid "File exists"
10161020
msgstr ""
@@ -1401,14 +1405,6 @@ msgstr ""
14011405
msgid "Messages limited to 8 bytes"
14021406
msgstr ""
14031407

1404-
#: supervisor/shared/safe_mode.c
1405-
msgid "MicroPython NLR jump failed. Likely memory corruption."
1406-
msgstr ""
1407-
1408-
#: supervisor/shared/safe_mode.c
1409-
msgid "MicroPython fatal error."
1410-
msgstr ""
1411-
14121408
#: shared-bindings/audiobusio/PDMIn.c
14131409
msgid "Microphone startup delay must be in range 0.0 to 1.0"
14141410
msgstr ""
@@ -1460,6 +1456,10 @@ msgstr ""
14601456
msgid "Must use a multiple of 6 rgb pins, not %d"
14611457
msgstr ""
14621458

1459+
#: supervisor/shared/safe_mode.c
1460+
msgid "NLR jump failed. Likely memory corruption."
1461+
msgstr ""
1462+
14631463
#: ports/esp32s2/common-hal/nvm/ByteArray.c
14641464
msgid "NVS Error"
14651465
msgstr ""
@@ -3197,6 +3197,10 @@ msgstr ""
31973197
msgid "invalid cert"
31983198
msgstr ""
31993199

3200+
#: py/compile.c
3201+
msgid "invalid decorator"
3202+
msgstr ""
3203+
32003204
#: extmod/uos_dupterm.c
32013205
msgid "invalid dupterm index"
32023206
msgstr ""

locale/de_DE.po

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,8 @@ msgid "Attempt to allocate %d blocks"
447447
msgstr "Versuche %d Blöcke zu allokieren"
448448

449449
#: supervisor/shared/safe_mode.c
450-
msgid "Attempted heap allocation when MicroPython VM not running."
450+
msgid "Attempted heap allocation when VM not running."
451451
msgstr ""
452-
"Versuch einer Heap Reservierung, wenn die MicroPython-VM nicht ausgeführt "
453-
"wird."
454452

455453
#: shared-bindings/wifi/Radio.c
456454
msgid "Authentication failure"
@@ -1029,6 +1027,10 @@ msgstr "Mutex konnte nicht freigegeben werden. Status: 0x%04x"
10291027
msgid "Failed to write internal flash."
10301028
msgstr "Interner Flash konnte nicht geschrieben werden."
10311029

1030+
#: supervisor/shared/safe_mode.c
1031+
msgid "Fatal error."
1032+
msgstr ""
1033+
10321034
#: py/moduerrno.c
10331035
msgid "File exists"
10341036
msgstr "Datei existiert"
@@ -1423,15 +1425,6 @@ msgstr "Maximaler x-Wert beim Spiegeln ist %d"
14231425
msgid "Messages limited to 8 bytes"
14241426
msgstr ""
14251427

1426-
#: supervisor/shared/safe_mode.c
1427-
msgid "MicroPython NLR jump failed. Likely memory corruption."
1428-
msgstr ""
1429-
"MicroPython NLR-Sprung fehlgeschlagen. Wahrscheinlich Speicherbeschädigung."
1430-
1431-
#: supervisor/shared/safe_mode.c
1432-
msgid "MicroPython fatal error."
1433-
msgstr "Schwerwiegender MicroPython-Fehler."
1434-
14351428
#: shared-bindings/audiobusio/PDMIn.c
14361429
msgid "Microphone startup delay must be in range 0.0 to 1.0"
14371430
msgstr ""
@@ -1484,6 +1477,10 @@ msgstr "Muss MISO- oder MOSI-Pin bereitstellen"
14841477
msgid "Must use a multiple of 6 rgb pins, not %d"
14851478
msgstr "Muss ein Vielfaches von 6 RGB-Pins verwenden, nicht %d"
14861479

1480+
#: supervisor/shared/safe_mode.c
1481+
msgid "NLR jump failed. Likely memory corruption."
1482+
msgstr ""
1483+
14871484
#: ports/esp32s2/common-hal/nvm/ByteArray.c
14881485
msgid "NVS Error"
14891486
msgstr ""
@@ -3275,6 +3272,10 @@ msgstr ""
32753272
msgid "invalid cert"
32763273
msgstr "ungültiges cert"
32773274

3275+
#: py/compile.c
3276+
msgid "invalid decorator"
3277+
msgstr ""
3278+
32783279
#: extmod/uos_dupterm.c
32793280
msgid "invalid dupterm index"
32803281
msgstr "ungültiger dupterm index"
@@ -4336,6 +4337,19 @@ msgstr ""
43364337
msgid "zi must be of shape (n_section, 2)"
43374338
msgstr ""
43384339

4340+
#~ msgid "Attempted heap allocation when MicroPython VM not running."
4341+
#~ msgstr ""
4342+
#~ "Versuch einer Heap Reservierung, wenn die MicroPython-VM nicht ausgeführt "
4343+
#~ "wird."
4344+
4345+
#~ msgid "MicroPython NLR jump failed. Likely memory corruption."
4346+
#~ msgstr ""
4347+
#~ "MicroPython NLR-Sprung fehlgeschlagen. Wahrscheinlich "
4348+
#~ "Speicherbeschädigung."
4349+
4350+
#~ msgid "MicroPython fatal error."
4351+
#~ msgstr "Schwerwiegender MicroPython-Fehler."
4352+
43394353
#~ msgid "argument must be ndarray"
43404354
#~ msgstr "Argument muss ein ndarray sein"
43414355

locale/el.po

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ msgid "Attempt to allocate %d blocks"
438438
msgstr ""
439439

440440
#: supervisor/shared/safe_mode.c
441-
msgid "Attempted heap allocation when MicroPython VM not running."
441+
msgid "Attempted heap allocation when VM not running."
442442
msgstr ""
443443

444444
#: shared-bindings/wifi/Radio.c
@@ -1008,6 +1008,10 @@ msgstr ""
10081008
msgid "Failed to write internal flash."
10091009
msgstr ""
10101010

1011+
#: supervisor/shared/safe_mode.c
1012+
msgid "Fatal error."
1013+
msgstr ""
1014+
10111015
#: py/moduerrno.c
10121016
msgid "File exists"
10131017
msgstr ""
@@ -1398,14 +1402,6 @@ msgstr ""
13981402
msgid "Messages limited to 8 bytes"
13991403
msgstr ""
14001404

1401-
#: supervisor/shared/safe_mode.c
1402-
msgid "MicroPython NLR jump failed. Likely memory corruption."
1403-
msgstr ""
1404-
1405-
#: supervisor/shared/safe_mode.c
1406-
msgid "MicroPython fatal error."
1407-
msgstr ""
1408-
14091405
#: shared-bindings/audiobusio/PDMIn.c
14101406
msgid "Microphone startup delay must be in range 0.0 to 1.0"
14111407
msgstr ""
@@ -1457,6 +1453,10 @@ msgstr ""
14571453
msgid "Must use a multiple of 6 rgb pins, not %d"
14581454
msgstr ""
14591455

1456+
#: supervisor/shared/safe_mode.c
1457+
msgid "NLR jump failed. Likely memory corruption."
1458+
msgstr ""
1459+
14601460
#: ports/esp32s2/common-hal/nvm/ByteArray.c
14611461
msgid "NVS Error"
14621462
msgstr ""
@@ -3194,6 +3194,10 @@ msgstr ""
31943194
msgid "invalid cert"
31953195
msgstr ""
31963196

3197+
#: py/compile.c
3198+
msgid "invalid decorator"
3199+
msgstr ""
3200+
31973201
#: extmod/uos_dupterm.c
31983202
msgid "invalid dupterm index"
31993203
msgstr ""

locale/en_GB.po

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"PO-Revision-Date: 2021-03-25 23:30+0000\n"
11-
"Last-Translator: Gareth Coleman <[email protected]>\n"
10+
"PO-Revision-Date: 2021-04-11 01:30+0000\n"
11+
"Last-Translator: Hugo Dahl <[email protected]>\n"
1212
"Language-Team: none\n"
1313
"Language: en_GB\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=n != 1;\n"
18-
"X-Generator: Weblate 4.5.2-dev\n"
18+
"X-Generator: Weblate 4.6-dev\n"
1919

2020
#: main.c
2121
msgid ""
@@ -447,9 +447,8 @@ msgid "Attempt to allocate %d blocks"
447447
msgstr "Attempt to allocate %d blocks"
448448

449449
#: supervisor/shared/safe_mode.c
450-
#, fuzzy
451-
msgid "Attempted heap allocation when MicroPython VM not running."
452-
msgstr "Attempted heap allocation when CircuitPython VM not running."
450+
msgid "Attempted heap allocation when VM not running."
451+
msgstr ""
453452

454453
#: shared-bindings/wifi/Radio.c
455454
msgid "Authentication failure"
@@ -1024,6 +1023,10 @@ msgstr "Failed to release mutex, err 0x%04x"
10241023
msgid "Failed to write internal flash."
10251024
msgstr "Failed to write internal flash."
10261025

1026+
#: supervisor/shared/safe_mode.c
1027+
msgid "Fatal error."
1028+
msgstr ""
1029+
10271030
#: py/moduerrno.c
10281031
msgid "File exists"
10291032
msgstr "File exists"
@@ -1416,16 +1419,6 @@ msgstr "Maximum x value when mirrored is %d"
14161419
msgid "Messages limited to 8 bytes"
14171420
msgstr "Messages limited to 8 bytes"
14181421

1419-
#: supervisor/shared/safe_mode.c
1420-
#, fuzzy
1421-
msgid "MicroPython NLR jump failed. Likely memory corruption."
1422-
msgstr "CircuitPython NLR jump failed. Likely memory corruption."
1423-
1424-
#: supervisor/shared/safe_mode.c
1425-
#, fuzzy
1426-
msgid "MicroPython fatal error."
1427-
msgstr "CircuitPython fatal error."
1428-
14291422
#: shared-bindings/audiobusio/PDMIn.c
14301423
msgid "Microphone startup delay must be in range 0.0 to 1.0"
14311424
msgstr "Microphone startup delay must be in range 0.0 to 1.0"
@@ -1477,6 +1470,10 @@ msgstr "Must provide MISO or MOSI pin"
14771470
msgid "Must use a multiple of 6 rgb pins, not %d"
14781471
msgstr "Must use a multiple of 6 rgb pins, not %d"
14791472

1473+
#: supervisor/shared/safe_mode.c
1474+
msgid "NLR jump failed. Likely memory corruption."
1475+
msgstr ""
1476+
14801477
#: ports/esp32s2/common-hal/nvm/ByteArray.c
14811478
msgid "NVS Error"
14821479
msgstr "NVS Error"
@@ -3244,6 +3241,10 @@ msgstr "invalid bits_per_pixel %d, must be, 1, 4, 8, 16, 24, or 32"
32443241
msgid "invalid cert"
32453242
msgstr "invalid cert"
32463243

3244+
#: py/compile.c
3245+
msgid "invalid decorator"
3246+
msgstr ""
3247+
32473248
#: extmod/uos_dupterm.c
32483249
msgid "invalid dupterm index"
32493250
msgstr "invalid dupterm index"
@@ -4291,6 +4292,16 @@ msgstr "zi must be of float type"
42914292
msgid "zi must be of shape (n_section, 2)"
42924293
msgstr "zi must be of shape (n_section, 2)"
42934294

4295+
#~ msgid "Attempted heap allocation when MicroPython VM not running."
4296+
#~ msgstr "Attempted heap allocation when MicroPython VM not running."
4297+
4298+
#~ msgid "MicroPython NLR jump failed. Likely memory corruption."
4299+
#~ msgstr "MicroPython NLR jump failed. Likely memory corruption."
4300+
4301+
#, fuzzy
4302+
#~ msgid "MicroPython fatal error."
4303+
#~ msgstr "CircuitPython fatal error."
4304+
42944305
#~ msgid "argument must be ndarray"
42954306
#~ msgstr "argument must be ndarray"
42964307

0 commit comments

Comments
 (0)