Skip to content

Commit 677c194

Browse files
authored
Merge pull request #8854 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 49eb34a + 520ef67 commit 677c194

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

locale/en_GB.po

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"PO-Revision-Date: 2024-01-02 22:11+0000\n"
10+
"PO-Revision-Date: 2024-01-28 16:01+0000\n"
1111
"Last-Translator: Andi Chandler <[email protected]>\n"
1212
"Language-Team: none\n"
1313
"Language: en_GB\n"
@@ -1201,7 +1201,7 @@ msgstr "Internal error #%d"
12011201
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
12021202
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
12031203
msgid "Internal resource(s) in use"
1204-
msgstr ""
1204+
msgstr "Internal resource(s) in use"
12051205

12061206
#: supervisor/shared/safe_mode.c
12071207
msgid "Internal watchdog timer expired."
@@ -1370,7 +1370,7 @@ msgstr "Missing jmp_pin. %q[%u] jumps on pin"
13701370

13711371
#: shared-module/storage/__init__.c
13721372
msgid "Mount point directory missing"
1373-
msgstr ""
1373+
msgstr "Mount point directory missing"
13741374

13751375
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
13761376
msgid "Must be a %q subclass."
@@ -1460,7 +1460,7 @@ msgstr "No IP"
14601460
#: ports/cxd56/common-hal/microcontroller/__init__.c
14611461
#: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
14621462
msgid "No bootloader present"
1463-
msgstr ""
1463+
msgstr "No bootloader present"
14641464

14651465
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
14661466
msgid "No capture in progress"
@@ -1966,7 +1966,7 @@ msgstr "Specify exactly one of data0 or data_pins"
19661966

19671967
#: supervisor/shared/safe_mode.c
19681968
msgid "Stack overflow. Increase stack size."
1969-
msgstr ""
1969+
msgstr "Stack overflow. Increase stack size."
19701970

19711971
#: shared-bindings/alarm/time/TimeAlarm.c
19721972
msgid "Supply one of monotonic_time or epoch_time"
@@ -2524,7 +2524,7 @@ msgstr "binary op %q not implemented"
25242524

25252525
#: shared-module/bitmapfilter/__init__.c
25262526
msgid "bitmap size and depth must match"
2527-
msgstr ""
2527+
msgstr "bitmap size and depth must match"
25282528

25292529
#: shared-bindings/bitmaptools/__init__.c
25302530
msgid "bitmap sizes must match"
@@ -4249,7 +4249,7 @@ msgstr "unsupported Xtensa instruction '%s' with %d arguments"
42494249

42504250
#: shared-module/bitmapfilter/__init__.c
42514251
msgid "unsupported bitmap depth"
4252-
msgstr ""
4252+
msgstr "unsupported bitmap depth"
42534253

42544254
#: shared-module/gifio/GifWriter.c
42554255
msgid "unsupported colorspace for GifWriter"
@@ -4302,10 +4302,12 @@ msgid ""
43024302
"weights must be a sequence with an odd square number of elements (usually 9 "
43034303
"or 25)"
43044304
msgstr ""
4305+
"weights must be a sequence with an odd square number of elements (usually 9 "
4306+
"or 25)"
43054307

43064308
#: shared-bindings/bitmapfilter/__init__.c
43074309
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4308-
msgstr ""
4310+
msgstr "weights must be an object of type %q, %q, %q, or %q, not %q "
43094311

43104312
#: shared-bindings/is31fl3741/FrameBuffer.c
43114313
msgid "width must be greater than zero"

locale/pt_BR.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2024-01-25 18:51+0000\n"
9+
"PO-Revision-Date: 2024-01-28 16:01+0000\n"
1010
"Last-Translator: Wellington Terumi Uemura <[email protected]>\n"
1111
"Language-Team: \n"
1212
"Language: pt_BR\n"
@@ -1217,7 +1217,7 @@ msgstr "Erro interno #%d"
12171217
#: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c
12181218
#: ports/cxd56/common-hal/pulseio/PulseIn.c shared-bindings/pwmio/PWMOut.c
12191219
msgid "Internal resource(s) in use"
1220-
msgstr ""
1220+
msgstr "Recurso(s) interno(s) em uso"
12211221

12221222
#: supervisor/shared/safe_mode.c
12231223
msgid "Internal watchdog timer expired."
@@ -1386,7 +1386,7 @@ msgstr "Falta jmp_pin. %q[%u] jumper no pino"
13861386

13871387
#: shared-module/storage/__init__.c
13881388
msgid "Mount point directory missing"
1389-
msgstr ""
1389+
msgstr "Falta o diretório do ponto de montagem"
13901390

13911391
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
13921392
msgid "Must be a %q subclass."
@@ -1476,7 +1476,7 @@ msgstr "Sem IP"
14761476
#: ports/cxd56/common-hal/microcontroller/__init__.c
14771477
#: ports/mimxrt10xx/common-hal/microcontroller/__init__.c
14781478
msgid "No bootloader present"
1479-
msgstr ""
1479+
msgstr "Nenhum bootloader presente"
14801480

14811481
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
14821482
msgid "No capture in progress"
@@ -1992,7 +1992,7 @@ msgstr "Especifique exatamente um do data0 ou do data_pins"
19921992

19931993
#: supervisor/shared/safe_mode.c
19941994
msgid "Stack overflow. Increase stack size."
1995-
msgstr ""
1995+
msgstr "Estouro de pilha. Aumente o tamanho da pilha."
19961996

19971997
#: shared-bindings/alarm/time/TimeAlarm.c
19981998
msgid "Supply one of monotonic_time or epoch_time"

0 commit comments

Comments
 (0)