diff --git a/editor/blocks/en.json b/editor/blocks/en.json index 6ff71c12..bdfc9ba2 100644 --- a/editor/blocks/en.json +++ b/editor/blocks/en.json @@ -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" } \ No newline at end of file diff --git a/editor/blocks/es.json b/editor/blocks/es.json index 64cadcd9..40d172f7 100644 --- a/editor/blocks/es.json +++ b/editor/blocks/es.json @@ -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" } \ No newline at end of file diff --git a/editor/blocks/fr.json b/editor/blocks/fr.json index 9761e36e..427effaa 100644 --- a/editor/blocks/fr.json +++ b/editor/blocks/fr.json @@ -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" } diff --git a/editor/blocks/zh-cn.json b/editor/blocks/zh-cn.json index df145430..ad00bd43 100644 --- a/editor/blocks/zh-cn.json +++ b/editor/blocks/zh-cn.json @@ -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" } \ No newline at end of file diff --git a/editor/blocks/zh-tw.json b/editor/blocks/zh-tw.json index ac9e242d..ab25db66 100644 --- a/editor/blocks/zh-tw.json +++ b/editor/blocks/zh-tw.json @@ -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" } \ No newline at end of file