|
8 | 8 | msgstr "" |
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n" |
10 | 10 | "Report-Msgid-Bugs-To: \n" |
11 | | -"POT-Creation-Date: 2020-05-26 13:09-0700\n" |
| 11 | +"POT-Creation-Date: 2020-05-27 11:28+0800\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
14 | 14 | "Language-Team: LANGUAGE <LL@li.org>\n" |
@@ -1662,6 +1662,26 @@ msgstr "" |
1662 | 1662 | msgid "WARNING: Your code filename has two extensions\n" |
1663 | 1663 | msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n" |
1664 | 1664 |
|
| 1665 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 1666 | +msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET" |
| 1667 | +msgstr "" |
| 1668 | + |
| 1669 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 1670 | +msgid "WatchDogTimer is not currently running" |
| 1671 | +msgstr "" |
| 1672 | + |
| 1673 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 1674 | +msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET" |
| 1675 | +msgstr "" |
| 1676 | + |
| 1677 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 1678 | +msgid "WatchDogTimer.timeout must be greater than 0" |
| 1679 | +msgstr "" |
| 1680 | + |
| 1681 | +#: supervisor/shared/safe_mode.c |
| 1682 | +msgid "Watchdog timer expired." |
| 1683 | +msgstr "" |
| 1684 | + |
1665 | 1685 | #: py/builtinhelp.c |
1666 | 1686 | #, c-format |
1667 | 1687 | msgid "" |
@@ -3049,6 +3069,10 @@ msgstr "" |
3049 | 3069 | msgid "time.struct_time() takes a 9-sequence" |
3050 | 3070 | msgstr "" |
3051 | 3071 |
|
| 3072 | +#: ports/nrf/common-hal/watchdog/WatchDogTimer.c |
| 3073 | +msgid "timeout duration exceeded the maximum supported value" |
| 3074 | +msgstr "" |
| 3075 | + |
3052 | 3076 | #: shared-bindings/busio/UART.c |
3053 | 3077 | msgid "timeout must be 0.0-100.0 seconds" |
3054 | 3078 | msgstr "" |
@@ -3204,6 +3228,10 @@ msgstr "" |
3204 | 3228 | msgid "value_count must be > 0" |
3205 | 3229 | msgstr "" |
3206 | 3230 |
|
| 3231 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 3232 | +msgid "watchdog timeout must be greater than 0" |
| 3233 | +msgstr "" |
| 3234 | + |
3207 | 3235 | #: shared-bindings/_bleio/Adapter.c |
3208 | 3236 | msgid "window must be <= interval" |
3209 | 3237 | msgstr "" |
|
0 commit comments