diff options
| author | Kattni <kattni@adafruit.com> | 2018-09-21 13:15:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-21 13:15:51 -0400 |
| commit | 839b7912536d038a7825366b185a84f63ed67eb4 (patch) | |
| tree | 758af65ba63b7d0c2eff1476ff0af2169991f66a /locale/de_DE.po | |
| parent | 0015db1c4c64ec1efa3f41f657819c3c18587c7b (diff) | |
| parent | a9d094ab749dcddaa383705290439a0b2c930e8a (diff) | |
Merge pull request #1204 from tannewt/merge_3x4.0.0-alpha.1
Merge in AudioOut fix from 3.x
Diffstat (limited to 'locale/de_DE.po')
| -rw-r--r-- | locale/de_DE.po | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/locale/de_DE.po b/locale/de_DE.po index de47f8200..72f7b254d 100644 --- a/locale/de_DE.po +++ b/locale/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-20 21:52-0400\n" +"POT-Creation-Date: 2018-09-21 12:23-0400\n" "PO-Revision-Date: 2018-07-27 11:55-0700\n" "Last-Translator: Sebastian Plamauer\n" "Language-Team: \n" @@ -300,12 +300,12 @@ msgid "Too many channels in sample." msgstr "Zu viele Kanäle im sample" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:305 -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:326 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:339 msgid "No DMA channel found" msgstr "Kein DMA Kanal gefunden" #: ports/atmel-samd/common-hal/audiobusio/I2SOut.c:308 -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:328 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:341 msgid "Unable to allocate buffers for signed conversion" msgstr "Konnte keine Buffer für Vorzeichenumwandlung allozieren" @@ -347,16 +347,21 @@ msgstr "Ungültiger Pin für rechten Kanal" msgid "Cannot output both channels on the same pin" msgstr "Kann nicht beite Kanäle auf dem gleichen Pin ausgeben" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:173 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:176 #: ports/atmel-samd/common-hal/pulseio/PWMOut.c:189 #: ports/atmel-samd/common-hal/pulseio/PulseOut.c:110 msgid "All timers in use" msgstr "Alle timer werden benutzt" -#: ports/atmel-samd/common-hal/audioio/AudioOut.c:215 +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:218 msgid "All event channels in use" msgstr "Alle event Kanälre werden benutzt" +#: ports/atmel-samd/common-hal/audioio/AudioOut.c:297 +#, c-format +msgid "Sample rate too high. It must be less than %d" +msgstr "" + #: ports/atmel-samd/common-hal/busio/I2C.c:71 msgid "Not enough pins available" msgstr "Nicht genug Pins vorhanden" |
