Skip to content

Commit 9477f22

Browse files
wtuemuraweblate
authored andcommitted
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (786 of 786 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
1 parent e7a78e0 commit 9477f22

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

locale/pt_BR.po

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1010
"Last-Translator: Wellington Terumi Uemura <[email protected]>\n"
1111
"Language-Team: \n"
1212
"Language: pt_BR\n"
@@ -229,6 +229,8 @@ msgstr "'aguardar' fora da função"
229229
#: py/compile.c
230230
msgid "'await', 'async for' or 'async with' outside async function"
231231
msgstr ""
232+
"'await', 'async for' (async para) ou 'async with' (async com) estão fora da "
233+
"função async"
232234

233235
#: py/compile.c
234236
msgid "'break' outside loop"
@@ -240,7 +242,7 @@ msgstr "'continue' fora do loop"
240242

241243
#: py/objgenerator.c
242244
msgid "'coroutine' object is not an iterator"
243-
msgstr ""
245+
msgstr "O objeto 'corrotina' não é um iterador"
244246

245247
#: py/compile.c
246248
msgid "'data' requires at least 2 arguments"
@@ -886,7 +888,7 @@ msgstr "Erro de inicialização do I2C"
886888

887889
#: shared-bindings/audiobusio/I2SOut.c
888890
msgid "I2SOut not available"
889-
msgstr ""
891+
msgstr "O I2SOut não está disponível"
890892

891893
#: shared-bindings/aesio/aes.c
892894
#, c-format
@@ -1596,6 +1598,8 @@ msgstr ""
15961598
msgid ""
15971599
"Timer was reserved for internal use - declare PWM pins earlier in the program"
15981600
msgstr ""
1601+
"O temporizador foi reservado para uso interno - declare os pinos PWM no "
1602+
"início do programa"
15991603

16001604
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
16011605
msgid "Too many channels in sample."
@@ -1872,7 +1876,7 @@ msgstr "argumento tem tipo errado"
18721876

18731877
#: extmod/ulab/code/linalg/linalg.c
18741878
msgid "argument must be ndarray"
1875-
msgstr ""
1879+
msgstr "o argumento deve ser um ndarray"
18761880

18771881
#: py/argcheck.c shared-bindings/_stage/__init__.c
18781882
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
@@ -3278,7 +3282,7 @@ msgstr "valores demais para descompactar (esperado %d)"
32783282

32793283
#: extmod/ulab/code/approx/approx.c
32803284
msgid "trapz is defined for 1D arrays of equal length"
3281-
msgstr ""
3285+
msgstr "o trapz está definido para 1D arrays de igual tamanho"
32823286

32833287
#: extmod/ulab/code/linalg/linalg.c py/objstr.c
32843288
msgid "tuple index out of range"
@@ -3410,7 +3414,7 @@ msgstr "o value_count deve ser > 0"
34103414

34113415
#: extmod/ulab/code/linalg/linalg.c
34123416
msgid "vectors must have same lengths"
3413-
msgstr ""
3417+
msgstr "os vetores devem ter os mesmos comprimentos"
34143418

34153419
#: shared-bindings/watchdog/WatchDogTimer.c
34163420
msgid "watchdog timeout must be greater than 0"

0 commit comments

Comments
 (0)