diff options
| author | Hugo Dahl <hugo@code-jedi.com> | 2021-01-19 05:48:17 -0600 |
|---|---|---|
| committer | Hugo Dahl <hugo@code-jedi.com> | 2021-01-19 05:48:17 -0600 |
| commit | 7076da30400290b18e1e60d647c5000d1e74d883 (patch) | |
| tree | 7f6f6e5397180229e5dbecba54969554f4ea1dd6 /locale/circuitpython.pot | |
| parent | 8094435193d1f6dad3cc8c7426370306ba1a9501 (diff) | |
| parent | 6a76b60027aa163756aace389a5c9203594759ce (diff) | |
Merge branch 'main' of https://github.com/adafruit/circuitpython into add-translation-for-builtin-object-help
* 'main' of https://github.com/adafruit/circuitpython:
Revert "UMFEATHERS2 - implement use of DotStar for status led"
fix doc build
Update to 1.7.1
Set year from execution date
Hard code new copyright date
Update translations
ulab: update to 1.7.0
Rename to match WIFI_REASON. Also include specific error code in "Unknown failure" Exception.
Include all reason codes.
Rename to match WIFI_REASON. Also return specific reason code.
Retry on all disconnect reasons other than: 2 exception reasons & 1 manual disconnect reason.
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 108a5b194..7b106d5a9 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -2017,7 +2017,8 @@ msgid "Unhandled ESP TLS error %d %d %x %d" msgstr "" #: shared-bindings/wifi/Radio.c -msgid "Unknown failure" +#, c-format +msgid "Unknown failure %d" msgstr "" #: ports/nrf/common-hal/_bleio/__init__.c @@ -2282,10 +2283,18 @@ msgstr "" msgid "branch not in range" msgstr "" +#: extmod/ulab/code/ulab_create.c +msgid "buffer is smaller than requested size" +msgstr "" + #: shared-bindings/audiocore/RawSample.c msgid "buffer must be a bytes-like object" msgstr "" +#: extmod/ulab/code/ulab_create.c +msgid "buffer size must be a multiple of element size" +msgstr "" + #: shared-module/struct/__init__.c msgid "buffer size must match format" msgstr "" @@ -3347,6 +3356,10 @@ msgstr "" msgid "offset must be >= 0" msgstr "" +#: extmod/ulab/code/ulab_create.c +msgid "offset must be non-negative and no greater than buffer length" +msgstr "" + #: py/objstr.c py/objstrunicode.c msgid "offset out of bounds" msgstr "" |
