@@ -128,7 +128,7 @@ msgstr "%q Initialisierung ist gescheitert"
128
128
129
129
#: shared-bindings/dualbank/__init__.c
130
130
msgid "%q is %q"
131
- msgstr ""
131
+ msgstr "%q ist %q "
132
132
133
133
#: py/argcheck.c
134
134
msgid "%q length must be %d"
@@ -174,6 +174,7 @@ msgstr "%q muss >= %d sein"
174
174
#: shared-bindings/audiocore/RawSample.c
175
175
msgid "%q must be a bytearray or array of type 'h', 'H', 'b', or 'B'"
176
176
msgstr ""
177
+ "%q muss ein Byte-Array oder ein array vom Typ 'h', 'H', 'b', oder 'B' sein"
177
178
178
179
#: py/argcheck.c
179
180
msgid "%q must be a string"
@@ -1030,16 +1031,16 @@ msgstr "Filter zu komplex"
1030
1031
1031
1032
#: ports/espressif/common-hal/dualbank/__init__.c
1032
1033
msgid "Firmware is duplicate"
1033
- msgstr ""
1034
+ msgstr "Die Firmware ist doppelt vorhanden "
1034
1035
1035
1036
#: ports/espressif/common-hal/dualbank/__init__.c
1036
1037
msgid "Firmware is invalid"
1037
- msgstr ""
1038
+ msgstr "Die Firmware ist ungültig "
1038
1039
1039
1040
#: ports/espressif/common-hal/coproc/Coproc.c
1040
1041
#: ports/espressif/common-hal/dualbank/__init__.c
1041
1042
msgid "Firmware is too big"
1042
- msgstr ""
1043
+ msgstr "Die Firmware ist zu groß "
1043
1044
1044
1045
#: shared-bindings/bitmaptools/__init__.c
1045
1046
msgid "For L8 colorspace, input bitmap must have 8 bits per pixel"
@@ -1657,7 +1658,7 @@ msgstr ""
1657
1658
#: ports/espressif/common-hal/alarm/coproc/CoprocAlarm.c
1658
1659
#: ports/espressif/common-hal/alarm/touch/TouchAlarm.c
1659
1660
msgid "Only one %q can be set in deep sleep."
1660
- msgstr ""
1661
+ msgstr "Nur ein %q kann im Deep-Sleep gesetzt werden. "
1661
1662
1662
1663
#: ports/espressif/common-hal/i2ctarget/I2CTarget.c
1663
1664
#: ports/raspberrypi/common-hal/i2ctarget/I2CTarget.c
@@ -2224,7 +2225,7 @@ msgstr "mDNS-Abfrage kann nicht gestartet werden"
2224
2225
2225
2226
#: shared-bindings/coproc/CoprocMemory.c
2226
2227
msgid "Unable to write"
2227
- msgstr ""
2228
+ msgstr "Schreiben nicht möglich "
2228
2229
2229
2230
#: shared-bindings/nvm/ByteArray.c
2230
2231
msgid "Unable to write to nvm."
@@ -2717,7 +2718,7 @@ msgstr ""
2717
2718
msgid "can't set 512 block size"
2718
2719
msgstr "Kann Blockgröße von 512 nicht setzen"
2719
2720
2720
- #: py/objnamedtuple.c
2721
+ #: py/objexcept.c py/ objnamedtuple.c
2721
2722
msgid "can't set attribute"
2722
2723
msgstr "kann Attribut nicht setzen"
2723
2724
@@ -2988,6 +2989,8 @@ msgid ""
2988
2989
"esp32_camera.Camera requires reserved PSRAM to be configured. See the "
2989
2990
"documentation for instructions."
2990
2991
msgstr ""
2992
+ "esp32_camera.Camera benötigt reservierten PSRAM um konfiguriert werden zu "
2993
+ "können. Sieh in der Dokumentation für eine Anleitung nach."
2991
2994
2992
2995
#: py/runtime.c
2993
2996
msgid "exceptions must derive from BaseException"
@@ -3940,6 +3943,11 @@ msgstr "Drücken der Boot-Taste beim Start.\n"
3940
3943
msgid "pressing both buttons at start up.\n"
3941
3944
msgstr "Drücken Sie beim Start beide Tasten.\n"
3942
3945
3946
+ #: ports/espressif/boards/m5stack_core_basic/mpconfigboard.h
3947
+ #: ports/espressif/boards/m5stack_core_fire/mpconfigboard.h
3948
+ msgid "pressing button A at start up.\n"
3949
+ msgstr ""
3950
+
3943
3951
#: ports/nrf/boards/aramcon2_badge/mpconfigboard.h
3944
3952
msgid "pressing the left button at start up\n"
3945
3953
msgstr "Drücken der linken Taste beim Einschalten\n"
@@ -4391,7 +4399,7 @@ msgstr "wifi ist nicht aktiviert"
4391
4399
4392
4400
#: ports/raspberrypi/common-hal/wifi/Monitor.c
4393
4401
msgid "wifi.Monitor not available"
4394
- msgstr ""
4402
+ msgstr "wifi.Monitor nicht verfügbar "
4395
4403
4396
4404
#: shared-bindings/_bleio/Adapter.c
4397
4405
msgid "window must be <= interval"
@@ -4510,7 +4518,7 @@ msgstr "zi muss die Form (n_section, 2) haben"
4510
4518
#~ "sample_source buffer must be a bytearray or array of type 'h', 'H', 'b' "
4511
4519
#~ "or 'B'"
4512
4520
#~ msgstr ""
4513
- #~ "sample_source buffer muss ein Bytearray oder ein Array vom Typ 'h', 'H', "
4521
+ #~ "sample_source buffer muss ein Byte-Array oder ein Array vom Typ 'h', 'H', "
4514
4522
#~ "'b' oder 'B' sein"
4515
4523
4516
4524
#~ msgid "Expected an alarm"
0 commit comments