Skip to content

Commit

Permalink
feat(): web api recognize (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
truongdv96 authored Jul 21, 2023
1 parent 43c1c04 commit 92b28c2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion editor/blocks/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,5 +818,7 @@
"PASTE_FROM_CLIPBOARD": "Paste from Clipboard",
"ERROR_TEACHER_DISABLE_CHAT_GPT": "Sorry, the {classSetterName} class you're taking has disabled ChatGPT blocks for your account.",
"DATA_SAVETABLE": "save table %1 to server as %2",
"DATA_LOADTABLE": "load %1 from server into table %2"
"DATA_LOADTABLE": "load %1 from server into table %2",
"AI_START_RECOGNIZING_SPEECH_WEB_API": "WebAPI start recognizing speech in %1 record as %2",
"AI_SPEAK_IN_LANGUAGE_BY_WEB_API": "WebAPI say %1 in %2 speed %3 pitch %4"
}
4 changes: 3 additions & 1 deletion editor/blocks/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,5 +811,7 @@
"PASTE_FROM_CLIPBOARD": "Pegar desde portapapeles",
"ERROR_TEACHER_DISABLE_CHAT_GPT": "Lo siento, la clase {classSetterName} que estás tomando ha deshabilitado los bloqueos de ChatGPT para tu cuenta",
"DATA_SAVETABLE": "guardar la tabla %1 en el servidor como %2",
"DATA_LOADTABLE": "cargar %1 del servidor a la tabla %2"
"DATA_LOADTABLE": "cargar %1 del servidor a la tabla %2",
"AI_START_RECOGNIZING_SPEECH_WEB_API": "WebAPI comienza a reconocer el habla en %1 registro como %2",
"AI_SPEAK_IN_LANGUAGE_BY_WEB_API": "WebAPI dice %1 en %2 velocidad %3 tono %4"
}
4 changes: 3 additions & 1 deletion editor/blocks/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -811,5 +811,7 @@
"PASTE_FROM_CLIPBOARD": "Coller depuis le Presse-papiers",
"ERROR_TEACHER_DISABLE_CHAT_GPT": "Désolé, le cours {classSetterName} que vous suivez a désactivé les blocages ChatGPT pour votre compte.",
"DATA_SAVETABLE": "enregistrer la table %1 sur le serveur sous %2",
"DATA_LOADTABLE": "charger %1 du serveur dans la table %2"
"DATA_LOADTABLE": "charger %1 du serveur dans la table %2",
"AI_START_RECOGNIZING_SPEECH_WEB_API": "L'API Web commence à reconnaître la parole dans l'enregistrement %1 en tant que %2",
"AI_SPEAK_IN_LANGUAGE_BY_WEB_API": "La WebAPI dit %1 en %2 vitesse %3 tonalité %4"
}
4 changes: 3 additions & 1 deletion editor/blocks/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,5 +813,7 @@
"PASTE_FROM_CLIPBOARD": "从剪贴板粘贴",
"ERROR_TEACHER_DISABLE_CHAT_GPT": "抱歉,您正在上的 {classSetterName} 课程已为您的帐户禁用 ChatGPT 块。",
"DATA_SAVETABLE": "将表 %1 作为 %2 保存到服务器",
"DATA_LOADTABLE": "将 %1 从服务器加载到表 %2"
"DATA_LOADTABLE": "将 %1 从服务器加载到表 %2",
"AI_START_RECOGNIZING_SPEECH_WEB_API": "WebAPI 开始将 %1 记录中的语音识别为 %2",
"AI_SPEAK_IN_LANGUAGE_BY_WEB_API": "WebAPI 以 %2 速度 %3 音调 %4 表示 %1"
}
4 changes: 3 additions & 1 deletion editor/blocks/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,5 +800,7 @@
"PASTE_FROM_CLIPBOARD": "從剪貼板粘貼",
"ERROR_TEACHER_DISABLE_CHAT_GPT": "抱歉,您正在上的 {classSetterName} 課程已為您的帳戶禁用 ChatGPT 塊.",
"DATA_SAVETABLE": "將表 %1 作為 %2 保存到服務器",
"DATA_LOADTABLE": "從服務器加載 %1 到表 %2"
"DATA_LOADTABLE": "從服務器加載 %1 到表 %2",
"AI_START_RECOGNIZING_SPEECH_WEB_API": "WebAPI 開始將 %1 記錄中的語音識別為 %2",
"AI_SPEAK_IN_LANGUAGE_BY_WEB_API": "WebAPI 以 %2 速度 %3 音調 %4 表示 %1"
}

0 comments on commit 92b28c2

Please sign in to comment.