summaryrefslogtreecommitdiff
path: root/locale/pt_BR.po
diff options
context:
space:
mode:
Diffstat (limited to 'locale/pt_BR.po')
-rw-r--r--locale/pt_BR.po16
1 files changed, 14 insertions, 2 deletions
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index 00d884e16..6ba5caa29 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: 2021-01-04 12:55-0600\n"
-"PO-Revision-Date: 2021-03-03 01:01+0000\n"
+"PO-Revision-Date: 2021-03-03 17:42+0000\n"
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
"Language-Team: \n"
"Language: pt_BR\n"
@@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 4.5\n"
+"X-Generator: Weblate 4.5.1-dev\n"
#: main.c
msgid ""
@@ -1771,6 +1771,14 @@ msgstr ""
"A frequência do PWM não pode ser gravada quando variable_frequency for False "
"na construção."
+#: ports/raspberrypi/common-hal/countio/Counter.c
+msgid "PWM slice already in use"
+msgstr "A fatia do PWM já está em uso"
+
+#: ports/raspberrypi/common-hal/countio/Counter.c
+msgid "PWM slice channel A already in use"
+msgstr "O canal A da fatia do PWM já está em uso"
+
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
#: ports/raspberrypi/common-hal/displayio/ParallelBus.c
#: ports/stm/common-hal/displayio/ParallelBus.c
@@ -1808,6 +1816,10 @@ msgstr "O pino não tem recursos de ADC"
msgid "Pin is input only"
msgstr "Apenas o pino de entrada"
+#: ports/raspberrypi/common-hal/countio/Counter.c
+msgid "Pin must be on PWM Channel B"
+msgstr "O pino deve estar no canal B do PWM"
+
#: ports/atmel-samd/common-hal/countio/Counter.c
msgid "Pin must support hardware interrupts"
msgstr "O pino deve ser compatível com as interrupções do hardware"