77msgstr ""
88"Project-Id-Version : \n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2020-02-10 11:46-0500 \n "
10+ "POT-Creation-Date : 2020-02-19 08:44+0000 \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 "
@@ -456,6 +456,10 @@ msgstr "Reset zum bootloader nicht möglich da bootloader nicht vorhanden"
456456msgid "Cannot set value when direction is input."
457457msgstr "Der Wert kann nicht gesetzt werden, wenn die Richtung input ist."
458458
459+ #: ports/mimxrt10xx/common-hal/busio/UART.c
460+ msgid "Cannot specify RTS or CTS in RS485 mode"
461+ msgstr ""
462+
459463#: py/objslice.c
460464msgid "Cannot subclass slice"
461465msgstr ""
@@ -1186,6 +1190,10 @@ msgstr ""
11861190msgid "RNG Init Error"
11871191msgstr ""
11881192
1193+ #: ports/mimxrt10xx/common-hal/busio/UART.c
1194+ msgid "RS485 inversion specified when not in RS485 mode"
1195+ msgstr ""
1196+
11891197#: ports/cxd56/common-hal/rtc/RTC.c ports/mimxrt10xx/common-hal/rtc/RTC.c
11901198#: ports/nrf/common-hal/rtc/RTC.c
11911199msgid "RTC calibration is not supported on this board"
@@ -1195,6 +1203,11 @@ msgstr "Die RTC-Kalibrierung wird auf diesem Board nicht unterstützt"
11951203msgid "RTC is not supported on this board"
11961204msgstr "Eine RTC wird auf diesem Board nicht unterstützt"
11971205
1206+ #: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
1207+ #: ports/nrf/common-hal/busio/UART.c ports/stm32f4/common-hal/busio/UART.c
1208+ msgid "RTS/CTS/RS485 Not yet supported on this device"
1209+ msgstr ""
1210+
11981211#: ports/stm32f4/common-hal/os/__init__.c
11991212msgid "Random number generation error"
12001213msgstr ""
@@ -1256,6 +1269,14 @@ msgstr "Abtastrate zu hoch. Wert muss unter %d liegen"
12561269msgid "Scan already in progess. Stop with stop_scan."
12571270msgstr ""
12581271
1272+ #: ports/mimxrt10xx/common-hal/busio/UART.c
1273+ msgid "Selected CTS pin not valid"
1274+ msgstr ""
1275+
1276+ #: ports/mimxrt10xx/common-hal/busio/UART.c
1277+ msgid "Selected RTS pin not valid"
1278+ msgstr ""
1279+
12591280#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
12601281#: ports/atmel-samd/common-hal/audiobusio/PDMIn.c
12611282msgid "Serializer in use"
0 commit comments