@@ -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 : 2020-07-30 07:23-0500\n "
9
- "PO-Revision-Date : 2020-07-23 02:57 +0000\n "
9
+ "PO-Revision-Date : 2020-07-31 14:41 +0000\n "
10
10
"
Last-Translator :
Wellington Terumi Uemura <[email protected] >\n "
11
11
"Language-Team : \n "
12
12
"Language : pt_BR\n "
@@ -229,6 +229,8 @@ msgstr "'aguardar' fora da função"
229
229
#: py/compile.c
230
230
msgid "'await', 'async for' or 'async with' outside async function"
231
231
msgstr ""
232
+ "'await', 'async for' (async para) ou 'async with' (async com) estão fora da "
233
+ "função async"
232
234
233
235
#: py/compile.c
234
236
msgid "'break' outside loop"
@@ -240,7 +242,7 @@ msgstr "'continue' fora do loop"
240
242
241
243
#: py/objgenerator.c
242
244
msgid "'coroutine' object is not an iterator"
243
- msgstr ""
245
+ msgstr "O objeto 'corrotina' não é um iterador "
244
246
245
247
#: py/compile.c
246
248
msgid "'data' requires at least 2 arguments"
@@ -886,7 +888,7 @@ msgstr "Erro de inicialização do I2C"
886
888
887
889
#: shared-bindings/audiobusio/I2SOut.c
888
890
msgid "I2SOut not available"
889
- msgstr ""
891
+ msgstr "O I2SOut não está disponível "
890
892
891
893
#: shared-bindings/aesio/aes.c
892
894
#, c-format
@@ -1596,6 +1598,8 @@ msgstr ""
1596
1598
msgid ""
1597
1599
"Timer was reserved for internal use - declare PWM pins earlier in the program"
1598
1600
msgstr ""
1601
+ "O temporizador foi reservado para uso interno - declare os pinos PWM no "
1602
+ "início do programa"
1599
1603
1600
1604
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
1601
1605
msgid "Too many channels in sample."
@@ -1872,7 +1876,7 @@ msgstr "argumento tem tipo errado"
1872
1876
1873
1877
#: extmod/ulab/code/linalg/linalg.c
1874
1878
msgid "argument must be ndarray"
1875
- msgstr ""
1879
+ msgstr "o argumento deve ser um ndarray "
1876
1880
1877
1881
#: py/argcheck.c shared-bindings/_stage/__init__.c
1878
1882
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
@@ -3278,7 +3282,7 @@ msgstr "valores demais para descompactar (esperado %d)"
3278
3282
3279
3283
#: extmod/ulab/code/approx/approx.c
3280
3284
msgid "trapz is defined for 1D arrays of equal length"
3281
- msgstr ""
3285
+ msgstr "o trapz está definido para 1D arrays de igual tamanho "
3282
3286
3283
3287
#: extmod/ulab/code/linalg/linalg.c py/objstr.c
3284
3288
msgid "tuple index out of range"
@@ -3410,7 +3414,7 @@ msgstr "o value_count deve ser > 0"
3410
3414
3411
3415
#: extmod/ulab/code/linalg/linalg.c
3412
3416
msgid "vectors must have same lengths"
3413
- msgstr ""
3417
+ msgstr "os vetores devem ter os mesmos comprimentos "
3414
3418
3415
3419
#: shared-bindings/watchdog/WatchDogTimer.c
3416
3420
msgid "watchdog timeout must be greater than 0"
0 commit comments