Skip to content

Commit

Permalink
fix(): webApi say block (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
truongdv96 authored Jul 31, 2023
1 parent 92b28c2 commit e8b46e9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion editor/blocks/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion editor/blocks/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion editor/blocks/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion editor/blocks/zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion editor/blocks/zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit e8b46e9

Please sign in to comment.