summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorWellington Terumi Uemura <wellingtonuemura@gmail.com>2021-03-16 01:35:22 +0000
committerHosted Weblate <hosted@weblate.org>2021-03-16 15:54:21 +0100
commitcd108e50bad5740f1e29791333e94f923c47e206 (patch)
tree4de2538373dfc81e43fe79bb0d9e1315de9c3f1a /locale
parent9d523fd6da62d220d6778e6b6a1f02aa02387e61 (diff)
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (974 of 974 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
Diffstat (limited to 'locale')
-rw-r--r--locale/pt_BR.po4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/pt_BR.po b/locale/pt_BR.po
index a08582903..ea1192801 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-09 16:55+0000\n"
+"PO-Revision-Date: 2021-03-16 14:54+0000\n"
"Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n"
"Language-Team: \n"
"Language: pt_BR\n"
@@ -2950,7 +2950,7 @@ msgstr "ordem de diferenciação fora do alcance"
#: extmod/ulab/code/linalg/linalg.c
msgid "dimensions do not match"
-msgstr ""
+msgstr "as dimensões não coincidem"
#: py/modmath.c py/objfloat.c py/objint_longlong.c py/objint_mpz.c py/runtime.c
#: shared-bindings/math/__init__.c