@@ -6,7 +6,7 @@ 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 : 2023-07-13 00:51 +0000\n "
9
+ "PO-Revision-Date : 2023-07-27 17:07 +0000\n "
10
10
"
Last-Translator :
Wellington Terumi Uemura <[email protected] >\n "
11
11
"Language-Team : \n "
12
12
"Language : pt_BR\n "
@@ -2848,7 +2848,7 @@ msgstr "não é possível criar instância"
2848
2848
2849
2849
#: extmod/ulab/code/ndarray.c
2850
2850
msgid "cannot delete array elements"
2851
- msgstr ""
2851
+ msgstr "não é possível excluir os elementos da matriz "
2852
2852
2853
2853
#: py/runtime.c
2854
2854
msgid "cannot import name %q"
@@ -3316,11 +3316,11 @@ msgstr "o assembler em linha deve ser uma função"
3316
3316
3317
3317
#: extmod/ulab/code/numpy/vector.c
3318
3318
msgid "input and output dimensions differ"
3319
- msgstr ""
3319
+ msgstr "as dimensões da entrada e da saída diferem "
3320
3320
3321
3321
#: extmod/ulab/code/numpy/vector.c
3322
3322
msgid "input and output shapes differ"
3323
- msgstr ""
3323
+ msgstr "as formas da entrada e da saída diferem "
3324
3324
3325
3325
#: extmod/ulab/code/numpy/create.c
3326
3326
msgid "input argument must be an integer, a tuple, or a list"
@@ -3658,7 +3658,7 @@ msgstr "rendimento nativo"
3658
3658
3659
3659
#: extmod/ulab/code/ndarray.c
3660
3660
msgid "ndarray length overflows"
3661
- msgstr ""
3661
+ msgstr "estouros de comprimento no ndarray "
3662
3662
3663
3663
#: py/runtime.c
3664
3664
#, c-format
@@ -3760,7 +3760,7 @@ msgstr "não foi implementado para dtype complexo"
3760
3760
3761
3761
#: extmod/ulab/code/numpy/bitwise.c
3762
3762
msgid "not supported for input types"
3763
- msgstr ""
3763
+ msgstr "não compatível para os tipos de entrada "
3764
3764
3765
3765
#: extmod/ulab/code/numpy/create.c
3766
3766
msgid "number of points must be at least 2"
@@ -3915,23 +3915,23 @@ msgstr "a matriz externa é muito pequena"
3915
3915
3916
3916
#: extmod/ulab/code/numpy/vector.c
3917
3917
msgid "out keyword is not supported for complex dtype"
3918
- msgstr ""
3918
+ msgstr "a palavra-chave out não é compatível para o dtype complexo "
3919
3919
3920
3920
#: extmod/ulab/code/numpy/vector.c
3921
3921
msgid "out keyword is not supported for function"
3922
- msgstr ""
3922
+ msgstr "a palavra-chave out não é compatível com a função "
3923
3923
3924
3924
#: extmod/ulab/code/utils/utils.c
3925
3925
msgid "out must be a float dense array"
3926
3926
msgstr "deve ser uma matriz densa flutuante"
3927
3927
3928
3928
#: extmod/ulab/code/numpy/vector.c
3929
3929
msgid "out must be an ndarray"
3930
- msgstr ""
3930
+ msgstr "out deve ser um ndarray "
3931
3931
3932
3932
#: extmod/ulab/code/numpy/vector.c
3933
3933
msgid "out must be of float dtype"
3934
- msgstr ""
3934
+ msgstr "out deve ser do tipo float dtype "
3935
3935
3936
3936
#: shared-bindings/bitmaptools/__init__.c
3937
3937
msgid "out of range of target"
0 commit comments