|
5 | 5 | msgstr "" |
6 | 6 | "Project-Id-Version: \n" |
7 | 7 | "Report-Msgid-Bugs-To: \n" |
8 | | -"POT-Creation-Date: 2020-10-16 19:50-0500\n" |
| 8 | +"POT-Creation-Date: 2020-10-21 20:13-0500\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" |
@@ -291,11 +291,16 @@ msgstr "Die Adresse muss %d Bytes lang sein" |
291 | 291 | msgid "Address type out of range" |
292 | 292 | msgstr "Adresstyp außerhalb des zulässigen Bereichs" |
293 | 293 |
|
| 294 | +#: ports/esp32s2/common-hal/canio/CAN.c |
| 295 | +msgid "All CAN peripherals are in use" |
| 296 | +msgstr "" |
| 297 | + |
294 | 298 | #: ports/esp32s2/common-hal/busio/I2C.c ports/nrf/common-hal/busio/I2C.c |
295 | 299 | msgid "All I2C peripherals are in use" |
296 | 300 | msgstr "Alle I2C-Peripheriegeräte sind in Benutzung" |
297 | 301 |
|
298 | 302 | #: ports/atmel-samd/common-hal/canio/Listener.c |
| 303 | +#: ports/esp32s2/common-hal/canio/Listener.c |
299 | 304 | #: ports/stm/common-hal/canio/Listener.c |
300 | 305 | msgid "All RX FIFOs in use" |
301 | 306 | msgstr "" |
@@ -414,6 +419,10 @@ msgstr "" |
414 | 419 | "Automatisches Neuladen ist aktiv. Speichere Dateien über USB um sie " |
415 | 420 | "auszuführen oder verbinde dich mit der REPL zum Deaktivieren.\n" |
416 | 421 |
|
| 422 | +#: ports/esp32s2/common-hal/canio/CAN.c |
| 423 | +msgid "Baudrate not supported by peripheral" |
| 424 | +msgstr "" |
| 425 | + |
417 | 426 | #: shared-module/displayio/Display.c |
418 | 427 | #: shared-module/framebufferio/FramebufferDisplay.c |
419 | 428 | msgid "Below minimum frame rate" |
@@ -789,7 +798,7 @@ msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist." |
789 | 798 | msgid "ECB only operates on 16 bytes at a time" |
790 | 799 | msgstr "Die EZB arbeitet jeweils nur mit 16 Bytes" |
791 | 800 |
|
792 | | -#: ports/esp32s2/common-hal/busio/SPI.c |
| 801 | +#: ports/esp32s2/common-hal/busio/SPI.c ports/esp32s2/common-hal/canio/CAN.c |
793 | 802 | msgid "ESP-IDF memory allocation failed" |
794 | 803 | msgstr "" |
795 | 804 |
|
@@ -916,6 +925,7 @@ msgid "File exists" |
916 | 925 | msgstr "Datei existiert" |
917 | 926 |
|
918 | 927 | #: ports/atmel-samd/common-hal/canio/Listener.c |
| 928 | +#: ports/esp32s2/common-hal/canio/Listener.c |
919 | 929 | #: ports/stm/common-hal/canio/Listener.c |
920 | 930 | msgid "Filters too complex" |
921 | 931 | msgstr "Filter zu komplex" |
@@ -1140,7 +1150,7 @@ msgstr "Ungültiger Pin für rechten Kanal" |
1140 | 1150 | #: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c |
1141 | 1151 | #: ports/cxd56/common-hal/busio/UART.c ports/cxd56/common-hal/sdioio/SDCard.c |
1142 | 1152 | #: ports/esp32s2/common-hal/busio/I2C.c ports/esp32s2/common-hal/busio/SPI.c |
1143 | | -#: ports/esp32s2/common-hal/busio/UART.c |
| 1153 | +#: ports/esp32s2/common-hal/busio/UART.c ports/esp32s2/common-hal/canio/CAN.c |
1144 | 1154 | #: ports/mimxrt10xx/common-hal/busio/I2C.c |
1145 | 1155 | #: ports/mimxrt10xx/common-hal/busio/SPI.c |
1146 | 1156 | #: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c |
@@ -2920,6 +2930,10 @@ msgstr "" |
2920 | 2930 | msgid "long int not supported in this build" |
2921 | 2931 | msgstr "long int wird in diesem Build nicht unterstützt" |
2922 | 2932 |
|
| 2933 | +#: ports/esp32s2/common-hal/canio/CAN.c |
| 2934 | +msgid "loopback + silent mode not supported by peripheral" |
| 2935 | +msgstr "" |
| 2936 | + |
2923 | 2937 | #: py/parse.c |
2924 | 2938 | msgid "malformed f-string" |
2925 | 2939 | msgstr "fehlformatierter f-string" |
@@ -2954,6 +2968,14 @@ msgstr "" |
2954 | 2968 | msgid "maximum recursion depth exceeded" |
2955 | 2969 | msgstr "maximale Rekursionstiefe überschritten" |
2956 | 2970 |
|
| 2971 | +#: extmod/ulab/code/approx/approx.c |
| 2972 | +msgid "maxiter must be > 0" |
| 2973 | +msgstr "" |
| 2974 | + |
| 2975 | +#: extmod/ulab/code/approx/approx.c |
| 2976 | +msgid "maxiter should be > 0" |
| 2977 | +msgstr "" |
| 2978 | + |
2957 | 2979 | #: py/runtime.c |
2958 | 2980 | #, c-format |
2959 | 2981 | msgid "memory allocation failed, allocating %u bytes" |
@@ -3268,6 +3290,8 @@ msgstr "pow () mit 3 Argumenten erfordert Integer" |
3268 | 3290 | #: ports/esp32s2/boards/espressif_saola_1_wrover/mpconfigboard.h |
3269 | 3291 | #: ports/esp32s2/boards/microdev_micro_s2/mpconfigboard.h |
3270 | 3292 | #: ports/esp32s2/boards/muselab_nanoesp32_s2/mpconfigboard.h |
| 3293 | +#: ports/esp32s2/boards/targett_module_clip_wroom/mpconfigboard.h |
| 3294 | +#: ports/esp32s2/boards/targett_module_clip_wrover/mpconfigboard.h |
3271 | 3295 | #: ports/esp32s2/boards/unexpectedmaker_feathers2/mpconfigboard.h |
3272 | 3296 | #: ports/esp32s2/boards/unexpectedmaker_feathers2_prerelease/mpconfigboard.h |
3273 | 3297 | msgid "pressing boot button at start up.\n" |
@@ -3392,6 +3416,10 @@ msgstr "weicher reboot\n" |
3392 | 3416 | msgid "sort argument must be an ndarray" |
3393 | 3417 | msgstr "sortierungs Argument muss ein ndarray sein" |
3394 | 3418 |
|
| 3419 | +#: extmod/ulab/code/numerical/numerical.c |
| 3420 | +msgid "sorted axis can't be longer than 65535" |
| 3421 | +msgstr "" |
| 3422 | + |
3395 | 3423 | #: extmod/ulab/code/filter/filter.c |
3396 | 3424 | msgid "sos array must be of shape (n_section, 6)" |
3397 | 3425 | msgstr "" |
@@ -3522,6 +3550,16 @@ msgstr "Tupelindex außerhalb des Bereichs" |
3522 | 3550 | msgid "tuple/list has wrong length" |
3523 | 3551 | msgstr "tupel/list hat falsche Länge" |
3524 | 3552 |
|
| 3553 | +#: ports/esp32s2/common-hal/canio/CAN.c |
| 3554 | +#, c-format |
| 3555 | +msgid "twai_driver_install returned esp-idf error #%d" |
| 3556 | +msgstr "" |
| 3557 | + |
| 3558 | +#: ports/esp32s2/common-hal/canio/CAN.c |
| 3559 | +#, c-format |
| 3560 | +msgid "twai_start returned esp-idf error #%d" |
| 3561 | +msgstr "" |
| 3562 | + |
3525 | 3563 | #: ports/atmel-samd/common-hal/busio/UART.c |
3526 | 3564 | #: ports/esp32s2/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c |
3527 | 3565 | #: shared-bindings/busio/UART.c shared-bindings/canio/CAN.c |
|
0 commit comments