Skip to content

Commit f761292

Browse files
authored
Merge pull request #4718 from weblate/weblate-circuitpython-main
Translations update from Weblate
2 parents 2fe1df4 + df5c30e commit f761292

File tree

17 files changed

+611
-62
lines changed

17 files changed

+611
-62
lines changed

locale/ID.po

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ msgstr "%q indeks harus bilangan bulat, bukan %q"
9494
msgid "%q list must be a list"
9595
msgstr "daftar %q harus berupa daftar"
9696

97+
#: shared-bindings/usb_hid/Device.c
98+
msgid "%q must be 1-255"
99+
msgstr ""
100+
97101
#: shared-bindings/memorymonitor/AllocationAlarm.c
98102
msgid "%q must be >= 0"
99103
msgstr "%q harus >= 0"
@@ -106,6 +110,10 @@ msgstr "%q harus >= 0"
106110
msgid "%q must be >= 1"
107111
msgstr "%q harus >= 1"
108112

113+
#: shared-bindings/usb_hid/Device.c
114+
msgid "%q must be None or 1-255"
115+
msgstr ""
116+
109117
#: shared-module/vectorio/Polygon.c
110118
msgid "%q must be a tuple of length 2"
111119
msgstr "%q harus berupa tuple dengan panjang 2"
@@ -613,6 +621,11 @@ msgstr ""
613621
msgid "Can't set CCCD on local Characteristic"
614622
msgstr "Tidak dapat mengatur CCCD pada Karakteristik lokal"
615623

624+
#: shared-bindings/storage/__init__.c shared-bindings/usb_cdc/__init__.c
625+
#: shared-bindings/usb_hid/__init__.c shared-bindings/usb_midi/__init__.c
626+
msgid "Cannot change USB devices now"
627+
msgstr ""
628+
616629
#: shared-bindings/_bleio/Adapter.c
617630
msgid "Cannot create a new Adapter; use _bleio.adapter;"
618631
msgstr ""
@@ -659,8 +672,8 @@ msgid "Cannot record to a file"
659672
msgstr "Tidak dapat merekam ke file"
660673

661674
#: shared-module/storage/__init__.c
662-
msgid "Cannot remount '/' when USB is active."
663-
msgstr "Tidak dapat memasang kembali '/' ketika USB aktif."
675+
msgid "Cannot remount '/' when visible via USB."
676+
msgstr ""
664677

665678
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
666679
#: ports/cxd56/common-hal/microcontroller/__init__.c
@@ -1598,6 +1611,11 @@ msgstr "Tidak ada kunci yang ditentukan"
15981611
msgid "No long integer support"
15991612
msgstr "Tidak ada dukungan bilangan bulat yang panjang"
16001613

1614+
#: shared-module/usb_hid/__init__.c
1615+
#, c-format
1616+
msgid "No more than %d HID devices allowed"
1617+
msgstr ""
1618+
16011619
#: shared-bindings/wifi/Radio.c
16021620
msgid "No network with that ssid"
16031621
msgstr ""
@@ -2225,6 +2243,14 @@ msgstr "USB Sibuk"
22252243
msgid "USB Error"
22262244
msgstr "Kesalahan USB"
22272245

2246+
#: supervisor/shared/safe_mode.c
2247+
msgid "USB devices need more endpoints than are available."
2248+
msgstr ""
2249+
2250+
#: supervisor/shared/safe_mode.c
2251+
msgid "USB devices specify too many interface names."
2252+
msgstr ""
2253+
22282254
#: shared-bindings/_bleio/UUID.c
22292255
msgid "UUID integer value must be 0-0xffff"
22302256
msgstr "Nilai integer UUID harus 0-0xffff"
@@ -3546,6 +3572,10 @@ msgstr ""
35463572
msgid "no such attribute"
35473573
msgstr ""
35483574

3575+
#: shared-bindings/usb_hid/__init__.c
3576+
msgid "non-Device in %q"
3577+
msgstr ""
3578+
35493579
#: ports/nrf/common-hal/_bleio/Connection.c
35503580
msgid "non-UUID found in service_uuids_whitelist"
35513581
msgstr ""
@@ -4313,6 +4343,9 @@ msgstr "zi harus berjenis float"
43134343
msgid "zi must be of shape (n_section, 2)"
43144344
msgstr ""
43154345

4346+
#~ msgid "Cannot remount '/' when USB is active."
4347+
#~ msgstr "Tidak dapat memasang kembali '/' ketika USB aktif."
4348+
43164349
#~ msgid "invalid dupterm index"
43174350
#~ msgstr "indeks dupterm tidak valid"
43184351

locale/cs.po

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ msgstr "Indexy %q musí být celá čísla, ne %q"
9090
msgid "%q list must be a list"
9191
msgstr "Seznam %q musí být seznam"
9292

93+
#: shared-bindings/usb_hid/Device.c
94+
msgid "%q must be 1-255"
95+
msgstr ""
96+
9397
#: shared-bindings/memorymonitor/AllocationAlarm.c
9498
msgid "%q must be >= 0"
9599
msgstr "%q musí být >= 0"
@@ -102,6 +106,10 @@ msgstr "%q musí být >= 0"
102106
msgid "%q must be >= 1"
103107
msgstr "%q musí být > = 1"
104108

109+
#: shared-bindings/usb_hid/Device.c
110+
msgid "%q must be None or 1-255"
111+
msgstr ""
112+
105113
#: shared-module/vectorio/Polygon.c
106114
msgid "%q must be a tuple of length 2"
107115
msgstr "%q musí být n-tice délky 2"
@@ -607,6 +615,11 @@ msgstr ""
607615
msgid "Can't set CCCD on local Characteristic"
608616
msgstr ""
609617

618+
#: shared-bindings/storage/__init__.c shared-bindings/usb_cdc/__init__.c
619+
#: shared-bindings/usb_hid/__init__.c shared-bindings/usb_midi/__init__.c
620+
msgid "Cannot change USB devices now"
621+
msgstr ""
622+
610623
#: shared-bindings/_bleio/Adapter.c
611624
msgid "Cannot create a new Adapter; use _bleio.adapter;"
612625
msgstr ""
@@ -649,7 +662,7 @@ msgid "Cannot record to a file"
649662
msgstr ""
650663

651664
#: shared-module/storage/__init__.c
652-
msgid "Cannot remount '/' when USB is active."
665+
msgid "Cannot remount '/' when visible via USB."
653666
msgstr ""
654667

655668
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
@@ -1579,6 +1592,11 @@ msgstr ""
15791592
msgid "No long integer support"
15801593
msgstr ""
15811594

1595+
#: shared-module/usb_hid/__init__.c
1596+
#, c-format
1597+
msgid "No more than %d HID devices allowed"
1598+
msgstr ""
1599+
15821600
#: shared-bindings/wifi/Radio.c
15831601
msgid "No network with that ssid"
15841602
msgstr ""
@@ -2187,6 +2205,14 @@ msgstr ""
21872205
msgid "USB Error"
21882206
msgstr ""
21892207

2208+
#: supervisor/shared/safe_mode.c
2209+
msgid "USB devices need more endpoints than are available."
2210+
msgstr ""
2211+
2212+
#: supervisor/shared/safe_mode.c
2213+
msgid "USB devices specify too many interface names."
2214+
msgstr ""
2215+
21902216
#: shared-bindings/_bleio/UUID.c
21912217
msgid "UUID integer value must be 0-0xffff"
21922218
msgstr ""
@@ -3500,6 +3526,10 @@ msgstr ""
35003526
msgid "no such attribute"
35013527
msgstr ""
35023528

3529+
#: shared-bindings/usb_hid/__init__.c
3530+
msgid "non-Device in %q"
3531+
msgstr ""
3532+
35033533
#: ports/nrf/common-hal/_bleio/Connection.c
35043534
msgid "non-UUID found in service_uuids_whitelist"
35053535
msgstr ""

locale/de_DE.po

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ msgstr "%q Indizes müssen Integer sein, nicht %q"
9595
msgid "%q list must be a list"
9696
msgstr "%q Liste muss eine Liste sein"
9797

98+
#: shared-bindings/usb_hid/Device.c
99+
msgid "%q must be 1-255"
100+
msgstr ""
101+
98102
#: shared-bindings/memorymonitor/AllocationAlarm.c
99103
msgid "%q must be >= 0"
100104
msgstr "%q muss >= 0 sein"
@@ -107,6 +111,10 @@ msgstr "%q muss >= 0 sein"
107111
msgid "%q must be >= 1"
108112
msgstr "%q muss >= 1 sein"
109113

114+
#: shared-bindings/usb_hid/Device.c
115+
msgid "%q must be None or 1-255"
116+
msgstr ""
117+
110118
#: shared-module/vectorio/Polygon.c
111119
msgid "%q must be a tuple of length 2"
112120
msgstr "%q muss ein Tupel der Länge 2 sein"
@@ -615,6 +623,11 @@ msgstr ""
615623
msgid "Can't set CCCD on local Characteristic"
616624
msgstr "CCCD kann nicht auf lokales Merkmal eingestellt werden"
617625

626+
#: shared-bindings/storage/__init__.c shared-bindings/usb_cdc/__init__.c
627+
#: shared-bindings/usb_hid/__init__.c shared-bindings/usb_midi/__init__.c
628+
msgid "Cannot change USB devices now"
629+
msgstr ""
630+
618631
#: shared-bindings/_bleio/Adapter.c
619632
msgid "Cannot create a new Adapter; use _bleio.adapter;"
620633
msgstr ""
@@ -658,8 +671,8 @@ msgid "Cannot record to a file"
658671
msgstr "Aufnahme in eine Datei nicht möglich"
659672

660673
#: shared-module/storage/__init__.c
661-
msgid "Cannot remount '/' when USB is active."
662-
msgstr "Kann '/' nicht remounten when USB aktiv ist."
674+
msgid "Cannot remount '/' when visible via USB."
675+
msgstr ""
663676

664677
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
665678
#: ports/cxd56/common-hal/microcontroller/__init__.c
@@ -1600,6 +1613,11 @@ msgstr "Es wurde kein Schlüssel angegeben"
16001613
msgid "No long integer support"
16011614
msgstr "Keine langen Integer (long) unterstützt"
16021615

1616+
#: shared-module/usb_hid/__init__.c
1617+
#, c-format
1618+
msgid "No more than %d HID devices allowed"
1619+
msgstr ""
1620+
16031621
#: shared-bindings/wifi/Radio.c
16041622
msgid "No network with that ssid"
16051623
msgstr ""
@@ -2231,6 +2249,14 @@ msgstr "USB beschäftigt"
22312249
msgid "USB Error"
22322250
msgstr "USB Fehler"
22332251

2252+
#: supervisor/shared/safe_mode.c
2253+
msgid "USB devices need more endpoints than are available."
2254+
msgstr ""
2255+
2256+
#: supervisor/shared/safe_mode.c
2257+
msgid "USB devices specify too many interface names."
2258+
msgstr ""
2259+
22342260
#: shared-bindings/_bleio/UUID.c
22352261
msgid "UUID integer value must be 0-0xffff"
22362262
msgstr "UUID Integer-Wert muss ein Wert von 0 bis 0xffff sein"
@@ -3579,6 +3605,10 @@ msgstr ""
35793605
msgid "no such attribute"
35803606
msgstr "kein solches Attribut"
35813607

3608+
#: shared-bindings/usb_hid/__init__.c
3609+
msgid "non-Device in %q"
3610+
msgstr ""
3611+
35823612
#: ports/nrf/common-hal/_bleio/Connection.c
35833613
msgid "non-UUID found in service_uuids_whitelist"
35843614
msgstr "non-UUID gefunden in service_uuids_whitelist"
@@ -4356,6 +4386,9 @@ msgstr ""
43564386
msgid "zi must be of shape (n_section, 2)"
43574387
msgstr ""
43584388

4389+
#~ msgid "Cannot remount '/' when USB is active."
4390+
#~ msgstr "Kann '/' nicht remounten when USB aktiv ist."
4391+
43594392
#~ msgid "byte code not implemented"
43604393
#~ msgstr "Bytecode nicht implementiert"
43614394

locale/el.po

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ msgstr ""
8787
msgid "%q list must be a list"
8888
msgstr ""
8989

90+
#: shared-bindings/usb_hid/Device.c
91+
msgid "%q must be 1-255"
92+
msgstr ""
93+
9094
#: shared-bindings/memorymonitor/AllocationAlarm.c
9195
msgid "%q must be >= 0"
9296
msgstr ""
@@ -99,6 +103,10 @@ msgstr ""
99103
msgid "%q must be >= 1"
100104
msgstr ""
101105

106+
#: shared-bindings/usb_hid/Device.c
107+
msgid "%q must be None or 1-255"
108+
msgstr ""
109+
102110
#: shared-module/vectorio/Polygon.c
103111
msgid "%q must be a tuple of length 2"
104112
msgstr ""
@@ -604,6 +612,11 @@ msgstr ""
604612
msgid "Can't set CCCD on local Characteristic"
605613
msgstr ""
606614

615+
#: shared-bindings/storage/__init__.c shared-bindings/usb_cdc/__init__.c
616+
#: shared-bindings/usb_hid/__init__.c shared-bindings/usb_midi/__init__.c
617+
msgid "Cannot change USB devices now"
618+
msgstr ""
619+
607620
#: shared-bindings/_bleio/Adapter.c
608621
msgid "Cannot create a new Adapter; use _bleio.adapter;"
609622
msgstr ""
@@ -646,7 +659,7 @@ msgid "Cannot record to a file"
646659
msgstr ""
647660

648661
#: shared-module/storage/__init__.c
649-
msgid "Cannot remount '/' when USB is active."
662+
msgid "Cannot remount '/' when visible via USB."
650663
msgstr ""
651664

652665
#: ports/atmel-samd/common-hal/microcontroller/__init__.c
@@ -1576,6 +1589,11 @@ msgstr ""
15761589
msgid "No long integer support"
15771590
msgstr ""
15781591

1592+
#: shared-module/usb_hid/__init__.c
1593+
#, c-format
1594+
msgid "No more than %d HID devices allowed"
1595+
msgstr ""
1596+
15791597
#: shared-bindings/wifi/Radio.c
15801598
msgid "No network with that ssid"
15811599
msgstr ""
@@ -2184,6 +2202,14 @@ msgstr ""
21842202
msgid "USB Error"
21852203
msgstr ""
21862204

2205+
#: supervisor/shared/safe_mode.c
2206+
msgid "USB devices need more endpoints than are available."
2207+
msgstr ""
2208+
2209+
#: supervisor/shared/safe_mode.c
2210+
msgid "USB devices specify too many interface names."
2211+
msgstr ""
2212+
21872213
#: shared-bindings/_bleio/UUID.c
21882214
msgid "UUID integer value must be 0-0xffff"
21892215
msgstr ""
@@ -3497,6 +3523,10 @@ msgstr ""
34973523
msgid "no such attribute"
34983524
msgstr ""
34993525

3526+
#: shared-bindings/usb_hid/__init__.c
3527+
msgid "non-Device in %q"
3528+
msgstr ""
3529+
35003530
#: ports/nrf/common-hal/_bleio/Connection.c
35013531
msgid "non-UUID found in service_uuids_whitelist"
35023532
msgstr ""

0 commit comments

Comments
 (0)