8000 Merge pull request #4550 from weblate/weblate-circuitpython-main · adafruit/circuitpython@d04eab5 · GitHub
[go: up one dir, main page]

Skip to content

Commit d04eab5

Browse files
authored
Merge pull request #4550 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents a9b42a0 + cc44554 commit d04eab5

File tree

17 files changed

+533
-462
lines changed

17 files changed

+533
-462
lines changed

locale/ID.po

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,10 +2451,6 @@ msgstr ""
24512451
msgid "argument has wrong type"
24522452
msgstr "argumen memiliki tipe yang salah"
24532453

2454-
#: extmod/ulab/code/numpy/linalg/linalg.c
2455-
msgid "argument must be ndarray"
2456-
msgstr ""
2457-
24582454
#: py/argcheck.c shared-bindings/_stage/__init__.c
24592455
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
24602456
msgid "argument num/types mismatch"
@@ -2464,8 +2460,8 @@ msgstr &quo 8000 t;argumen num/types tidak cocok"
24642460
msgid "argument should be a '%q' not a '%q'"
24652461
msgstr "argumen harus berupa '%q' bukan '%q'"
24662462

2467-
#: extmod/ulab/code/numpy/linalg/linalg.c
24682463
#: extmod/ulab/code/numpy/numerical/numerical.c
2464+
#: extmod/ulab/code/numpy/transform/transform.c
24692465
msgid "arguments must be ndarrays"
24702466
msgstr "argumen harus berupa ndarrays"
24712467

@@ -2494,7 +2490,7 @@ msgstr "atribut belum didukung"
24942490
msgid "axis is out of bounds"
24952491
msgstr ""
24962492

2497-
#: extmod/ulab/code/numpy/numerical/numerical.c
2493+
#: extmod/ulab/code/numpy/numerical/numerical.c extmod/ulab/code/ulab_tools.c
24982494
msgid "axis must be None, or an integer"
24992495
msgstr ""
25002496

@@ -2534,15 +2530,15 @@ msgstr ""
25342530
msgid "branch not in range"
25352531
msgstr ""
25362532

2537-
#: extmod/ulab/code/ulab_create.c
2533+
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
25382534
msgid "buffer is smaller than requested size"
25392535
msgstr ""
25402536

25412537
#: shared-bindings/audiocore/RawSample.c
25422538
msgid "buffer must be a bytes-like object"
25432539
msgstr ""
25442540

2545-
#: extmod/ulab/code/ulab_create.c
2541+
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
25462542
msgid "buffer size must be a multiple of element size"
25472543
msgstr ""
25482544

@@ -2873,6 +2869,10 @@ msgstr ""
28732869
msgid "differentiation order out of range"
28742870
msgstr ""
28752871

2872+
#: extmod/ulab/code/numpy/transform/transform.c
2873+
msgid "dimensions do not match"
2874+
msgstr ""
2875+
28762876
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
28772877
#: shared-bindings/math/__init__.c
28782878
msgid "division by zero"
@@ -3120,7 +3120,7 @@ msgstr "lapisan (padding) tidak benar"
31203120
msgid "index is out of bounds"
31213121
msgstr ""
31223122

3123-
#: extmod/ulab/code/numpy/numerical/numerical.c
3123+
#: extmod/ulab/code/numpy/numerical/numerical.c extmod/ulab/code/ulab_tools.c
31243124
#: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c
31253125
#: shared-bindings/bitmaptools/__init__.c
31263126
msgid "index out of range"
@@ -3190,7 +3190,7 @@ msgstr ""
31903190
msgid "input must be one-dimensional"
31913191
msgstr ""
31923192

3193-
#: extmod/ulab/code/numpy/linalg/linalg.c
3193+
#: extmod/ulab/code/ulab_tools.c
31943194
msgid "input must be square matrix"
31953195
msgstr ""
31963196

@@ -3371,10 +3371,6 @@ msgstr ""
33713371
msgid "math domain error"
33723372
msgstr ""
33733373

3374-
#: extmod/ulab/code/numpy/linalg/linalg.c
3375-
msgid "matrix dimensions do not match"
3376-
msgstr ""
3377-
33783374
#: extmod/ulab/code/numpy/linalg/linalg.c
33793375
msgid "matrix is not positive definite"
33803376
msgstr ""
@@ -3544,10 +3540,6 @@ msgstr ""
35443540
msgid "non-zero timeout must be >= interval"
35453541
msgstr ""
35463542

3547-
#: extmod/ulab/code/numpy/linalg/linalg.c
3548-
msgid "norm is defined for 1D and 2D arrays"
3549-
msgstr ""
3550-
35513543
#: shared-bindings/_bleio/UUID.c
35523544
msgid "not a 128-bit UUID"
35533545
msgstr ""
@@ -3616,7 +3608,7 @@ msgstr ""
36163608
msgid "odd-length string"
36173609
msgstr "panjang data string memiliki keganjilan (odd-length)"
36183610

3619-
#: extmod/ulab/code/ulab_create.c
3611+
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
36203612
msgid "offset is too large"
36213613
msgstr ""
36223614

@@ -3672,6 +3664,14 @@ msgstr ""
36723664
msgid "ord() expected a character, but string of length %d found"
36733665
msgstr ""
36743666

3667+
#: extmod/ulab/code/utils/utils.c
3668+
msgid "out array is too small"
3669+
msgstr ""
3670+
3671+
#: extmod/ulab/code/utils/utils.c
3672+
msgid "out must be a float dense array"
3673+
msgstr ""
3674+
36753675
#: shared-bindings/displayio/Bitmap.c
36763676
msgid "out of range of source"
36773677
msgstr ""
@@ -3882,14 +3882,18 @@ msgstr ""
38823882
msgid "single '}' encountered in format string"
38833883
msgstr ""
38843884

3885-
#: extmod/ulab/code/numpy/linalg/linalg.c
3885+
#: extmod/ulab/code/ulab_tools.c
38863886
msgid "size is defined for ndarrays only"
38873887
msgstr ""
38883888

38893889
#: shared-bindings/time/__init__.c
38903890
msgid "sleep length must be non-negative"
38913891
msgstr ""
38923892

3893+
#: extmod/ulab/code/ndarray.c
3894+
msgid "slice step can't be zero"
3895+
msgstr ""
3896+
38933897
#: py/objslice.c py/sequence.c
38943898
msgid "slice step cannot be zero"
38953899
msgstr ""
@@ -4188,10 +4192,6 @@ msgstr ""
41884192
msgid "value_count must be > 0"
41894193
msgstr ""
41904194

4191-
#: extmod/ulab/code/numpy/linalg/linalg.c
4192-
msgid "vectors must have same lengths"
4193-
msgstr ""
4194-
41954195
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
41964196
msgid "wakeup conflict"
41974197
msgstr ""
@@ -4229,6 +4229,7 @@ msgstr ""
42294229
msgid "wrong axis specified"
42304230
msgstr ""
42314231

4232+
#: extmod/ulab/code/numpy/compare/compare.c
42324233
#: extmod/ulab/code/numpy/vector/vector.c
42334234
msgid "wrong input type"
42344235
msgstr ""

locale/cs.po

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,10 +2404,6 @@ msgstr ""
24042404
msgid "argument has wrong type"
24052405
msgstr ""
24062406

2407-
#: extmod/ulab/code/numpy/linalg/linalg.c
2408-
msgid "argument must be ndarray"
2409-
msgstr ""
2410-
24112407
#: py/argcheck.c shared-bindings/_stage/__init__.c
24122408
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
24132409
msgid "argument num/types mismatch"
@@ -2417,8 +2413,8 @@ msgstr ""
24172413
msgid "argument should be a '%q' not a '%q'"
24182414
msgstr ""
24192415

2420-
#: extmod/ulab/code/numpy/linalg/linalg.c
24212416
#: extmod/ulab/code/numpy/numerical/numerical.c
2417+
#: extmod/ulab/code/numpy/transform/transform.c
24222418
msgid "arguments must be ndarrays"
24232419
msgstr ""
24242420

@@ -2447,7 +2443,7 @@ msgstr ""
24472443
msgid "axis is out of bounds"
24482444
msgstr ""
24492445

2450-
#: extmod/ulab/code/numpy/numerical/numerical.c
2446+
#: extmod/ulab/code/numpy/numerical/numerical.c extmod/ulab/code/ulab_tools.c
24512447
msgid "axis must be None, or an integer"
24522448
msgstr ""
24532449

@@ -2487,15 +2483,15 @@ msgstr ""
24872483
msgid "branch not in range"
24882484
msgstr ""
24892485

2490-
#: extmod/ulab/code/ulab_create.c
2486+
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
24912487
msgid "buffer is smaller than requested size"
24922488
msgstr ""
24932489

24942490
#: shared-bindings/audiocore/RawSample.c
24952491
msgid "buffer must be a bytes-like object"
24962492
msgstr ""
24972493

2498-
#: extmod/ulab/code/ulab_create.c
2494+
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
24992495
msgid "buffer size must be a multiple of element size"
25002496
msgstr ""
25012497

@@ -2825,6 +2821,10 @@ msgstr ""
28252821
msgid "differentiation order out of range"
28262822
msgstr ""
28272823

2824+
#: extmod/ulab/code/numpy/transform/transform.c
2825+
msgid "dimensions do not match"
2826+
msgstr ""
2827+
28282828
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
28292829
#: shared-bindings/math/__init__.c
28302830
msgid "division by zero"
@@ -3072,7 +3072,7 @@ msgstr ""
30723072
msgid "index is out of bounds"
30733073
msgstr ""
30743074

3075-
#: extmod/ulab/code/numpy/numerical/numerical.c
3075+
#: extmod/ulab/code/numpy/numerical/numerical.c extmod/ulab/code/ulab_tools.c
30763076
#: ports/esp32s2/common-hal/pulseio/PulseIn.c py/obj.c
30773077< 1241 code class="diff-text syntax-highlighted-line">
#: shared-bindings/bitmaptools/__init__.c
30783078
msgid "index out of range"
@@ -3142,7 +3142,7 @@ msgstr ""
31423142
msgid "input must be one-dimensional"
31433143
msgstr ""
31443144

3145-
#: extmod/ulab/code/numpy/linalg/linalg.c
3145+
#: extmod/ulab/code/ulab_tools.c
31463146
msgid "input must be square matrix"
31473147
msgstr ""
31483148

@@ -3323,10 +3323,6 @@ msgstr ""
33233323
msgid "math domain error"
33243324
msgstr ""
33253325

3326-
#: extmod/ulab/code/numpy/linalg/linalg.c
3327-
msgid "matrix dimensions do not match"
3328-
msgstr ""
3329-
33303326
#: extmod/ulab/code/numpy/linalg/linalg.c
33313327
msgid "matrix is not positive definite"
33323328
msgstr ""
@@ -3496,10 +3492,6 @@ msgstr ""
34963492
msgid "non-zero timeout must be >= interval"
34973493
msgstr ""
34983494

3499-
#: extmod/ulab/code/numpy/linalg/linalg.c
3500-
msgid "norm is defined for 1D and 2D arrays"
3501-
msgstr ""
3502-
35033495
#: shared-bindings/_bleio/UUID.c
35043496
msgid "not a 128-bit UUID"
35053497
msgstr ""
@@ -3568,7 +3560,7 @@ msgstr ""
35683560
msgid "odd-length string"
35693561
msgstr ""
35703562

3571-
#: extmod/ulab/code/ulab_create.c
3563+
#: extmod/ulab/code/ulab_create.c extmod/ulab/code/utils/utils.c
35723564
msgid "offset is too large"
35733565
msgstr ""
35743566

@@ -3623,6 +3615,14 @@ msgstr ""
36233615
msgid "ord() expected a character, but string of length %d found"
36243616
msgstr ""
36253617

3618+
#: extmod/ulab/code/utils/utils.c
3619+
msgid "out array is too small"
3620+
msgstr ""
3621+
3622+
#: extmod/ulab/code/utils/utils.c
3623+
msgid "out must be a float dense array"
3624+
msgstr ""
3625+
36263626
#: shared-bindings/displayio/Bitmap.c
36273627
msgid "out of range of source"
36283628
msgstr ""
@@ -3833,14 +3833,18 @@ msgstr ""
38333833
msgid "single '}' encountered in format string"
38343834
msgstr ""
38353835

3836-
#: extmod/ulab/code/numpy/linalg/linalg.c
3836+
#: extmod/ulab/code/ulab_tools.c
38373837
msgid "size is defined for ndarrays only"
38383838
msgstr ""
38393839

38403840
#: shared-bindings/time/__init__.c
38413841
msgid "sleep length must be non-negative"
38423842
msgstr ""
38433843

3844+
#: extmod/ulab/code/ndarray.c
3845+
msgid "slice step can't be zero"
3846+
msgstr ""
3847+
38443848
#: py/objslice.c py/sequence.c
38453849
msgid "slice step cannot be zero"
38463850
msgstr ""
@@ -4138,10 +4142,6 @@ msgstr ""
41384142
msgid "value_count must be > 0"
41394143
msgstr ""
41404144

4141-
#: extmod/ulab/code/numpy/linalg/linalg.c
4142-
msgid "vectors must have same lengths"
4143-
msgstr ""
4144-
41454145
#: ports/esp32s2/common-hal/alarm/pin/__init__.c
41464146
msgid "wakeup conflict"
41474147
msgstr ""
@@ -4179,6 +4179,7 @@ msgstr ""
41794179
msgid "wrong axis specified"
41804180
msgstr ""
41814181

4182+
#: extmod/ulab/code/numpy/compare/compare.c
41824183
#: extmod/ulab/code/numpy/vector/vector.c
41834184
msgid "wrong input type"
41844185
msgstr ""

0 commit comments

Comments
 (0)
0