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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,7 @@ function sepiaFW_build_strings(){
56
56
StringsDE.noAsrSupport='Es tut mir leid, aber dieser Client unterstütz die Spracherkennung leider nicht :-(';
57
57
StringsDE.asrMissingServer='Mir fehlen noch Server Informationen um diese Spracherkennungsengine nutzen zu können, check noch mal die Settings bitte (ASR server).';
58
58
StringsDE.asrSettingsProblem='Mikrofon nicht richtig erkannt oder Zugriff verweigert.';
59
+
StringsDE.asrOtherError='Es tut mir leid, aber es gab ein unerwartetes Problem mit der Spracherkennung.';
59
60
StringsDE.nobodyThere='Uups, es scheint zur Zeit leider keiner hier zu sein, der dir antworten könnte :-(';
60
61
StringsDE.userNotFound='Uups, dieser User scheint gerade nicht hier zu sein :-(';
61
62
StringsDE.loading='Lädt';
@@ -241,6 +242,7 @@ function sepiaFW_build_strings(){
241
242
StringsEN.noAsrSupport='I\'m sorry but this client does not support speech recognition :-(';
242
243
StringsEN.asrMissingServer='I\'m missing some server info to use this speech recognition engine, please check the settings again (ASR server).';
243
244
StringsEN.asrSettingsProblem='Microphone has not been recognized properly or access was denied.';
245
+
StringsEN.asrOtherError='I\'m sorry but there was an unexpected problem with the speech recognition.';
244
246
StringsEN.nobodyThere='Uups, sorry but it seems there is nobody here to answer your message :-(';
245
247
StringsEN.userNotFound='Uups, this user seems to be not available right now :-(';
before_error(error_callback,'E03 - Permission to use microphone was blocked!');//<br>To change that plz go to chrome://settings/contentExceptions#media-stream');
692
689
}else{
693
690
before_error(error_callback,'E03 - Permission to use microphone was denied!');//<br>To change that plz go to chrome://settings/contentExceptions#media-stream');
694
691
}
695
-
}
696
-
else{
697
-
if(orgEvent&&typeoforgEvent=="object"){
698
-
varerr=JSON.stringify(orgEvent);
699
-
if(err!='{"type":"error"}'){//usually happens when you simply abort recording
0 commit comments