Skip to content

Commit 1853f49

Browse files
authored
Merge pull request #7166 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 6230dea + 3dd9416 commit 1853f49

File tree

19 files changed

+446
-822
lines changed

19 files changed

+446
-822
lines changed

locale/ID.po

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ msgstr "%q sedang digunakan"
116116
msgid "%q index out of range"
117117
msgstr "%q indeks di luar batas"
118118

119-
#: py/obj.c
120-
msgid "%q indices must be integers, not %s"
121-
msgstr "indeks %q harus bilangan bulat, bukan %s"
122-
123119
#: shared-module/bitbangio/SPI.c
124120
msgid "%q init failed"
125121
msgstr ""
@@ -2372,10 +2368,6 @@ msgstr ""
23722368
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
23732369
msgstr ""
23742370

2375-
#: shared-bindings/watchdog/WatchDogTimer.c
2376-
msgid "WatchDogTimer.timeout must be greater than 0"
2377-
msgstr ""
2378-
23792371
#: py/builtinhelp.c
23802372
#, c-format
23812373
msgid ""
@@ -3197,10 +3189,6 @@ msgstr ""
31973189
msgid "index out of range"
31983190
msgstr "index keluar dari jangkauan"
31993191

3200-
#: py/obj.c
3201-
msgid "indices must be integers"
3202-
msgstr ""
3203-
32043192
#: extmod/ulab/code/ndarray.c
32053193
msgid "indices must be integers, slices, or Boolean lists"
32063194
msgstr ""
@@ -3617,10 +3605,6 @@ msgstr ""
36173605
msgid "no such attribute"
36183606
msgstr ""
36193607

3620-
#: shared-bindings/usb_hid/__init__.c
3621-
msgid "non-Device in %q"
3622-
msgstr ""
3623-
36243608
#: ports/espressif/common-hal/_bleio/Connection.c
36253609
#: ports/nrf/common-hal/_bleio/Connection.c
36263610
msgid "non-UUID found in service_uuids_whitelist"
@@ -3895,11 +3879,6 @@ msgstr ""
38953879
msgid "relative import"
38963880
msgstr "relative import"
38973881

3898-
#: py/obj.c
3899-
#, c-format
3900-
msgid "requested length %d but object has length %d"
3901-
msgstr ""
3902-
39033882
#: extmod/ulab/code/ndarray_operators.c
39043883
msgid "results cannot be cast to specified type"
39053884
msgstr ""
@@ -3963,10 +3942,6 @@ msgstr ""
39633942
msgid "sign not allowed with integer format specifier 'c'"
39643943
msgstr ""
39653944

3966-
#: py/objstr.c
3967-
msgid "single '}' encountered in format string"
3968-
msgstr ""
3969-
39703945
#: extmod/ulab/code/ulab_tools.c
39713946
msgid "size is defined for ndarrays only"
39723947
msgstr ""
@@ -4079,10 +4054,6 @@ msgstr "sintaksis error pada JSON"
40794054
msgid "syntax error in uctypes descriptor"
40804055
msgstr "sintaksis error pada pendeskripsi uctypes"
40814056

4082-
#: shared-bindings/touchio/TouchIn.c
4083-
msgid "threshold must be in the range 0-65536"
4084-
msgstr ""
4085-
40864057
#: shared-bindings/time/__init__.c
40874058
msgid "time.struct_time() takes a 9-sequence"
40884059
msgstr ""
@@ -4094,10 +4065,6 @@ msgstr ""
40944065
msgid "timeout duration exceeded the maximum supported value"
40954066
msgstr ""
40964067

4097-
#: shared-bindings/busio/UART.c
4098-
msgid "timeout must be 0.0-100.0 seconds"
4099-
msgstr ""
4100-
41014068
#: ports/nrf/common-hal/_bleio/Adapter.c
41024069
msgid "timeout must be < 655.35 secs"
41034070
msgstr ""
@@ -4151,10 +4118,6 @@ msgstr ""
41514118
msgid "trapz is defined for 1D iterables"
41524119
msgstr ""
41534120

4154-
#: py/obj.c
4155-
msgid "tuple/list has wrong length"
4156-
msgstr ""
4157-
41584121
#: ports/espressif/common-hal/canio/CAN.c
41594122
#, c-format
41604123
msgid "twai_driver_install returned esp-idf error #%d"
@@ -4233,7 +4196,8 @@ msgid "unknown type '%q'"
42334196
msgstr ""
42344197

42354198
#: py/objstr.c
4236-
msgid "unmatched '{' in format"
4199+
#, c-format
4200+
msgid "unmatched '%c' in format"
42374201
msgstr ""
42384202

42394203
#: py/objtype.c py/runtime.c
@@ -4304,10 +4268,6 @@ msgstr ""
43044268
msgid "watchdog not initialized"
43054269
msgstr ""
43064270

4307-
#: shared-bindings/watchdog/WatchDogTimer.c
4308-
msgid "watchdog timeout must be greater than 0"
4309-
msgstr ""
4310-
43114271
#: shared-bindings/is31fl3741/FrameBuffer.c
43124272
msgid "width must be greater than zero"
43134273
msgstr ""
@@ -4395,6 +4355,9 @@ msgstr "zi harus berjenis float"
43954355
msgid "zi must be of shape (n_section, 2)"
43964356
msgstr "Zi harus berbentuk (n_section, 2)"
43974357

4358+
#~ msgid "%q indices must be integers, not %s"
4359+
#~ msgstr "indeks %q harus bilangan bulat, bukan %s"
4360+
43984361
#~ msgid "To exit, please reset the board without "
43994362
#~ msgstr "Untuk keluar, silahkan reset board tanpa "
44004363

locale/cs.po

Lines changed: 5 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ msgstr "%q se právě používá"
117117
msgid "%q index out of range"
118118
msgstr "Index %q je mimo rozsah"
119119

120-
#: py/obj.c
121-
msgid "%q indices must be integers, not %s"
122-
msgstr "Indexy %q musí být celá čísla, nikoli %s"
123-
124120
#: shared-module/bitbangio/SPI.c
125121
msgid "%q init failed"
126122
msgstr "Inicializace %q selhala"
@@ -2359,10 +2355,6 @@ msgstr ""
23592355
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
23602356
msgstr ""
23612357

2362-
#: shared-bindings/watchdog/WatchDogTimer.c
2363-
msgid "WatchDogTimer.timeout must be greater than 0"
2364-
msgstr ""
2365-
23662358
#: py/builtinhelp.c
23672359
#, c-format
23682360
msgid ""
@@ -3184,10 +3176,6 @@ msgstr ""
31843176
msgid "index out of range"
31853177
msgstr ""
31863178

3187-
#: py/obj.c
3188-
msgid "indices must be integers"
3189-
msgstr ""
3190-
31913179
#: extmod/ulab/code/ndarray.c
31923180
msgid "indices must be integers, slices, or Boolean lists"
31933181
msgstr ""
@@ -3604,10 +3592,6 @@ msgstr ""
36043592
msgid "no such attribute"
36053593
msgstr ""
36063594

3607-
#: shared-bindings/usb_hid/__init__.c
3608-
msgid "non-Device in %q"
3609-
msgstr ""
3610-
36113595
#: ports/espressif/common-hal/_bleio/Connection.c
36123596
#: ports/nrf/common-hal/_bleio/Connection.c
36133597
msgid "non-UUID found in service_uuids_whitelist"
@@ -3881,11 +3865,6 @@ msgstr ""
38813865
msgid "relative import"
38823866
msgstr ""
38833867

3884-
#: py/obj.c
3885-
#, c-format
3886-
msgid "requested length %d but object has length %d"
3887-
msgstr ""
3888-
38893868
#: extmod/ulab/code/ndarray_operators.c
38903869
msgid "results cannot be cast to specified type"
38913870
msgstr ""
@@ -3949,10 +3928,6 @@ msgstr ""
39493928
msgid "sign not allowed with integer format specifier 'c'"
39503929
msgstr ""
39513930

3952-
#: py/objstr.c
3953-
msgid "single '}' encountered in format string"
3954-
msgstr ""
3955-
39563931
#: extmod/ulab/code/ulab_tools.c
39573932
msgid "size is defined for ndarrays only"
39583933
msgstr ""
@@ -4065,10 +4040,6 @@ msgstr ""
40654040
msgid "syntax error in uctypes descriptor"
40664041
msgstr ""
40674042

4068-
#: shared-bindings/touchio/TouchIn.c
4069-
msgid "threshold must be in the range 0-65536"
4070-
msgstr ""
4071-
40724043
#: shared-bindings/time/__init__.c
40734044
msgid "time.struct_time() takes a 9-sequence"
40744045
msgstr ""
@@ -4080,10 +4051,6 @@ msgstr ""
40804051
msgid "timeout duration exceeded the maximum supported value"
40814052
msgstr ""
40824053

4083-
#: shared-bindings/busio/UART.c
4084-
msgid "timeout must be 0.0-100.0 seconds"
4085-
msgstr ""
4086-
40874054
#: ports/nrf/common-hal/_bleio/Adapter.c
40884055
msgid "timeout must be < 655.35 secs"
40894056
msgstr ""
@@ -4137,10 +4104,6 @@ msgstr ""
41374104
msgid "trapz is defined for 1D iterables"
41384105
msgstr ""
41394106

4140-
#: py/obj.c
4141-
msgid "tuple/list has wrong length"
4142-
msgstr ""
4143-
41444107
#: ports/espressif/common-hal/canio/CAN.c
41454108
#, c-format
41464109
msgid "twai_driver_install returned esp-idf error #%d"
@@ -4219,7 +4182,8 @@ msgid "unknown type '%q'"
42194182
msgstr ""
42204183

42214184
#: py/objstr.c
4222-
msgid "unmatched '{' in format"
4185+
#, c-format
4186+
msgid "unmatched '%c' in format"
42234187
msgstr ""
42244188

42254189
#: py/objtype.c py/runtime.c
@@ -4290,10 +4254,6 @@ msgstr ""
42904254
msgid "watchdog not initialized"
42914255
msgstr ""
42924256

4293-
#: shared-bindings/watchdog/WatchDogTimer.c
4294-
msgid "watchdog timeout must be greater than 0"
4295-
msgstr ""
4296-
42974257
#: shared-bindings/is31fl3741/FrameBuffer.c
42984258
msgid "width must be greater than zero"
42994259
msgstr ""
@@ -4381,6 +4341,9 @@ msgstr ""
43814341
msgid "zi must be of shape (n_section, 2)"
43824342
msgstr ""
43834343

4344+
#~ msgid "%q indices must be integers, not %s"
4345+
#~ msgstr "Indexy %q musí být celá čísla, nikoli %s"
4346+
43844347
#~ msgid "Firmware image is invalid"
43854348
#~ msgstr "Obraz firmwaru je nevalidní"
43864349

0 commit comments

Comments
 (0)