diff options
| author | askpatricw <4002194+askpatrickw@users.noreply.github.com> | 2020-12-21 22:30:13 -0800 |
|---|---|---|
| committer | askpatricw <4002194+askpatrickw@users.noreply.github.com> | 2020-12-21 22:30:13 -0800 |
| commit | f814a34714cfa7d76464cf9a66a1586caa2b423d (patch) | |
| tree | 5c12715d23740a8ac8b53751c318545636233dd9 /locale/circuitpython.pot | |
| parent | 737828ccb15824b320797a5fae51cab71eb247d4 (diff) | |
| parent | 6347a3fcdb75e30923689d0e7840f641c908578b (diff) | |
Merge branch 'main' of https://github.com/adafruit/circuitpython into main
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index d64cff185..e44892fc3 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -936,6 +936,10 @@ msgstr "" msgid "Filters too complex" msgstr "" +#: ports/esp32s2/common-hal/dualbank/__init__.c +msgid "Firmware image is invalid" +msgstr "" + #: ports/cxd56/common-hal/camera/Camera.c msgid "Format not supported" msgstr "" @@ -1983,6 +1987,10 @@ msgstr "" msgid "Unsupported pull value." msgstr "" +#: ports/esp32s2/common-hal/dualbank/__init__.c +msgid "Update Failed" +msgstr "" + #: ports/nrf/common-hal/_bleio/Characteristic.c #: ports/nrf/common-hal/_bleio/Descriptor.c msgid "Value length != required fixed length" @@ -3211,6 +3219,10 @@ msgstr "" msgid "offset is too large" msgstr "" +#: shared-bindings/dualbank/__init__.c +msgid "offset must be >= 0" +msgstr "" + #: py/objstr.c py/objstrunicode.c msgid "offset out of bounds" msgstr "" |
