@@ -195,6 +195,10 @@ msgstr "%q muss <= %d sein"
195
195
msgid "%q must be >= %d"
196
196
msgstr "%q muss >= %d sein"
197
197
198
+ #: ports/espressif/common-hal/analogbufio/BufferedIn.c
199
+ msgid "%q must be array of type 'H'"
200
+ msgstr ""
201
+
198
202
#: shared-bindings/analogbufio/BufferedIn.c
199
203
msgid "%q must be a bytearray or array of type 'H' or 'B'"
200
204
msgstr ""
@@ -230,10 +234,6 @@ msgstr "%q außerhalb der Grenzen"
230
234
msgid "%q out of range"
231
235
msgstr "%q außerhalb des Bereichs"
232
236
233
- #: ports/atmel-samd/common-hal/microcontroller/Pin.c
234
- msgid "%q pin invalid"
235
- msgstr "%q Pin ungültig"
236
-
237
237
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
238
238
msgid "%q step cannot be zero"
239
239
msgstr "Schritt %q kann nicht Null sein"
@@ -1252,9 +1252,11 @@ msgid "Interrupt error."
1252
1252
msgstr ""
1253
1253
1254
1254
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
1255
+ #: shared-bindings/displayio/EPaperDisplay.c
1255
1256
msgid "Invalid %q"
1256
1257
msgstr "Ungültiger %q"
1257
1258
1259
+ #: ports/atmel-samd/common-hal/microcontroller/Pin.c
1258
1260
#: shared-bindings/microcontroller/Pin.c
1259
1261
msgid "Invalid %q pin"
1260
1262
msgstr "Ungültiger %q Pin"
@@ -2223,6 +2225,11 @@ msgstr "Konnte keine Buffer für Vorzeichenumwandlung allozieren"
2223
2225
msgid "Unable to allocate the heap."
2224
2226
msgstr ""
2225
2227
2228
+ #: ports/espressif/common-hal/analogbufio/BufferedIn.c
2229
+ #, c-format
2230
+ msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2231
+ msgstr ""
2232
+
2226
2233
#: ports/espressif/common-hal/busio/I2C.c
2227
2234
msgid "Unable to create lock"
2228
2235
msgstr "Lock kann nicht erzeugt werden"
@@ -2241,10 +2248,20 @@ msgstr "Konnte keinen freien GCLK finden"
2241
2248
msgid "Unable to init parser"
2242
2249
msgstr "Parser konnte nicht gestartet werden"
2243
2250
2251
+ #: ports/espressif/common-hal/analogbufio/BufferedIn.c
2252
+ #, c-format
2253
+ msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2254
+ msgstr ""
2255
+
2244
2256
#: shared-module/displayio/OnDiskBitmap.c
2245
2257
msgid "Unable to read color palette data"
2246
2258
msgstr "Konnte Farbpalettendaten nicht lesen"
2247
2259
2260
+ #: ports/espressif/common-hal/analogbufio/BufferedIn.c
2261
+ #, c-format
2262
+ msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2263
+ msgstr ""
2264
+
2248
2265
#: ports/espressif/common-hal/mdns/Server.c
2249
2266
#: ports/raspberrypi/common-hal/mdns/Server.c
2250
2267
msgid "Unable to start mDNS query"
@@ -4450,6 +4467,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
4450
4467
msgid "zi must be of shape (n_section, 2)"
4451
4468
msgstr "zi muss die Form (n_section, 2) haben"
4452
4469
4470
+ #~ msgid "%q pin invalid"
4471
+ #~ msgstr "%q Pin ungültig"
4472
+
4453
4473
#~ msgid ""
4454
4474
#~ "\n"
4455
4475
#~ "Please file an issue with the contents of your CIRCUITPY drive at \n"
0 commit comments