8
8
msgstr ""
9
9
"Project-Id-Version : PACKAGE VERSION\n "
10
10
"Report-Msgid-Bugs-To : \n "
11
- "POT-Creation-Date : 2020-07-30 07:23 -0500\n "
11
+ "POT-Creation-Date : 2020-08-04 13:58 -0500\n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -66,12 +66,16 @@ msgstr ""
66
66
msgid "%q in use"
67
67
msgstr ""
68
68
69
- #: py/obj.c
69
+ #: extmod/moductypes.c ports/atmel-samd/common-hal/pulseio/PulseIn.c
70
+ #: ports/cxd56/common-hal/pulseio/PulseIn.c
71
+ #: ports/nrf/common-hal/pulseio/PulseIn.c
72
+ #: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c py/objstr.c
73
+ #: py/objstrunicode.c
70
74
msgid "%q index out of range"
71
75
msgstr ""
72
76
73
77
#: py/obj.c
74
- msgid "%q indices must be integers, not %s "
78
+ msgid "%q indices must be integers, not %q "
75
79
msgstr ""
76
80
77
81
#: shared-bindings/vectorio/Polygon.c
@@ -110,6 +114,42 @@ msgstr ""
110
114
msgid "'%q' argument required"
111
115
msgstr ""
112
116
117
+ #: py/runtime.c
118
+ msgid "'%q' object cannot assign attribute '%q'"
119
+ msgstr ""
120
+
121
+ #: py/proto.c
122
+ msgid "'%q' object does not support '%q'"
123
+ msgstr ""
124
+
125
+ #: py/obj.c
126
+ msgid "'%q' object does not support item assignment"
127
+ msgstr ""
128
+
129
+ #: py/obj.c
130
+ msgid "'%q' object does not support item deletion"
131
+ msgstr ""
132
+
133
+ #: py/runtime.c
134
+ msgid "'%q' object has no attribute '%q'"
135
+ msgstr ""
136
+
137
+ #: py/runtime.c
138
+ msgid "'%q' object is not an iterator"
139
+ msgstr ""
140
+
141
+ #: py/objtype.c py/runtime.c
142
+ msgid "'%q' object is not callable"
143
+ msgstr ""
144
+
145
+ #: py/runtime.c
146
+ msgid "'%q' object is not iterable"
147
+ msgstr ""
148
+
149
+ #: py/obj.c
150
+ msgid "'%q' object is not subscriptable"
151
+ msgstr ""
152
+
113
153
#: py/emitinlinethumb.c py/emitinlinextensa.c
114
154
#, c-format
115
155
msgid "'%s' expects a label"
@@ -160,48 +200,6 @@ msgstr ""
160
200
msgid "'%s' integer 0x%x does not fit in mask 0x%x"
161
201
msgstr ""
162
202
163
- #: py/runtime.c
164
- msgid "'%s' object cannot assign attribute '%q'"
165
- msgstr ""
166
-
167
- #: py/proto.c
168
- msgid "'%s' object does not support '%q'"
169
- msgstr ""
170
-
171
- #: py/obj.c
172
- #, c-format
173
- msgid "'%s' object does not support item assignment"
174
- msgstr ""
175
-
176
- #: py/obj.c
177
- #, c-format
178
- msgid "'%s' object does not support item deletion"
179
- msgstr ""
180
-
181
- #: py/runtime.c
182
- msgid "'%s' object has no attribute '%q'"
183
- msgstr ""
184
-
185
- #: py/runtime.c
186
- #, c-format
187
- msgid "'%s' object is not an iterator"
188
- msgstr ""
189
-
190
- #: py/objtype.c py/runtime.c
191
- #, c-format
192
- msgid "'%s' object is not callable"
193
- msgstr ""
194
-
195
- #: py/runtime.c
196
- #, c-format
197
- msgid "'%s' object is not iterable"
198
- msgstr ""
199
-
200
- #: py/obj.c
201
- #, c-format
202
- msgid "'%s' object is not subscriptable"
203
- msgstr ""
204
-
205
203
#: py/objstr.c
206
204
msgid "'=' alignment not allowed in string format specifier"
207
205
msgstr ""
@@ -1235,6 +1233,10 @@ msgstr ""
1235
1233
msgid "Not playing"
1236
1234
msgstr ""
1237
1235
1236
+ #: main.c
1237
+ msgid "Not running saved code.\n"
1238
+ msgstr ""
1239
+
1238
1240
#: shared-bindings/util.c
1239
1241
msgid ""
1240
1242
"Object has been deinitialized and can no longer be used. Create a new object."
@@ -1320,10 +1322,6 @@ msgstr ""
1320
1322
msgid "Polygon needs at least 3 points"
1321
1323
msgstr ""
1322
1324
1323
- #: shared-bindings/ps2io/Ps2.c
1324
- msgid "Pop from an empty Ps2 buffer"
1325
- msgstr ""
1326
-
1327
1325
#: shared-bindings/_bleio/Adapter.c
1328
1326
msgid "Prefix buffer must be on the heap"
1329
1327
msgstr ""
@@ -1396,11 +1394,7 @@ msgid "Row entry must be digitalio.DigitalInOut"
1396
1394
msgstr ""
1397
1395
1398
1396
#: main.c
1399
- msgid "Running in safe mode! Auto-reload is off.\n"
1400
- msgstr ""
1401
-
1402
- #: main.c
1403
- msgid "Running in safe mode! Not running saved code.\n"
1397
+ msgid "Running in safe mode! "
1404
1398
msgstr ""
1405
1399
1406
1400
#: shared-module/sdcardio/SDCard.c
@@ -1761,8 +1755,7 @@ msgid "__init__() should return None"
1761
1755
msgstr ""
1762
1756
1763
1757
#: py/objtype.c
1764
- #, c-format
1765
- msgid "__init__() should return None, not '%s'"
1758
+ msgid "__init__() should return None, not '%q'"
1766
1759
msgstr ""
1767
1760
1768
1761
#: py/objobject.c
@@ -1916,7 +1909,7 @@ msgstr ""
1916
1909
msgid "bytes value out of range"
1917
1910
msgstr ""
1918
1911
1919
- #: ports/atmel-samd/bindings/samd/Clock.c
1912
+ #: ports/atmel-samd/bindings/samd/Clock.c ports/atmel-samd/common-hal/rtc/RTC.c
1920
1913
msgid "calibration is out of range"
1921
1914
msgstr ""
1922
1915
@@ -1948,47 +1941,16 @@ msgstr ""
1948
1941
msgid "can't assign to expression"
1949
1942
msgstr ""
1950
1943
1951
- #: py/obj.c
1952
- #, c-format
1953
- msgid "can't convert %s to complex"
1954
- msgstr ""
1955
-
1956
- #: py/obj.c
1957
- #, c-format
1958
- msgid "can't convert %s to float"
1959
- msgstr ""
1960
-
1961
- #: py/obj.c
1962
- #, c-format
1963
- msgid "can't convert %s to int"
1944
+ #: py/obj.c py/objint.c shared-bindings/i2cperipheral/I2CPeripheral.c
1945
+ msgid "can't convert %q to %q"
1964
1946
msgstr ""
1965
1947
1966
1948
#: py/objstr.c
1967
1949
msgid "can't convert '%q' object to %q implicitly"
1968
1950
msgstr ""
1969
1951
1970
- #: py/objint.c
1971
- msgid "can't convert NaN to int"
1972
- msgstr ""
1973
-
1974
- #: shared-bindings/i2cperipheral/I2CPeripheral.c
1975
- msgid "can't convert address to int"
1976
- msgstr ""
1977
-
1978
- #: py/objint.c
1979
- msgid "can't convert inf to int"
1980
- msgstr ""
1981
-
1982
1952
#: py/obj.c
1983
- msgid "can't convert to complex"
1984
- msgstr ""
1985
-
1986
- #: py/obj.c
1987
- msgid "can't convert to float"
1988
- msgstr ""
1989
-
1990
- #: py/obj.c
1991
- msgid "can't convert to int"
1953
+ msgid "can't convert to %q"
1992
1954
msgstr ""
1993
1955
1994
1956
#: py/objstr.c
@@ -2396,7 +2358,7 @@ msgstr ""
2396
2358
msgid "function missing required positional argument #%d"
2397
2359
msgstr ""
2398
2360
2399
- #: py/argcheck.c py/bc.c py/objnamedtuple.c
2361
+ #: py/argcheck.c py/bc.c py/objnamedtuple.c shared-bindings/time/__init__.c
2400
2362
#, c-format
2401
2363
msgid "function takes %d positional arguments but %d were given"
2402
2364
msgstr ""
@@ -2445,10 +2407,7 @@ msgstr ""
2445
2407
msgid "index is out of bounds"
2446
2408
msgstr ""
2447
2409
2448
- #: ports/atmel-samd/common-hal/pulseio/PulseIn.c
2449
- #: ports/cxd56/common-hal/pulseio/PulseIn.c
2450
- #: ports/nrf/common-hal/pulseio/PulseIn.c
2451
- #: ports/stm/common-hal/pulseio/PulseIn.c py/obj.c
2410
+ #: py/obj.c
2452
2411
msgid "index out of range"
2453
2412
msgstr ""
2454
2413
@@ -2804,8 +2763,7 @@ msgid "number of points must be at least 2"
2804
2763
msgstr ""
2805
2764
2806
2765
#: py/obj.c
2807
- #, c-format
2808
- msgid "object '%s' is not a tuple or list"
2766
+ msgid "object '%q' is not a tuple or list"
2809
2767
msgstr ""
2810
2768
2811
2769
#: py/obj.c
@@ -2841,8 +2799,7 @@ msgid "object not iterable"
2841
2799
msgstr ""
2842
2800
2843
2801
#: py/obj.c
2844
- #, c-format
2845
- msgid "object of type '%s' has no len()"
2802
+ msgid "object of type '%q' has no len()"
2846
2803
msgstr ""
2847
2804
2848
2805
#: py/obj.c
@@ -2935,20 +2892,10 @@ msgstr ""
2935
2892
#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
2936
2893
#: ports/cxd56/common-hal/pulseio/PulseIn.c
2937
2894
#: ports/nrf/common-hal/pulseio/PulseIn.c
2938
- #: ports/stm/common-hal/pulseio/PulseIn.c
2939
- msgid "pop from an empty PulseIn"
2940
- msgstr ""
2941
-
2942
- #: py/objset.c
2943
- msgid "pop from an empty set"
2944
- msgstr ""
2945
-
2946
- #: py/objlist.c
2947
- msgid "pop from empty list"
2948
- msgstr ""
2949
-
2950
- #: py/objdict.c
2951
- msgid "popitem(): dictionary is empty"
2895
+ #: ports/stm/common-hal/pulseio/PulseIn.c py/objdict.c py/objlist.c py/objset.c
2896
+ #: shared-bindings/ps2io/Ps2.c
2897
+ #, c-format
2898
+ msgid "pop from empty %s"
2952
2899
msgstr ""
2953
2900
2954
2901
#: py/objint_mpz.c
@@ -3105,12 +3052,7 @@ msgid "stream operation not supported"
3105
3052
msgstr ""
3106
3053
3107
3054
#: py/objstrunicode.c
3108
- msgid "string index out of range"
3109
- msgstr ""
3110
-
3111
- #: py/objstrunicode.c
3112
- #, c-format
3113
- msgid "string indices must be integers, not %s"
3055
+ msgid "string indices must be integers, not %q"
3114
3056
msgstr ""
3115
3057
3116
3058
#: py/stream.c
@@ -3121,10 +3063,6 @@ msgstr ""
3121
3063
msgid "struct: cannot index"
3122
3064
msgstr ""
3123
3065
3124
- #: extmod/moductypes.c
3125
- msgid "struct: index out of range"
3126
- msgstr ""
3127
-
3128
3066
#: extmod/moductypes.c
3129
3067
msgid "struct: no fields"
3130
3068
msgstr ""
@@ -3194,7 +3132,7 @@ msgstr ""
3194
3132
msgid "trapz is defined for 1D arrays of equal length"
3195
3133
msgstr ""
3196
3134
3197
- #: extmod/ulab/code/linalg/linalg.c py/objstr.c
3135
+ #: extmod/ulab/code/linalg/linalg.c
3198
3136
msgid "tuple index out of range"
3199
3137
msgstr ""
3200
3138
@@ -3261,8 +3199,7 @@ msgid "unknown conversion specifier %c"
3261
3199
msgstr ""
3262
3200
3263
3201
#: py/objstr.c
3264
- #, c-format
3265
- msgid "unknown format code '%c' for object of type '%s'"
3202
+ msgid "unknown format code '%c' for object of type '%q'"
3266
3203
msgstr ""
3267
3204
3268
3205
#: py/compile.c
@@ -3302,15 +3239,15 @@ msgid "unsupported format character '%c' (0x%x) at index %d"
3302
3239
msgstr ""
3303
3240
3304
3241
#: py/runtime.c
3305
- msgid "unsupported type for %q: '%s '"
3242
+ msgid "unsupported type for %q: '%q '"
3306
3243
msgstr ""
3307
3244
3308
3245
#: py/runtime.c
3309
3246
msgid "unsupported type for operator"
3310
3247
msgstr ""
3311
3248
3312
3249
#: py/runtime.c
3313
- msgid "unsupported types for %q: '%s ', '%s '"
3250
+ msgid "unsupported types for %q: '%q ', '%q '"
3314
3251
msgstr ""
3315
3252
3316
3253
#: py/objint.c
0 commit comments