diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 0d5cdd104e..1f2ed7f67e 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -474,7 +474,8 @@ export default { api_scenario: 'default', ui_element: 'default', ui_scenario: 'default' - } + }, + executing: "Executing...", }, login: { normal_Login: "Normal Login", diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 4277c8b91f..2666d53440 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -477,7 +477,8 @@ export default { ui_element: '未规划元素', ui_scenario: '未规划场景' }, - template_delete: "模版删除" + template_delete: "模版删除", + executing: "正在执行...", }, login: { normal_Login: "普通登录", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index a5d6aa4f84..1c41c8f4c0 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -477,7 +477,8 @@ export default { ui_element: '未規劃元素', ui_scenario: '未規劃場景' }, - template_delete: "模版刪除" + template_delete: "模版刪除", + executing: "正在執行...", }, login: { normal_Login: "普通登錄",