Browse Source

Merge branch 'dev' of https://github.com/automaapp/automa into dev

Ahmad Kholid 2 years ago
parent
commit
d35ef44eeb
4 changed files with 11 additions and 8 deletions
  1. 5 2
      .vscode/settings.json
  2. 2 2
      src/locales/zh/common.json
  3. 1 1
      src/locales/zh/newtab.json
  4. 3 3
      src/locales/zh/popup.json

+ 5 - 2
.vscode/settings.json

@@ -1,3 +1,6 @@
 {
 {
-  "editor.formatOnSave": true
-}
+  "editor.formatOnSave": true,
+  "i18n-ally.localesPaths": [
+    "src/locales"
+  ]
+}

+ 2 - 2
src/locales/zh/common.json

@@ -54,7 +54,7 @@
     "notSaved": "你真的要退出吗? 你有未保存的更改!",
     "notSaved": "你真的要退出吗? 你有未保存的更改!",
     "somethingWrong": "出现错误",
     "somethingWrong": "出现错误",
     "limitExceeded": "您已超出限制"
     "limitExceeded": "您已超出限制"
-   },
+  },
   "sort": {
   "sort": {
     "sortBy": "排序方式",
     "sortBy": "排序方式",
     "name": "名称",
     "name": "名称",
@@ -64,5 +64,5 @@
     "stopped": "停止",
     "stopped": "停止",
     "error": "错误",
     "error": "错误",
     "success": "成功"
     "success": "成功"
-  },
+  }
 }
 }

+ 1 - 1
src/locales/zh/newtab.json

@@ -20,7 +20,7 @@
     },
     },
     "categories": {
     "categories": {
       "my": "我的包",
       "my": "我的包",
-      "installed": "已安装的包",
+      "installed": "已安装的包"
     }
     }
   },
   },
   "scheduledWorkflow": {
   "scheduledWorkflow": {

+ 3 - 3
src/locales/zh/popup.json

@@ -13,7 +13,7 @@
       "tabs": {
       "tabs": {
         "new": "新建模块",
         "new": "新建模块",
         "existing": "已存在工作流"
         "existing": "已存在工作流"
-	    }
+      }
     },
     },
     "elementSelector": {
     "elementSelector": {
       "name": "元素选择器",
       "name": "元素选择器",
@@ -25,8 +25,8 @@
       "delete": "删除工作流",
       "delete": "删除工作流",
       "type": {
       "type": {
         "host": "主机",
         "host": "主机",
-        "local": "本地",
+        "local": "本地"
       }
       }
-    },
+    }
   }
   }
 }
 }