8000 Merge pull request #8455 from weblate/weblate-circuitpython-main · pypewpew/circuitpython@f914e0e · GitHub
[go: up one dir, main page]

Skip to content

Commit f914e0e

Browse files
authored
Merge pull request adafruit#8455 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2 parents 0e96ece + 05a6ebb commit f914e0e

File tree

19 files changed

+255
-527
lines changed

19 files changed

+255
-527
lines changed

locale/ID.po

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ msgstr ""
199199
msgid "%q must be <= %d"
200200
msgstr "%q harus <= %d"
201201

202+
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
203+
msgid "%q must be <= %u"
204+
msgstr ""
205+
202206
#: py/argcheck.c
203207
msgid "%q must be >= %d"
204208
msgstr "%q harus >= %d"
@@ -1174,10 +1178,6 @@ msgstr ""
11741178
msgid "Initial set pin state conflicts with initial out pin state"
11751179
msgstr ""
11761180

1177-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
1178-
msgid "Initialization failed due to lack of memory"
1179-
msgstr ""
1180-
11811181
#: shared-bindings/bitops/__init__.c
11821182
#, c-format
11831183
msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
@@ -1824,11 +1824,6 @@ msgstr ""
18241824
msgid "Pull not used when direction is output."
18251825
msgstr "Pull tidak digunakan saat arah output."
18261826

1827-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
1828-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
1829-
msgid "RAISE mode is not implemented"
1830-
msgstr ""
1831-
18321827
#: ports/raspberrypi/common-hal/countio/Counter.c
18331828
msgid "RISE_AND_FALL not available on this chip"
18341829
msgstr ""
@@ -2334,20 +2329,10 @@ msgstr "Tegangan baca habis waktu"
23342329
msgid "WARNING: Your code filename has two extensions\n"
23352330
msgstr "PERINGATAN: Nama file kode anda mempunyai dua ekstensi\n"
23362331

2337-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
23382332
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
2339-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
23402333
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
23412334
msgstr ""
23422335

2343-
#: shared-bindings/watchdog/WatchDogTimer.c
2344-
msgid "WatchDogTimer is not currently running"
2345-
msgstr ""
2346-
2347-
#: shared-bindings/watchdog/WatchDogTimer.c
2348-
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
2349-
msgstr ""
2350-
23512336
#: py/builtinhelp.c
23522337
#, c-format
23532338
msgid ""
@@ -4105,10 +4090,7 @@ msgstr "sintaksis error pada JSON"
41054090
msgid "syntax error in uctypes descriptor"
41064091
msgstr "sintaksis error pada pendeskripsi uctypes"
41074092

4108-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
4109-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
41104093
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
4111-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
41124094
msgid "timeout duration exceeded the maximum supported value"
41134095
msgstr ""
41144096

@@ -4310,10 +4292,6 @@ msgstr ""
43104292
msgid "value out of range of target"
43114293
msgstr ""
43124294

4313-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4314-
msgid "watchdog not initialized"
4315-
msgstr ""
4316-
43174295
#: shared-bindings/is31fl3741/FrameBuffer.c
43184296
msgid "width must be greater than zero"
43194297
msgstr ""

locale/cs.po

Lines changed: 22 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: PACKAGE VERSION\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-01-04 12:55-0600\n"
9-
"PO-Revision-Date: 2023-10-01 08:00+0000\n"
9+
"PO-Revision-Date: 2023-10-03 15:21+0000\n"
1010
"Last-Translator: Vladimír Smitka <vladimir.smitka@lynt.cz>\n"
1111
"Language-Team: LANGUAGE <LL@li.org>\n"
1212
"Language: cs\n"
@@ -22,7 +22,7 @@ msgid ""
2222
"Code done running.\n"
2323
msgstr ""
2424
"\n"
25-
"Program byl dokončen.\n"
25+
"Běh programu byl dokončen.\n"
2626

2727
#: main.c
2828
msgid ""
@@ -207,6 +207,10 @@ msgstr "%q musí být 1, pokud %q je True"
207207
msgid "%q must be <= %d"
208208
msgstr "%q musí být <= %d"
209209

210+
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
211+
msgid "%q must be <= %u"
212+
msgstr "%q musí být <= %u"
213+
210214
#: py/argcheck.c
211215
msgid "%q must be >= %d"
212216
msgstr "%q musí být >= %d"
@@ -273,11 +277,11 @@ msgstr "%q=%q"
273277

274278
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
275279
msgid "%q[%u] shifts in more bits than pin count"
276-
msgstr "%q[%u] posouvá o více bitů než je počet pinů"
280+
msgstr "%q[%u] posouvá dovnitř o více bitů než je počet pinů"
277281

278282
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
279283
msgid "%q[%u] shifts out more bits than pin count"
280-
msgstr ""
284+
msgstr "%q[%u] posouvá ven o více bitů než je počet pinů"
281285

282286
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
283287
msgid "%q[%u] uses extra pin"
@@ -461,7 +465,7 @@ msgstr "Kanál hardwarového přerušení je již používán"
461465

462466
#: ports/raspberrypi/common-hal/wifi/Radio.c
463467
msgid "AP could not be started"
464-
msgstr ""
468+
msgstr "AP nemohl být spuštěn"
465469

466470
#: shared-bindings/_bleio/Address.c shared-bindings/ipaddress/IPv4Address.c
467471
#, c-format
@@ -472,7 +476,7 @@ msgstr "Adresa musí být %d bajtů dlouhá"
472476
#: ports/nrf/common-hal/memorymap/AddressRange.c
473477
#: ports/raspberrypi/common-hal/memorymap/AddressRange.c
474478
msgid "Address range not allowed"
475-
msgstr ""
479+
msgstr "Adresní rozsah není povolen"
476480

477481
#: shared-bindings/memorymap/AddressRange.c
478482
msgid "Address range wraps around"
@@ -517,7 +521,7 @@ msgstr "Všechny kanály jsou používány"
517521

518522
#: ports/raspberrypi/common-hal/usb_host/Port.c
519523
msgid "All dma channels in use"
520-
msgstr ""
524+
msgstr "Všechny DMA kanály jsou používány"
521525

522526
#: ports/atmel-samd/common-hal/audioio/AudioOut.c
523527
msgid "All event channels in use"
@@ -527,7 +531,7 @@ msgstr "Všechny kanály událostí jsou již používány"
527531
#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
528532
#: ports/raspberrypi/common-hal/usb_host/Port.c
529533
msgid "All state machines in use"
530-
msgstr ""
534+
msgstr "Všechny stavové automaty jsou používány"
531535

532536
#: ports/atmel-samd/audio_dma.c
533537
msgid "All sync event channels in use"
@@ -654,8 +658,9 @@ msgid "Bitmap size and bits per value must match"
654658
msgstr "Velikost bitmapy a počet bitů na hodnotu se musí shodovat"
655659

656660
#: supervisor/shared/safe_mode.c
661+
#, fuzzy
657662
msgid "Boot device must be first (interface #0)."
658-
msgstr ""
663+
msgstr "Bootovací zařízení musí být první (rozhraní #0)."
659664

660665
#: ports/mimxrt10xx/common-hal/busio/UART.c
661666
msgid "Both RX and TX required for flow control"
@@ -706,7 +711,7 @@ msgstr "Buffer je příliš krátký o %d bajtů"
706711
#: shared-bindings/framebufferio/FramebufferDisplay.c
707712
#: shared-bindings/struct/__init__.c shared-module/struct/__init__.c
708713
msgid "Buffer too small"
709-
msgstr ""
714+
msgstr "Buffer příliš malý"
710715

711716
#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
712717
msgid "Buffers must be same size"
@@ -734,7 +739,7 @@ msgstr "Disk CIRCUITPY nelze nalézt nebo vytvořit."
734739

735740
#: ports/espressif/common-hal/espidf/__init__.c
736741
msgid "CRC or checksum was invalid"
737-
msgstr ""
742+
msgstr "CRC nebo kontrolní součet byl neplatný"
738743

739744
#: py/objtype.c
740745
msgid "Call super().__init__() before accessing native object."
@@ -812,7 +817,7 @@ msgstr ""
812817

813818
#: ports/espressif/common-hal/socketpool/Socket.c
814819
msgid "Cannot set socket options"
815-
msgstr ""
820+
msgstr "Nelze nastavit možnosti socketu"
816821

817822
#: shared-bindings/digitalio/DigitalInOut.c
818823
msgid "Cannot set value when direction is input."
@@ -833,11 +838,11 @@ msgstr "Nelze měnit frekvenci časovače, který je již používán"
833838

834839
#: ports/nrf/common-hal/alarm/pin/PinAlarm.c
835840
msgid "Cannot wake on pin edge, only level"
836-
msgstr ""
841+
msgstr "Nelze probudit hranou na pinu, pouze úrovní"
837842

838843
#: ports/espressif/common-hal/alarm/pin/PinAlarm.c
839844
msgid "Cannot wake on pin edge. Only level."
840-
msgstr ""
845+
msgstr "Nelze probudit hranou na pinu. Pouze úrovní."
841846

842847
#: shared-bindings/_bleio/CharacteristicBuffer.c
843848
msgid "CharacteristicBuffer writing not provided"
@@ -872,7 +877,7 @@ msgstr ""
872877

873878
#: ports/espressif/common-hal/neopixel_write/__init__.c
874879
msgid "Could not retrieve clock"
875-
msgstr ""
880+
msgstr "Nelze načíst hodiny"
876881

877882
#: shared-bindings/_bleio/Adapter.c
878883
msgid "Could not set address"
@@ -946,15 +951,15 @@ msgstr "Otočení displeje musí být po 90 stupních"
946951

947952
#: main.c
948953
msgid "Done"
949-
msgstr ""
954+
msgstr "Hotovo"
950955

951956
#: shared-bindings/digitalio/DigitalInOut.c
952957
msgid "Drive mode not used when direction is input."
953958
msgstr ""
954959

955960
#: py/obj.c
956961
msgid "During handling of the above exception, another exception occurred:"
957-
msgstr ""
962+
msgstr "Při zpracování uvedené výjimky nastala další výjimka:"
958963

959964
#: shared-bindings/aesio/aes.c
960965
msgid "ECB o F438 nly operates on 16 bytes at a time"
@@ -1182,10 +1187,6 @@ msgstr ""
11821187
msgid "Initial set pin state conflicts with initial out pin state"
11831188
msgstr ""
11841189

1185-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
1186-
msgid "Initialization failed due to lack of memory"
1187-
msgstr ""
1188-
11891190
#: shared-bindings/bitops/__init__.c
11901191
#, c-format
11911192
msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
@@ -1823,11 +1824,6 @@ msgstr ""
18231824
msgid "Pull not used when direction is output."
18241825
msgstr ""
18251826

1826-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
1827-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
1828-
msgid "RAISE mode is not implemented"
1829-
msgstr ""
1830-
18311827
#: ports/raspberrypi/common-hal/countio/Counter.c
18321828
msgid "RISE_AND_FALL not available on this chip"
18331829
msgstr ""
@@ -2329,20 +2325,10 @@ msgstr ""
23292325
msgid "WARNING: Your code filename has two extensions\n"
23302326
msgstr ""
23312327

2332-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
23332328
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
2334-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
23352329
msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
23362330
msgstr ""
23372331

2338-
#: shared-bindings/watchdog/WatchDogTimer.c
2339-
msgid "WatchDogTimer is not currently running"
2340-
msgstr ""
2341-
2342-
#: shared-bindings/watchdog/WatchDogTimer.c
2343-
msgid "WatchDogTimer.mode cannot be changed once set to WatchDogMode.RESET"
2344-
msgstr ""
2345-
23462332
#: py/builtinhelp.c
23472333
#, c-format
23482334
msgid ""
@@ -4099,10 +4085,7 @@ msgstr ""
40994085
msgid "syntax error in uctypes descriptor"
41004086
msgstr ""
41014087

4102-
#: ports/atmel-samd/common-hal/watchdog/WatchDogTimer.c
4103-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
41044088
#: ports/nrf/common-hal/watchdog/WatchDogTimer.c
4105-
#: ports/raspberrypi/common-hal/watchdog/WatchDogTimer.c
41064089
msgid "timeout duration exceeded the maximum supported value"
41074090
msgstr ""
41084091

@@ -4304,10 +4287,6 @@ msgstr ""
43044287
msgid "value out of range of target"
43054288
msgstr ""
43064289

4307-
#: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4308-
msgid "watchdog not initialized"
4309-
msgstr ""
4310-
43114290
#: shared-bindings/is31fl3741/FrameBuffer.c
43124291
msgid "width must be greater than zero"
43134292
msgstr ""

0 commit comments

Comments
 (0)
0