Translated using Weblate (German)

Currently translated at 93.3% (941 of 1008 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
This commit is contained in:
Timon 2020-05-21 23:00:51 +00:00 committed by Hosted Weblate
parent 13b6510514
commit 5adbfb3e5c
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 4 additions and 7 deletions

View File

@ -7,7 +7,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
"PO-Revision-Date: 2023-11-16 15:03+0000\n"
"Last-Translator: Fabian Affolter <mail@fabian-affolter.ch>\n"
"Last-Translator: Timon <timon@skerutsch.de>\n"
"Language: de_DE\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -2056,8 +2056,7 @@ msgstr "Die Länge von rgb_pins muss 6, 12, 18, 24 oder 30 betragen"
#: shared-module/audiomixer/MixerVoice.c
msgid "The sample's bits_per_sample does not match the mixer's"
msgstr ""
"Das bits_per_sample des Samples stimmt nicht mit dem des Mixers überein"
msgstr "Das bits_per_sample des Samples stimmt nicht mit dem des Mixers überein"
#: shared-module/audiomixer/MixerVoice.c
msgid "The sample's channel count does not match the mixer's"
@ -2107,8 +2106,7 @@ msgstr "Zeit liegt in der Vergangenheit."
#: ports/nrf/common-hal/_bleio/Adapter.c
#, c-format
msgid "Timeout is too long: Maximum timeout length is %d seconds"
msgstr ""
"Zeitbeschränkung ist zu groß: Maximale Zeitbeschränkung ist %d Sekunden"
msgstr "Zeitbeschränkung ist zu groß: Maximale Zeitbeschränkung ist %d Sekunden"
#: ports/atmel-samd/common-hal/audiobusio/I2SOut.c
msgid "Too many channels in sample"
@ -2905,8 +2903,7 @@ msgstr "Farbpuffer muss 3 Bytes (RGB) oder 4 Bytes (RGB + pad byte) sein"
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be a buffer, tuple, list, or int"
msgstr ""
"Der Farbpuffer muss ein Puffer, ein Tupel, eine Liste oder ein Int sein"
msgstr "Der Farbpuffer muss ein Puffer, ein Tupel, eine Liste oder ein Int sein"
#: shared-bindings/displayio/Palette.c
msgid "color buffer must be a bytearray or array of type 'b' or 'B'"