55msgstr ""
66"Project-Id-Version : PACKAGE VERSION\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2020-11-24 15:40 -0500\n "
9- "PO-Revision-Date : 2020-11-30 18:06 +0000\n "
8+ "POT-Creation-Date : 2020-11-27 23:57 -0500\n "
9+ "PO-Revision-Date : 2020-12-02 20:29 +0000\n "
1010"Last-Translator : vkuthan <vit.kuthan@seznam.cz>\n "
1111"Language-Team : LANGUAGE <LL@li.org>\n "
1212"Language : cs\n "
@@ -122,35 +122,35 @@ msgstr ""
122122
123123#: py/proto.c
124124msgid "'%q' object does not support '%q'"
125- msgstr ""
125+ msgstr "Objekt '%q' nepodporuje '%q' "
126126
127127#: py/obj.c
128128msgid "'%q' object does not support item assignment"
129- msgstr ""
129+ msgstr "Objekt '%q' nepodporuje přiřazení položek "
130130
131131#: py/obj.c
132132msgid "'%q' object does not support item deletion"
133- msgstr ""
133+ msgstr "Objekt '%q' nepodporuje mazání položek "
134134
135135#: py/runtime.c
136136msgid "'%q' object has no attribute '%q'"
137- msgstr ""
137+ msgstr "Objekt '%q' nemá žádný atribut "
138138
139139#: py/runtime.c
140140msgid "'%q' object is not an iterator"
141- msgstr ""
141+ msgstr "Objekt '%q' není iterátor "
142142
143143#: py/objtype.c py/runtime.c
144144msgid "'%q' object is not callable"
145- msgstr ""
145+ msgstr "Objekt '%q' nelze volat "
146146
147147#: py/runtime.c
148148msgid "'%q' object is not iterable"
149- msgstr ""
149+ msgstr "Objekt '%q' není iterovatelný "
150150
151151#: py/obj.c
152152msgid "'%q' object is not subscriptable"
153- msgstr ""
153+ msgstr "Objekt '%q' nelze zapsat "
154154
155155#: py/emitinlinethumb.c py/emitinlinextensa.c
156156#, c-format
@@ -170,17 +170,17 @@ msgstr ""
170170#: py/emitinlinethumb.c
171171#, c-format
172172msgid "'%s' expects an FPU register"
173- msgstr ""
173+ msgstr "'%s' očekává register FPU "
174174
175175#: py/emitinlinethumb.c
176176#, c-format
177177msgid "'%s' expects an address of the form [a, b]"
178- msgstr ""
178+ msgstr "'%s' očekává adresu ve formátu [a, b] "
179179
180180#: py/emitinlinethumb.c py/emitinlinextensa.c
181181#, c-format
182182msgid "'%s' expects an integer"
183- msgstr ""
183+ msgstr "'%s' očekává integer (celé číslo) "
184184
185185#: py/emitinlinethumb.c
186186#, c-format
@@ -190,7 +190,7 @@ msgstr ""
190190#: py/emitinlinethumb.c
191191#, c-format
192192msgid "'%s' expects {r0, r1, ...}"
193- msgstr ""
193+ msgstr "'%s' očekává {r0, r1, ...} "
194194
195195#: py/emitinlinextensa.c
196196#, c-format
@@ -502,7 +502,8 @@ msgstr ""
502502msgid "Buffer must be a multiple of 512 bytes"
503503msgstr ""
504504
505- #: shared-bindings/bitbangio/I2C.c shared-bindings/busio/I2C.c
505+ #: shared-bindings/bitbangio/I2C.c shared-bindings/busdevice/I2CDevice.c
506+ #: shared-bindings/busio/I2C.c
506507msgid "Buffer must be at least length 1"
507508msgstr ""
508509
@@ -848,6 +849,10 @@ msgstr ""
848849msgid "Expected an Address"
849850msgstr ""
850851
852+ #: shared-bindings/alarm/__init__.c
853+ msgid "Expected an alarm"
854+ msgstr ""
855+
851856#: shared-module/_pixelbuf/PixelBuf.c
852857#, c-format
853858msgid "Expected tuple of length %d, got %d"
@@ -993,6 +998,10 @@ msgstr ""
993998msgid "I2SOut not available"
994999msgstr ""
9951000
1001+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
1002+ msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1003+ msgstr ""
1004+
9961005#: shared-bindings/aesio/aes.c
9971006#, c-format
9981007msgid "IV must be %d bytes long"
@@ -1291,6 +1300,11 @@ msgstr ""
12911300msgid "No DMA channel found"
12921301msgstr ""
12931302
1303+ #: shared-module/busdevice/I2CDevice.c
1304+ #, c-format
1305+ msgid "No I2C device at address: %x"
1306+ msgstr ""
1307+
12941308#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
12951309#: ports/stm/common-hal/busio/SPI.c
12961310msgid "No MISO Pin"
@@ -1444,6 +1458,10 @@ msgid ""
14441458"%d bpp given"
14451459msgstr ""
14461460
1461+ #: ports/esp32s2/common-hal/alarm/__init__.c
1462+ msgid "Only one alarm.time alarm can be set."
1463+ msgstr ""
1464+
14471465#: shared-module/displayio/ColorConverter.c
14481466msgid "Only one color can be transparent at a time"
14491467msgstr ""
@@ -1501,6 +1519,10 @@ msgstr ""
15011519msgid "Pin number already reserved by EXTI"
15021520msgstr ""
15031521
1522+ #: ports/esp32s2/common-hal/alarm/__init__.c
1523+ msgid "PinAlarm not yet implemented"
1524+ msgstr ""
1525+
15041526#: shared-bindings/rgbmatrix/RGBMatrix.c
15051527#, c-format
15061528msgid ""
@@ -1562,7 +1584,7 @@ msgstr ""
15621584msgid "RTC calibration is not supported on this board"
15631585msgstr ""
15641586
1565- #: shared-bindings/time/__init__.c
1587+ #: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/ time/__init__.c
15661588msgid "RTC is not supported on this board"
15671589msgstr ""
15681590
@@ -1708,6 +1730,10 @@ msgstr ""
17081730msgid "Supply at least one UART pin"
17091731msgstr ""
17101732
1733+ #: shared-bindings/alarm/time/TimeAlarm.c
1734+ msgid "Supply one of monotonic_time or epoch_time"
1735+ msgstr ""
1736+
17111737#: shared-bindings/gnss/GNSS.c
17121738msgid "System entry must be gnss.SatelliteSystem"
17131739msgstr ""
@@ -1771,6 +1797,10 @@ msgstr ""
17711797msgid "Tile width must exactly divide bitmap width"
17721798msgstr ""
17731799
1800+ #: shared-bindings/alarm/time/TimeAlarm.c
1801+ msgid "Time is in the past."
1802+ msgstr ""
1803+
17741804#: ports/nrf/common-hal/_bleio/Adapter.c
17751805#, c-format
17761806msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2485,6 +2515,10 @@ msgstr ""
24852515msgid "end_x should be an int"
24862516msgstr ""
24872517
2518+ #: shared-bindings/alarm/time/TimeAlarm.c
2519+ msgid "epoch_time not supported on this board"
2520+ msgstr ""
2521+
24882522#: ports/nrf/common-hal/busio/UART.c
24892523#, c-format
24902524msgid "error = 0x%08lX"
@@ -2854,6 +2888,10 @@ msgstr ""
28542888msgid "invalid syntax for number"
28552889msgstr ""
28562890
2891+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
2892+ msgid "io must be rtc io"
2893+ msgstr ""
2894+
28572895#: py/objtype.c
28582896msgid "issubclass() arg 1 must be a class"
28592897msgstr ""
@@ -3541,6 +3579,10 @@ msgstr ""
35413579msgid "trapz is defined for 1D arrays of equal length"
35423580msgstr ""
35433581
3582+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
3583+ msgid "trigger level must be 0 or 1"
3584+ msgstr ""
3585+
35443586#: extmod/ulab/code/linalg/linalg.c
35453587msgid "tuple index out of range"
35463588msgstr ""
@@ -3683,6 +3725,10 @@ msgstr ""
36833725msgid "vectors must have same lengths"
36843726msgstr ""
36853727
3728+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
3729+ msgid "wakeup conflict"
3730+ msgstr ""
3731+
36863732#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
36873733msgid "watchdog not initialized"
36883734msgstr ""
0 commit comments