Skip to content

Commit c1c1a5d

Browse files
authored
Merge pull request #4072 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 45b3c9a + c1b1ddd commit c1c1a5d

File tree

16 files changed

+222
-63
lines changed

16 files changed

+222
-63
lines changed

locale/ID.po

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ msgstr "%%c harus int atau char"
6363

6464
#: shared-bindings/rgbmatrix/RGBMatrix.c
6565
#, c-format
66-
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
67-
msgstr "pin alamat %d dan pin rgb %d menunjukkan tinggi %d, bukan %d"
66+
msgid ""
67+
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
68+
msgstr ""
6869

6970
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
7071
msgid "%q failure: %d"
@@ -523,7 +524,6 @@ msgstr "Panjang buffer harus kelipatan 512"
523524
msgid "Buffer must be a multiple of 512 bytes"
524525
msgstr ""
525526

526-
#: shared-bindings/adafruit_bus_device/I2CDevice.c
527527
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
528528
msgid "Buffer must be at least length 1"
529529
msgstr "Penyangga harus memiliki panjang setidaknya 1"
@@ -538,6 +538,7 @@ msgid "Buffer too short by %d bytes"
538538
msgstr "Buffer terlalu pendek untuk %d byte"
539539

540540
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
541+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
541542
#: ports/nrf/common-hal/displayio/ParallelBus.c
542543
#, c-format
543544
msgid "Bus pin %d is already in use"
@@ -818,6 +819,10 @@ msgstr "DAC sudah digunakan"
818819
msgid "Data 0 pin must be byte aligned"
819820
msgstr "Data 0 pin harus byte disejajarkan"
820821

822+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
823+
msgid "Data 0 pin must be byte aligned."
824+
msgstr ""
825+
821826
#: shared-module/audiocore/WaveFile.c
822827
msgid "Data chunk must follow fmt chunk"
823828
msgstr "Potongan data harus mengikuti fmt chunk"
@@ -1613,7 +1618,6 @@ msgstr ""
16131618
"Frekuensi PWM tidak dapat ditulis ketika variabel_frequency Salah pada "
16141619
"konstruksi."
16151620

1616-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16171621
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16181622
#: ports/stm/common-hal/displayio/ParallelBus.c
16191623
msgid "ParallelBus not yet supported"
@@ -3762,6 +3766,10 @@ msgstr "sintaksis error pada pendeskripsi uctypes"
37623766
msgid "threshold must be in the range 0-65536"
37633767
msgstr ""
37643768

3769+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3770+
msgid "tile must be greater than zero"
3771+
msgstr ""
3772+
37653773
#: shared-bindings/time/__init__.c
37663774
msgid "time.struct_time() takes a 9-sequence"
37673775
msgstr ""
@@ -4051,6 +4059,9 @@ msgstr ""
40514059
msgid "zi must be of shape (n_section, 2)"
40524060
msgstr ""
40534061

4062+
#~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
4063+
#~ msgstr "pin alamat %d dan pin rgb %d menunjukkan tinggi %d, bukan %d"
4064+
40544065
#~ msgid ""
40554066
#~ "\n"
40564067
#~ "Code done running. Waiting for reload.\n"

locale/cs.po

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ msgstr "%%c vyžaduje int nebo char"
6161

6262
#: shared-bindings/rgbmatrix/RGBMatrix.c
6363
#, c-format
64-
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
65-
msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
64+
msgid ""
65+
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
66+
msgstr ""
6667

6768
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
6869
msgid "%q failure: %d"
@@ -519,7 +520,6 @@ msgstr ""
519520
msgid "Buffer must be a multiple of 512 bytes"
520521
msgstr ""
521522

522-
#: shared-bindings/adafruit_bus_device/I2CDevice.c
523523
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
524524
msgid "Buffer must be at least length 1"
525525
msgstr ""
@@ -534,6 +534,7 @@ msgid "Buffer too short by %d bytes"
534534
msgstr ""
535535

536536
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
537+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
537538
#: ports/nrf/common-hal/displayio/ParallelBus.c
538539
#, c-format
539540
msgid "Bus pin %d is already in use"
@@ -803,6 +804,10 @@ msgstr ""
803804
msgid "Data 0 pin must be byte aligned"
804805
msgstr ""
805806

807+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
808+
msgid "Data 0 pin must be byte aligned."
809+
msgstr ""
810+
806811
#: shared-module/audiocore/WaveFile.c
807812
msgid "Data chunk must follow fmt chunk"
808813
msgstr ""
@@ -1587,7 +1592,6 @@ msgid ""
15871592
"PWM frequency not writable when variable_frequency is False on construction."
15881593
msgstr ""
15891594

1590-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
15911595
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
15921596
#: ports/stm/common-hal/displayio/ParallelBus.c
15931597
msgid "ParallelBus not yet supported"
@@ -3713,6 +3717,10 @@ msgstr ""
37133717
msgid "threshold must be in the range 0-65536"
37143718
msgstr ""
37153719

3720+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3721+
msgid "tile must be greater than zero"
3722+
msgstr ""
3723+
37163724
#: shared-bindings/time/__init__.c
37173725
msgid "time.struct_time() takes a 9-sequence"
37183726
msgstr ""
@@ -4001,6 +4009,9 @@ msgstr ""
40014009
msgid "zi must be of shape (n_section, 2)"
40024010
msgstr ""
40034011

4012+
#~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
4013+
#~ msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
4014+
40044015
#~ msgid ""
40054016
#~ "\n"
40064017
#~ "Code done running. Waiting for reload.\n"

locale/de_DE.po

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ msgstr "%%c erwartet int oder char"
6262

6363
#: shared-bindings/rgbmatrix/RGBMatrix.c
6464
#, c-format
65-
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
66-
msgstr "%d Adress-Pins und %d rgb-Pins zeigen eine Höhe von %d, nicht von %d"
65+
msgid ""
66+
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
67+
msgstr ""
6768

6869
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
6970
msgid "%q failure: %d"
@@ -524,7 +525,6 @@ msgstr "Die Pufferlänge muss ein vielfaches von 512 sein"
524525
msgid "Buffer must be a multiple of 512 bytes"
525526
msgstr "Der Puffer muss ein vielfaches von 512 bytes sein"
526527

527-
#: shared-bindings/adafruit_bus_device/I2CDevice.c
528528
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
529529
msgid "Buffer must be at least length 1"
530530
msgstr "Der Puffer muss eine Mindestenslänge von 1 haben"
@@ -539,6 +539,7 @@ msgid "Buffer too short by %d bytes"
539539
msgstr "Buffer um %d Bytes zu kurz"
540540

541541
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
542+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
542543
#: ports/nrf/common-hal/displayio/ParallelBus.c
543544
#, c-format
544545
msgid "Bus pin %d is already in use"
@@ -815,6 +816,10 @@ msgstr "DAC wird schon benutzt"
815816
msgid "Data 0 pin must be byte aligned"
816817
msgstr "Data 0 pin muss am Byte ausgerichtet sein"
817818

819+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
820+
msgid "Data 0 pin must be byte aligned."
821+
msgstr ""
822+
818823
#: shared-module/audiocore/WaveFile.c
819824
msgid "Data chunk must follow fmt chunk"
820825
msgstr "Dem fmt Block muss ein Datenblock folgen"
@@ -1612,7 +1617,6 @@ msgid ""
16121617
"PWM frequency not writable when variable_frequency is False on construction."
16131618
msgstr "Die PWM-Frequenz ist nicht schreibbar wenn variable_Frequenz = False."
16141619

1615-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16161620
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16171621
#: ports/stm/common-hal/displayio/ParallelBus.c
16181622
msgid "ParallelBus not yet supported"
@@ -3796,6 +3800,10 @@ msgstr "Syntaxfehler in uctypes Deskriptor"
37963800
msgid "threshold must be in the range 0-65536"
37973801
msgstr "threshold muss im Intervall 0-65536 liegen"
37983802

3803+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3804+
msgid "tile must be greater than zero"
3805+
msgstr ""
3806+
37993807
#: shared-bindings/time/__init__.c
38003808
msgid "time.struct_time() takes a 9-sequence"
38013809
msgstr "time.struct_time() nimmt eine 9-Sequenz an"
@@ -4088,6 +4096,10 @@ msgstr ""
40884096
msgid "zi must be of shape (n_section, 2)"
40894097
msgstr ""
40904098

4099+
#~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
4100+
#~ msgstr ""
4101+
#~ "%d Adress-Pins und %d rgb-Pins zeigen eine Höhe von %d, nicht von %d"
4102+
40914103
#~ msgid "input argument must be an integer or a 2-tuple"
40924104
#~ msgstr "Das Eingabeargument muss eine Ganzzahl oder ein 2-Tupel sein"
40934105

locale/el.po

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ msgstr ""
5858

5959
#: shared-bindings/rgbmatrix/RGBMatrix.c
6060
#, c-format
61-
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
61+
msgid ""
62+
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
6263
msgstr ""
6364

6465
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
@@ -516,7 +517,6 @@ msgstr ""
516517
msgid "Buffer must be a multiple of 512 bytes"
517518
msgstr ""
518519

519-
#: shared-bindings/adafruit_bus_device/I2CDevice.c
520520
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
521521
msgid "Buffer must be at least length 1"
522522
msgstr ""
@@ -531,6 +531,7 @@ msgid "Buffer too short by %d bytes"
531531
msgstr ""
532532

533533
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
534+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
534535
#: ports/nrf/common-hal/displayio/ParallelBus.c
535536
#, c-format
536537
msgid "Bus pin %d is already in use"
@@ -800,6 +801,10 @@ msgstr ""
800801
msgid "Data 0 pin must be byte aligned"
801802
msgstr ""
802803

804+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
805+
msgid "Data 0 pin must be byte aligned."
806+
msgstr ""
807+
803808
#: shared-module/audiocore/WaveFile.c
804809
msgid "Data chunk must follow fmt chunk"
805810
msgstr ""
@@ -1584,7 +1589,6 @@ msgid ""
15841589
"PWM frequency not writable when variable_frequency is False on construction."
15851590
msgstr ""
15861591

1587-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
15881592
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
15891593
#: ports/stm/common-hal/displayio/ParallelBus.c
15901594
msgid "ParallelBus not yet supported"
@@ -3710,6 +3714,10 @@ msgstr ""
37103714
msgid "threshold must be in the range 0-65536"
37113715
msgstr ""
37123716

3717+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3718+
msgid "tile must be greater than zero"
3719+
msgstr ""
3720+
37133721
#: shared-bindings/time/__init__.c
37143722
msgid "time.struct_time() takes a 9-sequence"
37153723
msgstr ""

locale/es.po

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ msgstr "%%c requiere int o char"
6363

6464
#: shared-bindings/rgbmatrix/RGBMatrix.c
6565
#, c-format
66-
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
66+
msgid ""
67+
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
6768
msgstr ""
68-
"%d pines de dirección y %d pines rgb indican una altura de %d, no de %d"
6969

7070
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
7171
msgid "%q failure: %d"
@@ -528,7 +528,6 @@ msgstr "El tamaño del búfer debe ser múltiplo de 512"
528528
msgid "Buffer must be a multiple of 512 bytes"
529529
msgstr "Búfer deber ser un múltiplo de 512 bytes"
530530

531-
#: shared-bindings/adafruit_bus_device/I2CDevice.c
532531
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
533532
msgid "Buffer must be at least length 1"
534533
msgstr "Buffer debe ser de longitud 1 como minimo"
@@ -543,6 +542,7 @@ msgid "Buffer too short by %d bytes"
543542
msgstr "Búffer muy corto por %d bytes"
544543

545544
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
545+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
546546
#: ports/nrf/common-hal/displayio/ParallelBus.c
547547
#, c-format
548548
msgid "Bus pin %d is already in use"
@@ -818,6 +818,10 @@ msgstr "DAC ya está siendo utilizado"
818818
msgid "Data 0 pin must be byte aligned"
819819
msgstr "El pin Data 0 debe estar alineado a bytes"
820820

821+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
822+
msgid "Data 0 pin must be byte aligned."
823+
msgstr ""
824+
821825
#: shared-module/audiocore/WaveFile.c
822826
msgid "Data chunk must follow fmt chunk"
823827
msgstr "Trozo de datos debe seguir fmt chunk"
@@ -1613,7 +1617,6 @@ msgstr ""
16131617
"La frecuencia de PWM no se puede escribir variable_frequency es False en la "
16141618
"construcción."
16151619

1616-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16171620
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16181621
#: ports/stm/common-hal/displayio/ParallelBus.c
16191622
msgid "ParallelBus not yet supported"
@@ -3786,6 +3789,10 @@ msgstr "error de sintaxis en el descriptor uctypes"
37863789
msgid "threshold must be in the range 0-65536"
37873790
msgstr "limite debe ser en el rango 0-65536"
37883791

3792+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3793+
msgid "tile must be greater than zero"
3794+
msgstr ""
3795+
37893796
#: shared-bindings/time/__init__.c
37903797
msgid "time.struct_time() takes a 9-sequence"
37913798
msgstr "time.struct_time() toma un sequencio 9"
@@ -4075,6 +4082,10 @@ msgstr "zi debe ser de tipo flotante"
40754082
msgid "zi must be of shape (n_section, 2)"
40764083
msgstr "zi debe ser una forma (n_section,2)"
40774084

4085+
#~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
4086+
#~ msgstr ""
4087+
#~ "%d pines de dirección y %d pines rgb indican una altura de %d, no de %d"
4088+
40784089
#~ msgid "Unknown failure"
40794090
#~ msgstr "Fallo desconocido"
40804091

locale/fil.po

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ msgstr "%%c nangangailangan ng int o char"
5757

5858
#: shared-bindings/rgbmatrix/RGBMatrix.c
5959
#, c-format
60-
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
60+
msgid ""
61+
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
6162
msgstr ""
6263

6364
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
@@ -521,7 +522,6 @@ msgstr ""
521522
msgid "Buffer must be a multiple of 512 bytes"
522523
msgstr ""
523524

524-
#: shared-bindings/adafruit_bus_device/I2CDevice.c
525525
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
526526
msgid "Buffer must be at least length 1"
527527
msgstr "Buffer dapat ay hindi baba sa 1 na haba"
@@ -536,6 +536,7 @@ msgid "Buffer too short by %d bytes"
536536
msgstr ""
537537

538538
#: ports/atmel-samd/common-hal/displayio/ParallelBus.c
539+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
539540
#: ports/nrf/common-hal/displayio/ParallelBus.c
540541
#, fuzzy, c-format
541542
msgid "Bus pin %d is already in use"
@@ -809,6 +810,10 @@ msgstr "Ginagamit na ang DAC"
809810
msgid "Data 0 pin must be byte aligned"
810811
msgstr "graphic ay dapat 2048 bytes ang haba"
811812

813+
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
814+
msgid "Data 0 pin must be byte aligned."
815+
msgstr ""
816+
812817
#: shared-module/audiocore/WaveFile.c
813818
msgid "Data chunk must follow fmt chunk"
814819
msgstr "Dapat sunurin ng Data chunk ang fmt chunk"
@@ -1603,7 +1608,6 @@ msgid ""
16031608
msgstr ""
16041609
"PWM frequency hindi writable kapag variable_frequency ay False sa pag buo."
16051610

1606-
#: ports/esp32s2/common-hal/displayio/ParallelBus.c
16071611
#: ports/mimxrt10xx/common-hal/displayio/ParallelBus.c
16081612
#: ports/stm/common-hal/displayio/ParallelBus.c
16091613
msgid "ParallelBus not yet supported"
@@ -3762,6 +3766,10 @@ msgstr "may pagkakamali sa sintaks sa uctypes descriptor"
37623766
msgid "threshold must be in the range 0-65536"
37633767
msgstr "ang threshold ay dapat sa range 0-65536"
37643768

3769+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3770+
msgid "tile must be greater than zero"
3771+
msgstr ""
3772+
37653773
#: shared-bindings/time/__init__.c
37663774
msgid "time.struct_time() takes a 9-sequence"
37673775
msgstr "time.struct_time() kumukuha ng 9-sequence"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy