|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2020-03-30 17:03-0700\n" |
| 10 | +"POT-Creation-Date: 2020-04-09 13:15-0700\n" |
11 | 11 | "PO-Revision-Date: 2018-07-27 11:55-0700\n" |
12 | 12 | "Last-Translator: Pascal Deneaux\n" |
13 | 13 | "Language-Team: Sebastian Plamauer, Pascal Deneaux\n" |
@@ -280,9 +280,11 @@ msgstr "Alle timer für diesen Pin werden bereits benutzt" |
280 | 280 |
|
281 | 281 | #: ports/atmel-samd/common-hal/audioio/AudioOut.c |
282 | 282 | #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c |
| 283 | +#: ports/atmel-samd/common-hal/pulseio/PulseIn.c |
283 | 284 | #: ports/atmel-samd/common-hal/pulseio/PulseOut.c |
284 | 285 | #: ports/cxd56/common-hal/pulseio/PulseOut.c |
285 | 286 | #: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c |
| 287 | +#: ports/nrf/common-hal/pulseio/PulseIn.c |
286 | 288 | #: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c |
287 | 289 | #: shared-module/_pew/PewPew.c |
288 | 290 | msgid "All timers in use" |
@@ -897,6 +899,7 @@ msgid "Invalid number of bits" |
897 | 899 | msgstr "Ungültige Anzahl von Bits" |
898 | 900 |
|
899 | 901 | #: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c |
| 902 | +#: shared-bindings/displayio/FourWire.c |
900 | 903 | msgid "Invalid phase" |
901 | 904 | msgstr "Ungültige Phase" |
902 | 905 |
|
@@ -928,6 +931,7 @@ msgid "Invalid pins for PWMOut" |
928 | 931 | msgstr "" |
929 | 932 |
|
930 | 933 | #: shared-bindings/bitbangio/SPI.c shared-bindings/busio/SPI.c |
| 934 | +#: shared-bindings/displayio/FourWire.c |
931 | 935 | msgid "Invalid polarity" |
932 | 936 | msgstr "Ungültige Polarität" |
933 | 937 |
|
@@ -1203,6 +1207,10 @@ msgstr "" |
1203 | 1207 | msgid "Pull not used when direction is output." |
1204 | 1208 | msgstr "Pull wird nicht verwendet, wenn die Richtung output ist." |
1205 | 1209 |
|
| 1210 | +#: ports/stm/common-hal/pulseio/PulseIn.c |
| 1211 | +msgid "PulseIn not supported on this chip" |
| 1212 | +msgstr "" |
| 1213 | + |
1206 | 1214 | #: ports/stm/common-hal/pulseio/PulseOut.c |
1207 | 1215 | msgid "PulseOut not supported on this chip" |
1208 | 1216 | msgstr "" |
|
0 commit comments