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 <[email protected] >\n "
11
11
"
Language-Team :
LANGUAGE <[email protected] >\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
@@ -848,6 +848,10 @@ msgstr ""
848
848
msgid "Expected an Address"
849
849
msgstr ""
850
850
851
+ #: shared-bindings/alarm/__init__.c
852
+ msgid "Expected an alarm"
853
+ msgstr ""
854
+
851
855
#: shared-module/_pixelbuf/PixelBuf.c
852
856
#, c-format
853
857
msgid "Expected tuple of length %d, got %d"
@@ -993,6 +997,10 @@ msgstr ""
993
997
msgid "I2SOut not available"
994
998
msgstr ""
995
999
1000
+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
1001
+ msgid "IOs 0, 2 & 4 do not support internal pullup in sleep"
1002
+ msgstr ""
1003
+
996
1004
#: shared-bindings/aesio/aes.c
997
1005
#, c-format
998
1006
msgid "IV must be %d bytes long"
@@ -1444,6 +1452,10 @@ msgid ""
1444
1452
"%d bpp given"
1445
1453
msgstr ""
1446
1454
1455
+ #: ports/esp32s2/common-hal/alarm/__init__.c
1456
+ msgid "Only one alarm.time alarm can be set."
1457
+ msgstr ""
1458
+
1447
1459
#: shared-module/displayio/ColorConverter.c
1448
1460
msgid "Only one color can be transparent at a time"
1449
1461
msgstr ""
@@ -1501,6 +1513,10 @@ msgstr ""
1501
1513
msgid "Pin number already reserved by EXTI"
1502
1514
msgstr ""
1503
1515
1516
+ #: ports/esp32s2/common-hal/alarm/__init__.c
1517
+ msgid "PinAlarm not yet implemented"
1518
+ msgstr ""
1519
+
1504
1520
#: shared-bindings/rgbmatrix/RGBMatrix.c
1505
1521
#, c-format
1506
1522
msgid ""
@@ -1562,7 +1578,7 @@ msgstr ""
1562
1578
msgid "RTC calibration is not supported on this board"
1563
1579
msgstr ""
1564
1580
1565
- #: shared-bindings/time/__init__.c
1581
+ #: shared-bindings/alarm/time/TimeAlarm.c shared-bindings/ time/__init__.c
1566
1582
msgid "RTC is not supported on this board"
1567
1583
msgstr ""
1568
1584
@@ -1708,6 +1724,10 @@ msgstr ""
1708
1724
msgid "Supply at least one UART pin"
1709
1725
msgstr ""
1710
1726
1727
+ #: shared-bindings/alarm/time/TimeAlarm.c
1728
+ msgid "Supply one of monotonic_time or epoch_time"
1729
+ msgstr ""
1730
+
1711
1731
#: shared-bindings/gnss/GNSS.c
1712
1732
msgid "System entry must be gnss.SatelliteSystem"
1713
1733
msgstr ""
@@ -1771,6 +1791,10 @@ msgstr ""
1771
1791
msgid "Tile width must exactly divide bitmap width"
1772
1792
msgstr ""
1773
1793
1794
+ #: shared-bindings/alarm/time/TimeAlarm.c
1795
+ msgid "Time is in the past."
1796
+ msgstr ""
1797
+
1774
1798
#: ports/nrf/common-hal/_bleio/Adapter.c
1775
1799
#, c-format
1776
1800
msgid "Timeout is too long: Maximum timeout length is %d seconds"
@@ -2485,6 +2509,10 @@ msgstr ""
2485
2509
msgid "end_x should be an int"
2486
2510
msgstr ""
2487
2511
2512
+ #: shared-bindings/alarm/time/TimeAlarm.c
2513
+ msgid "epoch_time not supported on this board"
2514
+ msgstr ""
2515
+
2488
2516
#: ports/nrf/common-hal/busio/UART.c
2489
2517
#, c-format
2490
2518
msgid "error = 0x%08lX"
@@ -2854,6 +2882,10 @@ msgstr ""
2854
2882
msgid "invalid syntax for number"
2855
2883
msgstr ""
2856
2884
2885
+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
2886
+ msgid "io must be rtc io"
2887
+ msgstr ""
2888
+
2857
2889
#: py/objtype.c
2858
2890
msgid "issubclass() arg 1 must be a class"
2859
2891
msgstr ""
@@ -3541,6 +3573,10 @@ msgstr ""
3541
3573
msgid "trapz is defined for 1D arrays of equal length"
3542
3574
msgstr ""
3543
3575
3576
+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
3577
+ msgid "trigger level must be 0 or 1"
3578
+ msgstr ""
3579
+
3544
3580
#: extmod/ulab/code/linalg/linalg.c
3545
3581
msgid "tuple index out of range"
3546
3582
msgstr ""
@@ -3683,6 +3719,10 @@ msgstr ""
3683
3719
msgid "vectors must have same lengths"
3684
3720
msgstr ""
3685
3721
3722
+ #: ports/esp32s2/common-hal/alarm/pin/__init__.c
3723
+ msgid "wakeup conflict"
3724
+ msgstr ""
3725
+
3686
3726
#: ports/esp32s2/common-hal/watchdog/WatchDogTimer.c
3687
3727
msgid "watchdog not initialized"
3688
3728
msgstr ""
0 commit comments