Skip to content

Commit 6049728

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 db065a2 commit 6049728

File tree

19 files changed

+386
-133
lines changed

19 files changed

+386
-133
lines changed

locale/ID.po

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ msgstr "%q berisi pin duplikat"
101101
msgid "%q failure: %d"
102102
msgstr "%q gagal: %d"
103103

104+
#: shared-bindings/digitalio/DigitalInOut.c
104105
#: shared-bindings/microcontroller/Pin.c
105106
msgid "%q in use"
106107
msgstr "%q sedang digunakan"
@@ -308,7 +309,7 @@ msgstr ""
308309
msgid "'%s' object doesn't support item deletion"
309310
msgstr ""
310311

311-
#: py/runtime.c
312+
#: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
312313
msgid "'%s' object has no attribute '%q'"
313314
msgstr "Objek '%s' tidak memiliki atribut '%q'"
314315

@@ -494,6 +495,7 @@ msgid "Already running"
494495
msgstr ""
495496

496497
#: ports/espressif/common-hal/wifi/Radio.c
498+
#: ports/raspberrypi/common-hal/wifi/Radio.c
497499
msgid "Already scanning for wifi networks"
498500
msgstr ""
499501

@@ -929,6 +931,10 @@ msgstr ""
929931
msgid "Expected a %q"
930932
msgstr "Diharapkan %q"
931933

934+
#: ports/raspberrypi/bindings/cyw43/__init__.c
935+
msgid "Expected a %q or %q"
936+
msgstr ""
937+
932938
#: shared-bindings/alarm/__init__.c
933939
msgid "Expected an %q"
934940
msgstr ""
@@ -1192,7 +1198,7 @@ msgstr "Kesalahan internal #%d"
11921198
msgid "Internal watchdog timer expired."
11931199
msgstr ""
11941200

1195-
#: py/argcheck.c
1201+
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
11961202
msgid "Invalid %q"
11971203
msgstr ""
11981204

@@ -2232,6 +2238,11 @@ msgstr ""
22322238
msgid "Unknown system firmware error: %d"
22332239
msgstr ""
22342240

2241+
#: ports/raspberrypi/common-hal/wifi/__init__.c
2242+
#, c-format
2243+
msgid "Unkown error code %d"
2244+
msgstr ""
2245+
22352246
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
22362247
#, c-format
22372248
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@@ -4147,14 +4158,10 @@ msgstr ""
41474158
msgid "type is not an acceptable base type"
41484159
msgstr ""
41494160

4150-
#: py/runtime.c
4161+
#: py/objgenerator.c py/runtime.c
41514162
msgid "type object '%q' has no attribute '%q'"
41524163
msgstr ""
41534164

4154-
#: py/objgenerator.c
4155-
msgid "type object 'generator' has no attribute '__await__'"
4156-
msgstr ""
4157-
41584165
#: py/objtype.c
41594166
msgid "type takes 1 or 3 arguments"
41604167
msgstr ""
@@ -4285,9 +4292,14 @@ msgid "width must be greater than zero"
42854292
msgstr ""
42864293

42874294
#: ports/espressif/common-hal/wifi/Radio.c
4295+
#: ports/raspberrypi/common-hal/wifi/Radio.c
42884296
msgid "wifi is not enabled"
42894297
msgstr "wifi tidak diaktifkan"
42904298

4299+
#: ports/raspberrypi/common-hal/wifi/Monitor.c
4300+
msgid "wifi.Monitor not available"
4301+
msgstr ""
4302+
42914303
#: shared-bindings/_bleio/Adapter.c
42924304
msgid "window must be <= interval"
42934305
msgstr "jendela harus <= interval"

locale/cs.po

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ msgstr "%q obsahuje duplicitní piny"
102102
msgid "%q failure: %d"
103103
msgstr "%q: selhání %d"
104104

105+
#: shared-bindings/digitalio/DigitalInOut.c
105106
#: shared-bindings/microcontroller/Pin.c
106107
msgid "%q in use"
107108
msgstr "%q se právě používá"
@@ -309,7 +310,7 @@ msgstr "'%s' objekt nepodporuje přiřazení položky"
309310
msgid "'%s' object doesn't support item deletion"
310311
msgstr "'%s' objekt nepodporuje smazání položky"
311312

312-
#: py/runtime.c
313+
#: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
313314
msgid "'%s' object has no attribute '%q'"
314315
msgstr "'%s' objekt nemá žádný atribut '%q'"
315316

@@ -495,6 +496,7 @@ msgid "Already running"
495496
msgstr "Již běží"
496497

497498
#: ports/espressif/common-hal/wifi/Radio.c
499+
#: ports/raspberrypi/common-hal/wifi/Radio.c
498500
msgid "Already scanning for wifi networks"
499501
msgstr "Již skenuje wifi sítě"
500502

@@ -927,6 +929,10 @@ msgstr ""
927929
msgid "Expected a %q"
928930
msgstr "Očekává se %q"
929931

932+
#: ports/raspberrypi/bindings/cyw43/__init__.c
933+
msgid "Expected a %q or %q"
934+
msgstr ""
935+
930936
#: shared-bindings/alarm/__init__.c
931937
msgid "Expected an %q"
932938
msgstr ""
@@ -1192,7 +1198,7 @@ msgstr "Vnitřní chyba #%d"
11921198
msgid "Internal watchdog timer expired."
11931199
msgstr ""
11941200

1195-
#: py/argcheck.c
1201+
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
11961202
msgid "Invalid %q"
11971203
msgstr ""
11981204

@@ -2221,6 +2227,11 @@ msgstr ""
22212227
msgid "Unknown system firmware error: %d"
22222228
msgstr ""
22232229

2230+
#: ports/raspberrypi/common-hal/wifi/__init__.c
2231+
#, c-format
2232+
msgid "Unkown error code %d"
2233+
msgstr ""
2234+
22242235
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
22252236
#, c-format
22262237
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@@ -4133,14 +4144,10 @@ msgstr ""
41334144
msgid "type is not an acceptable base type"
41344145
msgstr ""
41354146

4136-
#: py/runtime.c
4147+
#: py/objgenerator.c py/runtime.c
41374148
msgid "type object '%q' has no attribute '%q'"
41384149
msgstr ""
41394150

4140-
#: py/objgenerator.c
4141-
msgid "type object 'generator' has no attribute '__await__'"
4142-
msgstr ""
4143-
41444151
#: py/objtype.c
41454152
msgid "type takes 1 or 3 arguments"
41464153
msgstr ""
@@ -4271,9 +4278,14 @@ msgid "width must be greater than zero"
42714278
msgstr ""
42724279

42734280
#: ports/espressif/common-hal/wifi/Radio.c
4281+
#: ports/raspberrypi/common-hal/wifi/Radio.c
42744282
msgid "wifi is not enabled"
42754283
msgstr ""
42764284

4285+
#: ports/raspberrypi/common-hal/wifi/Monitor.c
4286+
msgid "wifi.Monitor not available"
4287+
msgstr ""
4288+
42774289
#: shared-bindings/_bleio/Adapter.c
42784290
msgid "window must be <= interval"
42794291
msgstr ""

locale/de_DE.po

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ msgstr "%q enthält doppelte Pins"
103103
msgid "%q failure: %d"
104104
msgstr "%q Fehler: %d"
105105

106+
#: shared-bindings/digitalio/DigitalInOut.c
106107
#: shared-bindings/microcontroller/Pin.c
107108
msgid "%q in use"
108109
msgstr "%q in Benutzung"
@@ -311,7 +312,7 @@ msgstr "'%s' Objekt unterstützt keine Element-Zuordnung"
311312
msgid "'%s' object doesn't support item deletion"
312313
msgstr "'%s' Objekt unterstützt keine Löschung von Elementen"
313314

314-
#: py/runtime.c
315+
#: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
315316
msgid "'%s' object has no attribute '%q'"
316317
msgstr "'%s' Objekt hat kein Attribut '%q'"
317318

@@ -497,6 +498,7 @@ msgid "Already running"
497498
msgstr "Läuft bereits"
498499

499500
#: ports/espressif/common-hal/wifi/Radio.c
501+
#: ports/raspberrypi/common-hal/wifi/Radio.c
500502
msgid "Already scanning for wifi networks"
501503
msgstr "Sucht bereits nach Wifi-Netzwerken"
502504

@@ -934,6 +936,10 @@ msgstr "Error: Bind Fehler"
934936
msgid "Expected a %q"
935937
msgstr "Erwartet ein(e) %q"
936938

939+
#: ports/raspberrypi/bindings/cyw43/__init__.c
940+
msgid "Expected a %q or %q"
941+
msgstr ""
942+
937943
#: shared-bindings/alarm/__init__.c
938944
msgid "Expected an %q"
939945
msgstr ""
@@ -1206,7 +1212,7 @@ msgstr "Interner Fehler #%d"
12061212
msgid "Internal watchdog timer expired."
12071213
msgstr "Der Interne WatchDog Timer ist abgelaufen."
12081214

1209-
#: py/argcheck.c
1215+
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
12101216
msgid "Invalid %q"
12111217
msgstr "Ungültiger %q"
12121218

@@ -2258,6 +2264,11 @@ msgstr "Unbekannter Systemfirmware Fehler: %04x"
22582264
msgid "Unknown system firmware error: %d"
22592265
msgstr "Unbekannter System-Firmware-Fehler: %d"
22602266

2267+
#: ports/raspberrypi/common-hal/wifi/__init__.c
2268+
#, c-format
2269+
msgid "Unkown error code %d"
2270+
msgstr ""
2271+
22612272
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
22622273
#, c-format
22632274
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@@ -4212,14 +4223,10 @@ msgstr "Typ '%q' ist kein akzeptierter Basis-Typ"
42124223
msgid "type is not an acceptable base type"
42134224
msgstr "Typ ist kein akzeptierter Basis-Typ"
42144225

4215-
#: py/runtime.c
4226+
#: py/objgenerator.c py/runtime.c
42164227
msgid "type object '%q' has no attribute '%q'"
42174228
msgstr "Typ vom Objekt '%q' hat kein Attribut '%q'"
42184229

4219-
#: py/objgenerator.c
4220-
msgid "type object 'generator' has no attribute '__await__'"
4221-
msgstr "Das Typ-Objekt 'generator' hat kein Attribut '__await__'"
4222-
42234230
#: py/objtype.c
42244231
msgid "type takes 1 or 3 arguments"
42254232
msgstr "Typ akzeptiert 1 oder 3 Argumente"
@@ -4352,9 +4359,14 @@ msgid "width must be greater than zero"
43524359
msgstr "Breite muss größer als 0 sein"
43534360

43544361
#: ports/espressif/common-hal/wifi/Radio.c
4362+
#: ports/raspberrypi/common-hal/wifi/Radio.c
43554363
msgid "wifi is not enabled"
43564364
msgstr "wifi ist nicht aktiviert"
43574365

4366+
#: ports/raspberrypi/common-hal/wifi/Monitor.c
4367+
msgid "wifi.Monitor not available"
4368+
msgstr ""
4369+
43584370
#: shared-bindings/_bleio/Adapter.c
43594371
msgid "window must be <= interval"
43604372
msgstr "Fenster muss <= Intervall sein"
@@ -4429,6 +4441,9 @@ msgstr "zi muss eine Gleitkommazahl sein"
44294441
msgid "zi must be of shape (n_section, 2)"
44304442
msgstr "zi muss die Form (n_section, 2) haben"
44314443

4444+
#~ msgid "type object 'generator' has no attribute '__await__'"
4445+
#~ msgstr "Das Typ-Objekt 'generator' hat kein Attribut '__await__'"
4446+
44324447
#~ msgid "color should be an int"
44334448
#~ msgstr "Farbe sollte ein int sein"
44344449

locale/el.po

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ msgstr ""
103103
msgid "%q failure: %d"
104104
msgstr ""
105105

106+
#: shared-bindings/digitalio/DigitalInOut.c
106107
#: shared-bindings/microcontroller/Pin.c
107108
msgid "%q in use"
108109
msgstr ""
@@ -310,7 +311,7 @@ msgstr ""
310311
msgid "'%s' object doesn't support item deletion"
311312
msgstr ""
312313

313-
#: py/runtime.c
314+
#: ports/raspberrypi/common-hal/wifi/Radio.c py/runtime.c
314315
msgid "'%s' object has no attribute '%q'"
315316
msgstr ""
316317

@@ -496,6 +497,7 @@ msgid "Already running"
496497
msgstr ""
497498

498499
#: ports/espressif/common-hal/wifi/Radio.c
500+
#: ports/raspberrypi/common-hal/wifi/Radio.c
499501
msgid "Already scanning for wifi networks"
500502
msgstr ""
501503

@@ -924,6 +926,10 @@ msgstr ""
924926
msgid "Expected a %q"
925927
msgstr ""
926928

929+
#: ports/raspberrypi/bindings/cyw43/__init__.c
930+
msgid "Expected a %q or %q"
931+
msgstr ""
932+
927933
#: shared-bindings/alarm/__init__.c
928934
msgid "Expected an %q"
929935
msgstr ""
@@ -1185,7 +1191,7 @@ msgstr ""
11851191
msgid "Internal watchdog timer expired."
11861192
msgstr ""
11871193

1188-
#: py/argcheck.c
1194+
#: py/argcheck.c shared-bindings/digitalio/DigitalInOut.c
11891195
msgid "Invalid %q"
11901196
msgstr ""
11911197

@@ -2211,6 +2217,11 @@ msgstr ""
22112217
msgid "Unknown system firmware error: %d"
22122218
msgstr ""
22132219

2220+
#: ports/raspberrypi/common-hal/wifi/__init__.c
2221+
#, c-format
2222+
msgid "Unkown error code %d"
2223+
msgstr ""
2224+
22142225
#: shared-bindings/adafruit_pixelbuf/PixelBuf.c
22152226
#, c-format
22162227
msgid "Unmatched number of items on RHS (expected %d, got %d)."
@@ -4123,14 +4134,10 @@ msgstr ""
41234134
msgid "type is not an acceptable base type"
41244135
msgstr ""
41254136

4126-
#: py/runtime.c
4137+
#: py/objgenerator.c py/runtime.c
41274138
msgid "type object '%q' has no attribute '%q'"
41284139
msgstr ""
41294140

4130-
#: py/objgenerator.c
4131-
msgid "type object 'generator' has no attribute '__await__'"
4132-
msgstr ""
4133-
41344141
#: py/objtype.c
41354142
msgid "type takes 1 or 3 arguments"
41364143
msgstr ""
@@ -4261,9 +4268,14 @@ msgid "width must be greater than zero"
42614268
msgstr ""
42624269

42634270
#: ports/espressif/common-hal/wifi/Radio.c
4271+
#: ports/raspberrypi/common-hal/wifi/Radio.c
42644272
msgid "wifi is not enabled"
42654273
msgstr ""
42664274

4275+
#: ports/raspberrypi/common-hal/wifi/Monitor.c
4276+
msgid "wifi.Monitor not available"
4277+
msgstr ""
4278+
42674279
#: shared-bindings/_bleio/Adapter.c
42684280
msgid "window must be <= interval"
42694281
msgstr ""

0 commit comments

Comments
 (0)