|
7 | 7 | msgstr "" |
8 | 8 | "Project-Id-Version: \n" |
9 | 9 | "Report-Msgid-Bugs-To: \n" |
10 | | -"POT-Creation-Date: 2019-07-25 22:48-0700\n" |
| 10 | +"POT-Creation-Date: 2019-07-31 16:30-0500\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" |
@@ -255,6 +255,7 @@ msgstr "Alle timer für diesen Pin werden bereits benutzt" |
255 | 255 | #: ports/atmel-samd/common-hal/audioio/AudioOut.c |
256 | 256 | #: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c |
257 | 257 | #: ports/atmel-samd/common-hal/pulseio/PulseOut.c |
| 258 | +#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c |
258 | 259 | #: ports/nrf/common-hal/pulseio/PulseOut.c shared-bindings/pulseio/PWMOut.c |
259 | 260 | #: shared-module/_pew/PewPew.c |
260 | 261 | msgid "All timers in use" |
@@ -329,6 +330,11 @@ msgstr "Die Helligkeit ist nicht einstellbar" |
329 | 330 | msgid "Buffer incorrect size. Should be %d bytes." |
330 | 331 | msgstr "Der Puffergröße ist inkorrekt. Sie sollte %d bytes haben." |
331 | 332 |
|
| 333 | +#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c |
| 334 | +#, c-format |
| 335 | +msgid "Buffer length %d too big. It must be less than %d" |
| 336 | +msgstr "" |
| 337 | + |
332 | 338 | #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c |
333 | 339 | msgid "Buffer must be at least length 1" |
334 | 340 | msgstr "Der Puffer muss eine Mindestenslänge von 1 haben" |
@@ -948,6 +954,7 @@ msgid "Not connected" |
948 | 954 | msgstr "Nicht verbunden" |
949 | 955 |
|
950 | 956 | #: shared-bindings/audiobusio/I2SOut.c shared-bindings/audioio/AudioOut.c |
| 957 | +#: shared-bindings/audiopwmio/PWMAudioOut.c |
951 | 958 | msgid "Not playing" |
952 | 959 | msgstr "Spielt nicht" |
953 | 960 |
|
@@ -1077,6 +1084,7 @@ msgid "Sample rate must be positive" |
1077 | 1084 | msgstr "Abtastrate muss positiv sein" |
1078 | 1085 |
|
1079 | 1086 | #: ports/atmel-samd/common-hal/audioio/AudioOut.c |
| 1087 | +#: ports/nrf/common-hal/audiopwmio/PWMAudioOut.c |
1080 | 1088 | #, c-format |
1081 | 1089 | msgid "Sample rate too high. It must be less than %d" |
1082 | 1090 | msgstr "Abtastrate zu hoch. Wert muss unter %d liegen" |
|
0 commit comments