diff options
| author | Wellington Terumi Uemura <wellingtonuemura@gmail.com> | 2020-07-27 23:58:13 +0000 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2020-07-29 20:28:33 +0200 |
| commit | 887f6f3f23e4ee486f02fce90c0875d947a5292f (patch) | |
| tree | c243eea20826bf71a2708de9cc55181e00c66b01 | |
| parent | 7c387c6d2bf4d7c7f91bea84ac9bab590b957294 (diff) | |
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (782 of 782 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
| -rw-r--r-- | locale/pt_BR.po | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/locale/pt_BR.po b/locale/pt_BR.po index d5a77064d..d3e0275d7 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-24 19:58-0700\n" -"PO-Revision-Date: 2020-07-27 21:27+0000\n" +"PO-Revision-Date: 2020-07-28 15:41+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: \n" "Language: pt_BR\n" @@ -229,6 +229,8 @@ msgstr "'aguardar' fora da função" #: py/compile.c msgid "'await', 'async for' or 'async with' outside async function" msgstr "" +"'await', 'async for' (async para) ou 'async with' (async com) estão fora da " +"função async" #: py/compile.c msgid "'break' outside loop" |
