@@ -6,15 +6,15 @@ msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2021-01-04 12:55-0600\n "
9
- "PO-Revision-Date : 2022-01-03 05:53 +0000\n "
9
+ "PO-Revision-Date : 2022-01-19 23:56 +0000\n "
10
10
"
Last-Translator :
Wellington Terumi Uemura <[email protected] >\n "
11
11
"Language-Team : \n "
12
12
"Language : pt_BR\n "
13
13
"MIME-Version : 1.0\n "
14
14
"Content-Type : text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding : 8bit\n "
16
16
"Plural-Forms : nplurals=2; plural=n > 1;\n "
17
- "X-Generator : Weblate 4.10.1 \n "
17
+ "X-Generator : Weblate 4.11-dev \n "
18
18
19
19
#: main.c
20
20
msgid ""
@@ -2862,7 +2862,7 @@ msgstr "não é possível converter implicitamente o objeto '%q' para %q"
2862
2862
2863
2863
#: extmod/ulab/code/numpy/vector.c
2864
2864
msgid "can't convert complex to float"
2865
- msgstr ""
2865
+ msgstr "não foi possível converter complexo em flutuante "
2866
2866
2867
2867
#: py/obj.c
2868
2868
msgid "can't convert to %q"
@@ -2964,11 +2964,11 @@ msgstr "não pode lançar a saída com a regra de fundição"
2964
2964
2965
2965
#: extmod/ulab/code/ndarray.c
2966
2966
msgid "cannot convert complex to dtype"
2967
- msgstr ""
2967
+ msgstr "não foi possível converter complexo em dtype "
2968
2968
2969
2969
#: extmod/ulab/code/ndarray.c
2970
2970
msgid "cannot convert complex type"
2971
- msgstr ""
2971
+ msgstr "não foi possível converter o tipo complexo "
2972
2972
2973
2973
#: py/objtype.c
2974
2974
msgid "cannot create '%q' instances"
@@ -3168,7 +3168,7 @@ msgstr "o divisor deve ser 4"
3168
3168
3169
3169
#: extmod/ulab/code/numpy/vector.c
3170
3170
msgid "dtype must be float, or complex"
3171
- msgstr ""
3171
+ msgstr "dtype deve ser flutuante ou complexo "
3172
3172
3173
3173
#: py/objdeque.c
3174
3174
msgid "empty"
@@ -3340,7 +3340,7 @@ msgstr "A função é definida apenas para ndarrays"
3340
3340
3341
3341
#: extmod/ulab/code/numpy/carray/carray.c
3342
3342
msgid "function is implemented for ndarrays only"
3343
- msgstr ""
3343
+ msgstr "a função está implementada apenas para ndarrays "
3344
3344
3345
3345
#: py/argcheck.c
3346
3346
#, c-format
@@ -3474,7 +3474,7 @@ msgstr "os dados da entrada devem ser iteráveis"
3474
3474
3475
3475
#: extmod/ulab/code/numpy/vector.c
3476
3476
msgid "input dtype must be float or complex"
3477
- msgstr ""
3477
+ msgstr "o tipo da entrada dtype deve ser flutuante ou complexo "
3478
3478
3479
3479
#: extmod/ulab/code/numpy/linalg/linalg.c
3480
3480
msgid "input matrix is asymmetric"
@@ -3487,7 +3487,7 @@ msgstr "a matriz da entrada é singular"
3487
3487
3488
3488
#: extmod/ulab/code/numpy/carray/carray.c
3489
3489
msgid "input must be a 1D ndarray"
3490
- msgstr ""
3490
+ msgstr "a entrada deve ser um 1D ndarray "
3491
3491
3492
3492
#: extmod/ulab/code/scipy/linalg/linalg.c extmod/ulab/code/user/user.c
3493
3493
msgid "input must be a dense ndarray"
@@ -3503,7 +3503,7 @@ msgstr "a entrada deve ser um ndarray"
3503
3503
3504
3504
#: extmod/ulab/code/numpy/carray/carray.c
3505
3505
msgid "input must be an ndarray, or a scalar"
3506
- msgstr ""
3506
+ msgstr "a entrada deve ser um ndarray ou um escalar "
3507
3507
3508
3508
#: extmod/ulab/code/scipy/signal/signal.c
3509
3509
msgid "input must be one-dimensional"
@@ -3882,7 +3882,7 @@ msgstr "argumentos insuficientes para o formato da string"
3882
3882
3883
3883
#: extmod/ulab/code/numpy/carray/carray_tools.c
3884
3884
msgid "not implemented for complex dtype"
3885
- msgstr ""
3885
+ msgstr "não foi implementado para dtype complexo "
3886
3886
3887
3887
#: extmod/ulab/code/numpy/create.c
3888
3888
msgid "number of points must be at least 2"
@@ -4647,7 +4647,7 @@ msgstr "tipo da entrada incorreta"
4647
4647
4648
4648
#: extmod/ulab/code/numpy/transform.c
4649
4649
msgid "wrong length of condition array"
4650
- msgstr ""
4650
+ msgstr "comprimento errado na condição da matriz "
4651
4651
4652
4652
#: extmod/ulab/code/numpy/create.c py/objarray.c py/objstr.c
4653
4653
msgid "wrong number of arguments"
0 commit comments