Browse Source

Merge pull request #471 from xkonglong/patch-7

update 1.9.3
Ahmad Kholid 3 years ago
parent
commit
619d5f1e09
1 changed files with 27 additions and 0 deletions
  1. 27 0
      src/locales/zh/blocks.json

+ 27 - 0
src/locales/zh/blocks.json

@@ -12,6 +12,11 @@
       "base": {
         "moveToGroup": "移动模块到模块组",
         "selector": "元素选择器",
+        "timeout": "超时 (毫秒)",
+        "toggle": {
+          "enable": "启用模块",
+          "disable": "禁用模块",
+        },
         "onError": {
           "info": "这些规则适用于模块发生错误时",
           "button": "出错时",
@@ -70,6 +75,22 @@
           }
         }
       },
+      "wait-connections": {
+        "name": "等待连接",
+        "description": "在继续下一个模块之前等待所有连接",
+        "specificFlow": "只继续一个特定的流程",
+        "selectFlow": "选择流程"
+      },
+      "delete-data": {
+        "name": "删除数据",
+        "description": "删除表格或变量",
+        "from": "数据来自",
+        "allColumns": "[全部列]"
+      },
+      "reload-tab": {
+        "name": "重载标签页",
+        "description": "重新加载激活的标签页"
+      },
       "save-assets": {
         "name": "保存资源",
         "description": "保存资源 (图像, 视频, 音频, 或文件) 从一个元素或 URL",
@@ -514,6 +535,12 @@
         "imageQuality": "图像质量",
         "saveToColumn": "将屏幕截图插入表格",
         "saveToComputer": "将屏幕截图保存到计算机"
+        "types": {
+          "title": "截图",
+          "page": "页面",
+          "fullpage": "完整页面",
+          "element": "一个元素"
+        }
       },
       "switch-to": {
         "name": "切换框架",