@@ -83,10 +83,15 @@ msgstr "%q Indizes müssen Integer sein, nicht %s"
83
83
msgid "%q list must be a list"
84
84
msgstr "%q Liste muss eine Liste sein"
85
85
86
+ #: shared-bindings/memorymonitor/AllocationAlarm.c
87
+ msgid "%q must be >= 0"
88
+ msgstr ""
89
+
86
90
#: shared-bindings/_bleio/CharacteristicBuffer.c
87
91
#: shared-bindings/_bleio/PacketBuffer.c shared-bindings/displayio/Group.c
88
- #: shared-bindings/displayio/Shape.c shared-bindings/vectorio/Circle.c
89
- #: shared-bindings/vectorio/Rectangle.c
92
+ #: shared-bindings/displayio/Shape.c
93
+ #: shared-bindings/memorymonitor/AllocationAlarm.c
94
+ #: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
90
95
msgid "%q must be >= 1"
91
96
msgstr "%q muss >= 1 sein"
92
97
@@ -324,6 +329,11 @@ msgstr "Alle timer werden benutzt"
324
329
msgid "Already advertising."
325
330
msgstr "Bereits am anbieten (advertising)."
326
331
332
+ #: shared-module/memorymonitor/AllocationAlarm.c
333
+ #: shared-module/memorymonitor/AllocationSize.c
334
+ msgid "Already running"
335
+ msgstr ""
336
+
327
337
#: ports/cxd56/common-hal/analogio/AnalogIn.c
328
338
msgid "AnalogIn not supported on given pin"
329
339
msgstr "AnalogIn ist an diesem Pin nicht unterstützt"
@@ -359,6 +369,11 @@ msgstr "Array-Werte sollten aus Einzelbytes bestehen."
359
369
msgid "At most %d %q may be specified (not %d)"
360
370
msgstr "Es darf höchstens %d %q spezifiziert werden (nicht %d)"
361
371
372
+ #: shared-module/memorymonitor/AllocationAlarm.c
373
+ #, c-format
374
+ msgid "Attempt to allocate %d blocks"
375
+ msgstr ""
376
+
362
377
#: supervisor/shared/safe_mode.c
363
378
msgid "Attempted heap allocation when MicroPython VM not running."
364
379
msgstr ""
@@ -482,7 +497,9 @@ msgstr "Rufe super().__init__() vor dem Zugriff auf ein natives Objekt auf."
482
497
msgid "Can't set CCCD on local Characteristic"
483
498
msgstr "CCCD kann nicht auf lokales Merkmal eingestellt werden"
484
499
485
- #: shared-bindings/displayio/Bitmap.c shared-bindings/pulseio/PulseIn.c
500
+ #: shared-bindings/displayio/Bitmap.c
501
+ #: shared-bindings/memorymonitor/AllocationSize.c
502
+ #: shared-bindings/pulseio/PulseIn.c
486
503
msgid "Cannot delete values"
487
504
msgstr "Kann Werte nicht löschen"
488
505
@@ -1389,6 +1406,7 @@ msgstr "RTS / CTS / RS485 Wird von diesem Gerät noch nicht unterstützt"
1389
1406
msgid "Random number generation error"
1390
1407
msgstr "Fehler bei der Erzeugung von Zufallszahlen"
1391
1408
1409
+ #: shared-bindings/memorymonitor/AllocationSize.c
1392
1410
#: shared-bindings/pulseio/PulseIn.c
1393
1411
msgid "Read-only"
1394
1412
msgstr "Nur lesen möglich, da Schreibgeschützt"
@@ -1473,7 +1491,9 @@ msgid "Slice and value different lengths."
1473
1491
msgstr "Slice und Wert (value) haben unterschiedliche Längen."
1474
1492
1475
1493
#: shared-bindings/displayio/Bitmap.c shared-bindings/displayio/Group.c
1476
- #: shared-bindings/displayio/TileGrid.c shared-bindings/pulseio/PulseIn.c
1494
+ #: shared-bindings/displayio/TileGrid.c
1495
+ #: shared-bindings/memorymonitor/AllocationSize.c
1496
+ #: shared-bindings/pulseio/PulseIn.c
1477
1497
msgid "Slices not supported"
1478
1498
msgstr "Slices werden nicht unterstützt"
1479
1499
0 commit comments