Browse Source

更新到 1.51

小恐龙 3 years ago
parent
commit
cfb3757a81
1 changed files with 10 additions and 1 deletions
  1. 10 1
      src/locales/zh/popup.json

+ 10 - 1
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": "删除工作流"
-    }
+    },
   }
 }