tachybase_todo/packages/plugins/@tachybase/plugin-workflow/src/locale/zh-CN.json

351 lines
24 KiB
JSON

{
"A single number will be treated as a loop count, a single string will be treated as an array of characters, and other non-array values will be converted to arrays. The loop node ends when the loop count is reached, or when the array loop is completed. You can also add condition nodes to the loop to terminate it.": "单一数字值将被视为循环次数,单一字符串值将被视为字符数组,其他非数组值将被转换为数组。达到循环次数,或者将数组循环完成后,循环节点结束。你也可以在循环中添加条件节点,以终止循环。",
"Aborted": "已终止",
"Action event": "操作事件",
"Actions from any form block can be bound to this workflow for initiating approvals, and the approval process can be handled and tracked in the approval block of a single record which is typically applicable to business data.": "可以将任意表单区块的操作绑定到该工作流,用于发起审批,并在单条数据的审批区块里处理和跟踪审批过程,通常适用于业务数据。",
"Add Notified Person": "添加被通知人",
"Add assignee": "添加审批人",
"Add branch": "增加分支",
"Add new record to a collection. You can use variables from upstream nodes to assign values to fields.": "向一个数据表中添加新的数据。可以使用上游节点里的变量为字段赋值。",
"Add parameter": "添加参数",
"Add request header": "添加请求头",
"Add workflow": "添加工作流",
"Advanced": "高级模式",
"After record added or updated": "新增或更新数据后",
"After record added": "新增数据后",
"After record deleted": "删除数据后",
"After record updated": "更新数据后",
"Aggregate": "聚合查询",
"Aggregator function": "聚合函数",
"All pass": "全部通过",
"All succeeded": "全部成功",
"Allow multiple records as result": "允许结果是多条数据",
"Allow the initiator to withdraw the approval before the approval starts.": "在审批开始之前,允许发起人撤回审批。",
"Allowed to be withdrawn": "允许撤回",
"And": "会签",
"Any pass": "任意通过",
"Any succeeded or failed": "任意成功或失败",
"Any succeeded": "任意成功",
"Anyone pass": "任何一人通过即通过",
"Application content": "申请内容",
"Apply form": "申请表单",
"Apply new": "发起新申请",
"Apply": "发起",
"Approval ID": "单据编号",
"Approval Summary": "审批摘要",
"Approval applications": "审批申请",
"Approval blocks": "审批区块",
"Approval event": "审批事件",
"Approval process": "审批处理",
"Approval todos": "审批待办",
"Approval": "审批",
"Approvals": "审批",
"Approve": "通过",
"Approved if the approval rate is greater than the set percentage, otherwise rejected.": "通过率大于设置的百分比时通过,否则否决。",
"Approved": "通过",
"Approver's interface": "审批人的操作界面",
"Are you sure you want to cancel the execution?": "确定要取消该执行吗?",
"Are you sure you want to withdraw it?": "确定要撤回吗?",
"Assigned": "已分配",
"Assignee": "审批人",
"Assignees": "审批人",
"Associations to use": "待使用的关系数据",
"Asynchronously": "异步",
"Auto delete history when execution is on end status": "执行结束后自动删除对应状态的历史记录",
"Based on boolean result of the calculation to determine whether to \"continue\" or \"exit\" the process, or continue on different branches of \"yes\" and \"no\".": "基于运算结果的真假来决定“继续”或“退出”流程,或者在“是”与“否”的分支上分别继续。",
"Based on certain date": "自定义时间",
"Based on date field of collection": "根据数据表时间字段",
"Basic": "基础",
"Bind workflows": "绑定工作流",
"Body": "请求体",
"Branch into \"Yes\" and \"No\"": "“是”和“否”分别继续",
"Branch mode": "分支模式",
"By custom date": "自定义时间",
"By day": "按天",
"By field": "数据表字段",
"By hour": "按小时",
"By minute": "按分钟",
"By month": "按月",
"By using a loop node, you can perform the same operation on multiple sets of data. The source of these sets can be either multiple records from a query node or multiple associated records of a single record. Loop node can also be used for iterating a certain number of times or for looping through each character in a string. However, excessive looping may cause performance issues, so use with caution.": "使用循环节点可以对多条数据进行同样的操作,多条数据的来源可以是查询节点的多条结果,或者一条数据的多条关系数据。也可以用于一定次数的循环,或者对字符串中每一个字符的循环处理。循环次数过高可能引起性能问题,请谨慎使用。",
"By week": "按周",
"Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression. The expression is dynamic one from an expression collections.": "基于计算引擎计算表达式并获取值作为结果。可以在表达式中使用上游节点的变量。表达式是从表达式表中动态获取的。",
"Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression.": "基于计算引擎对一个表达式进行计算,并获得一个值作为结果。表达式中可以使用上游节点里的变量。",
"Calculation engine": "运算引擎",
"Calculation expression": "运算表达式",
"Calculation result": "运算结果",
"Calculation": "运算",
"Can not delete": "无法删除",
"Cancel the execution": "取消执行",
"Canceled": "取消",
"Changed fields": "发生变动的字段",
"Clear all executions": "清除所有执行记录",
"Clear executions will not reset executed count, and started executions will not be deleted, are you sure you want to delete them all?": "清空执行记录不会重置执行次数,且执行中的也不会被删除,确定要删除所有执行记录吗?",
"Collaboratively": "协作处理",
"Collection event": "数据表事件",
"Collection operations": "数据表操作",
"Collection": "数据表",
"Comment": "意见",
"Condition expression": "条件表达式",
"Condition": "条件判断",
"Configure user interface": "配置界面",
"Content Detail": "内容详情",
"Continue after all branches succeeded": "全部分支都成功后才能继续",
"Continue after any branch succeeded": "任意分支成功后就继续",
"Continue after any branch succeeded, or exit after any branch failed.": "任意分支成功就继续流程,或者任意分支失败就退出流程。",
"Continue the process": "继续流程",
"Continue when \"Yes\"": "“是”则继续",
"Control": "流程控制",
"Copy to new version": "复制到新版本",
"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.": "可用于人工提交数据,并决定是否继续或退出流程。工作流在执行到人工节点时会为被指派的用户生成待办事项,直到用户提交对应表单后继续处理该流程。",
"Could run different branch based on result.": "产生结果后可按结果继续不同的分支。",
"Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.": "对一个数据表里的多条数据或者一条数据里的关系数据进行统计、求和、求最大值、最小值、平均值。",
"Create record form": "新增数据表单",
"Create record": "新增数据",
"Current status": "当前状态",
"Custom form": "自定义表单",
"Data of associated collection": "关联数据表数据",
"Data of collection": "数据表数据",
"Data operation nodes in workflow will run in a same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.": "工作流中的节点将在同一个事务中运行。任何失败都会导致数据回滚,同时也会回滚相应的执行历史。",
"Data record": "数据记录",
"Data will be updated": "更新的数据",
"Date variables": "日期变量",
"Days": "天",
"Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.": "延时一段时间,然后继续或退出流程。可以用于并行分支中等待其他分支或设置超时时间。",
"Delay": "延时",
"Delete a main version will cause all other revisions to be deleted too.": "删除主版本将导致其他版本一并被删除。",
"Delete record": "删除数据",
"Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.": "删除一个数据表中的数据。可以使用上游节点里的变量作为过滤条件。所有满足条件的数据都将被删除。",
"Disabled": "已失效",
"Distinct": "去重",
"Draft": "草稿",
"Duplicate to new workflow": "复制为新工作流",
"Duplicate": "复制",
"Duration": "时长",
"Dynamic Calculation": "动态表达式计算",
"Dynamic expression": "动态表达式",
"Each user has own task": "每个人处理各自的任务",
"End process": "结束流程",
"End status": "到时状态",
"End the process immediately, with set status.": "以设置的状态立即结束流程。",
"End the workflow after rejection branch": "否决后终止流程",
"End": "结束",
"Ends on": "结束于",
"Error": "出错",
"Event will be scheduled and triggered base on time conditions.": "基于时间条件进行定时触发的事件。",
"Event will be triggered on collection data row created, updated or deleted.": "当数据表中的数据被新增、更新或删除时触发。",
"Every": "每",
"Everyone shares one task": "所有人共享同一个任务",
"Everyone should pass": "每个人通过才通过",
"Exactly at": "当时",
"Execute a SQL statement in database.": "在数据库中执行一个 SQL 语句",
"Execute mode": "执行模式",
"Execute workflow asynchronously or synchronously based on trigger type, and could not be changed after created.": "基于触发类型异步或同步执行工作流,创建后不可更改。",
"Executed at": "执行于",
"Executed workflow cannot be modified": "已经执行过的工作流不能被修改",
"Executed": "已执行",
"Execution history": "执行历史",
"Exit when query result is null": "查询结果为空时,退出流程",
"Expression syntax error": "表达式语法错误",
"Expression": "表达式",
"Extended types": "扩展类型",
"Fail and exit": "失败并退出",
"Failed to satisfy node configurations.": "未满足节点配置造成的失败。",
"Failed": "失败",
"False": "假",
"Field name existed in form": "表单中已有对应标识的字段",
"Field to aggregate": "聚合字段",
"Filter settings": "筛选设置",
"For initiating approvals, or viewing and manipulating initiated approvals.": "用于发起审批,或者查看和操作已发起的审批。",
"For user actions that require immediate feedback. Can not use asynchronous nodes in such mode, and it is not recommended to perform time-consuming operations under synchronous mode.": "适用于需要即时反馈的用户操作。不能在此模式下使用异步节点,并且不建议在同步模式下执行耗时的操作。",
"Format": "格式化",
"Full form data": "完整表单数据",
"General event": "通用事件",
"General failed but should do another try.": "执行失败,需重试。",
"Go to configure": "进入配置",
"HTTP method": "HTTP 方法",
"HTTP request": "HTTP 请求",
"Headers": "请求头",
"Hours": "小时",
"ID": "编号",
"If checked, when there are multiple records in the query result, an array will be returned as the result, which can be operated on one by one using a loop node. Otherwise, only one record will be returned.": "选中后,当查询结果有多条记录时,会返回数组作为结果,可以使用循环节点对它逐条操作;否则,仅返回一条数据。",
"If it's approved by all, it's approved. If it's rejected by anyone, it's rejected.": "所有人通过才通过,任意一人否决则否决。",
"Ignore failed request and continue workflow": "忽略失败的请求并继续工作流",
"In addition to data blocks, a global approval block can also be used to initiates and processes approvals, which typically applies to administrative data.": "除了数据区块,还可以在全局的审批中心发起和处理审批,这通常适用于行政数据。",
"In the workflow, notification messages can be viewed by the notified person in the notification center.": "在工作流程中通知消息, 被通知人可以在通知中心查看到消息.",
"Initiate and approve in both data blocks and global approval blocks": "在数据区块和审批中心都可以发起和审批",
"Initiate and approve in data blocks only": "仅在数据区块中发起和审批",
"Initiator": "发起人",
"Initiator's interface": "发起人的操作界面",
"Input request data": "输入请求数据",
"Insert": "插入",
"Launch": "发起",
"Load failed": "加载失败",
"Loading": "加载中",
"Loop index": "当前索引",
"Loop length": "循环长度",
"Loop target": "循环对象",
"Loop": "循环",
"Manual approval operations within the approval process, the approver can approve in the global approval block or in the approval block of a single record.": "在审批流程内进行人工审批操作,审批人可以在全局的审批区块里进行审批,也可以在单条数据的审批区块里审批。",
"Manual": "人工处理",
"Manually canceled whole execution when waiting.": "等待时被手动取消整个执行。",
"Minutes": "分钟",
"Mode": "模式",
"Months": "月",
"Multiple approvers can approve in any order.": "多个审批人可以任意顺序审批。",
"Multiple approvers in sequential order.": "多个审批人按照排序审批。",
"Negotiation mode": "协商模式",
"Negotiation": "协商机制",
"No data yet": "暂无数据",
"No end": "不结束",
"No limit": "不限",
"No repeat": "不重复",
"Node result": "节点数据",
"Node type": "节点类型",
"Notice Center": "工作流:通知中心",
"Notice blocks": "通知区块",
"Notice": "通知",
"Off": "停用",
"On going": "进行中",
"On": "启用",
"Only support standard JSON data": "仅支持标准 JSON 数据",
"Only triggers when match conditions": "满足以下条件才触发",
"Only update records matching conditions": "只更新满足条件的数据",
"Operations": "操作",
"Operator": "运算符",
"Or": "或签",
"Order": "多人处理顺序",
"Parallel branch": "分支",
"Parallelly": "并行",
"Parameters": "参数",
"Pass mode": "通过模式",
"Passthrough mode": "直通模式",
"Pending": "待处理",
"Please add at least one condition": "请添加至少一个条件",
"Please select collection first": "请先选择数据表",
"Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution.": "请选中需要在后续节点中被访问的关系字段。超过两层的对多关联可能会导致性能问题,请谨慎使用。",
"Preload associations": "预加载关联数据",
"Processing": "处理中",
"Query Notified Person": "查询被通知人",
"Query assignees": "查询审批人",
"Query record": "查询数据",
"Query records from a collection. You can use variables from upstream nodes as query conditions.": "查询一个数据表中的数据。可以使用上游节点里的变量作为查询条件。",
"Query result": "查询结果",
"Queueing": "队列中",
"Reject": "否决",
"Rejected from a manual node.": "被人工节点拒绝继续。",
"Rejected": "否决",
"Related approvals": "相关审批",
"Repeat limit": "重复次数",
"Repeat mode": "重复模式",
"Resolved": "完成",
"Retry needed": "需重试",
"Return": "退回",
"Returnable": "可退回",
"Returned": "退回",
"Role of user submitted action": "提交操作用户的角色",
"Run multiple branch processes in parallel.": "并行运行多个分支流程。",
"Running of some node was aborted by program flow.": "某个节点被程序流程终止。",
"SQL action": "SQL 操作",
"SQL query result could be used through <1>JSON query node</1> (Commercial plugin).": "SQL 执行的结果可在 <1>JSON 解析节点</1> 中使用(商业插件)。",
"Save draft": "保存草稿",
"Save temporarily": "暂存",
"Schedule event": "定时任务",
"Scope variables": "局域变量",
"Seconds": "秒",
"Select Notified Person": "选择被通知人",
"Select a data source to execute SQL.": "选择一个数据源来执行 SQL",
"Select assignees": "选择审批人",
"Select context": "选择上下文",
"Select dynamic expression": "选择动态表达式",
"Select fields to display in the approval summary": "选择审批摘要显示字段",
"Select status": "选择状态",
"Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "从上游节点中选择查询出来的动态表达式。你需要从动态表达式类型的数据表中查询。",
"Select workflow": "选择工作流",
"Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "向指定 URL 发送 HTTP 请求。可以使用上游节点里的变量作为请求头、参数和请求体。",
"Separately": "分别处理",
"Sequentially": "顺序",
"Show Notice Detail": "显示通知详情",
"Some node meets error.": "某个节点出错。",
"Started and executing, maybe waiting for an async callback (manual, delay etc.).": "已开始执行,可能在等待异步回调(人工、延时等)。",
"Starts on": "开始于",
"Status": "状态",
"String operation": "字符串",
"Submission may be withdrawn, please try refresh the list.": "提交可能已被撤回,请尝试刷新列表。",
"Submit to workflow": "提交至工作流",
"Submitted": "提交",
"Succeed and continue": "通过并继续",
"Succeeded": "成功",
"Successfully finished.": "成功完成。",
"Summary": "摘要",
"Sync enabled status of all workflows from database": "从数据库同步所有工作流的启用状态",
"Synchronously": "同步",
"Syntax references: ": "语法参考:",
"System time": "系统时间",
"System variables": "系统变量",
"Target type": "目标类型",
"Task node": "任务节点",
"Terminate the process": "终止流程",
"The Notified Person": "被通知人",
"The approval or rejection by anyone of them is the result.": "任意一人通过或否决即为结果。",
"The interface of show notice detail": "显示通知详情界面",
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "该节点的执行结果已被其他节点({{nodes}})引用,删除前请先移除引用。",
"The updated data can trigger other workflows, and the audit log will also be recorded. But it is usually only applicable to several or dozens of pieces of data, otherwise there will be performance problems.": "被更新的数据可以再次触发其他工作流,也会记录更新日志;但通常只适用于数条或数十条数据,否则会有性能问题。",
"This node contains branches, deleting will also be preformed to them, are you sure?": "节点包含分支,将同时删除其所有分支下的子节点,确定继续?",
"Timeout config": "超时设置",
"Todos": "待办",
"Trigger data context": "触发数据上下文",
"Trigger data": "触发器数据",
"Trigger mode": "触发模式",
"Trigger on": "触发时机",
"Trigger time": "触发时间",
"Trigger type": "触发方式",
"Trigger variables": "触发器变量",
"Trigger workflow": "触发工作流",
"Trigger": "触发器",
"Triggered at": "触发时间",
"Triggered but still waiting in queue to execute.": "已触发但仍在队列中等待执行。",
"Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "只有被选中的某个字段发生变动时才会触发。如果不选择,则表示任何字段变动时都会触发。新增或删除数据时,任意字段都被认为发生变动。",
"Triggered when an approval request is initiated through an action button or API. Dedicated to the approval process, with exclusive approval node and block for managing documents and tracking processing processes.": "通过操作按钮或 API 发起审批申请时触发。专用于审批流程,有专属的审批节点和区块用于管理单据和追踪处理过程。",
"Triggers after specific operations on data are submitted, such as create, update, delete, etc., or directly submitting a record to the workflow.": "在对数据的特定操作提交后触发,如创建、更新、删除等,或直接提交一条数据至工作流。",
"True": "真",
"URL": "地址",
"Unassigned fields will be set to default values, and those without default values will be set to null.": "未被赋值的字段将被设置为默认值,没有默认值的设置为空值。",
"Unconfigured": "未配置",
"Unprocessed": "未处理",
"Unprocessed": "未处理",
"Update all eligible data at one time, which has better performance when the amount of data is large. But the updated data will not trigger other workflows, and will not record audit logs.": "一次性更新所有符合条件的数据,在数据量较大时有比较好的性能;但被更新的数据不会触发其他工作流,也不会记录更新日志。",
"Update in a batch": "批量更新",
"Update mode": "更新模式",
"Update one by one": "逐条更新",
"Update record form": "更新数据表单",
"Update record": "更新数据",
"Update records of a collection. You can use variables from upstream nodes as query conditions and field values.": "更新一个数据表中的数据。可以使用上游节点里的变量作为查询条件和数据值。",
"Use transaction": "启用事务",
"Use variable": "使用变量",
"Used to store expressions for use in workflows so that different expressions can be called for different data.": "用于存储表达式,在工作流中使用,以便针对不同的数据调用不同的表达式。",
"User interface": "操作界面",
"User submitted action": "提交操作的用户",
"Values preset in this form will override user submitted ones when continue or reject.": "表单中预设的字段值会在用户提交继续或拒绝时覆盖相应字段的值。",
"Variable datasource": "变量数据源",
"Variable key of node": "节点变量标识",
"Version": "版本",
"View user interface": "查看界面",
"Voting": "投票",
"Weeks": "周",
"When checked, the workflow will terminate when the rejection branch ends.": "勾选后,否决分支结束后工作流将终止。",
"When rejected or returned, the workflow will be terminated immediately.": "当否决或退回时,工作流将立即终止。",
"Where to initiate and approve": "发起和审批的位置",
"Which collection record belongs to.": "数据所属的数据表。",
"Will be executed in the background as a queued task.": "将作为队列任务在后台执行。",
"Withdraw": "撤回",
"Withdrawn": "撤回",
"Workflow todos": "工作流待办",
"Workflow will be triggered before deleting succeeded.": "删除成功之前触发工作流。",
"Workflow will be triggered before or after submitting succeeded based on workflow type.": "工作流会基于其类型在提交成功之前或之后触发。",
"Workflow will be triggered directly once the button clicked, without data saving.": "按钮点击后直接触发工作流,但不会保存数据。",
"Workflow": "工作流",
"\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" 请求头仅支持 \"application/json\",无需填写",
"concat": "连接",
"ms": "毫秒"
}