5
5
msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"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 "
10
10
"Last-Translator : vkuthan <vit.kuthan@seznam.cz>\n "
11
11
"Language-Team : LANGUAGE <LL@li.org>\n "
12
12
"Language : cs\n "
@@ -122,35 +122,35 @@ msgstr ""
122
122
123
123
#: py/proto.c
124
124
msgid "'%q' object does not support '%q'"
125
- msgstr ""
125
+ msgstr "Objekt '%q' nepodporuje '%q' "
126
126
127
127
#: py/obj.c
128
128
msgid "'%q' object does not support item assignment"
129
- msgstr ""
129
+ msgstr "Objekt '%q' nepodporuje přiřazení položek "
130
130
131
131
#: py/obj.c
132
132
msgid "'%q' object does not support item deletion"
133
- msgstr ""
133
+ msgstr "Objekt '%q' nepodporuje mazání položek "
134
134
135
135
#: py/runtime.c
136
136
msgid "'%q' object has no attribute '%q'"
137
- msgstr ""
137
+ msgstr "Objekt '%q' nemá žádný atribut "
138
138
139
139
#: py/runtime.c
140
140
msgid "'%q' object is not an iterator"
141
- msgstr ""
141
+ msgstr "Objekt '%q' není iterátor "
142
142
143
143
#: py/objtype.c py/runtime.c
144
144
msgid "'%q' object is not callable"
145
- msgstr ""
145
+ msgstr "Objekt '%q' nelze volat "
146
146
147
147
#: py/runtime.c
148
148
msgid "'%q' object is not iterable"
149
- msgstr ""
149
+ msgstr "Objekt '%q' není iterovatelný "
150
150
151
151
#: py/obj.c
152
152
msgid "'%q' object is not subscriptable"
153
- msgstr ""
153
+ msgstr "Objekt '%q' nelze zapsat "
154
154
155
155
#: py/emitinlinethumb.c py/emitinlinextensa.c
156
156
#, c-format
@@ -170,17 +170,17 @@ msgstr ""
170
170
#: py/emitinlinethumb.c
171
171
#, c-format
172
172
msgid "'%s' expects an FPU register"
173
- msgstr ""
173
+ msgstr "'%s' očekává register FPU "
174
174
175
175
#: py/emitinlinethumb.c
176
176
#, c-format
177
177
msgid "'%s' expects an address of the form [a, b]"
178
- msgstr ""
178
+ msgstr "'%s' očekává adresu ve formátu [a, b] "
179
179
180
180
#: py/emitinlinethumb.c py/emitinlinextensa.c
181
181
#, c-format
182
182
msgid "'%s' expects an integer"
183
- msgstr ""
183
+ msgstr "'%s' očekává integer (celé číslo) "
184
184
185
185
#: py/emitinlinethumb.c
186
186
#, c-format
@@ -190,7 +190,7 @@ msgstr ""
190
190
#: py/emitinlinethumb.c
191
191
#, c-format
192
192
msgid "'%s' expects {r0, r1, ...}"
193
- msgstr ""
193
+ msgstr "'%s' očekává {r0, r1, ...} "
194
194
195
195
#: py/emitinlinextensa.c
196
196
#, c-format
@@ -502,7 +502,8 @@ msgstr ""
502
502
msgid "Buffer must be a multiple of 512 bytes"
503
503
msgstr ""
504
504
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
506
507
msgid "Buffer must be at least length 1"
507
508
msgstr ""
508
509
@@ -848,6 +849,10 @@ msgstr ""
848
849
msgid "Expected an Address"
849
850
msgstr ""
850
851
852
+ #: shared-bindings/alarm/__init__.c
853
+ msgid "Expected an alarm"
854
+ msgstr ""
855
+
851
856
#: shared-module/_pixelbuf/PixelBuf.c
852
857
#, c-format
853
858
msgid "Expected tuple of length %d, got %d"
@@ -993,6 +998,10 @@ msgstr ""
993
998
msgid "I2SOut not available"
994
999
msgstr ""
995
1000
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
+
996
1005
#: shared-bindings/aesio/aes.c
997
1006
#, c-format
998
1007
msgid "IV must be %d bytes long"
@@ -1291,6 +1300,11 @@ msgstr ""
1291
1300
msgid "No DMA channel found"
1292
1301
msgstr ""
1293
1302
1303
+ #: shared-module/busdevice/I2CDevice.c
1304
+ #, c-format
1305
+ msgid "No I2C device at address: %x"
1306
+ msgstr ""
1307
+
1294
1308
#: ports/esp32s2/common-hal/busio/SPI.c ports/mimxrt10xx/common-hal/busio/SPI.c
1295
1309
#: ports/stm/common-hal/busio/SPI.c
1296
1310
msgid "No MISO Pin"
@@ -1444,6 +1458,10 @@ msgid ""
1444
1458
"%d bpp given"
1445
1459
msgstr ""
1446
1460
1461
+ #: ports/esp32s2/common-hal/alarm/__init__.c
1462
+ msgid "Only one alarm.time alarm can be set."
1463
+ msgstr ""
1464
+
1447
1465
#: shared-module/displayio/ColorConverter.c
1448
1466
msgid "Only one color can be transparent at a time"
1449
1467
msgstr ""
@@ -1501,6 +1519,10 @@ msgstr ""
1501
1519
msgid "Pin number already reserved by EXTI"
1502
1520
msgstr ""
1503
1521
1522
+ #: ports/esp32s2/common-hal/alarm/__init__.c
1523
+ msgid "PinAlarm not yet implemented"
1524
+ msgstr ""
1525
+
1504
1526
#: shared-bindings/rgbmatrix/RGBMatrix.c
1505
1527
#, c-format
1506
1528
msgid ""
@@ -1562,7 +1584,7 @@ msgstr ""
1562
1584
msgid "RTC calibration is not supported on this board"
1563
1585
msgstr ""
1564
1586
1565
- #: shared-bindings/time/__init__.c
1587
+ #: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/ time/__init__.c
1566
1588
msgid "RTC is not supported on this board"
1567
1589
msgstr ""
1568
1590
@@ -1708,6 +1730,10 @@ msgstr ""
1708
1730
msgid "Supply at least one UART pin"
1709
1731
msgstr ""
1710
1732
1733
+ #: shared-bindings/alarm/time/TimeAlarm.c
1734
+ msgid "Supply one of monotonic_time or epoch_time"
1735
+ msgstr ""
1736
+
1711
1737
#: shared-bindings/gnss/GNSS.c
1712
1738
msgid "System entry must be gnss.SatelliteSystem"
1713
1739
msgstr ""
@@ -1771,6 +1797,10 @@ msgstr ""
1771
1797
msgid "Tile width must exactly divide bitmap width"
1772
1798
msgstr ""
1773
1799
1800
+ #: shared-bindings/alarm/time/TimeAlarm.c
1801
+ msgid "Time is in the past."
1802
+ msgstr ""
1803
+
1774
1804
#: ports/nrf/common-hal/_bleio/Adapter.c
1775
1805
#, c-format
1776
1806
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2485,6 +2515,10 @@ msgstr ""
2485
2515
msgid "end_x should be an int"
2486
2516
msgstr ""
2487
2517
2518
+ #: shared-bindings/alarm/time/TimeAlarm.c
2519
+ msgid "epoch_time not supported on this board"
2520
+ msgstr ""
2521
+
2488
2522
#: ports/nrf/common-hal/busio/UART.c
2489
2523
#, c-format
2490
2524
msgid "error = 0x%08lX"
@@ -2854,6 +2888,10 @@ msgstr ""
2854
2888
msgid "invalid syntax for number"
2855
2889
msgstr ""
2856
2890
2891
+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
2892
+ msgid "io must be rtc io"
2893
+ msgstr ""
2894
+
2857
2895
#: py/objtype.c
2858
2896
msgid "issubclass() arg 1 must be a class"
2859
2897
msgstr ""
@@ -3541,6 +3579,10 @@ msgstr ""
3541
3579
msgid "trapz is defined for 1D arrays of equal length"
3542
3580
msgstr ""
3543
3581
3582
+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
3583
+ msgid "trigger level must be 0 or 1"
3584
+ msgstr ""
3585
+
3544
3586
#: extmod/ulab/code/linalg/linalg.c
3545
3587
msgid "tuple index out of range"
3546
3588
msgstr ""
@@ -3683,6 +3725,10 @@ msgstr ""
3683
3725
msgid "vectors must have same lengths"
3684
3726
msgstr ""
3685
3727
3728
+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
3729
+ msgid "wakeup conflict"
3730
+ msgstr ""
3731
+
3686
3732
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
3687
3733
msgid "watchdog not initialized"
3688
3734
msgstr ""
0 commit comments