From 668fe016743dbd964ffdb810b16261cb595984f3 Mon Sep 17 00:00:00 2001 From: Wellington Terumi Uemura Date: Sun, 28 Jan 2024 01:57:58 +0000 Subject: [PATCH 1/2] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (998 of 998 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/ --- locale/pt_BR.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locale/pt_BR.po b/locale/pt_BR.po index e125e638e2c7d..89fd78a0e0637 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: 2024-01-25 18:51+0000\n" +"PO-Revision-Date: 2024-01-28 16:01+0000\n" "Last-Translator: Wellington Terumi Uemura \n" "Language-Team: \n" "Language: pt_BR\n" @@ -1217,7 +1217,7 @@ msgstr "Erro interno #%d" #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c msgid "Internal resource(s) in use" -msgstr "" +msgstr "Recurso(s) interno(s) em uso" #: supervisor/shared/safe_mode.c msgid "Internal watchdog timer expired." @@ -1386,7 +1386,7 @@ msgstr "Falta jmp_pin. %q[%u] jumper no pino" #: shared-module/storage/__init__.c msgid "Mount point directory missing" -msgstr "" +msgstr "Falta o diretório do ponto de montagem" #: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c msgid "Must be a %q subclass." @@ -1476,7 +1476,7 @@ msgstr "Sem IP" #: ports/cxd56/common-hal/microcontroller/__init__.c #: ports/mimxrt10xx/common-hal/microcontroller/__init__.c msgid "No bootloader present" -msgstr "" +msgstr "Nenhum bootloader presente" #: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c msgid "No capture in progress" @@ -1992,7 +1992,7 @@ msgstr "Especifique exatamente um do data0 ou do data_pins" #: supervisor/shared/safe_mode.c msgid "Stack overflow. Increase stack size." -msgstr "" +msgstr "Estouro de pilha. Aumente o tamanho da pilha." #: shared-bindings/alarm/time/TimeAlarm.c msgid "Supply one of monotonic_time or epoch_time" From 520ef6745e3981c233b620149290ef6d6308a818 Mon Sep 17 00:00:00 2001 From: Andi Chandler Date: Sat, 27 Jan 2024 15:30:46 +0000 Subject: [PATCH 2/2] Translated using Weblate (English (United Kingdom)) Currently translated at 100.0% (998 of 998 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/ --- locale/en_GB.po | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/locale/en_GB.po b/locale/en_GB.po index 973b31a2dfcda..0491f6454fdc2 100644 --- a/locale/en_GB.po +++ b/locale/en_GB.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-02 22:11+0000\n" +"PO-Revision-Date: 2024-01-28 16:01+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: none\n" "Language: en_GB\n" @@ -1201,7 +1201,7 @@ msgstr "Internal error #%d" #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c #: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c msgid "Internal resource(s) in use" -msgstr "" +msgstr "Internal resource(s) in use" #: supervisor/shared/safe_mode.c msgid "Internal watchdog timer expired." @@ -1370,7 +1370,7 @@ msgstr "Missing jmp_pin. %q[%u] jumps on pin" #: shared-module/storage/__init__.c msgid "Mount point directory missing" -msgstr "" +msgstr "Mount point directory missing" #: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c msgid "Must be a %q subclass." @@ -1460,7 +1460,7 @@ msgstr "No IP" #: ports/cxd56/common-hal/microcontroller/__init__.c #: ports/mimxrt10xx/common-hal/microcontroller/__init__.c msgid "No bootloader present" -msgstr "" +msgstr "No bootloader present" #: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c msgid "No capture in progress" @@ -1966,7 +1966,7 @@ msgstr "Specify exactly one of data0 or data_pins" #: supervisor/shared/safe_mode.c msgid "Stack overflow. Increase stack size." -msgstr "" +msgstr "Stack overflow. Increase stack size." #: shared-bindings/alarm/time/TimeAlarm.c msgid "Supply one of monotonic_time or epoch_time" @@ -2524,7 +2524,7 @@ msgstr "binary op %q not implemented" #: shared-module/bitmapfilter/__init__.c msgid "bitmap size and depth must match" -msgstr "" +msgstr "bitmap size and depth must match" #: shared-bindings/bitmaptools/__init__.c msgid "bitmap sizes must match" @@ -4249,7 +4249,7 @@ msgstr "unsupported Xtensa instruction '%s' with %d arguments" #: shared-module/bitmapfilter/__init__.c msgid "unsupported bitmap depth" -msgstr "" +msgstr "unsupported bitmap depth" #: shared-module/gifio/GifWriter.c msgid "unsupported colorspace for GifWriter" @@ -4302,10 +4302,12 @@ msgid "" "weights must be a sequence with an odd square number of elements (usually 9 " "or 25)" msgstr "" +"weights must be a sequence with an odd square number of elements (usually 9 " +"or 25)" #: shared-bindings/bitmapfilter/__init__.c msgid "weights must be an object of type %q, %q, %q, or %q, not %q " -msgstr "" +msgstr "weights must be an object of type %q, %q, %q, or %q, not %q " #: shared-bindings/is31fl3741/FrameBuffer.c msgid "width must be greater than zero"