5
5
msgstr ""
6
6
"Project-Id-Version : PACKAGE VERSION\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
- "POT-Creation-Date : 2020-07-30 07:23 -0500\n "
8
+ "POT-Creation-Date : 2020-08-04 18:42 -0500\n "
9
9
"PO-Revision-Date : 2020-05-24 03:22+0000\n "
10
10
"
Last-Translator :
dronecz <[email protected] >\n "
11
11
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -72,13 +72,17 @@ msgstr ""
72
72
msgid "%q in use"
73
73
msgstr "%q se nyní používá"
74
74
75
- #: py/obj.c
75
+ #: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
76
+ #: ports/cxd56/common-hal/pulseio/PulseIn.c
77
+ #: ports/nrf/common-hal/pulseio/PulseIn.c
78
+ #: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
79
+ #: py/objstrunicode.c
76
80
msgid "%q index out of range"
77
81
msgstr "%q index je mimo rozsah"
78
82
79
83
#: py/obj.c
80
- msgid "%q indices must be integers, not %s "
81
- msgstr "Indexy %q musí být celá čísla, nikoli %s "
84
+ msgid "%q indices must be integers, not %q "
85
+ msgstr ""
82
86
83
87
#: shared-bindings/vectorio/Polygon.c
84
88
msgid "%q list must be a list"
@@ -116,6 +120,42 @@ msgstr ""
116
120
msgid "'%q' argument required"
117
121
msgstr ""
118
122
123
+ #: py/runtime.c
124
+ msgid "'%q' object cannot assign attribute '%q'"
125
+ msgstr ""
126
+
127
+ #: py/proto.c
128
+ msgid "'%q' object does not support '%q'"
129
+ msgstr ""
130
+
131
+ #: py/obj.c
132
+ msgid "'%q' object does not support item assignment"
133
+ msgstr ""
134
+
135
+ #: py/obj.c
136
+ msgid "'%q' object does not support item deletion"
137
+ msgstr ""
138
+
139
+ #: py/runtime.c
140
+ msgid "'%q' object has no attribute '%q'"
141
+ msgstr ""
142
+
143
+ #: py/runtime.c
144
+ msgid "'%q' object is not an iterator"
145
+ msgstr ""
146
+
147
+ #: py/objtype.c py/runtime.c
148
+ msgid "'%q' object is not callable"
149
+ msgstr ""
150
+
151
+ #: py/runtime.c
152
+ msgid "'%q' object is not iterable"
153
+ msgstr ""
154
+
155
+ #: py/obj.c
156
+ msgid "'%q' object is not subscriptable"
157
+ msgstr ""
158
+
119
159
#: py/emitinlinethumb.c py/emitinlinextensa.c
120
160
#, c-format
121
161
msgid "'%s' expects a label"
@@ -166,48 +206,6 @@ msgstr ""
166
206
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
167
207
msgstr ""
168
208
169
- #: py/runtime.c
170
- msgid "'%s' object cannot assign attribute '%q'"
171
- msgstr ""
172
-
173
- #: py/proto.c
174
- msgid "'%s' object does not support '%q'"
175
- msgstr ""
176
-
177
- #: py/obj.c
178
- #, c-format
179
- msgid "'%s' object does not support item assignment"
180
- msgstr ""
181
-
182
- #: py/obj.c
183
- #, c-format
184
- msgid "'%s' object does not support item deletion"
185
- msgstr ""
186
-
187
- #: py/runtime.c
188
- msgid "'%s' object has no attribute '%q'"
189
- msgstr ""
190
-
191
- #: py/runtime.c
192
- #, c-format
193
- msgid "'%s' object is not an iterator"
194
- msgstr ""
195
-
196
- #: py/objtype.c py/runtime.c
197
- #, c-format
198
- msgid "'%s' object is not callable"
199
- msgstr ""
200
-
201
- #: py/runtime.c
202
- #, c-format
203
- msgid "'%s' object is not iterable"
204
- msgstr ""
205
-
206
- #: py/obj.c
207
- #, c-format
208
- msgid "'%s' object is not subscriptable"
209
- msgstr ""
210
-
211
209
#: py/objstr.c
212
210
msgid "'=' alignment not allowed in string format specifier"
213
211
msgstr ""
@@ -1241,6 +1239,10 @@ msgstr ""
1241
1239
msgid "Not playing"
1242
1240
msgstr ""
1243
1241
1242
+ #: main.c
1243
+ msgid "Not running saved code.\n"
1244
+ msgstr ""
1245
+
1244
1246
#: shared-bindings/util.c
1245
1247
msgid ""
1246
1248
"Object has been deinitialized and can no longer be used. Create a new object."
@@ -1326,10 +1328,6 @@ msgstr ""
1326
1328
msgid "Polygon needs at least 3 points"
1327
1329
msgstr ""
1328
1330
1329
- #: shared-bindings/ps2io/Ps2.c
1330
- msgid "Pop from an empty Ps2 buffer"
1331
- msgstr ""
1332
-
1333
1331
#: shared-bindings/_bleio/Adapter.c
1334
1332
msgid "Prefix buffer must be on the heap"
1335
1333
msgstr ""
@@ -1402,11 +1400,7 @@ msgid "Row entry must be digitalio.DigitalInOut"
1402
1400
msgstr ""
1403
1401
1404
1402
#: main.c
1405
- msgid "Running in safe mode! Auto-reload is off.\n"
1406
- msgstr ""
1407
-
1408
- #: main.c
1409
- msgid "Running in safe mode! Not running saved code.\n"
1403
+ msgid "Running in safe mode! "
1410
1404
msgstr ""
1411
1405
1412
1406
#: shared-module/sdcardio/SDCard.c
@@ -1767,8 +1761,7 @@ msgid "__init__() should return None"
1767
1761
msgstr ""
1768
1762
1769
1763
#: py/objtype.c
1770
- #, c-format
1771
- msgid "__init__() should return None, not '%s'"
1764
+ msgid "__init__() should return None, not '%q'"
1772
1765
msgstr ""
1773
1766
1774
1767
#: py/objobject.c
@@ -1922,7 +1915,7 @@ msgstr ""
1922
1915
msgid "bytes value out of range"
1923
1916
msgstr ""
1924
1917
1925
- #: ports/atmel-samd/bindings/samd/Clock.c
1918
+ #: ports/atmel-samd/bindings/samd/Clock.c ports/atmel-samd/common-hal/rtc/RTC.c
1926
1919
msgid "calibration is out of range"
1927
1920
msgstr ""
1928
1921
@@ -1954,47 +1947,16 @@ msgstr ""
1954
1947
msgid "can't assign to expression"
1955
1948
msgstr ""
1956
1949
1957
- #: py/obj.c
1958
- #, c-format
1959
- msgid "can't convert %s to complex"
1960
- msgstr ""
1961
-
1962
- #: py/obj.c
1963
- #, c-format
1964
- msgid "can't convert %s to float"
1965
- msgstr ""
1966
-
1967
- #: py/obj.c
1968
- #, c-format
1969
- msgid "can't convert %s to int"
1950
+ #: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
1951
+ msgid "can't convert %q to %q"
1970
1952
msgstr ""
1971
1953
1972
1954
#: py/objstr.c
1973
1955
msgid "can't convert '%q' object to %q implicitly"
1974
1956
msgstr ""
1975
1957
1976
- #: py/objint.c
1977
- msgid "can't convert NaN to int"
1978
- msgstr ""
1979
-
1980
- #: shared-bindings/i2cperipheral/I2CPeripheral.c
1981
- msgid "can't convert address to int"
1982
- msgstr ""
1983
-
1984
- #: py/objint.c
1985
- msgid "can't convert inf to int"
1986
- msgstr ""
1987
-
1988
1958
#: py/obj.c
1989
- msgid "can't convert to complex"
1990
- msgstr ""
1991
-
1992
- #: py/obj.c
1993
- msgid "can't convert to float"
1994
- msgstr ""
1995
-
1996
- #: py/obj.c
1997
- msgid "can't convert to int"
1959
+ msgid "can't convert to %q"
1998
1960
msgstr ""
1999
1961
2000
1962
#: py/objstr.c
@@ -2402,7 +2364,7 @@ msgstr ""
2402
2364
msgid "function missing required positional argument #%d"
2403
2365
msgstr ""
2404
2366
2405
- #: py/argcheck.c py/bc.c py/objnamedtuple.c
2367
+ #: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
2406
2368
#, c-format
2407
2369
msgid "function takes %d positional arguments but %d were given"
2408
2370
msgstr ""
@@ -2451,10 +2413,7 @@ msgstr ""
2451
2413
msgid "index is out of bounds"
2452
2414
msgstr ""
2453
2415
2454
- #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
2455
- #: ports/cxd56/common-hal/pulseio/PulseIn.c
2456
- #: ports/nrf/common-hal/pulseio/PulseIn.c
2457
- #: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c
2416
+ #: py/obj.c
2458
2417
msgid "index out of range"
2459
2418
msgstr ""
2460
2419
@@ -2810,8 +2769,7 @@ msgid "number of points must be at least 2"
2810
2769
msgstr ""
2811
2770
2812
2771
#: py/obj.c
2813
- #, c-format
2814
- msgid "object '%s' is not a tuple or list"
2772
+ msgid "object '%q' is not a tuple or list"
2815
2773
msgstr ""
2816
2774
2817
2775
#: py/obj.c
@@ -2847,8 +2805,7 @@ msgid "object not iterable"
2847
2805
msgstr ""
2848
2806
2849
2807
#: py/obj.c
2850
- #, c-format
2851
- msgid "object of type '%s' has no len()"
2808
+ msgid "object of type '%q' has no len()"
2852
2809
msgstr ""
2853
2810
2854
2811
#: py/obj.c
@@ -2941,20 +2898,9 @@ msgstr ""
2941
2898
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
2942
2899
#: ports/cxd56/common-hal/pulseio/PulseIn.c
2943
2900
#: ports/nrf/common-hal/pulseio/PulseIn.c
2944
- #: ports/stm/common-hal/pulseio/PulseIn.c
2945
- msgid "pop from an empty PulseIn"
2946
- msgstr ""
2947
-
2948
- #: py/objset.c
2949
- msgid "pop from an empty set"
2950
- msgstr ""
2951
-
2952
- #: py/objlist.c
2953
- msgid "pop from empty list"
2954
- msgstr ""
2955
-
2956
- #: py/objdict.c
2957
- msgid "popitem(): dictionary is empty"
2901
+ #: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
2902
+ #: shared-bindings/ps2io/Ps2.c
2903
+ msgid "pop from empty %q"
2958
2904
msgstr ""
2959
2905
2960
2906
#: py/objint_mpz.c
@@ -3111,12 +3057,7 @@ msgid "stream operation not supported"
3111
3057
msgstr ""
3112
3058
3113
3059
#: py/objstrunicode.c
3114
- msgid "string index out of range"
3115
- msgstr ""
3116
-
3117
- #: py/objstrunicode.c
3118
- #, c-format
3119
- msgid "string indices must be integers, not %s"
3060
+ msgid "string indices must be integers, not %q"
3120
3061
msgstr ""
3121
3062
3122
3063
#: py/stream.c
@@ -3127,10 +3068,6 @@ msgstr ""
3127
3068
msgid "struct: cannot index"
3128
3069
msgstr ""
3129
3070
3130
- #: extmod/moductypes.c
3131
- msgid "struct: index out of range"
3132
- msgstr ""
3133
-
3134
3071
#: extmod/moductypes.c
3135
3072
msgid "struct: no fields"
3136
3073
msgstr ""
@@ -3200,7 +3137,7 @@ msgstr ""
3200
3137
msgid "trapz is defined for 1D arrays of equal length"
3201
3138
msgstr ""
3202
3139
3203
- #: extmod/ulab/code/linalg/linalg.c py/objstr.c
3140
+ #: extmod/ulab/code/linalg/linalg.c
3204
3141
msgid "tuple index out of range"
3205
3142
msgstr ""
3206
3143
@@ -3267,8 +3204,7 @@ msgid "unknown conversion specifier %c"
3267
3204
msgstr ""
3268
3205
3269
3206
#: py/objstr.c
3270
- #, c-format
3271
- msgid "unknown format code '%c' for object of type '%s'"
3207
+ msgid "unknown format code '%c' for object of type '%q'"
3272
3208
msgstr ""
3273
3209
3274
3210
#: py/compile.c
@@ -3308,15 +3244,15 @@ msgid "unsupported format character '%c' (0x%x) at index %d"
3308
3244
msgstr ""
3309
3245
3310
3246
#: py/runtime.c
3311
- msgid "unsupported type for %q: '%s '"
3247
+ msgid "unsupported type for %q: '%q '"
3312
3248
msgstr ""
3313
3249
3314
3250
#: py/runtime.c
3315
3251
msgid "unsupported type for operator"
3316
3252
msgstr ""
3317
3253
3318
3254
#: py/runtime.c
3319
- msgid "unsupported types for %q: '%s ', '%s '"
3255
+ msgid "unsupported types for %q: '%q ', '%q '"
3320
3256
msgstr ""
3321
3257
3322
3258
#: py/objint.c
@@ -3395,3 +3331,6 @@ msgstr ""
3395
3331
#: extmod/ulab/code/filter/filter.c
3396
3332
msgid "zi must be of shape (n_section, 2)"
3397
3333
msgstr ""
3334
+
3335
+ #~ msgid "%q indices must be integers, not %s"
3336
+ #~ msgstr "Indexy %q musí být celá čísla, nikoli %s"
0 commit comments