You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/scripts/sepiaFW.local.js
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ function sepiaFW_build_strings(){
37
37
StringsDE.noConnectionToServer='Es tut mir leid, aber ich konnte keine Verbindung zum Server herstellen :-(';
38
38
StringsDE.noConnectionToAssistant='Dein Assistent macht gerade Kaffeepause, ist sicher gleich zurück! (hoffentlich)';
39
39
StringsDE.noConnectionOrNoCredentials='Verbindung ist verloren gegangen oder die Login Daten sind abgelaufen. Du kannst warten und es noch einmal versuchen, die App neu laden oder dich erneut einloggen.';
40
+
StringsDE.messageLost='Die letzte Nachricht konnte nicht zugestellt werden';
40
41
StringsDE.noAsrSupport='Es tut mir leid, aber dieser Client unterstütz die Spracherkennung leider nicht :-(';
41
42
StringsDE.asrMissingServer='Mir fehlen noch Server Informationen um diese Spracherkennungsengine nutzen zu können, check noch mal die Settings bitte (ASR server).';
42
43
StringsDE.asrSettingsProblem='Mikrofon nicht richtig erkannt oder Zugriff verweigert.';
@@ -53,6 +54,7 @@ function sepiaFW_build_strings(){
53
54
StringsDE.store='Speichern';
54
55
StringsDE.load='Laden';
55
56
StringsDE.tryAgain='Nochmal versuchen';
57
+
StringsDE.tryReconnect='Neu verbinden';
56
58
StringsDE.wait='Warten';
57
59
StringsDE.forget='Vergessen';
58
60
StringsDE.abort='Abbrechen';
@@ -119,6 +121,11 @@ function sepiaFW_build_strings(){
StringsDE.chooseCommand='Bitte wähle einen Befehl.';
@@ -154,6 +161,7 @@ function sepiaFW_build_strings(){
154
161
StringsEN.noConnectionToServer='I\'m sorry but I could not establish a connection to the server :-(';
155
162
StringsEN.noConnectionToAssistant='Your assistant is taking a coffee break, will be right back! (hopefully)';
156
163
StringsEN.noConnectionOrNoCredentials='Connection was lost or credentials became invalid. You can wait and try it again, reload the app or login again.';
164
+
StringsEN.messageLost='The last message could not be delivered';
157
165
StringsEN.noAsrSupport='I\'m sorry but this client does not support speech recognition :-(';
158
166
StringsEN.asrMissingServer='I\'m missing some server info to user this speech recognition engine, please check the settings again (ASR server).';
159
167
StringsEN.asrSettingsProblem='Microphone has not been recognized properly or access was denied.';
@@ -170,6 +178,7 @@ function sepiaFW_build_strings(){
170
178
StringsEN.store='Store';
171
179
StringsEN.load='Load';
172
180
StringsEN.tryAgain='Try again';
181
+
StringsEN.tryReconnect='Try reconnect';
173
182
StringsEN.wait='Wait';
174
183
StringsEN.forget='Forget';
175
184
StringsEN.abort='Abort';
@@ -237,6 +246,11 @@ function sepiaFW_build_strings(){
237
246
StringsEN.myNewsDemoBtn='Open my personal news';
238
247
StringsEN.myRadioDemoBtn='Start my favorite radio station';
239
248
StringsEN.myToDoDemoBtn='Open my to-do list';
249
+
//Connection status
250
+
StringsEN.status_connecting="Connecting...";
251
+
StringsEN.status_opened="Online";
252
+
StringsEN.status_closed="Offline";
253
+
StringsEN.status_error="Error";
240
254
//Teach-UI
241
255
StringsEN.command='Command';
242
256
StringsEN.chooseCommand='Please choose a command.';
@@ -259,6 +273,37 @@ function sepiaFW_build_strings(){
+"<li id='sepiaFW-menu-toggle-proactiveNotes-li' title='The assistant will remind you in a funny way to make a coffee break etc. :-)'><span>Well-being reminders: </span></li>"
+"<li id='sepiaFW-menu-toggle-channelMessages-li' title='Show status messages in chat like someone joined the channel?'><span>Channel status messages: </span></li>"
520
535
//NOTE: we show this only if battery status API supported:
521
536
+"<li id='sepiaFW-menu-toggle-trackPowerStatus-li' title='Observe power plug and battery status?'><span>Track power status: </span></li>"
522
537
//---
523
538
+"<li id='sepiaFW-menu-input-controls-li' title='Settings for remote input devices, e.g. gamepads'><span>Remote controls: </span></li>"
524
-
+"<li id='sepiaFW-menu-assistant-host-li' title='Assistant hostname, e.g.: my.example.org/sepia, localhost or [IP]'>"
0 commit comments