|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2020-05-27 11:28+0800\n" |
| 10 | +"POT-Creation-Date: 2020-05-27 10:46-0700\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" |
@@ -814,7 +818,7 @@ msgstr "Gruppe voll" |
814 | 818 | msgid "Hardware busy, try alternative pins" |
815 | 819 | msgstr "" |
816 | 820 |
|
817 | | -#: ports/stm/common-hal/busio/UART.c |
| 821 | +#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c |
818 | 822 | msgid "Hardware in use, try alternative pins" |
819 | 823 | msgstr "" |
820 | 824 |
|
@@ -895,11 +899,11 @@ msgstr "" |
895 | 899 | msgid "Invalid PWM frequency" |
896 | 900 | msgstr "Ungültige PWM Frequenz" |
897 | 901 |
|
898 | | -#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/SPI.c |
| 902 | +#: ports/stm/common-hal/busio/SPI.c |
899 | 903 | msgid "Invalid SPI pin selection" |
900 | 904 | msgstr "" |
901 | 905 |
|
902 | | -#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c |
| 906 | +#: ports/stm/common-hal/busio/UART.c |
903 | 907 | msgid "Invalid UART pin selection" |
904 | 908 | msgstr "" |
905 | 909 |
|
@@ -975,7 +979,8 @@ msgstr "Ungültiger Pin für rechten Kanal" |
975 | 979 | #: ports/atmel-samd/common-hal/busio/UART.c |
976 | 980 | #: ports/atmel-samd/common-hal/i2cslave/I2CSlave.c |
977 | 981 | #: ports/cxd56/common-hal/busio/I2C.c ports/cxd56/common-hal/busio/SPI.c |
978 | | -#: ports/cxd56/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c |
| 982 | +#: ports/cxd56/common-hal/busio/UART.c ports/mimxrt10xx/common-hal/busio/SPI.c |
| 983 | +#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/I2C.c |
979 | 984 | msgid "Invalid pins" |
980 | 985 | msgstr "Ungültige Pins" |
981 | 986 |
|
@@ -1438,7 +1443,7 @@ msgstr "Die Stackgröße sollte mindestens 256 sein" |
1438 | 1443 | msgid "Stream missing readinto() or write() method." |
1439 | 1444 | msgstr "Stream fehlt readinto() oder write() Methode." |
1440 | 1445 |
|
1441 | | -#: ports/stm/common-hal/busio/UART.c |
| 1446 | +#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c |
1442 | 1447 | msgid "Supply at least one UART pin" |
1443 | 1448 | msgstr "" |
1444 | 1449 |
|
@@ -3133,8 +3138,7 @@ msgstr "tupel/list hat falsche Länge" |
3133 | 3138 | msgid "tuple/list required on RHS" |
3134 | 3139 | msgstr "" |
3135 | 3140 |
|
3136 | | -#: ports/atmel-samd/common-hal/busio/UART.c |
3137 | | -#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c |
| 3141 | +#: ports/atmel-samd/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c |
3138 | 3142 | #: shared-bindings/busio/UART.c |
3139 | 3143 | msgid "tx and rx cannot both be None" |
3140 | 3144 | msgstr "tx und rx können nicht beide None sein" |
|
0 commit comments