diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-11-19 00:29:14 -0500 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-11-19 00:29:14 -0500 |
| commit | 5bb3c321e9f19b657363e2b19a8f5b25c4d5eb49 (patch) | |
| tree | 7221653786d8179ebd4a686a9deedc6d52f1f66f /locale/circuitpython.pot | |
| parent | 682054a2169c108ad69e84acdb53fdd26405077e (diff) | |
| parent | 8ac9b176c961faf7672f081953de6f78ec3005e2 (diff) | |
merge from main
Diffstat (limited to 'locale/circuitpython.pot')
| -rw-r--r-- | locale/circuitpython.pot | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/locale/circuitpython.pot b/locale/circuitpython.pot index daeb5c312..969f3f36f 100644 --- a/locale/circuitpython.pot +++ b/locale/circuitpython.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-11-19 00:22-0500\n" +"POT-Creation-Date: 2020-11-19 00:28-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1009,6 +1009,10 @@ msgstr "" msgid "Incorrect buffer size" msgstr "" +#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c +msgid "Initialization failed due to lack of memory" +msgstr "" + #: ports/atmel-samd/common-hal/pulseio/PulseIn.c msgid "Input taking too long" msgstr "" @@ -1958,7 +1962,7 @@ msgstr "" msgid "WARNING: Your code filename has two extensions\n" msgstr "" -#: shared-bindings/watchdog/WatchDogTimer.c +#: ports/nrf/common-hal/watchdog/WatchDogTimer.c msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET" msgstr "" @@ -3438,6 +3442,7 @@ msgstr "" msgid "time.struct_time() takes a 9-sequence" msgstr "" +#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c #: ports/nrf/common-hal/watchdog/WatchDogTimer.c msgid "timeout duration exceeded the maximum supported value" msgstr "" @@ -3629,6 +3634,10 @@ msgstr "" msgid "wakeup conflict" msgstr "" +#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c +msgid "watchdog not initialized" +msgstr "" + #: shared-bindings/watchdog/WatchDogTimer.c msgid "watchdog timeout must be greater than 0" msgstr "" |
