{ "Workflow": "Workflow", "Data will be updated": "Data will be updated", "Execution history": "Execution history", "Executed": "Executed", "Trigger type": "Trigger type", "Status": "Status", "On": "On", "Off": "Off", "Version": "Version", "Copy to new version": "Copy to new version", "Duplicate": "Duplicate", "Loading": "Loading", "Load failed": "Load failed", "Trigger": "Trigger", "Trigger workflow": "Trigger workflow", "Trigger variables": "Trigger variables", "Trigger data": "Trigger data", "Trigger time": "Trigger time", "Triggered at": "Triggered at", "Collection event": "Collection event", "Trigger on": "Trigger on", "After record added": "After record added", "After record updated": "After record updated", "After record added or updated": "After record added or updated", "After record deleted": "After record deleted", "Changed fields": "Changed fields", "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 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.", "Only triggers when match conditions": "Only triggers when match conditions", "Schedule event": "Schedule event", "Trigger mode": "Trigger mode", "Based on certain date": "Based on certain date", "Based on date field of collection": "Based on date field of collection", "Starts on": "Starts on", "Ends on": "Ends on", "No end": "No end", "Exactly at": "Exactly at", "Repeat mode": "Repeat mode", "Repeat limit": "Repeat limit", "No limit": "No limit", "Seconds": "Seconds", "Minutes": "Minutes", "Hours": "Hours", "Days": "Days", "Weeks": "Weeks", "Months": "Months", "No repeat": "No repeat", "Every": "Every", "By minute": "By minute", "By hour": "By hour", "By day": "By day", "By week": "By week", "By month": "By month", "By field": "By field", "By custom date": "By custom date", "Advanced": "Advanced", "End": "End", "Node result": "Node result", "Constant": "Constant", "Null": "Null", "Boolean": "Boolean", "String": "String", "Operator": "Operator", "Arithmetic calculation": "Arithmetic calculation", "String operation": "String operation", "Executed at": "Executed at", "Queueing": "Queueing", "On going": "On going", "Succeeded": "Succeeded", "Failed": "Failed", "Pending": "Pending", "Canceled": "Canceled", "This node contains branches, deleting will also be preformed to them, are you sure?": "This node contains branches, deleting will also be preformed to them, are you sure?", "Control": "Control", "Collection operations": "Collection operations", "Extended types": "Extended types", "Node type": "Node type", "Calculation": "Calculation", "Configure calculation": "Configure calculation", "Calculation result": "Calculation result", "True": "True", "False": "False", "concat": "concat", "Condition": "Condition", "Mode": "Mode", "Continue when \"Yes\"": "Continue when \"Yes\"", "Branch into \"Yes\" and \"No\"": "Branch into \"Yes\" and \"No\"", "Conditions": "Conditions", "Create record": "Create record", "Update record": "Update record", "Query record": "Query record", "Multiple records": "Multiple records", "Please select collection first": "Please select collection first", "Only update records matching conditions": "Only update records matching conditions", "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.": "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.", "Trigger in executed workflow cannot be modified": "Trigger in executed workflow cannot be modified", "Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified", "Can not delete": "Can not delete", "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.", "Form event": "Form event", "Event triggers when submitted a workflow bound form action.": "Event triggers when submitted a workflow bound form action.", "Form data model": "Form data model", "Use a collection to match form data.": "Use a collection to match form data.", "Associations to use": "Associations to use", "User submitted form": "User submitted form", "Role of user submitted form": "Role of user submitted form", "Aggregate": "Aggregate", "Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.": "Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.", "Aggregator function": "Aggregator function", "Target type": "Target type", "Data of collection": "Data of collection", "Data of associated collection": "Data of associated collection", "Field to aggregate": "Field to aggregate", "Distinct": "Distinct", "Query result": "Query result", "Delay": "Delay", "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 a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.", "Duration": "Duration", "End status": "End status", "Select status": "Select status", "Succeed and continue": "Succeed and continue", "Fail and exit": "Fail and exit", "Dynamic Calculation": "Dynamic Calculation", "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. The expression is dynamic one from an expression collections.", "Select dynamic expression": "Select dynamic expression", "Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.": "Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.", "Variable datasource": "Variable datasource", "Dynamic expression": "Dynamic expression", "An expression for calculation in each rows": "An expression for calculation in each rows", "Unconfigured": "Unconfigured", "Loop": "Loop", "Loop target": "Loop target", "Loop index": "Loop index", "Loop length": "Loop length", "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 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.", "Scope variables": "Scope variables", "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.": "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.", "Manual": "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.": "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.": "Values preset in this form will override user submitted ones when continue or reject.", "Assignee": "Assignee", "Assignees": "Assignees", "User interface": "User interface", "Configure user interface": "Configure user interface", "View user interface": "View user interface", "Separately": "Separately", "Each user has own task": "Each user has own task", "Collaboratively": "Collaboratively", "Everyone shares one task": "Everyone shares one task", "Negotiation": "Negotiation", "All pass": "All pass", "Everyone should pass": "Everyone should pass", "Any pass": "Any pass", "Anyone pass": "Anyone pass", "Field name existed in form": "Field name existed in form", "Continue the process": "Continue the process", "Terminate the process": "Terminate the process", "Save temporarily": "Save temporarily", "Custom form": "Custom form", "Data record": "Data record", "Create record form": "Create record form", "Update record form": "Update record form", "Filter settings": "Filter settings", "Workflow todos": "Workflow todos", "Task": "Task", "Parallel branch": "Parallel branch", "Run multiple branch processes in parallel.": "Run multiple branch processes in parallel.", "Add branch": "Add branch", "All succeeded": "All succeeded", "Any succeeded": "Any succeeded", "Any succeeded or failed": "Any succeeded or failed", "Continue after all branches succeeded": "Continue after all branches succeeded", "Continue after any branch succeeded": "Continue after any branch succeeded", "Continue after any branch succeeded, or exit after any branch failed.": "Continue after any branch succeeded, or exit after any branch failed.", "HTTP request": "HTTP request", "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.": "Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.", "HTTP method": "HTTP method", "URL": "URL", "Headers": "Headers", "Add request header": "Add request header", "Parameters": "Parameters", "Add parameter": "Add parameter", "Body": "Body", "Use variable": "Use variable", "Format": "Format", "Insert": "Insert", "Timeout config": "Timeout config", "ms": "ms", "Input request data": "Input request data", "Only support standard JSON data": "Only support standard JSON data", "\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify", "Ignore failed request and continue workflow": "Ignore failed request and continue workflow", "SQL action": "SQL action", "Execute a SQL statement in database": "Execute a SQL statement in database", "General event": "General event", "Usage of SQL query result is not supported yet.": "Usage of SQL query result is not supported yet." }