77msgstr ""
88"Project-Id-Version : \n "
99"Report-Msgid-Bugs-To : \n "
10- "POT-Creation-Date : 2020-04-26 14:46-0500 \n "
10+ "POT-Creation-Date : 2020-05-06 17:47+0800 \n "
1111"PO-Revision-Date : 2020-04-30 17:01+0000\n "
1212"Last-Translator : Jeff Epler <jepler@gmail.com>\n "
1313"Language-Team : German <https://later.unpythonic.net/projects/circuitpython/ "
@@ -440,6 +440,10 @@ msgstr "Der Puffer muss 16 Bytes lang sein"
440440msgid "Bytes must be between 0 and 255."
441441msgstr "Ein Bytes kann nur Werte zwischen 0 und 255 annehmen."
442442
443+ #: shared-bindings/aesio/aes.c
444+ msgid "CBC blocks must be multiples of 16 bytes"
445+ msgstr ""
446+
443447#: py/objtype.c
444448msgid "Call super().__init__() before accessing native object."
445449msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
@@ -671,6 +675,10 @@ msgstr "Die Rotation der Anzeige muss in 90-Grad-Schritten erfolgen"
671675msgid "Drive mode not used when direction is input."
672676msgstr "Drive mode wird nicht verwendet, wenn die Richtung input ist."
673677
678+ #: shared-bindings/aesio/aes.c
679+ msgid "ECB only operates on 16 bytes at a time"
680+ msgstr ""
681+
674682#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
675683#: ports/atmel-samd/common-hal/ps2io/Ps2.c
676684#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
@@ -682,7 +690,7 @@ msgstr "EXTINT Kanal ist schon in Benutzung"
682690msgid "Error in regex"
683691msgstr "Fehler in regex"
684692
685- #: shared-bindings/microcontroller/Pin.c
693+ #: shared-bindings/aesio/aes.c shared-bindings/ microcontroller/Pin.c
686694#: shared-bindings/neopixel_write/__init__.c shared-bindings/pulseio/PulseOut.c
687695#: shared-bindings/terminalio/Terminal.c
688696msgid "Expected a %q"
@@ -811,6 +819,11 @@ msgstr ""
811819msgid "I2C operation not supported"
812820msgstr "I2C-operation nicht unterstützt"
813821
822+ #: shared-bindings/aesio/aes.c
823+ #, c-format
824+ msgid "IV must be %d bytes long"
825+ msgstr ""
826+
814827#: py/persistentcode.c
815828msgid ""
816829"Incompatible .mpy file. Please update all .mpy files. See http://adafru.it/"
@@ -992,6 +1005,10 @@ msgstr "Ungültige wave Datei"
9921005msgid "Invalid word/bit length"
9931006msgstr ""
9941007
1008+ #: shared-bindings/aesio/aes.c
1009+ msgid "Key must be 16, 24, or 32 bytes long"
1010+ msgstr ""
1011+
9951012#: py/compile.c
9961013msgid "LHS of keyword arg must be an id"
9971014msgstr "LHS des Schlüsselwortarguments muss eine id sein"
@@ -1126,6 +1143,10 @@ msgstr "Keine Hardwareunterstützung am clk Pin"
11261143msgid "No hardware support on pin"
11271144msgstr "Keine Hardwareunterstützung an diesem Pin"
11281145
1146+ #: shared-bindings/aesio/aes.c
1147+ msgid "No key was specified"
1148+ msgstr ""
1149+
11291150#: ports/stm/common-hal/pulseio/PWMOut.c
11301151msgid "No more timers available on this pin."
11311152msgstr ""
@@ -1311,6 +1332,10 @@ msgstr "Schreibgeschützte Objekt"
13111332msgid "Refresh too soon"
13121333msgstr "Zu früh neu geladen"
13131334
1335+ #: shared-bindings/aesio/aes.c
1336+ msgid "Requested AES mode is unsupported"
1337+ msgstr ""
1338+
13141339#: ports/atmel-samd/common-hal/audioio/AudioOut.c
13151340msgid "Right channel unsupported"
13161341msgstr "Rechter Kanal wird nicht unterstützt"
@@ -1374,6 +1399,10 @@ msgstr "Slice und Wert (value) haben unterschiedliche Längen."
13741399msgid "Slices not supported"
13751400msgstr "Slices werden nicht unterstützt"
13761401
1402+ #: shared-bindings/aesio/aes.c
1403+ msgid "Source and destination buffers must be the same length"
1404+ msgstr ""
1405+
13771406#: extmod/modure.c
13781407msgid "Splitting with sub-captures"
13791408msgstr "Splitting mit sub-captures"
0 commit comments