Skip to content

Commit 4e7f5cd

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

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

locale/pt_BR.po

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2024-08-23 07:09+0000\n"
9+
"PO-Revision-Date: 2024-09-23 03:16+0000\n"
1010
"Last-Translator: Wellington Terumi Uemura <[email protected]>\n"
1111
"Language-Team: \n"
1212
"Language: pt_BR\n"
1313
"MIME-Version: 1.0\n"
1414
"Content-Type: text/plain; charset=UTF-8\n"
1515
"Content-Transfer-Encoding: 8bit\n"
1616
"Plural-Forms: nplurals=2; plural=n > 1;\n"
17-
"X-Generator: Weblate 5.7.1-dev\n"
17+
"X-Generator: Weblate 5.8-dev\n"
1818

1919
#: main.c
2020
msgid ""
@@ -431,7 +431,7 @@ msgstr "'label' exige 1 argumento"
431431

432432
#: py/emitnative.c
433433
msgid "'not' not implemented"
434-
msgstr ""
434+
msgstr "'not' não implementado"
435435

436436
#: py/compile.c
437437
msgid "'return' outside function"
@@ -684,7 +684,7 @@ msgstr "O tamanho do buffer %d é muito grande. Deve ser menor que %d"
684684
#: shared-module/sdcardio/SDCard.c
685685
#, c-format
686686
msgid "Buffer must be a multiple of %d bytes"
687-
msgstr ""
687+
msgstr "O buffer deve ser um múltiplo de %d bytes"
688688

689689
#: shared-bindings/_bleio/PacketBuffer.c
690690
#, c-format
@@ -1583,7 +1583,7 @@ msgstr "Não é compatível com o padrão JPEG"
15831583
#: ports/espressif/common-hal/sdioio/SDCard.c
15841584
#, c-format
15851585
msgid "Number of data_pins must be %d or %d, not %d"
1586-
msgstr ""
1586+
msgstr "A quantidade de data_pins deve ser %d ou %d, e não %d"
15871587

15881588
#: shared-bindings/util.c
15891589
msgid ""
@@ -1925,7 +1925,7 @@ msgstr "Erro SDIO GetCardInfo %d"
19251925
#: ports/stm/common-hal/sdioio/SDCard.c
19261926
#, c-format
19271927
msgid "SDIO Init Error %x"
1928-
msgstr ""
1928+
msgstr "Erro de inicialização %x do SDIO"
19291929

19301930
#: ports/espressif/common-hal/busio/SPI.c
19311931
msgid "SPI configuration failed"
@@ -2482,6 +2482,7 @@ msgstr "argsort não é implementado para matrizes achatadas"
24822482
#: extmod/ulab/code/numpy/random/random.c
24832483
msgid "argument must be None, an integer or a tuple of integers"
24842484
msgstr ""
2485+
"O argumento deve ser None, um número inteiro ou uma tupla de números inteiros"
24852486

24862487
#: py/compile.c
24872488
msgid "argument name reused"
@@ -2719,7 +2720,7 @@ msgstr "não é possível executar uma operação binária entre '%q' e '%q'"
27192720

27202721
#: py/emitnative.c
27212722
msgid "can't do unary op of '%q'"
2722-
msgstr ""
2723+
msgstr "não é possível fazer uma operação unária de '%q'"
27232724

27242725
#: py/emitnative.c
27252726
msgid "can't implicitly convert '%q' to 'bool'"
@@ -3881,7 +3882,7 @@ msgstr "a matriz externa é muito pequena"
38813882

38823883
#: extmod/ulab/code/numpy/random/random.c
38833884
msgid "out has wrong type"
3884-
msgstr ""
3885+
msgstr "o out tem o tipo errado"
38853886

38863887
#: extmod/ulab/code/numpy/vector.c
38873888
msgid "out keyword is not supported for complex dtype"
@@ -3909,11 +3910,11 @@ msgstr "fora do alcance do alvo"
39093910

39103911
#: extmod/ulab/code/numpy/random/random.c
39113912
msgid "output array has wrong type"
3912-
msgstr ""
3913+
msgstr "a matriz de saída tem o tipo errado"
39133914

39143915
#: extmod/ulab/code/numpy/random/random.c
39153916
msgid "output array must be contiguous"
3916-
msgstr ""
3917+
msgstr "a matriz de saída deve ser contígua"
39173918

39183919
#: py/objint_mpz.c
39193920
msgid "overflow converting long int to machine word"
@@ -4045,7 +4046,7 @@ msgstr "conjunto não suportado"
40454046

40464047
#: extmod/ulab/code/numpy/random/random.c
40474048
msgid "shape must be None, and integer or a tuple of integers"
4048-
msgstr ""
4049+
msgstr "shape deve ser None, um número inteiro ou uma tupla de números inteiros"
40494050

40504051
#: extmod/ulab/code/ndarray.c
40514052
msgid "shape must be integer or tuple of integers"
@@ -4069,7 +4070,7 @@ msgstr "o tamanho é definido apenas para os ndarrays"
40694070

40704071
#: extmod/ulab/code/numpy/random/random.c
40714072
msgid "size must match out.shape when used together"
4072-
msgstr ""
4073+
msgstr "O tamanho deve corresponder ao out.shape quando usado em conjunto"
40734074

40744075
#: py/nativeglue.c
40754076
msgid "slice unsupported"

0 commit comments

Comments
 (0)