@@ -458,10 +458,6 @@ msgstr "3-arg pow() wird nicht unterstützt"
458
458
msgid "A hardware interrupt channel is already in use"
459
459
msgstr "Ein Hardware Interrupt Kanal wird schon benutzt"
460
460
461
- #: ports/espressif/common-hal/analogio/AnalogIn.c
462
- msgid "ADC2 is being used by WiFi"
463
- msgstr "ADC2 wird vom WiFi benutzt"
464
-
465
461
#: ports/raspberrypi/common-hal/wifi/Radio.c
466
462
msgid "AP could not be started"
467
463
msgstr ""
@@ -2207,11 +2203,6 @@ msgstr "Konnte keine Buffer für Vorzeichenumwandlung allozieren"
2207
2203
msgid "Unable to allocate the heap."
2208
2204
msgstr "Keine Allokation auf dem Heap möglich."
2209
2205
2210
- #: ports/espressif/common-hal/analogbufio/BufferedIn.c
2211
- #, c-format
2212
- msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
2213
- msgstr "ADC-DMA-Controller konnte nicht konfiguriert werden, Fehlercode: %d"
2214
-
2215
2206
#: ports/espressif/common-hal/busio/I2C.c
2216
2207
msgid "Unable to create lock"
2217
2208
msgstr "Lock kann nicht erzeugt werden"
@@ -2230,20 +2221,10 @@ msgstr "Konnte keinen freien GCLK finden"
2230
2221
msgid "Unable to init parser"
2231
2222
msgstr "Parser konnte nicht gestartet werden"
2232
2223
2233
- #: ports/espressif/common-hal/analogbufio/BufferedIn.c
2234
- #, c-format
2235
- msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
2236
- msgstr "ADC-DMA-Controller konnte nicht initialisiert werden, Fehlercode: %d"
2237
-
2238
2224
#: shared-module/displayio/OnDiskBitmap.c
2239
2225
msgid "Unable to read color palette data"
2240
2226
msgstr "Konnte Farbpalettendaten nicht lesen"
2241
2227
2242
- #: ports/espressif/common-hal/analogbufio/BufferedIn.c
2243
- #, c-format
2244
- msgid "Unable to start ADC DMA controller, ErrorCode:%d"
2245
- msgstr "ADC-DMA-Controller konnte nicht gestartet werden, Fehlercode: %d"
2246
-
2247
2228
#: ports/espressif/common-hal/mdns/Server.c
2248
2229
#: ports/raspberrypi/common-hal/mdns/Server.c
2249
2230
msgid "Unable to start mDNS query"
@@ -4302,7 +4283,8 @@ msgstr ""
4302
4283
msgid "unexpected keyword argument"
4303
4284
msgstr "unerwartetes Schlüsselwort-Argument"
4304
4285
4305
- #: py/bc.c py/objnamedtuple.c shared-bindings/traceback/__init__.c
4286
+ #: py/argcheck.c py/bc.c py/objnamedtuple.c
4287
+ #: shared-bindings/traceback/__init__.c
4306
4288
msgid "unexpected keyword argument '%q'"
4307
4289
msgstr "unerwartetes Schlüsselwort-Argument '%q'"
4308
4290
@@ -4459,10 +4441,6 @@ msgstr "falsche Anzahl zu entpackender Werte"
4459
4441
msgid "wrong output type"
4460
4442
msgstr "Falscher Ausgabetyp"
4461
4443
4462
- #: ports/espressif/common-hal/audiobusio/__init__.c
4463
- msgid "xTaskCreate failed"
4464
- msgstr "xTaskCreate fehlgeschlagen"
4465
-
4466
4444
#: extmod/ulab/code/scipy/signal/signal.c
4467
4445
msgid "zi must be an ndarray"
4468
4446
msgstr "zi muss ein ndarray sein"
@@ -4475,6 +4453,25 @@ msgstr "zi muss eine Gleitkommazahl sein"
4475
4453
msgid "zi must be of shape (n_section, 2)"
4476
4454
msgstr "zi muss die Form (n_section, 2) haben"
4477
4455
4456
+ #~ msgid "ADC2 is being used by WiFi"
4457
+ #~ msgstr "ADC2 wird vom WiFi benutzt"
4458
+
4459
+ #, c-format
4460
+ #~ msgid "Unable to configure ADC DMA controller, ErrorCode:%d"
4461
+ #~ msgstr "ADC-DMA-Controller konnte nicht konfiguriert werden, Fehlercode: %d"
4462
+
4463
+ #, c-format
4464
+ #~ msgid "Unable to initialize ADC DMA controller, ErrorCode:%d"
4465
+ #~ msgstr ""
4466
+ #~ "ADC-DMA-Controller konnte nicht initialisiert werden, Fehlercode: %d"
4467
+
4468
+ #, c-format
4469
+ #~ msgid "Unable to start ADC DMA controller, ErrorCode:%d"
4470
+ #~ msgstr "ADC-DMA-Controller konnte nicht gestartet werden, Fehlercode: %d"
4471
+
4472
+ #~ msgid "xTaskCreate failed"
4473
+ #~ msgstr "xTaskCreate fehlgeschlagen"
4474
+
4478
4475
#~ msgid "Unable to write to address."
4479
4476
#~ msgstr "An die Adresse kann nicht geschrieben werden."
4480
4477
0 commit comments