diff options
| author | Dan Halbert <halbert@adafruit.com> | 2021-03-31 21:24:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-31 21:24:19 -0400 |
| commit | d0ba75e6dc7e88bf9242ec433a38aba8c085482e (patch) | |
| tree | 1ddcd01375390f065fe03347651718220863a63e /locale/circuitpython.pot | |
| parent | 3e8e683a7321b7b30b1cbca2d6dac21bb2832bc2 (diff) | |
| parent | 0752bbd5fd9327538357a51d9f0f479162285ab3 (diff) | |
Merge pull request #4522 from tannewt/ble_fixup7.0.0-alpha.06.2.0-rc.0
Fix central pairing and crash on clear
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 9148569ec..146c65f3e 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1171,6 +1171,7 @@ msgstr "" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c +#: ports/mimxrt10xx/common-hal/busio/UART.c msgid "Invalid %q pin" msgstr "" @@ -1581,6 +1582,10 @@ msgstr "" msgid "Nordic Soft Device failure assertion." msgstr "" +#: ports/nrf/common-hal/_bleio/__init__.c +msgid "Nordic soft device out of memory" +msgstr "" + #: shared-bindings/ipaddress/IPv4Address.c shared-bindings/ipaddress/__init__.c msgid "Not a valid IP string" msgstr "" @@ -1877,7 +1882,7 @@ msgstr "" msgid "Read-only filesystem" msgstr "" -#: shared-module/bitmaptools/__init__.c shared-module/displayio/Bitmap.c +#: shared-module/displayio/Bitmap.c msgid "Read-only object" msgstr "" @@ -1952,14 +1957,6 @@ msgstr "" msgid "Scan already in progess. Stop with stop_scan." msgstr "" -#: ports/mimxrt10xx/common-hal/busio/UART.c -msgid "Selected CTS pin not valid" -msgstr "" - -#: ports/mimxrt10xx/common-hal/busio/UART.c -msgid "Selected RTS pin not valid" -msgstr "" - #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c #: ports/atmel-samd/common-hal/audiobusio/PDMIn.c msgid "Serializer in use" |
