@@ -149,7 +149,7 @@ msgstr ""
149
149
150
150
#: py/obj.c
151
151
msgid "'%q' object is not subscriptable"
152
- msgstr ""
152
+ msgstr "'%q' Objekt hat keine '__getitem__'-Methode (not subscriptable) "
153
153
154
154
#: py/emitinlinethumb.c py/emitinlinextensa.c
155
155
#, c-format
@@ -1986,14 +1986,16 @@ msgstr "WatchDogTimer läuft aktuell nicht"
1986
1986
#: shared-bindings/watchdog/WatchDogTimer.c
1987
1987
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
1988
1988
msgstr ""
1989
+ "WatchDogTimer.mode kann nicht geändert werden, nachdem "
1990
+ "er auf WatchDogMode.RESET gesetzt wurde"
1989
1991
1990
1992
#: shared-bindings/watchdog/WatchDogTimer.c
1991
1993
msgid "WatchDogTimer.timeout must be greater than 0"
1992
- msgstr ""
1994
+ msgstr "WatchDogTimer.timeout muss größer als 0 sein "
1993
1995
1994
1996
#: supervisor/shared/safe_mode.c
1995
1997
msgid "Watchdog timer expired."
1996
- msgstr ""
1998
+ msgstr "Watchdog timer abgelaufen "
1997
1999
1998
2000
#: py/builtinhelp.c
1999
2001
#, c-format
@@ -2013,11 +2015,11 @@ msgstr ""
2013
2015
2014
2016
#: shared-bindings/wifi/Radio.c
2015
2017
msgid "WiFi password must be between 8 and 63 characters"
2016
- msgstr ""
2018
+ msgstr "WiFi Passwort muss zwischen 8 und 63 Zeichen lang sein "
2017
2019
2018
2020
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
2019
2021
msgid "Writes not supported on Characteristic"
2020
- msgstr "Schreiben nicht unterstüzt für die Characteristic "
2022
+ msgstr "Schreiben nicht unterstüzt für diese Charakteristik "
2021
2023
2022
2024
#: supervisor/shared/safe_mode.c
2023
2025
msgid "You are in safe mode: something unanticipated happened.\n"
@@ -2035,7 +2037,7 @@ msgstr "__init__() sollte None zurückgeben"
2035
2037
2036
2038
#: py/objtype.c
2037
2039
msgid "__init__() should return None, not '%q'"
2038
- msgstr ""
2040
+ msgstr "__init__() sollte None zurückgeben, nicht '%q' "
2039
2041
2040
2042
#: py/objobject.c
2041
2043
msgid "__new__ arg must be a user-type"
@@ -2080,12 +2082,12 @@ msgstr "Argument hat falschen Typ"
2080
2082
2081
2083
#: extmod/ulab/code/linalg/linalg.c
2082
2084
msgid "argument must be ndarray"
2083
- msgstr ""
2085
+ msgstr "Argument muss ein ndarray sein "
2084
2086
2085
2087
#: py/argcheck.c shared-bindings/_stage/__init__.c
2086
2088
#: shared-bindings/digitalio/DigitalInOut.c shared-bindings/gamepad/GamePad.c
2087
2089
msgid "argument num/types mismatch"
2088
- msgstr "Anzahl/Type der Argumente passen nicht"
2090
+ msgstr "Anzahl/Typen der Argumente passen nicht"
2089
2091
2090
2092
#: py/runtime.c
2091
2093
msgid "argument should be a '%q' not a '%q'"
@@ -2187,7 +2189,7 @@ msgstr "bytes mit mehr als 8 bits werden nicht unterstützt"
2187
2189
2188
2190
#: py/objarray.c
2189
2191
msgid "bytes length not a multiple of item size"
2190
- msgstr ""
2192
+ msgstr "Byte-Länge ist kein vielfaches der Item-Größe "
2191
2193
2192
2194
#: py/objstr.c
2193
2195
msgid "bytes value out of range"
@@ -2230,15 +2232,15 @@ msgstr "kann keinem Ausdruck zuweisen"
2230
2232
#: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
2231
2233
#: shared-module/_pixelbuf/PixelBuf.c
2232
2234
msgid "can't convert %q to %q"
2233
- msgstr ""
2235
+ msgstr "kann %q nicht zu %q konvertieren "
2234
2236
2235
2237
#: py/objstr.c
2236
2238
msgid "can't convert '%q' object to %q implicitly"
2237
2239
msgstr "Kann '%q' Objekt nicht implizit nach %q konvertieren"
2238
2240
2239
2241
#: py/obj.c
2240
2242
msgid "can't convert to %q"
2241
- msgstr ""
2243
+ msgstr "kann nicht zu %q konvertieren "
2242
2244
2243
2245
#: py/objstr.c
2244
2246
msgid "can't convert to str implicitly"
@@ -2292,7 +2294,7 @@ msgstr ""
2292
2294
2293
2295
#: shared-module/sdcardio/SDCard.c
2294
2296
msgid "can't set 512 block size"
2295
- msgstr ""
2297
+ msgstr "Kann Blockgröße von 512 nicht setzen "
2296
2298
2297
2299
#: py/objnamedtuple.c
2298
2300
msgid "can't set attribute"
@@ -2728,11 +2730,11 @@ msgstr "Indizes müssen Integer, Slices oder Boolesche Listen sein"
2728
2730
2729
2731
#: extmod/ulab/code/approx/approx.c
2730
2732
msgid "initial values must be iterable"
2731
- msgstr ""
2733
+ msgstr "Ausgangswerte müssen iterierbar sein "
2732
2734
2733
2735
#: shared-bindings/_bleio/Characteristic.c shared-bindings/_bleio/Descriptor.c
2734
2736
msgid "initial_value length is wrong"
2735
- msgstr ""
2737
+ msgstr "Länge von initial_value ist falsch "
2736
2738
2737
2739
#: py/compile.c
2738
2740
msgid "inline assembler must be a function"
@@ -3126,7 +3128,7 @@ msgstr "Objekt nicht iterierbar"
3126
3128
3127
3129
#: py/obj.c
3128
3130
msgid "object of type '%q' has no len()"
3129
- msgstr ""
3131
+ msgstr "Object vom Typ '%q' hat kein len() "
3130
3132
3131
3133
#: py/obj.c
3132
3134
msgid "object with buffer protocol required"
@@ -3180,11 +3182,11 @@ msgstr ""
3180
3182
3181
3183
#: shared-bindings/displayio/Bitmap.c
3182
3184
msgid "out of range of source"
3183
- msgstr ""
3185
+ msgstr "Außerhalb des Bereichs der Quelle "
3184
3186
3185
3187
#: shared-bindings/displayio/Bitmap.c
3186
3188
msgid "out of range of target"
3187
- msgstr ""
3189
+ msgstr "Außerhalb des Bereichs des Ziels "
3188
3190
3189
3191
#: py/objint_mpz.c
3190
3192
msgid "overflow converting long int to machine word"
@@ -3396,7 +3398,7 @@ msgstr ""
3396
3398
3397
3399
#: shared-bindings/displayio/Bitmap.c
3398
3400
msgid "source palette too large"
3399
- msgstr ""
3401
+ msgstr "Quell-Palette zu groß "
3400
3402
3401
3403
#: py/objstr.c
3402
3404
msgid "start/end indices"
@@ -3424,7 +3426,7 @@ msgstr "stream operation ist nicht unterstützt"
3424
3426
3425
3427
#: py/objstrunicode.c
3426
3428
msgid "string indices must be integers, not %q"
3427
- msgstr ""
3429
+ msgstr "String Indizes müssen Integer sein, nicht %q "
3428
3430
3429
3431
#: py/stream.c
3430
3432
msgid "string not supported; use bytes or bytearray"
@@ -3465,7 +3467,7 @@ msgstr "time.struct_time() nimmt eine 9-Sequenz an"
3465
3467
3466
3468
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
3467
3469
msgid "timeout duration exceeded the maximum supported value"
3468
- msgstr ""
3470
+ msgstr "Das Zeitlimit hat den maximal zulässigen Wert überschritten "
3469
3471
3470
3472
#: shared-bindings/busio/UART.c
3471
3473
msgid "timeout must be 0.0-100.0 seconds"
@@ -3477,11 +3479,11 @@ msgstr "timeout muss >= 0.0 sein"
3477
3479
3478
3480
#: shared-module/sdcardio/SDCard.c
3479
3481
msgid "timeout waiting for v1 card"
3480
- msgstr ""
3482
+ msgstr "Zeitlimit beim warten auf v1 Karte "
3481
3483
3482
3484
#: shared-module/sdcardio/SDCard.c
3483
3485
msgid "timeout waiting for v2 card"
3484
- msgstr ""
3486
+ msgstr "Zeitlimit beim warten auf v2 Karte "
3485
3487
3486
3488
#: shared-bindings/time/__init__.c
3487
3489
msgid "timestamp out of range for platform time_t"
@@ -3532,7 +3534,7 @@ msgstr "Typ vom Objekt '%q' hat kein Attribut '%q'"
3532
3534
3533
3535
#: py/objgenerator.c
3534
3536
msgid "type object 'generator' has no attribute '__await__'"
3535
- msgstr ""
3537
+ msgstr "Das Typ-Objekt 'generator' hat kein Attribut '__await__' "
3536
3538
3537
3539
#: py/objtype.c
3538
3540
msgid "type takes 1 or 3 arguments"
@@ -3577,7 +3579,7 @@ msgstr "unbekannter Konvertierungs specifier %c"
3577
3579
3578
3580
#: py/objstr.c
3579
3581
msgid "unknown format code '%c' for object of type '%q'"
3580
- msgstr ""
3582
+ msgstr "Unbekannter Formatcode '%c' für Objekt vom Typ '%q' "
3581
3583
3582
3584
#: py/compile.c
3583
3585
msgid "unknown type"
@@ -3638,7 +3640,7 @@ msgstr "value_count muss größer als 0 sein"
3638
3640
3639
3641
#: extmod/ulab/code/linalg/linalg.c
3640
3642
msgid "vectors must have same lengths"
3641
- msgstr ""
3643
+ msgstr "Vektoren müssen die selbe Länge haben "
3642
3644
3643
3645
#: shared-bindings/watchdog/WatchDogTimer.c
3644
3646
msgid "watchdog timeout must be greater than 0"
0 commit comments