Skip to content

Commit a2ae503

Browse files
authored
Merge pull request #4706 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents f5f18b2 + 7d3511d commit a2ae503

File tree

17 files changed

+504
-443
lines changed

17 files changed

+504
-443
lines changed

locale/ID.po

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ msgstr "Semua channel event sedang digunakan"
357357
msgid "All state machines in use"
358358
msgstr ""
359359

360-
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
360+
#: ports/atmel-samd/audio_dma.c
361361
msgid "All sync event channels in use"
362362
msgstr "Semua channel event yang disinkronisasi sedang digunakan"
363363

@@ -754,6 +754,10 @@ msgid ""
754754
msgstr ""
755755
"Koneksi telah terputus dan tidak dapat lagi digunakan. Buat koneksi baru."
756756

757+
#: py/persistentcode.c
758+
msgid "Corrupt .mpy file"
759+
msgstr "File .mpy rusak"
760+
757761
#: ports/cxd56/common-hal/camera/Camera.c
758762
msgid "Could not initialize Camera"
759763
msgstr ""
@@ -1488,7 +1492,7 @@ msgstr ""
14881492
msgid "NVS Error"
14891493
msgstr ""
14901494

1491-
#: py/parse.c
1495+
#: py/qstr.c
14921496
msgid "Name too long"
14931497
msgstr "Nama terlalu panjang"
14941498

@@ -2156,14 +2160,6 @@ msgstr ""
21562160
msgid "Timeout is too long: Maximum timeout length is %d seconds"
21572161
msgstr ""
21582162

2159-
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
2160-
msgid "Timeout waiting for DRDY"
2161-
msgstr ""
2162-
2163-
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
2164-
msgid "Timeout waiting for VSYNC"
2165-
msgstr ""
2166-
21672163
#: supervisor/shared/safe_mode.c
21682164
msgid "To exit, please reset the board without "
21692165
msgstr "Untuk keluar, silahkan reset board tanpa "
@@ -2577,10 +2573,6 @@ msgstr ""
25772573
msgid "buttons must be digitalio.DigitalInOut"
25782574
msgstr ""
25792575

2580-
#: py/vm.c
2581-
msgid "byte code not implemented"
2582-
msgstr ""
2583-
25842576
#: shared-bindings/_pixelbuf/PixelBuf.c
25852577
msgid "byteorder is not a string"
25862578
msgstr ""
@@ -2687,10 +2679,6 @@ msgstr ""
26872679
msgid "can't load with '%q' index"
26882680
msgstr ""
26892681

2690-
#: py/objgenerator.c
2691-
msgid "can't pend throw to just-started generator"
2692-
msgstr ""
2693-
26942682
#: py/objgenerator.c
26952683
msgid "can't send non-None value to a just-started generator"
26962684
msgstr ""
@@ -3042,6 +3030,10 @@ msgstr ""
30423030
msgid "float too big"
30433031
msgstr ""
30443032

3033+
#: py/nativeglue.c
3034+
msgid "float unsupported"
3035+
msgstr ""
3036+
30453037
#: shared-bindings/_stage/Text.c
30463038
msgid "font must be 2048 bytes long"
30473039
msgstr ""
@@ -3110,7 +3102,7 @@ msgstr ""
31103102
msgid "generator ignored GeneratorExit"
31113103
msgstr ""
31123104

3113-
#: py/objgenerator.c
3105+
#: py/objgenerator.c py/runtime.c
31143106
msgid "generator raised StopIteration"
31153107
msgstr ""
31163108

@@ -3130,6 +3122,10 @@ msgstr "identifier didefinisi ulang sebagai global"
31303122
msgid "identifier redefined as nonlocal"
31313123
msgstr "identifier didefinisi ulang sebagai nonlocal"
31323124

3125+
#: py/compile.c
3126+
msgid "import * not at module level"
3127+
msgstr ""
3128+
31333129
#: py/persistentcode.c
31343130
msgid "incompatible .mpy file"
31353131
msgstr ""
@@ -3274,10 +3270,6 @@ msgstr ""
32743270
msgid "invalid decorator"
32753271
msgstr ""
32763272

3277-
#: extmod/uos_dupterm.c
3278-
msgid "invalid dupterm index"
3279-
msgstr "indeks dupterm tidak valid"
3280-
32813273
#: shared-bindings/bitmaptools/__init__.c
32823274
#, c-format
32833275
msgid "invalid element size %d for bits_per_pixel %d\n"
@@ -3672,6 +3664,10 @@ msgstr ""
36723664
msgid "only slices with step=1 (aka None) are supported"
36733665
msgstr ""
36743666

3667+
#: py/vm.c
3668+
msgid "opcode"
3669+
msgstr ""
3670+
36753671
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare/compare.c
36763672
#: extmod/ulab/code/numpy/vector/vector.c
36773673
msgid "operands could not be broadcast together"
@@ -3891,7 +3887,7 @@ msgid "sampling rate out of range"
38913887
msgstr "nilai sampling keluar dari jangkauan"
38923888

38933889
#: py/modmicropython.c
3894-
msgid "schedule stack full"
3890+
msgid "schedule queue full"
38953891
msgstr ""
38963892

38973893
#: lib/utils/pyexec.c py/builtinimport.c
@@ -4309,8 +4305,8 @@ msgstr "zi harus berjenis float"
43094305
msgid "zi must be of shape (n_section, 2)"
43104306
msgstr ""
43114307

4312-
#~ msgid "Corrupt .mpy file"
4313-
#~ msgstr "File .mpy rusak"
4308+
#~ msgid "invalid dupterm index"
4309+
#~ msgstr "indeks dupterm tidak valid"
43144310

43154311
#~ msgid "Corrupt raw code"
43164312
#~ msgstr "Kode raw rusak"

locale/cs.po

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ msgstr ""
353353
msgid "All state machines in use"
354354
msgstr ""
355355

356-
#: ports/atmel-samd/audio_dma.c ports/atmel-samd/common-hal/audiobusio/PDMIn.c
356+
#: ports/atmel-samd/audio_dma.c
357357
msgid "All sync event channels in use"
358358
msgstr ""
359359

@@ -737,6 +737,10 @@ msgid ""
737737
"connection."
738738
msgstr ""
739739

740+
#: py/persistentcode.c
741+
msgid "Corrupt .mpy file"
742+
msgstr ""
743+
740744
#: ports/cxd56/common-hal/camera/Camera.c
741745
msgid "Could not initialize Camera"
742746
msgstr ""
@@ -1469,7 +1473,7 @@ msgstr ""
14691473
msgid "NVS Error"
14701474
msgstr ""
14711475

1472-
#: py/parse.c
1476+
#: py/qstr.c
14731477
msgid "Name too long"
14741478
msgstr ""
14751479

@@ -2118,14 +2122,6 @@ msgstr ""
21182122
msgid "Timeout is too long: Maximum timeout length is %d seconds"
21192123
msgstr ""
21202124

2121-
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
2122-
msgid "Timeout waiting for DRDY"
2123-
msgstr ""
2124-
2125-
#: ports/atmel-samd/common-hal/imagecapture/ParallelImageCapture.c
2126-
msgid "Timeout waiting for VSYNC"
2127-
msgstr ""
2128-
21292125
#: supervisor/shared/safe_mode.c
21302126
msgid "To exit, please reset the board without "
21312127
msgstr ""
@@ -2531,10 +2527,6 @@ msgstr ""
25312527
msgid "buttons must be digitalio.DigitalInOut"
25322528
msgstr ""
25332529

2534-
#: py/vm.c
2535-
msgid "byte code not implemented"
2536-
msgstr ""
2537-
25382530
#: shared-bindings/_pixelbuf/PixelBuf.c
25392531
msgid "byteorder is not a string"
25402532
msgstr ""
@@ -2641,10 +2633,6 @@ msgstr ""
26412633
msgid "can't load with '%q' index"
26422634
msgstr ""
26432635

2644-
#: py/objgenerator.c
2645-
msgid "can't pend throw to just-started generator"
2646-
msgstr ""
2647-
26482636
#: py/objgenerator.c
26492637
msgid "can't send non-None value to a just-started generator"
26502638
msgstr ""
@@ -2996,6 +2984,10 @@ msgstr ""
29962984
msgid "float too big"
29972985
msgstr ""
29982986

2987+
#: py/nativeglue.c
2988+
msgid "float unsupported"
2989+
msgstr ""
2990+
29992991
#: shared-bindings/_stage/Text.c
30002992
msgid "font must be 2048 bytes long"
30012993
msgstr ""
@@ -3064,7 +3056,7 @@ msgstr ""
30643056
msgid "generator ignored GeneratorExit"
30653057
msgstr ""
30663058

3067-
#: py/objgenerator.c
3059+
#: py/objgenerator.c py/runtime.c
30683060
msgid "generator raised StopIteration"
30693061
msgstr ""
30703062

@@ -3084,6 +3076,10 @@ msgstr ""
30843076
msgid "identifier redefined as nonlocal"
30853077
msgstr ""
30863078

3079+
#: py/compile.c
3080+
msgid "import * not at module level"
3081+
msgstr ""
3082+
30873083
#: py/persistentcode.c
30883084
msgid "incompatible .mpy file"
30893085
msgstr ""
@@ -3228,10 +3224,6 @@ msgstr ""
32283224
msgid "invalid decorator"
32293225
msgstr ""
32303226

3231-
#: extmod/uos_dupterm.c
3232-
msgid "invalid dupterm index"
3233-
msgstr ""
3234-
32353227
#: shared-bindings/bitmaptools/__init__.c
32363228
#, c-format
32373229
msgid "invalid element size %d for bits_per_pixel %d\n"
@@ -3625,6 +3617,10 @@ msgstr ""
36253617
msgid "only slices with step=1 (aka None) are supported"
36263618
msgstr ""
36273619

3620+
#: py/vm.c
3621+
msgid "opcode"
3622+
msgstr ""
3623+
36283624
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare/compare.c
36293625
#: extmod/ulab/code/numpy/vector/vector.c
36303626
msgid "operands could not be broadcast together"
@@ -3844,7 +3840,7 @@ msgid "sampling rate out of range"
38443840
msgstr ""
38453841

38463842
#: py/modmicropython.c
3847-
msgid "schedule stack full"
3843+
msgid "schedule queue full"
38483844
msgstr ""
38493845

38503846
#: lib/utils/pyexec.c py/builtinimport.c

0 commit comments

Comments
 (0)