Skip to content

Commit 6cbbebb

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
1 parent 472e6bc commit 6cbbebb

File tree

19 files changed

+875
-710
lines changed

19 files changed

+875
-710
lines changed

locale/ID.po

Lines changed: 23 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,22 @@ msgstr "%q, %q, dan %q semuanya harus memiliki panjang yang sama"
254254
msgid "%q=%q"
255255
msgstr ""
256256

257+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
258+
msgid "%q[%u] shifts in more bits than pin count"
259+
msgstr ""
260+
261+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
262+
msgid "%q[%u] shifts out more bits than pin count"
263+
msgstr ""
264+
265+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
266+
msgid "%q[%u] uses extra pin"
267+
msgstr ""
268+
269+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
270+
msgid "%q[%u] waits on input outside of count"
271+
msgstr ""
272+
257273
#: ports/espressif/common-hal/espidf/__init__.c
258274
#, c-format
259275
msgid "%s error 0x%x"
@@ -1173,26 +1189,6 @@ msgstr ""
11731189
msgid "Input/output error"
11741190
msgstr "Kesalahan input/output"
11751191

1176-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1177-
#, c-format
1178-
msgid "Instruction %d shifts in more bits than pin count"
1179-
msgstr ""
1180-
1181-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1182-
#, c-format
1183-
msgid "Instruction %d shifts out more bits than pin count"
1184-
msgstr ""
1185-
1186-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1187-
#, c-format
1188-
msgid "Instruction %d uses extra pin"
1189-
msgstr ""
1190-
1191-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1192-
#, c-format
1193-
msgid "Instruction %d waits on input outside of count"
1194-
msgstr ""
1195-
11961192
#: ports/nrf/common-hal/_bleio/__init__.c
11971193
msgid "Insufficient authentication"
11981194
msgstr "Otentikasi tidak cukup"
@@ -1364,38 +1360,31 @@ msgid "Mismatched swap flag"
13641360
msgstr ""
13651361

13661362
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1367-
#, c-format
1368-
msgid "Missing first_in_pin. Instruction %d reads pin(s)"
1363+
msgid "Missing first_in_pin. %q[%u] reads pin(s)"
13691364
msgstr ""
13701365

13711366
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1372-
#, c-format
1373-
msgid "Missing first_in_pin. Instruction %d shifts in from pin(s)"
1367+
msgid "Missing first_in_pin. %q[%u] shifts in from pin(s)"
13741368
msgstr ""
13751369

13761370
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1377-
#, c-format
1378-
msgid "Missing first_in_pin. Instruction %d waits based on pin"
1371+
msgid "Missing first_in_pin. %q[%u] waits based on pin"
13791372
msgstr ""
13801373

13811374
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1382-
#, c-format
1383-
msgid "Missing first_out_pin. Instruction %d shifts out to pin(s)"
1375+
msgid "Missing first_out_pin. %q[%u] shifts out to pin(s)"
13841376
msgstr ""
13851377

13861378
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1387-
#, c-format
1388-
msgid "Missing first_out_pin. Instruction %d writes pin(s)"
1379+
msgid "Missing first_out_pin. %q[%u] writes pin(s)"
13891380
msgstr ""
13901381

13911382
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1392-
#, c-format
1393-
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
1383+
msgid "Missing first_set_pin. %q[%u] sets pin(s)"
13941384
msgstr ""
13951385

13961386
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1397-
#, c-format
1398-
msgid "Missing jmp_pin. Instruction %d jumps on pin"
1387+
msgid "Missing jmp_pin. %q[%u] jumps on pin"
13991388
msgstr ""
14001389

14011390
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c

locale/cs.po

Lines changed: 23 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,22 @@ msgstr "%q, %q, a %q musí mít všechny shodnou délku"
255255
msgid "%q=%q"
256256
msgstr ""
257257

258+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
259+
msgid "%q[%u] shifts in more bits than pin count"
260+
msgstr ""
261+
262+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
263+
msgid "%q[%u] shifts out more bits than pin count"
264+
msgstr ""
265+
266+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
267+
msgid "%q[%u] uses extra pin"
268+
msgstr ""
269+
270+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
271+
msgid "%q[%u] waits on input outside of count"
272+
msgstr ""
273+
258274
#: ports/espressif/common-hal/espidf/__init__.c
259275
#, c-format
260276
msgid "%s error 0x%x"
@@ -1173,26 +1189,6 @@ msgstr "Vstup trval příliš dlouho"
11731189
msgid "Input/output error"
11741190
msgstr "Vstupně/výstupní chyba"
11751191

1176-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1177-
#, c-format
1178-
msgid "Instruction %d shifts in more bits than pin count"
1179-
msgstr ""
1180-
1181-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1182-
#, c-format
1183-
msgid "Instruction %d shifts out more bits than pin count"
1184-
msgstr ""
1185-
1186-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1187-
#, c-format
1188-
msgid "Instruction %d uses extra pin"
1189-
msgstr ""
1190-
1191-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1192-
#, c-format
1193-
msgid "Instruction %d waits on input outside of count"
1194-
msgstr ""
1195-
11961192
#: ports/nrf/common-hal/_bleio/__init__.c
11971193
msgid "Insufficient authentication"
11981194
msgstr "Nedostatečná autentizace"
@@ -1364,38 +1360,31 @@ msgid "Mismatched swap flag"
13641360
msgstr ""
13651361

13661362
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1367-
#, c-format
1368-
msgid "Missing first_in_pin. Instruction %d reads pin(s)"
1363+
msgid "Missing first_in_pin. %q[%u] reads pin(s)"
13691364
msgstr ""
13701365

13711366
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1372-
#, c-format
1373-
msgid "Missing first_in_pin. Instruction %d shifts in from pin(s)"
1367+
msgid "Missing first_in_pin. %q[%u] shifts in from pin(s)"
13741368
msgstr ""
13751369

13761370
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1377-
#, c-format
1378-
msgid "Missing first_in_pin. Instruction %d waits based on pin"
1371+
msgid "Missing first_in_pin. %q[%u] waits based on pin"
13791372
msgstr ""
13801373

13811374
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1382-
#, c-format
1383-
msgid "Missing first_out_pin. Instruction %d shifts out to pin(s)"
1375+
msgid "Missing first_out_pin. %q[%u] shifts out to pin(s)"
13841376
msgstr ""
13851377

13861378
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1387-
#, c-format
1388-
msgid "Missing first_out_pin. Instruction %d writes pin(s)"
1379+
msgid "Missing first_out_pin. %q[%u] writes pin(s)"
13891380
msgstr ""
13901381

13911382
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1392-
#, c-format
1393-
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
1383+
msgid "Missing first_set_pin. %q[%u] sets pin(s)"
13941384
msgstr ""
13951385

13961386
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1397-
#, c-format
1398-
msgid "Missing jmp_pin. Instruction %d jumps on pin"
1387+
msgid "Missing jmp_pin. %q[%u] jumps on pin"
13991388
msgstr ""
14001389

14011390
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c

locale/de_DE.po

Lines changed: 74 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,22 @@ msgstr "%q, %q und %q müssen alle die gleiche Länge haben"
265265
msgid "%q=%q"
266266
msgstr "%q=%q"
267267

268+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
269+
msgid "%q[%u] shifts in more bits than pin count"
270+
msgstr ""
271+
272+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
273+
msgid "%q[%u] shifts out more bits than pin count"
274+
msgstr ""
275+
276+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
277+
msgid "%q[%u] uses extra pin"
278+
msgstr ""
279+
280+
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
281+
msgid "%q[%u] waits on input outside of count"
282+
msgstr ""
283+
268284
#: ports/espressif/common-hal/espidf/__init__.c
269285
#, c-format
270286
msgid "%s error 0x%x"
@@ -1197,26 +1213,6 @@ msgstr "Input benötigt zu lange"
11971213
msgid "Input/output error"
11981214
msgstr "Eingabe-/Ausgabefehler"
11991215

1200-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1201-
#, c-format
1202-
msgid "Instruction %d shifts in more bits than pin count"
1203-
msgstr "Anweisung %d verschiebt mehr Bits als die Anzahl der Pins"
1204-
1205-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1206-
#, c-format
1207-
msgid "Instruction %d shifts out more bits than pin count"
1208-
msgstr "Der Befehl %d verschiebt mehr Bits als die Anzahl der Pins"
1209-
1210-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1211-
#, c-format
1212-
msgid "Instruction %d uses extra pin"
1213-
msgstr "Instruktion %d benötigt extra Pin"
1214-
1215-
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1216-
#, c-format
1217-
msgid "Instruction %d waits on input outside of count"
1218-
msgstr "Anweisung %d wartet auf Eingaben außerhalb der vorhandenen Anzahl"
1219-
12201216
#: ports/nrf/common-hal/_bleio/__init__.c
12211217
msgid "Insufficient authentication"
12221218
msgstr "Unzureichende Authentifizierung"
@@ -1389,39 +1385,32 @@ msgid "Mismatched swap flag"
13891385
msgstr "Nicht übereinstimmendes Swap-Flag"
13901386

13911387
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1392-
#, c-format
1393-
msgid "Missing first_in_pin. Instruction %d reads pin(s)"
1394-
msgstr "Fehlender first_in_pin. Instruktion %d liest Pin(s)"
1388+
msgid "Missing first_in_pin. %q[%u] reads pin(s)"
1389+
msgstr ""
13951390

13961391
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1397-
#, c-format
1398-
msgid "Missing first_in_pin. Instruction %d shifts in from pin(s)"
1399-
msgstr "Fehlende first_in_pin. Anweisung %d verschiebt sich um Pin(s)"
1392+
msgid "Missing first_in_pin. %q[%u] shifts in from pin(s)"
1393+
msgstr ""
14001394

14011395
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1402-
#, c-format
1403-
msgid "Missing first_in_pin. Instruction %d waits based on pin"
1404-
msgstr "Fehlende first_in_pin. Anweisung %d wartet basierend auf Pin"
1396+
msgid "Missing first_in_pin. %q[%u] waits based on pin"
1397+
msgstr ""
14051398

14061399
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1407-
#, c-format
1408-
msgid "Missing first_out_pin. Instruction %d shifts out to pin(s)"
1409-
msgstr "First_out_pin fehlt. Befehl %d verschiebt sich zu Pin(s)"
1400+
msgid "Missing first_out_pin. %q[%u] shifts out to pin(s)"
1401+
msgstr ""
14101402

14111403
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1412-
#, c-format
1413-
msgid "Missing first_out_pin. Instruction %d writes pin(s)"
1414-
msgstr "Fehlender first_out_pin. Instruktion %d schreibt Pin(s)"
1404+
msgid "Missing first_out_pin. %q[%u] writes pin(s)"
1405+
msgstr ""
14151406

14161407
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1417-
#, c-format
1418-
msgid "Missing first_set_pin. Instruction %d sets pin(s)"
1419-
msgstr "Fehlender first_set_pin. Instruktion %d setzt Pin(s)"
1408+
msgid "Missing first_set_pin. %q[%u] sets pin(s)"
1409+
msgstr ""
14201410

14211411
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
1422-
#, c-format
1423-
msgid "Missing jmp_pin. Instruction %d jumps on pin"
1424-
msgstr "jmp_pin fehlt. Befehl %d springt auf Pin"
1412+
msgid "Missing jmp_pin. %q[%u] jumps on pin"
1413+
msgstr ""
14251414

14261415
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
14271416
msgid "Must be a %q subclass."
@@ -4471,6 +4460,50 @@ msgstr "zi muss eine Gleitkommazahl sein"
44714460
msgid "zi must be of shape (n_section, 2)"
44724461
msgstr "zi muss die Form (n_section, 2) haben"
44734462

4463+
#, c-format
4464+
#~ msgid "Instruction %d shifts in more bits than pin count"
4465+
#~ msgstr "Anweisung %d verschiebt mehr Bits als die Anzahl der Pins"
4466+
4467+
#, c-format
4468+
#~ msgid "Instruction %d shifts out more bits than pin count"
4469+
#~ msgstr "Der Befehl %d verschiebt mehr Bits als die Anzahl der Pins"
4470+
4471+
#, c-format
4472+
#~ msgid "Instruction %d uses extra pin"
4473+
#~ msgstr "Instruktion %d benötigt extra Pin"
4474+
4475+
#, c-format
4476+
#~ msgid "Instruction %d waits on input outside of count"
4477+
#~ msgstr "Anweisung %d wartet auf Eingaben außerhalb der vorhandenen Anzahl"
4478+
4479+
#, c-format
4480+
#~ msgid "Missing first_in_pin. Instruction %d reads pin(s)"
4481+
#~ msgstr "Fehlender first_in_pin. Instruktion %d liest Pin(s)"
4482+
4483+
#, c-format
4484+
#~ msgid "Missing first_in_pin. Instruction %d shifts in from pin(s)"
4485+
#~ msgstr "Fehlende first_in_pin. Anweisung %d verschiebt sich um Pin(s)"
4486+
4487+
#, c-format
4488+
#~ msgid "Missing first_in_pin. Instruction %d waits based on pin"
4489+
#~ msgstr "Fehlende first_in_pin. Anweisung %d wartet basierend auf Pin"
4490+
4491+
#, c-format
4492+
#~ msgid "Missing first_out_pin. Instruction %d shifts out to pin(s)"
4493+
#~ msgstr "First_out_pin fehlt. Befehl %d verschiebt sich zu Pin(s)"
4494+
4495+
#, c-format
4496+
#~ msgid "Missing first_out_pin. Instruction %d writes pin(s)"
4497+
#~ msgstr "Fehlender first_out_pin. Instruktion %d schreibt Pin(s)"
4498+
4499+
#, c-format
4500+
#~ msgid "Missing first_set_pin. Instruction %d sets pin(s)"
4501+
#~ msgstr "Fehlender first_set_pin. Instruktion %d setzt Pin(s)"
4502+
4503+
#, c-format
4504+
#~ msgid "Missing jmp_pin. Instruction %d jumps on pin"
4505+
#~ msgstr "jmp_pin fehlt. Befehl %d springt auf Pin"
4506+
44744507
#~ msgid "inputs are not iterable"
44754508
#~ msgstr "Eingaben sind nicht iterierbar"
44764509

0 commit comments

Comments
 (0)