88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"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 "
1212"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
1313"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
1414"Language-Team : LANGUAGE <LL@li.org>\n "
@@ -66,12 +66,16 @@ msgstr ""
6666msgid "%q in use"
6767msgstr ""
6868
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
7074msgid "%q index out of range"
7175msgstr ""
7276
7377#: py/obj.c
74- msgid "%q indices must be integers, not %s "
78+ msgid "%q indices must be integers, not %q "
7579msgstr ""
7680
7781#: shared-bindings/vectorio/Polygon.c
@@ -110,6 +114,42 @@ msgstr ""
110114msgid "'%q' argument required"
111115msgstr ""
112116
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+
113153#: py/emitinlinethumb.c py/emitinlinextensa.c
114154#, c-format
115155msgid "'%s' expects a label"
@@ -160,48 +200,6 @@ msgstr ""
160200msgid "'%s' integer 0x%x does not fit in mask 0x%x"
161201msgstr ""
162202
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-
205203#: py/objstr.c
206204msgid "'=' alignment not allowed in string format specifier"
207205msgstr ""
@@ -1235,6 +1233,10 @@ msgstr ""
12351233msgid "Not playing"
12361234msgstr ""
12371235
1236+ #: main.c
1237+ msgid "Not running saved code.\n"
1238+ msgstr ""
1239+
12381240#: shared-bindings/util.c
12391241msgid ""
12401242"Object has been deinitialized and can no longer be used. Create a new object."
@@ -1320,10 +1322,6 @@ msgstr ""
13201322msgid "Polygon needs at least 3 points"
13211323msgstr ""
13221324
1323- #: shared-bindings/ps2io/Ps2.c
1324- msgid "Pop from an empty Ps2 buffer"
1325- msgstr ""
1326-
13271325#: shared-bindings/_bleio/Adapter.c
13281326msgid "Prefix buffer must be on the heap"
13291327msgstr ""
@@ -1396,11 +1394,7 @@ msgid "Row entry must be digitalio.DigitalInOut"
13961394msgstr ""
13971395
13981396#: 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! "
14041398msgstr ""
14051399
14061400#: shared-module/sdcardio/SDCard.c
@@ -1761,8 +1755,7 @@ msgid "__init__() should return None"
17611755msgstr ""
17621756
17631757#: py/objtype.c
1764- #, c-format
1765- msgid "__init__() should return None, not '%s'"
1758+ msgid "__init__() should return None, not '%q'"
17661759msgstr ""
17671760
17681761#: py/objobject.c
@@ -1916,7 +1909,7 @@ msgstr ""
19161909msgid "bytes value out of range"
19171910msgstr ""
19181911
1919- #: ports/atmel-samd/bindings/samd/Clock.c
1912+ #: ports/atmel-samd/bindings/samd/Clock.c ports/atmel-samd/common-hal/rtc/RTC.c
19201913msgid "calibration is out of range"
19211914msgstr ""
19221915
@@ -1948,47 +1941,16 @@ msgstr ""
19481941msgid "can't assign to expression"
19491942msgstr ""
19501943
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"
19641946msgstr ""
19651947
19661948#: py/objstr.c
19671949msgid "can't convert '%q' object to %q implicitly"
19681950msgstr ""
19691951
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-
19821952#: 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"
19921954msgstr ""
19931955
19941956#: py/objstr.c
@@ -2396,7 +2358,7 @@ msgstr ""
23962358msgid "function missing required positional argument #%d"
23972359msgstr ""
23982360
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
24002362#, c-format
24012363msgid "function takes %d positional arguments but %d were given"
24022364msgstr ""
@@ -2445,10 +2407,7 @@ msgstr ""
24452407msgid "index is out of bounds"
24462408msgstr ""
24472409
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
24522411msgid "index out of range"
24532412msgstr ""
24542413
@@ -2804,8 +2763,7 @@ msgid "number of points must be at least 2"
28042763msgstr ""
28052764
28062765#: 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"
28092767msgstr ""
28102768
28112769#: py/obj.c
@@ -2841,8 +2799,7 @@ msgid "object not iterable"
28412799msgstr ""
28422800
28432801#: py/obj.c
2844- #, c-format
2845- msgid "object of type '%s' has no len()"
2802+ msgid "object of type '%q' has no len()"
28462803msgstr ""
28472804
28482805#: py/obj.c
@@ -2935,20 +2892,10 @@ msgstr ""
29352892#: ports/atmel-samd/common-hal/pulseio/PulseIn.c
29362893#: ports/cxd56/common-hal/pulseio/PulseIn.c
29372894#: 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"
29522899msgstr ""
29532900
29542901#: py/objint_mpz.c
@@ -3105,12 +3052,7 @@ msgid "stream operation not supported"
31053052msgstr ""
31063053
31073054#: 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"
31143056msgstr ""
31153057
31163058#: py/stream.c
@@ -3121,10 +3063,6 @@ msgstr ""
31213063msgid "struct: cannot index"
31223064msgstr ""
31233065
3124- #: extmod/moductypes.c
3125- msgid "struct: index out of range"
3126- msgstr ""
3127-
31283066#: extmod/moductypes.c
31293067msgid "struct: no fields"
31303068msgstr ""
@@ -3194,7 +3132,7 @@ msgstr ""
31943132msgid "trapz is defined for 1D arrays of equal length"
31953133msgstr ""
31963134
3197- #: extmod/ulab/code/linalg/linalg.c py/objstr.c
3135+ #: extmod/ulab/code/linalg/linalg.c
31983136msgid "tuple index out of range"
31993137msgstr ""
32003138
@@ -3261,8 +3199,7 @@ msgid "unknown conversion specifier %c"
32613199msgstr ""
32623200
32633201#: 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'"
32663203msgstr ""
32673204
32683205#: py/compile.c
@@ -3302,15 +3239,15 @@ msgid "unsupported format character '%c' (0x%x) at index %d"
33023239msgstr ""
33033240
33043241#: py/runtime.c
3305- msgid "unsupported type for %q: '%s '"
3242+ msgid "unsupported type for %q: '%q '"
33063243msgstr ""
33073244
33083245#: py/runtime.c
33093246msgid "unsupported type for operator"
33103247msgstr ""
33113248
33123249#: py/runtime.c
3313- msgid "unsupported types for %q: '%s ', '%s '"
3250+ msgid "unsupported types for %q: '%q ', '%q '"
33143251msgstr ""
33153252
33163253#: py/objint.c
0 commit comments