@@ -6,7 +6,7 @@ msgstr ""
66"Project-Id-Version : PACKAGE VERSION\n "
77"Report-Msgid-Bugs-To : \n "
88"POT-Creation-Date : 2020-11-23 10:10-0600\n "
9- "PO-Revision-Date : 2020-11-18 00:28 +0000\n "
9+ "PO-Revision-Date : 2020-11-24 22:45 +0000\n "
1010"Last-Translator : Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n "
1111"Language-Team : \n "
1212"Language : pt_BR\n "
@@ -878,7 +878,7 @@ msgstr "O FFT é definido apenas para ndarrays"
878878
879879#: extmod/ulab/code/fft/fft.c
880880msgid "FFT is implemented for linear arrays only"
881- msgstr ""
881+ msgstr "O FFT é implementado apenas para matrizes lineares "
882882
883883#: ports/esp32s2/common-hal/socketpool/Socket.c
884884msgid "Failed SSL handshake"
@@ -2114,7 +2114,7 @@ msgstr "O argumento argsort deve ser um ndarray"
21142114
21152115#: extmod/ulab/code/numerical/numerical.c
21162116msgid "argsort is not implemented for flattened arrays"
2117- msgstr ""
2117+ msgstr "argsort não é implementado para matrizes achatadas "
21182118
21192119#: py/runtime.c
21202120msgid "argument has wrong type"
@@ -2139,15 +2139,15 @@ msgstr "os argumentos devem ser ndarrays"
21392139
21402140#: extmod/ulab/code/ndarray.c
21412141msgid "array and index length must be equal"
2142- msgstr ""
2142+ msgstr "a matriz e comprimento do índice devem ser iguais "
21432143
21442144#: py/objarray.c shared-bindings/nvm/ByteArray.c
21452145msgid "array/bytes required on right side"
21462146msgstr "matriz/bytes são necessários no lado direito"
21472147
21482148#: extmod/ulab/code/numerical/numerical.c
21492149msgid "attempt to get (arg)min/(arg)max of empty sequence"
2150- msgstr ""
2150+ msgstr "tentativa de obter (arg)min/(arg)max da sequência vazia "
21512151
21522152#: extmod/ulab/code/numerical/numerical.c
21532153msgid "attempt to get argmin/argmax of an empty sequence"
@@ -2159,15 +2159,15 @@ msgstr "atributos ainda não suportados"
21592159
21602160#: extmod/ulab/code/numerical/numerical.c
21612161msgid "axis is out of bounds"
2162- msgstr ""
2162+ msgstr "o eixo está fora dos limites "
21632163
21642164#: extmod/ulab/code/numerical/numerical.c
21652165msgid "axis must be None, or an integer"
2166- msgstr ""
2166+ msgstr "eixo deve ser Nenhum ou um número inteiro "
21672167
21682168#: extmod/ulab/code/numerical/numerical.c
21692169msgid "axis too long"
2170- msgstr ""
2170+ msgstr "o eixo é muito longo "
21712171
21722172#: py/builtinevex.c
21732173msgid "bad compile mode"
@@ -2376,7 +2376,7 @@ msgstr ""
23762376
23772377#: extmod/ulab/code/ndarray_operators.c
23782378msgid "cannot cast output with casting rule"
2379- msgstr ""
2379+ msgstr "não pode lançar a saída com a regra de fundição "
23802380
23812381#: py/objtype.c
23822382msgid "cannot create '%q' instances"
@@ -2478,7 +2478,7 @@ msgstr "não foi possível determinar a versão do cartão SD"
24782478
24792479#: extmod/ulab/code/numerical/numerical.c
24802480msgid "cross is defined for 1D arrays of length 3"
2481- msgstr ""
2481+ msgstr "a cruz é definida para matrizes 1D de comprimento 3 "
24822482
24832483#: extmod/ulab/code/approx/approx.c
24842484msgid "data must be iterable"
@@ -2522,7 +2522,7 @@ msgstr "O argumento diff deve ser um ndarray"
25222522
25232523#: extmod/ulab/code/numerical/numerical.c
25242524msgid "differentiation order out of range"
2525- msgstr ""
2525+ msgstr "ordem de diferenciação fora do alcance "
25262526
25272527#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
25282528#: shared-bindings/math/__init__.c
@@ -2641,7 +2641,7 @@ msgstr "o primeiro argumento deve ser uma função"
26412641
26422642#: extmod/ulab/code/ulab_create.c
26432643msgid "first argument must be a tuple of ndarrays"
2644- msgstr ""
2644+ msgstr "o primeiro argumento deve ser um tuple de ndarrays "
26452645
26462646#: extmod/ulab/code/ndarray.c
26472647msgid "first argument must be an iterable"
@@ -2698,7 +2698,7 @@ msgstr "a função tem o mesmo sinal nas extremidades do intervalo"
26982698
26992699#: extmod/ulab/code/ndarray.c
27002700msgid "function is defined for ndarrays only"
2701- msgstr ""
2701+ msgstr "A função é definida apenas para ndarrays "
27022702
27032703#: py/argcheck.c
27042704#, c-format
@@ -2794,7 +2794,7 @@ msgstr "o assembler em linha deve ser uma função"
27942794
27952795#: extmod/ulab/code/ndarray.c
27962796msgid "input and output shapes are not compatible"
2797- msgstr ""
2797+ msgstr "as formas de entrada e saída não são compatíveis "
27982798
27992799#: extmod/ulab/code/ulab_create.c
28002800msgid "input argument must be an integer or a 2-tuple"
@@ -2806,7 +2806,7 @@ msgstr "comprimento da matriz da entrada deve ter potência de 2"
28062806
28072807#: extmod/ulab/code/ulab_create.c
28082808msgid "input arrays are not compatible"
2809- msgstr ""
2809+ msgstr "as matrizes da entrada não são compatíveis "
28102810
28112811#: extmod/ulab/code/poly/poly.c
28122812msgid "input data must be an iterable"
@@ -2822,19 +2822,19 @@ msgstr "a matriz da entrada é singular"
28222822
28232823#: extmod/ulab/code/user/user.c
28242824msgid "input must be a dense ndarray"
2825- msgstr ""
2825+ msgstr "a entrada deve ser um ndarray denso "
28262826
28272827#: extmod/ulab/code/ulab_create.c
28282828msgid "input must be a tensor of rank 2"
2829- msgstr ""
2829+ msgstr "a entrada dos dados deve ser um tensor de nível 2 "
28302830
28312831#: extmod/ulab/code/ulab_create.c extmod/ulab/code/user/user.c
28322832msgid "input must be an ndarray"
2833- msgstr ""
2833+ msgstr "a entrada deve ser um ndarray "
28342834
28352835#: extmod/ulab/code/filter/filter.c
28362836msgid "input must be one-dimensional"
2837- msgstr ""
2837+ msgstr "a entrada deve ser unidimensional "
28382838
28392839#: extmod/ulab/code/linalg/linalg.c
28402840msgid "input must be square matrix"
@@ -2850,7 +2850,7 @@ msgstr "os vetores da entrada devem ter o mesmo comprimento"
28502850
28512851#: extmod/ulab/code/poly/poly.c
28522852msgid "inputs are not iterable"
2853- msgstr ""
2853+ msgstr "as entradas não são iteráveis "
28542854
28552855#: py/parsenum.c
28562856msgid "int() arg 2 must be >= 2 and <= 36"
@@ -3025,7 +3025,7 @@ msgstr "max_length deve ser > 0"
30253025
30263026#: extmod/ulab/code/ndarray.c
30273027msgid "maximum number of dimensions is 4"
3028- msgstr ""
3028+ msgstr "O número máximo de dimensões são 4 "
30293029
30303030#: py/runtime.c
30313031msgid "maximum recursion depth exceeded"
@@ -3162,7 +3162,7 @@ msgstr "um arg não-palavra-chave após a palavra-chave arg"
31623162
31633163#: extmod/ulab/code/linalg/linalg.c
31643164msgid "norm is defined for 1D and 2D arrays"
3165- msgstr ""
3165+ msgstr "a norma é definida para matrizes 1D e 2D "
31663166
31673167#: shared-bindings/_bleio/UUID.c
31683168msgid "not a 128-bit UUID"
@@ -3230,7 +3230,7 @@ msgstr "sequência com comprimento ímpar"
32303230
32313231#: extmod/ulab/code/ulab_create.c
32323232msgid "offset is too large"
3233- msgstr ""
3233+ msgstr "o offset é muito grande "
32343234
32353235#: py/objstr.c py/objstrunicode.c
32363236msgid "offset out of bounds"
@@ -3257,11 +3257,11 @@ msgstr "os operandos não puderam ser transmitidos juntos"
32573257
32583258#: extmod/ulab/code/ndarray.c
32593259msgid "operation is implemented for 1D Boolean arrays only"
3260- msgstr ""
3260+ msgstr "A operação é implementada apenas para matrizes booleanas 1D "
32613261
32623262#: extmod/ulab/code/numerical/numerical.c
32633263msgid "operation is not implemented for flattened array"
3264- msgstr ""
3264+ msgstr "a operação não é implementada para a matriz achatada "
32653265
32663266#: extmod/ulab/code/numerical/numerical.c
32673267msgid "operation is not implemented on ndarrays"
@@ -3403,7 +3403,7 @@ msgstr "o comprimento solicitado %d, porém o objeto tem comprimento %d"
34033403
34043404#: extmod/ulab/code/ndarray_operators.c
34053405msgid "results cannot be cast to specified type"
3406- msgstr ""
3406+ msgstr "os resultados não podem ser lançados para um determinado tipo "
34073407
34083408#: py/compile.c
34093409msgid "return annotation must be an identifier"
@@ -3425,7 +3425,7 @@ msgstr "rgb_pins[%d] não está na mesma porta que o clock"
34253425
34263426#: extmod/ulab/code/numerical/numerical.c
34273427msgid "roll argument must be an ndarray"
3428- msgstr ""
3428+ msgstr "argumento de enrolar deve ser um ndarray "
34293429
34303430#: py/objstr.c
34313431msgid "rsplit(None,n)"
@@ -3453,7 +3453,7 @@ msgstr "compilação de script não suportada"
34533453
34543454#: extmod/ulab/code/ndarray.c
34553455msgid "shape must be a tuple"
3456- msgstr ""
3456+ msgstr "a forma deve ser uma tupla "
34573457
34583458#: py/objstr.c
34593459msgid "sign not allowed in string format specifier"
@@ -3602,7 +3602,7 @@ msgstr "timestamp fora do intervalo para a plataforma time_t"
36023602
36033603#: extmod/ulab/code/ndarray.c
36043604msgid "tobytes can be invoked for dense arrays only"
3605- msgstr ""
3605+ msgstr "os tobytes podem ser invocados apenas nas matrizes densas "
36063606
36073607#: shared-module/struct/__init__.c
36083608msgid "too many arguments provided with the given format"
@@ -3781,11 +3781,11 @@ msgstr "a janela deve ser <= intervalo"
37813781
37823782#: extmod/ulab/code/numerical/numerical.c
37833783msgid "wrong axis index"
3784- msgstr ""
3784+ msgstr "índice do eixo errado "
37853785
37863786#: extmod/ulab/code/ulab_create.c
37873787msgid "wrong axis specified"
3788- msgstr ""
3788+ msgstr "um eixo errado foi definido "
37893789
37903790#: extmod/ulab/code/vector/vectorise.c
37913791msgid "wrong input type"
0 commit comments