Skip to content

Commit bb74be3

Browse files
authored
Merge pull request #8022 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 634226e + 0faf381 commit bb74be3

File tree

19 files changed

+329
-129
lines changed

19 files changed

+329
-129
lines changed

locale/ID.po

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ msgstr ""
214214
msgid "%q must be of type %q or %q, not %q"
215215
msgstr ""
216216

217-
#: py/argcheck.c py/obj.c py/objstrunicode.c
217+
#: py/argcheck.c py/obj.c py/objstrunicode.c shared-module/synthio/__init__.c
218218
msgid "%q must be of type %q, not %q"
219219
msgstr ""
220220

@@ -2498,6 +2498,10 @@ msgstr "alamatnya kosong"
24982498
msgid "annotation must be an identifier"
24992499
msgstr ""
25002500

2501+
#: extmod/ulab/code/numpy/create.c
2502+
msgid "arange: cannot compute length"
2503+
msgstr ""
2504+
25012505
#: py/modbuiltins.c
25022506
msgid "arg is an empty sequence"
25032507
msgstr "arg berisi urutan kosong"
@@ -2670,6 +2674,10 @@ msgstr "hanya mampu memiliki hingga 4 parameter untuk Thumb assembly"
26702674
msgid "can only have up to 4 parameters to Xtensa assembly"
26712675
msgstr ""
26722676

2677+
#: extmod/ulab/code/ndarray.c
2678+
msgid "can only specify one unknown dimension"
2679+
msgstr ""
2680+
26732681
#: py/objtype.c
26742682
msgid "can't add special method to already-subclassed class"
26752683
msgstr ""
@@ -2821,6 +2829,10 @@ msgstr ""
28212829
msgid "cannot import name %q"
28222830
msgstr ""
28232831

2832+
#: extmod/ulab/code/ndarray.c
2833+
msgid "cannot reshape array"
2834+
msgstr ""
2835+
28242836
#: extmod/moductypes.c
28252837
msgid "cannot unambiguously get sizeof scalar"
28262838
msgstr ""
@@ -3270,10 +3282,6 @@ msgstr ""
32703282
msgid "inline assembler must be a function"
32713283
msgstr "inline assembler harus sebuah fungsi"
32723284

3273-
#: extmod/ulab/code/ndarray.c
3274-
msgid "input and output shapes are not compatible"
3275-
msgstr ""
3276-
32773285
#: extmod/ulab/code/numpy/create.c
32783286
msgid "input argument must be an integer, a tuple, or a list"
32793287
msgstr ""
@@ -3988,7 +3996,7 @@ msgid "set unsupported"
39883996
msgstr ""
39893997

39903998
#: extmod/ulab/code/ndarray.c
3991-
msgid "shape must be a tuple"
3999+
msgid "shape must be integer or tuple of integers"
39924000
msgstr ""
39934001

39944002
#: shared-module/msgpack/__init__.c

locale/cs.po

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ msgstr ""
215215
msgid "%q must be of type %q or %q, not %q"
216216
msgstr ""
217217

218-
#: py/argcheck.c py/obj.c py/objstrunicode.c
218+
#: py/argcheck.c py/obj.c py/objstrunicode.c shared-module/synthio/__init__.c
219219
msgid "%q must be of type %q, not %q"
220220
msgstr ""
221221

@@ -2485,6 +2485,10 @@ msgstr ""
24852485
msgid "annotation must be an identifier"
24862486
msgstr ""
24872487

2488+
#: extmod/ulab/code/numpy/create.c
2489+
msgid "arange: cannot compute length"
2490+
msgstr ""
2491+
24882492
#: py/modbuiltins.c
24892493
msgid "arg is an empty sequence"
24902494
msgstr ""
@@ -2657,6 +2661,10 @@ msgstr ""
26572661
msgid "can only have up to 4 parameters to Xtensa assembly"
26582662
msgstr ""
26592663

2664+
#: extmod/ulab/code/ndarray.c
2665+
msgid "can only specify one unknown dimension"
2666+
msgstr ""
2667+
26602668
#: py/objtype.c
26612669
msgid "can't add special method to already-subclassed class"
26622670
msgstr ""
@@ -2808,6 +2816,10 @@ msgstr ""
28082816
msgid "cannot import name %q"
28092817
msgstr ""
28102818

2819+
#: extmod/ulab/code/ndarray.c
2820+
msgid "cannot reshape array"
2821+
msgstr ""
2822+
28112823
#: extmod/moductypes.c
28122824
msgid "cannot unambiguously get sizeof scalar"
28132825
msgstr ""
@@ -3257,10 +3269,6 @@ msgstr ""
32573269
msgid "inline assembler must be a function"
32583270
msgstr ""
32593271

3260-
#: extmod/ulab/code/ndarray.c
3261-
msgid "input and output shapes are not compatible"
3262-
msgstr ""
3263-
32643272
#: extmod/ulab/code/numpy/create.c
32653273
msgid "input argument must be an integer, a tuple, or a list"
32663274
msgstr ""
@@ -3974,7 +3982,7 @@ msgid "set unsupported"
39743982
msgstr ""
39753983

39763984
#: extmod/ulab/code/ndarray.c
3977-
msgid "shape must be a tuple"
3985+
msgid "shape must be integer or tuple of integers"
39783986
msgstr ""
39793987

39803988
#: shared-module/msgpack/__init__.c

locale/de_DE.po

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ msgstr ""
224224
msgid "%q must be of type %q or %q, not %q"
225225
msgstr "%q muss von Typ %q oder %q sein, nicht %q"
226226

227-
#: py/argcheck.c py/obj.c py/objstrunicode.c
227+
#: py/argcheck.c py/obj.c py/objstrunicode.c shared-module/synthio/__init__.c
228228
msgid "%q must be of type %q, not %q"
229229
msgstr "%q muss von Typ %q sein, nicht %q"
230230

@@ -2542,6 +2542,10 @@ msgstr "addresses ist leer"
25422542
msgid "annotation must be an identifier"
25432543
msgstr "Die Annotation muss ein Bezeichner sein"
25442544

2545+
#: extmod/ulab/code/numpy/create.c
2546+
msgid "arange: cannot compute length"
2547+
msgstr ""
2548+
25452549
#: py/modbuiltins.c
25462550
msgid "arg is an empty sequence"
25472551
msgstr "arg ist eine leere Sequenz"
@@ -2714,6 +2718,10 @@ msgstr "kann nur bis zu 4 Parameter für die Thumb assembly haben"
27142718
msgid "can only have up to 4 parameters to Xtensa assembly"
27152719
msgstr "kann nur bis zu 4 Parameter für die Xtensa assembly haben"
27162720

2721+
#: extmod/ulab/code/ndarray.c
2722+
msgid "can only specify one unknown dimension"
2723+
msgstr ""
2724+
27172725
#: py/objtype.c
27182726
msgid "can't add special method to already-subclassed class"
27192727
msgstr ""
@@ -2873,6 +2881,10 @@ msgstr "Kann Instanz nicht erstellen"
28732881
msgid "cannot import name %q"
28742882
msgstr "Name %q kann nicht importiert werden"
28752883

2884+
#: extmod/ulab/code/ndarray.c
2885+
msgid "cannot reshape array"
2886+
msgstr ""
2887+
28762888
#: extmod/moductypes.c
28772889
msgid "cannot unambiguously get sizeof scalar"
28782890
msgstr "Kann nicht eindeutig die Größe (sizeof) des Skalars ermitteln"
@@ -3330,10 +3342,6 @@ msgstr "Länge von initial_value ist falsch"
33303342
msgid "inline assembler must be a function"
33313343
msgstr "inline assembler muss eine function sein"
33323344

3333-
#: extmod/ulab/code/ndarray.c
3334-
msgid "input and output shapes are not compatible"
3335-
msgstr "Eingabe- und Ausgabeformen sind nicht kompatibel"
3336-
33373345
#: extmod/ulab/code/numpy/create.c
33383346
msgid "input argument must be an integer, a tuple, or a list"
33393347
msgstr "das Eingabeargument muss ein Integer, Tupel oder eine Liste sein"
@@ -4059,8 +4067,8 @@ msgid "set unsupported"
40594067
msgstr "nicht unterstützt"
40604068

40614069
#: extmod/ulab/code/ndarray.c
4062-
msgid "shape must be a tuple"
4063-
msgstr "Form muss ein Tupel sein"
4070+
msgid "shape must be integer or tuple of integers"
4071+
msgstr ""
40644072

40654073
#: shared-module/msgpack/__init__.c
40664074
msgid "short read"
@@ -4451,6 +4459,12 @@ msgstr "zi muss eine Gleitkommazahl sein"
44514459
msgid "zi must be of shape (n_section, 2)"
44524460
msgstr "zi muss die Form (n_section, 2) haben"
44534461

4462+
#~ msgid "input and output shapes are not compatible"
4463+
#~ msgstr "Eingabe- und Ausgabeformen sind nicht kompatibel"
4464+
4465+
#~ msgid "shape must be a tuple"
4466+
#~ msgstr "Form muss ein Tupel sein"
4467+
44544468
#~ msgid "Brightness must be 0-1.0"
44554469
#~ msgstr "Die Helligkeit muss zwischen 0 und 1.0 liegen"
44564470

locale/el.po

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ msgstr "%q πρέπει να είναι λίστα τύπου 'h'"
226226
msgid "%q must be of type %q or %q, not %q"
227227
msgstr "%q πρέπει να είναι τύπου %q ή %q, όχι %q"
228228

229-
#: py/argcheck.c py/obj.c py/objstrunicode.c
229+
#: py/argcheck.c py/obj.c py/objstrunicode.c shared-module/synthio/__init__.c
230230
msgid "%q must be of type %q, not %q"
231231
msgstr ""
232232

@@ -2499,6 +2499,10 @@ msgstr ""
24992499
msgid "annotation must be an identifier"
25002500
msgstr ""
25012501

2502+
#: extmod/ulab/code/numpy/create.c
2503+
msgid "arange: cannot compute length"
2504+
msgstr ""
2505+
25022506
#: py/modbuiltins.c
25032507
msgid "arg is an empty sequence"
25042508
msgstr ""
@@ -2671,6 +2675,10 @@ msgstr ""
26712675
msgid "can only have up to 4 parameters to Xtensa assembly"
26722676
msgstr ""
26732677

2678+
#: extmod/ulab/code/ndarray.c
2679+
msgid "can only specify one unknown dimension"
2680+
msgstr ""
2681+
26742682
#: py/objtype.c
26752683
msgid "can't add special method to already-subclassed class"
26762684
msgstr ""
@@ -2822,6 +2830,10 @@ msgstr ""
28222830
msgid "cannot import name %q"
28232831
msgstr ""
28242832

2833+
#: extmod/ulab/code/ndarray.c
2834+
msgid "cannot reshape array"
2835+
msgstr ""
2836+
28252837
#: extmod/moductypes.c
28262838
msgid "cannot unambiguously get sizeof scalar"
28272839
msgstr ""
@@ -3271,10 +3283,6 @@ msgstr ""
32713283
msgid "inline assembler must be a function"
32723284
msgstr ""
32733285

3274-
#: extmod/ulab/code/ndarray.c
3275-
msgid "input and output shapes are not compatible"
3276-
msgstr ""
3277-
32783286
#: extmod/ulab/code/numpy/create.c
32793287
msgid "input argument must be an integer, a tuple, or a list"
32803288
msgstr ""
@@ -3988,7 +3996,7 @@ msgid "set unsupported"
39883996
msgstr ""
39893997

39903998
#: extmod/ulab/code/ndarray.c
3991-
msgid "shape must be a tuple"
3999+
msgid "shape must be integer or tuple of integers"
39924000
msgstr ""
39934001

39944002
#: shared-module/msgpack/__init__.c

locale/en_GB.po

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"PO-Revision-Date: 2023-05-21 00:49+0000\n"
11-
"Last-Translator: Scott Shawcroft <[email protected]>\n"
10+
"PO-Revision-Date: 2023-05-23 22:55+0000\n"
11+
"Last-Translator: Andi Chandler <[email protected]>\n"
1212
"Language-Team: none\n"
1313
"Language: en_GB\n"
1414
"MIME-Version: 1.0\n"
@@ -224,7 +224,7 @@ msgstr "%q must be array of type 'h'"
224224
msgid "%q must be of type %q or %q, not %q"
225225
msgstr "%q must be of type %q or %q, not %q"
226226

227-
#: py/argcheck.c py/obj.c py/objstrunicode.c
227+
#: py/argcheck.c py/obj.c py/objstrunicode.c shared-module/synthio/__init__.c
228228
msgid "%q must be of type %q, not %q"
229229
msgstr "%q must be of type %q, not %q"
230230

@@ -2508,6 +2508,10 @@ msgstr "addresses is empty"
25082508
msgid "annotation must be an identifier"
25092509
msgstr "annotation must be an identifier"
25102510

2511+
#: extmod/ulab/code/numpy/create.c
2512+
msgid "arange: cannot compute length"
2513+
msgstr "arange: cannot compute length"
2514+
25112515
#: py/modbuiltins.c
25122516
msgid "arg is an empty sequence"
25132517
msgstr "arg is an empty sequence"
@@ -2680,6 +2684,10 @@ msgstr "Can only have up to 4 parameters to thumb assembly"
26802684
msgid "can only have up to 4 parameters to Xtensa assembly"
26812685
msgstr "Can only have up to 4 parameters to xtensa assembly"
26822686

2687+
#: extmod/ulab/code/ndarray.c
2688+
msgid "can only specify one unknown dimension"
2689+
msgstr "can only specify one unknown dimension"
2690+
26832691
#: py/objtype.c
26842692
msgid "can't add special method to already-subclassed class"
26852693
msgstr "Can't add special method to already-subclassed class"
@@ -2833,6 +2841,10 @@ msgstr "can't create instance"
28332841
msgid "cannot import name %q"
28342842
msgstr "can't import name %q"
28352843

2844+
#: extmod/ulab/code/ndarray.c
2845+
msgid "cannot reshape array"
2846+
msgstr "cannot reshape array"
2847+
28362848
#: extmod/moductypes.c
28372849
msgid "cannot unambiguously get sizeof scalar"
28382850
msgstr "cannot unambiguously get sizeof scalar"
@@ -3285,10 +3297,6 @@ msgstr "initial_value length is wrong"
32853297
msgid "inline assembler must be a function"
32863298
msgstr "inline assembler must be a function"
32873299

3288-
#: extmod/ulab/code/ndarray.c
3289-
msgid "input and output shapes are not compatible"
3290-
msgstr "input and output shapes are not compatible"
3291-
32923300
#: extmod/ulab/code/numpy/create.c
32933301
msgid "input argument must be an integer, a tuple, or a list"
32943302
msgstr "input argument must be an integer, a tuple, or a list"
@@ -4002,8 +4010,8 @@ msgid "set unsupported"
40024010
msgstr "set unsupported"
40034011

40044012
#: extmod/ulab/code/ndarray.c
4005-
msgid "shape must be a tuple"
4006-
msgstr "shape must be a tuple"
4013+
msgid "shape must be integer or tuple of integers"
4014+
msgstr "shape must be integer or tuple of integers"
40074015

40084016
#: shared-module/msgpack/__init__.c
40094017
msgid "short read"
@@ -4392,6 +4400,12 @@ msgstr "zi must be of float type"
43924400
msgid "zi must be of shape (n_section, 2)"
43934401
msgstr "zi must be of shape (n_section, 2)"
43944402

4403+
#~ msgid "input and output shapes are not compatible"
4404+
#~ msgstr "input and output shapes are not compatible"
4405+
4406+
#~ msgid "shape must be a tuple"
4407+
#~ msgstr "shape must be a tuple"
4408+
43954409
#~ msgid "Brightness must be 0-1.0"
43964410
#~ msgstr "Brightness must be 0-1.0"
43974411

0 commit comments

Comments
 (0)