|
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: \n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | | -"POT-Creation-Date: 2020-11-04 21:18+0530\n" |
| 8 | +"POT-Creation-Date: 2020-11-10 15:30+0530\n" |
9 | 9 | "PO-Revision-Date: 2020-06-16 18:24+0000\n" |
10 | 10 | "Last-Translator: Andreas Buchen <andreas.buchen@gmail.com>\n" |
11 | 11 | "Language: de_DE\n" |
@@ -299,7 +299,8 @@ msgstr "" |
299 | 299 | msgid "All I2C peripherals are in use" |
300 | 300 | msgstr "Alle I2C-Peripheriegeräte sind in Benutzung" |
301 | 301 |
|
302 | | -#: ports/esp32s2/peripherals/pcnt_handler.c |
| 302 | +#: ports/esp32s2/common-hal/countio/Counter.c |
| 303 | +#: ports/esp32s2/common-hal/rotaryio/IncrementalEncoder.c |
303 | 304 | msgid "All PCNT units in use" |
304 | 305 | msgstr "" |
305 | 306 |
|
@@ -1018,6 +1019,10 @@ msgstr "" |
1018 | 1019 | msgid "Incorrect buffer size" |
1019 | 1020 | msgstr "Inkorrekte Puffergröße" |
1020 | 1021 |
|
| 1022 | +#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c |
| 1023 | +msgid "Initialization failed due to lack of memory" |
| 1024 | +msgstr "" |
| 1025 | + |
1021 | 1026 | #: ports/atmel-samd/common-hal/pulseio/PulseIn.c |
1022 | 1027 | msgid "Input taking too long" |
1023 | 1028 | msgstr "" |
@@ -3293,6 +3298,7 @@ msgstr "pow() drittes Argument darf nicht 0 sein" |
3293 | 3298 | msgid "pow() with 3 arguments requires integers" |
3294 | 3299 | msgstr "pow () mit 3 Argumenten erfordert Integer" |
3295 | 3300 |
|
| 3301 | +#: ports/esp32s2/boards/adafruit_magtag_2.9_grayscale/mpconfigboard.h |
3296 | 3302 | #: ports/esp32s2/boards/adafruit_metro_esp32s2/mpconfigboard.h |
3297 | 3303 | #: ports/esp32s2/boards/electroniccats_bastwifi/mpconfigboard.h |
3298 | 3304 | #: ports/esp32s2/boards/espressif_kaluga_1/mpconfigboard.h |
@@ -3511,6 +3517,7 @@ msgstr "threshold muss im Intervall 0-65536 liegen" |
3511 | 3517 | msgid "time.struct_time() takes a 9-sequence" |
3512 | 3518 | msgstr "time.struct_time() nimmt eine 9-Sequenz an" |
3513 | 3519 |
|
| 3520 | +#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c |
3514 | 3521 | #: ports/nrf/common-hal/watchdog/WatchDogTimer.c |
3515 | 3522 | msgid "timeout duration exceeded the maximum supported value" |
3516 | 3523 | msgstr "Das Zeitlimit hat den maximal zulässigen Wert überschritten" |
@@ -3698,6 +3705,10 @@ msgstr "value_count muss größer als 0 sein" |
3698 | 3705 | msgid "vectors must have same lengths" |
3699 | 3706 | msgstr "Vektoren müssen die selbe Länge haben" |
3700 | 3707 |
|
| 3708 | +#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c |
| 3709 | +msgid "watchdog not initialized" |
| 3710 | +msgstr "" |
| 3711 | + |
3701 | 3712 | #: shared-bindings/watchdog/WatchDogTimer.c |
3702 | 3713 | msgid "watchdog timeout must be greater than 0" |
3703 | 3714 | msgstr "" |
|
0 commit comments