Skip to content

Commit 506a7b8

Browse files
authored
Merge pull request #6582 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 078ebeb + 311c77e commit 506a7b8

File tree

19 files changed

+915
-229
lines changed

19 files changed

+915
-229
lines changed

locale/ID.po

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,6 +2383,10 @@ msgstr "argumen harus berupa ndarrays"
23832383
msgid "array and index length must be equal"
23842384
msgstr ""
23852385

2386+
#: extmod/ulab/code/numpy/io/io.c
2387+
msgid "array has too many dimensions"
2388+
msgstr ""
2389+
23862390
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
23872391
#: shared-bindings/nvm/ByteArray.c
23882392
msgid "array/bytes required on right side"
@@ -2750,6 +2754,10 @@ msgstr ""
27502754
msgid "convolve arguments must not be empty"
27512755
msgstr ""
27522756

2757+
#: extmod/ulab/code/numpy/io/io.c
2758+
msgid "corrupted file"
2759+
msgstr ""
2760+
27532761
#: extmod/ulab/code/numpy/poly.c
27542762
msgid "could not invert Vandermonde matrix"
27552763
msgstr ""
@@ -2841,6 +2849,10 @@ msgstr ""
28412849
msgid "empty"
28422850
msgstr ""
28432851

2852+
#: extmod/ulab/code/numpy/io/io.c
2853+
msgid "empty file"
2854+
msgstr ""
2855+
28442856
#: extmod/moduasyncio.c extmod/moduheapq.c extmod/modutimeq.c
28452857
msgid "empty heap"
28462858
msgstr "heap kosong"
@@ -2944,7 +2956,7 @@ msgstr ""
29442956
msgid "first argument must be a tuple of ndarrays"
29452957
msgstr ""
29462958

2947-
#: extmod/ulab/code/numpy/vector.c
2959+
#: extmod/ulab/code/numpy/transform.c extmod/ulab/code/numpy/vector.c
29482960
msgid "first argument must be an ndarray"
29492961
msgstr ""
29502962

@@ -3092,7 +3104,7 @@ msgstr ""
30923104
msgid "incorrect padding"
30933105
msgstr "lapisan (padding) tidak benar"
30943106

3095-
#: extmod/ulab/code/ndarray.c
3107+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/transform.c
30963108
msgid "index is out of bounds"
30973109
msgstr ""
30983110

@@ -3159,6 +3171,10 @@ msgstr ""
31593171
msgid "input matrix is singular"
31603172
msgstr ""
31613173

3174+
#: extmod/ulab/code/numpy/create.c
3175+
msgid "input must be 1- or 2-d"
3176+
msgstr ""
3177+
31623178
#: extmod/ulab/code/numpy/carray/carray.c
31633179
msgid "input must be a 1D ndarray"
31643180
msgstr ""
@@ -3167,11 +3183,7 @@ msgstr ""
31673183
msgid "input must be a dense ndarray"
31683184
msgstr ""
31693185

3170-
#: extmod/ulab/code/numpy/create.c
3171-
msgid "input must be a tensor of rank 2"
3172-
msgstr ""
3173-
3174-
#: extmod/ulab/code/numpy/create.c extmod/ulab/code/user/user.c
3186+
#: extmod/ulab/code/user/user.c
31753187
msgid "input must be an ndarray"
31763188
msgstr ""
31773189

@@ -3372,7 +3384,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
33723384
msgstr ""
33733385

33743386
#: extmod/ulab/code/ndarray.c
3375-
msgid "maximum number of dimensions is 4"
3387+
msgid "maximum number of dimensions is "
33763388
msgstr ""
33773389

33783390
#: py/runtime.c
@@ -3621,7 +3633,7 @@ msgstr "panjang data string memiliki keganjilan (odd-length)"
36213633
msgid "off"
36223634
msgstr ""
36233635

3624-
#: extmod/ulab/code/numpy/create.c extmod/ulab/code/utils/utils.c
3636+
#: extmod/ulab/code/utils/utils.c
36253637
msgid "offset is too large"
36263638
msgstr ""
36273639

@@ -3772,6 +3784,7 @@ msgid "pow() with 3 arguments requires integers"
37723784
msgstr ""
37733785

37743786
#: ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h
3787+
#: ports/espressif/boards/lolin_c3_mini/mpconfigboard.h
37753788
#: supervisor/shared/safe_mode.c
37763789
msgid "pressing boot button at start up.\n"
37773790
msgstr ""
@@ -4207,6 +4220,14 @@ msgstr ""
42074220
msgid "unsupported types for %q: '%q', '%q'"
42084221
msgstr ""
42094222

4223+
#: extmod/ulab/code/numpy/io/io.c
4224+
msgid "usecols is too high"
4225+
msgstr ""
4226+
4227+
#: extmod/ulab/code/numpy/io/io.c
4228+
msgid "usecols keyword must be specified"
4229+
msgstr ""
4230+
42104231
#: py/objint.c
42114232
#, c-format
42124233
msgid "value must fit in %d byte(s)"
@@ -4248,14 +4269,28 @@ msgstr "indeks sumbu salah"
42484269
msgid "wrong axis specified"
42494270
msgstr "sumbu yang ditentukan salah"
42504271

4251-
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
4272+
#: extmod/ulab/code/numpy/io/io.c
4273+
msgid "wrong dtype"
4274+
msgstr ""
4275+
4276+
#: extmod/ulab/code/numpy/transform.c
4277+
msgid "wrong index type"
4278+
msgstr ""
4279+
4280+
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/create.c
4281+
#: extmod/ulab/code/numpy/io/io.c extmod/ulab/code/numpy/transform.c
4282+
#: extmod/ulab/code/numpy/vector.c
42524283
msgid "wrong input type"
42534284
msgstr "tipe input salah"
42544285

42554286
#: extmod/ulab/code/numpy/transform.c
42564287
msgid "wrong length of condition array"
42574288
msgstr ""
42584289

4290+
#: extmod/ulab/code/numpy/transform.c
4291+
msgid "wrong length of index array"
4292+
msgstr ""
4293+
42594294
#: extmod/ulab/code/numpy/create.c py/objarray.c py/objstr.c
42604295
msgid "wrong number of arguments"
42614296
msgstr "jumlah argumen salah"

locale/cs.po

Lines changed: 45 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,6 +2370,10 @@ msgstr ""
23702370
msgid "array and index length must be equal"
23712371
msgstr ""
23722372

2373+
#: extmod/ulab/code/numpy/io/io.c
2374+
msgid "array has too many dimensions"
2375+
msgstr ""
2376+
23732377
#: py/objarray.c shared-bindings/alarm/SleepMemory.c
23742378
#: shared-bindings/nvm/ByteArray.c
23752379
msgid "array/bytes required on right side"
@@ -2737,6 +2741,10 @@ msgstr ""
27372741
msgid "convolve arguments must not be empty"
27382742
msgstr ""
27392743

2744+
#: extmod/ulab/code/numpy/io/io.c
2745+
msgid "corrupted file"
2746+
msgstr ""
2747+
27402748
#: extmod/ulab/code/numpy/poly.c
27412749
msgid "could not invert Vandermonde matrix"
27422750
msgstr ""
@@ -2828,6 +2836,10 @@ msgstr ""
28282836
msgid "empty"
28292837
msgstr ""
28302838

2839+
#: extmod/ulab/code/numpy/io/io.c
2840+
msgid "empty file"
2841+
msgstr ""
2842+
28312843
#: extmod/moduasyncio.c extmod/moduheapq.c extmod/modutimeq.c
28322844
msgid "empty heap"
28332845
msgstr ""
@@ -2931,7 +2943,7 @@ msgstr ""
29312943
msgid "first argument must be a tuple of ndarrays"
29322944
msgstr ""
29332945

2934-
#: extmod/ulab/code/numpy/vector.c
2946+
#: extmod/ulab/code/numpy/transform.c extmod/ulab/code/numpy/vector.c
29352947
msgid "first argument must be an ndarray"
29362948
msgstr ""
29372949

@@ -3079,7 +3091,7 @@ msgstr ""
30793091
msgid "incorrect padding"
30803092
msgstr ""
30813093

3082-
#: extmod/ulab/code/ndarray.c
3094+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/transform.c
30833095
msgid "index is out of bounds"
30843096
msgstr ""
30853097

@@ -3146,6 +3158,10 @@ msgstr ""
31463158
msgid "input matrix is singular"
31473159
msgstr ""
31483160

3161+
#: extmod/ulab/code/numpy/create.c
3162+
msgid "input must be 1- or 2-d"
3163+
msgstr ""
3164+
31493165
#: extmod/ulab/code/numpy/carray/carray.c
31503166
msgid "input must be a 1D ndarray"
31513167
msgstr ""
@@ -3154,11 +3170,7 @@ msgstr ""
31543170
msgid "input must be a dense ndarray"
31553171
msgstr ""
31563172

3157-
#: extmod/ulab/code/numpy/create.c
3158-
msgid "input must be a tensor of rank 2"
3159-
msgstr ""
3160-
3161-
#: extmod/ulab/code/numpy/create.c extmod/ulab/code/user/user.c
3173+
#: extmod/ulab/code/user/user.c
31623174
msgid "input must be an ndarray"
31633175
msgstr ""
31643176

@@ -3359,7 +3371,7 @@ msgid "max_length must be 0-%d when fixed_length is %s"
33593371
msgstr ""
33603372

33613373
#: extmod/ulab/code/ndarray.c
3362-
msgid "maximum number of dimensions is 4"
3374+
msgid "maximum number of dimensions is "
33633375
msgstr ""
33643376

33653377
#: py/runtime.c
@@ -3608,7 +3620,7 @@ msgstr ""
36083620
msgid "off"
36093621
msgstr ""
36103622

3611-
#: extmod/ulab/code/numpy/create.c extmod/ulab/code/utils/utils.c
3623+
#: extmod/ulab/code/utils/utils.c
36123624
msgid "offset is too large"
36133625
msgstr ""
36143626

@@ -3758,6 +3770,7 @@ msgid "pow() with 3 arguments requires integers"
37583770
msgstr ""
37593771

37603772
#: ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h
3773+
#: ports/espressif/boards/lolin_c3_mini/mpconfigboard.h
37613774
#: supervisor/shared/safe_mode.c
37623775
msgid "pressing boot button at start up.\n"
37633776
msgstr ""
@@ -4193,6 +4206,14 @@ msgstr ""
41934206
msgid "unsupported types for %q: '%q', '%q'"
41944207
msgstr ""
41954208

4209+
#: extmod/ulab/code/numpy/io/io.c
4210+
msgid "usecols is too high"
4211+
msgstr ""
4212+
4213+
#: extmod/ulab/code/numpy/io/io.c
4214+
msgid "usecols keyword must be specified"
4215+
msgstr ""
4216+
41964217
#: py/objint.c
41974218
#, c-format
41984219
msgid "value must fit in %d byte(s)"
@@ -4234,14 +4255,28 @@ msgstr ""
42344255
msgid "wrong axis specified"
42354256
msgstr ""
42364257

4237-
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
4258+
#: extmod/ulab/code/numpy/io/io.c
4259+
msgid "wrong dtype"
4260+
msgstr ""
4261+
4262+
#: extmod/ulab/code/numpy/transform.c
4263+
msgid "wrong index type"
4264+
msgstr ""
4265+
4266+
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/create.c
4267+
#: extmod/ulab/code/numpy/io/io.c extmod/ulab/code/numpy/transform.c
4268+
#: extmod/ulab/code/numpy/vector.c
42384269
msgid "wrong input type"
42394270
msgstr ""
42404271

42414272
#: extmod/ulab/code/numpy/transform.c
42424273
msgid "wrong length of condition array"
42434274
msgstr ""
42444275

4276+
#: extmod/ulab/code/numpy/transform.c
4277+
msgid "wrong length of index array"
4278+
msgstr ""
4279+
42454280
#: extmod/ulab/code/numpy/create.c py/objarray.c py/objstr.c
42464281
msgid "wrong number of arguments"
42474282
msgstr ""

0 commit comments

Comments
 (0)