From e8b46e9d8ff6990cedc5dee0ed4de99a9f1f1ff4 Mon Sep 17 00:00:00 2001 From: truongdv96 <102006381+truongdv96@users.noreply.github.com> Date: Mon, 31 Jul 2023 11:15:15 +0700 Subject: [PATCH] fix(): webApi say block (#229) --- editor/blocks/en.json | 2 +- editor/blocks/es.json | 2 +- editor/blocks/fr.json | 2 +- editor/blocks/zh-cn.json | 2 +- editor/blocks/zh-tw.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/editor/blocks/en.json b/editor/blocks/en.json index bdfc9ba2..ae674e6f 100644 --- a/editor/blocks/en.json +++ b/editor/blocks/en.json @@ -820,5 +820,5 @@ "DATA_SAVETABLE": "save table %1 to server as %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" + "AI_SPEAK_IN_LANGUAGE_BY_WEB_API": "WebAPI say %1 with %2 speed %3 pitch %4" } \ No newline at end of file diff --git a/editor/blocks/es.json b/editor/blocks/es.json index 40d172f7..93a2e94b 100644 --- a/editor/blocks/es.json +++ b/editor/blocks/es.json @@ -813,5 +813,5 @@ "DATA_SAVETABLE": "guardar la tabla %1 en el servidor como %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" + "AI_SPEAK_IN_LANGUAGE_BY_WEB_API": "WebAPI dice %1 con %2 velocidad %3 tono %4" } \ No newline at end of file diff --git a/editor/blocks/fr.json b/editor/blocks/fr.json index 427effaa..35875dfe 100644 --- a/editor/blocks/fr.json +++ b/editor/blocks/fr.json @@ -813,5 +813,5 @@ "DATA_SAVETABLE": "enregistrer la table %1 sur le serveur sous %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" + "AI_SPEAK_IN_LANGUAGE_BY_WEB_API": "WebAPI dit %1 avec %2 vitesse %3 pitch %4" } diff --git a/editor/blocks/zh-cn.json b/editor/blocks/zh-cn.json index ad00bd43..1c7fbfc5 100644 --- a/editor/blocks/zh-cn.json +++ b/editor/blocks/zh-cn.json @@ -815,5 +815,5 @@ "DATA_SAVETABLE": "将表 %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" + "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 ab25db66..d6095018 100644 --- a/editor/blocks/zh-tw.json +++ b/editor/blocks/zh-tw.json @@ -802,5 +802,5 @@ "DATA_SAVETABLE": "將表 %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" + "AI_SPEAK_IN_LANGUAGE_BY_WEB_API": "WebAPI 以 %2 速度 %3 音調 %4 說出 %1" } \ No newline at end of file