@nocobase/plugin-workflow 2.2.0-beta.9 → 3.0.0-alpha.1
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/client-v2.d.ts +2 -0
- package/client-v2.js +1 -0
- package/dist/client/119.e7dbd037d52d1286.js +10 -0
- package/dist/client/142.fb4936d78fc80007.js +10 -0
- package/dist/client/159.cc9a0f2d92cab2c1.js +10 -0
- package/dist/client/276.69fb2aea13bc7c37.js +10 -0
- package/dist/client/346.66d060d37843d3d1.js +10 -0
- package/dist/client/382.d37fba14a6b91b0b.js +10 -0
- package/dist/client/394.a37310b78419ad7a.js +10 -0
- package/dist/client/438.8bd46a04ca080a4e.js +10 -0
- package/dist/client/509.3a4ac27f10833c75.js +10 -0
- package/dist/client/54.d81b710f7b4c1cd5.js +10 -0
- package/dist/client/618.1aa6c21d0f2840cb.js +10 -0
- package/dist/client/635.ff6085589e23d39b.js +10 -0
- package/dist/client/67.5eb8767a709f27d9.js +10 -0
- package/dist/client/719.f011fde3ad54571e.js +10 -0
- package/dist/client/728.711fd4f1ed7d4e6a.js +10 -0
- package/dist/client/739.49407722fca8d236.js +10 -0
- package/dist/client/759.13aab01e6912ed8d.js +10 -0
- package/dist/client/772.1ebaef11a0ac8688.js +10 -0
- package/dist/client/782.47792ce10fc0d5fb.js +10 -0
- package/dist/client/828.d03ecfc4ac66e0f8.js +10 -0
- package/dist/client/87.b62b1123d4d560fb.js +10 -0
- package/dist/client/938.26493fc09ba1ccbc.js +10 -0
- package/dist/client/964.5ab736effd480a42.js +10 -0
- package/dist/client/972.dd7f074d5f12e171.js +10 -0
- package/dist/client/AddNodeContext.d.ts +1 -9
- package/dist/client/BranchContext.d.ts +2 -10
- package/dist/client/FlowContext.d.ts +10 -5
- package/dist/client/NodeClipboardContext.d.ts +12 -2
- package/dist/client/NodeDragContext.d.ts +14 -2
- package/dist/client/RemoveNodeContext.d.ts +16 -2
- package/dist/client/WorkflowTasks.d.ts +26 -3
- package/dist/client/index.d.ts +2 -2
- package/dist/client/index.js +1 -1
- package/dist/client/nodeVariableUtils.d.ts +7 -6
- package/dist/client/nodes/calculation.d.ts +3 -75
- package/dist/client/nodes/condition.d.ts +7 -111
- package/dist/client/nodes/create.d.ts +3 -124
- package/dist/client/nodes/destroy.d.ts +2 -57
- package/dist/client/nodes/end.d.ts +2 -23
- package/dist/client/nodes/index.d.ts +2 -91
- package/dist/client/nodes/multi-conditions.d.ts +10 -48
- package/dist/client/nodes/output.d.ts +2 -44
- package/dist/client/nodes/query.d.ts +3 -255
- package/dist/client/nodes/update.d.ts +2 -117
- package/dist/client/style.d.ts +7 -27
- package/dist/client/triggers/collection.d.ts +3 -181
- package/dist/client/triggers/index.d.ts +2 -36
- package/dist/client/triggers/schedule/index.d.ts +8 -65
- package/dist/client/utils.d.ts +4 -5
- package/dist/client/variable.d.ts +7 -53
- package/dist/client-v2/119.81195bcd0d451279.js +10 -0
- package/dist/client-v2/142.a8c8df2a9abb43c5.js +10 -0
- package/dist/client-v2/159.cb221540c286cd32.js +10 -0
- package/dist/client-v2/276.7f746d899e221e2f.js +10 -0
- package/dist/client-v2/326.bdc99ad8e7590970.js +10 -0
- package/dist/client-v2/346.8c038b3c99d4fdc9.js +10 -0
- package/dist/client-v2/382.05f5482bb512b179.js +10 -0
- package/dist/client-v2/387.e002f8eb34aa77e3.js +10 -0
- package/dist/client-v2/394.515ed058e7f72797.js +10 -0
- package/dist/client-v2/438.1459f1a7cd19ea4f.js +10 -0
- package/dist/client-v2/513.18e257b3025d7692.js +10 -0
- package/dist/client-v2/54.d3daf06e53092726.js +10 -0
- package/dist/client-v2/635.14a6f21cf4f16345.js +10 -0
- package/dist/client-v2/677.7007f4a6a4640165.js +10 -0
- package/dist/client-v2/719.05cf070ef89a78f4.js +10 -0
- package/dist/client-v2/728.4e8322ff8fce87b9.js +10 -0
- package/dist/client-v2/739.5b60845103064f8d.js +10 -0
- package/dist/client-v2/759.7b162ad3adf450f1.js +10 -0
- package/dist/client-v2/772.8e5148d8c1518449.js +10 -0
- package/dist/client-v2/938.717e47af39485b29.js +10 -0
- package/dist/client-v2/ExecutionCanvas.d.ts +15 -0
- package/dist/client-v2/canvas/AddNodeContext.d.ts +35 -0
- package/dist/client-v2/canvas/AddNodeContext.shared.d.ts +33 -0
- package/dist/client-v2/canvas/AddNodeSlot.d.ts +20 -0
- package/dist/client-v2/canvas/Branch.d.ts +32 -0
- package/dist/client-v2/canvas/BranchContext.d.ts +29 -0
- package/dist/client-v2/canvas/BranchRenderContext.d.ts +14 -0
- package/dist/client-v2/canvas/CanvasContent.d.ts +20 -0
- package/dist/client-v2/canvas/DownstreamBranchIndex.d.ts +20 -0
- package/dist/client-v2/canvas/Instruction.d.ts +139 -0
- package/dist/{client/triggers/schedule/EndsByField.d.ts → client-v2/canvas/JobButton.d.ts} +3 -3
- package/dist/client-v2/canvas/Node.d.ts +38 -0
- package/dist/client-v2/canvas/NodeClipboardContext.d.ts +64 -0
- package/dist/client-v2/canvas/NodeConfigDrawer.d.ts +27 -0
- package/dist/client-v2/canvas/NodeDragContext.d.ts +83 -0
- package/dist/client-v2/canvas/RemoveNodeContext.d.ts +45 -0
- package/dist/client-v2/canvas/WorkflowTypedVariableInput.d.ts +16 -0
- package/dist/client-v2/canvas/WorkflowVariableInput.d.ts +47 -0
- package/dist/client-v2/canvas/WorkflowVariableJsonTextArea.d.ts +15 -0
- package/dist/client-v2/canvas/WorkflowVariableTag.d.ts +22 -0
- package/dist/client-v2/canvas/WorkflowVariableTextArea.d.ts +23 -0
- package/dist/client-v2/canvas/adaptVariableOptionToMetaTree.d.ts +48 -0
- package/dist/client-v2/canvas/addNodeController.d.ts +70 -0
- package/dist/client-v2/canvas/collectionFieldOptions.d.ts +57 -0
- package/dist/client-v2/canvas/contexts.d.ts +86 -0
- package/dist/client-v2/canvas/dropImpact.d.ts +28 -0
- package/dist/client-v2/canvas/instructionAvailability.d.ts +26 -0
- package/dist/client-v2/canvas/nodeRenderDispatch.d.ts +79 -0
- package/dist/client-v2/canvas/nodeTree.d.ts +21 -0
- package/dist/client-v2/canvas/nodeVariableUtils.d.ts +14 -0
- package/dist/client-v2/canvas/removeNodeUtils.d.ts +31 -0
- package/dist/client-v2/canvas/style.d.ts +35 -0
- package/dist/client-v2/canvas/textAreaInsertion.d.ts +14 -0
- package/dist/client-v2/canvas/useWorkflowInstruction.d.ts +23 -0
- package/dist/client-v2/canvas/useWorkflowVariableOptions.d.ts +40 -0
- package/dist/client-v2/canvas/workflowVariableConverters.d.ts +13 -0
- package/dist/client-v2/components/Calculation.d.ts +18 -0
- package/dist/client-v2/components/ExecutionStatusIcon.d.ts +18 -0
- package/dist/{client/triggers/schedule/RepeatField.d.ts → client-v2/components/ExecutionStatusTag.d.ts} +3 -4
- package/dist/client-v2/components/ExecutionViewHeader.d.ts +29 -0
- package/dist/client-v2/components/ExecutionsDropdown.d.ts +25 -0
- package/dist/client-v2/components/FilterDynamicComponent.d.ts +28 -0
- package/dist/client-v2/components/HideVariableContext.d.ts +11 -0
- package/dist/client-v2/components/JobResultModal.d.ts +11 -0
- package/dist/client-v2/components/RadioWithTooltip.d.ts +23 -0
- package/dist/client-v2/components/SyncModeSelect.d.ts +16 -0
- package/dist/{client/triggers/schedule/OnField.d.ts → client-v2/components/SyncModeTag.d.ts} +3 -3
- package/dist/client-v2/components/TestRunButton.d.ts +36 -0
- package/dist/client-v2/components/TimeoutInput.d.ts +15 -0
- package/dist/client-v2/components/WorkflowCanvasHeader.d.ts +17 -0
- package/dist/client-v2/components/WorkflowDetailsModal.d.ts +25 -0
- package/dist/client-v2/components/WorkflowEnabledSwitch.d.ts +16 -0
- package/dist/client-v2/components/WorkflowMenu.d.ts +17 -0
- package/dist/client-v2/components/WorkflowRevisionsDropdown.d.ts +15 -0
- package/dist/client-v2/components/WorkflowVariableWrapper.d.ts +25 -0
- package/dist/client-v2/components/collection/AppendsSelect.d.ts +15 -0
- package/dist/client-v2/components/collection/AssignedFieldsEditor.d.ts +24 -0
- package/dist/client-v2/components/collection/CollectionCascader.d.ts +15 -0
- package/dist/client-v2/components/collection/FieldsSelect.d.ts +16 -0
- package/dist/client-v2/components/collection/PaginationFields.d.ts +14 -0
- package/dist/client-v2/components/collection/SortFieldsInput.d.ts +19 -0
- package/dist/client-v2/components/collection/TriggerCollectionRecordSelect.d.ts +15 -0
- package/dist/client-v2/components/collection/index.d.ts +16 -0
- package/dist/client-v2/components/collection/utils.d.ts +42 -0
- package/dist/client-v2/components/formatResultForDisplay.d.ts +17 -0
- package/dist/client-v2/components/jobStatus.d.ts +27 -0
- package/dist/client-v2/components/renderEngineReference.d.ts +10 -0
- package/dist/client-v2/components/workflowCanvas.d.ts +41 -0
- package/dist/client-v2/constants.d.ts +19 -0
- package/dist/client-v2/hooks/useWorkflowRuntimePaths.d.ts +16 -0
- package/dist/client-v2/index.d.ts +48 -0
- package/dist/client-v2/index.js +10 -0
- package/dist/client-v2/legacySettingsRedirect.d.ts +15 -0
- package/dist/client-v2/locale.d.ts +41 -0
- package/dist/{client → client-v2}/models/NodeDetailsGridModel.d.ts +1 -1
- package/dist/{client → client-v2}/models/NodeDetailsModel.d.ts +1 -1
- package/dist/{client → client-v2}/models/NodeValueModel.d.ts +1 -1
- package/dist/{client → client-v2}/models/TaskCardCommonItemModel.d.ts +1 -1
- package/dist/client-v2/models/WorkflowTasksTopbarActionModel.d.ts +18 -0
- package/dist/{client → client-v2}/models/index.d.ts +2 -0
- package/dist/client-v2/models/triggerWorkflows.d.ts +43 -0
- package/dist/client-v2/nodes/calculation.d.ts +38 -0
- package/dist/client-v2/nodes/collectionNode.d.ts +29 -0
- package/dist/client-v2/nodes/components/calculation.d.ts +11 -0
- package/dist/client-v2/nodes/components/collection.d.ts +15 -0
- package/dist/client-v2/nodes/components/condition.d.ts +25 -0
- package/dist/client-v2/nodes/components/conditionShared.d.ts +20 -0
- package/dist/client-v2/nodes/components/create.d.ts +12 -0
- package/dist/client-v2/nodes/components/destroy.d.ts +12 -0
- package/dist/{client/triggers/schedule/ScheduleConfig.d.ts → client-v2/nodes/components/end.d.ts} +1 -1
- package/dist/client-v2/nodes/components/filter.d.ts +17 -0
- package/dist/client-v2/nodes/components/multi-conditions.d.ts +13 -0
- package/dist/client-v2/nodes/components/multiConditionsShared.d.ts +20 -0
- package/dist/client-v2/nodes/components/output.d.ts +10 -0
- package/dist/client-v2/nodes/components/query.d.ts +12 -0
- package/dist/client-v2/nodes/components/update.d.ts +12 -0
- package/dist/client-v2/nodes/condition.d.ts +46 -0
- package/dist/client-v2/nodes/create.d.ts +30 -0
- package/dist/client-v2/nodes/destroy.d.ts +24 -0
- package/dist/client-v2/nodes/end.d.ts +21 -0
- package/dist/client-v2/nodes/multi-conditions.d.ts +34 -0
- package/dist/client-v2/nodes/output.d.ts +29 -0
- package/dist/client-v2/nodes/query.d.ts +32 -0
- package/dist/client-v2/nodes/update.d.ts +25 -0
- package/dist/client-v2/pages/ExecutionHistoryDrawer.d.ts +13 -0
- package/dist/client-v2/pages/ExecutionViewPage.d.ts +10 -0
- package/dist/client-v2/pages/WorkflowCanvasPage.d.ts +10 -0
- package/dist/client-v2/pages/WorkflowCategoryTabs.d.ts +25 -0
- package/dist/client-v2/pages/WorkflowFormDrawer.d.ts +40 -0
- package/dist/client-v2/pages/WorkflowPane.d.ts +10 -0
- package/dist/client-v2/pages/WorkflowTasksPage.d.ts +10 -0
- package/dist/client-v2/plugin.d.ts +119 -0
- package/dist/client-v2/taskCenter.d.ts +105 -0
- package/dist/client-v2/triggers/ExecuteWorkflowButton.d.ts +35 -0
- package/dist/client-v2/triggers/TriggerConfig.d.ts +22 -0
- package/dist/client-v2/triggers/TriggerExecutionButton.d.ts +13 -0
- package/dist/client-v2/triggers/collection/CollectionConfig.d.ts +14 -0
- package/dist/client-v2/triggers/collection/TriggerCollectionConfig.d.ts +11 -0
- package/dist/client-v2/triggers/collection/constants.d.ts +28 -0
- package/dist/client-v2/triggers/collection/index.d.ts +40 -0
- package/dist/client-v2/triggers/index.d.ts +63 -0
- package/dist/client-v2/triggers/schedule/EndsByField.d.ts +17 -0
- package/dist/client-v2/triggers/schedule/OnField.d.ts +20 -0
- package/dist/client-v2/triggers/schedule/RepeatField.d.ts +23 -0
- package/dist/client-v2/triggers/schedule/ScheduleConfig.d.ts +17 -0
- package/dist/client-v2/triggers/schedule/ScheduleModes.d.ts +41 -0
- package/dist/{client → client-v2}/triggers/schedule/TriggerScheduleConfig.d.ts +1 -0
- package/dist/{client → client-v2}/triggers/schedule/constants.d.ts +8 -5
- package/dist/client-v2/triggers/schedule/index.d.ts +40 -0
- package/dist/client-v2/triggers/schedule/locale/Cron.zh-CN.d.ts +11 -0
- package/dist/client-v2/utils/contextSingleton.d.ts +9 -0
- package/dist/common/collections/userWorkflowTaskStats.d.ts +54 -0
- package/dist/common/collections/userWorkflowTaskStats.js +87 -0
- package/dist/common/collections/workflows.d.ts +16 -0
- package/dist/common/collections/workflows.js +5 -0
- package/dist/common/defaultWorkflowFilter.d.ts +21 -0
- package/dist/common/defaultWorkflowFilter.js +38 -0
- package/dist/common/executionStatus.d.ts +44 -0
- package/dist/common/executionStatus.js +133 -0
- package/dist/externalVersion.js +16 -13
- package/dist/locale/de-DE.json +15 -1
- package/dist/locale/en-US.json +30 -1
- package/dist/locale/es-ES.json +15 -1
- package/dist/locale/fr-FR.json +15 -1
- package/dist/locale/hu-HU.json +15 -1
- package/dist/locale/id-ID.json +15 -1
- package/dist/locale/it-IT.json +15 -1
- package/dist/locale/ja-JP.json +15 -1
- package/dist/locale/ko-KR.json +15 -1
- package/dist/locale/nl-NL.json +15 -1
- package/dist/locale/pt-BR.json +15 -1
- package/dist/locale/ru-RU.json +15 -1
- package/dist/locale/tr-TR.json +15 -1
- package/dist/locale/uk-UA.json +15 -1
- package/dist/locale/vi-VN.json +15 -1
- package/dist/locale/zh-CN.json +29 -1
- package/dist/locale/zh-TW.json +21 -1
- 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.d.ts +27 -15
- package/dist/server/Dispatcher.js +199 -161
- package/dist/server/ExecutionTimeoutManager.js +2 -1
- package/dist/server/Plugin.d.ts +58 -12
- package/dist/server/Plugin.js +355 -15
- package/dist/server/Processor.d.ts +1 -7
- package/dist/server/Processor.js +11 -7
- package/dist/server/actions/executions.js +3 -6
- package/dist/server/actions/index.js +3 -1
- package/dist/server/actions/jobs.js +1 -2
- package/dist/server/actions/userWorkflowTaskStats.d.ts +10 -0
- package/dist/server/actions/userWorkflowTaskStats.js +112 -0
- package/dist/server/actions/workflows.d.ts +1 -0
- package/dist/server/actions/workflows.js +34 -2
- package/dist/server/collections/userWorkflowTaskStats.d.ts +11 -0
- package/dist/server/collections/userWorkflowTaskStats.js +43 -0
- package/dist/server/index.d.ts +1 -0
- package/dist/server/triggers/CollectionTrigger.d.ts +1 -1
- package/dist/server/triggers/CollectionTrigger.js +3 -0
- package/dist/server/triggers/ScheduleTrigger/StaticScheduleTrigger.d.ts +1 -1
- package/dist/server/triggers/index.d.ts +1 -1
- package/dist/server/types/Execution.d.ts +2 -0
- package/dist/server/types/Job.d.ts +5 -0
- package/dist/server/types/Workflow.d.ts +1 -0
- package/dist/server/utils.d.ts +2 -1
- package/dist/server/utils.js +19 -1
- package/dist/swagger/index.d.ts +69 -1
- package/dist/swagger/index.js +65 -3
- package/package.json +4 -2
- package/dist/client/618.c91be3f6e4d73501.js +0 -10
- package/dist/client/67.61e70b8b777f8638.js +0 -10
- package/dist/client/964.5e11e1820fece37b.js +0 -10
- package/dist/client/triggers/schedule/ScheduleModes.d.ts +0 -170
- package/dist/client/triggers/schedule/locale/Cron.zh-CN.d.ts +0 -42
package/dist/locale/de-DE.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
102
102
|
"Executed at": "Ausgeführt am",
|
|
103
103
|
"Executed workflow cannot be modified. Could be copied to a new version to modify.": "Ausgeführter Workflow kann nicht geändert werden. Kann in eine neue Version kopiert werden, um Änderungen vorzunehmen.",
|
|
104
104
|
"Execution history": "Ausführungsverlauf",
|
|
105
|
+
"Version ID": "Versions-ID",
|
|
106
|
+
"Parent execution ID": "Übergeordnete Ausführungs-ID",
|
|
107
|
+
"Triggered manually": "Manuell ausgelöst",
|
|
105
108
|
"Timeout settings": "Zeitlimit-Einstellungen",
|
|
106
109
|
"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 bedeutet unbegrenzt. Wenn Sie einen anderen Wert festlegen und die Ausführung beim Erreichen des Zeitlimits noch nicht abgeschlossen ist, wird der Ausführungsplan beendet und die verbleibenden Knoten werden nicht mehr ausgeführt. Die Zeit in der Warteschlange wird nicht mitgezählt; die Zeitmessung beginnt erst, nachdem die Ausführung erstmals einen Prozessor erreicht hat.",
|
|
107
110
|
"Exit when query result is null": "Beenden, wenn das Abfrageergebnis null ist",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "Wird im Hintergrund als Aufgabe in der Warteschlange ausgeführt.",
|
|
253
256
|
"Workflow": "Workflow",
|
|
257
|
+
"Workflow not executed": "Workflow nicht ausgeführt",
|
|
254
258
|
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Workflow ausgeführt, der Ergebnisstatus ist <1>{{statusText}}</1><2>Ausführung anzeigen</2>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "Der Workflow wurde nicht ausgelöst, weil die aktuelle Anfrage die Auslöseanforderungen nicht erfüllt.",
|
|
255
260
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Workflow-Aufgaben",
|
|
@@ -266,5 +271,14 @@
|
|
|
266
271
|
"Impacted dependent node variables": "Knoten, die Variablen des aktuellen Knotens referenzieren",
|
|
267
272
|
"Keep variable references": "Variablenreferenzen beibehalten",
|
|
268
273
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Das Beibehalten von Variablenreferenzen erfordert eine manuelle Anpassung, andernfalls kann der Workflow fehlschlagen.",
|
|
269
|
-
"Failed to update node variables": "Aktualisierung der Knotenvariablen fehlgeschlagen"
|
|
274
|
+
"Failed to update node variables": "Aktualisierung der Knotenvariablen fehlgeschlagen",
|
|
275
|
+
"Unsupported node": "Unsupported node",
|
|
276
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
277
|
+
"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.",
|
|
278
|
+
"Node title": "Node title",
|
|
279
|
+
"Failed to add node": "Failed to add node",
|
|
280
|
+
"Failed to delete node": "Failed to delete node",
|
|
281
|
+
"Failed to save node": "Failed to save node",
|
|
282
|
+
"Failed to run": "Failed to run",
|
|
283
|
+
"Copied node": "Copied node"
|
|
270
284
|
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"Add": "Add",
|
|
9
9
|
"Add branch": "Add branch",
|
|
10
10
|
"Add category": "Add category",
|
|
11
|
+
"Add field": "Add field",
|
|
11
12
|
"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.",
|
|
12
13
|
"Add node": "Add node",
|
|
13
14
|
"Add workflow": "Add workflow",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"After record deleted": "After record deleted",
|
|
19
20
|
"After record updated": "After record updated",
|
|
20
21
|
"All": "All",
|
|
22
|
+
"All workflows": "All workflows",
|
|
21
23
|
"Allow multiple records as result": "Allow multiple records as result",
|
|
22
24
|
"Are you sure you want to cancel the execution?": "Are you sure you want to cancel the execution?",
|
|
23
25
|
"Arithmetic calculation": "Arithmetic calculation",
|
|
@@ -116,6 +118,8 @@
|
|
|
116
118
|
"Failed to satisfy node configurations.": "Failed to satisfy node configurations.",
|
|
117
119
|
"False": "False",
|
|
118
120
|
"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.",
|
|
121
|
+
"Fields values": "Fields values",
|
|
122
|
+
"Failed to save trigger": "Failed to save trigger",
|
|
119
123
|
"First condition": "First condition",
|
|
120
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.": "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.",
|
|
121
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.": "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.",
|
|
@@ -134,6 +138,7 @@
|
|
|
134
138
|
"Keep": "Keep",
|
|
135
139
|
"Learn more": "Learn more",
|
|
136
140
|
"Load failed": "Load failed",
|
|
141
|
+
"Load more": "Load more",
|
|
137
142
|
"Loading": "Loading",
|
|
138
143
|
"Log": "Log",
|
|
139
144
|
"Manual": "Manual",
|
|
@@ -155,6 +160,7 @@
|
|
|
155
160
|
"No workflow tasks available. Please contact the administrator.": "No workflow tasks available. Please contact the administrator.",
|
|
156
161
|
"Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified",
|
|
157
162
|
"Node result": "Node result",
|
|
163
|
+
"Node title": "Node title",
|
|
158
164
|
"Node type": "Node type",
|
|
159
165
|
"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.",
|
|
160
166
|
"Null": "Null",
|
|
@@ -169,6 +175,7 @@
|
|
|
169
175
|
"Otherwise": "Otherwise",
|
|
170
176
|
"Output": "Output",
|
|
171
177
|
"Output value": "Output value",
|
|
178
|
+
"Parent execution ID": "Parent execution ID",
|
|
172
179
|
"Pending": "Pending",
|
|
173
180
|
"Please add at least one condition": "Please add at least one condition",
|
|
174
181
|
"Please select collection first": "Please select collection first",
|
|
@@ -187,13 +194,16 @@
|
|
|
187
194
|
"Result": "Result",
|
|
188
195
|
"Result type": "Result type",
|
|
189
196
|
"Retry needed": "Retry needed",
|
|
197
|
+
"Retry": "Retry",
|
|
190
198
|
"Running of some node was aborted by program flow.": "Running of some node was aborted by program flow.",
|
|
191
199
|
"Schedule event": "Schedule event",
|
|
192
200
|
"Scope variables": "Scope variables",
|
|
193
201
|
"Seconds": "Seconds",
|
|
194
202
|
"Select context": "Select context",
|
|
203
|
+
"Select field": "Select field",
|
|
195
204
|
"Select users": "Select users",
|
|
196
205
|
"Select workflow": "Select workflow",
|
|
206
|
+
"Search workflows": "Search workflows",
|
|
197
207
|
"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.",
|
|
198
208
|
"Single record": "Single record",
|
|
199
209
|
"Some node meets error.": "Some node meets error.",
|
|
@@ -228,14 +238,20 @@
|
|
|
228
238
|
"The workflow tasks page has already been created.": "The workflow tasks page has already been created.",
|
|
229
239
|
"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).",
|
|
230
240
|
"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?",
|
|
241
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
242
|
+
"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.",
|
|
243
|
+
"This trigger type is not available in the new canvas yet.": "This trigger type is not available in the new canvas yet.",
|
|
244
|
+
"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.",
|
|
231
245
|
"This type of trigger has not been supported to be executed manually.": "This type of trigger has not been supported to be executed manually.",
|
|
232
246
|
"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?",
|
|
233
247
|
"Trigger": "Trigger",
|
|
248
|
+
"Trigger configuration": "Trigger configuration",
|
|
234
249
|
"Trigger data": "Trigger data",
|
|
235
250
|
"Trigger data context": "Trigger data context",
|
|
236
251
|
"Trigger in executed workflow cannot be modified": "Trigger in executed workflow cannot be modified",
|
|
237
252
|
"Trigger mode": "Trigger mode",
|
|
238
253
|
"Trigger on": "Trigger on",
|
|
254
|
+
"Trigger title": "Trigger title",
|
|
239
255
|
"Trigger time": "Trigger time",
|
|
240
256
|
"Trigger type": "Trigger type",
|
|
241
257
|
"Trigger variables": "Trigger variables",
|
|
@@ -243,6 +259,7 @@
|
|
|
243
259
|
"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.",
|
|
244
260
|
"Triggered at": "Triggered at",
|
|
245
261
|
"Triggered but still waiting in queue to execute.": "Triggered but still waiting in queue to execute.",
|
|
262
|
+
"Triggered manually": "Triggered manually",
|
|
246
263
|
"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.",
|
|
247
264
|
"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\".",
|
|
248
265
|
"True": "True",
|
|
@@ -254,17 +271,24 @@
|
|
|
254
271
|
"Update in a batch": "Update in a batch",
|
|
255
272
|
"Update mode": "Update mode",
|
|
256
273
|
"Update one by one": "Update one by one",
|
|
274
|
+
"Unsupported node": "Unsupported node",
|
|
257
275
|
"Update record": "Update record",
|
|
258
276
|
"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.",
|
|
259
277
|
"Use transaction": "Use transaction",
|
|
260
278
|
"Variable key of node": "Variable key of node",
|
|
261
279
|
"Version": "Version",
|
|
280
|
+
"Version ID": "Version ID",
|
|
262
281
|
"View result": "View result",
|
|
263
282
|
"Weeks": "Weeks",
|
|
264
283
|
"When no condition matches": "When no condition matches",
|
|
265
284
|
"Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
|
|
266
285
|
"Workflow": "Workflow",
|
|
286
|
+
"This workflow has configuration issues and may not work properly.": "This workflow has configuration issues and may not work properly.",
|
|
287
|
+
"Workflow title": "Workflow title",
|
|
288
|
+
"Workflow canvas editor is being migrated to the new UI.": "Workflow canvas editor is being migrated to the new UI.",
|
|
289
|
+
"Workflow not executed": "Workflow not executed",
|
|
267
290
|
"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>",
|
|
291
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "Workflow was not triggered because the current request did not meet the trigger requirements.",
|
|
268
292
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
269
293
|
"Workflow tasks": "Workflow tasks",
|
|
270
294
|
"Workflow todos": "Workflow todos",
|
|
@@ -272,7 +296,11 @@
|
|
|
272
296
|
"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\".",
|
|
273
297
|
"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.",
|
|
274
298
|
"Yes": "Yes",
|
|
299
|
+
"Failed to add node": "Failed to add node",
|
|
300
|
+
"Failed to delete node": "Failed to delete node",
|
|
275
301
|
"Failed to move node": "Failed to move node",
|
|
302
|
+
"Failed to run": "Failed to run",
|
|
303
|
+
"Failed to save node": "Failed to save node",
|
|
276
304
|
"Confirm move": "Confirm move",
|
|
277
305
|
"Moving this node may remove variable references.": "Moving this node may remove variable references.",
|
|
278
306
|
"Impacted current node variables": "Variables referenced by current node",
|
|
@@ -287,5 +315,6 @@
|
|
|
287
315
|
"Click a paste button to place": "Click a paste button to place",
|
|
288
316
|
"Confirm paste": "Confirm paste",
|
|
289
317
|
"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.",
|
|
290
|
-
"Failed to paste node": "Failed to paste node"
|
|
318
|
+
"Failed to paste node": "Failed to paste node",
|
|
319
|
+
"Available in the classic UI for now": "Available in the classic UI for now"
|
|
291
320
|
}
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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",
|
|
105
108
|
"Timeout settings": "Configuración del tiempo de espera",
|
|
106
109
|
"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.",
|
|
107
110
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
|
|
253
256
|
"Workflow": "Flujo de trabajo",
|
|
257
|
+
"Workflow not executed": "Flujo de trabajo no ejecutado",
|
|
254
258
|
"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>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "El flujo de trabajo no se activó porque la solicitud actual no cumplió los requisitos del desencadenador.",
|
|
255
260
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Workflow todos",
|
|
@@ -266,5 +271,14 @@
|
|
|
266
271
|
"Impacted dependent node variables": "Nodos que referencian las variables del nodo actual",
|
|
267
272
|
"Keep variable references": "Mantener referencias de variables",
|
|
268
273
|
"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.",
|
|
269
|
-
"Failed to update node variables": "No se pudieron actualizar las variables del nodo"
|
|
274
|
+
"Failed to update node variables": "No se pudieron actualizar las variables del nodo",
|
|
275
|
+
"Unsupported node": "Unsupported node",
|
|
276
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
277
|
+
"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.",
|
|
278
|
+
"Node title": "Node title",
|
|
279
|
+
"Failed to add node": "Failed to add node",
|
|
280
|
+
"Failed to delete node": "Failed to delete node",
|
|
281
|
+
"Failed to save node": "Failed to save node",
|
|
282
|
+
"Failed to run": "Failed to run",
|
|
283
|
+
"Copied node": "Copied node"
|
|
270
284
|
}
|
package/dist/locale/fr-FR.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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",
|
|
105
108
|
"Timeout settings": "Paramètres de délai",
|
|
106
109
|
"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.",
|
|
107
110
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
|
|
253
256
|
"Workflow": "Workflow",
|
|
257
|
+
"Workflow not executed": "Workflow non exécuté",
|
|
254
258
|
"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>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "Le workflow n’a pas été déclenché, car la requête actuelle ne répond pas aux exigences du déclencheur.",
|
|
255
260
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Workflow todos",
|
|
@@ -266,5 +271,14 @@
|
|
|
266
271
|
"Impacted dependent node variables": "Nœuds qui référencent les variables du nœud actuel",
|
|
267
272
|
"Keep variable references": "Conserver les références de variables",
|
|
268
273
|
"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.",
|
|
269
|
-
"Failed to update node variables": "Échec de la mise à jour des variables du nœud"
|
|
274
|
+
"Failed to update node variables": "Échec de la mise à jour des variables du nœud",
|
|
275
|
+
"Unsupported node": "Unsupported node",
|
|
276
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
277
|
+
"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.",
|
|
278
|
+
"Node title": "Node title",
|
|
279
|
+
"Failed to add node": "Failed to add node",
|
|
280
|
+
"Failed to delete node": "Failed to delete node",
|
|
281
|
+
"Failed to save node": "Failed to save node",
|
|
282
|
+
"Failed to run": "Failed to run",
|
|
283
|
+
"Copied node": "Copied node"
|
|
270
284
|
}
|
package/dist/locale/hu-HU.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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",
|
|
105
108
|
"Timeout settings": "Időkorlát beállításai",
|
|
106
109
|
"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.",
|
|
107
110
|
"Exit when query result is null": "Kilépés, ha a lekérdezés eredménye null",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "A háttérben sorba állított feladatként kerül végrehajtásra.",
|
|
253
256
|
"Workflow": "Munkafolyamat",
|
|
257
|
+
"Workflow not executed": "A munkafolyamat nem lett végrehajtva",
|
|
254
258
|
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Munkafolyamat végrehajtva, az eredmény állapota: <1>{{statusText}}</1><2>Végrehajtás megtekintése</2>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "A munkafolyamat nem indult el, mert az aktuális kérés nem felelt meg az indítási feltételeknek.",
|
|
255
260
|
"Workflow is not exists": "Workflow is not exists",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Munkafolyamat teendők",
|
|
@@ -267,5 +272,14 @@
|
|
|
267
272
|
"Impacted dependent node variables": "A jelenlegi csomópont változóira hivatkozó csomópontok",
|
|
268
273
|
"Keep variable references": "Változóhivatkozások megtartása",
|
|
269
274
|
"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.",
|
|
270
|
-
"Failed to update node variables": "A csomópont változóinak frissítése sikertelen"
|
|
275
|
+
"Failed to update node variables": "A csomópont változóinak frissítése sikertelen",
|
|
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"
|
|
271
285
|
}
|
package/dist/locale/id-ID.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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",
|
|
105
108
|
"Timeout settings": "Pengaturan batas waktu",
|
|
106
109
|
"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.",
|
|
107
110
|
"Exit when query result is null": "Keluar ketika hasil kueri nol",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "Akan dieksekusi di latar belakang sebagai tugas antrean.",
|
|
253
256
|
"Workflow": "Alur kerja",
|
|
257
|
+
"Workflow not executed": "Alur kerja tidak dieksekusi",
|
|
254
258
|
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Alur kerja dieksekusi, status hasilnya adalah <1>{{statusText}}</1><2>Lihat eksekusi</2>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "Alur kerja tidak dipicu karena permintaan saat ini tidak memenuhi persyaratan pemicu.",
|
|
255
260
|
"Workflow is not exists": "Workflow is not exists",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Tugas alur kerja",
|
|
@@ -267,5 +272,14 @@
|
|
|
267
272
|
"Impacted dependent node variables": "Node yang merujuk variabel node saat ini",
|
|
268
273
|
"Keep variable references": "Pertahankan referensi variabel",
|
|
269
274
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Mempertahankan referensi variabel memerlukan penyesuaian manual, jika tidak alur kerja dapat gagal.",
|
|
270
|
-
"Failed to update node variables": "Gagal memperbarui variabel node"
|
|
275
|
+
"Failed to update node variables": "Gagal memperbarui variabel node",
|
|
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"
|
|
271
285
|
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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",
|
|
105
108
|
"Timeout settings": "Impostazioni del timeout",
|
|
106
109
|
"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.",
|
|
107
110
|
"Exit when query result is null": "Esci quando il risultato della query è null",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "Verrà eseguito in background come attività in coda.",
|
|
253
256
|
"Workflow": "Workflow",
|
|
257
|
+
"Workflow not executed": "Workflow non eseguito",
|
|
254
258
|
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Workflow eseguito, lo stato del risultato è <1>{{statusText}}</1><2>Visualizza l'esecuzione</2>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "Il workflow non è stato attivato perché la richiesta corrente non soddisfa i requisiti del trigger.",
|
|
255
260
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Da fare",
|
|
@@ -266,5 +271,14 @@
|
|
|
266
271
|
"Impacted dependent node variables": "Nodi che referenziano le variabili del nodo corrente",
|
|
267
272
|
"Keep variable references": "Mantieni i riferimenti alle variabili",
|
|
268
273
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Mantenere i riferimenti alle variabili richiede una regolazione manuale, altrimenti il workflow potrebbe fallire.",
|
|
269
|
-
"Failed to update node variables": "Impossibile aggiornare le variabili del nodo"
|
|
274
|
+
"Failed to update node variables": "Impossibile aggiornare le variabili del nodo",
|
|
275
|
+
"Unsupported node": "Unsupported node",
|
|
276
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
277
|
+
"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.",
|
|
278
|
+
"Node title": "Node title",
|
|
279
|
+
"Failed to add node": "Failed to add node",
|
|
280
|
+
"Failed to delete node": "Failed to delete node",
|
|
281
|
+
"Failed to save node": "Failed to save node",
|
|
282
|
+
"Failed to run": "Failed to run",
|
|
283
|
+
"Copied node": "Copied node"
|
|
270
284
|
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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": "手動でトリガー",
|
|
105
108
|
"Timeout settings": "タイムアウト設定",
|
|
106
109
|
"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 は無制限を意味します。その他の値を設定した場合、タイムアウト到達時点で実行がまだ完了していなければ、実行計画は終了され、残りのノードは実行されません。キュー待機時間はカウントされず、最初にプロセッサへ入った時点から計時が開始されます。",
|
|
107
110
|
"Exit when query result is null": "クエリ結果がnullの場合、終了する",
|
|
@@ -253,7 +256,9 @@
|
|
|
253
256
|
"When no condition matches": "When no condition matches",
|
|
254
257
|
"Will be executed in the background as a queued task.": "キュータスクとしてバックグラウンドで実行されます。",
|
|
255
258
|
"Workflow": "ワークフロー",
|
|
259
|
+
"Workflow not executed": "ワークフローは実行されませんでした",
|
|
256
260
|
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "ワークフローが実行されました。結果ステータス: <1>{{statusText}}</1><2>実行詳細を表示</2>",
|
|
261
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "現在のリクエストがトリガー要件を満たしていないため、ワークフローはトリガーされませんでした。",
|
|
257
262
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
258
263
|
"Workflow tasks": "Workflow tasks",
|
|
259
264
|
"Workflow todos": "ワークフロー対応事項",
|
|
@@ -269,5 +274,14 @@
|
|
|
269
274
|
"Impacted dependent node variables": "現在のノード変数を参照するノード",
|
|
270
275
|
"Keep variable references": "変数参照を保持する",
|
|
271
276
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "変数参照を保持する場合は手動調整が必要です。調整しないとワークフローが失敗する可能性があります。",
|
|
272
|
-
"Failed to update node variables": "ノード変数の更新に失敗しました"
|
|
277
|
+
"Failed to update node variables": "ノード変数の更新に失敗しました",
|
|
278
|
+
"Unsupported node": "Unsupported node",
|
|
279
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
280
|
+
"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.",
|
|
281
|
+
"Node title": "Node title",
|
|
282
|
+
"Failed to add node": "Failed to add node",
|
|
283
|
+
"Failed to delete node": "Failed to delete node",
|
|
284
|
+
"Failed to save node": "Failed to save node",
|
|
285
|
+
"Failed to run": "Failed to run",
|
|
286
|
+
"Copied node": "Copied node"
|
|
273
287
|
}
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -112,6 +112,9 @@
|
|
|
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": "수동으로 트리거됨",
|
|
115
118
|
"Timeout settings": "시간 제한 설정",
|
|
116
119
|
"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은 제한 없음을 의미합니다. 다른 값을 설정한 경우 제한 시간에 도달했을 때 실행이 아직 완료되지 않았다면 실행 계획이 종료되고 나머지 노드는 더 이상 실행되지 않습니다. 대기열 시간은 계산되지 않으며, 처음으로 프로세서에 들어간 후부터 시간이 계산됩니다.",
|
|
117
120
|
"Exit when query result is null": "쿼리 결과가 null이면 종료",
|
|
@@ -269,7 +272,9 @@
|
|
|
269
272
|
"When no condition matches": "When no condition matches",
|
|
270
273
|
"Will be executed in the background as a queued task.": "백그라운드에서 대기 작업으로 실행됩니다.",
|
|
271
274
|
"Workflow": "워크플로우",
|
|
275
|
+
"Workflow not executed": "워크플로우가 실행되지 않았습니다",
|
|
272
276
|
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "워크플로우가 실행되었습니다. 결과 상태는 <1>{{statusText}}</1><2>실행 보기</2>",
|
|
277
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "현재 요청이 트리거 요구 사항을 충족하지 않아 워크플로우가 트리거되지 않았습니다.",
|
|
273
278
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
274
279
|
"Workflow tasks": "Workflow tasks",
|
|
275
280
|
"Workflow todos": "워크플로우 할 일",
|
|
@@ -287,5 +292,14 @@
|
|
|
287
292
|
"Impacted dependent node variables": "현재 노드 변수를 참조하는 노드",
|
|
288
293
|
"Keep variable references": "변수 참조 유지",
|
|
289
294
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "변수 참조를 유지하려면 수동으로 조정해야 하며, 그렇지 않으면 워크플로가 실패할 수 있습니다.",
|
|
290
|
-
"Failed to update node variables": "노드 변수 업데이트에 실패했습니다"
|
|
295
|
+
"Failed to update node variables": "노드 변수 업데이트에 실패했습니다",
|
|
296
|
+
"Unsupported node": "Unsupported node",
|
|
297
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
298
|
+
"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.",
|
|
299
|
+
"Node title": "Node title",
|
|
300
|
+
"Failed to add node": "Failed to add node",
|
|
301
|
+
"Failed to delete node": "Failed to delete node",
|
|
302
|
+
"Failed to save node": "Failed to save node",
|
|
303
|
+
"Failed to run": "Failed to run",
|
|
304
|
+
"Copied node": "Copied node"
|
|
291
305
|
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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",
|
|
105
108
|
"Timeout settings": "Time-outinstellingen",
|
|
106
109
|
"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.",
|
|
107
110
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
|
|
253
256
|
"Workflow": "Workflow",
|
|
257
|
+
"Workflow not executed": "Workflow niet uitgevoerd",
|
|
254
258
|
"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>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "De workflow is niet geactiveerd omdat de huidige aanvraag niet aan de triggervereisten voldoet.",
|
|
255
260
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Workflow todos",
|
|
@@ -266,5 +271,14 @@
|
|
|
266
271
|
"Impacted dependent node variables": "Nodes die naar variabelen van de huidige node verwijzen",
|
|
267
272
|
"Keep variable references": "Variabelverwijzingen behouden",
|
|
268
273
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Het behouden van variabelverwijzingen vereist handmatige aanpassing, anders kan de workflow falen.",
|
|
269
|
-
"Failed to update node variables": "Bijwerken van knooppuntvariabelen mislukt"
|
|
274
|
+
"Failed to update node variables": "Bijwerken van knooppuntvariabelen mislukt",
|
|
275
|
+
"Unsupported node": "Unsupported node",
|
|
276
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
277
|
+
"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.",
|
|
278
|
+
"Node title": "Node title",
|
|
279
|
+
"Failed to add node": "Failed to add node",
|
|
280
|
+
"Failed to delete node": "Failed to delete node",
|
|
281
|
+
"Failed to save node": "Failed to save node",
|
|
282
|
+
"Failed to run": "Failed to run",
|
|
283
|
+
"Copied node": "Copied node"
|
|
270
284
|
}
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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",
|
|
105
108
|
"Timeout settings": "Configurações de tempo limite",
|
|
106
109
|
"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.",
|
|
107
110
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
|
|
253
256
|
"Workflow": "Fluxo de trabalho",
|
|
257
|
+
"Workflow not executed": "Fluxo de trabalho não executado",
|
|
254
258
|
"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>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "O workflow não foi acionado porque a solicitação atual não atende aos requisitos do gatilho.",
|
|
255
260
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Workflow todos",
|
|
@@ -266,5 +271,14 @@
|
|
|
266
271
|
"Impacted dependent node variables": "Nós que referenciam as variáveis do nó atual",
|
|
267
272
|
"Keep variable references": "Manter referências de variáveis",
|
|
268
273
|
"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.",
|
|
269
|
-
"Failed to update node variables": "Falha ao atualizar as variáveis do nó"
|
|
274
|
+
"Failed to update node variables": "Falha ao atualizar as variáveis do nó",
|
|
275
|
+
"Unsupported node": "Unsupported node",
|
|
276
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
277
|
+
"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.",
|
|
278
|
+
"Node title": "Node title",
|
|
279
|
+
"Failed to add node": "Failed to add node",
|
|
280
|
+
"Failed to delete node": "Failed to delete node",
|
|
281
|
+
"Failed to save node": "Failed to save node",
|
|
282
|
+
"Failed to run": "Failed to run",
|
|
283
|
+
"Copied node": "Copied node"
|
|
270
284
|
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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": "Запущено вручную",
|
|
105
108
|
"Timeout settings": "Настройки тайм-аута",
|
|
106
109
|
"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 означает без ограничений. Если установить любое другое значение и к моменту достижения тайм-аута выполнение все еще не завершено, план выполнения будет остановлен, а оставшиеся узлы не будут выполнены. Время в очереди не учитывается; отсчет начинается только после первого входа в процессор.",
|
|
107
110
|
"Exit when query result is null": "Выйти, если результат запроса равен null",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "Будет выполнен в фоновом режиме как задача в очереди.",
|
|
253
256
|
"Workflow": "Рабочий процесс",
|
|
257
|
+
"Workflow not executed": "Рабочий процесс не выполнен",
|
|
254
258
|
"Workflow executed, the result status is <1>{{statusText}}</1><2>View the execution</2>": "Рабочий процесс выполнен, статус результата: <1>{{statusText}}</1><2>Посмотреть выполнение</2>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "Рабочий процесс не был запущен, так как текущий запрос не соответствует требованиям триггера.",
|
|
255
260
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Задачи рабочего процесса",
|
|
@@ -266,5 +271,14 @@
|
|
|
266
271
|
"Impacted dependent node variables": "Узлы, которые ссылаются на переменные текущего узла",
|
|
267
272
|
"Keep variable references": "Сохранить ссылки на переменные",
|
|
268
273
|
"Keeping variable references requires manual adjustment, otherwise workflow may fail.": "Сохранение ссылок на переменные требует ручной настройки, иначе рабочий процесс может завершиться ошибкой.",
|
|
269
|
-
"Failed to update node variables": "Не удалось обновить переменные узла"
|
|
274
|
+
"Failed to update node variables": "Не удалось обновить переменные узла",
|
|
275
|
+
"Unsupported node": "Unsupported node",
|
|
276
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
277
|
+
"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.",
|
|
278
|
+
"Node title": "Node title",
|
|
279
|
+
"Failed to add node": "Failed to add node",
|
|
280
|
+
"Failed to delete node": "Failed to delete node",
|
|
281
|
+
"Failed to save node": "Failed to save node",
|
|
282
|
+
"Failed to run": "Failed to run",
|
|
283
|
+
"Copied node": "Copied node"
|
|
270
284
|
}
|
package/dist/locale/tr-TR.json
CHANGED
|
@@ -102,6 +102,9 @@
|
|
|
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",
|
|
105
108
|
"Timeout settings": "Zaman aşımı ayarları",
|
|
106
109
|
"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.",
|
|
107
110
|
"Exit when query result is null": "Exit when query result is null",
|
|
@@ -251,7 +254,9 @@
|
|
|
251
254
|
"When no condition matches": "When no condition matches",
|
|
252
255
|
"Will be executed in the background as a queued task.": "Will be executed in the background as a queued task.",
|
|
253
256
|
"Workflow": "İş Akışı",
|
|
257
|
+
"Workflow not executed": "İş akışı yürütülmedi",
|
|
254
258
|
"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>",
|
|
259
|
+
"Workflow was not triggered because the current request did not meet the trigger requirements.": "Geçerli istek tetikleme gereksinimlerini karşılamadığı için iş akışı tetiklenmedi.",
|
|
255
260
|
"Workflow of execution is not existed": "Workflow of execution is not existed",
|
|
256
261
|
"Workflow tasks": "Workflow tasks",
|
|
257
262
|
"Workflow todos": "Workflow todos",
|
|
@@ -266,5 +271,14 @@
|
|
|
266
271
|
"Impacted dependent node variables": "Mevcut düğüm değişkenlerine başvuran düğümler",
|
|
267
272
|
"Keep variable references": "Değişken başvurularını koru",
|
|
268
273
|
"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.",
|
|
269
|
-
"Failed to update node variables": "Düğüm değişkenleri güncellenemedi"
|
|
274
|
+
"Failed to update node variables": "Düğüm değişkenleri güncellenemedi",
|
|
275
|
+
"Unsupported node": "Unsupported node",
|
|
276
|
+
"This node type is not available in the new canvas yet.": "This node type is not available in the new canvas yet.",
|
|
277
|
+
"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.",
|
|
278
|
+
"Node title": "Node title",
|
|
279
|
+
"Failed to add node": "Failed to add node",
|
|
280
|
+
"Failed to delete node": "Failed to delete node",
|
|
281
|
+
"Failed to save node": "Failed to save node",
|
|
282
|
+
"Failed to run": "Failed to run",
|
|
283
|
+
"Copied node": "Copied node"
|
|
270
284
|
}
|