Skip to content

Commit fe25858

Browse files
authored
Merge pull request #8821 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 6837e4f + 75d2047 commit fe25858

File tree

19 files changed

+453
-190
lines changed

19 files changed

+453
-190
lines changed

locale/ID.po

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ msgstr ""
219219
msgid "%q must be of type %q, %q, or %q, not %q"
220220
msgstr ""
221221

222-
#: py/argcheck.c shared-module/synthio/__init__.c
222+
#: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
223+
#: shared-module/synthio/__init__.c
223224
msgid "%q must be of type %q, not %q"
224225
msgstr ""
225226

@@ -906,10 +907,6 @@ msgstr "Data terlalu besar untuk paket advertisment"
906907
msgid "Deep sleep pins must use a rising edge with pulldown"
907908
msgstr ""
908909

909-
#: shared-module/jpegio/JpegDecoder.c
910-
msgid "Destination bitmap too small to contain image"
911-
msgstr ""
912-
913910
#: shared-bindings/audiobusio/PDMIn.c
914911
msgid "Destination capacity is smaller than destination_length."
915912
msgstr "Kapasitas tujuan lebih kecil dari destination_length."
@@ -2565,6 +2562,10 @@ msgstr "typecode buruk"
25652562
msgid "binary op %q not implemented"
25662563
msgstr ""
25672564

2565+
#: shared-module/bitmapfilter/__init__.c
2566+
msgid "bitmap size and depth must match"
2567+
msgstr ""
2568+
25682569
#: shared-bindings/bitmaptools/__init__.c
25692570
msgid "bitmap sizes must match"
25702571
msgstr ""
@@ -3905,10 +3906,6 @@ msgstr ""
39053906
msgid "parameters must be registers in sequence r0 to r3"
39063907
msgstr "parameter harus menjadi register dalam urutan r0 sampai r3"
39073908

3908-
#: shared-bindings/bitmaptools/__init__.c
3909-
msgid "pixel coordinates out of bounds"
3910-
msgstr ""
3911-
39123909
#: extmod/vfs_posix_file.c
39133910
msgid "poll on file not available on win32"
39143911
msgstr ""
@@ -4303,6 +4300,10 @@ msgstr ""
43034300
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43044301
msgstr ""
43054302

4303+
#: shared-module/bitmapfilter/__init__.c
4304+
msgid "unsupported bitmap depth"
4305+
msgstr ""
4306+
43064307
#: shared-module/gifio/GifWriter.c
43074308
msgid "unsupported colorspace for GifWriter"
43084309
msgstr ""
@@ -4349,6 +4350,16 @@ msgstr ""
43494350
msgid "wbits"
43504351
msgstr ""
43514352

4353+
#: shared-bindings/bitmapfilter/__init__.c
4354+
msgid ""
4355+
"weights must be a sequence with an odd square number of elements (usually 9 "
4356+
"or 25)"
4357+
msgstr ""
4358+
4359+
#: shared-bindings/bitmapfilter/__init__.c
4360+
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4361+
msgstr ""
4362+
43524363
#: shared-bindings/is31fl3741/FrameBuffer.c
43534364
msgid "width must be greater than zero"
43544365
msgstr ""

locale/cs.po

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ msgstr "%q musí být typu %q nebo %q, ne %q"
227227
msgid "%q must be of type %q, %q, or %q, not %q"
228228
msgstr ""
229229

230-
#: py/argcheck.c shared-module/synthio/__init__.c
230+
#: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
231+
#: shared-module/synthio/__init__.c
231232
msgid "%q must be of type %q, not %q"
232233
msgstr "%q musí být typu %q, ne %q"
233234

@@ -915,10 +916,6 @@ msgid "Deep sleep pins must use a rising edge with pulldown"
915916
msgstr ""
916917
"Piny pro hluboký spánek musí používat náběžnou hranu s pulldown rezistorem"
917918

918-
#: shared-module/jpegio/JpegDecoder.c
919-
msgid "Destination bitmap too small to contain image"
920-
msgstr ""
921-
922919
#: shared-bindings/audiobusio/PDMIn.c
923920
msgid "Destination capacity is smaller than destination_length."
924921
msgstr "Cílová kapacita je menší než destination_length."
@@ -2572,6 +2569,10 @@ msgstr ""
25722569
msgid "binary op %q not implemented"
25732570
msgstr ""
25742571

2572+
#: shared-module/bitmapfilter/__init__.c
2573+
msgid "bitmap size and depth must match"
2574+
msgstr ""
2575+
25752576
#: shared-bindings/bitmaptools/__init__.c
25762577
msgid "bitmap sizes must match"
25772578
msgstr "velikosti bitmapy musí odpovídat"
@@ -3912,10 +3913,6 @@ msgstr ""
39123913
msgid "parameters must be registers in sequence r0 to r3"
39133914
msgstr ""
39143915

3915-
#: shared-bindings/bitmaptools/__init__.c
3916-
msgid "pixel coordinates out of bounds"
3917-
msgstr ""
3918-
39193916
#: extmod/vfs_posix_file.c
39203917
msgid "poll on file not available on win32"
39213918
msgstr ""
@@ -4310,6 +4307,10 @@ msgstr ""
43104307
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43114308
msgstr ""
43124309

4310+
#: shared-module/bitmapfilter/__init__.c
4311+
msgid "unsupported bitmap depth"
4312+
msgstr ""
4313+
43134314
#: shared-module/gifio/GifWriter.c
43144315
msgid "unsupported colorspace for GifWriter"
43154316
msgstr ""
@@ -4356,6 +4357,16 @@ msgstr ""
43564357
msgid "wbits"
43574358
msgstr ""
43584359

4360+
#: shared-bindings/bitmapfilter/__init__.c
4361+
msgid ""
4362+
"weights must be a sequence with an odd square number of elements (usually 9 "
4363+
"or 25)"
4364+
msgstr ""
4365+
4366+
#: shared-bindings/bitmapfilter/__init__.c
4367+
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4368+
msgstr ""
4369+
43594370
#: shared-bindings/is31fl3741/FrameBuffer.c
43604371
msgid "width must be greater than zero"
43614372
msgstr ""

locale/de_DE.po

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ msgstr "%q muss von Typ %q oder %q sein, nicht %q"
226226
msgid "%q must be of type %q, %q, or %q, not %q"
227227
msgstr "%q muss vom Typ %q, %q oder %q sein, und nicht %q"
228228

229-
#: py/argcheck.c shared-module/synthio/__init__.c
229+
#: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
230+
#: shared-module/synthio/__init__.c
230231
msgid "%q must be of type %q, not %q"
231232
msgstr "%q muss von Typ %q sein, nicht %q"
232233

@@ -915,10 +916,6 @@ msgstr "Zu vielen Daten für das advertisement packet"
915916
msgid "Deep sleep pins must use a rising edge with pulldown"
916917
msgstr "Deep Sleep Pins müssen eine steigende Flanke mit Pulldown verwenden"
917918

918-
#: shared-module/jpegio/JpegDecoder.c
919-
msgid "Destination bitmap too small to contain image"
920-
msgstr ""
921-
922919
#: shared-bindings/audiobusio/PDMIn.c
923920
msgid "Destination capacity is smaller than destination_length."
924921
msgstr "Die Zielkapazität ist kleiner als destination_length."
@@ -2601,6 +2598,10 @@ msgstr "Falscher Typcode"
26012598
msgid "binary op %q not implemented"
26022599
msgstr "Der binäre Operator %q ist nicht implementiert"
26032600

2601+
#: shared-module/bitmapfilter/__init__.c
2602+
msgid "bitmap size and depth must match"
2603+
msgstr ""
2604+
26042605
#: shared-bindings/bitmaptools/__init__.c
26052606
msgid "bitmap sizes must match"
26062607
msgstr "Bitmap-Größen müssen übereinstimmen"
@@ -3965,10 +3966,6 @@ msgstr "Die Parameter müssen Register der Reihenfolge a2 bis a5 sein"
39653966
msgid "parameters must be registers in sequence r0 to r3"
39663967
msgstr "Parameter müssen Register im Bereich von r0 bis r3 sein"
39673968

3968-
#: shared-bindings/bitmaptools/__init__.c
3969-
msgid "pixel coordinates out of bounds"
3970-
msgstr "Pixelkoordinaten außerhalb der Grenzen"
3971-
39723969
#: extmod/vfs_posix_file.c
39733970
msgid "poll on file not available on win32"
39743971
msgstr "Abfrage der Datei unter Win32 nicht verfügbar"
@@ -4365,6 +4362,10 @@ msgstr "nicht unterstützter Thumb-Befehl '%s' mit %d Argumenten"
43654362
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43664363
msgstr "nicht unterstützte Xtensa-Anweisung '%s' mit %d Argumenten"
43674364

4365+
#: shared-module/bitmapfilter/__init__.c
4366+
msgid "unsupported bitmap depth"
4367+
msgstr ""
4368+
43684369
#: shared-module/gifio/GifWriter.c
43694370
msgid "unsupported colorspace for GifWriter"
43704371
msgstr "Farbraum wird nicht unterstützt für GifWriter"
@@ -4411,6 +4412,16 @@ msgstr "Wert außerhalb des Zielbereiches"
44114412
msgid "wbits"
44124413
msgstr ""
44134414

4415+
#: shared-bindings/bitmapfilter/__init__.c
4416+
msgid ""
4417+
"weights must be a sequence with an odd square number of elements (usually 9 "
4418+
"or 25)"
4419+
msgstr ""
4420+
4421+
#: shared-bindings/bitmapfilter/__init__.c
4422+
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4423+
msgstr ""
4424+
44144425
#: shared-bindings/is31fl3741/FrameBuffer.c
44154426
msgid "width must be greater than zero"
44164427
msgstr "Breite muss größer als 0 sein"
@@ -4482,6 +4493,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
44824493
msgid "zi must be of shape (n_section, 2)"
44834494
msgstr "zi muss die Form (n_section, 2) haben"
44844495

4496+
#~ msgid "pixel coordinates out of bounds"
4497+
#~ msgstr "Pixelkoordinaten außerhalb der Grenzen"
4498+
44854499
#~ msgid "A hardware interrupt channel is already in use"
44864500
#~ msgstr "Ein Hardware Interrupt Kanal wird schon benutzt"
44874501

locale/el.po

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ msgstr "%q πρέπει να είναι τύπου %q ή %q, όχι %q"
231231
msgid "%q must be of type %q, %q, or %q, not %q"
232232
msgstr ""
233233

234-
#: py/argcheck.c shared-module/synthio/__init__.c
234+
#: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
235+
#: shared-module/synthio/__init__.c
235236
msgid "%q must be of type %q, not %q"
236237
msgstr "%q πρέπει να είναι τύπου %q, όχι %q"
237238

@@ -923,10 +924,6 @@ msgstr "Τα δεδομένα είναι πολύ μεγάλα για πακέτ
923924
msgid "Deep sleep pins must use a rising edge with pulldown"
924925
msgstr "Τα pins βαθύ ύπνου πρέπει να χρησιμοποιούν rising edge με pulldown"
925926

926-
#: shared-module/jpegio/JpegDecoder.c
927-
msgid "Destination bitmap too small to contain image"
928-
msgstr ""
929-
930927
#: shared-bindings/audiobusio/PDMIn.c
931928
msgid "Destination capacity is smaller than destination_length."
932929
msgstr ""
@@ -2571,6 +2568,10 @@ msgstr ""
25712568
msgid "binary op %q not implemented"
25722569
msgstr ""
25732570

2571+
#: shared-module/bitmapfilter/__init__.c
2572+
msgid "bitmap size and depth must match"
2573+
msgstr ""
2574+
25742575
#: shared-bindings/bitmaptools/__init__.c
25752576
msgid "bitmap sizes must match"
25762577
msgstr ""
@@ -3911,10 +3912,6 @@ msgstr ""
39113912
msgid "parameters must be registers in sequence r0 to r3"
39123913
msgstr ""
39133914

3914-
#: shared-bindings/bitmaptools/__init__.c
3915-
msgid "pixel coordinates out of bounds"
3916-
msgstr ""
3917-
39183915
#: extmod/vfs_posix_file.c
39193916
msgid "poll on file not available on win32"
39203917
msgstr ""
@@ -4309,6 +4306,10 @@ msgstr ""
43094306
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43104307
msgstr ""
43114308

4309+
#: shared-module/bitmapfilter/__init__.c
4310+
msgid "unsupported bitmap depth"
4311+
msgstr ""
4312+
43124313
#: shared-module/gifio/GifWriter.c
43134314
msgid "unsupported colorspace for GifWriter"
43144315
msgstr ""
@@ -4355,6 +4356,16 @@ msgstr ""
43554356
msgid "wbits"
43564357
msgstr ""
43574358

4359+
#: shared-bindings/bitmapfilter/__init__.c
4360+
msgid ""
4361+
"weights must be a sequence with an odd square number of elements (usually 9 "
4362+
"or 25)"
4363+
msgstr ""
4364+
4365+
#: shared-bindings/bitmapfilter/__init__.c
4366+
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4367+
msgstr ""
4368+
43584369
#: shared-bindings/is31fl3741/FrameBuffer.c
43594370
msgid "width must be greater than zero"
43604371
msgstr ""

locale/en_GB.po

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ msgstr "%q must be of type %q or %q, not %q"
229229
msgid "%q must be of type %q, %q, or %q, not %q"
230230
msgstr "%q must be of type %q, %q, or %q, not %q"
231231

232-
#: py/argcheck.c shared-module/synthio/__init__.c
232+
#: py/argcheck.c shared-bindings/bitmapfilter/__init__.c
233+
#: shared-module/synthio/__init__.c
233234
msgid "%q must be of type %q, not %q"
234235
msgstr "%q must be of type %q, not %q"
235236

@@ -913,10 +914,6 @@ msgstr "Data too large for advertisement packet"
913914
msgid "Deep sleep pins must use a rising edge with pulldown"
914915
msgstr "Deep sleep pins must use a rising edge with pulldown"
915916

916-
#: shared-module/jpegio/JpegDecoder.c
917-
msgid "Destination bitmap too small to contain image"
918-
msgstr "Destination bitmap too small to contain image"
919-
920917
#: shared-bindings/audiobusio/PDMIn.c
921918
msgid "Destination capacity is smaller than destination_length."
922919
msgstr "Destination capacity is smaller than destination_length."
@@ -2576,6 +2573,10 @@ msgstr "bad typecode"
25762573
msgid "binary op %q not implemented"
25772574
msgstr "binary op %q not implemented"
25782575

2576+
#: shared-module/bitmapfilter/__init__.c
2577+
msgid "bitmap size and depth must match"
2578+
msgstr ""
2579+
25792580
#: shared-bindings/bitmaptools/__init__.c
25802581
msgid "bitmap sizes must match"
25812582
msgstr "bitmap sizes must match"
@@ -3919,10 +3920,6 @@ msgstr "parameters must be registers in sequence a2 to a5"
39193920
msgid "parameters must be registers in sequence r0 to r3"
39203921
msgstr "parameters must be registers in sequence r0 to r3"
39213922

3922-
#: shared-bindings/bitmaptools/__init__.c
3923-
msgid "pixel coordinates out of bounds"
3924-
msgstr "pixel coordinates out of bounds"
3925-
39263923
#: extmod/vfs_posix_file.c
39273924
msgid "poll on file not available on win32"
39283925
msgstr "poll on file not available on win32"
@@ -4317,6 +4314,10 @@ msgstr "unsupported Thumb instruction '%s' with %d arguments"
43174314
msgid "unsupported Xtensa instruction '%s' with %d arguments"
43184315
msgstr "unsupported Xtensa instruction '%s' with %d arguments"
43194316

4317+
#: shared-module/bitmapfilter/__init__.c
4318+
msgid "unsupported bitmap depth"
4319+
msgstr ""
4320+
43204321
#: shared-module/gifio/GifWriter.c
43214322
msgid "unsupported colorspace for GifWriter"
43224323
msgstr "unsupported colourspace for GifWriter"
@@ -4363,6 +4364,16 @@ msgstr "value out of range of target"
43634364
msgid "wbits"
43644365
msgstr "wbits"
43654366

4367+
#: shared-bindings/bitmapfilter/__init__.c
4368+
msgid ""
4369+
"weights must be a sequence with an odd square number of elements (usually 9 "
4370+
"or 25)"
4371+
msgstr ""
4372+
4373+
#: shared-bindings/bitmapfilter/__init__.c
4374+
msgid "weights must be an object of type %q, %q, %q, or %q, not %q "
4375+
msgstr ""
4376+
43664377
#: shared-bindings/is31fl3741/FrameBuffer.c
43674378
msgid "width must be greater than zero"
43684379
msgstr "width must be greater than zero"
@@ -4434,6 +4445,12 @@ msgstr "zi must be of float type"
44344445
msgid "zi must be of shape (n_section, 2)"
44354446
msgstr "zi must be of shape (n_section, 2)"
44364447

4448+
#~ msgid "Destination bitmap too small to contain image"
4449+
#~ msgstr "Destination bitmap too small to contain image"
4450+
4451+
#~ msgid "pixel coordinates out of bounds"
4452+
#~ msgstr "pixel coordinates out of bounds"
4453+
44374454
#~ msgid "A hardware interrupt channel is already in use"
44384455
#~ msgstr "A hardware interrupt channel is already in use"
44394456

0 commit comments

Comments
 (0)