@@ -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"
2323msgstr ""
2424"\n"
25- "Program byl dokončen.\n"
25+ "Běh programu byl dokončen.\n"
2626
2727#: main.c
2828msgid ""
@@ -207,6 +207,10 @@ msgstr "%q musí být 1, pokud %q je True"
207207msgid "%q must be <= %d"
208208msgstr "%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
211215msgid "%q must be >= %d"
212216msgstr "%q musí být >= %d"
@@ -273,11 +277,11 @@ msgstr "%q=%q"
273277
274278#: ports/raspberrypi/common-hal/rp2pio/StateMachine.c
275279msgid "%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
279283msgid "%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
283287msgid "%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
463467msgid "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
474478msgid "Address range not allowed"
475- msgstr ""
479+ msgstr "Adresní rozsah není povolen "
476480
477481#: shared-bindings/memorymap/AddressRange.c
478482msgid "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
519523msgid "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
523527msgid "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
529533msgid "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
533537msgid "All sync event channels in use"
@@ -654,8 +658,9 @@ msgid "Bitmap size and bits per value must match"
654658msgstr "Velikost bitmapy a počet bitů na hodnotu se musí shodovat"
655659
656660#: supervisor/shared/safe_mode.c
661+ #, fuzzy
657662msgid "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
661666msgid "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
708713msgid "Buffer too small"
709- msgstr ""
714+ msgstr "Buffer příliš malý "
710715
711716#: ports/espressif/common-hal/imagecapture/ParallelImageCapture.c
712717msgid "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
736741msgid "CRC or checksum was invalid"
737- msgstr ""
742+ msgstr "CRC nebo kontrolní součet byl neplatný "
738743
739744#: py/objtype.c
740745msgid "Call super().__init__() before accessing native object."
@@ -812,7 +817,7 @@ msgstr ""
812817
813818#: ports/espressif/common-hal/socketpool/Socket.c
814819msgid "Cannot set socket options"
815- msgstr ""
820+ msgstr "Nelze nastavit možnosti socketu "
816821
817822#: shared-bindings/digitalio/DigitalInOut.c
818823msgid "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
835840msgid "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
839844msgid "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
843848msgid "CharacteristicBuffer writing not provided"
@@ -872,7 +877,7 @@ msgstr ""
872877
873878#: ports/espressif/common-hal/neopixel_write/__init__.c
874879msgid "Could not retrieve clock"
875- msgstr ""
880+ msgstr "Nelze načíst hodiny "
876881
877882#: shared-bindings/_bleio/Adapter.c
878883msgid "Could not set address"
@@ -946,15 +951,15 @@ msgstr "Otočení displeje musí být po 90 stupních"
946951
947952#: main.c
948953msgid "Done"
949- msgstr ""
954+ msgstr "Hotovo "
950955
951956#: shared-bindings/digitalio/DigitalInOut.c
952957msgid "Drive mode not used when direction is input."
953958msgstr ""
954959
955960#: py/obj.c
956961msgid "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
960965msgid "ECB only operates on 16 bytes at a time"
@@ -1182,10 +1187,6 @@ msgstr ""
11821187msgid "Initial set pin state conflicts with initial out pin state"
11831188msgstr ""
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
11911192msgid "Input buffer length (%d) must be a multiple of the strand count (%d)"
@@ -1823,11 +1824,6 @@ msgstr ""
18231824msgid "Pull not used when direction is output."
18241825msgstr ""
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
18321828msgid "RISE_AND_FALL not available on this chip"
18331829msgstr ""
@@ -2329,20 +2325,10 @@ msgstr ""
23292325msgid "WARNING: Your code filename has two extensions\n"
23302326msgstr ""
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
23352329msgid "WatchDogTimer cannot be deinitialized once mode is set to RESET"
23362330msgstr ""
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
23482334msgid ""
@@ -4099,10 +4085,7 @@ msgstr ""
40994085msgid "syntax error in uctypes descriptor"
41004086msgstr ""
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
41064089msgid "timeout duration exceeded the maximum supported value"
41074090msgstr ""
41084091
@@ -4304,10 +4287,6 @@ msgstr ""
43044287msgid "value out of range of target"
43054288msgstr ""
43064289
4307- #: ports/espressif/common-hal/watchdog/WatchDogTimer.c
4308- msgid "watchdog not initialized"
4309- msgstr ""
4310-
43114290#: shared-bindings/is31fl3741/FrameBuffer.c
43124291msgid "width must be greater than zero"
43134292msgstr ""
0 commit comments