tachybase_todo/packages/plugins/@nocobase/plugin-workflow-manual/src/locale/zh-CN.json
Junyi fb11c82b79
feat(plugin-workflow): add cancel action for execution (#3425)
* feat(plugin-workflow): add cancel action for execution

* feat(plugin-workflow): add cancel button in execution canvas

* fix(plugin-workflow-manual): fix canceled execution actions
2024-01-24 21:09:48 +08:00

32 lines
1.7 KiB
JSON

{
"Manual": "人工处理",
"Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.": "可用于人工提交数据,并决定是否继续或退出流程。工作流在执行到人工节点时会为被指派的用户生成待办事项,直到用户提交对应表单后继续处理该流程。",
"Values preset in this form will override user submitted ones when continue or reject.": "表单中预设的字段值会在用户提交继续或拒绝时覆盖相应字段的值。",
"Assignee": "负责人",
"Assignees": "负责人",
"User interface": "操作界面",
"Configure user interface": "配置界面",
"View user interface": "查看界面",
"Separately": "分别处理",
"Each user has own task": "每个人处理各自的任务",
"Collaboratively": "协作处理",
"Everyone shares one task": "所有人共享同一个任务",
"Negotiation": "协商机制",
"All pass": "全部通过",
"Everyone should pass": "每个人通过才通过",
"Any pass": "任意通过",
"Anyone pass": "任何一人通过即通过",
"Field name existed in form": "表单中已有对应标识的字段",
"Continue the process": "继续流程",
"Terminate the process": "终止流程",
"Save temporarily": "暂存",
"Custom form": "自定义表单",
"Data record": "数据记录",
"Create record form": "新增数据表单",
"Update record form": "更新数据表单",
"Filter settings": "筛选设置",
"Workflow todos": "工作流待办",
"Task node": "任务节点",
"Unprocessed": "未处理"
}