Skip to content

Commit 963a9a7

Browse files
committed
update translations
1 parent 80db2ce commit 963a9a7

8 files changed

Lines changed: 407 additions & 343 deletions

File tree

locale/circuitpython.pot

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
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 ""
131131
msgid "invalid dupterm index"
132132
msgstr ""
133133

134-
#: extmod/vfs_fat.c:426 py/moduerrno.c:150
134+
#: extmod/vfs_fat.c:426 py/moduerrno.c:154
135135
msgid "Read-only filesystem"
136136
msgstr ""
137137

@@ -151,70 +151,70 @@ msgstr ""
151151
msgid "script compilation not supported"
152152
msgstr ""
153153

154-
#: main.c:154
154+
#: main.c:155
155155
msgid " output:\n"
156156
msgstr ""
157157

158-
#: main.c:168 main.c:241
158+
#: main.c:169 main.c:242
159159
msgid ""
160160
"Auto-reload is on. Simply save files over USB to run them or enter REPL to "
161161
"disable.\n"
162162
msgstr ""
163163

164-
#: main.c:170
164+
#: main.c:171
165165
msgid "Running in safe mode! Auto-reload is off.\n"
166166
msgstr ""
167167

168-
#: main.c:172 main.c:243
168+
#: main.c:173 main.c:244
169169
msgid "Auto-reload is off.\n"
170170
msgstr ""
171171

172-
#: main.c:186
172+
#: main.c:187
173173
msgid "Running in safe mode! Not running saved code.\n"
174174
msgstr ""
175175

176-
#: main.c:202
176+
#: main.c:203
177177
msgid "WARNING: Your code filename has two extensions\n"
178178
msgstr ""
179179

180-
#: main.c:250
180+
#: main.c:251
181181
msgid "You requested starting safe mode by "
182182
msgstr ""
183183

184-
#: main.c:253
184+
#: main.c:254
185185
msgid "To exit, please reset the board without "
186186
msgstr ""
187187

188-
#: main.c:260
188+
#: main.c:261
189189
msgid ""
190190
"You are running in safe mode which means something really bad happened.\n"
191191
msgstr ""
192192

193-
#: main.c:262
193+
#: main.c:263
194194
msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
195195
msgstr ""
196196

197-
#: main.c:263
197+
#: main.c:264
198198
msgid "Please file an issue here with the contents of your CIRCUITPY drive:\n"
199199
msgstr ""
200200

201-
#: main.c:266
201+
#: main.c:267
202202
msgid ""
203203
"The microcontroller's power dipped. Please make sure your power supply "
204204
"provides\n"
205205
msgstr ""
206206

207-
#: main.c:267
207+
#: main.c:268
208208
msgid ""
209209
"enough power for the whole circuit and press reset (after ejecting "
210210
"CIRCUITPY).\n"
211211
msgstr ""
212212

213-
#: main.c:271
213+
#: main.c:272
214214
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
215215
msgstr ""
216216

217-
#: main.c:429
217+
#: main.c:430
218218
msgid "soft reboot\n"
219219
msgstr ""
220220

@@ -1325,27 +1325,27 @@ msgstr ""
13251325
msgid "expecting a dict for keyword args"
13261326
msgstr ""
13271327

1328-
#: py/moduerrno.c:143 py/moduerrno.c:146
1328+
#: py/moduerrno.c:147 py/moduerrno.c:150
13291329
msgid "Permission denied"
13301330
msgstr ""
13311331

1332-
#: py/moduerrno.c:144
1332+
#: py/moduerrno.c:148
13331333
msgid "No such file/directory"
13341334
msgstr ""
13351335

1336-
#: py/moduerrno.c:145
1336+
#: py/moduerrno.c:149
13371337
msgid "Input/output error"
13381338
msgstr ""
13391339

1340-
#: py/moduerrno.c:147
1340+
#: py/moduerrno.c:151
13411341
msgid "File exists"
13421342
msgstr ""
13431343

1344-
#: py/moduerrno.c:148
1344+
#: py/moduerrno.c:152
13451345
msgid "Unsupported operation"
13461346
msgstr ""
13471347

1348-
#: py/moduerrno.c:149
1348+
#: py/moduerrno.c:153
13491349
msgid "Invalid argument"
13501350
msgstr ""
13511351

@@ -1974,6 +1974,14 @@ msgstr ""
19741974
msgid "stream operation not supported"
19751975
msgstr ""
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
19781986
msgid "local variable referenced before assignment"
19791987
msgstr ""
@@ -2132,11 +2140,11 @@ msgstr ""
21322140
msgid "Function requires lock."
21332141
msgstr ""
21342142

2135-
#: shared-bindings/busio/UART.c:102
2143+
#: shared-bindings/busio/UART.c:104
21362144
msgid "bits must be 7, 8 or 9"
21372145
msgstr ""
21382146

2139-
#: shared-bindings/busio/UART.c:114
2147+
#: shared-bindings/busio/UART.c:116
21402148
msgid "stop must be 1 or 2"
21412149
msgstr ""
21422150

@@ -2361,15 +2369,15 @@ msgstr ""
23612369
msgid "time.struct_time() takes a 9-sequence"
23622370
msgstr ""
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
23652373
msgid "Tuple or struct_time argument required"
23662374
msgstr ""
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
23692377
msgid "function takes exactly 9 arguments"
23702378
msgstr ""
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
23732381
msgid "timestamp out of range for platform time_t"
23742382
msgstr ""
23752383

0 commit comments

Comments
 (0)