diff options
| author | Jonny Bergdahl <jonny@bergdahl.it> | 2021-04-02 21:34:16 +0200 |
|---|---|---|
| committer | Jonny Bergdahl <jonny@bergdahl.it> | 2021-04-02 21:34:16 +0200 |
| commit | 7c164f0786c65de5d7cefbbf03248612acb774cc (patch) | |
| tree | cb54ba376bb0800f96b667c61d39cc1dd16070f0 | |
| parent | 1afd204828b6981e628b2665758708b679773c9a (diff) | |
Ran make translate
| -rw-r--r-- | locale/circuitpython.pot | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index 146c65f3e..db64a7400 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -1199,7 +1199,9 @@ msgid "Invalid DAC pin supplied" msgstr "" #: ports/atmel-samd/common-hal/pwmio/PWMOut.c -#: ports/cxd56/common-hal/pwmio/PWMOut.c ports/nrf/common-hal/pwmio/PWMOut.c +#: ports/cxd56/common-hal/pwmio/PWMOut.c +#: ports/mimxrt10xx/common-hal/pwmio/PWMOut.c +#: ports/nrf/common-hal/pwmio/PWMOut.c #: ports/raspberrypi/common-hal/pwmio/PWMOut.c shared-bindings/pwmio/PWMOut.c msgid "Invalid PWM frequency" msgstr "" @@ -1579,11 +1581,11 @@ msgid "No timer available" msgstr "" #: supervisor/shared/safe_mode.c -msgid "Nordic Soft Device failure assertion." +msgid "Nordic system firmware failure assertion." msgstr "" #: ports/nrf/common-hal/_bleio/__init__.c -msgid "Nordic soft device out of memory" +msgid "Nordic system firmware out of memory" msgstr "" #: shared-bindings/ipaddress/IPv4Address.c shared-bindings/ipaddress/__init__.c @@ -2233,7 +2235,7 @@ msgstr "" #: ports/nrf/common-hal/_bleio/__init__.c #, c-format -msgid "Unknown soft device error: %04x" +msgid "Unknown system firmware error: %04x" msgstr "" #: shared-bindings/_pixelbuf/PixelBuf.c |
