Skip to content

Commit 8de3467

Browse files
authored
Merge pull request #8209 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 2d53627 + 3bf1f4f commit 8de3467

File tree

19 files changed

+718
-1026
lines changed

19 files changed

+718
-1026
lines changed

locale/ID.po

Lines changed: 34 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ msgstr ""
129129

130130
#: ports/espressif/common-hal/espulp/ULP.c
131131
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
132+
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
132133
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
133134
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
135+
#: ports/raspberrypi/common-hal/usb_host/Port.c
134136
#: shared-bindings/digitalio/DigitalInOut.c
135137
#: shared-bindings/microcontroller/Pin.c
136138
msgid "%q in use"
@@ -185,6 +187,7 @@ msgid "%q must be 1 when %q is True"
185187
msgstr ""
186188

187189
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
190+
#: shared-module/gifio/OnDiskGif.c
188191
msgid "%q must be <= %d"
189192
msgstr "%q harus <= %d"
190193

@@ -786,10 +789,6 @@ msgstr "Tidak dapat menentukan RTS atau CTS dalam mode RS485"
786789
msgid "Cannot subclass slice"
787790
msgstr "Tidak dapat membuat subkelas dari irisan"
788791

789-
#: shared-module/bitbangio/SPI.c
790-
msgid "Cannot transfer without MOSI and MISO pins"
791-
msgstr ""
792-
793792
#: shared-bindings/pwmio/PWMOut.c
794793
msgid "Cannot vary frequency on a timer that is already in use"
795794
msgstr ""
@@ -1100,13 +1099,10 @@ msgstr "Grup sudah digunakan"
11001099
msgid "Half duplex SPI is not implemented"
11011100
msgstr ""
11021101

1103-
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
1104-
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
1105-
#: ports/stm/common-hal/sdioio/SDCard.c
1106-
msgid "Hardware busy, try alternative pins"
1107-
msgstr "Perangkat keras sibuk, coba pin alternatif"
1108-
1109-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1102+
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1103+
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
1104+
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/busio/UART.c
1105+
#: ports/stm/common-hal/canio/CAN.c ports/stm/common-hal/sdioio/SDCard.c
11101106
msgid "Hardware in use, try alternative pins"
11111107
msgstr "Perangkat keras sedang digunakan, coba pin alternatif"
11121108

@@ -1367,14 +1363,6 @@ msgstr ""
13671363
msgid "Mismatched swap flag"
13681364
msgstr ""
13691365

1370-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1371-
msgid "Missing MISO or MOSI Pin"
1372-
msgstr "Tidak menemukan Pin MISO atau MOSI"
1373-
1374-
#: ports/stm/common-hal/busio/SPI.c
1375-
msgid "Missing MISO or MOSI pin"
1376-
msgstr ""
1377-
13781366
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13791367
#, c-format
13801368
msgid "Missing first_in_pin. Instruction %d reads pin(s)"
@@ -1448,6 +1436,14 @@ msgid "Nimble out of memory"
14481436
msgstr ""
14491437

14501438
#: ports/atmel-samd/common-hal/busio/UART.c
1439+
#: ports/espressif/common-hal/busio/SPI.c
1440+
#: ports/espressif/common-hal/busio/UART.c
1441+
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1442+
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1443+
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/SPI.c
1444+
#: ports/stm/common-hal/busio/UART.c shared-bindings/displayio/FourWire.c
1445+
#: shared-bindings/displayio/I2CDisplay.c
1446+
#: shared-bindings/paralleldisplay/ParallelBus.c shared-module/bitbangio/SPI.c
14511447
msgid "No %q pin"
14521448
msgstr "Tidak pin %q"
14531449

@@ -1481,36 +1477,6 @@ msgstr ""
14811477
msgid "No IP"
14821478
msgstr ""
14831479

1484-
#: ports/espressif/common-hal/busio/SPI.c
1485-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1486-
msgid "No MISO Pin"
1487-
msgstr "Tidak ada Pin MISO"
1488-
1489-
#: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
1490-
msgid "No MISO pin"
1491-
msgstr ""
1492-
1493-
#: ports/espressif/common-hal/busio/SPI.c
1494-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1495-
msgid "No MOSI Pin"
1496-
msgstr "Tidak ada Pin MOSI"
1497-
1498-
#: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
1499-
msgid "No MOSI pin"
1500-
msgstr ""
1501-
1502-
#: ports/espressif/common-hal/busio/UART.c
1503-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1504-
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1505-
msgid "No RX pin"
1506-
msgstr "Tidak pin RX"
1507-
1508-
#: ports/espressif/common-hal/busio/UART.c
1509-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1510-
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1511-
msgid "No TX pin"
1512-
msgstr "Tidak ada pin TX"
1513-
15141480
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
15151481
msgid "No available clocks"
15161482
msgstr "Tidak ada clocks yang tersedia"
@@ -2433,6 +2399,7 @@ msgstr ""
24332399
#: ports/espressif/boards/m5stack_core_basic/mpconfigboard.h
24342400
#: ports/espressif/boards/m5stack_core_fire/mpconfigboard.h
24352401
#: ports/espressif/boards/m5stack_stick_c/mpconfigboard.h
2402+
#: ports/espressif/boards/m5stack_stick_c_plus/mpconfigboard.h
24362403
msgid "You pressed button A at start up."
24372404
msgstr ""
24382405

@@ -3656,11 +3623,6 @@ msgstr ""
36563623
msgid "no module named '%q'"
36573624
msgstr "tidak ada modul yang bernama '%q'"
36583625

3659-
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
3660-
#: shared-bindings/paralleldisplay/ParallelBus.c
3661-
msgid "no reset pin available"
3662-
msgstr ""
3663-
36643626
#: shared-module/sdcardio/SDCard.c
36653627
msgid "no response from SD card"
36663628
msgstr ""
@@ -4387,6 +4349,24 @@ msgstr "zi harus berjenis float"
43874349
msgid "zi must be of shape (n_section, 2)"
43884350
msgstr "Zi harus berbentuk (n_section, 2)"
43894351

4352+
#~ msgid "Hardware busy, try alternative pins"
4353+
#~ msgstr "Perangkat keras sibuk, coba pin alternatif"
4354+
4355+
#~ msgid "Missing MISO or MOSI Pin"
4356+
#~ msgstr "Tidak menemukan Pin MISO atau MOSI"
4357+
4358+
#~ msgid "No MISO Pin"
4359+
#~ msgstr "Tidak ada Pin MISO"
4360+
4361+
#~ msgid "No MOSI Pin"
4362+
#~ msgstr "Tidak ada Pin MOSI"
4363+
4364+
#~ msgid "No RX pin"
4365+
#~ msgstr "Tidak pin RX"
4366+
4367+
#~ msgid "No TX pin"
4368+
#~ msgstr "Tidak ada pin TX"
4369+
43904370
#~ msgid "Brightness must be 0-1.0"
43914371
#~ msgstr "Kecerahan harus di antara 0-1.0"
43924372

locale/cs.po

Lines changed: 43 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,10 @@ msgstr ""
130130

131131
#: ports/espressif/common-hal/espulp/ULP.c
132132
#: ports/mimxrt10xx/common-hal/audiobusio/__init__.c
133+
#: ports/mimxrt10xx/common-hal/usb_host/Port.c
133134
#: ports/raspberrypi/common-hal/picodvi/Framebuffer.c
134135
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
136+
#: ports/raspberrypi/common-hal/usb_host/Port.c
135137
#: shared-bindings/digitalio/DigitalInOut.c
136138
#: shared-bindings/microcontroller/Pin.c
137139
msgid "%q in use"
@@ -186,6 +188,7 @@ msgid "%q must be 1 when %q is True"
186188
msgstr "%q musí být 1, pokud %q je True"
187189

188190
#: py/argcheck.c shared-bindings/gifio/GifWriter.c
191+
#: shared-module/gifio/OnDiskGif.c
189192
msgid "%q must be <= %d"
190193
msgstr "%q musí být <= %d"
191194

@@ -786,10 +789,6 @@ msgstr "Nelze určit RTS nebo CTS v režimu RS485"
786789
msgid "Cannot subclass slice"
787790
msgstr "Nelze použít řez podtřídy"
788791

789-
#: shared-module/bitbangio/SPI.c
790-
msgid "Cannot transfer without MOSI and MISO pins"
791-
msgstr ""
792-
793792
#: shared-bindings/pwmio/PWMOut.c
794793
msgid "Cannot vary frequency on a timer that is already in use"
795794
msgstr "Nelze měnit frekvenci časovače, který je již používán"
@@ -1100,13 +1099,10 @@ msgstr "Skupina již byla použita"
11001099
msgid "Half duplex SPI is not implemented"
11011100
msgstr ""
11021101

1103-
#: ports/mimxrt10xx/common-hal/busio/SPI.c ports/stm/common-hal/busio/I2C.c
1104-
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/canio/CAN.c
1105-
#: ports/stm/common-hal/sdioio/SDCard.c
1106-
msgid "Hardware busy, try alternative pins"
1107-
msgstr "Hardware je zaneprázdněn, zkuste alternativní piny"
1108-
1109-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1102+
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1103+
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/stm/common-hal/busio/I2C.c
1104+
#: ports/stm/common-hal/busio/SPI.c ports/stm/common-hal/busio/UART.c
1105+
#: ports/stm/common-hal/canio/CAN.c ports/stm/common-hal/sdioio/SDCard.c
11101106
msgid "Hardware in use, try alternative pins"
11111107
msgstr "Hardware je používán, zkuste alternativní piny"
11121108

@@ -1367,14 +1363,6 @@ msgstr ""
13671363
msgid "Mismatched swap flag"
13681364
msgstr ""
13691365

1370-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1371-
msgid "Missing MISO or MOSI Pin"
1372-
msgstr "Chybí pin MISO nebo MOSI"
1373-
1374-
#: ports/stm/common-hal/busio/SPI.c
1375-
msgid "Missing MISO or MOSI pin"
1376-
msgstr "Chybějící MISO nebo MOSI pin"
1377-
13781366
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
13791367
#, c-format
13801368
msgid "Missing first_in_pin. Instruction %d reads pin(s)"
@@ -1448,6 +1436,14 @@ msgid "Nimble out of memory"
14481436
msgstr ""
14491437

14501438
#: ports/atmel-samd/common-hal/busio/UART.c
1439+
#: ports/espressif/common-hal/busio/SPI.c
1440+
#: ports/espressif/common-hal/busio/UART.c
1441+
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1442+
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1443+
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/SPI.c
1444+
#: ports/stm/common-hal/busio/UART.c shared-bindings/displayio/FourWire.c
1445+
#: shared-bindings/displayio/I2CDisplay.c
1446+
#: shared-bindings/paralleldisplay/ParallelBus.c shared-module/bitbangio/SPI.c
14511447
msgid "No %q pin"
14521448
msgstr "Žádný %q pin"
14531449

@@ -1481,36 +1477,6 @@ msgstr "Žádné I2C zařízení na adrese: 0x%x"
14811477
msgid "No IP"
14821478
msgstr ""
14831479

1484-
#: ports/espressif/common-hal/busio/SPI.c
1485-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1486-
msgid "No MISO Pin"
1487-
msgstr "Žádný pin MISO"
1488-
1489-
#: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
1490-
msgid "No MISO pin"
1491-
msgstr "Žádný MISO pin"
1492-
1493-
#: ports/espressif/common-hal/busio/SPI.c
1494-
#: ports/mimxrt10xx/common-hal/busio/SPI.c
1495-
msgid "No MOSI Pin"
1496-
msgstr "Žádný pin MOSI"
1497-
1498-
#: ports/stm/common-hal/busio/SPI.c shared-module/bitbangio/SPI.c
1499-
msgid "No MOSI pin"
1500-
msgstr "Žádný MOSI pin"
1501-
1502-
#: ports/espressif/common-hal/busio/UART.c
1503-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1504-
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1505-
msgid "No RX pin"
1506-
msgstr "Žádný RX pin"
1507-
1508-
#: ports/espressif/common-hal/busio/UART.c
1509-
#: ports/mimxrt10xx/common-hal/busio/UART.c ports/nrf/common-hal/busio/UART.c
1510-
#: ports/raspberrypi/common-hal/busio/UART.c ports/stm/common-hal/busio/UART.c
1511-
msgid "No TX pin"
1512-
msgstr "Žádný TX pin"
1513-
15141480
#: ports/atmel-samd/common-hal/frequencyio/FrequencyIn.c
15151481
msgid "No available clocks"
15161482
msgstr "Žádné dostupné hodiny"
@@ -2420,6 +2386,7 @@ msgstr ""
24202386
#: ports/espressif/boards/m5stack_core_basic/mpconfigboard.h
24212387
#: ports/espressif/boards/m5stack_core_fire/mpconfigboard.h
24222388
#: ports/espressif/boards/m5stack_stick_c/mpconfigboard.h
2389+
#: ports/espressif/boards/m5stack_stick_c_plus/mpconfigboard.h
24232390
msgid "You pressed button A at start up."
24242391
msgstr ""
24252392

@@ -3643,11 +3610,6 @@ msgstr ""
36433610
msgid "no module named '%q'"
36443611
msgstr ""
36453612

3646-
#: shared-bindings/displayio/FourWire.c shared-bindings/displayio/I2CDisplay.c
3647-
#: shared-bindings/paralleldisplay/ParallelBus.c
3648-
msgid "no reset pin available"
3649-
msgstr ""
3650-
36513613
#: shared-module/sdcardio/SDCard.c
36523614
msgid "no response from SD card"
36533615
msgstr ""
@@ -4373,6 +4335,33 @@ msgstr ""
43734335
msgid "zi must be of shape (n_section, 2)"
43744336
msgstr ""
43754337

4338+
#~ msgid "Hardware busy, try alternative pins"
4339+
#~ msgstr "Hardware je zaneprázdněn, zkuste alternativní piny"
4340+
4341+
#~ msgid "Missing MISO or MOSI Pin"
4342+
#~ msgstr "Chybí pin MISO nebo MOSI"
4343+
4344+
#~ msgid "Missing MISO or MOSI pin"
4345+
#~ msgstr "Chybějící MISO nebo MOSI pin"
4346+
4347+
#~ msgid "No MISO Pin"
4348+
#~ msgstr "Žádný pin MISO"
4349+
4350+
#~ msgid "No MISO pin"
4351+
#~ msgstr "Žádný MISO pin"
4352+
4353+
#~ msgid "No MOSI Pin"
4354+
#~ msgstr "Žádný pin MOSI"
4355+
4356+
#~ msgid "No MOSI pin"
4357+
#~ msgstr "Žádný MOSI pin"
4358+
4359+
#~ msgid "No RX pin"
4360+
#~ msgstr "Žádný RX pin"
4361+
4362+
#~ msgid "No TX pin"
4363+
#~ msgstr "Žádný TX pin"
4364+
43764365
#~ msgid "Brightness must be 0-1.0"
43774366
#~ msgstr "Jas musí být 0-1,0"
43784367

0 commit comments

Comments
 (0)