|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: \n"
|
9 | 9 | "Report-Msgid-Bugs-To: \n"
|
10 |
| -"POT-Creation-Date: 2020-06-01 08:56-0500\n" |
| 10 | +"POT-Creation-Date: 2020-06-01 17:10-0700\n" |
11 | 11 | "PO-Revision-Date: 2020-05-29 17:42+0000\n"
|
12 | 12 | " Last-Translator: Thomas Friehoff <[email protected]>\n"
|
13 | 13 | "Language-Team: German <https://later.unpythonic.net/projects/circuitpython/"
|
@@ -1711,6 +1711,26 @@ msgid "WARNING: Your code filename has two extensions\n"
|
1711 | 1711 | msgstr ""
|
1712 | 1712 | "WARNUNG: Der Dateiname deines Programms hat zwei Dateityperweiterungen\n"
|
1713 | 1713 |
|
| 1714 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 1715 | +msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET" |
| 1716 | +msgstr "" |
| 1717 | + |
| 1718 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 1719 | +msgid "WatchDogTimer is not currently running" |
| 1720 | +msgstr "" |
| 1721 | + |
| 1722 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 1723 | +msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET" |
| 1724 | +msgstr "" |
| 1725 | + |
| 1726 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 1727 | +msgid "WatchDogTimer.timeout must be greater than 0" |
| 1728 | +msgstr "" |
| 1729 | + |
| 1730 | +#: supervisor/shared/safe_mode.c |
| 1731 | +msgid "Watchdog timer expired." |
| 1732 | +msgstr "" |
| 1733 | + |
1714 | 1734 | #: py/builtinhelp.c
|
1715 | 1735 | #, c-format
|
1716 | 1736 | msgid ""
|
@@ -3153,6 +3173,10 @@ msgstr "threshold muss im Intervall 0-65536 liegen"
|
3153 | 3173 | msgid "time.struct_time() takes a 9-sequence"
|
3154 | 3174 | msgstr "time.struct_time() nimmt eine 9-Sequenz an"
|
3155 | 3175 |
|
| 3176 | +#: ports/nrf/common-hal/watchdog/WatchDogTimer.c |
| 3177 | +msgid "timeout duration exceeded the maximum supported value" |
| 3178 | +msgstr "" |
| 3179 | + |
3156 | 3180 | #: shared-bindings/busio/UART.c
|
3157 | 3181 | msgid "timeout must be 0.0-100.0 seconds"
|
3158 | 3182 | msgstr "Das Zeitlimit muss 0,0-100,0 Sekunden betragen"
|
@@ -3310,6 +3334,10 @@ msgstr "Wert muss in %d Byte(s) passen"
|
3310 | 3334 | msgid "value_count must be > 0"
|
3311 | 3335 | msgstr "value_count muss größer als 0 sein"
|
3312 | 3336 |
|
| 3337 | +#: shared-bindings/watchdog/WatchDogTimer.c |
| 3338 | +msgid "watchdog timeout must be greater than 0" |
| 3339 | +msgstr "" |
| 3340 | + |
3313 | 3341 | #: shared-bindings/_bleio/Adapter.c
|
3314 | 3342 | msgid "window must be <= interval"
|
3315 | 3343 | msgstr "Fenster muss <= Intervall sein"
|
|
0 commit comments