Skip to content

Commit f786a79

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 4c6ef4e commit f786a79

File tree

19 files changed

+525
-427
lines changed

19 files changed

+525
-427
lines changed

locale/ID.po

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ msgstr "%q berisi pin duplikat"
114114
msgid "%q failure: %d"
115115
msgstr "%q gagal: %d"
116116

117-
#: py/argcheck.c
117+
#: py/argcheck.c shared-module/audiofilters/Filter.c
118118
msgid "%q in %q must be of type %q, not %q"
119119
msgstr "%q dalam %q harus bertipe %q, bukan %q"
120120

@@ -199,10 +199,6 @@ msgstr "%q harus <= %u"
199199
msgid "%q must be >= %d"
200200
msgstr "%q harus >= %d"
201201

202-
#: shared-module/audiofilters/Filter.c
203-
msgid "%q must be a %q object, %q, or %q"
204-
msgstr "%q harus berupa objek %q, %q, atau %q"
205-
206202
#: shared-bindings/analogbufio/BufferedIn.c
207203
msgid "%q must be a bytearray or array of type 'H' or 'B'"
208204
msgstr "%q harus berupa bytearray atau array bertipe 'H' atau 'B'"
@@ -230,6 +226,7 @@ msgstr "%q harus kelipatan 8."
230226
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
231227
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
232228
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
229+
#: shared-module/audiofilters/Filter.c shared-module/displayio/__init__.c
233230
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
234231
msgid "%q must be of type %q or %q, not %q"
235232
msgstr "%q harus bertipe %q atau %q, bukan %q"
@@ -554,7 +551,6 @@ msgstr "Semua timer untuk pin ini sedang digunakan"
554551
#: ports/nordic/common-hal/pulseio/PulseIn.c
555552
#: ports/nordic/peripherals/nrf/timers.c
556553
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
557-
#: ports/stm/peripherals/timers.c
558554
msgid "All timers in use"
559555
msgstr "Semua timer sedang digunakan"
560556

@@ -580,6 +576,7 @@ msgstr "Sudah berjalan"
580576

581577
#: ports/espressif/common-hal/wifi/Radio.c
582578
#: ports/raspberrypi/common-hal/wifi/Radio.c
579+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
583580
msgid "Already scanning for wifi networks"
584581
msgstr "Sudah memindai jaringan wifi"
585582

@@ -898,10 +895,6 @@ msgstr "DAC sudah digunakan"
898895
msgid "Data 0 pin must be byte aligned"
899896
msgstr "Data 0 pin harus byte disejajarkan"
900897

901-
#: shared-module/audiocore/WaveFile.c
902-
msgid "Data chunk must follow fmt chunk"
903-
msgstr "Potongan data harus mengikuti fmt chunk"
904-
905898
#: shared-module/jpegio/JpegDecoder.c
906899
msgid "Data format error (may be broken data)"
907900
msgstr "Kesalahan format data (mungkin data rusak)"
@@ -1067,6 +1060,10 @@ msgstr ""
10671060
msgid "Failed to release mutex, err 0x%04x"
10681061
msgstr "Gagal melepaskan mutex, err 0x%04x"
10691062

1063+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
1064+
msgid "Failed to set hostname"
1065+
msgstr ""
1066+
10701067
#: ports/espressif/common-hal/audioio/AudioOut.c
10711068
msgid "Failed to start async audio"
10721069
msgstr ""
@@ -1218,6 +1215,7 @@ msgid "Insufficient stream input buffer"
12181215
msgstr ""
12191216

12201217
#: ports/espressif/common-hal/wifi/Radio.c
1218+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
12211219
msgid "Interface must be started"
12221220
msgstr ""
12231221

@@ -1337,6 +1335,7 @@ msgid "Invalid hex password"
13371335
msgstr ""
13381336

13391337
#: ports/espressif/common-hal/wifi/Radio.c
1338+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
13401339
msgid "Invalid multicast MAC address"
13411340
msgstr ""
13421341

@@ -1439,7 +1438,8 @@ msgstr ""
14391438
msgid "Mount point directory missing"
14401439
msgstr ""
14411440

1442-
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
1441+
#: ports/zephyr-cp/bindings/zephyr_serial/UART.c shared-bindings/busio/UART.c
1442+
#: shared-bindings/displayio/Group.c
14431443
msgid "Must be a %q subclass."
14441444
msgstr "Harus berupa subclass %q."
14451445

@@ -1681,15 +1681,6 @@ msgstr ""
16811681
msgid "Only int or string supported for ip"
16821682
msgstr ""
16831683

1684-
#: shared-module/displayio/OnDiskBitmap.c
1685-
#, c-format
1686-
msgid ""
1687-
"Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: "
1688-
"%d bpp given"
1689-
msgstr ""
1690-
"Hanya monokrom, 4bpp atau 8bpp yang diindeks, dan 16bpp atau lebih yang "
1691-
"didukung: %d bpp diberikan"
1692-
16931684
#: ports/espressif/common-hal/alarm/touch/TouchAlarm.c
16941685
msgid "Only one %q can be set in deep sleep."
16951686
msgstr ""
@@ -1740,6 +1731,7 @@ msgstr "Kehabisan memori"
17401731

17411732
#: ports/espressif/common-hal/socketpool/Socket.c
17421733
#: ports/raspberrypi/common-hal/socketpool/Socket.c
1734+
#: ports/zephyr-cp/common-hal/socketpool/Socket.c
17431735
msgid "Out of sockets"
17441736
msgstr "Kehabisan socket"
17451737

@@ -2023,6 +2015,7 @@ msgstr "Potongan tidak didukung"
20232015

20242016
#: ports/espressif/common-hal/socketpool/SocketPool.c
20252017
#: ports/raspberrypi/common-hal/socketpool/SocketPool.c
2018+
#: ports/zephyr-cp/common-hal/socketpool/SocketPool.c
20262019
msgid "SocketPool can only be used with wifi.radio"
20272020
msgstr "SocketPool hanya dapat digunakan dengan wifi.radio"
20282021

@@ -2063,8 +2056,7 @@ msgstr ""
20632056
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
20642057
msgstr "Panjang rgb_pins harus 6, 12, 18, 24, atau 30"
20652058

2066-
#: shared-module/audiodelays/Echo.c shared-module/audiofilters/Distortion.c
2067-
#: shared-module/audiofilters/Filter.c shared-module/audiomixer/MixerVoice.c
2059+
#: shared-module/audiocore/__init__.c
20682060
msgid "The sample's %q does not match"
20692061
msgstr "Sampel punya %q yang tidak cocok"
20702062

@@ -2336,6 +2328,7 @@ msgid "Unsupported hash algorithm"
23362328
msgstr "Algoritma hash tidak didukung"
23372329

23382330
#: ports/espressif/common-hal/socketpool/Socket.c
2331+
#: ports/zephyr-cp/common-hal/socketpool/Socket.c
23392332
msgid "Unsupported socket type"
23402333
msgstr "Jenis soket tidak didukung"
23412334

@@ -2629,7 +2622,8 @@ msgstr ""
26292622
msgid "bits must be 32 or less"
26302623
msgstr ""
26312624

2632-
#: shared-bindings/audiodelays/Echo.c shared-bindings/audiofilters/Distortion.c
2625+
#: shared-bindings/audiodelays/Echo.c shared-bindings/audiodelays/PitchShift.c
2626+
#: shared-bindings/audiofilters/Distortion.c
26332627
#: shared-bindings/audiofilters/Filter.c shared-bindings/audiomixer/Mixer.c
26342628
msgid "bits_per_sample must be 8 or 16"
26352629
msgstr ""
@@ -4412,6 +4406,7 @@ msgstr ""
44124406

44134407
#: ports/espressif/common-hal/wifi/Radio.c
44144408
#: ports/raspberrypi/common-hal/wifi/Radio.c
4409+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
44154410
msgid "wifi is not enabled"
44164411
msgstr "wifi tidak diaktifkan"
44174412

@@ -4477,6 +4472,20 @@ msgstr "zi harus berjenis float"
44774472
msgid "zi must be of shape (n_section, 2)"
44784473
msgstr "Zi harus berbentuk (n_section, 2)"
44794474

4475+
#~ msgid "%q must be a %q object, %q, or %q"
4476+
#~ msgstr "%q harus berupa objek %q, %q, atau %q"
4477+
4478+
#~ msgid "Data chunk must follow fmt chunk"
4479+
#~ msgstr "Potongan data harus mengikuti fmt chunk"
4480+
4481+
#, c-format
4482+
#~ msgid ""
4483+
#~ "Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs "
4484+
#~ "supported: %d bpp given"
4485+
#~ msgstr ""
4486+
#~ "Hanya monokrom, 4bpp atau 8bpp yang diindeks, dan 16bpp atau lebih yang "
4487+
#~ "didukung: %d bpp diberikan"
4488+
44804489
#~ msgid "The sample's bits_per_sample does not match the mixer's"
44814490
#~ msgstr "Sampel bits_per_sampel tidak cocok dengan mixer"
44824491

locale/cs.po

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ msgstr "%q obsahuje duplicitní piny"
113113
msgid "%q failure: %d"
114114
msgstr "%q: selhání %d"
115115

116-
#: py/argcheck.c
116+
#: py/argcheck.c shared-module/audiofilters/Filter.c
117117
msgid "%q in %q must be of type %q, not %q"
118118
msgstr "%q v %q musí být typu %q, ne %q"
119119

@@ -198,10 +198,6 @@ msgstr "%q musí být <= %u"
198198
msgid "%q must be >= %d"
199199
msgstr "%q musí být >= %d"
200200

201-
#: shared-module/audiofilters/Filter.c
202-
msgid "%q must be a %q object, %q, or %q"
203-
msgstr ""
204-
205201
#: shared-bindings/analogbufio/BufferedIn.c
206202
msgid "%q must be a bytearray or array of type 'H' or 'B'"
207203
msgstr "%q musí být bytearray nebo pole typu 'H' nebo 'B'"
@@ -229,6 +225,7 @@ msgstr ""
229225
#: ports/raspberrypi/bindings/cyw43/__init__.c py/argcheck.c py/objexcept.c
230226
#: shared-bindings/bitmapfilter/__init__.c shared-bindings/canio/CAN.c
231227
#: shared-bindings/digitalio/Pull.c shared-bindings/supervisor/__init__.c
228+
#: shared-module/audiofilters/Filter.c shared-module/displayio/__init__.c
232229
#: shared-module/synthio/Biquad.c shared-module/synthio/Synthesizer.c
233230
msgid "%q must be of type %q or %q, not %q"
234231
msgstr "%q musí být typu %q nebo %q, ne %q"
@@ -553,7 +550,6 @@ msgstr "Všechny časovače pro tento pin jsou používány"
553550
#: ports/nordic/common-hal/pulseio/PulseIn.c
554551
#: ports/nordic/peripherals/nrf/timers.c
555552
#: ports/raspberrypi/common-hal/audiopwmio/PWMAudioOut.c
556-
#: ports/stm/peripherals/timers.c
557553
msgid "All timers in use"
558554
msgstr "Všechny časovače jsou používány"
559555

@@ -579,6 +575,7 @@ msgstr "Již běží"
579575

580576
#: ports/espressif/common-hal/wifi/Radio.c
581577
#: ports/raspberrypi/common-hal/wifi/Radio.c
578+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
582579
msgid "Already scanning for wifi networks"
583580
msgstr "Již skenuje wifi sítě"
584581

@@ -892,10 +889,6 @@ msgstr "DAC se již používá"
892889
msgid "Data 0 pin must be byte aligned"
893890
msgstr "Datový pin 0 musí být zarovnán na bajty"
894891

895-
#: shared-module/audiocore/WaveFile.c
896-
msgid "Data chunk must follow fmt chunk"
897-
msgstr "Datový blok musí následovat fmt blok"
898-
899892
#: shared-module/jpegio/JpegDecoder.c
900893
msgid "Data format error (may be broken data)"
901894
msgstr ""
@@ -1060,6 +1053,10 @@ msgstr ""
10601053
msgid "Failed to release mutex, err 0x%04x"
10611054
msgstr "Nepodařilo se uvolnit mutex, err 0x%04x"
10621055

1056+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
1057+
msgid "Failed to set hostname"
1058+
msgstr ""
1059+
10631060
#: ports/espressif/common-hal/audioio/AudioOut.c
10641061
msgid "Failed to start async audio"
10651062
msgstr ""
@@ -1213,6 +1210,7 @@ msgid "Insufficient stream input buffer"
12131210
msgstr ""
12141211

12151212
#: ports/espressif/common-hal/wifi/Radio.c
1213+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
12161214
msgid "Interface must be started"
12171215
msgstr "Rozhraní musí být nastartováno"
12181216

@@ -1332,6 +1330,7 @@ msgid "Invalid hex password"
13321330
msgstr "Špatné heslo v hex"
13331331

13341332
#: ports/espressif/common-hal/wifi/Radio.c
1333+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
13351334
msgid "Invalid multicast MAC address"
13361335
msgstr "Chybná multicastová MAC adresa"
13371336

@@ -1434,7 +1433,8 @@ msgstr "Chybí jmp_pin. %q[%u] skáče na pin"
14341433
msgid "Mount point directory missing"
14351434
msgstr ""
14361435

1437-
#: shared-bindings/busio/UART.c shared-bindings/displayio/Group.c
1436+
#: ports/zephyr-cp/bindings/zephyr_serial/UART.c shared-bindings/busio/UART.c
1437+
#: shared-bindings/displayio/Group.c
14381438
msgid "Must be a %q subclass."
14391439
msgstr "Musí být podtřída %q."
14401440

@@ -1674,15 +1674,6 @@ msgstr "Na tomto hardware je dostupná pouze detekce hrany"
16741674
msgid "Only int or string supported for ip"
16751675
msgstr "Pro IP je podporován pouze int nebo string"
16761676

1677-
#: shared-module/displayio/OnDiskBitmap.c
1678-
#, c-format
1679-
msgid ""
1680-
"Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs supported: "
1681-
"%d bpp given"
1682-
msgstr ""
1683-
"Podporovány jsou pouze černobílé, indexované 4 bpp nebo 8 bpp a 16 bpp nebo "
1684-
"vyšší BMP: bitmapa má %d bpp"
1685-
16861677
#: ports/espressif/common-hal/alarm/touch/TouchAlarm.c
16871678
msgid "Only one %q can be set in deep sleep."
16881679
msgstr "Pouze jeden %q lze nastavit v hlubokém spánku."
@@ -1733,6 +1724,7 @@ msgstr "Došla paměť"
17331724

17341725
#: ports/espressif/common-hal/socketpool/Socket.c
17351726
#: ports/raspberrypi/common-hal/socketpool/Socket.c
1727+
#: ports/zephyr-cp/common-hal/socketpool/Socket.c
17361728
msgid "Out of sockets"
17371729
msgstr "Došly sockety"
17381730

@@ -2011,6 +2003,7 @@ msgstr ""
20112003

20122004
#: ports/espressif/common-hal/socketpool/SocketPool.c
20132005
#: ports/raspberrypi/common-hal/socketpool/SocketPool.c
2006+
#: ports/zephyr-cp/common-hal/socketpool/SocketPool.c
20142007
msgid "SocketPool can only be used with wifi.radio"
20152008
msgstr "SocketPool je možné použít pouze s wifi.radio"
20162009

@@ -2050,8 +2043,7 @@ msgstr "Výše uvedená výjimka byla přímá příčina následující výjimk
20502043
msgid "The length of rgb_pins must be 6, 12, 18, 24, or 30"
20512044
msgstr "Počet prvků rgb_pin musí být 6, 12, 18, 24, nebo 30"
20522045

2053-
#: shared-module/audiodelays/Echo.c shared-module/audiofilters/Distortion.c
2054-
#: shared-module/audiofilters/Filter.c shared-module/audiomixer/MixerVoice.c
2046+
#: shared-module/audiocore/__init__.c
20552047
msgid "The sample's %q does not match"
20562048
msgstr ""
20572049

@@ -2317,6 +2309,7 @@ msgid "Unsupported hash algorithm"
23172309
msgstr "Nepodporovaný hash algoritmus"
23182310

23192311
#: ports/espressif/common-hal/socketpool/Socket.c
2312+
#: ports/zephyr-cp/common-hal/socketpool/Socket.c
23202313
msgid "Unsupported socket type"
23212314
msgstr ""
23222315

@@ -2609,7 +2602,8 @@ msgstr "velikosti bitmapy musí odpovídat"
26092602
msgid "bits must be 32 or less"
26102603
msgstr "počet bitů nesmí přesáhnout 32"
26112604

2612-
#: shared-bindings/audiodelays/Echo.c shared-bindings/audiofilters/Distortion.c
2605+
#: shared-bindings/audiodelays/Echo.c shared-bindings/audiodelays/PitchShift.c
2606+
#: shared-bindings/audiofilters/Distortion.c
26132607
#: shared-bindings/audiofilters/Filter.c shared-bindings/audiomixer/Mixer.c
26142608
msgid "bits_per_sample must be 8 or 16"
26152609
msgstr ""
@@ -4392,6 +4386,7 @@ msgstr ""
43924386

43934387
#: ports/espressif/common-hal/wifi/Radio.c
43944388
#: ports/raspberrypi/common-hal/wifi/Radio.c
4389+
#: ports/zephyr-cp/common-hal/wifi/Radio.c
43954390
msgid "wifi is not enabled"
43964391
msgstr ""
43974392

@@ -4457,6 +4452,17 @@ msgstr ""
44574452
msgid "zi must be of shape (n_section, 2)"
44584453
msgstr ""
44594454

4455+
#~ msgid "Data chunk must follow fmt chunk"
4456+
#~ msgstr "Datový blok musí následovat fmt blok"
4457+
4458+
#, c-format
4459+
#~ msgid ""
4460+
#~ "Only monochrome, indexed 4bpp or 8bpp, and 16bpp or greater BMPs "
4461+
#~ "supported: %d bpp given"
4462+
#~ msgstr ""
4463+
#~ "Podporovány jsou pouze černobílé, indexované 4 bpp nebo 8 bpp a 16 bpp "
4464+
#~ "nebo vyšší BMP: bitmapa má %d bpp"
4465+
44604466
#~ msgid "init I2C"
44614467
#~ msgstr "inicializace I2C"
44624468

0 commit comments

Comments
 (0)