@nocobase/plugin-workflow 0.17.0-alpha.2 → 0.17.0-alpha.3

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.
@@ -1,88 +0,0 @@
1
- declare const _default: {
2
- Workflow: string;
3
- 'Execution history': string;
4
- 'Trigger type': string;
5
- Status: string;
6
- On: string;
7
- Off: string;
8
- Version: string;
9
- 'Copy to new version': string;
10
- 'Load failed': string;
11
- Trigger: string;
12
- 'Collection event': string;
13
- 'Trigger on': string;
14
- 'After record added': string;
15
- 'After record updated': string;
16
- 'After record added or updated': string;
17
- 'After record deleted': string;
18
- 'Changed fields': string;
19
- 'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': string;
20
- 'Only triggers when match conditions': string;
21
- 'Schedule event': string;
22
- 'Trigger mode': string;
23
- 'Based on certain date': string;
24
- 'Based on date field of collection': string;
25
- 'Starts on': string;
26
- 'Ends on': string;
27
- 'Exactly at': string;
28
- 'Repeat mode': string;
29
- 'Repeat limit': string;
30
- 'No limit': string;
31
- Seconds: string;
32
- Minutes: string;
33
- Hours: string;
34
- Days: string;
35
- Weeks: string;
36
- Months: string;
37
- 'No repeat': string;
38
- Every: string;
39
- 'By minute': string;
40
- 'By hour': string;
41
- 'By day': string;
42
- 'By week': string;
43
- 'By month': string;
44
- 'By field': string;
45
- 'By custom date': string;
46
- Advanced: string;
47
- End: string;
48
- 'Trigger variables': string;
49
- 'Node result': string;
50
- Constant: string;
51
- Boolean: string;
52
- String: string;
53
- 'Arithmetic calculation': string;
54
- 'String operation': string;
55
- 'On going': string;
56
- Succeeded: string;
57
- Failed: string;
58
- Canceled: string;
59
- 'This node contains branches, deleting will also be preformed to them, are you sure?': string;
60
- Control: string;
61
- 'Collection operations': string;
62
- 'Node type': string;
63
- Calculation: string;
64
- 'Configure calculation': string;
65
- 'Calculation result': string;
66
- True: string;
67
- False: string;
68
- Condition: string;
69
- Mode: string;
70
- 'Continue when "Yes"': string;
71
- 'Branch into "Yes" and "No"': string;
72
- Conditions: string;
73
- 'Parallel branch': string;
74
- 'All succeeded': string;
75
- 'Any succeeded': string;
76
- 'Continue after all branches succeeded': string;
77
- 'Continue after any branch succeeded': string;
78
- 'Create record': string;
79
- 'Update record': string;
80
- 'Query record': string;
81
- 'Multiple records': string;
82
- 'Please select collection first': string;
83
- 'Only update records matching conditions': string;
84
- '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.': string;
85
- 'Trigger in executed workflow cannot be modified': string;
86
- 'Node in executed workflow cannot be modified': string;
87
- };
88
- export default _default;
@@ -1,109 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
- var ru_RU_exports = {};
19
- __export(ru_RU_exports, {
20
- default: () => ru_RU_default
21
- });
22
- module.exports = __toCommonJS(ru_RU_exports);
23
- var ru_RU_default = {
24
- Workflow: "\u0420\u0430\u0431\u043E\u0447\u0438\u0439 \u043F\u0440\u043E\u0446\u0435\u0441\u0441",
25
- "Execution history": "\u0418\u0441\u0442\u043E\u0440\u0438\u044F \u0437\u0430\u043F\u0443\u0441\u043A\u043E\u0432",
26
- "Trigger type": "\u0422\u0438\u043F \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u0430",
27
- Status: "\u0421\u0442\u0430\u0442\u0443\u0441",
28
- On: "\u0412\u043A\u043B.",
29
- Off: "\u0412\u044B\u043A\u043B.",
30
- Version: "\u0412\u0435\u0440\u0441\u0438\u044F",
31
- "Copy to new version": "\u0421\u043A\u043E\u043F\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432 \u043D\u043E\u0432\u0443\u044E \u0432\u0435\u0440\u0441\u0438\u044E",
32
- "Load failed": "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430 \u043D\u0435 \u0443\u0434\u0430\u043B\u0430\u0441\u044C",
33
- Trigger: "\u0422\u0440\u0438\u0433\u0433\u0435\u0440",
34
- "Collection event": "\u0421\u043E\u0431\u044B\u0442\u0438\u0435 \u043A\u043E\u043B\u043B\u0435\u043A\u0446\u0438\u0438",
35
- "Trigger on": "\u0422\u0440\u0438\u0433\u0433\u0435\u0440 \u043D\u0430",
36
- "After record added": "\u041F\u043E\u0441\u043B\u0435 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0437\u0430\u043F\u0438\u0441\u0438",
37
- "After record updated": "\u041F\u043E\u0441\u043B\u0435 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F \u0437\u0430\u043F\u0438\u0441\u0438",
38
- "After record added or updated": "\u041F\u043E\u0441\u043B\u0435 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u044F \u0438\u043B\u0438 \u043E\u0431\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u044F \u0437\u0430\u043F\u0438\u0441\u0438",
39
- "After record deleted": "\u041F\u043E\u0441\u043B\u0435 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u044F \u0437\u0430\u043F\u0438\u0441\u0438",
40
- "Changed fields": "\u0418\u0437\u043C\u0435\u043D\u0435\u043D\u043D\u044B\u0435 \u043F\u043E\u043B\u044F",
41
- "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "\u0417\u0430\u043F\u0443\u0441\u043A\u0430\u0435\u0442\u0441\u044F \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0440\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0438 \u043E\u0434\u043D\u043E\u0433\u043E \u0438\u0437 \u0432\u044B\u0431\u0440\u0430\u043D\u043D\u044B\u0445 \u043F\u043E\u043B\u0435\u0439. \u0415\u0441\u043B\u0438 \u0444\u043B\u0430\u0436\u043E\u043A \u043D\u0435 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D, \u044D\u0442\u043E \u043E\u0437\u043D\u0430\u0447\u0430\u0435\u0442, \u0447\u0442\u043E \u043E\u043D \u0431\u0443\u0434\u0435\u0442 \u0441\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u0442\u044C \u043F\u0440\u0438 \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u0438\u0438 \u043B\u044E\u0431\u043E\u0433\u043E \u043F\u043E\u043B\u044F. \u041F\u0440\u0438 \u0434\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u0438\u0438 \u0438\u043B\u0438 \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0438 \u0437\u0430\u043F\u0438\u0441\u0438 \u043B\u044E\u0431\u043E\u0435 \u043F\u043E\u043B\u0435 \u0441\u0447\u0438\u0442\u0430\u0435\u0442\u0441\u044F \u0438\u0437\u043C\u0435\u043D\u0435\u043D\u043D\u044B\u043C.",
42
- "Only triggers when match conditions": "\u0421\u0440\u0430\u0431\u0430\u0442\u044B\u0432\u0430\u0435\u0442 \u0442\u043E\u043B\u044C\u043A\u043E \u043F\u0440\u0438 \u0441\u043E\u0432\u043F\u0430\u0434\u0435\u043D\u0438\u0438 \u0443\u0441\u043B\u043E\u0432\u0438\u0439",
43
- "Schedule event": "\u0421\u043E\u0431\u044B\u0442\u0438\u0435 \u043F\u043E \u0440\u0430\u0441\u043F\u0438\u0441\u0430\u043D\u0438\u044E",
44
- "Trigger mode": "\u0420\u0435\u0436\u0438\u043C \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u0430",
45
- "Based on certain date": "\u041D\u0430 \u043E\u0441\u043D\u043E\u0432\u0435 \u043E\u043F\u0440\u0435\u0434\u0435\u043B\u0435\u043D\u043D\u043E\u0439 \u0434\u0430\u0442\u044B",
46
- "Based on date field of collection": "\u041D\u0430 \u0431\u0430\u0437\u0435 \u043F\u043E\u043B\u044F \u0441 \u0434\u0430\u0442\u043E\u0439 \u0432 \u043A\u043E\u043B\u043B\u0435\u043A\u0446\u0438\u0438",
47
- "Starts on": "\u0421\u0442\u0430\u0440\u0442\u0443\u0435\u0442 \u0441",
48
- "Ends on": "\u041E\u043A\u0430\u043D\u0447\u0438\u0432\u0430\u0435\u0442\u0441\u044F \u0432",
49
- "Exactly at": "\u0420\u043E\u0432\u043D\u043E \u0432",
50
- "Repeat mode": "\u0420\u0435\u0436\u0438\u043C \u043F\u043E\u0432\u0442\u043E\u0440\u0430",
51
- "Repeat limit": "\u041E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0435 \u043D\u0430 \u043F\u043E\u0432\u0442\u043E\u0440\u044B",
52
- "No limit": "\u041D\u0435\u0442 \u043E\u0433\u0440\u0430\u043D\u0438\u0447\u0435\u043D\u0438\u0439",
53
- Seconds: "\u0421\u0435\u043A\u0443\u043D\u0434\u044B",
54
- Minutes: "\u041C\u0438\u043D\u0443\u0442\u044B",
55
- Hours: "\u0427\u0430\u0441\u044B",
56
- Days: "\u0414\u043D\u0438",
57
- Weeks: "\u041D\u0435\u0434\u0435\u043B\u0438",
58
- Months: "\u041C\u0435\u0441\u044F\u0446\u044B",
59
- "No repeat": "\u041D\u0435 \u043F\u043E\u0432\u0442\u043E\u0440\u044F\u0442\u044C",
60
- Every: "\u041A\u0430\u0436\u0434\u044B\u0435",
61
- "By minute": "\u041F\u043E \u043C\u0438\u043D\u0443\u0442\u0430\u043C",
62
- "By hour": "\u041F\u043E \u0447\u0430\u0441\u0430\u043C",
63
- "By day": "\u041F\u043E \u0434\u043D\u044F\u043C",
64
- "By week": "\u041F\u043E \u043D\u0435\u0434\u0435\u043B\u044F\u043C",
65
- "By month": "\u041F\u043E \u043C\u0435\u0441\u044F\u0446\u0430\u043C",
66
- "By field": "\u041F\u043E \u043F\u043E\u043B\u044E",
67
- "By custom date": "\u041F\u043E \u043F\u043E\u043B\u044C\u0437\u043E\u0432\u0430\u0442\u0435\u043B\u044C\u0441\u043A\u043E\u0439 \u0434\u0430\u0442\u0435",
68
- Advanced: "\u041F\u0440\u043E\u0434\u0432\u0438\u043D\u0443\u0442\u044B\u0439",
69
- End: "\u041E\u043A\u043E\u043D\u0447\u0430\u043D\u0438\u0435",
70
- "Trigger variables": "\u041A\u043E\u043D\u0442\u0435\u043A\u0441\u0442 \u0442\u0440\u0438\u0433\u0433\u0435\u0440\u0430",
71
- "Node result": "\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u0423\u0437\u043B\u0430",
72
- Constant: "\u041A\u043E\u043D\u0441\u0442\u0430\u043D\u0442\u0430",
73
- Boolean: "\u041B\u043E\u0433\u0438\u0447\u0435\u0441\u043A\u0438\u0439",
74
- String: "\u0421\u0442\u0440\u043E\u043A\u0430",
75
- "Arithmetic calculation": "\u0410\u0440\u0438\u0444\u043C\u0435\u0442\u0438\u0447\u0435\u0441\u043A\u043E\u0435 \u0432\u044B\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u0435",
76
- "String operation": "\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u044F \u0441\u043E \u0441\u0442\u0440\u043E\u043A\u043E\u0439",
77
- "On going": "\u041D\u0435\u043F\u0440\u0435\u0440\u044B\u0432\u043D\u044B\u0439",
78
- Succeeded: "\u0423\u0441\u043F\u0435\u0448\u043D\u044B\u0439",
79
- Failed: "\u041D\u0435\u0443\u0434\u0430\u0447\u043D\u044B\u0439",
80
- Canceled: "\u041F\u0440\u0435\u0440\u0432\u0430\u043D\u043D\u044B\u0439",
81
- "This node contains branches, deleting will also be preformed to them, are you sure?": "\u042D\u0442\u043E\u0442 \u0443\u0437\u0435\u043B \u0441\u043E\u0434\u0435\u0440\u0436\u0438\u0442 \u0432\u0435\u0442\u043A\u0438, \u043A \u043D\u0438\u043C \u0442\u043E\u0436\u0435 \u0431\u0443\u0434\u0435\u0442 \u043F\u0440\u043E\u0438\u0437\u0432\u0435\u0434\u0435\u043D\u043E \u0443\u0434\u0430\u043B\u0435\u043D\u0438\u0435, \u0432\u044B \u0443\u0432\u0435\u0440\u0435\u043D\u044B?",
82
- Control: "\u0423\u043F\u0440\u0430\u0432\u043B\u0435\u043D\u0438\u0435",
83
- "Collection operations": "\u041E\u043F\u0435\u0440\u0430\u0446\u0438\u0438 \u0441 \u041A\u043E\u043B\u043B\u0435\u043A\u0446\u0438\u0435\u0439",
84
- "Node type": "\u0422\u0438\u043F \u0423\u0437\u043B\u0430",
85
- Calculation: "\u0412\u044B\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u0435",
86
- "Configure calculation": "\u041D\u0430\u0441\u0442\u0440\u043E\u0438\u0442\u044C \u0432\u044B\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u0435",
87
- "Calculation result": "\u0420\u0435\u0437\u0443\u043B\u044C\u0442\u0430\u0442 \u0432\u044B\u0447\u0438\u0441\u043B\u0435\u043D\u0438\u044F",
88
- True: "\u0418\u0441\u0442\u0438\u043D\u0430",
89
- False: "\u041B\u043E\u0436\u044C",
90
- Condition: "\u0423\u0441\u043B\u043E\u0432\u0438\u0435",
91
- Mode: "\u0420\u0435\u0436\u0438\u043C",
92
- 'Continue when "Yes"': '\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0438\u0442\u044C \u043A\u043E\u0433\u0434\u0430 "\u0414\u0430"',
93
- 'Branch into "Yes" and "No"': '\u0420\u0430\u0437\u0432\u0435\u0442\u0432\u043B\u0435\u043D\u0438\u0435 \u043D\u0430 "\u0414\u0430" and "\u041D\u0435\u0442"',
94
- Conditions: "\u0423\u0441\u043B\u043E\u0432\u0438\u044F",
95
- "Parallel branch": "\u041F\u0430\u0440\u0430\u043B\u043B\u0435\u043B\u044C\u043D\u0430\u044F \u0432\u0435\u0442\u0432\u044C",
96
- "All succeeded": "\u0412\u0441\u0451 \u0443\u0441\u043F\u0435\u0448\u043D\u043E",
97
- "Any succeeded": "\u0427\u0442\u043E-\u0442\u043E \u0443\u0441\u043F\u0435\u0448\u043D\u043E",
98
- "Continue after all branches succeeded": "\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0430\u0442\u044C \u043F\u043E\u0441\u043B\u0435 \u0443\u0441\u043F\u0435\u0445\u0430 \u043D\u0430 \u0432\u0441\u0435\u0445 \u0432\u0435\u0442\u0432\u044F\u0445",
99
- "Continue after any branch succeeded": "\u041F\u0440\u043E\u0434\u043E\u043B\u0436\u0430\u0442\u044C \u043F\u043E\u0441\u043B\u0435 \u0443\u0441\u043F\u0435\u0445\u0430 \u043D\u0430 \u043B\u044E\u0431\u043E\u0439 \u0438\u0437 \u0432\u0435\u0442\u0432\u0435\u0439",
100
- "Create record": "\u0421\u043E\u0437\u0434\u0430\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u044C",
101
- "Update record": "\u041E\u0431\u043D\u043E\u0432\u0438\u0442\u044C \u0437\u0430\u043F\u0438\u0441\u044C",
102
- "Query record": "\u0417\u0430\u043F\u0440\u043E\u0441 \u0437\u0430\u043F\u0438\u0441\u0438",
103
- "Multiple records": "\u041C\u043D\u043E\u0436\u0435\u0441\u0442\u0432\u043E \u0437\u0430\u043F\u0438\u0441\u0435\u0439",
104
- "Please select collection first": "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0441\u043D\u0430\u0447\u0430\u043B\u0430 \u041A\u043E\u043B\u043B\u0435\u043A\u0446\u0438\u044E, \u043F\u043E\u0436\u0430\u043B\u0443\u0439\u0441\u0442\u0430",
105
- "Only update records matching conditions": "\u041E\u0431\u043D\u043E\u0432\u043B\u044F\u0442\u044C \u0442\u043E\u043B\u044C\u043A\u043E \u0437\u0430\u043F\u0438\u0441\u0438, \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0435 \u0443\u0441\u043B\u043E\u0432\u0438\u044F\u043C",
106
- "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.": "\u041F\u043E\u043B\u044F, \u043A\u043E\u0442\u043E\u0440\u044B\u043C \u043D\u0435 \u043F\u0440\u0438\u0441\u0432\u043E\u0435\u043D\u043E \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435, \u0431\u0443\u0434\u0443\u0442 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u044B \u043D\u0430 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435 \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E, \u0430 \u043F\u043E\u043B\u044F, \u043D\u0435 \u0438\u043C\u0435\u044E\u0449\u0438\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u044F \u043F\u043E \u0443\u043C\u043E\u043B\u0447\u0430\u043D\u0438\u044E, \u0431\u0443\u0434\u0443\u0442 \u0443\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u044B \u043D\u0430 null.",
107
- "Trigger in executed workflow cannot be modified": "\u0422\u0440\u0438\u0433\u0433\u0435\u0440 \u0432 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u043C\u043E\u043C \u0440\u0430\u0431\u043E\u0447\u0435\u043C \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D",
108
- "Node in executed workflow cannot be modified": "\u0423\u0437\u0435\u043B \u0432 \u0432\u044B\u043F\u043E\u043B\u043D\u044F\u0435\u043C\u043E\u043C \u0440\u0430\u0431\u043E\u0447\u0435\u043C \u043F\u0440\u043E\u0446\u0435\u0441\u0441\u0435 \u043D\u0435 \u043C\u043E\u0436\u0435\u0442 \u0431\u044B\u0442\u044C \u0438\u0437\u043C\u0435\u043D\u0435\u043D"
109
- };
@@ -1,88 +0,0 @@
1
- declare const _default: {
2
- Workflow: string;
3
- 'Execution history': string;
4
- 'Trigger type': string;
5
- Status: string;
6
- On: string;
7
- Off: string;
8
- Version: string;
9
- 'Copy to new version': string;
10
- 'Load failed': string;
11
- Trigger: string;
12
- 'Collection event': string;
13
- 'Trigger on': string;
14
- 'After record added': string;
15
- 'After record updated': string;
16
- 'After record added or updated': string;
17
- 'After record deleted': string;
18
- 'Changed fields': string;
19
- 'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': string;
20
- 'Only triggers when match conditions': string;
21
- 'Schedule event': string;
22
- 'Trigger mode': string;
23
- 'Based on certain date': string;
24
- 'Based on date field of collection': string;
25
- 'Starts on': string;
26
- 'Ends on': string;
27
- 'Exactly at': string;
28
- 'Repeat mode': string;
29
- 'Repeat limit': string;
30
- 'No limit': string;
31
- Seconds: string;
32
- Minutes: string;
33
- Hours: string;
34
- Days: string;
35
- Weeks: string;
36
- Months: string;
37
- 'No repeat': string;
38
- Every: string;
39
- 'By minute': string;
40
- 'By hour': string;
41
- 'By day': string;
42
- 'By week': string;
43
- 'By month': string;
44
- 'By field': string;
45
- 'By custom date': string;
46
- Advanced: string;
47
- End: string;
48
- 'Trigger variables': string;
49
- 'Node result': string;
50
- Constant: string;
51
- Boolean: string;
52
- String: string;
53
- 'Arithmetic calculation': string;
54
- 'String operation': string;
55
- 'On going': string;
56
- Succeeded: string;
57
- Failed: string;
58
- Canceled: string;
59
- 'This node contains branches, deleting will also be preformed to them, are you sure?': string;
60
- Control: string;
61
- 'Collection operations': string;
62
- 'Node type': string;
63
- Calculation: string;
64
- 'Configure calculation': string;
65
- 'Calculation result': string;
66
- True: string;
67
- False: string;
68
- Condition: string;
69
- Mode: string;
70
- 'Continue when "Yes"': string;
71
- 'Branch into "Yes" and "No"': string;
72
- Conditions: string;
73
- 'Parallel branch': string;
74
- 'All succeeded': string;
75
- 'Any succeeded': string;
76
- 'Continue after all branches succeeded': string;
77
- 'Continue after any branch succeeded': string;
78
- 'Create record': string;
79
- 'Update record': string;
80
- 'Query record': string;
81
- 'Multiple records': string;
82
- 'Please select collection first': string;
83
- 'Only update records matching conditions': string;
84
- '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.': string;
85
- 'Trigger in executed workflow cannot be modified': string;
86
- 'Node in executed workflow cannot be modified': string;
87
- };
88
- export default _default;
@@ -1,109 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
- var tr_TR_exports = {};
19
- __export(tr_TR_exports, {
20
- default: () => tr_TR_default
21
- });
22
- module.exports = __toCommonJS(tr_TR_exports);
23
- var tr_TR_default = {
24
- Workflow: "\u0130\u015F Ak\u0131\u015F\u0131",
25
- "Execution history": "Y\xFCr\xFCtme Ge\xE7mi\u015Fi",
26
- "Trigger type": "Tetikleme t\xFCr\xFC",
27
- Status: "Durum",
28
- On: "A\xE7",
29
- Off: "Kapa",
30
- Version: "S\xFCr\xFCm",
31
- "Copy to new version": "Yeni s\xFCr\xFCme kopyala",
32
- "Load failed": "Y\xFCkleme ba\u015Far\u0131s\u0131z",
33
- Trigger: "Tetikle",
34
- "Collection event": "Koleksiyon etkinli\u011Fi",
35
- "Trigger on": "Tetikleme a\xE7\u0131k",
36
- "After record added": "Kay\u0131t eklendikten sonra",
37
- "After record updated": "Kay\u0131t g\xFCncellendikten sonra",
38
- "After record added or updated": "Kay\u0131t eklendikten veya g\xFCncellendikten sonra",
39
- "After record deleted": "Kay\u0131t silindikten sonra",
40
- "Changed fields": "De\u011Fi\u015Ftirilen alanlar",
41
- "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "Yaln\u0131zca se\xE7ilen alanlardan biri de\u011Fi\u015Fti\u011Finde tetiklenir. Se\xE7ili de\u011Filse, herhangi bir alan de\u011Fi\u015Fti\u011Finde tetiklenece\u011Fi anlam\u0131na gelir. Kay\u0131t eklendi\u011Finde veya silindi\u011Finde, herhangi bir alan de\u011Fi\u015Ftirilmi\u015F olarak kabul edilir.",
42
- "Only triggers when match conditions": "Yaln\u0131zca e\u015Fle\u015Fme ko\u015Fullar\u0131 oldu\u011Funda tetiklenir",
43
- "Schedule event": "Etkinlik planla",
44
- "Trigger mode": "Tetikleme modu",
45
- "Based on certain date": "Belirli bir tarihe g\xF6re",
46
- "Based on date field of collection": "Koleksiyonun tarih alan\u0131na g\xF6re",
47
- "Starts on": "Ba\u015Flang\u0131\xE7",
48
- "Ends on": "Biti\u015F",
49
- "Exactly at": "Tam zaman\u0131",
50
- "Repeat mode": "Tekrarlama modu",
51
- "Repeat limit": "Tekrarlama limiti",
52
- "No limit": "Limit yok",
53
- Seconds: "Saniye",
54
- Minutes: "Dakika",
55
- Hours: "Saat",
56
- Days: "G\xFCn",
57
- Weeks: "Hafta",
58
- Months: "Ay",
59
- "No repeat": "Tekrar yok",
60
- Every: "Her",
61
- "By minute": "Dakikada",
62
- "By hour": "Saatte",
63
- "By day": "G\xFCnde",
64
- "By week": "Haftada",
65
- "By month": "Ayda",
66
- "By field": "Alanda",
67
- "By custom date": "\xD6zel tarihe g\xF6re",
68
- Advanced: "Geli\u015Fmi\u015F",
69
- End: "Son",
70
- "Trigger variables": "Tetikleyici ba\u011Flam\u0131",
71
- "Node result": "D\xFC\u011F\xFCm sonucu",
72
- Constant: "Devaml\u0131",
73
- Boolean: "Boolean",
74
- String: "String",
75
- "Arithmetic calculation": "Aritmetik hesaplama",
76
- "String operation": "String operation",
77
- "On going": "Devam eden",
78
- Succeeded: "Ba\u015Far\u0131l\u0131",
79
- Failed: "Ba\u015Far\u0131s\u0131z",
80
- Canceled: "\u0130ptal edilen",
81
- "This node contains branches, deleting will also be preformed to them, are you sure?": "Bu d\xFC\u011F\xFCm ba\u015Fka i\xE7eriklerle ba\u011Flant\u0131 i\xE7eriyor, silme i\u015Flemini onaylarsan\u0131z o ba\u011Flant\u0131larda silinecek, emin misiniz?",
82
- Control: "Kontrol",
83
- "Collection operations": "Koleksiyon operasyonlar\u0131",
84
- "Node type": "D\xFC\u011F\xFCm t\xFCr\xFC",
85
- Calculation: "Hesaplama",
86
- "Configure calculation": "Hesaplamay\u0131 yap\u0131land\u0131r",
87
- "Calculation result": "Hesaplama sonucu",
88
- True: "Do\u011Fru",
89
- False: "Yanl\u0131\u015F",
90
- Condition: "Ko\u015Ful",
91
- Mode: "T\xFCr",
92
- 'Continue when "Yes"': '"Evet" durumunda devam',
93
- 'Branch into "Yes" and "No"': '"Evet" ve "Hay\u0131r" olarak dalland\u0131r\u0131n',
94
- Conditions: "Ko\u015Fullar",
95
- "Parallel branch": "Paralel dal",
96
- "All succeeded": "Hepsi ba\u015Far\u0131l\u0131",
97
- "Any succeeded": "Herhangi biri ba\u015Far\u0131l\u0131",
98
- "Continue after all branches succeeded": "T\xFCm dallar ba\u015Far\u0131l\u0131 olduktan sonra devam et",
99
- "Continue after any branch succeeded": "Herhangi bir dal ba\u015Far\u0131l\u0131 olduktan sonra devam et",
100
- "Create record": "Kay\u0131t olu\u015Ftur",
101
- "Update record": "Kay\u0131t g\xFCncelle",
102
- "Query record": "Sorgu kayd\u0131",
103
- "Multiple records": "Birden \xE7ok kay\u0131t",
104
- "Please select collection first": "L\xFCtfen \xF6nce koleksiyonu se\xE7in",
105
- "Only update records matching conditions": "Yaln\u0131zca ko\u015Fullarla e\u015Fle\u015Fen kay\u0131tlar\u0131 g\xFCncelleyin",
106
- "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.": "De\u011Fer atanmam\u0131\u015F alanlar varsay\u0131lan de\u011Fere, varsay\u0131lan de\u011Feri olmayan alanlar ise null olarak ayarlan\u0131r.",
107
- "Trigger in executed workflow cannot be modified": "Y\xFCr\xFCt\xFClen i\u015F ak\u0131\u015F\u0131ndaki tetikleyici de\u011Fi\u015Ftirilemez",
108
- "Node in executed workflow cannot be modified": "Y\xFCr\xFCt\xFClen i\u015F ak\u0131\u015F\u0131ndaki d\xFC\u011F\xFCm de\u011Fi\u015Ftirilemez"
109
- };
@@ -1,249 +0,0 @@
1
- declare const _default: {
2
- Workflow: string;
3
- 'Execution history': string;
4
- 'Clear all executions': string;
5
- 'Clear executions will not reset executed count, and started executions will not be deleted, are you sure you want to delete them all?': string;
6
- Executed: string;
7
- Sync: string;
8
- 'Sync enabled status of all workflows from database': string;
9
- 'Trigger type': string;
10
- Status: string;
11
- On: string;
12
- Off: string;
13
- Version: string;
14
- 'Copy to new version': string;
15
- Duplicate: string;
16
- 'Duplicate to new workflow': string;
17
- 'Delete a main version will cause all other revisions to be deleted too.': string;
18
- Loading: string;
19
- 'Load failed': string;
20
- 'Use transaction': string;
21
- 'Data operation nodes in workflow will run in a same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.': string;
22
- 'Auto delete history when execution is on end status': string;
23
- Trigger: string;
24
- 'Trigger variables': string;
25
- 'Trigger data': string;
26
- 'Trigger time': string;
27
- 'Triggered at': string;
28
- 'Form event': string;
29
- 'Event triggers when submitted a workflow bound form action.': string;
30
- 'Form data model': string;
31
- 'Use a collection to match form data.': string;
32
- 'Associations to use': string;
33
- 'User submitted form': string;
34
- 'Bind workflows': string;
35
- 'Workflow will be triggered after submitting succeeded.': string;
36
- 'Workflow will be triggered after saving succeeded.': string;
37
- 'Workflow will be triggered directly once the button clicked.': string;
38
- 'Submit to workflow': string;
39
- 'Add workflow': string;
40
- 'Select workflow': string;
41
- 'Trigger data context': string;
42
- 'Full form data': string;
43
- 'Select context': string;
44
- 'Collection event': string;
45
- 'Event will be triggered on collection data row created, updated or deleted.': string;
46
- 'Trigger on': string;
47
- 'After record added': string;
48
- 'After record updated': string;
49
- 'After record added or updated': string;
50
- 'After record deleted': string;
51
- 'Changed fields': string;
52
- 'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': string;
53
- 'Only triggers when match conditions': string;
54
- 'Preload associations': string;
55
- 'Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution.': string;
56
- 'Schedule event': string;
57
- 'Event will be scheduled and triggered base on time conditions.': string;
58
- 'Trigger mode': string;
59
- 'Based on certain date': string;
60
- 'Based on date field of collection': string;
61
- 'Starts on': string;
62
- 'Ends on': string;
63
- 'No end': string;
64
- 'Exactly at': string;
65
- 'Repeat mode': string;
66
- 'Repeat limit': string;
67
- 'No limit': string;
68
- Seconds: string;
69
- Minutes: string;
70
- Hours: string;
71
- Days: string;
72
- Weeks: string;
73
- Months: string;
74
- 'No repeat': string;
75
- Every: string;
76
- 'By minute': string;
77
- 'By hour': string;
78
- 'By day': string;
79
- 'By week': string;
80
- 'By month': string;
81
- 'By field': string;
82
- 'By custom date': string;
83
- Advanced: string;
84
- End: string;
85
- 'Node result': string;
86
- 'Variable key of node': string;
87
- Calculator: string;
88
- 'Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression. The expression can be static or dynamic one from an expression collections.': string;
89
- 'String operation': string;
90
- 'System variables': string;
91
- 'System time': string;
92
- 'Date variables': string;
93
- 'Executed at': string;
94
- Queueing: string;
95
- 'On going': string;
96
- Resolved: string;
97
- Pending: string;
98
- Failed: string;
99
- Error: string;
100
- Aborted: string;
101
- Canceled: string;
102
- Rejected: string;
103
- 'Retry needed': string;
104
- 'Triggered but still waiting in queue to execute.': string;
105
- 'Started and executing, maybe waiting for an async callback (manual, delay etc.).': string;
106
- 'Successfully finished.': string;
107
- 'Failed to satisfy node configurations.': string;
108
- 'Some node meets error.': string;
109
- 'Running of some node was aborted by program flow.': string;
110
- 'Manually canceled whole execution when waiting.': string;
111
- 'Rejected from a manual node.': string;
112
- 'General failed but should do another try.': string;
113
- 'Continue the process': string;
114
- 'Terminate the process': string;
115
- 'Save temporarily': string;
116
- Operations: string;
117
- 'This node contains branches, deleting will also be preformed to them, are you sure?': string;
118
- Control: string;
119
- 'Collection operations': string;
120
- Manual: string;
121
- 'Could be used for manually submitting data, and determine whether to continue or exit. Workflow will generate a todo item for assigned user when it reaches a manual node, and continue processing after user submits the form.': string;
122
- 'Values preset in this form will override user submitted ones when continue or reject.': string;
123
- 'Extended types': string;
124
- 'Node type': string;
125
- Calculation: string;
126
- 'Expression type': string;
127
- Static: string;
128
- Dynamic: string;
129
- 'Select dynamic expression': string;
130
- 'Select the dynamic expression queried from the upstream node. You need to query it from an expression collection.': string;
131
- 'Variable datasource': string;
132
- 'Calculation engine': string;
133
- Basic: string;
134
- 'Calculation expression': string;
135
- 'Expression syntax error': string;
136
- 'Syntax references: ': string;
137
- 'Calculation result': string;
138
- True: string;
139
- False: string;
140
- concat: string;
141
- Condition: string;
142
- 'Based on boolean result of the calculation to determine whether to "continue" or "exit" the process, or continue on different branches of "yes" and "no".': string;
143
- Mode: string;
144
- 'Continue when "Yes"': string;
145
- 'Branch into "Yes" and "No"': string;
146
- 'Condition expression': string;
147
- 'Parallel branch': string;
148
- 'Run multiple branch processes in parallel.': string;
149
- 'Add branch': string;
150
- 'All succeeded': string;
151
- 'Any succeeded': string;
152
- 'Any succeeded or failed': string;
153
- 'Continue after all branches succeeded': string;
154
- 'Continue after any branch succeeded': string;
155
- 'Continue after any branch succeeded, or exit after any branch failed.': string;
156
- Loop: string;
157
- 'Loop target': string;
158
- 'Loop index': string;
159
- 'Loop length': string;
160
- 'By using a loop node, you can perform the same operation on multiple sets of data. The source of these sets can be either multiple records from a query node or multiple associated records of a single record. Loop node can also be used for iterating a certain number of times or for looping through each character in a string. However, excessive looping may cause performance issues, so use with caution.': string;
161
- 'Scope variables': string;
162
- 'A single number will be treated as a loop count, a single string will be treated as an array of characters, and other non-array values will be converted to arrays. The loop node ends when the loop count is reached, or when the array loop is completed. You can also add condition nodes to the loop to terminate it.': string;
163
- Delay: string;
164
- 'Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.': string;
165
- Duration: string;
166
- 'End Status': string;
167
- 'Select status': string;
168
- 'Succeed and continue': string;
169
- 'Fail and exit': string;
170
- Assignee: string;
171
- Assignees: string;
172
- 'User interface': string;
173
- 'Configure user interface': string;
174
- 'View user interface': string;
175
- Separately: string;
176
- 'Each user has own task': string;
177
- Collaboratively: string;
178
- 'Everyone shares one task': string;
179
- Negotiation: string;
180
- 'All pass': string;
181
- 'Everyone should pass': string;
182
- 'Any pass': string;
183
- 'Anyone pass': string;
184
- 'Field name existed in form': string;
185
- 'Custom form': string;
186
- 'Data record': string;
187
- 'Create record form': string;
188
- 'Update record form': string;
189
- 'Filter settings': string;
190
- 'Create record': string;
191
- 'Add new record to a collection. You can use variables from upstream nodes to assign values to fields.': string;
192
- 'Update record': string;
193
- 'Update records of a collection. You can use variables from upstream nodes as query conditions and field values.': string;
194
- 'Update mode': string;
195
- 'Update in a batch': string;
196
- 'Update one by one': string;
197
- 'Update all eligible data at one time, which has better performance when the amount of data is large. But the updated data will not trigger other workflows, and will not record audit logs.': string;
198
- 'The updated data can trigger other workflows, and the audit log will also be recorded. But it is usually only applicable to several or dozens of pieces of data, otherwise there will be performance problems.': string;
199
- 'Query record': string;
200
- 'Query records from a collection. You can use variables from upstream nodes as query conditions.': string;
201
- 'Allow multiple records as result': string;
202
- 'If checked, when there are multiple records in the query result, an array will be returned as the result, which can be operated on one by one using a loop node. Otherwise, only one record will be returned.': string;
203
- 'Exit when query result is null': string;
204
- 'Please select collection first': string;
205
- 'Only update records matching conditions': string;
206
- 'Please add at least one condition': string;
207
- 'Unassigned fields will be set to default values, and those without default values will be set to null.': string;
208
- 'Delete record': string;
209
- 'Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.': string;
210
- Aggregate: string;
211
- 'Counting, summing, finding maximum, minimum, and average values for multiple records of a collection or associated data of a record.': string;
212
- 'Aggregator function': string;
213
- 'Target type': string;
214
- 'Data of collection': string;
215
- 'Data of associated collection': string;
216
- 'Field to aggregate': string;
217
- Distinct: string;
218
- 'Query result': string;
219
- 'Executed workflow cannot be modified': string;
220
- 'Can not delete': string;
221
- 'The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.': string;
222
- 'HTTP request': string;
223
- 'Send HTTP request to a URL. You can use the variables in the upstream nodes as request headers, parameters and request body.': string;
224
- 'HTTP method': string;
225
- URL: string;
226
- Headers: string;
227
- 'Add request header': string;
228
- Parameters: string;
229
- 'Add parameter': string;
230
- Body: string;
231
- 'Use variable': string;
232
- Format: string;
233
- Insert: string;
234
- 'Timeout config': string;
235
- ms: string;
236
- 'Input request data': string;
237
- 'Only support standard JSON data': string;
238
- '"Content-Type" only support "application/json", and no need to specify': string;
239
- 'Ignore failed request and continue workflow': string;
240
- 'Workflow todos': string;
241
- Task: string;
242
- 'Dynamic expression': string;
243
- 'An expression for calculation in each rows': string;
244
- Unconfigured: string;
245
- 'SQL action': string;
246
- 'Execute a SQL statement in database': string;
247
- 'Usage of SQL query result is not supported yet.': string;
248
- };
249
- export default _default;