|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2020-05-19 15:01+0800\n" |
| 10 | +"POT-Creation-Date: 2020-05-20 13:28-0400\n" |
11 | 11 | "PO-Revision-Date: 2020-05-18 02:48+0000\n" |
12 | 12 | "Last-Translator: Jeff Epler <jepler@gmail.com>\n" |
13 | 13 | "Language-Team: German <https://later.unpythonic.net/projects/circuitpython/" |
@@ -379,6 +379,10 @@ msgstr "Bit clock und word select müssen eine clock unit teilen" |
379 | 379 | msgid "Bit depth must be multiple of 8." |
380 | 380 | msgstr "Bit depth muss ein Vielfaches von 8 sein." |
381 | 381 |
|
| 382 | +#: ports/mimxrt10xx/common-hal/busio/UART.c |
| 383 | +msgid "Both RX and TX required for flow control" |
| 384 | +msgstr "" |
| 385 | + |
382 | 386 | #: ports/atmel-samd/common-hal/rotaryio/IncrementalEncoder.c |
383 | 387 | msgid "Both pins must support hardware interrupts" |
384 | 388 | msgstr "Beide pins müssen Hardware Interrupts unterstützen" |
@@ -1438,7 +1442,7 @@ msgstr "Die Stackgröße sollte mindestens 256 sein" |
1438 | 1442 | msgid "Stream missing readinto() or write() method." |
1439 | 1443 | msgstr "Stream fehlt readinto() oder write() Methode." |
1440 | 1444 |
|
1441 | | -#: ports/stm/common-hal/busio/UART.c |
| 1445 | +#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c |
1442 | 1446 | msgid "Supply at least one UART pin" |
1443 | 1447 | msgstr "" |
1444 | 1448 |
|
@@ -1544,6 +1548,10 @@ msgstr "" |
1544 | 1548 | msgid "UART Re-init error" |
1545 | 1549 | msgstr "" |
1546 | 1550 |
|
| 1551 | +#: ports/mimxrt10xx/common-hal/busio/UART.c |
| 1552 | +msgid "UART peripheral is already in use" |
| 1553 | +msgstr "" |
| 1554 | + |
1547 | 1555 | #: ports/stm/common-hal/busio/UART.c |
1548 | 1556 | msgid "UART write error" |
1549 | 1557 | msgstr "" |
@@ -3109,8 +3117,7 @@ msgstr "tupel/list hat falsche Länge" |
3109 | 3117 | msgid "tuple/list required on RHS" |
3110 | 3118 | msgstr "" |
3111 | 3119 |
|
3112 | | -#: ports/atmel-samd/common-hal/busio/UART.c |
3113 | | -#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c |
| 3120 | +#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c |
3114 | 3121 | #: shared-bindings/busio/UART.c |
3115 | 3122 | msgid "tx and rx cannot both be None" |
3116 | 3123 | msgstr "tx und rx können nicht beide None sein" |
|
0 commit comments