Skip to content

Commit 245bbdf

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent 5cc42d5 commit 245bbdf

File tree

19 files changed

+722
-38
lines changed

19 files changed

+722
-38
lines changed

locale/ID.po

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2793,6 +2793,10 @@ msgstr ""
27932793
msgid "cannot create instance"
27942794
msgstr ""
27952795

2796+
#: extmod/ulab/code/ndarray.c
2797+
msgid "cannot delete array elements"
2798+
msgstr ""
2799+
27962800
#: py/runtime.c
27972801
msgid "cannot import name %q"
27982802
msgstr ""
@@ -3250,6 +3254,14 @@ msgstr ""
32503254
msgid "inline assembler must be a function"
32513255
msgstr "inline assembler harus sebuah fungsi"
32523256

3257+
#: extmod/ulab/code/numpy/vector.c
3258+
msgid "input and output dimensions differ"
3259+
msgstr ""
3260+
3261+
#: extmod/ulab/code/numpy/vector.c
3262+
msgid "input and output shapes differ"
3263+
msgstr ""
3264+
32533265
#: extmod/ulab/code/numpy/create.c
32543266
msgid "input argument must be an integer, a tuple, or a list"
32553267
msgstr ""
@@ -3578,6 +3590,10 @@ msgstr ""
35783590
msgid "native yield"
35793591
msgstr ""
35803592

3593+
#: extmod/ulab/code/ndarray.c
3594+
msgid "ndarray length overflows"
3595+
msgstr ""
3596+
35813597
#: py/runtime.c
35823598
#, c-format
35833599
msgid "need more than %d values to unpack"
@@ -3676,6 +3692,10 @@ msgstr ""
36763692
msgid "not implemented for complex dtype"
36773693
msgstr ""
36783694

3695+
#: extmod/ulab/code/numpy/bitwise.c
3696+
msgid "not supported for input types"
3697+
msgstr ""
3698+
36793699
#: extmod/ulab/code/numpy/create.c
36803700
msgid "number of points must be at least 2"
36813701
msgstr ""
@@ -3787,8 +3807,8 @@ msgstr ""
37873807
msgid "opcode"
37883808
msgstr ""
37893809

3790-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
3791-
#: extmod/ulab/code/numpy/vector.c
3810+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
3811+
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
37923812
msgid "operands could not be broadcast together"
37933813
msgstr ""
37943814

@@ -3825,10 +3845,26 @@ msgstr ""
38253845
msgid "out array is too small"
38263846
msgstr ""
38273847

3848+
#: extmod/ulab/code/numpy/vector.c
3849+
msgid "out keyword is not supported for complex dtype"
3850+
msgstr ""
3851+
3852+
#: extmod/ulab/code/numpy/vector.c
3853+
msgid "out keyword is not supported for function"
3854+
msgstr ""
3855+
38283856
#: extmod/ulab/code/utils/utils.c
38293857
msgid "out must be a float dense array"
38303858
msgstr ""
38313859

3860+
#: extmod/ulab/code/numpy/vector.c
3861+
msgid "out must be an ndarray"
3862+
msgstr ""
3863+
3864+
#: extmod/ulab/code/numpy/vector.c
3865+
msgid "out must be of float dtype"
3866+
msgstr ""
3867+
38323868
#: shared-bindings/bitmaptools/__init__.c
38333869
msgid "out of range of target"
38343870
msgstr ""

locale/cs.po

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2780,6 +2780,10 @@ msgstr ""
27802780
msgid "cannot create instance"
27812781
msgstr ""
27822782

2783+
#: extmod/ulab/code/ndarray.c
2784+
msgid "cannot delete array elements"
2785+
msgstr ""
2786+
27832787
#: py/runtime.c
27842788
msgid "cannot import name %q"
27852789
msgstr ""
@@ -3237,6 +3241,14 @@ msgstr ""
32373241
msgid "inline assembler must be a function"
32383242
msgstr ""
32393243

3244+
#: extmod/ulab/code/numpy/vector.c
3245+
msgid "input and output dimensions differ"
3246+
msgstr ""
3247+
3248+
#: extmod/ulab/code/numpy/vector.c
3249+
msgid "input and output shapes differ"
3250+
msgstr ""
3251+
32403252
#: extmod/ulab/code/numpy/create.c
32413253
msgid "input argument must be an integer, a tuple, or a list"
32423254
msgstr ""
@@ -3565,6 +3577,10 @@ msgstr ""
35653577
msgid "native yield"
35663578
msgstr ""
35673579

3580+
#: extmod/ulab/code/ndarray.c
3581+
msgid "ndarray length overflows"
3582+
msgstr ""
3583+
35683584
#: py/runtime.c
35693585
#, c-format
35703586
msgid "need more than %d values to unpack"
@@ -3663,6 +3679,10 @@ msgstr ""
36633679
msgid "not implemented for complex dtype"
36643680
msgstr ""
36653681

3682+
#: extmod/ulab/code/numpy/bitwise.c
3683+
msgid "not supported for input types"
3684+
msgstr ""
3685+
36663686
#: extmod/ulab/code/numpy/create.c
36673687
msgid "number of points must be at least 2"
36683688
msgstr ""
@@ -3773,8 +3793,8 @@ msgstr ""
37733793
msgid "opcode"
37743794
msgstr ""
37753795

3776-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
3777-
#: extmod/ulab/code/numpy/vector.c
3796+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
3797+
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
37783798
msgid "operands could not be broadcast together"
37793799
msgstr ""
37803800

@@ -3811,10 +3831,26 @@ msgstr ""
38113831
msgid "out array is too small"
38123832
msgstr ""
38133833

3834+
#: extmod/ulab/code/numpy/vector.c
3835+
msgid "out keyword is not supported for complex dtype"
3836+
msgstr ""
3837+
3838+
#: extmod/ulab/code/numpy/vector.c
3839+
msgid "out keyword is not supported for function"
3840+
msgstr ""
3841+
38143842
#: extmod/ulab/code/utils/utils.c
38153843
msgid "out must be a float dense array"
38163844
msgstr ""
38173845

3846+
#: extmod/ulab/code/numpy/vector.c
3847+
msgid "out must be an ndarray"
3848+
msgstr ""
3849+
3850+
#: extmod/ulab/code/numpy/vector.c
3851+
msgid "out must be of float dtype"
3852+
msgstr ""
3853+
38183854
#: shared-bindings/bitmaptools/__init__.c
38193855
msgid "out of range of target"
38203856
msgstr ""

locale/de_DE.po

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2845,6 +2845,10 @@ msgstr "Kann '%q' Instanzen nicht erstellen"
28452845
msgid "cannot create instance"
28462846
msgstr "Kann Instanz nicht erstellen"
28472847

2848+
#: extmod/ulab/code/ndarray.c
2849+
msgid "cannot delete array elements"
2850+
msgstr ""
2851+
28482852
#: py/runtime.c
28492853
msgid "cannot import name %q"
28502854
msgstr "Name %q kann nicht importiert werden"
@@ -3310,6 +3314,14 @@ msgstr "Länge von initial_value ist falsch"
33103314
msgid "inline assembler must be a function"
33113315
msgstr "inline assembler muss eine function sein"
33123316

3317+
#: extmod/ulab/code/numpy/vector.c
3318+
msgid "input and output dimensions differ"
3319+
msgstr ""
3320+
3321+
#: extmod/ulab/code/numpy/vector.c
3322+
msgid "input and output shapes differ"
3323+
msgstr ""
3324+
33133325
#: extmod/ulab/code/numpy/create.c
33143326
msgid "input argument must be an integer, a tuple, or a list"
33153327
msgstr "das Eingabeargument muss ein Integer, Tupel oder eine Liste sein"
@@ -3644,6 +3656,10 @@ msgstr "native Methode zu groß"
36443656
msgid "native yield"
36453657
msgstr "natives yield"
36463658

3659+
#: extmod/ulab/code/ndarray.c
3660+
msgid "ndarray length overflows"
3661+
msgstr ""
3662+
36473663
#: py/runtime.c
36483664
#, c-format
36493665
msgid "need more than %d values to unpack"
@@ -3744,6 +3760,10 @@ msgstr "Nicht genügend Argumente für die Formatzeichenfolge"
37443760
msgid "not implemented for complex dtype"
37453761
msgstr "nicht implementiert für komplexe dtype"
37463762

3763+
#: extmod/ulab/code/numpy/bitwise.c
3764+
msgid "not supported for input types"
3765+
msgstr ""
3766+
37473767
#: extmod/ulab/code/numpy/create.c
37483768
msgid "number of points must be at least 2"
37493769
msgstr "Die Anzahl der Punkte muss mindestens 2 betragen"
@@ -3856,8 +3876,8 @@ msgstr ""
38563876
msgid "opcode"
38573877
msgstr "Opcode"
38583878

3859-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
3860-
#: extmod/ulab/code/numpy/vector.c
3879+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
3880+
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
38613881
msgid "operands could not be broadcast together"
38623882
msgstr "Operanden konnten nicht zusammen gesendet werden"
38633883

@@ -3896,10 +3916,26 @@ msgstr ""
38963916
msgid "out array is too small"
38973917
msgstr "Ausgabe-Array ist zu klein"
38983918

3919+
#: extmod/ulab/code/numpy/vector.c
3920+
msgid "out keyword is not supported for complex dtype"
3921+
msgstr ""
3922+
3923+
#: extmod/ulab/code/numpy/vector.c
3924+
msgid "out keyword is not supported for function"
3925+
msgstr ""
3926+
38993927
#: extmod/ulab/code/utils/utils.c
39003928
msgid "out must be a float dense array"
39013929
msgstr "Ausgabe muss ein floatdichtes Array sein"
39023930

3931+
#: extmod/ulab/code/numpy/vector.c
3932+
msgid "out must be an ndarray"
3933+
msgstr ""
3934+
3935+
#: extmod/ulab/code/numpy/vector.c
3936+
msgid "out must be of float dtype"
3937+
msgstr ""
3938+
39033939
#: shared-bindings/bitmaptools/__init__.c
39043940
msgid "out of range of target"
39053941
msgstr "Außerhalb des Bereichs des Ziels"

locale/el.po

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2794,6 +2794,10 @@ msgstr ""
27942794
msgid "cannot create instance"
27952795
msgstr ""
27962796

2797+
#: extmod/ulab/code/ndarray.c
2798+
msgid "cannot delete array elements"
2799+
msgstr ""
2800+
27972801
#: py/runtime.c
27982802
msgid "cannot import name %q"
27992803
msgstr ""
@@ -3251,6 +3255,14 @@ msgstr ""
32513255
msgid "inline assembler must be a function"
32523256
msgstr ""
32533257

3258+
#: extmod/ulab/code/numpy/vector.c
3259+
msgid "input and output dimensions differ"
3260+
msgstr ""
3261+
3262+
#: extmod/ulab/code/numpy/vector.c
3263+
msgid "input and output shapes differ"
3264+
msgstr ""
3265+
32543266
#: extmod/ulab/code/numpy/create.c
32553267
msgid "input argument must be an integer, a tuple, or a list"
32563268
msgstr ""
@@ -3579,6 +3591,10 @@ msgstr ""
35793591
msgid "native yield"
35803592
msgstr ""
35813593

3594+
#: extmod/ulab/code/ndarray.c
3595+
msgid "ndarray length overflows"
3596+
msgstr ""
3597+
35823598
#: py/runtime.c
35833599
#, c-format
35843600
msgid "need more than %d values to unpack"
@@ -3677,6 +3693,10 @@ msgstr ""
36773693
msgid "not implemented for complex dtype"
36783694
msgstr ""
36793695

3696+
#: extmod/ulab/code/numpy/bitwise.c
3697+
msgid "not supported for input types"
3698+
msgstr ""
3699+
36803700
#: extmod/ulab/code/numpy/create.c
36813701
msgid "number of points must be at least 2"
36823702
msgstr ""
@@ -3787,8 +3807,8 @@ msgstr ""
37873807
msgid "opcode"
37883808
msgstr ""
37893809

3790-
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/compare.c
3791-
#: extmod/ulab/code/numpy/vector.c
3810+
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/bitwise.c
3811+
#: extmod/ulab/code/numpy/compare.c extmod/ulab/code/numpy/vector.c
37923812
msgid "operands could not be broadcast together"
37933813
msgstr ""
37943814

@@ -3825,10 +3845,26 @@ msgstr ""
38253845
msgid "out array is too small"
38263846
msgstr ""
38273847

3848+
#: extmod/ulab/code/numpy/vector.c
3849+
msgid "out keyword is not supported for complex dtype"
3850+
msgstr ""
3851+
3852+
#: extmod/ulab/code/numpy/vector.c
3853+
msgid "out keyword is not supported for function"
3854+
msgstr ""
3855+
38283856
#: extmod/ulab/code/utils/utils.c
38293857
msgid "out must be a float dense array"
38303858
msgstr ""
38313859

3860+
#: extmod/ulab/code/numpy/vector.c
3861+
msgid "out must be an ndarray"
3862+
msgstr ""
3863+
3864+
#: extmod/ulab/code/numpy/vector.c
3865+
msgid "out must be of float dtype"
3866+
msgstr ""
3867+
38323868
#: shared-bindings/bitmaptools/__init__.c
38333869
msgid "out of range of target"
38343870
msgstr ""

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy