88msgstr ""
99"Project-Id-Version : PACKAGE VERSION\n "
1010"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-11-09 16:20-0800 \n "
11+ "POT-Creation-Date : 2018-12-03 15:57-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 "
@@ -131,7 +131,7 @@ msgstr ""
131131msgid "invalid dupterm index"
132132msgstr ""
133133
134- #: extmod/vfs_fat.c:426 py/moduerrno.c:150
134+ #: extmod/vfs_fat.c:426 py/moduerrno.c:154
135135msgid "Read-only filesystem"
136136msgstr ""
137137
@@ -151,70 +151,70 @@ msgstr ""
151151msgid "script compilation not supported"
152152msgstr ""
153153
154- #: main.c:154
154+ #: main.c:155
155155msgid " output:\n"
156156msgstr ""
157157
158- #: main.c:168 main.c:241
158+ #: main.c:169 main.c:242
159159msgid ""
160160"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
161161"disable.\n"
162162msgstr ""
163163
164- #: main.c:170
164+ #: main.c:171
165165msgid "Running in safe mode! Auto-reload is off.\n"
166166msgstr ""
167167
168- #: main.c:172 main.c:243
168+ #: main.c:173 main.c:244
169169msgid "Auto-reload is off.\n"
170170msgstr ""
171171
172- #: main.c:186
172+ #: main.c:187
173173msgid "Running in safe mode! Not running saved code.\n"
174174msgstr ""
175175
176- #: main.c:202
176+ #: main.c:203
177177msgid "WARNING: Your code filename has two extensions\n"
178178msgstr ""
179179
180- #: main.c:250
180+ #: main.c:251
181181msgid "You requested starting safe mode by "
182182msgstr ""
183183
184- #: main.c:253
184+ #: main.c:254
185185msgid "To exit, please reset the board without "
186186msgstr ""
187187
188- #: main.c:260
188+ #: main.c:261
189189msgid ""
190190"You are running in safe mode which means something really bad happened.\n"
191191msgstr ""
192192
193- #: main.c:262
193+ #: main.c:263
194194msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
195195msgstr ""
196196
197- #: main.c:263
197+ #: main.c:264
198198msgid "Please file an issue here with the contents of your CIRCUITPY drive:\n"
199199msgstr ""
200200
201- #: main.c:266
201+ #: main.c:267
202202msgid ""
203203"The microcontroller's power dipped. Please make sure your power supply "
204204"provides\n"
205205msgstr ""
206206
207- #: main.c:267
207+ #: main.c:268
208208msgid ""
209209"enough power for the whole circuit and press reset (after ejecting "
210210"CIRCUITPY).\n"
211211msgstr ""
212212
213- #: main.c:271
213+ #: main.c:272
214214msgid "Press any key to enter the REPL. Use CTRL-D to reload."
215215msgstr ""
216216
217- #: main.c:429
217+ #: main.c:430
218218msgid "soft reboot\n"
219219msgstr ""
220220
@@ -1325,27 +1325,27 @@ msgstr ""
13251325msgid "expecting a dict for keyword args"
13261326msgstr ""
13271327
1328- #: py/moduerrno.c:143 py/moduerrno.c:146
1328+ #: py/moduerrno.c:147 py/moduerrno.c:150
13291329msgid "Permission denied"
13301330msgstr ""
13311331
1332- #: py/moduerrno.c:144
1332+ #: py/moduerrno.c:148
13331333msgid "No such file/directory"
13341334msgstr ""
13351335
1336- #: py/moduerrno.c:145
1336+ #: py/moduerrno.c:149
13371337msgid "Input/output error"
13381338msgstr ""
13391339
1340- #: py/moduerrno.c:147
1340+ #: py/moduerrno.c:151
13411341msgid "File exists"
13421342msgstr ""
13431343
1344- #: py/moduerrno.c:148
1344+ #: py/moduerrno.c:152
13451345msgid "Unsupported operation"
13461346msgstr ""
13471347
1348- #: py/moduerrno.c:149
1348+ #: py/moduerrno.c:153
13491349msgid "Invalid argument"
13501350msgstr ""
13511351
@@ -1974,6 +1974,14 @@ msgstr ""
19741974msgid "stream operation not supported"
19751975msgstr ""
19761976
1977+ #: py/stream.c:254
1978+ msgid "string not supported; use bytes or bytearray"
1979+ msgstr ""
1980+
1981+ #: py/stream.c:289
1982+ msgid "length argument not allowed for this type"
1983+ msgstr ""
1984+
19771985#: py/vm.c:255
19781986msgid "local variable referenced before assignment"
19791987msgstr ""
@@ -2132,11 +2140,11 @@ msgstr ""
21322140msgid "Function requires lock."
21332141msgstr ""
21342142
2135- #: shared-bindings/busio/UART.c:102
2143+ #: shared-bindings/busio/UART.c:104
21362144msgid "bits must be 7, 8 or 9"
21372145msgstr ""
21382146
2139- #: shared-bindings/busio/UART.c:114
2147+ #: shared-bindings/busio/UART.c:116
21402148msgid "stop must be 1 or 2"
21412149msgstr ""
21422150
@@ -2361,15 +2369,15 @@ msgstr ""
23612369msgid "time.struct_time() takes a 9-sequence"
23622370msgstr ""
23632371
2364- #: shared-bindings/time/__init__.c:169 shared-bindings/time/__init__.c:264
2372+ #: shared-bindings/time/__init__.c:169 shared-bindings/time/__init__.c:263
23652373msgid "Tuple or struct_time argument required"
23662374msgstr ""
23672375
2368- #: shared-bindings/time/__init__.c:174 shared-bindings/time/__init__.c:269
2376+ #: shared-bindings/time/__init__.c:174 shared-bindings/time/__init__.c:268
23692377msgid "function takes exactly 9 arguments"
23702378msgstr ""
23712379
2372- #: shared-bindings/time/__init__.c:240 shared-bindings/time/__init__.c:273
2380+ #: shared-bindings/time/__init__.c:239 shared-bindings/time/__init__.c:272
23732381msgid "timestamp out of range for platform time_t"
23742382msgstr ""
23752383
0 commit comments