@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : PACKAGE VERSION\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2020-07-01 10:33-0500\n "
11
- "PO-Revision-Date : 2020-06-30 17:48 +0000\n "
11
+ "PO-Revision-Date : 2020-07-02 02:02 +0000\n "
12
12
"
Last-Translator :
Wellington Terumi Uemura <[email protected] >\n "
13
13
"Language-Team : \n "
14
14
"Language : pt_BR\n "
@@ -354,7 +354,7 @@ msgstr "Array deve conter meias palavras (tipo 'H')"
354
354
355
355
#: shared-bindings/nvm/ByteArray.c
356
356
msgid "Array values should be single bytes."
357
- msgstr "Os valores da matriz devem ser bytes simples."
357
+ msgstr "Os valores das matrizes devem ser bytes simples."
358
358
359
359
#: shared-bindings/microcontroller/Pin.c
360
360
msgid "At most %d %q may be specified (not %d)"
@@ -3099,7 +3099,7 @@ msgstr "a duração do sleep não deve ser negativo"
3099
3099
3100
3100
#: extmod/ulab/code/ndarray.c
3101
3101
msgid "slice step can't be zero"
3102
- msgstr ""
3102
+ msgstr "a etapa da fatia não pode ser zero "
3103
3103
3104
3104
#: py/objslice.c py/sequence.c
3105
3105
msgid "slice step cannot be zero"
@@ -3119,15 +3119,15 @@ msgstr "o argumento da classificação deve ser um ndarray"
3119
3119
3120
3120
#: extmod/ulab/code/filter.c
3121
3121
msgid "sos array must be of shape (n_section, 6)"
3122
- msgstr ""
3122
+ msgstr "o sos da matriz deve estar na forma (n_section, 6) "
3123
3123
3124
3124
#: extmod/ulab/code/filter.c
3125
3125
msgid "sos[:, 3] should be all ones"
3126
- msgstr ""
3126
+ msgstr "sos[:, 3] deve ser um em todos "
3127
3127
3128
3128
#: extmod/ulab/code/filter.c
3129
3129
msgid "sosfilt requires iterable arguments"
3130
- msgstr ""
3130
+ msgstr "o sosfilt requer que os argumentos sejam iteráveis "
3131
3131
3132
3132
#: py/objstr.c
3133
3133
msgid "start/end indices"
@@ -3421,15 +3421,15 @@ msgstr "passo zero"
3421
3421
3422
3422
#: extmod/ulab/code/filter.c
3423
3423
msgid "zi must be an ndarray"
3424
- msgstr ""
3424
+ msgstr "zi deve ser um ndarray "
3425
3425
3426
3426
#: extmod/ulab/code/filter.c
3427
3427
msgid "zi must be of float type"
3428
- msgstr ""
3428
+ msgstr "zi deve ser de um tipo float "
3429
3429
3430
3430
#: extmod/ulab/code/filter.c
3431
3431
msgid "zi must be of shape (n_section, 2)"
3432
- msgstr ""
3432
+ msgstr "zi deve estar na forma (n_section, 2) "
3433
3433
3434
3434
#~ msgid "AP required"
3435
3435
#~ msgstr "AP requerido"
0 commit comments