Skip to content

Commit 682a789

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

locale/pt_BR.po

Lines changed: 11 additions & 11 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: 2021-06-21 22:27+0000\n"
9+
"PO-Revision-Date: 2021-06-24 23:11+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 4.7\n"
17+
"X-Generator: Weblate 4.7.1-dev\n"
1818

1919
#: main.c
2020
msgid ""
@@ -94,19 +94,19 @@ msgstr "Os índices %q devem ser inteiros, e não %s"
9494

9595
#: py/argcheck.c
9696
msgid "%q length must be %q"
97-
msgstr ""
97+
msgstr "o comprimento %q deve ser %q"
9898

9999
#: shared-bindings/vectorio/Polygon.c
100100
msgid "%q list must be a list"
101101
msgstr "A lista %q deve ser uma lista"
102102

103103
#: py/argcheck.c
104104
msgid "%q must <= %d"
105-
msgstr ""
105+
msgstr "o %q deve ser <= %d"
106106

107107
#: py/argcheck.c
108108
msgid "%q must be %d-%d"
109-
msgstr ""
109+
msgstr "o %q deve ser %d-%d"
110110

111111
#: shared-bindings/usb_hid/Device.c
112112
msgid "%q must be 0-255"
@@ -118,7 +118,7 @@ msgstr "%q deve ser 1-255"
118118

119119
#: py/argcheck.c
120120
msgid "%q must be >= %d"
121-
msgstr ""
121+
msgstr "o %q deve ser >= %d"
122122

123123
#: py/argcheck.c shared-bindings/memorymonitor/AllocationAlarm.c
124124
msgid "%q must be >= 0"
@@ -138,7 +138,7 @@ msgstr "%q deve ser None ou entre 1 e len(report_descriptor)-1"
138138

139139
#: py/argcheck.c
140140
msgid "%q must be a string"
141-
msgstr ""
141+
msgstr "%q deve ser uma string"
142142

143143
#: shared-module/vectorio/Polygon.c
144144
msgid "%q must be a tuple of length 2"
@@ -150,12 +150,12 @@ msgstr "%q deve estar entre %d e %d"
150150

151151
#: py/argcheck.c
152152
msgid "%q must of type %q"
153-
msgstr ""
153+
msgstr "o %q deve ser do tipo %q"
154154

155155
#: shared-bindings/keypad/KeyMatrix.c shared-bindings/keypad/Keys.c
156156
#: shared-bindings/keypad/ShiftRegisterKeys.c
157157
msgid "%q must store bytes"
158-
msgstr ""
158+
msgstr "o %q deve armazenar bytes"
159159

160160
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
161161
#: shared-bindings/canio/Match.c
@@ -2665,7 +2665,7 @@ msgstr "a operação binário %q não foi implementada"
26652665

26662666
#: extmod/modurandom.c
26672667
msgid "bits must be 32 or less"
2668-
msgstr ""
2668+
msgstr "bits deve ser 32 ou menos"
26692669

26702670
#: shared-bindings/busio/UART.c
26712671
msgid "bits must be in range 5 to 9"
@@ -3289,7 +3289,7 @@ msgstr "o gráfico deve ter 2048 bytes de comprimento"
32893289

32903290
#: extmod/moduhashlib.c
32913291
msgid "hash is final"
3292-
msgstr ""
3292+
msgstr "o hash é final"
32933293

32943294
#: extmod/moduheapq.c
32953295
msgid "heap must be a list"

0 commit comments

Comments
 (0)