summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWellington Terumi Uemura <wellingtonuemura@gmail.com>2020-07-23 00:34:30 +0000
committerHosted Weblate <hosted@weblate.org>2020-07-23 04:57:32 +0200
commit226efb37bc771119093ac693a54dd7ce9c504ade (patch)
treec60e755688e175b460c78c736ae757039695c0f5
parent441d9d2286df2094cb6df3410114bb4e79da837f (diff)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (783 of 783 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
-rw-r--r--locale/pt_BR.po10
1 files changed, 5 insertions, 5 deletions
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 484764ac2..10f3bf611 100644
--- a/locale/pt_BR.po
+++ b/locale/pt_BR.po
@@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-17 18:03-0700\n"
-"PO-Revision-Date: 2020-07-09 17:23+0000\n"
+"PO-Revision-Date: 2020-07-23 02:57+0000\n"
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
"Language-Team: \n"
"Language: pt_BR\n"
@@ -86,7 +86,7 @@ msgstr "A lista %q deve ser uma lista"
#: shared-bindings/memorymonitor/AllocationAlarm.c
msgid "%q must be >= 0"
-msgstr ""
+msgstr "%q deve ser >= 0"
#: shared-bindings/_bleio/CharacteristicBuffer.c
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
@@ -118,7 +118,7 @@ msgstr "'%q' argumento(s) requerido(s)"
#: py/objarray.c
msgid "'%q' object is not bytes-like"
-msgstr ""
+msgstr "objetos '%q' não são bytes-like"
#: py/emitinlinethumb.c py/emitinlinextensa.c
#, c-format
@@ -335,7 +335,7 @@ msgstr "Já está anunciando."
#: shared-module/memorymonitor/AllocationAlarm.c
#: shared-module/memorymonitor/AllocationSize.c
msgid "Already running"
-msgstr ""
+msgstr "Já está em execução"
#: ports/cxd56/common-hal/analogio/AnalogIn.c
msgid "AnalogIn not supported on given pin"
@@ -375,7 +375,7 @@ msgstr "Pelo menos %d %q pode ser definido (não %d)"
#: shared-module/memorymonitor/AllocationAlarm.c
#, c-format
msgid "Attempt to allocate %d blocks"
-msgstr ""
+msgstr "Tentativa de alocar %d blocos"
#: supervisor/shared/safe_mode.c
msgid "Attempted heap allocation when MicroPython VM not running."