From cfb3757a8101490d47f8a5925bf07432707d4585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=81=90=E9=BE=99?= Date: Mon, 28 Mar 2022 10:21:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B0=201.51?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/zh/popup.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/locales/zh/popup.json b/src/locales/zh/popup.json index e0cdf360a..79ed875f2 100644 --- a/src/locales/zh/popup.json +++ b/src/locales/zh/popup.json @@ -1,5 +1,14 @@ { + "recording": { + "stop": "停止录制", + "title": "录制中" + }, "home": { + "record": { + "title": "录制工作流", + "button": "录制", + "name": "工作流名称" + }, "elementSelector": { "name": "元素选择器", "noAccess": "您没有权限访问此站点" @@ -8,6 +17,6 @@ "new": "新建工作流", "rename": "重命名工作流", "delete": "删除工作流" - } + }, } }