Skip to content

Commit cab9e36

Browse files
authored
Merge pull request #8001 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 02cb13e + a0de438 commit cab9e36

19 files changed

+477
-578
lines changed

locale/ID.po

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,15 @@ msgstr ""
168168
msgid "%q length must be >= %d"
169169
msgstr ""
170170

171-
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
171+
#: py/argcheck.c
172172
msgid "%q must be %d"
173173
msgstr ""
174174

175175
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
176+
#: shared-bindings/displayio/Display.c
177+
#: shared-bindings/framebufferio/FramebufferDisplay.c
178+
#: shared-bindings/is31fl3741/FrameBuffer.c
179+
#: shared-bindings/rgbmatrix/RGBMatrix.c
176180
msgid "%q must be %d-%d"
177181
msgstr "%q harus %d-%d"
178182

@@ -206,6 +210,7 @@ msgstr ""
206210

207211
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
208212
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
213+
#: shared-module/synthio/Synthesizer.c
209214
msgid "%q must be of type %q or %q, not %q"
210215
msgstr ""
211216

@@ -428,6 +433,7 @@ msgid "Address must be %d bytes long"
428433
msgstr "Alamat harus sepanjang %d byte"
429434

430435
#: ports/espressif/common-hal/memorymap/AddressRange.c
436+
#: ports/nrf/common-hal/memorymap/AddressRange.c
431437
msgid "Address range not allowed"
432438
msgstr ""
433439

@@ -613,13 +619,6 @@ msgstr ""
613619
msgid "Both pins must support hardware interrupts"
614620
msgstr "Kedua pin harus mendukung hardware interrut"
615621

616-
#: shared-bindings/displayio/Display.c
617-
#: shared-bindings/framebufferio/FramebufferDisplay.c
618-
#: shared-bindings/is31fl3741/FrameBuffer.c
619-
#: shared-bindings/rgbmatrix/RGBMatrix.c
620-
msgid "Brightness must be 0-1.0"
621-
msgstr "Kecerahan harus di antara 0-1.0"
622-
623622
#: shared-bindings/displayio/Display.c
624623
#: shared-bindings/framebufferio/FramebufferDisplay.c
625624
msgid "Brightness not adjustable"
@@ -937,11 +936,6 @@ msgstr ""
937936
msgid "EXTINT channel already in use"
938937
msgstr "Channel EXTINT sedang digunakan"
939938

940-
#: shared-module/synthio/MidiTrack.c
941-
#, c-format
942-
msgid "Error in MIDI stream at position %d"
943-
msgstr ""
944-
945939
#: extmod/modure.c
946940
msgid "Error in regex"
947941
msgstr "Error pada regex"
@@ -1355,11 +1349,6 @@ msgstr ""
13551349
msgid "Mapping must be a tuple"
13561350
msgstr ""
13571351

1358-
#: shared-module/displayio/Shape.c
1359-
#, c-format
1360-
msgid "Maximum x value when mirrored is %d"
1361-
msgstr "Nilai x maksimum ketika dicerminkan adalah %d"
1362-
13631352
#: shared-bindings/audiobusio/PDMIn.c
13641353
msgid "Microphone startup delay must be in range 0.0 to 1.0"
13651354
msgstr "Penundaan mulai mikrofon harus dalam kisaran 0,0 hingga 1,0"
@@ -1453,6 +1442,10 @@ msgstr ""
14531442
msgid "Nimble out of memory"
14541443
msgstr ""
14551444

1445+
#: ports/atmel-samd/common-hal/busio/UART.c
1446+
msgid "No %q pin"
1447+
msgstr ""
1448+
14561449
#: ports/espressif/common-hal/_bleio/Characteristic.c
14571450
#: ports/nrf/common-hal/_bleio/Characteristic.c
14581451
msgid "No CCCD for this Characteristic"
@@ -1501,14 +1494,12 @@ msgstr "Tidak ada Pin MOSI"
15011494
msgid "No MOSI pin"
15021495
msgstr ""
15031496

1504-
#: ports/atmel-samd/common-hal/busio/UART.c
15051497
#: ports/espressif/common-hal/busio/UART.c
15061498
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
15071499
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
15081500
msgid "No RX pin"
15091501
msgstr "Tidak pin RX"
15101502

1511-
#: ports/atmel-samd/common-hal/busio/UART.c
15121503
#: ports/espressif/common-hal/busio/UART.c
15131504
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
15141505
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
@@ -2149,8 +2140,8 @@ msgstr "Diperlukan argumen Tuple atau struct_time"
21492140
msgid "UART de-init"
21502141
msgstr ""
21512142

2152-
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
2153-
#: ports/espressif/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
2143+
#: ports/cxd56/common-hal/busio/UART.c ports/espressif/common-hal/busio/UART.c
2144+
#: ports/stm/common-hal/busio/UART.c
21542145
msgid "UART init"
21552146
msgstr ""
21562147

@@ -4371,18 +4362,10 @@ msgstr ""
43714362
msgid "wrong output type"
43724363
msgstr "tipe output salah"
43734364

4374-
#: shared-module/displayio/Shape.c
4375-
msgid "x value out of bounds"
4376-
msgstr "nilai x di luar batas"
4377-
43784365
#: ports/espressif/common-hal/audiobusio/__init__.c
43794366
msgid "xTaskCreate failed"
43804367
msgstr "xTaskCreate gagal"
43814368

4382-
#: shared-module/displayio/Shape.c
4383-
msgid "y value out of bounds"
4384-
msgstr "Nilai y di luar batas"
4385-
43864369
#: extmod/ulab/code/scipy/signal/signal.c
43874370
msgid "zi must be an ndarray"
43884371
msgstr "zi harus ndarray"
@@ -4395,6 +4378,19 @@ msgstr "zi harus berjenis float"
43954378
msgid "zi must be of shape (n_section, 2)"
43964379
msgstr "Zi harus berbentuk (n_section, 2)"
43974380

4381+
#~ msgid "Brightness must be 0-1.0"
4382+
#~ msgstr "Kecerahan harus di antara 0-1.0"
4383+
4384+
#, c-format
4385+
#~ msgid "Maximum x value when mirrored is %d"
4386+
#~ msgstr "Nilai x maksimum ketika dicerminkan adalah %d"
4387+
4388+
#~ msgid "x value out of bounds"
4389+
#~ msgstr "nilai x di luar batas"
4390+
4391+
#~ msgid "y value out of bounds"
4392+
#~ msgstr "Nilai y di luar batas"
4393+
43984394
#~ msgid "No key was specified"
43994395
#~ msgstr "Tidak ada kunci yang ditentukan"
44004396

locale/cs.po

Lines changed: 24 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -169,11 +169,15 @@ msgstr "Délka %q musí být <= %d"
169169
msgid "%q length must be >= %d"
170170
msgstr "Délka %q musí být >= %d"
171171

172-
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c py/argcheck.c
172+
#: py/argcheck.c
173173
msgid "%q must be %d"
174174
msgstr "%q musí být %d"
175175

176176
#: py/argcheck.c shared-bindings/displayio/Bitmap.c
177+
#: shared-bindings/displayio/Display.c
178+
#: shared-bindings/framebufferio/FramebufferDisplay.c
179+
#: shared-bindings/is31fl3741/FrameBuffer.c
180+
#: shared-bindings/rgbmatrix/RGBMatrix.c
177181
msgid "%q must be %d-%d"
178182
msgstr "%q musí být %d-%d"
179183

@@ -207,6 +211,7 @@ msgstr ""
207211

208212
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
209213
#: shared-bindings/canio/CAN.c shared-bindings/digitalio/Pull.c
214+
#: shared-module/synthio/Synthesizer.c
210215
msgid "%q must be of type %q or %q, not %q"
211216
msgstr ""
212217

@@ -429,6 +434,7 @@ msgid "Address must be %d bytes long"
429434
msgstr "Adresa musí být %d bajtů dlouhá"
430435

431436
#: ports/espressif/common-hal/memorymap/AddressRange.c
437+
#: ports/nrf/common-hal/memorymap/AddressRange.c
432438
msgid "Address range not allowed"
433439
msgstr ""
434440

@@ -614,13 +620,6 @@ msgstr "RX a TX jsou vyžadovány pro kontrolu toku"
614620
msgid "Both pins must support hardware interrupts"
615621
msgstr "Oba piny musí podporovat hardwarové přerušení"
616622

617-
#: shared-bindings/displayio/Display.c
618-
#: shared-bindings/framebufferio/FramebufferDisplay.c
619-
#: shared-bindings/is31fl3741/FrameBuffer.c
620-
#: shared-bindings/rgbmatrix/RGBMatrix.c
621-
msgid "Brightness must be 0-1.0"
622-
msgstr "Jas musí být 0-1,0"
623-
624623
#: shared-bindings/displayio/Display.c
625624
#: shared-bindings/framebufferio/FramebufferDisplay.c
626625
msgid "Brightness not adjustable"
@@ -935,11 +934,6 @@ msgstr ""
935934
msgid "EXTINT channel already in use"
936935
msgstr "EXTINT kanál se již používá"
937936

938-
#: shared-module/synthio/MidiTrack.c
939-
#, c-format
940-
msgid "Error in MIDI stream at position %d"
941-
msgstr "Chyba v MIDI přenosu na pozici %d"
942-
943937
#: extmod/modure.c
944938
msgid "Error in regex"
945939
msgstr "Chyba v regulárním výrazu"
@@ -1355,11 +1349,6 @@ msgstr "MAC adresa byla chybná"
13551349
msgid "Mapping must be a tuple"
13561350
msgstr ""
13571351

1358-
#: shared-module/displayio/Shape.c
1359-
#, c-format
1360-
msgid "Maximum x value when mirrored is %d"
1361-
msgstr "Maximální hodnota x při zrcadlení je %d"
1362-
13631352
#: shared-bindings/audiobusio/PDMIn.c
13641353
msgid "Microphone startup delay must be in range 0.0 to 1.0"
13651354
msgstr ""
@@ -1453,6 +1442,10 @@ msgstr "Nová bitmapa musí mít stejnou velikost jako původní bitmapa"
14531442
msgid "Nimble out of memory"
14541443
msgstr ""
14551444

1445+
#: ports/atmel-samd/common-hal/busio/UART.c
1446+
msgid "No %q pin"
1447+
msgstr ""
1448+
14561449
#: ports/espressif/common-hal/_bleio/Characteristic.c
14571450
#: ports/nrf/common-hal/_bleio/Characteristic.c
14581451
msgid "No CCCD for this Characteristic"
@@ -1501,14 +1494,12 @@ msgstr "Žádný pin MOSI"
15011494
msgid "No MOSI pin"
15021495
msgstr "Žádný MOSI pin"
15031496

1504-
#: ports/atmel-samd/common-hal/busio/UART.c
15051497
#: ports/espressif/common-hal/busio/UART.c
15061498
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
15071499
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
15081500
msgid "No RX pin"
15091501
msgstr "Žádný RX pin"
15101502

1511-
#: ports/atmel-samd/common-hal/busio/UART.c
15121503
#: ports/espressif/common-hal/busio/UART.c
15131504
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
15141505
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
@@ -2138,8 +2129,8 @@ msgstr ""
21382129
msgid "UART de-init"
21392130
msgstr ""
21402131

2141-
#: ports/atmel-samd/common-hal/busio/UART.c ports/cxd56/common-hal/busio/UART.c
2142-
#: ports/espressif/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
2132+
#: ports/cxd56/common-hal/busio/UART.c ports/espressif/common-hal/busio/UART.c
2133+
#: ports/stm/common-hal/busio/UART.c
21432134
msgid "UART init"
21442135
msgstr ""
21452136

@@ -4357,18 +4348,10 @@ msgstr ""
43574348
msgid "wrong output type"
43584349
msgstr ""
43594350

4360-
#: shared-module/displayio/Shape.c
4361-
msgid "x value out of bounds"
4362-
msgstr ""
4363-
43644351
#: ports/espressif/common-hal/audiobusio/__init__.c
43654352
msgid "xTaskCreate failed"
43664353
msgstr ""
43674354

4368-
#: shared-module/displayio/Shape.c
4369-
msgid "y value out of bounds"
4370-
msgstr ""
4371-
43724355
#: extmod/ulab/code/scipy/signal/signal.c
43734356
msgid "zi must be an ndarray"
43744357
msgstr ""
@@ -4381,6 +4364,17 @@ msgstr ""
43814364
msgid "zi must be of shape (n_section, 2)"
43824365
msgstr ""
43834366

4367+
#~ msgid "Brightness must be 0-1.0"
4368+
#~ msgstr "Jas musí být 0-1,0"
4369+
4370+
#, c-format
4371+
#~ msgid "Error in MIDI stream at position %d"
4372+
#~ msgstr "Chyba v MIDI přenosu na pozici %d"
4373+
4374+
#, c-format
4375+
#~ msgid "Maximum x value when mirrored is %d"
4376+
#~ msgstr "Maximální hodnota x při zrcadlení je %d"
4377+
43844378
#~ msgid "64 bit types"
43854379
#~ msgstr "64 bit typy"
43864380

0 commit comments

Comments
 (0)