Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/automaapp/automa into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Kholid060 committed Oct 17, 2023
2 parents 73bb2a5 + 1351350 commit 0ae2180
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/locales/zh/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,20 @@
"useCommas": "使用逗号分隔变量名",
"insertAllGlobalData": "插入当前工作流的 GlobalData"
},
"google-sheets-drive": {
"name": "@:workflow.blocks.google-sheets.name (GDrive)",
"description": "@:workflow.blocks.google-sheets.description",
"connected": "已连接工作簿",
"select": "选择工作簿",
"connect": "连接工作簿"
},
"google-drive": {
"name": "Google Drive",
"description": "上传文件到 Google Drive",
"actions": {
"upload": "上传文件"
}
},
"google-sheets": {
"name": "Google sheets",
"description": "读取或更新 Google sheets 数据",
Expand Down Expand Up @@ -431,6 +445,8 @@
"update": "更新电子表格单元格值",
"append": "追加电子表格单元格值",
"clear": "清除电子表格单元格值"
"create": "创建电子表格",
"add-sheet": "添加工作簿"
}
},
"active-tab": {
Expand Down
5 changes: 5 additions & 0 deletions src/locales/zh/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
"save": "保存",
"data": "数据",
"stop": "停止",
"sheet": "工作簿",
"pause": "暂停",
"resume": "恢复",
"action": "操作 | 操作",
"packages": "",
"storage": "存储",
Expand All @@ -44,6 +47,7 @@
"password": "密码",
"category": "分类",
"optional": "可选"
"0disable": "0 到禁用"
},
"message": {
"noBlock": "没有模块",
Expand All @@ -61,6 +65,7 @@
"sortBy": "排序方式",
"name": "名称",
"createdAt": "创建日期",
"updatedAt": "上次更新",
"mostUsed": "最常用"
},
"logStatus": {
Expand Down
34 changes: 34 additions & 0 deletions src/locales/zh/newtab.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"icon": "包图标",
"open": "打开包",
"new": "新建包",
"import": "导入包",
"set": "设置为包",
"settings": {
"asBlock": "把包设为模块"
Expand Down Expand Up @@ -152,7 +153,9 @@
"needSignin": "首先你需要登录账户",
"backup": {
"button": "备份",
"settings": "备份设置",
"encrypt": "用密码加密"
"schedule": "本地备份计划"
},
"restore": {
"title": "恢复工作流",
Expand Down Expand Up @@ -181,6 +184,31 @@
}
},
"workflow": {
"events": {
"title": "工作流事件",
"add-action": "添加操作",
"description": "事件发生时执行操作。",
"event": "事件 | 事件",
"action": "操作",
"actions": {
"js-code": {
"title": "执行 JS 代码"
},
"http-request": {
"title": "HTTP Request"
}
},
"types": {
"finish:success": {
"name": "完成 (成功)",
"description": "工作流执行已成功完成"
},
"finish:failed": {
"name": "完成 (失败)",
"description": "工作流执行已完成,但出现错误。"
}
}
},
"previewMode": {
"title": "预览模式",
"description": "正处于预览模式,你所做的修改不会被保存下来"
Expand All @@ -195,6 +223,12 @@
"preferInTab": "在标签页中输入参数"
},
"my": "我的工作流",
"testing": {
"title": "测试模式",
"nextBlock": "下一模块",
"startRun": "开始运行于",
"disabled": "首先保存更改"
},
"import": "导入工作流",
"new": "新建工作流",
"delete": "删除工作流",
Expand Down

0 comments on commit 0ae2180

Please sign in to comment.