Skip to content

Commit c1b1ddd

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent 83a99cb commit c1b1ddd

File tree

16 files changed

+136
-42
lines changed

16 files changed

+136
-42
lines changed

locale/ID.po

Lines changed: 10 additions & 3 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"
@@ -3766,6 +3766,10 @@ msgstr "sintaksis error pada pendeskripsi uctypes"
37663766
msgid "threshold must be in the range 0-65536"
37673767
msgstr ""
37683768

3769+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3770+
msgid "tile must be greater than zero"
3771+
msgstr ""
3772+
37693773
#: shared-bindings/time/__init__.c
37703774
msgid "time.struct_time() takes a 9-sequence"
37713775
msgstr ""
@@ -4055,6 +4059,9 @@ msgstr ""
40554059
msgid "zi must be of shape (n_section, 2)"
40564060
msgstr ""
40574061

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+
40584065
#~ msgid ""
40594066
#~ "\n"
40604067
#~ "Code done running. Waiting for reload.\n"

locale/cs.po

Lines changed: 10 additions & 3 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 ""
@@ -3717,6 +3717,10 @@ msgstr ""
37173717
msgid "threshold must be in the range 0-65536"
37183718
msgstr ""
37193719

3720+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3721+
msgid "tile must be greater than zero"
3722+
msgstr ""
3723+
37203724
#: shared-bindings/time/__init__.c
37213725
msgid "time.struct_time() takes a 9-sequence"
37223726
msgstr ""
@@ -4005,6 +4009,9 @@ msgstr ""
40054009
msgid "zi must be of shape (n_section, 2)"
40064010
msgstr ""
40074011

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+
40084015
#~ msgid ""
40094016
#~ "\n"
40104017
#~ "Code done running. Waiting for reload.\n"

locale/de_DE.po

Lines changed: 11 additions & 3 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"
@@ -3800,6 +3800,10 @@ msgstr "Syntaxfehler in uctypes Deskriptor"
38003800
msgid "threshold must be in the range 0-65536"
38013801
msgstr "threshold muss im Intervall 0-65536 liegen"
38023802

3803+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3804+
msgid "tile must be greater than zero"
3805+
msgstr ""
3806+
38033807
#: shared-bindings/time/__init__.c
38043808
msgid "time.struct_time() takes a 9-sequence"
38053809
msgstr "time.struct_time() nimmt eine 9-Sequenz an"
@@ -4092,6 +4096,10 @@ msgstr ""
40924096
msgid "zi must be of shape (n_section, 2)"
40934097
msgstr ""
40944098

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+
40954103
#~ msgid "input argument must be an integer or a 2-tuple"
40964104
#~ msgstr "Das Eingabeargument muss eine Ganzzahl oder ein 2-Tupel sein"
40974105

locale/el.po

Lines changed: 6 additions & 2 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 ""
@@ -3714,6 +3714,10 @@ msgstr ""
37143714
msgid "threshold must be in the range 0-65536"
37153715
msgstr ""
37163716

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

locale/es.po

Lines changed: 10 additions & 3 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"
@@ -3790,6 +3789,10 @@ msgstr "error de sintaxis en el descriptor uctypes"
37903789
msgid "threshold must be in the range 0-65536"
37913790
msgstr "limite debe ser en el rango 0-65536"
37923791

3792+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3793+
msgid "tile must be greater than zero"
3794+
msgstr ""
3795+
37933796
#: shared-bindings/time/__init__.c
37943797
msgid "time.struct_time() takes a 9-sequence"
37953798
msgstr "time.struct_time() toma un sequencio 9"
@@ -4079,6 +4082,10 @@ msgstr "zi debe ser de tipo flotante"
40794082
msgid "zi must be of shape (n_section, 2)"
40804083
msgstr "zi debe ser una forma (n_section,2)"
40814084

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+
40824089
#~ msgid "Unknown failure"
40834090
#~ msgstr "Fallo desconocido"
40844091

locale/fil.po

Lines changed: 6 additions & 2 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"
@@ -3766,6 +3766,10 @@ msgstr "may pagkakamali sa sintaks sa uctypes descriptor"
37663766
msgid "threshold must be in the range 0-65536"
37673767
msgstr "ang threshold ay dapat sa range 0-65536"
37683768

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

locale/fr.po

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ msgstr "%%c nécessite un chiffre entier 'int' ou un caractère 'char'"
6767

6868
#: shared-bindings/rgbmatrix/RGBMatrix.c
6969
#, c-format
70-
msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
70+
msgid ""
71+
"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d"
7172
msgstr ""
72-
"Les broches d'adresse %d et les broches RVB %d indiquent une hauteur de %d, "
73-
"pas %d"
7473

7574
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
7675
msgid "%q failure: %d"
@@ -533,7 +532,6 @@ msgstr "La longueur de la mémoire tampon doit être un multiple de 512"
533532
msgid "Buffer must be a multiple of 512 bytes"
534533
msgstr "La mémoire tampon doit être un multiple de 512"
535534

536-
#: shared-bindings/adafruit_bus_device/I2CDevice.c
537535
#: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
538536
msgid "Buffer must be at least length 1"
539537
msgstr "Le tampon doit être de longueur au moins 1"
@@ -3827,6 +3825,10 @@ msgstr "erreur de syntaxe dans le descripteur d'uctypes"
38273825
msgid "threshold must be in the range 0-65536"
38283826
msgstr "le seuil doit être dans la portée 0-65536"
38293827

3828+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3829+
msgid "tile must be greater than zero"
3830+
msgstr ""
3831+
38303832
#: shared-bindings/time/__init__.c
38313833
msgid "time.struct_time() takes a 9-sequence"
38323834
msgstr "time.struct_time() prend une séquence de longueur 9"
@@ -4115,6 +4117,11 @@ msgstr "zi doit être de type float"
41154117
msgid "zi must be of shape (n_section, 2)"
41164118
msgstr "zi doit être de forme (n_section, 2)"
41174119

4120+
#~ msgid "%d address pins and %d rgb pins indicate a height of %d, not %d"
4121+
#~ msgstr ""
4122+
#~ "Les broches d'adresse %d et les broches RVB %d indiquent une hauteur de "
4123+
#~ "%d, pas %d"
4124+
41184125
#~ msgid "Unknown failure"
41194126
#~ msgstr "Echec inconnu"
41204127

locale/hi.po

Lines changed: 6 additions & 2 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 ""
@@ -3714,6 +3714,10 @@ msgstr ""
37143714
msgid "threshold must be in the range 0-65536"
37153715
msgstr ""
37163716

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

locale/it_IT.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ msgstr "%%c necessita di 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 "Il buffer deve essere lungo almeno 1"
@@ -3774,6 +3774,10 @@ msgstr "errore di sintassi nel descrittore uctypes"
37743774
msgid "threshold must be in the range 0-65536"
37753775
msgstr "la soglia deve essere nell'intervallo 0-65536"
37763776

3777+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3778+
msgid "tile must be greater than zero"
3779+
msgstr ""
3780+
37773781
#: shared-bindings/time/__init__.c
37783782
msgid "time.struct_time() takes a 9-sequence"
37793783
msgstr ""

locale/ja.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ msgstr "%%c にはintまたは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 ""
6869

6970
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
@@ -523,7 +524,6 @@ msgstr "バッファ長は512の倍数でなければなりません"
523524
msgid "Buffer must be a multiple of 512 bytes"
524525
msgstr "バッファは512の倍数でなければなりません"
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 "バッファ長は少なくとも1以上でなければなりません"
@@ -3745,6 +3745,10 @@ msgstr "uctypedディスクリプタの構文エラー"
37453745
msgid "threshold must be in the range 0-65536"
37463746
msgstr "threshouldは0から65536まで"
37473747

3748+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3749+
msgid "tile must be greater than zero"
3750+
msgstr ""
3751+
37483752
#: shared-bindings/time/__init__.c
37493753
msgid "time.struct_time() takes a 9-sequence"
37503754
msgstr "time.struct_time()は9要素のシーケンスを受け取ります"

locale/ko.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ msgstr "%%c 전수(int)또는 캐릭터(char)필요합니다"
5959

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

6566
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
@@ -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 "잘못된 크기의 버퍼. >1 여야합니다"
@@ -3718,6 +3718,10 @@ msgstr ""
37183718
msgid "threshold must be in the range 0-65536"
37193719
msgstr ""
37203720

3721+
#: shared-bindings/rgbmatrix/RGBMatrix.c
3722+
msgid "tile must be greater than zero"
3723+
msgstr ""
3724+
37213725
#: shared-bindings/time/__init__.c
37223726
msgid "time.struct_time() takes a 9-sequence"
37233727
msgstr ""

0 commit comments

Comments
 (0)