@nocobase/plugin-workflow 2.2.0-alpha.7 → 2.2.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/618.c91be3f6e4d73501.js +10 -0
- package/dist/client/67.61e70b8b777f8638.js +10 -0
- package/dist/client/964.5e11e1820fece37b.js +10 -0
- package/dist/client/AddNodeContext.d.ts +9 -1
- package/dist/client/BranchContext.d.ts +10 -2
- package/dist/client/FlowContext.d.ts +5 -10
- package/dist/client/NodeClipboardContext.d.ts +2 -12
- package/dist/client/NodeDragContext.d.ts +2 -14
- package/dist/client/RemoveNodeContext.d.ts +2 -16
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +1 -1
- package/dist/{client-v2 → client}/models/NodeDetailsGridModel.d.ts +1 -1
- package/dist/{client-v2 → client}/models/NodeDetailsModel.d.ts +1 -1
- package/dist/{client-v2 → client}/models/NodeValueModel.d.ts +1 -1
- package/dist/{client-v2 → client}/models/TaskCardCommonItemModel.d.ts +1 -1
- package/dist/{client-v2 → client}/models/index.d.ts +0 -2
- package/dist/client/nodeVariableUtils.d.ts +6 -7
- package/dist/client/nodes/calculation.d.ts +75 -3
- package/dist/client/nodes/condition.d.ts +111 -7
- package/dist/client/nodes/create.d.ts +124 -3
- package/dist/client/nodes/destroy.d.ts +57 -2
- package/dist/client/nodes/end.d.ts +23 -2
- package/dist/client/nodes/index.d.ts +91 -2
- package/dist/client/nodes/multi-conditions.d.ts +48 -10
- package/dist/client/nodes/output.d.ts +44 -2
- package/dist/client/nodes/query.d.ts +255 -3
- package/dist/client/nodes/update.d.ts +117 -2
- package/dist/client/style.d.ts +27 -7
- package/dist/client/triggers/collection.d.ts +181 -3
- package/dist/client/triggers/index.d.ts +36 -2
- package/dist/{client-v2/canvas/JobButton.d.ts → client/triggers/schedule/EndsByField.d.ts} +3 -3
- package/dist/{client-v2/components/SyncModeTag.d.ts → client/triggers/schedule/OnField.d.ts} +3 -3
- package/dist/{client-v2/components/ExecutionStatusTag.d.ts → client/triggers/schedule/RepeatField.d.ts} +4 -3
- package/dist/{client-v2/pages/WorkflowPane.d.ts → client/triggers/schedule/ScheduleConfig.d.ts} +1 -1
- package/dist/client/triggers/schedule/ScheduleModes.d.ts +170 -0
- package/dist/{client-v2 → client}/triggers/schedule/TriggerScheduleConfig.d.ts +0 -1
- package/dist/{client-v2 → client}/triggers/schedule/constants.d.ts +5 -8
- package/dist/client/triggers/schedule/index.d.ts +65 -8
- package/dist/client/triggers/schedule/locale/Cron.zh-CN.d.ts +42 -0
- package/dist/client/utils.d.ts +5 -4
- package/dist/client/variable.d.ts +53 -7
- package/dist/common/collections/workflows.d.ts +0 -18
- package/dist/common/collections/workflows.js +0 -5
- package/dist/externalVersion.js +13 -16
- package/dist/locale/de-DE.json +1 -13
- package/dist/locale/en-US.json +1 -23
- package/dist/locale/es-ES.json +1 -13
- package/dist/locale/fr-FR.json +1 -13
- package/dist/locale/hu-HU.json +1 -13
- package/dist/locale/id-ID.json +1 -13
- package/dist/locale/it-IT.json +1 -13
- package/dist/locale/ja-JP.json +1 -13
- package/dist/locale/ko-KR.json +1 -13
- package/dist/locale/nl-NL.json +1 -13
- package/dist/locale/pt-BR.json +1 -13
- package/dist/locale/ru-RU.json +1 -13
- package/dist/locale/tr-TR.json +1 -13
- package/dist/locale/uk-UA.json +1 -13
- package/dist/locale/vi-VN.json +1 -13
- package/dist/locale/zh-CN.json +1 -22
- package/dist/locale/zh-TW.json +1 -19
- package/dist/node_modules/cron-parser/package.json +1 -1
- package/dist/node_modules/joi/package.json +1 -1
- package/dist/node_modules/lru-cache/package.json +1 -1
- package/dist/node_modules/nodejs-snowflake/package.json +1 -1
- package/dist/server/Dispatcher.js +1 -2
- package/dist/server/ExecutionTimeoutManager.js +1 -2
- package/dist/server/actions/workflows.d.ts +0 -1
- package/dist/server/actions/workflows.js +0 -5
- package/dist/server/types/Workflow.d.ts +0 -1
- package/package.json +2 -4
- package/client-v2.d.ts +0 -2
- package/client-v2.js +0 -1
- package/dist/client/119.e7dbd037d52d1286.js +0 -10
- package/dist/client/142.fb4936d78fc80007.js +0 -10
- package/dist/client/159.cc9a0f2d92cab2c1.js +0 -10
- package/dist/client/276.69fb2aea13bc7c37.js +0 -10
- package/dist/client/346.66d060d37843d3d1.js +0 -10
- package/dist/client/382.d37fba14a6b91b0b.js +0 -10
- package/dist/client/394.a37310b78419ad7a.js +0 -10
- package/dist/client/438.6c6409d821d8c353.js +0 -10
- package/dist/client/509.e8d543f308a5823c.js +0 -10
- package/dist/client/54.d81b710f7b4c1cd5.js +0 -10
- package/dist/client/618.1aa6c21d0f2840cb.js +0 -10
- package/dist/client/635.ff6085589e23d39b.js +0 -10
- package/dist/client/67.ea0c78153b4842ef.js +0 -10
- package/dist/client/719.cd8ca7c9f00584be.js +0 -10
- package/dist/client/728.711fd4f1ed7d4e6a.js +0 -10
- package/dist/client/739.49407722fca8d236.js +0 -10
- package/dist/client/759.13aab01e6912ed8d.js +0 -10
- package/dist/client/772.1ebaef11a0ac8688.js +0 -10
- package/dist/client/782.e058403fcb6b1750.js +0 -10
- package/dist/client/828.78ff0c90212276c0.js +0 -10
- package/dist/client/87.083467b89aaf3e53.js +0 -10
- package/dist/client/938.26493fc09ba1ccbc.js +0 -10
- package/dist/client/964.5ab736effd480a42.js +0 -10
- package/dist/client/972.600a190e71978122.js +0 -10
- package/dist/client-v2/119.81195bcd0d451279.js +0 -10
- package/dist/client-v2/142.fe4f9b7869876ff1.js +0 -10
- package/dist/client-v2/159.cb221540c286cd32.js +0 -10
- package/dist/client-v2/276.8ca10542a0424df3.js +0 -10
- package/dist/client-v2/326.bdc99ad8e7590970.js +0 -10
- package/dist/client-v2/346.8c038b3c99d4fdc9.js +0 -10
- package/dist/client-v2/382.05f5482bb512b179.js +0 -10
- package/dist/client-v2/387.fd0a379e808b069f.js +0 -10
- package/dist/client-v2/394.515ed058e7f72797.js +0 -10
- package/dist/client-v2/438.b7df0416b66f8f64.js +0 -10
- package/dist/client-v2/513.19fe2e75d7cb18f8.js +0 -10
- package/dist/client-v2/54.d3daf06e53092726.js +0 -10
- package/dist/client-v2/635.20680bb5710698d0.js +0 -10
- package/dist/client-v2/677.a8c841cd3c3a6f7d.js +0 -10
- package/dist/client-v2/719.05cf070ef89a78f4.js +0 -10
- package/dist/client-v2/728.4e8322ff8fce87b9.js +0 -10
- package/dist/client-v2/739.5b60845103064f8d.js +0 -10
- package/dist/client-v2/759.7b162ad3adf450f1.js +0 -10
- package/dist/client-v2/772.8e5148d8c1518449.js +0 -10
- package/dist/client-v2/938.717e47af39485b29.js +0 -10
- package/dist/client-v2/ExecutionCanvas.d.ts +0 -15
- package/dist/client-v2/canvas/AddNodeContext.d.ts +0 -35
- package/dist/client-v2/canvas/AddNodeContext.shared.d.ts +0 -33
- package/dist/client-v2/canvas/AddNodeSlot.d.ts +0 -20
- package/dist/client-v2/canvas/Branch.d.ts +0 -32
- package/dist/client-v2/canvas/BranchContext.d.ts +0 -29
- package/dist/client-v2/canvas/BranchRenderContext.d.ts +0 -14
- package/dist/client-v2/canvas/CanvasContent.d.ts +0 -20
- package/dist/client-v2/canvas/DownstreamBranchIndex.d.ts +0 -20
- package/dist/client-v2/canvas/Instruction.d.ts +0 -139
- package/dist/client-v2/canvas/Node.d.ts +0 -38
- package/dist/client-v2/canvas/NodeClipboardContext.d.ts +0 -64
- package/dist/client-v2/canvas/NodeConfigDrawer.d.ts +0 -27
- package/dist/client-v2/canvas/NodeDragContext.d.ts +0 -83
- package/dist/client-v2/canvas/RemoveNodeContext.d.ts +0 -45
- package/dist/client-v2/canvas/WorkflowTypedVariableInput.d.ts +0 -16
- package/dist/client-v2/canvas/WorkflowVariableInput.d.ts +0 -40
- package/dist/client-v2/canvas/WorkflowVariableJsonTextArea.d.ts +0 -15
- package/dist/client-v2/canvas/WorkflowVariableTag.d.ts +0 -22
- package/dist/client-v2/canvas/WorkflowVariableTextArea.d.ts +0 -18
- package/dist/client-v2/canvas/adaptVariableOptionToMetaTree.d.ts +0 -48
- package/dist/client-v2/canvas/addNodeController.d.ts +0 -70
- package/dist/client-v2/canvas/collectionFieldOptions.d.ts +0 -57
- package/dist/client-v2/canvas/contexts.d.ts +0 -86
- package/dist/client-v2/canvas/dropImpact.d.ts +0 -28
- package/dist/client-v2/canvas/instructionAvailability.d.ts +0 -26
- package/dist/client-v2/canvas/nodeRenderDispatch.d.ts +0 -79
- package/dist/client-v2/canvas/nodeTree.d.ts +0 -21
- package/dist/client-v2/canvas/nodeVariableUtils.d.ts +0 -14
- package/dist/client-v2/canvas/removeNodeUtils.d.ts +0 -31
- package/dist/client-v2/canvas/style.d.ts +0 -35
- package/dist/client-v2/canvas/textAreaInsertion.d.ts +0 -14
- package/dist/client-v2/canvas/useWorkflowInstruction.d.ts +0 -23
- package/dist/client-v2/canvas/useWorkflowVariableOptions.d.ts +0 -40
- package/dist/client-v2/canvas/workflowVariableConverters.d.ts +0 -13
- package/dist/client-v2/components/Calculation.d.ts +0 -18
- package/dist/client-v2/components/ExecutionStatusIcon.d.ts +0 -18
- package/dist/client-v2/components/ExecutionViewHeader.d.ts +0 -29
- package/dist/client-v2/components/ExecutionsDropdown.d.ts +0 -25
- package/dist/client-v2/components/FilterDynamicComponent.d.ts +0 -27
- package/dist/client-v2/components/HideVariableContext.d.ts +0 -11
- package/dist/client-v2/components/JobResultModal.d.ts +0 -11
- package/dist/client-v2/components/RadioWithTooltip.d.ts +0 -23
- package/dist/client-v2/components/SyncModeSelect.d.ts +0 -16
- package/dist/client-v2/components/TestRunButton.d.ts +0 -36
- package/dist/client-v2/components/TimeoutInput.d.ts +0 -15
- package/dist/client-v2/components/WorkflowCanvasHeader.d.ts +0 -17
- package/dist/client-v2/components/WorkflowDetailsModal.d.ts +0 -25
- package/dist/client-v2/components/WorkflowEnabledSwitch.d.ts +0 -16
- package/dist/client-v2/components/WorkflowMenu.d.ts +0 -17
- package/dist/client-v2/components/WorkflowRevisionsDropdown.d.ts +0 -15
- package/dist/client-v2/components/WorkflowVariableWrapper.d.ts +0 -25
- package/dist/client-v2/components/collection/AppendsSelect.d.ts +0 -15
- package/dist/client-v2/components/collection/AssignedFieldsEditor.d.ts +0 -24
- package/dist/client-v2/components/collection/CollectionCascader.d.ts +0 -15
- package/dist/client-v2/components/collection/FieldsSelect.d.ts +0 -16
- package/dist/client-v2/components/collection/PaginationFields.d.ts +0 -14
- package/dist/client-v2/components/collection/SortFieldsInput.d.ts +0 -19
- package/dist/client-v2/components/collection/TriggerCollectionRecordSelect.d.ts +0 -15
- package/dist/client-v2/components/collection/index.d.ts +0 -16
- package/dist/client-v2/components/collection/utils.d.ts +0 -42
- package/dist/client-v2/components/formatResultForDisplay.d.ts +0 -17
- package/dist/client-v2/components/jobStatus.d.ts +0 -27
- package/dist/client-v2/components/renderEngineReference.d.ts +0 -10
- package/dist/client-v2/components/workflowCanvas.d.ts +0 -41
- package/dist/client-v2/constants.d.ts +0 -19
- package/dist/client-v2/hooks/useWorkflowRuntimePaths.d.ts +0 -16
- package/dist/client-v2/index.d.ts +0 -48
- package/dist/client-v2/index.js +0 -10
- package/dist/client-v2/locale.d.ts +0 -41
- package/dist/client-v2/models/WorkflowTasksTopbarActionModel.d.ts +0 -18
- package/dist/client-v2/models/triggerWorkflows.d.ts +0 -43
- package/dist/client-v2/nodes/calculation.d.ts +0 -38
- package/dist/client-v2/nodes/collectionNode.d.ts +0 -29
- package/dist/client-v2/nodes/components/calculation.d.ts +0 -11
- package/dist/client-v2/nodes/components/collection.d.ts +0 -15
- package/dist/client-v2/nodes/components/condition.d.ts +0 -25
- package/dist/client-v2/nodes/components/conditionShared.d.ts +0 -20
- package/dist/client-v2/nodes/components/create.d.ts +0 -12
- package/dist/client-v2/nodes/components/destroy.d.ts +0 -12
- package/dist/client-v2/nodes/components/end.d.ts +0 -10
- package/dist/client-v2/nodes/components/filter.d.ts +0 -17
- package/dist/client-v2/nodes/components/multi-conditions.d.ts +0 -13
- package/dist/client-v2/nodes/components/multiConditionsShared.d.ts +0 -20
- package/dist/client-v2/nodes/components/output.d.ts +0 -10
- package/dist/client-v2/nodes/components/query.d.ts +0 -12
- package/dist/client-v2/nodes/components/update.d.ts +0 -12
- package/dist/client-v2/nodes/condition.d.ts +0 -46
- package/dist/client-v2/nodes/create.d.ts +0 -30
- package/dist/client-v2/nodes/destroy.d.ts +0 -24
- package/dist/client-v2/nodes/end.d.ts +0 -21
- package/dist/client-v2/nodes/multi-conditions.d.ts +0 -34
- package/dist/client-v2/nodes/output.d.ts +0 -29
- package/dist/client-v2/nodes/query.d.ts +0 -32
- package/dist/client-v2/nodes/update.d.ts +0 -25
- package/dist/client-v2/pages/ExecutionHistoryDrawer.d.ts +0 -13
- package/dist/client-v2/pages/ExecutionViewPage.d.ts +0 -10
- package/dist/client-v2/pages/WorkflowCanvasPage.d.ts +0 -10
- package/dist/client-v2/pages/WorkflowCategoryTabs.d.ts +0 -25
- package/dist/client-v2/pages/WorkflowFormDrawer.d.ts +0 -39
- package/dist/client-v2/pages/WorkflowTasksPage.d.ts +0 -10
- package/dist/client-v2/plugin.d.ts +0 -119
- package/dist/client-v2/taskCenter.d.ts +0 -105
- package/dist/client-v2/triggers/ExecuteWorkflowButton.d.ts +0 -35
- package/dist/client-v2/triggers/TriggerConfig.d.ts +0 -22
- package/dist/client-v2/triggers/TriggerExecutionButton.d.ts +0 -13
- package/dist/client-v2/triggers/collection/CollectionConfig.d.ts +0 -14
- package/dist/client-v2/triggers/collection/TriggerCollectionConfig.d.ts +0 -11
- package/dist/client-v2/triggers/collection/constants.d.ts +0 -28
- package/dist/client-v2/triggers/collection/index.d.ts +0 -40
- package/dist/client-v2/triggers/index.d.ts +0 -63
- package/dist/client-v2/triggers/schedule/EndsByField.d.ts +0 -17
- package/dist/client-v2/triggers/schedule/OnField.d.ts +0 -20
- package/dist/client-v2/triggers/schedule/RepeatField.d.ts +0 -23
- package/dist/client-v2/triggers/schedule/ScheduleConfig.d.ts +0 -17
- package/dist/client-v2/triggers/schedule/ScheduleModes.d.ts +0 -41
- package/dist/client-v2/triggers/schedule/index.d.ts +0 -40
- package/dist/client-v2/triggers/schedule/locale/Cron.zh-CN.d.ts +0 -11
- package/dist/client-v2/utils/contextSingleton.d.ts +0 -9
- package/dist/common/defaultWorkflowFilter.d.ts +0 -21
- package/dist/common/defaultWorkflowFilter.js +0 -38
- package/dist/common/executionStatus.d.ts +0 -44
- package/dist/common/executionStatus.js +0 -133
package/dist/locale/en-US.json
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"Add": "Add",
|
|
9
9
|
"Add branch": "Add branch",
|
|
10
10
|
"Add category": "Add category",
|
|
11
|
-
"Add field": "Add field",
|
|
12
11
|
"Add new record to a collection. You can use variables from upstream nodes to assign values to fields.": "Add new record to a collection. You can use variables from upstream nodes to assign values to fields.",
|
|
13
12
|
"Add node": "Add node",
|
|
14
13
|
"Add workflow": "Add workflow",
|
|
@@ -117,8 +116,6 @@
|
|
|
117
116
|
"Failed to satisfy node configurations.": "Failed to satisfy node configurations.",
|
|
118
117
|
"False": "False",
|
|
119
118
|
"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.",
|
|
120
|
-
"Fields values": "Fields values",
|
|
121
|
-
"Failed to save trigger": "Failed to save trigger",
|
|
122
119
|
"First condition": "First condition",
|
|
123
120
|
"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.": "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.",
|
|
124
121
|
"From left to right, attempt each branch sequentially based on the configured conditions. Only branches that meet the conditions will be executed. Otherwise, the next branch will be attempted. If none of the branches meet the conditions, it can either exit the process or continue to the next node based on configuration.": "From left to right, attempt each branch sequentially based on the configured conditions. Only branches that meet the conditions will be executed. Otherwise, the next branch will be attempted. If none of the branches meet the conditions, it can either exit the process or continue to the next node based on configuration.",
|
|
@@ -158,7 +155,6 @@
|
|
|
158
155
|
"No workflow tasks available. Please contact the administrator.": "No workflow tasks available. Please contact the administrator.",
|
|
159
156
|
"Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified",
|
|
160
157
|
"Node result": "Node result",
|
|
161
|
-
"Node title": "Node title",
|
|
162
158
|
"Node type": "Node type",
|
|
163
159
|
"Node with unknown type will cause error. Please delete it or check plugin which provide this type.": "Node with unknown type will cause error. Please delete it or check plugin which provide this type.",
|
|
164
160
|
"Null": "Null",
|
|
@@ -173,7 +169,6 @@
|
|
|
173
169
|
"Otherwise": "Otherwise",
|
|
174
170
|
"Output": "Output",
|
|
175
171
|
"Output value": "Output value",
|
|
176
|
-
"Parent execution ID": "Parent execution ID",
|
|
177
172
|
"Pending": "Pending",
|
|
178
173
|
"Please add at least one condition": "Please add at least one condition",
|
|
179
174
|
"Please select collection first": "Please select collection first",
|
|
@@ -197,7 +192,6 @@
|
|
|
197
192
|
"Scope variables": "Scope variables",
|
|
198
193
|
"Seconds": "Seconds",
|
|
199
194
|
"Select context": "Select context",
|
|
200
|
-
"Select field": "Select field",
|
|
201
195
|
"Select users": "Select users",
|
|
202
196
|
"Select workflow": "Select workflow",
|
|
203
197
|
"Set output data of this workflow. When this one is executed as a subflow, the output could be used as variables in downstream nodes of super workflow. You can also use this node in an AI employee workflow, to define what to output. If this node is added multiple times, the value of the last executed node prevails.": "Set output data of this workflow. When this one is executed as a subflow, the output could be used as variables in downstream nodes of super workflow. You can also use this node in an AI employee workflow, to define what to output. If this node is added multiple times, the value of the last executed node prevails.",
|
|
@@ -234,20 +228,14 @@
|
|
|
234
228
|
"The workflow tasks page has already been created.": "The workflow tasks page has already been created.",
|
|
235
229
|
"This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).": "This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).",
|
|
236
230
|
"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?",
|
|
237
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
238
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
239
|
-
"This trigger type is not available in the new canvas yet.": "This trigger type is not available in the new canvas yet.",
|
|
240
|
-
"This trigger's configuration has not been migrated to the new canvas yet.": "This trigger's configuration has not been migrated to the new canvas yet.",
|
|
241
231
|
"This type of trigger has not been supported to be executed manually.": "This type of trigger has not been supported to be executed manually.",
|
|
242
232
|
"This will perform all the actions configured in the workflow. Are you sure you want to continue?": "This will perform all the actions configured in the workflow. Are you sure you want to continue?",
|
|
243
233
|
"Trigger": "Trigger",
|
|
244
|
-
"Trigger configuration": "Trigger configuration",
|
|
245
234
|
"Trigger data": "Trigger data",
|
|
246
235
|
"Trigger data context": "Trigger data context",
|
|
247
236
|
"Trigger in executed workflow cannot be modified": "Trigger in executed workflow cannot be modified",
|
|
248
237
|
"Trigger mode": "Trigger mode",
|
|
249
238
|
"Trigger on": "Trigger on",
|
|
250
|
-
"Trigger title": "Trigger title",
|
|
251
239
|
"Trigger time": "Trigger time",
|
|
252
240
|
"Trigger type": "Trigger type",
|
|
253
241
|
"Trigger variables": "Trigger variables",
|
|
@@ -255,7 +243,6 @@
|
|
|
255
243
|
"Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.": "Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.",
|
|
256
244
|
"Triggered at": "Triggered at",
|
|
257
245
|
"Triggered but still waiting in queue to execute.": "Triggered but still waiting in queue to execute.",
|
|
258
|
-
"Triggered manually": "Triggered manually",
|
|
259
246
|
"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, 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, any field is considered to have been changed.",
|
|
260
247
|
"Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".": "Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".",
|
|
261
248
|
"True": "True",
|
|
@@ -267,20 +254,16 @@
|
|
|
267
254
|
"Update in a batch": "Update in a batch",
|
|
268
255
|
"Update mode": "Update mode",
|
|
269
256
|
"Update one by one": "Update one by one",
|
|
270
|
-
"Unsupported node": "Unsupported node",
|
|
271
257
|
"Update record": "Update record",
|
|
272
258
|
"Update records of a collection. You can use variables from upstream nodes as query conditions and field values.": "Update records of a collection. You can use variables from upstream nodes as query conditions and field values.",
|
|
273
259
|
"Use transaction": "Use transaction",
|
|
274
260
|
"Variable key of node": "Variable key of node",
|
|
275
261
|
"Version": "Version",
|
|
276
|
-
"Version ID": "Version ID",
|
|
277
262
|
"View result": "View result",
|
|
278
263
|
"Weeks": "Weeks",
|
|
279
264
|
"When no condition matches": "When no condition matches",
|
|
280
265
|
"Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
|
|
281
266
|
"Workflow": "Workflow",
|
|
282
|
-
"Workflow title": "Workflow title",
|
|
283
|
-
"Workflow canvas editor is being migrated to the new UI.": "Workflow canvas editor is being migrated to the new UI.",
|
|
284
267
|
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>",
|
|
285
268
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
286
269
|
"Workflow tasks": "Workflow tasks",
|
|
@@ -289,11 +272,7 @@
|
|
|
289
272
|
"Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".": "Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".",
|
|
290
273
|
"Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.": "Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.",
|
|
291
274
|
"Yes": "Yes",
|
|
292
|
-
"Failed to add node": "Failed to add node",
|
|
293
|
-
"Failed to delete node": "Failed to delete node",
|
|
294
275
|
"Failed to move node": "Failed to move node",
|
|
295
|
-
"Failed to run": "Failed to run",
|
|
296
|
-
"Failed to save node": "Failed to save node",
|
|
297
276
|
"Confirm move": "Confirm move",
|
|
298
277
|
"Moving this node may remove variable references.": "Moving this node may remove variable references.",
|
|
299
278
|
"Impacted current node variables": "Variables referenced by current node",
|
|
@@ -308,6 +287,5 @@
|
|
|
308
287
|
"Click a paste button to place": "Click a paste button to place",
|
|
309
288
|
"Confirm paste": "Confirm paste",
|
|
310
289
|
"This action will remove invalid variable references, otherwise the workflow cannot run correctly.": "This action will remove invalid variable references, otherwise the workflow cannot run correctly.",
|
|
311
|
-
"Failed to paste node": "Failed to paste node"
|
|
312
|
-
"Available in the classic UI for now": "Available in the classic UI for now"
|
|
290
|
+
"Failed to paste node": "Failed to paste node"
|
|
313
291
|
}
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Ejecutado en",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
|
|
104
104
|
"Execution history": "Historial de ejecución",
|
|
105
|
-
"Version ID": "ID de versión",
|
|
106
|
-
"Parent execution ID": "ID de ejecución superior",
|
|
107
|
-
"Triggered manually": "Activado manualmente",
|
|
108
105
|
"Timeout settings": "Configuración del tiempo de espera",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 significa sin límite. Si establece cualquier otro valor y la ejecución aún no ha finalizado cuando se alcanza el tiempo límite, el plan de ejecución se terminará y los nodos restantes no se ejecutarán. El tiempo en cola no se contabiliza; el conteo comienza solo después de que entra por primera vez en un procesador.",
|
|
110
107
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -269,14 +266,5 @@
|
|
|
269
266
|
"Impacted dependent node variables": "Nodos que referencian las variables del nodo actual",
|
|
270
267
|
"Keep variable references": "Mantener referencias de variables",
|
|
271
268
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Mantener las referencias de variables requiere un ajuste manual; de lo contrario, el flujo de trabajo puede fallar.",
|
|
272
|
-
"Failed to update node variables": "No se pudieron actualizar las variables del nodo"
|
|
273
|
-
"Unsupported node": "Unsupported node",
|
|
274
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
275
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
276
|
-
"Node title": "Node title",
|
|
277
|
-
"Failed to add node": "Failed to add node",
|
|
278
|
-
"Failed to delete node": "Failed to delete node",
|
|
279
|
-
"Failed to save node": "Failed to save node",
|
|
280
|
-
"Failed to run": "Failed to run",
|
|
281
|
-
"Copied node": "Copied node"
|
|
269
|
+
"Failed to update node variables": "No se pudieron actualizar las variables del nodo"
|
|
282
270
|
}
|
package/dist/locale/fr-FR.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Exécuté à",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
|
|
104
104
|
"Execution history": "Historique d'exécution",
|
|
105
|
-
"Version ID": "ID de version",
|
|
106
|
-
"Parent execution ID": "ID d'exécution parente",
|
|
107
|
-
"Triggered manually": "Déclenché manuellement",
|
|
108
105
|
"Timeout settings": "Paramètres de délai",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 signifie illimité. Si vous définissez une autre valeur et que l'exécution n'est toujours pas terminée lorsque le délai est atteint, le plan d'exécution sera interrompu et les nœuds restants ne seront pas exécutés. Le temps passé dans la file d'attente n'est pas comptabilisé ; le chronométrage ne commence qu'après la première entrée dans un processeur.",
|
|
110
107
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -269,14 +266,5 @@
|
|
|
269
266
|
"Impacted dependent node variables": "Nœuds qui référencent les variables du nœud actuel",
|
|
270
267
|
"Keep variable references": "Conserver les références de variables",
|
|
271
268
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Conserver les références de variables nécessite un ajustement manuel, sinon le workflow peut échouer.",
|
|
272
|
-
"Failed to update node variables": "Échec de la mise à jour des variables du nœud"
|
|
273
|
-
"Unsupported node": "Unsupported node",
|
|
274
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
275
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
276
|
-
"Node title": "Node title",
|
|
277
|
-
"Failed to add node": "Failed to add node",
|
|
278
|
-
"Failed to delete node": "Failed to delete node",
|
|
279
|
-
"Failed to save node": "Failed to save node",
|
|
280
|
-
"Failed to run": "Failed to run",
|
|
281
|
-
"Copied node": "Copied node"
|
|
269
|
+
"Failed to update node variables": "Échec de la mise à jour des variables du nœud"
|
|
282
270
|
}
|
package/dist/locale/hu-HU.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Végrehajtás időpontja",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "A végrehajtott munkafolyamat nem módosítható. Másolható új verzióba a módosításhoz.",
|
|
104
104
|
"Execution history": "Végrehajtási előzmények",
|
|
105
|
-
"Version ID": "Verzióazonosító",
|
|
106
|
-
"Parent execution ID": "Szülő végrehajtás azonosító",
|
|
107
|
-
"Triggered manually": "Kézzel kiváltva",
|
|
108
105
|
"Timeout settings": "Időkorlát beállításai",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "A 0 korlátlant jelent. Ha bármilyen más értéket állít be, és a végrehajtás az időkorlát elérésekor még nem fejeződött be, a végrehajtási terv leáll, és a hátralévő csomópontok nem futnak le. A várólistán töltött idő nem számít bele; az időmérés csak azután kezdődik, hogy a végrehajtás először belép egy processzorba.",
|
|
110
107
|
"Exit when query result is null": "Kilépés, ha a lekérdezés eredménye null",
|
|
@@ -270,14 +267,5 @@
|
|
|
270
267
|
"Impacted dependent node variables": "A jelenlegi csomópont változóira hivatkozó csomópontok",
|
|
271
268
|
"Keep variable references": "Változóhivatkozások megtartása",
|
|
272
269
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "A változóhivatkozások megtartása kézi beállítást igényel, különben a munkafolyamat sikertelen lehet.",
|
|
273
|
-
"Failed to update node variables": "A csomópont változóinak frissítése sikertelen"
|
|
274
|
-
"Unsupported node": "Unsupported node",
|
|
275
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
276
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
277
|
-
"Node title": "Node title",
|
|
278
|
-
"Failed to add node": "Failed to add node",
|
|
279
|
-
"Failed to delete node": "Failed to delete node",
|
|
280
|
-
"Failed to save node": "Failed to save node",
|
|
281
|
-
"Failed to run": "Failed to run",
|
|
282
|
-
"Copied node": "Copied node"
|
|
270
|
+
"Failed to update node variables": "A csomópont változóinak frissítése sikertelen"
|
|
283
271
|
}
|
package/dist/locale/id-ID.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Dieksekusi pada",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Alur kerja yang dieksekusi tidak dapat dimodifikasi. Dapat disalin ke versi baru untuk dimodifikasi.",
|
|
104
104
|
"Execution history": "Riwayat eksekusi",
|
|
105
|
-
"Version ID": "ID Versi",
|
|
106
|
-
"Parent execution ID": "ID eksekusi induk",
|
|
107
|
-
"Triggered manually": "Dipicu secara manual",
|
|
108
105
|
"Timeout settings": "Pengaturan batas waktu",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 berarti tanpa batas. Jika Anda menetapkan nilai lain dan eksekusi masih belum selesai saat batas waktu tercapai, rencana eksekusi akan dihentikan dan node yang tersisa tidak akan dijalankan. Waktu antrean tidak dihitung; penghitungan waktu baru dimulai setelah pertama kali masuk ke prosesor.",
|
|
110
107
|
"Exit when query result is null": "Keluar ketika hasil kueri nol",
|
|
@@ -270,14 +267,5 @@
|
|
|
270
267
|
"Impacted dependent node variables": "Node yang merujuk variabel node saat ini",
|
|
271
268
|
"Keep variable references": "Pertahankan referensi variabel",
|
|
272
269
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Mempertahankan referensi variabel memerlukan penyesuaian manual, jika tidak alur kerja dapat gagal.",
|
|
273
|
-
"Failed to update node variables": "Gagal memperbarui variabel node"
|
|
274
|
-
"Unsupported node": "Unsupported node",
|
|
275
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
276
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
277
|
-
"Node title": "Node title",
|
|
278
|
-
"Failed to add node": "Failed to add node",
|
|
279
|
-
"Failed to delete node": "Failed to delete node",
|
|
280
|
-
"Failed to save node": "Failed to save node",
|
|
281
|
-
"Failed to run": "Failed to run",
|
|
282
|
-
"Copied node": "Copied node"
|
|
270
|
+
"Failed to update node variables": "Gagal memperbarui variabel node"
|
|
283
271
|
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Eseguito alle",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Il workflow eseguito non può essere modificato. Potrebbe essere copiato in una nuova versione per essere modificato.",
|
|
104
104
|
"Execution history": "Cronologia esecuzioni",
|
|
105
|
-
"Version ID": "ID versione",
|
|
106
|
-
"Parent execution ID": "ID esecuzione principale",
|
|
107
|
-
"Triggered manually": "Attivato manualmente",
|
|
108
105
|
"Timeout settings": "Impostazioni del timeout",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 significa illimitato. Se imposti qualsiasi altro valore e l'esecuzione non è ancora completata quando viene raggiunto il timeout, il piano di esecuzione verrà terminato e i nodi rimanenti non verranno eseguiti. Il tempo trascorso in coda non viene conteggiato; il conteggio inizia solo dopo il primo ingresso in un processore.",
|
|
110
107
|
"Exit when query result is null": "Esci quando il risultato della query è null",
|
|
@@ -269,14 +266,5 @@
|
|
|
269
266
|
"Impacted dependent node variables": "Nodi che referenziano le variabili del nodo corrente",
|
|
270
267
|
"Keep variable references": "Mantieni i riferimenti alle variabili",
|
|
271
268
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Mantenere i riferimenti alle variabili richiede una regolazione manuale, altrimenti il workflow potrebbe fallire.",
|
|
272
|
-
"Failed to update node variables": "Impossibile aggiornare le variabili del nodo"
|
|
273
|
-
"Unsupported node": "Unsupported node",
|
|
274
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
275
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
276
|
-
"Node title": "Node title",
|
|
277
|
-
"Failed to add node": "Failed to add node",
|
|
278
|
-
"Failed to delete node": "Failed to delete node",
|
|
279
|
-
"Failed to save node": "Failed to save node",
|
|
280
|
-
"Failed to run": "Failed to run",
|
|
281
|
-
"Copied node": "Copied node"
|
|
269
|
+
"Failed to update node variables": "Impossibile aggiornare le variabili del nodo"
|
|
282
270
|
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "実行時刻",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "実行済みのワークフローは変更できません。新しいバージョンにコピーして変更できます。",
|
|
104
104
|
"Execution history": "実行履歴",
|
|
105
|
-
"Version ID": "バージョンID",
|
|
106
|
-
"Parent execution ID": "親実行ID",
|
|
107
|
-
"Triggered manually": "手動でトリガー",
|
|
108
105
|
"Timeout settings": "タイムアウト設定",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 は無制限を意味します。その他の値を設定した場合、タイムアウト到達時点で実行がまだ完了していなければ、実行計画は終了され、残りのノードは実行されません。キュー待機時間はカウントされず、最初にプロセッサへ入った時点から計時が開始されます。",
|
|
110
107
|
"Exit when query result is null": "クエリ結果がnullの場合、終了する",
|
|
@@ -272,14 +269,5 @@
|
|
|
272
269
|
"Impacted dependent node variables": "現在のノード変数を参照するノード",
|
|
273
270
|
"Keep variable references": "変数参照を保持する",
|
|
274
271
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "変数参照を保持する場合は手動調整が必要です。調整しないとワークフローが失敗する可能性があります。",
|
|
275
|
-
"Failed to update node variables": "ノード変数の更新に失敗しました"
|
|
276
|
-
"Unsupported node": "Unsupported node",
|
|
277
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
278
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
279
|
-
"Node title": "Node title",
|
|
280
|
-
"Failed to add node": "Failed to add node",
|
|
281
|
-
"Failed to delete node": "Failed to delete node",
|
|
282
|
-
"Failed to save node": "Failed to save node",
|
|
283
|
-
"Failed to run": "Failed to run",
|
|
284
|
-
"Copied node": "Copied node"
|
|
272
|
+
"Failed to update node variables": "ノード変数の更新に失敗しました"
|
|
285
273
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -112,9 +112,6 @@
|
|
|
112
112
|
"Executed workflow cannot be modified": "실행된 워크플로우는 수정할 수 없습니다.",
|
|
113
113
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "실행된 워크플로우는 수정할 수 없습니다. 새 버전으로 복사하여 수정할 수 있습니다.",
|
|
114
114
|
"Execution history": "실행 기록",
|
|
115
|
-
"Version ID": "버전 ID",
|
|
116
|
-
"Parent execution ID": "상위 실행 ID",
|
|
117
|
-
"Triggered manually": "수동으로 트리거됨",
|
|
118
115
|
"Timeout settings": "시간 제한 설정",
|
|
119
116
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0은 제한 없음을 의미합니다. 다른 값을 설정한 경우 제한 시간에 도달했을 때 실행이 아직 완료되지 않았다면 실행 계획이 종료되고 나머지 노드는 더 이상 실행되지 않습니다. 대기열 시간은 계산되지 않으며, 처음으로 프로세서에 들어간 후부터 시간이 계산됩니다.",
|
|
120
117
|
"Exit when query result is null": "쿼리 결과가 null이면 종료",
|
|
@@ -290,14 +287,5 @@
|
|
|
290
287
|
"Impacted dependent node variables": "현재 노드 변수를 참조하는 노드",
|
|
291
288
|
"Keep variable references": "변수 참조 유지",
|
|
292
289
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "변수 참조를 유지하려면 수동으로 조정해야 하며, 그렇지 않으면 워크플로가 실패할 수 있습니다.",
|
|
293
|
-
"Failed to update node variables": "노드 변수 업데이트에 실패했습니다"
|
|
294
|
-
"Unsupported node": "Unsupported node",
|
|
295
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
296
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
297
|
-
"Node title": "Node title",
|
|
298
|
-
"Failed to add node": "Failed to add node",
|
|
299
|
-
"Failed to delete node": "Failed to delete node",
|
|
300
|
-
"Failed to save node": "Failed to save node",
|
|
301
|
-
"Failed to run": "Failed to run",
|
|
302
|
-
"Copied node": "Copied node"
|
|
290
|
+
"Failed to update node variables": "노드 변수 업데이트에 실패했습니다"
|
|
303
291
|
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Executed at",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
|
|
104
104
|
"Execution history": "Execution history",
|
|
105
|
-
"Version ID": "Version ID",
|
|
106
|
-
"Parent execution ID": "Parent execution ID",
|
|
107
|
-
"Triggered manually": "Triggered manually",
|
|
108
105
|
"Timeout settings": "Time-outinstellingen",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 betekent onbeperkt. Als u een andere waarde instelt en de uitvoering nog niet is voltooid wanneer de time-out wordt bereikt, wordt het uitvoeringsplan beëindigd en worden de resterende knooppunten niet meer uitgevoerd. Wachttijd in de wachtrij wordt niet meegerekend; de tijdmeting begint pas nadat de uitvoering voor het eerst een processor binnengaat.",
|
|
110
107
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -269,14 +266,5 @@
|
|
|
269
266
|
"Impacted dependent node variables": "Nodes die naar variabelen van de huidige node verwijzen",
|
|
270
267
|
"Keep variable references": "Variabelverwijzingen behouden",
|
|
271
268
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Het behouden van variabelverwijzingen vereist handmatige aanpassing, anders kan de workflow falen.",
|
|
272
|
-
"Failed to update node variables": "Bijwerken van knooppuntvariabelen mislukt"
|
|
273
|
-
"Unsupported node": "Unsupported node",
|
|
274
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
275
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
276
|
-
"Node title": "Node title",
|
|
277
|
-
"Failed to add node": "Failed to add node",
|
|
278
|
-
"Failed to delete node": "Failed to delete node",
|
|
279
|
-
"Failed to save node": "Failed to save node",
|
|
280
|
-
"Failed to run": "Failed to run",
|
|
281
|
-
"Copied node": "Copied node"
|
|
269
|
+
"Failed to update node variables": "Bijwerken van knooppuntvariabelen mislukt"
|
|
282
270
|
}
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Executado em",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
|
|
104
104
|
"Execution history": "Histórico de execução",
|
|
105
|
-
"Version ID": "ID da versão",
|
|
106
|
-
"Parent execution ID": "ID da execução pai",
|
|
107
|
-
"Triggered manually": "Acionado manualmente",
|
|
108
105
|
"Timeout settings": "Configurações de tempo limite",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 significa sem limite. Se você definir qualquer outro valor e a execução ainda não tiver sido concluída quando o tempo limite for atingido, o plano de execução será encerrado e os nós restantes não serão executados. O tempo na fila não é contabilizado; a contagem só começa depois que a execução entra em um processador pela primeira vez.",
|
|
110
107
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -269,14 +266,5 @@
|
|
|
269
266
|
"Impacted dependent node variables": "Nós que referenciam as variáveis do nó atual",
|
|
270
267
|
"Keep variable references": "Manter referências de variáveis",
|
|
271
268
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Manter referências de variáveis exige ajuste manual, caso contrário o workflow pode falhar.",
|
|
272
|
-
"Failed to update node variables": "Falha ao atualizar as variáveis do nó"
|
|
273
|
-
"Unsupported node": "Unsupported node",
|
|
274
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
275
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
276
|
-
"Node title": "Node title",
|
|
277
|
-
"Failed to add node": "Failed to add node",
|
|
278
|
-
"Failed to delete node": "Failed to delete node",
|
|
279
|
-
"Failed to save node": "Failed to save node",
|
|
280
|
-
"Failed to run": "Failed to run",
|
|
281
|
-
"Copied node": "Copied node"
|
|
269
|
+
"Failed to update node variables": "Falha ao atualizar as variáveis do nó"
|
|
282
270
|
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Выполнено в",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Выполненный рабочий процесс не может быть изменен. Может быть скопирован в новую версию для изменения.",
|
|
104
104
|
"Execution history": "История запусков",
|
|
105
|
-
"Version ID": "ID версии",
|
|
106
|
-
"Parent execution ID": "ID родительского запуска",
|
|
107
|
-
"Triggered manually": "Запущено вручную",
|
|
108
105
|
"Timeout settings": "Настройки тайм-аута",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 означает без ограничений. Если установить любое другое значение и к моменту достижения тайм-аута выполнение все еще не завершено, план выполнения будет остановлен, а оставшиеся узлы не будут выполнены. Время в очереди не учитывается; отсчет начинается только после первого входа в процессор.",
|
|
110
107
|
"Exit when query result is null": "Выйти, если результат запроса равен null",
|
|
@@ -269,14 +266,5 @@
|
|
|
269
266
|
"Impacted dependent node variables": "Узлы, которые ссылаются на переменные текущего узла",
|
|
270
267
|
"Keep variable references": "Сохранить ссылки на переменные",
|
|
271
268
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Сохранение ссылок на переменные требует ручной настройки, иначе рабочий процесс может завершиться ошибкой.",
|
|
272
|
-
"Failed to update node variables": "Не удалось обновить переменные узла"
|
|
273
|
-
"Unsupported node": "Unsupported node",
|
|
274
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
275
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
276
|
-
"Node title": "Node title",
|
|
277
|
-
"Failed to add node": "Failed to add node",
|
|
278
|
-
"Failed to delete node": "Failed to delete node",
|
|
279
|
-
"Failed to save node": "Failed to save node",
|
|
280
|
-
"Failed to run": "Failed to run",
|
|
281
|
-
"Copied node": "Copied node"
|
|
269
|
+
"Failed to update node variables": "Не удалось обновить переменные узла"
|
|
282
270
|
}
|
package/dist/locale/tr-TR.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Executed at",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
|
|
104
104
|
"Execution history": "Yürütme Geçmişi",
|
|
105
|
-
"Version ID": "Sürüm Kimliği",
|
|
106
|
-
"Parent execution ID": "Üst yürütme kimliği",
|
|
107
|
-
"Triggered manually": "Elle tetiklendi",
|
|
108
105
|
"Timeout settings": "Zaman aşımı ayarları",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 sınırsız anlamına gelir. Başka herhangi bir değer ayarlanırsa ve zaman aşımına ulaşıldığında yürütme hâlâ tamamlanmamışsa, yürütme planı sonlandırılır ve kalan düğümler çalıştırılmaz. Kuyrukta bekleme süresi hesaba katılmaz; süre sayımı yalnızca ilk kez bir işlemciye girdikten sonra başlar.",
|
|
110
107
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -269,14 +266,5 @@
|
|
|
269
266
|
"Impacted dependent node variables": "Mevcut düğüm değişkenlerine başvuran düğümler",
|
|
270
267
|
"Keep variable references": "Değişken başvurularını koru",
|
|
271
268
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Değişken başvurularını korumak manuel ayar gerektirir; aksi halde iş akışı başarısız olabilir.",
|
|
272
|
-
"Failed to update node variables": "Düğüm değişkenleri güncellenemedi"
|
|
273
|
-
"Unsupported node": "Unsupported node",
|
|
274
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
275
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
276
|
-
"Node title": "Node title",
|
|
277
|
-
"Failed to add node": "Failed to add node",
|
|
278
|
-
"Failed to delete node": "Failed to delete node",
|
|
279
|
-
"Failed to save node": "Failed to save node",
|
|
280
|
-
"Failed to run": "Failed to run",
|
|
281
|
-
"Copied node": "Copied node"
|
|
269
|
+
"Failed to update node variables": "Düğüm değişkenleri güncellenemedi"
|
|
282
270
|
}
|
package/dist/locale/uk-UA.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Executed at",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
|
|
104
104
|
"Execution history": "Execution history",
|
|
105
|
-
"Version ID": "Version ID",
|
|
106
|
-
"Parent execution ID": "Parent execution ID",
|
|
107
|
-
"Triggered manually": "Triggered manually",
|
|
108
105
|
"Timeout settings": "Налаштування тайм-ауту",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 означає без обмежень. Якщо встановити будь-яке інше значення і на момент досягнення тайм-ауту виконання ще не завершене, план виконання буде зупинено, а решта вузлів не виконуватиметься. Час у черзі не враховується; відлік починається лише після першого входу до процесора.",
|
|
110
107
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -269,14 +266,5 @@
|
|
|
269
266
|
"Impacted dependent node variables": "Вузли, які посилаються на змінні поточного вузла",
|
|
270
267
|
"Keep variable references": "Зберегти посилання на змінні",
|
|
271
268
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Збереження посилань на змінні потребує ручного налаштування, інакше робочий процес може завершитися помилкою.",
|
|
272
|
-
"Failed to update node variables": "Не вдалося оновити змінні вузла"
|
|
273
|
-
"Unsupported node": "Unsupported node",
|
|
274
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
275
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
276
|
-
"Node title": "Node title",
|
|
277
|
-
"Failed to add node": "Failed to add node",
|
|
278
|
-
"Failed to delete node": "Failed to delete node",
|
|
279
|
-
"Failed to save node": "Failed to save node",
|
|
280
|
-
"Failed to run": "Failed to run",
|
|
281
|
-
"Copied node": "Copied node"
|
|
269
|
+
"Failed to update node variables": "Не вдалося оновити змінні вузла"
|
|
282
270
|
}
|
package/dist/locale/vi-VN.json
CHANGED
|
@@ -102,9 +102,6 @@
|
|
|
102
102
|
"Executed at": "Executed at",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Executed workflow cannot be modified. Could be copied to a new version to modify.",
|
|
104
104
|
"Execution history": "Execution history",
|
|
105
|
-
"Version ID": "Version ID",
|
|
106
|
-
"Parent execution ID": "Parent execution ID",
|
|
107
|
-
"Triggered manually": "Triggered manually",
|
|
108
105
|
"Timeout settings": "Cài đặt thời gian chờ",
|
|
109
106
|
"0 means unlimited. If you set any other value and the execution is still not completed when the timeout is reached, the execution plan will be terminated and the remaining nodes will not be executed. Time spent in queue is not counted; timing starts only after it first enters a processor.": "0 nghĩa là không giới hạn. Nếu đặt bất kỳ giá trị nào khác mà việc thực thi vẫn chưa hoàn tất khi hết thời gian chờ, kế hoạch thực thi sẽ bị chấm dứt và các nút còn lại sẽ không được thực thi. Thời gian chờ trong hàng đợi không được tính; chỉ bắt đầu tính thời gian sau khi lần đầu đi vào bộ xử lý.",
|
|
110
107
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -270,14 +267,5 @@
|
|
|
270
267
|
"Impacted dependent node variables": "Các nút tham chiếu đến biến của nút hiện tại",
|
|
271
268
|
"Keep variable references": "Giữ tham chiếu biến",
|
|
272
269
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Giữ tham chiếu biến cần điều chỉnh thủ công, nếu không quy trình có thể lỗi.",
|
|
273
|
-
"Failed to update node variables": "Không thể cập nhật biến của nút"
|
|
274
|
-
"Unsupported node": "Unsupported node",
|
|
275
|
-
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
276
|
-
"This node's configuration has not been migrated to the new canvas yet.": "This node's configuration has not been migrated to the new canvas yet.",
|
|
277
|
-
"Node title": "Node title",
|
|
278
|
-
"Failed to add node": "Failed to add node",
|
|
279
|
-
"Failed to delete node": "Failed to delete node",
|
|
280
|
-
"Failed to save node": "Failed to save node",
|
|
281
|
-
"Failed to run": "Failed to run",
|
|
282
|
-
"Copied node": "Copied node"
|
|
270
|
+
"Failed to update node variables": "Không thể cập nhật biến của nút"
|
|
283
271
|
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -8,7 +8,6 @@
|
|
|
8
8
|
"Add": "添加",
|
|
9
9
|
"Add branch": "添加分支",
|
|
10
10
|
"Add category": "添加分类",
|
|
11
|
-
"Add field": "添加字段",
|
|
12
11
|
"Add new record to a collection. You can use variables from upstream nodes to assign values to fields.": "向一个数据表中添加新的数据。可以使用上游节点里的变量为字段赋值。",
|
|
13
12
|
"Add node": "添加节点",
|
|
14
13
|
"Add workflow": "添加工作流",
|
|
@@ -121,8 +120,6 @@
|
|
|
121
120
|
"Failed to satisfy node configurations.": "未满足节点配置造成的失败。",
|
|
122
121
|
"False": "假",
|
|
123
122
|
"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.",
|
|
124
|
-
"Fields values": "字段值",
|
|
125
|
-
"Failed to save trigger": "保存触发器失败",
|
|
126
123
|
"First condition": "第一个条件",
|
|
127
124
|
"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.": "适用于需要即时反馈的用户操作。不能在此模式下使用异步节点,并且不建议在同步模式下执行耗时的操作。",
|
|
128
125
|
"From left to right, attempt each branch sequentially based on the configured conditions. Only branches that meet the conditions will be executed. Otherwise, the next branch will be attempted. If none of the branches meet the conditions, it can either exit the process or continue to the next node based on configuration.": "从左到右,基于配置的条件,依次尝试每个分支。只有满足条件的分支才会被执行,否则尝试下一个分支。如果没有任何分支满足条件,可以根据配置选择退出流程或继续下一个节点。",
|
|
@@ -162,7 +159,6 @@
|
|
|
162
159
|
"No workflow tasks available. Please contact the administrator.": "没有可用的工作流待办,请联系管理员。",
|
|
163
160
|
"Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified",
|
|
164
161
|
"Node result": "节点数据",
|
|
165
|
-
"Node title": "节点标题",
|
|
166
162
|
"Node type": "节点类型",
|
|
167
163
|
"Node with unknown type will cause error. Please delete it or check plugin which provide this type.": "未知类型的节点会导致错误,请删除或检查提供该类型的插件。",
|
|
168
164
|
"Null": "Null",
|
|
@@ -177,7 +173,6 @@
|
|
|
177
173
|
"Otherwise": "否则",
|
|
178
174
|
"Output": "流程输出",
|
|
179
175
|
"Output value": "结果值",
|
|
180
|
-
"Parent execution ID": "父执行 ID",
|
|
181
176
|
"Pending": "待处理",
|
|
182
177
|
"Please add at least one condition": "请添加至少一个条件",
|
|
183
178
|
"Please select collection first": "请先选择数据表",
|
|
@@ -201,7 +196,6 @@
|
|
|
201
196
|
"Scope variables": "局域变量",
|
|
202
197
|
"Seconds": "秒",
|
|
203
198
|
"Select context": "选择上下文",
|
|
204
|
-
"Select field": "选择字段",
|
|
205
199
|
"Select users": "选择用户",
|
|
206
200
|
"Select workflow": "选择工作流",
|
|
207
201
|
"Set output data of this workflow. When this one is executed as a subflow, the output could be used as variables in downstream nodes of super workflow. You can also use this node in an AI employee workflow, to define what to output. If this node is added multiple times, the value of the last executed node prevails.": "设置工作流的输出数据。在作为子流程执行后可以被上级流程后续节点使用。你也可以在 AI 员工工作流中使用此节点,来定义输出内容。如果多次添加此节点,则以最后一个被执行的节点的值为准。",
|
|
@@ -242,10 +236,6 @@
|
|
|
242
236
|
"This is a main version, delete it will cause the whole workflow to be deleted (including all other revisions).": "当前是主版本,删除将导致整个流程被删除(包括所有其他版本)。",
|
|
243
237
|
"This node contains branches, deleting will also be preformed to them, are you sure?": "节点包含分支,将同时删除其所有分支下的子节点,确定继续?",
|
|
244
238
|
"This type of node can not be used in current type of workflow or execute mode.": "该类型的节点在当前类型的工作流或执行模式中不可用。",
|
|
245
|
-
"This node type is not available in the new canvas yet.": "该节点类型尚未在新画布中支持。",
|
|
246
|
-
"This node's configuration has not been migrated to the new canvas yet.": "该节点的配置尚未迁移到新画布。",
|
|
247
|
-
"This trigger type is not available in the new canvas yet.": "该触发器类型尚未在新画布中支持。",
|
|
248
|
-
"This trigger's configuration has not been migrated to the new canvas yet.": "该触发器的配置尚未迁移到新画布。",
|
|
249
239
|
"This type of trigger has not been supported to be executed manually.": "该类型的触发器暂未支持手动执行。",
|
|
250
240
|
"This will perform all the actions configured in the workflow. Are you sure you want to continue?": "将按照工作流中配置的所有操作执行,确定继续吗?",
|
|
251
241
|
"Trigger": "触发器",
|
|
@@ -255,7 +245,6 @@
|
|
|
255
245
|
"Trigger in executed workflow cannot be modified": "已执行的工作流中的触发器无法修改",
|
|
256
246
|
"Trigger mode": "触发模式",
|
|
257
247
|
"Trigger on": "触发时机",
|
|
258
|
-
"Trigger title": "触发器标题",
|
|
259
248
|
"Trigger time": "触发时间",
|
|
260
249
|
"Trigger type": "触发方式",
|
|
261
250
|
"Trigger variables": "触发器变量",
|
|
@@ -263,7 +252,6 @@
|
|
|
263
252
|
"Triggered according to preset time conditions. Suitable for one-time or periodic tasks, such as sending notifications and cleaning data on a schedule.": "按预设的时间条件定时触发。适用于一次性或周期性的任务,如定时发送通知、清理数据等。",
|
|
264
253
|
"Triggered at": "触发时间",
|
|
265
254
|
"Triggered but still waiting in queue to execute.": "已触发但仍在队列中等待执行。",
|
|
266
|
-
"Triggered manually": "手动触发",
|
|
267
255
|
"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, any field is considered to have been changed.": "只有被选中的某个字段发生变动时才会触发。如果不选择,则表示任何字段变动时都会触发。新增数据时,任意字段都被认为发生变动。",
|
|
268
256
|
"Triggered when data changes in the collection, such as after adding, updating, or deleting a record. Unlike \"Post-action event\", Collection event listens for data changes rather than HTTP requests. Unless you understand the exact meaning, it is recommended to use \"Post-action event\".": "当数据表中的数据发生变化时触发,比如新增、更新或删除一条数据后。与“操作后事件”不同,数据表事件监听数据变动而不是 HTTP 请求,除非你明白确切含义,否则推荐使用“操作后事件”。",
|
|
269
257
|
"True": "真",
|
|
@@ -275,20 +263,16 @@
|
|
|
275
263
|
"Update in a batch": "批量更新",
|
|
276
264
|
"Update mode": "更新模式",
|
|
277
265
|
"Update one by one": "逐条更新",
|
|
278
|
-
"Unsupported node": "暂不支持的节点",
|
|
279
266
|
"Update record": "更新数据",
|
|
280
267
|
"Update records of a collection. You can use variables from upstream nodes as query conditions and field values.": "更新一个数据表中的数据。可以使用上游节点里的变量作为查询条件和数据值。",
|
|
281
268
|
"Use transaction": "启用事务",
|
|
282
269
|
"Variable key of node": "节点变量标识",
|
|
283
270
|
"Version": "版本",
|
|
284
|
-
"Version ID": "版本 ID",
|
|
285
271
|
"View result": "查看结果",
|
|
286
272
|
"Weeks": "周",
|
|
287
273
|
"When no condition matches": "未满足任何条件时",
|
|
288
274
|
"Will be executed in the background as a queued task.": "将作为队列任务在后台执行。",
|
|
289
275
|
"Workflow": "工作流",
|
|
290
|
-
"Workflow title": "工作流名称",
|
|
291
|
-
"Workflow canvas editor is being migrated to the new UI.": "工作流画布编辑器正在迁移到新版界面。",
|
|
292
276
|
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "工作流已执行,结果状态为 <1>{{statusText}}</1><2>查看执行详情</2>",
|
|
293
277
|
"Workflow of execution is not existed": "执行计划对应的工作流不存在",
|
|
294
278
|
"Workflow tasks": "流程待办",
|
|
@@ -297,10 +281,6 @@
|
|
|
297
281
|
"Workflow will be triggered directly once the button clicked, without data saving. Only supports to be bound with \"Custom action event\".": "按钮点击后直接触发工作流,但不会保存数据。仅支持绑定“自定义操作事件”。",
|
|
298
282
|
"Workflow with unknown type will cause error. Please delete it or check plugin which provide this type.": "未知类型的工作流会导致错误,请删除或检查提供该类型的插件。",
|
|
299
283
|
"Yes": "是",
|
|
300
|
-
"Failed to add node": "添加节点失败",
|
|
301
|
-
"Failed to delete node": "删除节点失败",
|
|
302
|
-
"Failed to run": "执行失败",
|
|
303
|
-
"Failed to save node": "保存节点失败",
|
|
304
284
|
"Failed to move node": "节点移动失败",
|
|
305
285
|
"Confirm move": "确认移动",
|
|
306
286
|
"Moving this node may remove variable references.": "移动该节点可能会移除变量引用。",
|
|
@@ -316,6 +296,5 @@
|
|
|
316
296
|
"Click a paste button to place": "点击粘贴按钮放置",
|
|
317
297
|
"Confirm paste": "确认粘贴",
|
|
318
298
|
"This action will remove invalid variable references, otherwise the workflow cannot run correctly.": "该操作将移除无效的变量引用,否则工作流将无法正确执行。",
|
|
319
|
-
"Failed to paste node": "粘贴节点失败"
|
|
320
|
-
"Available in the classic UI for now": "暂时仅在旧版界面中可用"
|
|
299
|
+
"Failed to paste node": "粘贴节点失败"
|
|
321
300
|
}
|