From 47a682100b340c698a4fbb7f84b0a4039c17008b Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Sat, 6 Aug 2022 23:16:18 +0800 Subject: [PATCH] =?UTF-8?q?feat(UI=20=E8=87=AA=E5=8A=A8=E5=8C=96):=20?= =?UTF-8?q?=E9=BC=A0=E6=A0=87=E6=8B=96=E6=8B=BD=E6=94=AF=E6=8C=81=E5=9D=90?= =?UTF-8?q?=E6=A0=87=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1008919 --user=张大海 【UI测试】鼠标拖拽支持坐标定位 https://www.tapd.cn/55049933/s/1220165 --- frontend/src/i18n/en-US.js | 4 ++++ frontend/src/i18n/zh-CN.js | 4 ++++ frontend/src/i18n/zh-TW.js | 4 ++++ 3 files changed, 12 insertions(+) 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: {