Skip to content

Commit 09e6127

Browse files
committed
update translations?
1 parent 823ff77 commit 09e6127

File tree

7 files changed

+145
-145
lines changed

7 files changed

+145
-145
lines changed

locale/circuitpython.pot

Lines changed: 20 additions & 20 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-10-03 23:15+0700\n"
11+
"POT-Creation-Date: 2018-10-09 23:01+1100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -151,70 +151,70 @@ msgstr ""
151151
msgid "script compilation not supported"
152152
msgstr ""
153153

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

158-
#: main.c:157 main.c:230
158+
#: main.c:167 main.c:240
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:159
164+
#: main.c:169
165165
msgid "Running in safe mode! Auto-reload is off.\n"
166166
msgstr ""
167167

168-
#: main.c:161 main.c:232
168+
#: main.c:171 main.c:242
169169
msgid "Auto-reload is off.\n"
170170
msgstr ""
171171

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

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

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

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

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

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

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

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

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

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

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

@@ -702,10 +702,6 @@ msgstr ""
702702
msgid "All SPI peripherals are in use"
703703
msgstr ""
704704

705-
#: ports/nrf/common-hal/busio/SPI.c:176
706-
msgid "Baud rate too high for this SPI peripheral"
707-
msgstr ""
708-
709705
#: ports/nrf/common-hal/busio/UART.c:48
710706
#, c-format
711707
msgid "error = 0x%08lX"
@@ -2153,6 +2149,10 @@ msgstr ""
21532149
msgid "Stream missing readinto() or write() method."
21542150
msgstr ""
21552151

2152+
#: shared-bindings/network/__init__.c:79 shared-bindings/socket/__init__.c:428
2153+
msgid "no available NIC"
2154+
msgstr ""
2155+
21562156
#: shared-bindings/nvm/ByteArray.c:99
21572157
msgid "Slice and value different lengths."
21582158
msgstr ""

locale/de_DE.po

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2018-10-03 23:15+0700\n"
10+
"POT-Creation-Date: 2018-10-09 23:01+1100\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: Sebastian Plamauer\n"
1313
"Language-Team: \n"
@@ -151,79 +151,79 @@ msgstr "ungültige argumente"
151151
msgid "script compilation not supported"
152152
msgstr "kompilieren von Skripten ist nicht unterstützt"
153153

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

158-
#: main.c:157 main.c:230
158+
#: main.c:167 main.c:240
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
"Automatisches Neuladen ist aktiv. Speichere Dateien über USB um sie "
164164
"auszuführen oder verbinde dich mit der REPL um zu deaktivieren.\n"
165165

166-
#: main.c:159
166+
#: main.c:169
167167
msgid "Running in safe mode! Auto-reload is off.\n"
168168
msgstr "Sicherheitsmodus aktiv! Automatisches Neuladen ist deaktiviert.\n"
169169

170-
#: main.c:161 main.c:232
170+
#: main.c:171 main.c:242
171171
msgid "Auto-reload is off.\n"
172172
msgstr "Automatisches Neuladen ist deaktiviert.\n"
173173

174-
#: main.c:175
174+
#: main.c:185
175175
msgid "Running in safe mode! Not running saved code.\n"
176176
msgstr "Sicherheitsmodus aktiv! Gespeicherter Code wird nicht ausgeführt\n"
177177

178-
#: main.c:191
178+
#: main.c:201
179179
msgid "WARNING: Your code filename has two extensions\n"
180180
msgstr "WARNUNG: Der Dateiname deines codes hat zwei Dateityperweiterungen\n"
181181

182-
#: main.c:239
182+
#: main.c:249
183183
msgid "You requested starting safe mode by "
184184
msgstr "Du hast das Starten im Sicherheitsmodus ausgelöst durch "
185185

186-
#: main.c:242
186+
#: main.c:252
187187
msgid "To exit, please reset the board without "
188188
msgstr "Zum beenden bitte resete das board ohne "
189189

190-
#: main.c:249
190+
#: main.c:259
191191
msgid ""
192192
"You are running in safe mode which means something really bad happened.\n"
193193
msgstr "Sicherheitsmodus aktive, etwas wirklich schlechtes ist passiert.\n"
194194

195-
#: main.c:251
195+
#: main.c:261
196196
msgid "Looks like our core CircuitPython code crashed hard. Whoops!\n"
197197
msgstr "CircuitPython ist abgestürzt. Ups!\n"
198198

199-
#: main.c:252
199+
#: main.c:262
200200
msgid "Please file an issue here with the contents of your CIRCUITPY drive:\n"
201201
msgstr ""
202202
"Bitte erstelle ein issue hier mit dem Inhalt deines CIRCUITPY-speichers:\n"
203203

204-
#: main.c:255
204+
#: main.c:265
205205
msgid ""
206206
"The microcontroller's power dipped. Please make sure your power supply "
207207
"provides\n"
208208
msgstr ""
209209
"Die Stromversorgung des Mikrocontrollers ist eingebrochen. Stelle sicher,"
210210
"dass deine Stromversorgung\n"
211211

212-
#: main.c:256
212+
#: main.c:266
213213
msgid ""
214214
"enough power for the whole circuit and press reset (after ejecting "
215215
"CIRCUITPY).\n"
216216
msgstr ""
217217
"genug Strom für den ganzen Schaltkreis liefert und drücke reset (nach "
218218
"demsicheren Auswerfen von CIRCUITPY.)\n"
219219

220-
#: main.c:260
220+
#: main.c:270
221221
msgid "Press any key to enter the REPL. Use CTRL-D to reload."
222222
msgstr ""
223223
"Drücke eine Taste um dich mit der REPL zu verbinden. Drücke Strg-D zum neu "
224224
"laden"
225225

226-
#: main.c:416
226+
#: main.c:426
227227
msgid "soft reboot\n"
228228
msgstr "weicher reboot\n"
229229

@@ -713,10 +713,6 @@ msgstr "Alle timer werden benutzt"
713713
msgid "All SPI peripherals are in use"
714714
msgstr "Alle timer werden benutzt"
715715

716-
#: ports/nrf/common-hal/busio/SPI.c:176
717-
msgid "Baud rate too high for this SPI peripheral"
718-
msgstr ""
719-
720716
#: ports/nrf/common-hal/busio/UART.c:48
721717
#, c-format
722718
msgid "error = 0x%08lX"
@@ -2167,6 +2163,10 @@ msgstr ""
21672163
msgid "Stream missing readinto() or write() method."
21682164
msgstr ""
21692165

2166+
#: shared-bindings/network/__init__.c:79 shared-bindings/socket/__init__.c:428
2167+
msgid "no available NIC"
2168+
msgstr ""
2169+
21702170
#: shared-bindings/nvm/ByteArray.c:99
21712171
msgid "Slice and value different lengths."
21722172
msgstr ""

locale/en_US.po

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2018-10-03 23:15+0700\n"
10+
"POT-Creation-Date: 2018-10-09 23:01+1100\n"
1111
"PO-Revision-Date: 2018-07-27 11:55-0700\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
@@ -151,70 +151,70 @@ msgstr ""
151151
msgid "script compilation not supported"
152152
msgstr ""
153153

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

158-
#: main.c:157 main.c:230
158+
#: main.c:167 main.c:240
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:159
164+
#: main.c:169
165165
msgid "Running in safe mode! Auto-reload is off.\n"
166166
msgstr ""
167167

168-
#: main.c:161 main.c:232
168+
#: main.c:171 main.c:242
169169
msgid "Auto-reload is off.\n"
170170
msgstr ""
171171

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

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

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

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

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

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

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

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

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

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

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

@@ -702,10 +702,6 @@ msgstr ""
702702
msgid "All SPI peripherals are in use"
703703
msgstr ""
704704

705-
#: ports/nrf/common-hal/busio/SPI.c:176
706-
msgid "Baud rate too high for this SPI peripheral"
707-
msgstr ""
708-
709705
#: ports/nrf/common-hal/busio/UART.c:48
710706
#, c-format
711707
msgid "error = 0x%08lX"
@@ -2153,6 +2149,10 @@ msgstr ""
21532149
msgid "Stream missing readinto() or write() method."
21542150
msgstr ""
21552151

2152+
#: shared-bindings/network/__init__.c:79 shared-bindings/socket/__init__.c:428
2153+
msgid "no available NIC"
2154+
msgstr ""
2155+
21562156
#: shared-bindings/nvm/ByteArray.c:99
21572157
msgid "Slice and value different lengths."
21582158
msgstr ""

0 commit comments

Comments
 (0)