Skip to content

Translations update from Hosted Weblate #6947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 4 additions & 23 deletions locale/ID.po
Original file line number Diff line number Diff line change
Expand Up @@ -2557,8 +2557,7 @@ msgstr "tidak dapat menetapkan ke ekspresi"
msgid "can't cancel self"
msgstr ""

#: py/obj.c py/objint.c shared-bindings/i2ctarget/I2CTarget.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
#: py/obj.c py/objint.c shared-module/adafruit_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
msgstr ""

Expand Down Expand Up @@ -2745,10 +2744,6 @@ msgstr ""
msgid "color must be between 0x000000 and 0xffffff"
msgstr ""

#: shared-bindings/displayio/ColorConverter.c
msgid "color should be an int"
msgstr ""

#: py/emitnative.c
msgid "comparison of int and uint"
msgstr ""
Expand Down Expand Up @@ -2900,10 +2895,6 @@ msgstr ""
msgid "end of format while looking for conversion specifier"
msgstr ""

#: shared-bindings/displayio/Shape.c
msgid "end_x should be an int"
msgstr ""

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "epoch_time not supported on this board"
msgstr ""
Expand Down Expand Up @@ -3771,10 +3762,6 @@ msgstr ""
msgid "palette must be 32 bytes long"
msgstr ""

#: shared-bindings/displayio/Palette.c
msgid "palette_index should be an int"
msgstr ""

#: py/emitinlinextensa.c
msgid "parameters must be registers in sequence a2 to a5"
msgstr ""
Expand Down Expand Up @@ -4012,10 +3999,6 @@ msgstr ""
msgid "start/end indices"
msgstr ""

#: shared-bindings/displayio/Shape.c
msgid "start_x should be an int"
msgstr ""

#: shared-bindings/random/__init__.c
msgid "step must be non-zero"
msgstr ""
Expand Down Expand Up @@ -4230,7 +4213,6 @@ msgid "unreadable attribute"
msgstr ""

#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
msgid "unsupported %q type"
msgstr ""

Expand Down Expand Up @@ -4360,10 +4342,6 @@ msgstr "nilai x di luar batas"
msgid "xTaskCreate failed"
msgstr "xTaskCreate gagal"

#: shared-bindings/displayio/Shape.c
msgid "y should be an int"
msgstr "y harus menjadi int"

#: shared-module/displayio/Shape.c
msgid "y value out of bounds"
msgstr "Nilai y di luar batas"
Expand All @@ -4384,6 +4362,9 @@ msgstr "zi harus berjenis float"
msgid "zi must be of shape (n_section, 2)"
msgstr "Zi harus berbentuk (n_section, 2)"

#~ msgid "y should be an int"
#~ msgstr "y harus menjadi int"

#~ msgid "%q must be a tuple of length 2"
#~ msgstr "%q harus berupa tuple dengan panjang 2"

Expand Down
24 changes: 1 addition & 23 deletions locale/cs.po
Original file line number Diff line number Diff line change
Expand Up @@ -2544,8 +2544,7 @@ msgstr ""
msgid "can't cancel self"
msgstr ""

#: py/obj.c py/objint.c shared-bindings/i2ctarget/I2CTarget.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
#: py/obj.c py/objint.c shared-module/adafruit_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
msgstr ""

Expand Down Expand Up @@ -2732,10 +2731,6 @@ msgstr ""
msgid "color must be between 0x000000 and 0xffffff"
msgstr ""

#: shared-bindings/displayio/ColorConverter.c
msgid "color should be an int"
msgstr ""

#: py/emitnative.c
msgid "comparison of int and uint"
msgstr ""
Expand Down Expand Up @@ -2887,10 +2882,6 @@ msgstr ""
msgid "end of format while looking for conversion specifier"
msgstr ""

#: shared-bindings/displayio/Shape.c
msgid "end_x should be an int"
msgstr ""

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "epoch_time not supported on this board"
msgstr ""
Expand Down Expand Up @@ -3757,10 +3748,6 @@ msgstr ""
msgid "palette must be 32 bytes long"
msgstr ""

#: shared-bindings/displayio/Palette.c
msgid "palette_index should be an int"
msgstr ""

#: py/emitinlinextensa.c
msgid "parameters must be registers in sequence a2 to a5"
msgstr ""
Expand Down Expand Up @@ -3998,10 +3985,6 @@ msgstr ""
msgid "start/end indices"
msgstr ""

#: shared-bindings/displayio/Shape.c
msgid "start_x should be an int"
msgstr ""

#: shared-bindings/random/__init__.c
msgid "step must be non-zero"
msgstr ""
Expand Down Expand Up @@ -4216,7 +4199,6 @@ msgid "unreadable attribute"
msgstr ""

#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
msgid "unsupported %q type"
msgstr ""

Expand Down Expand Up @@ -4346,10 +4328,6 @@ msgstr ""
msgid "xTaskCreate failed"
msgstr ""

#: shared-bindings/displayio/Shape.c
msgid "y should be an int"
msgstr ""

#: shared-module/displayio/Shape.c
msgid "y value out of bounds"
msgstr ""
Expand Down
39 changes: 16 additions & 23 deletions locale/de_DE.po
Original file line number Diff line number Diff line change
Expand Up @@ -2599,8 +2599,7 @@ msgstr "kann keinem Ausdruck zuweisen"
msgid "can't cancel self"
msgstr "kann self nicht abbrechen"

#: py/obj.c py/objint.c shared-bindings/i2ctarget/I2CTarget.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
#: py/obj.c py/objint.c shared-module/adafruit_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
msgstr "kann %q nicht zu %q konvertieren"

Expand Down Expand Up @@ -2795,10 +2794,6 @@ msgstr ""
msgid "color must be between 0x000000 and 0xffffff"
msgstr "Farbe muss zwischen 0x000000 und 0xffffff liegen"

#: shared-bindings/displayio/ColorConverter.c
msgid "color should be an int"
msgstr "Farbe sollte ein int sein"

#: py/emitnative.c
msgid "comparison of int and uint"
msgstr "Vergleich von int und uint"
Expand Down Expand Up @@ -2952,10 +2947,6 @@ msgstr "leere Sequenz"
msgid "end of format while looking for conversion specifier"
msgstr "Ende des Formats wärend der Suche nach einem conversion specifier"

#: shared-bindings/displayio/Shape.c
msgid "end_x should be an int"
msgstr "end_x sollte ein int sein"

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "epoch_time not supported on this board"
msgstr "epoch_time wird auf diesem Board nicht unterstützt"
Expand Down Expand Up @@ -3835,10 +3826,6 @@ msgstr "pack erwartete %d Artikel zum Packen (erhalten %d)"
msgid "palette must be 32 bytes long"
msgstr "Die Palette muss 32 Byte lang sein"

#: shared-bindings/displayio/Palette.c
msgid "palette_index should be an int"
msgstr "palette_index sollte ein int sein"

#: py/emitinlinextensa.c
msgid "parameters must be registers in sequence a2 to a5"
msgstr "Die Parameter müssen Register der Reihenfolge a2 bis a5 sein"
Expand Down Expand Up @@ -4076,10 +4063,6 @@ msgstr "source_bitmap muss value_count von 8 haben"
msgid "start/end indices"
msgstr "start/end Indizes"

#: shared-bindings/displayio/Shape.c
msgid "start_x should be an int"
msgstr "start_x sollte ein int sein"

#: shared-bindings/random/__init__.c
msgid "step must be non-zero"
msgstr "Schritt (step) darf nicht Null sein"
Expand Down Expand Up @@ -4297,7 +4280,6 @@ msgid "unreadable attribute"
msgstr "nicht lesbares Attribut"

#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
msgid "unsupported %q type"
msgstr "Nicht unterstützter %q-Typ"

Expand Down Expand Up @@ -4427,10 +4409,6 @@ msgstr "x Wert außerhalb der Grenzen"
msgid "xTaskCreate failed"
msgstr "xTaskCreate fehlgeschlagen"

#: shared-bindings/displayio/Shape.c
msgid "y should be an int"
msgstr "y sollte ein int sein"

#: shared-module/displayio/Shape.c
msgid "y value out of bounds"
msgstr "y Wert außerhalb der Grenzen"
Expand All @@ -4451,6 +4429,21 @@ 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 "color should be an int"
#~ msgstr "Farbe sollte ein int sein"

#~ msgid "end_x should be an int"
#~ msgstr "end_x sollte ein int sein"

#~ msgid "palette_index should be an int"
#~ msgstr "palette_index sollte ein int sein"

#~ msgid "start_x should be an int"
#~ msgstr "start_x sollte ein int sein"

#~ msgid "y should be an int"
#~ msgstr "y sollte ein int sein"

#~ msgid ""
#~ "sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' "
#~ "or 'B'"
Expand Down
24 changes: 1 addition & 23 deletions locale/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -2534,8 +2534,7 @@ msgstr ""
msgid "can't cancel self"
msgstr ""

#: py/obj.c py/objint.c shared-bindings/i2ctarget/I2CTarget.c
#: shared-module/adafruit_pixelbuf/PixelBuf.c
#: py/obj.c py/objint.c shared-module/adafruit_pixelbuf/PixelBuf.c
msgid "can't convert %q to %q"
msgstr ""

Expand Down Expand Up @@ -2722,10 +2721,6 @@ msgstr ""
msgid "color must be between 0x000000 and 0xffffff"
msgstr ""

#: shared-bindings/displayio/ColorConverter.c
msgid "color should be an int"
msgstr ""

#: py/emitnative.c
msgid "comparison of int and uint"
msgstr ""
Expand Down Expand Up @@ -2877,10 +2872,6 @@ msgstr ""
msgid "end of format while looking for conversion specifier"
msgstr ""

#: shared-bindings/displayio/Shape.c
msgid "end_x should be an int"
msgstr ""

#: shared-bindings/alarm/time/TimeAlarm.c
msgid "epoch_time not supported on this board"
msgstr ""
Expand Down Expand Up @@ -3747,10 +3738,6 @@ msgstr ""
msgid "palette must be 32 bytes long"
msgstr ""

#: shared-bindings/displayio/Palette.c
msgid "palette_index should be an int"
msgstr ""

#: py/emitinlinextensa.c
msgid "parameters must be registers in sequence a2 to a5"
msgstr ""
Expand Down Expand Up @@ -3988,10 +3975,6 @@ msgstr ""
msgid "start/end indices"
msgstr ""

#: shared-bindings/displayio/Shape.c
msgid "start_x should be an int"
msgstr ""

#: shared-bindings/random/__init__.c
msgid "step must be non-zero"
msgstr ""
Expand Down Expand Up @@ -4206,7 +4189,6 @@ msgid "unreadable attribute"
msgstr ""

#: shared-bindings/displayio/TileGrid.c shared-bindings/vectorio/VectorShape.c
#: shared-module/vectorio/Polygon.c shared-module/vectorio/VectorShape.c
msgid "unsupported %q type"
msgstr ""

Expand Down Expand Up @@ -4336,10 +4318,6 @@ msgstr ""
msgid "xTaskCreate failed"
msgstr ""

#: shared-bindings/displayio/Shape.c
msgid "y should be an int"
msgstr ""

#: shared-module/displayio/Shape.c
msgid "y value out of bounds"
msgstr ""
Expand Down
Loading