Skip to content

Commit

Permalink
Merge pull request adafruit#8821 from weblate/weblate-circuitpython-main
Browse files Browse the repository at this point in the history
Translations update from Hosted Weblate
  • Loading branch information
dhalbert authored Jan 22, 2024
2 parents 6837e4f + 75d2047 commit fe25858
Show file tree
Hide file tree
Showing 19 changed files with 453 additions and 190 deletions.
29 changes: 20 additions & 9 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ msgstr ""
msgid "%q must be of type %q, %q, or %q, not %q"
msgstr ""

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

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

#: shared-module/jpegio/JpegDecoder.c
msgid "Destination bitmap too small to contain image"
msgstr ""

#: shared-bindings/audiobusio/PDMIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr "Kapasitas tujuan lebih kecil dari destination_length."
Expand Down Expand Up @@ -2565,6 +2562,10 @@ msgstr "typecode buruk"
msgid "binary op %q not implemented"
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
msgid "bitmap sizes must match"
msgstr ""
Expand Down Expand Up @@ -3905,10 +3906,6 @@ msgstr ""
msgid "parameters must be registers in sequence r0 to r3"
msgstr "parameter harus menjadi register dalam urutan r0 sampai r3"

#: shared-bindings/bitmaptools/__init__.c
msgid "pixel coordinates out of bounds"
msgstr ""

#: extmod/vfs_posix_file.c
msgid "poll on file not available on win32"
msgstr ""
Expand Down Expand Up @@ -4303,6 +4300,10 @@ msgstr ""
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "unsupported bitmap depth"
msgstr ""

#: shared-module/gifio/GifWriter.c
msgid "unsupported colorspace for GifWriter"
msgstr ""
Expand Down Expand Up @@ -4349,6 +4350,16 @@ msgstr ""
msgid "wbits"
msgstr ""

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
"or 25)"
msgstr ""

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

#: shared-bindings/is31fl3741/FrameBuffer.c
msgid "width must be greater than zero"
msgstr ""
Expand Down
29 changes: 20 additions & 9 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@ msgstr "%q musí být typu %q nebo %q, ne %q"
msgid "%q must be of type %q, %q, or %q, not %q"
msgstr ""

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

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

#: shared-module/jpegio/JpegDecoder.c
msgid "Destination bitmap too small to contain image"
msgstr ""

#: shared-bindings/audiobusio/PDMIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr "Cílová kapacita je menší než destination_length."
Expand Down Expand Up @@ -2572,6 +2569,10 @@ msgstr ""
msgid "binary op %q not implemented"
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
msgid "bitmap sizes must match"
msgstr "velikosti bitmapy musí odpovídat"
Expand Down Expand Up @@ -3912,10 +3913,6 @@ msgstr ""
msgid "parameters must be registers in sequence r0 to r3"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
msgid "pixel coordinates out of bounds"
msgstr ""

#: extmod/vfs_posix_file.c
msgid "poll on file not available on win32"
msgstr ""
Expand Down Expand Up @@ -4310,6 +4307,10 @@ msgstr ""
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "unsupported bitmap depth"
msgstr ""

#: shared-module/gifio/GifWriter.c
msgid "unsupported colorspace for GifWriter"
msgstr ""
Expand Down Expand Up @@ -4356,6 +4357,16 @@ msgstr ""
msgid "wbits"
msgstr ""

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
"or 25)"
msgstr ""

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

#: shared-bindings/is31fl3741/FrameBuffer.c
msgid "width must be greater than zero"
msgstr ""
Expand Down
32 changes: 23 additions & 9 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ msgstr "%q muss von Typ %q oder %q sein, nicht %q"
msgid "%q must be of type %q, %q, or %q, not %q"
msgstr "%q muss vom Typ %q, %q oder %q sein, und nicht %q"

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

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

#: shared-module/jpegio/JpegDecoder.c
msgid "Destination bitmap too small to contain image"
msgstr ""

#: shared-bindings/audiobusio/PDMIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr "Die Zielkapazität ist kleiner als destination_length."
Expand Down Expand Up @@ -2601,6 +2598,10 @@ msgstr "Falscher Typcode"
msgid "binary op %q not implemented"
msgstr "Der binäre Operator %q ist nicht implementiert"

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
msgid "bitmap sizes must match"
msgstr "Bitmap-Größen müssen übereinstimmen"
Expand Down Expand Up @@ -3965,10 +3966,6 @@ msgstr "Die Parameter müssen Register der Reihenfolge a2 bis a5 sein"
msgid "parameters must be registers in sequence r0 to r3"
msgstr "Parameter müssen Register im Bereich von r0 bis r3 sein"

#: shared-bindings/bitmaptools/__init__.c
msgid "pixel coordinates out of bounds"
msgstr "Pixelkoordinaten außerhalb der Grenzen"

#: extmod/vfs_posix_file.c
msgid "poll on file not available on win32"
msgstr "Abfrage der Datei unter Win32 nicht verfügbar"
Expand Down Expand Up @@ -4365,6 +4362,10 @@ msgstr "nicht unterstützter Thumb-Befehl '%s' mit %d Argumenten"
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr "nicht unterstützte Xtensa-Anweisung '%s' mit %d Argumenten"

#: shared-module/bitmapfilter/__init__.c
msgid "unsupported bitmap depth"
msgstr ""

#: shared-module/gifio/GifWriter.c
msgid "unsupported colorspace for GifWriter"
msgstr "Farbraum wird nicht unterstützt für GifWriter"
Expand Down Expand Up @@ -4411,6 +4412,16 @@ msgstr "Wert außerhalb des Zielbereiches"
msgid "wbits"
msgstr ""

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
"or 25)"
msgstr ""

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

#: shared-bindings/is31fl3741/FrameBuffer.c
msgid "width must be greater than zero"
msgstr "Breite muss größer als 0 sein"
Expand Down Expand Up @@ -4482,6 +4493,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
msgid "zi must be of shape (n_section, 2)"
msgstr "zi muss die Form (n_section, 2) haben"

#~ msgid "pixel coordinates out of bounds"
#~ msgstr "Pixelkoordinaten außerhalb der Grenzen"

#~ msgid "A hardware interrupt channel is already in use"
#~ msgstr "Ein Hardware Interrupt Kanal wird schon benutzt"

Expand Down
29 changes: 20 additions & 9 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ msgstr "%q πρέπει να είναι τύπου %q ή %q, όχι %q"
msgid "%q must be of type %q, %q, or %q, not %q"
msgstr ""

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

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

#: shared-module/jpegio/JpegDecoder.c
msgid "Destination bitmap too small to contain image"
msgstr ""

#: shared-bindings/audiobusio/PDMIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr ""
Expand Down Expand Up @@ -2571,6 +2568,10 @@ msgstr ""
msgid "binary op %q not implemented"
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
msgid "bitmap sizes must match"
msgstr ""
Expand Down Expand Up @@ -3911,10 +3912,6 @@ msgstr ""
msgid "parameters must be registers in sequence r0 to r3"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
msgid "pixel coordinates out of bounds"
msgstr ""

#: extmod/vfs_posix_file.c
msgid "poll on file not available on win32"
msgstr ""
Expand Down Expand Up @@ -4309,6 +4306,10 @@ msgstr ""
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr ""

#: shared-module/bitmapfilter/__init__.c
msgid "unsupported bitmap depth"
msgstr ""

#: shared-module/gifio/GifWriter.c
msgid "unsupported colorspace for GifWriter"
msgstr ""
Expand Down Expand Up @@ -4355,6 +4356,16 @@ msgstr ""
msgid "wbits"
msgstr ""

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
"or 25)"
msgstr ""

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

#: shared-bindings/is31fl3741/FrameBuffer.c
msgid "width must be greater than zero"
msgstr ""
Expand Down
35 changes: 26 additions & 9 deletions locale/en_GB.po
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ msgstr "%q must be of type %q or %q, not %q"
msgid "%q must be of type %q, %q, or %q, not %q"
msgstr "%q must be of type %q, %q, or %q, not %q"

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

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

#: shared-module/jpegio/JpegDecoder.c
msgid "Destination bitmap too small to contain image"
msgstr "Destination bitmap too small to contain image"

#: shared-bindings/audiobusio/PDMIn.c
msgid "Destination capacity is smaller than destination_length."
msgstr "Destination capacity is smaller than destination_length."
Expand Down Expand Up @@ -2576,6 +2573,10 @@ msgstr "bad typecode"
msgid "binary op %q not implemented"
msgstr "binary op %q not implemented"

#: shared-module/bitmapfilter/__init__.c
msgid "bitmap size and depth must match"
msgstr ""

#: shared-bindings/bitmaptools/__init__.c
msgid "bitmap sizes must match"
msgstr "bitmap sizes must match"
Expand Down Expand Up @@ -3919,10 +3920,6 @@ msgstr "parameters must be registers in sequence a2 to a5"
msgid "parameters must be registers in sequence r0 to r3"
msgstr "parameters must be registers in sequence r0 to r3"

#: shared-bindings/bitmaptools/__init__.c
msgid "pixel coordinates out of bounds"
msgstr "pixel coordinates out of bounds"

#: extmod/vfs_posix_file.c
msgid "poll on file not available on win32"
msgstr "poll on file not available on win32"
Expand Down Expand Up @@ -4317,6 +4314,10 @@ msgstr "unsupported Thumb instruction '%s' with %d arguments"
msgid "unsupported Xtensa instruction '%s' with %d arguments"
msgstr "unsupported Xtensa instruction '%s' with %d arguments"

#: shared-module/bitmapfilter/__init__.c
msgid "unsupported bitmap depth"
msgstr ""

#: shared-module/gifio/GifWriter.c
msgid "unsupported colorspace for GifWriter"
msgstr "unsupported colourspace for GifWriter"
Expand Down Expand Up @@ -4363,6 +4364,16 @@ msgstr "value out of range of target"
msgid "wbits"
msgstr "wbits"

#: shared-bindings/bitmapfilter/__init__.c
msgid ""
"weights must be a sequence with an odd square number of elements (usually 9 "
"or 25)"
msgstr ""

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

#: shared-bindings/is31fl3741/FrameBuffer.c
msgid "width must be greater than zero"
msgstr "width must be greater than zero"
Expand Down Expand Up @@ -4434,6 +4445,12 @@ msgstr "zi must be of float type"
msgid "zi must be of shape (n_section, 2)"
msgstr "zi must be of shape (n_section, 2)"

#~ msgid "Destination bitmap too small to contain image"
#~ msgstr "Destination bitmap too small to contain image"

#~ msgid "pixel coordinates out of bounds"
#~ msgstr "pixel coordinates out of bounds"

#~ msgid "A hardware interrupt channel is already in use"
#~ msgstr "A hardware interrupt channel is already in use"

Expand Down
Loading

0 comments on commit fe25858

Please sign in to comment.