Skip to content

Commit 309f5dd

Browse files
authored
Merge pull request #9632 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents fae2507 + 84b968e commit 309f5dd

File tree

19 files changed

+844
-494
lines changed

19 files changed

+844
-494
lines changed

locale/ID.po

Lines changed: 43 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ msgstr "'data' membutuhkan argumen integer"
417417
msgid "'label' requires 1 argument"
418418
msgstr "'label' membutuhkan 1 argumen"
419419

420+
#: py/emitnative.c
421+
msgid "'not' not implemented"
422+
msgstr ""
423+
420424
#: py/compile.c
421425
msgid "'return' outside function"
422426
msgstr "'return' diluar fungsi"
@@ -2424,6 +2428,10 @@ msgstr "Argumen argsort harus berupa ndarray"
24242428
msgid "argsort is not implemented for flattened arrays"
24252429
msgstr ""
24262430

2431+
#: extmod/ulab/code/numpy/random/random.c
2432+
msgid "argument must be None, an integer or a tuple of integers"
2433+
msgstr ""
2434+
24272435
#: py/compile.c
24282436
msgid "argument name reused"
24292437
msgstr ""
@@ -2658,6 +2666,10 @@ msgstr "tidak bisa menghapus ekspresi"
26582666
msgid "can't do binary op between '%q' and '%q'"
26592667
msgstr ""
26602668

2669+
#: py/emitnative.c
2670+
msgid "can't do unary op of '%q'"
2671+
msgstr ""
2672+
26612673
#: py/emitnative.c
26622674
msgid "can't implicitly convert '%q' to 'bool'"
26632675
msgstr ""
@@ -2720,10 +2732,6 @@ msgstr ""
27202732
msgid "can't truncate-divide a complex number"
27212733
msgstr ""
27222734

2723-
#: extmod/moductypes.c
2724-
msgid "can't unambiguously get sizeof scalar"
2725-
msgstr ""
2726-
27272735
#: extmod/modasyncio.c
27282736
msgid "can't wait"
27292737
msgstr ""
@@ -3450,7 +3458,7 @@ msgstr ""
34503458
msgid "max_length must be 0-%d when fixed_length is %s"
34513459
msgstr ""
34523460

3453-
#: extmod/ulab/code/ndarray.c
3461+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/random/random.c
34543462
msgid "maximum number of dimensions is "
34553463
msgstr ""
34563464

@@ -3592,7 +3600,7 @@ msgstr "tidak ada ikatan/bind pada temuan nonlocal"
35923600
msgid "no default packer"
35933601
msgstr ""
35943602

3595-
#: extmod/modrandom.c
3603+
#: extmod/modrandom.c extmod/ulab/code/numpy/random/random.c
35963604
msgid "no default seed"
35973605
msgstr ""
35983606

@@ -3801,6 +3809,10 @@ msgstr ""
38013809
msgid "out array is too small"
38023810
msgstr ""
38033811

3812+
#: extmod/ulab/code/numpy/random/random.c
3813+
msgid "out has wrong type"
3814+
msgstr ""
3815+
38043816
#: extmod/ulab/code/numpy/vector.c
38053817
msgid "out keyword is not supported for complex dtype"
38063818
msgstr ""
@@ -3825,6 +3837,14 @@ msgstr ""
38253837
msgid "out of range of target"
38263838
msgstr ""
38273839

3840+
#: extmod/ulab/code/numpy/random/random.c
3841+
msgid "output array has wrong type"
3842+
msgstr ""
3843+
3844+
#: extmod/ulab/code/numpy/random/random.c
3845+
msgid "output array must be contiguous"
3846+
msgstr ""
3847+
38283848
#: py/objint_mpz.c
38293849
msgid "overflow converting long int to machine word"
38303850
msgstr ""
@@ -3951,6 +3971,10 @@ msgstr "kompilasi script tidak didukung"
39513971
msgid "set unsupported"
39523972
msgstr ""
39533973

3974+
#: extmod/ulab/code/numpy/random/random.c
3975+
msgid "shape must be None, and integer or a tuple of integers"
3976+
msgstr ""
3977+
39543978
#: extmod/ulab/code/ndarray.c
39553979
msgid "shape must be integer or tuple of integers"
39563980
msgstr ""
@@ -3971,6 +3995,10 @@ msgstr ""
39713995
msgid "size is defined for ndarrays only"
39723996
msgstr ""
39733997

3998+
#: extmod/ulab/code/numpy/random/random.c
3999+
msgid "size must match out.shape when used together"
4000+
msgstr ""
4001+
39744002
#: py/nativeglue.c
39754003
msgid "slice unsupported"
39764004
msgstr ""
@@ -4044,18 +4072,6 @@ msgstr ""
40444072
msgid "string indices must be integers, not %s"
40454073
msgstr ""
40464074

4047-
#: extmod/moductypes.c
4048-
msgid "struct: can't index"
4049-
msgstr ""
4050-
4051-
#: extmod/moductypes.c
4052-
msgid "struct: index out of range"
4053-
msgstr "struct: index keluar dari jangkauan"
4054-
4055-
#: extmod/moductypes.c
4056-
msgid "struct: no fields"
4057-
msgstr "struct: tidak ada fields"
4058-
40594075
#: py/objarray.c py/objstr.c
40604076
msgid "substring not found"
40614077
msgstr ""
@@ -4068,10 +4084,6 @@ msgstr "super() tidak dapat menemukan dirinya sendiri"
40684084
msgid "syntax error in JSON"
40694085
msgstr "sintaksis error pada JSON"
40704086

4071-
#: extmod/moductypes.c
4072-
msgid "syntax error in uctypes descriptor"
4073-
msgstr "sintaksis error pada pendeskripsi uctypes"
4074-
40754087
#: extmod/modtime.c
40764088
msgid "ticks interval overflow"
40774089
msgstr ""
@@ -4180,10 +4192,6 @@ msgstr ""
41804192
msgid "ulonglong too large"
41814193
msgstr ""
41824194

4183-
#: py/emitnative.c
4184-
msgid "unary op %q not implemented"
4185-
msgstr ""
4186-
41874195
#: py/parse.c
41884196
msgid "unexpected indent"
41894197
msgstr ""
@@ -4376,6 +4384,15 @@ msgstr "zi harus berjenis float"
43764384
msgid "zi must be of shape (n_section, 2)"
43774385
msgstr "Zi harus berbentuk (n_section, 2)"
43784386

4387+
#~ msgid "struct: index out of range"
4388+
#~ msgstr "struct: index keluar dari jangkauan"
4389+
4390+
#~ msgid "struct: no fields"
4391+
#~ msgstr "struct: tidak ada fields"
4392+
4393+
#~ msgid "syntax error in uctypes descriptor"
4394+
#~ msgstr "sintaksis error pada pendeskripsi uctypes"
4395+
43794396
#~ msgid "Name too long"
43804397
#~ msgstr "Nama terlalu panjang"
43814398

locale/cs.po

Lines changed: 34 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,10 @@ msgstr "'data' vyžaduje celočíselné argumenty"
425425
msgid "'label' requires 1 argument"
426426
msgstr "'label' vyžaduje 1 argument"
427427

428+
#: py/emitnative.c
429+
msgid "'not' not implemented"
430+
msgstr ""
431+
428432
#: py/compile.c
429433
msgid "'return' outside function"
430434
msgstr "'return' je volán mimo funkci"
@@ -2433,6 +2437,10 @@ msgstr ""
24332437
msgid "argsort is not implemented for flattened arrays"
24342438
msgstr "argsort není implementován pro zploštěná pole"
24352439

2440+
#: extmod/ulab/code/numpy/random/random.c
2441+
msgid "argument must be None, an integer or a tuple of integers"
2442+
msgstr ""
2443+
24362444
#: py/compile.c
24372445
msgid "argument name reused"
24382446
msgstr "jméno argumentu znovupoužito"
@@ -2667,6 +2675,10 @@ msgstr ""
26672675
msgid "can't do binary op between '%q' and '%q'"
26682676
msgstr ""
26692677

2678+
#: py/emitnative.c
2679+
msgid "can't do unary op of '%q'"
2680+
msgstr ""
2681+
26702682
#: py/emitnative.c
26712683
msgid "can't implicitly convert '%q' to 'bool'"
26722684
msgstr ""
@@ -2729,10 +2741,6 @@ msgstr ""
27292741
msgid "can't truncate-divide a complex number"
27302742
msgstr ""
27312743

2732-
#: extmod/moductypes.c
2733-
msgid "can't unambiguously get sizeof scalar"
2734-
msgstr ""
2735-
27362744
#: extmod/modasyncio.c
27372745
msgid "can't wait"
27382746
msgstr "nelze čekat"
@@ -3459,7 +3467,7 @@ msgstr ""
34593467
msgid "max_length must be 0-%d when fixed_length is %s"
34603468
msgstr ""
34613469

3462-
#: extmod/ulab/code/ndarray.c
3470+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/random/random.c
34633471
msgid "maximum number of dimensions is "
34643472
msgstr "maximální počet dimenzí je "
34653473

@@ -3601,7 +3609,7 @@ msgstr ""
36013609
msgid "no default packer"
36023610
msgstr ""
36033611

3604-
#: extmod/modrandom.c
3612+
#: extmod/modrandom.c extmod/ulab/code/numpy/random/random.c
36053613
msgid "no default seed"
36063614
msgstr ""
36073615

@@ -3810,6 +3818,10 @@ msgstr ""
38103818
msgid "out array is too small"
38113819
msgstr "výstupní pole je příliš malé"
38123820

3821+
#: extmod/ulab/code/numpy/random/random.c
3822+
msgid "out has wrong type"
3823+
msgstr ""
3824+
38133825
#: extmod/ulab/code/numpy/vector.c
38143826
msgid "out keyword is not supported for complex dtype"
38153827
msgstr ""
@@ -3834,6 +3846,14 @@ msgstr ""
38343846
msgid "out of range of target"
38353847
msgstr ""
38363848

3849+
#: extmod/ulab/code/numpy/random/random.c
3850+
msgid "output array has wrong type"
3851+
msgstr ""
3852+
3853+
#: extmod/ulab/code/numpy/random/random.c
3854+
msgid "output array must be contiguous"
3855+
msgstr ""
3856+
38373857
#: py/objint_mpz.c
38383858
msgid "overflow converting long int to machine word"
38393859
msgstr ""
@@ -3960,6 +3980,10 @@ msgstr ""
39603980
msgid "set unsupported"
39613981
msgstr "set neoodporován"
39623982

3983+
#: extmod/ulab/code/numpy/random/random.c
3984+
msgid "shape must be None, and integer or a tuple of integers"
3985+
msgstr ""
3986+
39633987
#: extmod/ulab/code/ndarray.c
39643988
msgid "shape must be integer or tuple of integers"
39653989
msgstr "tvar musí být integer nebo tuple integerů"
@@ -3980,6 +4004,10 @@ msgstr ""
39804004
msgid "size is defined for ndarrays only"
39814005
msgstr ""
39824006

4007+
#: extmod/ulab/code/numpy/random/random.c
4008+
msgid "size must match out.shape when used together"
4009+
msgstr ""
4010+
39834011
#: py/nativeglue.c
39844012
msgid "slice unsupported"
39854013
msgstr ""
@@ -4053,18 +4081,6 @@ msgstr ""
40534081
msgid "string indices must be integers, not %s"
40544082
msgstr ""
40554083

4056-
#: extmod/moductypes.c
4057-
msgid "struct: can't index"
4058-
msgstr ""
4059-
4060-
#: extmod/moductypes.c
4061-
msgid "struct: index out of range"
4062-
msgstr ""
4063-
4064-
#: extmod/moductypes.c
4065-
msgid "struct: no fields"
4066-
msgstr ""
4067-
40684084
#: py/objarray.c py/objstr.c
40694085
msgid "substring not found"
40704086
msgstr ""
@@ -4077,10 +4093,6 @@ msgstr ""
40774093
msgid "syntax error in JSON"
40784094
msgstr ""
40794095

4080-
#: extmod/moductypes.c
4081-
msgid "syntax error in uctypes descriptor"
4082-
msgstr ""
4083-
40844096
#: extmod/modtime.c
40854097
msgid "ticks interval overflow"
40864098
msgstr ""
@@ -4189,10 +4201,6 @@ msgstr ""
41894201
msgid "ulonglong too large"
41904202
msgstr ""
41914203

4192-
#: py/emitnative.c
4193-
msgid "unary op %q not implemented"
4194-
msgstr ""
4195-
41964204
#: py/parse.c
41974205
msgid "unexpected indent"
41984206
msgstr "neočekávané odsazení"

0 commit comments

Comments
 (0)