5
5
msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2020-11-27 23:57 -0500\n "
9
- "PO-Revision-Date : 2020-12-02 20:29 +0000\n "
8
+ "POT-Creation-Date : 2020-12-14 11:48 -0500\n "
9
+ "PO-Revision-Date : 2020-12-04 18:33 +0000\n "
10
10
"
Last-Translator :
vkuthan <[email protected] >\n "
11
11
"
Language-Team :
LANGUAGE <[email protected] >\n "
12
12
"Language : cs\n "
@@ -22,7 +22,7 @@ msgid ""
22
22
"Code done running. Waiting for reload.\n"
23
23
msgstr ""
24
24
"\n"
25
- "Kód byl dokončen. Čekám na opětovné načtení .\n"
25
+ "Kód byl dokončen. Čekám na opětovné nahrání .\n"
26
26
27
27
#: supervisor/shared/safe_mode.c
28
28
msgid ""
@@ -58,23 +58,23 @@ msgstr "%d adresní piny a %d rgb piny označují výšku %d, nikoli %d"
58
58
59
59
#: ports/atmel-samd/common-hal/sdioio/SDCard.c
60
60
msgid "%q failure: %d"
61
- msgstr ""
61
+ msgstr "Selhání %q: %d "
62
62
63
63
#: shared-bindings/microcontroller/Pin.c
64
64
msgid "%q in use"
65
- msgstr "%q se nyní používá "
65
+ msgstr "Používá se %q "
66
66
67
67
#: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
68
68
#: ports/cxd56/common-hal/pulseio/PulseIn.c
69
69
#: ports/nrf/common-hal/pulseio/PulseIn.c
70
70
#: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
71
71
#: py/objstrunicode.c
72
72
msgid "%q index out of range"
73
- msgstr "%q index je mimo rozsah"
73
+ msgstr "Index %q je mimo rozsah"
74
74
75
75
#: py/obj.c
76
76
msgid "%q indices must be integers, not %q"
77
- msgstr "%q indexy musí být celá čísla, ne %q"
77
+ msgstr "Indexy %q musí být celá čísla, ne %q"
78
78
79
79
#: shared-bindings/vectorio/Polygon.c
80
80
msgid "%q list must be a list"
@@ -90,35 +90,35 @@ msgstr "%q musí být >= 0"
90
90
#: shared-bindings/memorymonitor/AllocationAlarm.c
91
91
#: shared-bindings/vectorio/Circle.c shared-bindings/vectorio/Rectangle.c
92
92
msgid "%q must be >= 1"
93
- msgstr " %q musí být > = 1"
93
+ msgstr "%q musí být > = 1"
94
94
95
95
#: shared-module/vectorio/Polygon.c
96
96
msgid "%q must be a tuple of length 2"
97
- msgstr " %q musí být n-tice délky 2"
97
+ msgstr "%q musí být n-tice délky 2"
98
98
99
99
#: shared-bindings/canio/Match.c
100
100
msgid "%q out of range"
101
101
msgstr "%q je mimo rozsah"
102
102
103
103
#: ports/atmel-samd/common-hal/microcontroller/Pin.c
104
104
msgid "%q pin invalid"
105
- msgstr ""
105
+ msgstr "Pin %q není platný "
106
106
107
107
#: shared-bindings/fontio/BuiltinFont.c
108
108
msgid "%q should be an int"
109
- msgstr " %q by měl být int"
109
+ msgstr "%q by měl být int"
110
110
111
111
#: py/bc.c py/objnamedtuple.c
112
112
msgid "%q() takes %d positional arguments but %d were given"
113
- msgstr ""
113
+ msgstr "%q() vyžaduje %d pozičních argumentů, ale %d jich bylo zadáno "
114
114
115
115
#: py/argcheck.c
116
116
msgid "'%q' argument required"
117
- msgstr ""
117
+ msgstr "Je vyžadován argument '%q' "
118
118
119
119
#: py/runtime.c
120
120
msgid "'%q' object cannot assign attribute '%q'"
121
- msgstr ""
121
+ msgstr "'%q' nemůže přiřadit atribut '%q' "
122
122
123
123
#: py/proto.c
124
124
msgid "'%q' object does not support '%q'"
@@ -392,7 +392,7 @@ msgstr ""
392
392
msgid "Array must contain halfwords (type 'H')"
393
393
msgstr ""
394
394
395
- #: shared-bindings/nvm/ByteArray.c
395
+ #: shared-bindings/alarm/SleepMemory.c shared-bindings/ nvm/ByteArray.c
396
396
msgid "Array values should be single bytes."
397
397
msgstr ""
398
398
@@ -502,8 +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/busdevice /I2CDevice.c
506
- #: shared-bindings/busio/I2C.c
505
+ #: shared-bindings/adafruit_bus_device /I2CDevice.c
506
+ #: shared-bindings/bitbangio/I2C.c shared-bindings/ busio/I2C.c
507
507
msgid "Buffer must be at least length 1"
508
508
msgstr ""
509
509
@@ -526,7 +526,7 @@ msgstr ""
526
526
msgid "Byte buffer must be 16 bytes."
527
527
msgstr ""
528
528
529
- #: shared-bindings/nvm/ByteArray.c
529
+ #: shared-bindings/alarm/SleepMemory.c shared-bindings/ nvm/ByteArray.c
530
530
msgid "Bytes must be between 0 and 255."
531
531
msgstr ""
532
532
@@ -1300,7 +1300,7 @@ msgstr ""
1300
1300
msgid "No DMA channel found"
1301
1301
msgstr ""
1302
1302
1303
- #: shared-module/busdevice /I2CDevice.c
1303
+ #: shared-module/adafruit_bus_device /I2CDevice.c
1304
1304
#, c-format
1305
1305
msgid "No I2C device at address: %x"
1306
1306
msgstr ""
@@ -1507,6 +1507,7 @@ msgstr ""
1507
1507
msgid "Pin does not have ADC capabilities"
1508
1508
msgstr ""
1509
1509
1510
+ #: shared-bindings/adafruit_bus_device/SPIDevice.c
1510
1511
#: shared-bindings/digitalio/DigitalInOut.c
1511
1512
msgid "Pin is input only"
1512
1513
msgstr ""
@@ -1559,7 +1560,11 @@ msgid "Prefix buffer must be on the heap"
1559
1560
msgstr ""
1560
1561
1561
1562
#: main.c
1562
- msgid "Press any key to enter the REPL. Use CTRL-D to reload."
1563
+ msgid "Press any key to enter the REPL. Use CTRL-D to reload.\n"
1564
+ msgstr ""
1565
+
1566
+ #: main.c
1567
+ msgid "Pretending to deep sleep until alarm, any key or file write.\n"
1563
1568
msgstr ""
1564
1569
1565
1570
#: shared-bindings/digitalio/DigitalInOut.c
@@ -1695,7 +1700,7 @@ msgstr ""
1695
1700
msgid "Size not supported"
1696
1701
msgstr ""
1697
1702
1698
- #: shared-bindings/nvm/ByteArray.c
1703
+ #: shared-bindings/alarm/SleepMemory.c shared-bindings/ nvm/ByteArray.c
1699
1704
msgid "Slice and value different lengths."
1700
1705
msgstr ""
1701
1706
@@ -1910,6 +1915,10 @@ msgstr ""
1910
1915
msgid "Unable to write to nvm."
1911
1916
msgstr ""
1912
1917
1918
+ #: shared-bindings/alarm/SleepMemory.c
1919
+ msgid "Unable to write to sleep_memory."
1920
+ msgstr ""
1921
+
1913
1922
#: ports/nrf/common-hal/_bleio/UUID.c
1914
1923
msgid "Unexpected nrfx uuid type"
1915
1924
msgstr ""
@@ -2030,6 +2039,10 @@ msgstr ""
2030
2039
msgid "WiFi password must be between 8 and 63 characters"
2031
2040
msgstr ""
2032
2041
2042
+ #: main.c
2043
+ msgid "Woken up by alarm.\n"
2044
+ msgstr ""
2045
+
2033
2046
#: ports/nrf/common-hal/_bleio/PacketBuffer.c
2034
2047
msgid "Writes not supported on Characteristic"
2035
2048
msgstr ""
@@ -2112,7 +2125,8 @@ msgstr ""
2112
2125
msgid "array and index length must be equal"
2113
2126
msgstr ""
2114
2127
2115
- #: py/objarray.c shared-bindings/nvm/ByteArray.c
2128
+ #: py/objarray.c shared-bindings/alarm/SleepMemory.c
2129
+ #: shared-bindings/nvm/ByteArray.c
2116
2130
msgid "array/bytes required on right side"
2117
2131
msgstr ""
2118
2132
@@ -3210,7 +3224,7 @@ msgid "only sample_rate=16000 is supported"
3210
3224
msgstr ""
3211
3225
3212
3226
#: py/objarray.c py/objstr.c py/objstrunicode.c py/objtuple.c
3213
- #: shared-bindings/nvm/ByteArray.c
3227
+ #: shared-bindings/alarm/SleepMemory.c shared-bindings/ nvm/ByteArray.c
3214
3228
msgid "only slices with step=1 (aka None) are supported"
3215
3229
msgstr ""
3216
3230
0 commit comments