77msgstr ""
88"Project-Id-Version : \n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2020-03-09 08:19-0500 \n "
10+ "POT-Creation-Date : 2020-03-11 17:52-0400 \n "
1111"PO-Revision-Date : 2018-07-27 11:55-0700\n "
1212"Last-Translator : Pascal Deneaux\n "
1313"Language-Team : Sebastian Plamauer, Pascal Deneaux\n "
@@ -702,6 +702,7 @@ msgstr "Konnte keinen RX Buffer allozieren"
702702#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
703703#: ports/cxd56/common-hal/pulseio/PulseIn.c
704704#: ports/nrf/common-hal/pulseio/PulseIn.c
705+ #: ports/stm32f4/common-hal/pulseio/PulseIn.c
705706#, c-format
706707msgid "Failed to allocate RX buffer of %d bytes"
707708msgstr "Konnte keine RX Buffer mit %d allozieren"
@@ -1168,6 +1169,10 @@ msgstr "Zugang verweigert"
11681169msgid "Pin does not have ADC capabilities"
11691170msgstr "Pin hat keine ADC Funktionalität"
11701171
1172+ #: ports/stm32f4/common-hal/pulseio/PulseIn.c
1173+ msgid "Pin number already reserved by EXTI"
1174+ msgstr ""
1175+
11711176#: py/builtinhelp.c
11721177msgid "Plus any modules on the filesystem\n"
11731178msgstr "und alle Module im Dateisystem \n"
@@ -1190,10 +1195,6 @@ msgstr ""
11901195msgid "Pull not used when direction is output."
11911196msgstr "Pull wird nicht verwendet, wenn die Richtung output ist."
11921197
1193- #: ports/stm32f4/common-hal/pulseio/PulseIn.c
1194- msgid "PulseIn not yet supported"
1195- msgstr ""
1196-
11971198#: ports/stm32f4/common-hal/pulseio/PulseOut.c
11981199msgid "PulseOut not supported on this chip"
11991200msgstr ""
@@ -2237,7 +2238,8 @@ msgstr ""
22372238
22382239#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
22392240#: ports/cxd56/common-hal/pulseio/PulseIn.c
2240- #: ports/nrf/common-hal/pulseio/PulseIn.c py/obj.c
2241+ #: ports/nrf/common-hal/pulseio/PulseIn.c
2242+ #: ports/stm32f4/common-hal/pulseio/PulseIn.c py/obj.c
22412243msgid "index out of range"
22422244msgstr "index außerhalb der Reichweite"
22432245
@@ -2731,6 +2733,7 @@ msgstr "pixel_shader muss displayio.Palette oder displayio.ColorConverter sein"
27312733#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
27322734#: ports/cxd56/common-hal/pulseio/PulseIn.c
27332735#: ports/nrf/common-hal/pulseio/PulseIn.c
2736+ #: ports/stm32f4/common-hal/pulseio/PulseIn.c
27342737msgid "pop from an empty PulseIn"
27352738msgstr "pop von einem leeren PulseIn"
27362739
@@ -2964,6 +2967,7 @@ msgstr ""
29642967
29652968#: ports/atmel-samd/common-hal/busio/UART.c
29662969#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
2970+ #: shared-bindings/busio/UART.c
29672971msgid "tx and rx cannot both be None"
29682972msgstr "tx und rx können nicht beide None sein"
29692973
0 commit comments