diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 8c34d5e5b0..275ca6837f 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -3352,6 +3352,10 @@ export default { check_subitem: 'check subitem', pause: 'Pause', browser: "Browser", + inner_drag: "Drag in element", + set_coord: "Set Coordinate", + input_content_x: "input x coordinate", + input_content_y: "input y coordinate", }, project_application: { workstation: { diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 0d17ad3cc8..eb582afaca 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -3361,6 +3361,10 @@ export default { check_subitem: '请选择子分类', pause: '等待时间', browser: "浏览器", + inner_drag: "元素内部拖拽", + set_coord: "设置鼠标坐标位置", + input_content_x: "请输入横坐标", + input_content_y: "请输入纵坐标", }, project_application: { workstation: { diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 12922edde2..5a7722b13e 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -3338,6 +3338,10 @@ export default { valiate_fail: "校驗失敗,請檢查必填項", pause: '等待時間', browser: "瀏覽器", + inner_drag: "元素內部拖拽", + set_coord: "設置鼠標坐標位置", + input_content_x: "請輸入橫坐標", + input_content_y: "請輸入縱坐標", }, project_application: { workstation: {