diff options
| author | Hosted Weblate <hosted@weblate.org> | 2021-01-27 02:31:37 +0100 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2021-01-27 02:31:37 +0100 |
| commit | 83a99cbc33c47e398f511a098a7b4a6ba9a0d830 (patch) | |
| tree | 8690556db97ebd0540249f169849ea0ed2a3ad92 /locale/circuitpython.pot | |
| parent | 2918b73828ea68e6a9765923173021fe95b7d808 (diff) | |
| parent | 45b3c9ae4213008da092d5bb35e8602e1e90bca2 (diff) | |
Merge remote-tracking branch 'origin/main' into main
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index b87085009..de902f62f 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -58,7 +58,8 @@ msgstr "" #: shared-bindings/rgbmatrix/RGBMatrix.c #, c-format -msgid "%d address pins and %d rgb pins indicate a height of %d, not %d" +msgid "" +"%d address pins, %d rgb pins and %d tiles indicate a height of %d, not %d" msgstr "" #: ports/atmel-samd/common-hal/sdioio/SDCard.c @@ -516,7 +517,6 @@ msgstr "" msgid "Buffer must be a multiple of 512 bytes" msgstr "" -#: shared-bindings/adafruit_bus_device/I2CDevice.c #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c msgid "Buffer must be at least length 1" msgstr "" @@ -3714,6 +3714,10 @@ msgstr "" msgid "threshold must be in the range 0-65536" msgstr "" +#: shared-bindings/rgbmatrix/RGBMatrix.c +msgid "tile must be greater than zero" +msgstr "" + #: shared-bindings/time/__init__.c msgid "time.struct_time() takes a 9-sequence" msgstr "" |
