Skip to content

Commit 2c45339

Browse files
authored
Merge pull request micropython#8779 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 00565c2 + 5f71d54 commit 2c45339

File tree

3 files changed

+79
-79
lines changed

3 files changed

+79
-79
lines changed

locale/de_DE.po

+41-41
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ msgstr ""
66
"Project-Id-Version: \n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2023-11-16 15:03+0000\n"
10-
"Last-Translator: Daniel Bravo Darriba <bravodarriba@gmail.com>\n"
9+
"PO-Revision-Date: 2024-01-07 16:06+0000\n"
10+
"Last-Translator: Luc <some_physics@live.com>\n"
1111
"Language: de_DE\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"
1414
"Content-Transfer-Encoding: 8bit\n"
1515
"Plural-Forms: nplurals=2; plural=n != 1;\n"
16-
"X-Generator: Weblate 5.2\n"
16+
"X-Generator: Weblate 5.4-dev\n"
1717

1818
#: main.c
1919
msgid ""
@@ -160,7 +160,7 @@ msgstr "%q länge muss größer oder gleich %d sein"
160160

161161
#: py/objmodule.c py/runtime.c
162162
msgid "%q moved from %q to %q"
163-
msgstr ""
163+
msgstr "%q von %q nach %q versetzt"
164164

165165
#: py/argcheck.c
166166
msgid "%q must be %d"
@@ -185,7 +185,7 @@ msgstr "%q muss <= %d sein"
185185

186186
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
187187
msgid "%q must be <= %u"
188-
msgstr ""
188+
msgstr "%q muss <= %u sein"
189189

190190
#: py/argcheck.c
191191
msgid "%q must be >= %d"
@@ -202,7 +202,7 @@ msgstr ""
202202

203203
#: shared-bindings/warnings/__init__.c
204204
msgid "%q must be a subclass of %q"
205-
msgstr ""
205+
msgstr "%q muss eine Unterklasse von %q sein"
206206

207207
#: ports/espressif/common-hal/analogbufio/BufferedIn.c
208208
msgid "%q must be array of type 'H'"
@@ -214,7 +214,7 @@ msgstr "%q muss ein Array vom Typ 'h' sein"
214214

215215
#: shared-bindings/audiobusio/PDMIn.c
216216
msgid "%q must be multiple of 8."
217-
msgstr ""
217+
msgstr "%q muss ein Vielfaches von 8 sein."
218218

219219
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
220220
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
@@ -224,7 +224,7 @@ msgstr "%q muss von Typ %q oder %q sein, nicht %q"
224224

225225
#: shared-bindings/jpegio/JpegDecoder.c
226226
msgid "%q must be of type %q, %q, or %q, not %q"
227-
msgstr ""
227+
msgstr "%q muss vom Typ %q, %q oder %q sein, und nicht %q"
228228

229229
#: py/argcheck.c shared-module/synthio/__init__.c
230230
msgid "%q must be of type %q, not %q"
@@ -249,15 +249,15 @@ msgstr "%q außerhalb des Bereichs"
249249

250250
#: py/objmodule.c py/runtime.c
251251
msgid "%q renamed %q"
252-
msgstr ""
252+
msgstr "%q umbenannt zu %q"
253253

254254
#: py/objrange.c py/objslice.c shared-bindings/random/__init__.c
255255
msgid "%q step cannot be zero"
256256
msgstr "Schritt %q kann nicht Null sein"
257257

258258
#: shared-module/bitbangio/I2C.c
259259
msgid "%q too long"
260-
msgstr ""
260+
msgstr "%q zu lang"
261261

262262
#: py/bc.c py/objnamedtuple.c
263263
msgid "%q() takes %d positional arguments but %d were given"
@@ -266,7 +266,7 @@ msgstr ""
266266

267267
#: shared-module/jpegio/JpegDecoder.c
268268
msgid "%q() without %q()"
269-
msgstr ""
269+
msgstr "%q() ohne %q()"
270270

271271
#: shared-bindings/usb_hid/Device.c
272272
msgid "%q, %q, and %q must all be the same length"
@@ -278,19 +278,19 @@ msgstr "%q=%q"
278278

279279
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
280280
msgid "%q[%u] shifts in more bits than pin count"
281-
msgstr ""
281+
msgstr "%q[%u] schiebt mehr Bits rein als Pins vorhanden sind"
282282

283283
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
284284
msgid "%q[%u] shifts out more bits than pin count"
285-
msgstr ""
285+
msgstr "%q[%u] schiebt mehr Bits raus als Pins vorhanden sind"
286286

287287
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
288288
msgid "%q[%u] uses extra pin"
289289
msgstr ""
290290

291291
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
292292
msgid "%q[%u] waits on input outside of count"
293-
msgstr ""
293+
msgstr "%q[%u] wartet auf Eingang ausserhalb der Anzahl"
294294

295295
#: ports/espressif/common-hal/espidf/__init__.c
296296
#, c-format
@@ -404,7 +404,7 @@ msgstr "'await' außerhalb einer Funktion"
404404

405405
#: py/compile.c
406406
msgid "'break'/'continue' outside loop"
407-
msgstr ""
407+
msgstr "'break'/'continue' ausserhalb einer Schleife"
408408

409409
#: py/compile.c
410410
msgid "'data' requires at least 2 arguments"
@@ -446,7 +446,7 @@ msgstr ", in %q\n"
446446
#: shared-bindings/epaperdisplay/EPaperDisplay.c
447447
#: shared-bindings/framebufferio/FramebufferDisplay.c
448448
msgid ".show(x) removed. Use .root_group = x"
449-
msgstr ""
449+
msgstr ".show(x) wurde entfernt. Benutze .root_group = x"
450450

451451
#: py/objcomplex.c
452452
msgid "0.0 to a complex power"
@@ -458,7 +458,7 @@ msgstr "3-arg pow() wird nicht unterstützt"
458458

459459
#: ports/raspberrypi/common-hal/wifi/Radio.c
460460
msgid "AP could not be started"
461-
msgstr ""
461+
msgstr "Access Point konnte nicht gestartet werden"
462462

463463
#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
464464
#, c-format
@@ -692,7 +692,7 @@ msgstr "Puffer um %d Bytes zu kurz"
692692
#: shared-bindings/framebufferio/FramebufferDisplay.c
693693
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
694694
msgid "Buffer too small"
695-
msgstr ""
695+
msgstr "Puffer ist zu klein"
696696

697697
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
698698
msgid "Buffers must be same size"
@@ -1383,39 +1383,39 @@ msgstr "Nicht übereinstimmendes Swap-Flag"
13831383

13841384
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13851385
msgid "Missing first_in_pin. %q[%u] reads pin(s)"
1386-
msgstr ""
1386+
msgstr "first_in_pin fehlt. %q[%u] liest Pin(s)"
13871387

13881388
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13891389
msgid "Missing first_in_pin. %q[%u] shifts in from pin(s)"
1390-
msgstr ""
1390+
msgstr "first_in_pin fehlt. %q[%u] schiebt Daten über Pin(s) rein"
13911391

13921392
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13931393
msgid "Missing first_in_pin. %q[%u] waits based on pin"
1394-
msgstr ""
1394+
msgstr "first_in_pin fehlt. %q[%u] wartet basierend auf Pin"
13951395

13961396
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13971397
msgid "Missing first_out_pin. %q[%u] shifts out to pin(s)"
1398-
msgstr ""
1398+
msgstr "first_out_pin fehlt. %q[%u] schiebt über Pin(s) raus"
13991399

14001400
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
14011401
msgid "Missing first_out_pin. %q[%u] writes pin(s)"
1402-
msgstr ""
1402+
msgstr "first_out_pin fehlt. %q[%u] schreibt Pin(s)"
14031403

14041404
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
14051405
msgid "Missing first_set_pin. %q[%u] sets pin(s)"
1406-
msgstr ""
1406+
msgstr "first_set_pin fehlt. %q[%u] setzt Pin(s)"
14071407

14081408
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
14091409
msgid "Missing jmp_pin. %q[%u] jumps on pin"
1410-
msgstr ""
1410+
msgstr "jmp_pin fehlt. %q[%u] springt basierend auf dem Pin"
14111411

14121412
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
14131413
msgid "Must be a %q subclass."
14141414
msgstr "Muss eine %q Unterklasse sein."
14151415

14161416
#: ports/espressif/common-hal/dotclockframebuffer/DotClockFramebuffer.c
14171417
msgid "Must provide 5/6/5 RGB pins"
1418-
msgstr ""
1418+
msgstr "Es müssen 5/6/5 RGB Pins zur Verfügung gestellt werden"
14191419

14201420
#: ports/mimxrt10xx/common-hal/busio/SPI.c shared-bindings/busio/SPI.c
14211421
msgid "Must provide MISO or MOSI pin"
@@ -1628,7 +1628,7 @@ msgstr "Ok"
16281628
#: ports/raspberrypi/common-hal/audiobusio/PDMIn.c
16291629
#, c-format
16301630
msgid "Only 8 or 16 bit mono with %dx oversampling supported."
1631-
msgstr ""
1631+
msgstr "Es wird nur 8 oder 16 bit mono mit %dx Oversampling unterstützt."
16321632

16331633
#: ports/espressif/common-hal/wifi/__init__.c
16341634
#: ports/raspberrypi/common-hal/wifi/__init__.c
@@ -1930,7 +1930,7 @@ msgstr "Rechter Kanal wird nicht unterstützt"
19301930

19311931
#: shared-module/jpegio/JpegDecoder.c
19321932
msgid "Right format but not supported"
1933-
msgstr ""
1933+
msgstr "Korrektes Format, wird aber nicht unterstützt"
19341934

19351935
#: main.c
19361936
msgid "Running in safe mode! Not running saved code.\n"
@@ -2239,7 +2239,7 @@ msgstr "Schreiben in nvm nicht möglich."
22392239

22402240
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
22412241
msgid "Unable to write to read-only memory"
2242-
msgstr ""
2242+
msgstr "schreibgeschützter Speicher kann nicht beschrieben werden"
22432243

22442244
#: shared-bindings/alarm/SleepMemory.c
22452245
msgid "Unable to write to sleep_memory."
@@ -2421,7 +2421,7 @@ msgstr "Knopf A wurde beim Starten gedrückt."
24212421

24222422
#: ports/espressif/boards/m5stack_m5paper/mpconfigboard.h
24232423
msgid "You pressed button DOWN at start up."
2424-
msgstr ""
2424+
msgstr "Der DOWN-Knopf wurde beim Starten gedrückt."
24252425

24262426
#: supervisor/shared/safe_mode.c
24272427
msgid "You pressed the BOOT button at start up"
@@ -2551,7 +2551,7 @@ msgstr ""
25512551

25522552
#: py/compile.c
25532553
msgid "async for/with outside async function"
2554-
msgstr ""
2554+
msgstr "asynchrones for/with ausserhalb einer asynchronen Funktion"
25552555

25562556
#: extmod/ulab/code/numpy/numerical.c
25572557
msgid "attempt to get (arg)min/(arg)max of empty sequence"
@@ -2563,7 +2563,7 @@ msgstr "Versuch, argmin/argmax einer leeren Sequenz zu ermitteln"
25632563

25642564
#: py/objstr.c
25652565
msgid "attributes not supported"
2566-
msgstr ""
2566+
msgstr "Attribute werden nicht unterstützt"
25672567

25682568
#: extmod/ulab/code/ulab_tools.c
25692569
msgid "axis is out of bounds"
@@ -2761,7 +2761,7 @@ msgstr "Kann '%q' nicht implizit nach 'bool' konvertieren"
27612761

27622762
#: py/runtime.c
27632763
msgid "can't import name %q"
2764-
msgstr ""
2764+
msgstr "Name %q kann nicht importiert werden"
27652765

27662766
#: py/emitnative.c
27672767
msgid "can't load from '%q'"
@@ -2829,7 +2829,7 @@ msgstr ""
28292829

28302830
#: extmod/modasyncio.c
28312831
msgid "can't wait"
2832-
msgstr ""
2832+
msgstr "kann nicht warten"
28332833

28342834
#: extmod/ulab/code/ndarray.c
28352835
msgid "cannot assign new shape"
@@ -3031,7 +3031,7 @@ msgstr "dtype muss Float oder komplex sein"
30313031

30323032
#: extmod/ulab/code/ndarray_operators.c
30333033
msgid "dtype of int32 is not supported"
3034-
msgstr ""
3034+
msgstr "int32 dtype wird nicht unterstützt"
30353035

30363036
#: py/objdeque.c
30373037
msgid "empty"
@@ -3166,7 +3166,7 @@ msgstr "Die Schriftart (font) muss 2048 Byte lang sein"
31663166

31673167
#: extmod/moddeflate.c
31683168
msgid "format"
3169-
msgstr ""
3169+
msgstr "Format"
31703170

31713171
#: py/objstr.c
31723172
msgid "format requires a dict"
@@ -3272,7 +3272,7 @@ msgstr ""
32723272

32733273
#: py/persistentcode.c
32743274
msgid "incompatible .mpy file"
3275-
msgstr ""
3275+
msgstr "inkompatible .mpy Datei"
32763276

32773277
#: py/objstr.c
32783278
msgid "incomplete format"
@@ -3654,7 +3654,7 @@ msgstr "Dieser Name ist nirgends definiert worden (Schreibweise kontrollieren)"
36543654

36553655
#: py/persistentcode.c
36563656
msgid "native code in .mpy unsupported"
3657-
msgstr ""
3657+
msgstr "Nativer Code in .mpy wird nicht unterstützt"
36583658

36593659
#: py/asmthumb.c
36603660
msgid "native method too big"
@@ -3748,7 +3748,7 @@ msgstr "keine 128-bit UUID"
37483748

37493749
#: py/parse.c
37503750
msgid "not a constant"
3751-
msgstr ""
3751+
msgstr "keine Konstante"
37523752

37533753
#: py/objstr.c
37543754
msgid "not all arguments converted during string formatting"
@@ -3903,7 +3903,7 @@ msgstr "Die Operation wird für den angegebenen Typ nicht unterstützt"
39033903

39043904
#: extmod/ulab/code/ndarray_operators.c
39053905
msgid "operation not supported for the input types"
3906-
msgstr ""
3906+
msgstr "Operation wird für die Eingabetypen nicht unterstützt"
39073907

39083908
#: py/modbuiltins.c
39093909
msgid "ord expects a character"
@@ -4233,7 +4233,7 @@ msgstr "tobytes kann nur für dichte Arrays aufgerufen werden"
42334233

42344234
#: py/compile.c
42354235
msgid "too many args"
4236-
msgstr ""
4236+
msgstr "zu viele Argumente"
42374237

42384238
#: extmod/ulab/code/ndarray.c extmod/ulab/code/numpy/create.c
42394239
msgid "too many dimensions"

0 commit comments

Comments
 (0)