Content-Length: 531774 | pFad | http://github.com/adafruit/circuitpython/commit/c75640eb0b7b18e0265fd637f20d51137f4d9172

60 Merge pull request #8277 from weblate/weblate-circuitpython-main · adafruit/circuitpython@c75640e · GitHub
Skip to content

Commit c75640e

Browse files
authored
Merge pull request #8277 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents c5a0525 + c0f3907 commit c75640e

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

locale/de_DE.po

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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-07-19 21:06+0000\n"
9+
"PO-Revision-Date: 2023-08-12 10:50+0000\n"
1010
"Last-Translator: Luc <some_physics@live.com>\n"
1111
"Language: de_DE\n"
1212
"MIME-Version: 1.0\n"
@@ -1501,7 +1501,7 @@ msgstr "Kein laufende Aufzeichnung"
15011501

15021502
#: shared-module/usb/core/Device.c
15031503
msgid "No configuration set"
1504-
msgstr ""
1504+
msgstr "Keine Konfiguration vorhanden"
15051505

15061506
#: shared-bindings/_bleio/PacketBuffer.c
15071507
msgid "No connection: length cannot be determined"
@@ -2112,7 +2112,7 @@ msgstr "Zu viele Kanäle im sample."
21122112

21132113
#: shared-module/displayio/__init__.c
21142114
msgid "Too many display busses; forgot displayio.release_displays() ?"
2115-
msgstr ""
2115+
msgstr "Zu viele Display-Busse, displayio.release_displays() vergessen?"
21162116

21172117
#: shared-module/displayio/__init__.c
21182118
msgid "Too many displays"
@@ -2849,7 +2849,7 @@ msgstr "Kann Instanz nicht erstellen"
28492849

28502850
#: extmod/ulab/code/ndarray.c
28512851
msgid "cannot delete array elements"
2852-
msgstr ""
2852+
msgstr "Array-Elemente können nicht gelöscht werden"
28532853

28542854
#: py/runtime.c
28552855
msgid "cannot import name %q"
@@ -3318,7 +3318,7 @@ msgstr "inline assembler muss eine function sein"
33183318

33193319
#: extmod/ulab/code/numpy/vector.c
33203320
msgid "input and output dimensions differ"
3321-
msgstr ""
3321+
msgstr "Eingabe- und Ausgabedimensionen unterscheiden sich"
33223322

33233323
#: extmod/ulab/code/numpy/vector.c
33243324
msgid "input and output shapes differ"
@@ -3764,7 +3764,7 @@ msgstr "nicht implementiert für komplexe dtype"
37643764

37653765
#: extmod/ulab/code/numpy/bitwise.c
37663766
msgid "not supported for input types"
3767-
msgstr ""
3767+
msgstr "nicht unterstützt für Eingabetypen"
37683768

37693769
#: extmod/ulab/code/numpy/create.c
37703770
msgid "number of points must be at least 2"
@@ -3924,19 +3924,19 @@ msgstr ""
39243924

39253925
#: extmod/ulab/code/numpy/vector.c
39263926
msgid "out keyword is not supported for function"
3927-
msgstr ""
3927+
msgstr "out-Schlüsselwort wird nicht unterstützt für Funktion"
39283928

39293929
#: extmod/ulab/code/utils/utils.c
39303930
msgid "out must be a float dense array"
39313931
msgstr "Ausgabe muss ein floatdichtes Array sein"
39323932

39333933
#: extmod/ulab/code/numpy/vector.c
39343934
msgid "out must be an ndarray"
3935-
msgstr ""
3935+
msgstr "out muss ein ndarray sein"
39363936

39373937
#: extmod/ulab/code/numpy/vector.c
39383938
msgid "out must be of float dtype"
3939-
msgstr ""
3939+
msgstr "out muss vom Typ dtype sein"
39403940

39413941
#: shared-bindings/bitmaptools/__init__.c
39423942
msgid "out of range of target"

locale/en_GB.po

+12-12
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"PO-Revision-Date: 2023-08-06 17:45+0000\n"
10+
"PO-Revision-Date: 2023-08-14 01:48+0000\n"
1111
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
1212
"Language-Team: none\n"
1313
"Language: en_GB\n"
@@ -266,19 +266,19 @@ msgstr "%q=%q"
266266

267267
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
268268
msgid "%q[%u] shifts in more bits than pin count"
269-
msgstr ""
269+
msgstr "%q[%u] shifts in more bits than pin count"
270270

271271
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
272272
msgid "%q[%u] shifts out more bits than pin count"
273-
msgstr ""
273+
msgstr "%q[%u] shifts out more bits than pin count"
274274

275275
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
276276
msgid "%q[%u] uses extra pin"
277-
msgstr ""
277+
msgstr "%q[%u] uses extra pin"
278278

279279
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
280280
msgid "%q[%u] waits on input outside of count"
281-
msgstr ""
281+
msgstr "%q[%u] waits on input outside of count"
282282

283283
#: ports/espressif/common-hal/espidf/__init__.c
284284
#, c-format
@@ -1370,31 +1370,31 @@ msgstr "Mismatched swap flag"
13701370

13711371
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13721372
msgid "Missing first_in_pin. %q[%u] reads pin(s)"
1373-
msgstr ""
1373+
msgstr "Missing first_in_pin. %q[%u] reads pin(s)"
13741374

13751375
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13761376
msgid "Missing first_in_pin. %q[%u] shifts in from pin(s)"
1377-
msgstr ""
1377+
msgstr "Missing first_in_pin. %q[%u] shifts in from pin(s)"
13781378

13791379
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13801380
msgid "Missing first_in_pin. %q[%u] waits based on pin"
1381-
msgstr ""
1381+
msgstr "Missing first_in_pin. %q[%u] waits based on pin"
13821382

13831383
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13841384
msgid "Missing first_out_pin. %q[%u] shifts out to pin(s)"
1385-
msgstr ""
1385+
msgstr "Missing first_out_pin. %q[%u] shifts out to pin(s)"
13861386

13871387
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13881388
msgid "Missing first_out_pin. %q[%u] writes pin(s)"
1389-
msgstr ""
1389+
msgstr "Missing first_out_pin. %q[%u] writes pin(s)"
13901390

13911391
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13921392
msgid "Missing first_set_pin. %q[%u] sets pin(s)"
1393-
msgstr ""
1393+
msgstr "Missing first_set_pin. %q[%u] sets pin(s)"
13941394

13951395
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13961396
msgid "Missing jmp_pin. %q[%u] jumps on pin"
1397-
msgstr ""
1397+
msgstr "Missing jmp_pin. %q[%u] jumps on pin"
13981398

13991399
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
14001400
msgid "Must be a %q subclass."

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/adafruit/circuitpython/commit/c75640eb0b7b18e0265fd637f20d51137f4d9172

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy