@nocobase/plugin-workflow 0.9.2-alpha.2 → 0.9.2-alpha.4

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.
Files changed (72) hide show
  1. package/lib/client/AddButton.js +1 -3
  2. package/lib/client/Branch.d.ts +1 -1
  3. package/lib/client/ExecutionCanvas.js +1 -1
  4. package/lib/client/FlowContext.d.ts +1 -1
  5. package/lib/client/WorkflowProvider.js +0 -1
  6. package/lib/client/components/CollectionFieldset.d.ts +1 -1
  7. package/lib/client/components/CollectionFieldset.js +13 -13
  8. package/lib/client/components/Duration.js +3 -3
  9. package/lib/client/components/DynamicExpression.d.ts +1 -1
  10. package/lib/client/components/DynamicExpression.js +19 -19
  11. package/lib/client/components/RadioWithTooltip.js +4 -4
  12. package/lib/client/components/renderEngineReference.js +12 -11
  13. package/lib/client/interfaces/expression.d.ts +1 -1
  14. package/lib/client/interfaces/expression.js +2 -1
  15. package/lib/client/locale/en-US.d.ts +70 -70
  16. package/lib/client/locale/en-US.js +115 -115
  17. package/lib/client/locale/ja-JP.d.ts +57 -57
  18. package/lib/client/locale/ja-JP.js +85 -85
  19. package/lib/client/locale/pt-BR.d.ts +70 -70
  20. package/lib/client/locale/pt-BR.js +115 -115
  21. package/lib/client/locale/ru-RU.d.ts +57 -57
  22. package/lib/client/locale/ru-RU.js +85 -85
  23. package/lib/client/locale/tr-TR.d.ts +57 -57
  24. package/lib/client/locale/tr-TR.js +85 -85
  25. package/lib/client/locale/zh-CN.js +55 -55
  26. package/lib/client/nodes/calculation.d.ts +1 -1
  27. package/lib/client/nodes/calculation.js +29 -29
  28. package/lib/client/nodes/condition.d.ts +3 -3
  29. package/lib/client/nodes/condition.js +76 -72
  30. package/lib/client/nodes/delay.d.ts +1 -1
  31. package/lib/client/nodes/index.js +35 -37
  32. package/lib/client/nodes/manual/ModeConfig.js +5 -5
  33. package/lib/client/nodes/manual/SchemaConfig.js +2 -5
  34. package/lib/client/nodes/manual/WorkflowTodo.js +3 -3
  35. package/lib/client/nodes/manual/forms/customForm.js +1 -2
  36. package/lib/client/nodes/parallel.d.ts +1 -1
  37. package/lib/client/nodes/parallel.js +6 -6
  38. package/lib/client/nodes/request.d.ts +2 -0
  39. package/lib/client/nodes/request.js +7 -5
  40. package/lib/client/style.js +67 -63
  41. package/lib/client/triggers/index.d.ts +4 -4
  42. package/lib/client/triggers/index.js +5 -7
  43. package/lib/client/triggers/schedule/DateFieldsSelect.d.ts +1 -1
  44. package/lib/client/triggers/schedule/EndsByField.js +3 -3
  45. package/lib/client/triggers/schedule/OnField.js +3 -3
  46. package/lib/client/triggers/schedule/RepeatField.js +16 -16
  47. package/lib/client/triggers/schedule/ScheduleConfig.js +2 -2
  48. package/lib/client/utils.js +1 -1
  49. package/lib/client/variable.js +4 -4
  50. package/lib/server/Processor.d.ts +2 -2
  51. package/lib/server/Processor.js +8 -8
  52. package/lib/server/functions/index.d.ts +1 -1
  53. package/lib/server/functions/index.js +1 -2
  54. package/lib/server/instructions/calculation.d.ts +1 -1
  55. package/lib/server/instructions/calculation.js +7 -7
  56. package/lib/server/instructions/condition.d.ts +2 -2
  57. package/lib/server/instructions/condition.js +7 -8
  58. package/lib/server/instructions/create.d.ts +1 -1
  59. package/lib/server/instructions/destroy.d.ts +1 -1
  60. package/lib/server/instructions/manual/index.js +1 -2
  61. package/lib/server/instructions/parallel.d.ts +3 -3
  62. package/lib/server/instructions/query.d.ts +2 -2
  63. package/lib/server/instructions/request.js +0 -1
  64. package/lib/server/instructions/update.d.ts +2 -2
  65. package/lib/server/migrations/20230221071831-calculation-expression.js +11 -11
  66. package/lib/server/migrations/20230221121203-condition-calculation.js +6 -6
  67. package/lib/server/migrations/20230221162902-jsonb-to-json.js +3 -5
  68. package/lib/server/migrations/20230411034722-manual-multi-form.js +3 -2
  69. package/lib/server/triggers/collection.d.ts +2 -2
  70. package/lib/server/triggers/collection.js +2 -2
  71. package/lib/server/triggers/schedule.js +26 -20
  72. package/package.json +12 -12
@@ -5,129 +5,129 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = {
8
- "Workflow": "Workflow",
9
- "Execution history": "Execution history",
10
- "Executed": "Executed",
11
- "Trigger type": "Trigger type",
12
- "Status": "Status",
13
- "On": "On",
14
- "Off": "Off",
15
- "Version": "Version",
16
- "Copy to new version": "Copy to new version",
17
- "Duplicate": "Duplicate",
18
- "Loading": "Loading",
19
- "Load failed": "Load failed",
20
- "Trigger": "Trigger",
21
- "Trigger variables": "Trigger variables",
22
- "Trigger data": "Trigger data",
23
- "Trigger time": "Trigger time",
24
- "Triggered at": "Triggered at",
25
- "Collection event": "Collection event",
26
- "Trigger on": "Trigger on",
27
- "After record added": "After record added",
28
- "After record updated": "After record updated",
29
- "After record added or updated": "After record added or updated",
30
- "After record deleted": "After record deleted",
31
- "Changed fields": "Changed fields",
32
- "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.",
33
- "Only triggers when match conditions": "Only triggers when match conditions",
34
- "Schedule event": "Schedule event",
35
- "Trigger mode": "Trigger mode",
36
- "Based on certain date": "Based on certain date",
37
- "Based on date field of collection": "Based on date field of collection",
38
- "Starts on": "Starts on",
39
- "Ends on": "Ends on",
40
- "No end": "No end",
41
- "Exactly at": "Exactly at",
42
- "Repeat mode": "Repeat mode",
43
- "Repeat limit": "Repeat limit",
44
- "No limit": "No limit",
45
- "Seconds": "Seconds",
46
- "Minutes": "Minutes",
47
- "Hours": "Hours",
48
- "Days": "Days",
49
- "Weeks": "Weeks",
50
- "Months": "Months",
51
- "No repeat": "No repeat",
52
- "Every": "Every",
53
- "By minute": "By minute",
54
- "By hour": "By hour",
55
- "By day": "By day",
56
- "By week": "By week",
57
- "By month": "By month",
58
- "By field": "By field",
59
- "By custom date": "By custom date",
60
- "Advanced": "Advanced",
61
- "End": "End",
62
- "Node result": "Node result",
63
- "Constant": "Constant",
64
- "Null": "Null",
65
- "Boolean": "Boolean",
66
- "String": "String",
67
- "Calculator": "Calculator",
68
- "Arithmetic calculation": "Arithmetic calculation",
69
- "String operation": "String operation",
70
- "Executed at": "Executed at",
71
- "Queueing": "Queueing",
72
- "On going": "On going",
73
- "Succeeded": "Succeeded",
74
- "Failed": "Failed",
75
- "Pending": "Pending",
76
- "Canceled": "Canceled",
77
- "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?",
78
- "Control": "Control",
79
- "Collection operations": "Collection operations",
80
- "Extended types": "Extended types",
81
- "Node type": "Node type",
82
- "Calculation": "Calculation",
83
- "Configure calculation": "Configure calculation",
84
- "Calculation result": "Calculation result",
85
- "True": "True",
86
- "False": "False",
87
- "concat": "concat",
88
- "Condition": "Condition",
89
- "Mode": "Mode",
90
- "Continue when \"Yes\"": "Continue when \"Yes\"",
91
- "Branch into \"Yes\" and \"No\"": "Branch into \"Yes\" and \"No\"",
92
- "Conditions": "Conditions",
93
- "Parallel branch": "Parallel branch",
94
- "Add branch": "Add branch",
95
- "All succeeded": "All succeeded",
96
- "Any succeeded": "Any succeeded",
97
- "Any succeeded or failed": "Any succeeded or failed",
98
- "Continue after all branches succeeded": "Continue after all branches succeeded",
99
- "Continue after any branch succeeded": "Continue after any branch succeeded",
100
- "Continue after any branch succeeded, or exit after any branch failed": "Continue after any branch succeeded, or exit after any branch failed",
101
- "Delay": "Delay",
102
- "Duration": "Duration",
103
- "End Status": "End Status",
104
- "Select status": "Select status",
105
- "Succeed and continue": "Succeed and continue",
106
- "Fail and exit": "Fail and exit",
107
- "Create record": "Create record",
108
- "Update record": "Update record",
109
- "Query record": "Query record",
110
- "Multiple records": "Multiple records",
111
- "Please select collection first": "Please select collection first",
112
- "Only update records matching conditions": "Only update records matching conditions",
113
- "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.",
114
- "Trigger in executed workflow cannot be modified": "Trigger in executed workflow cannot be modified",
115
- "Node in executed workflow cannot be modified": "Node in executed workflow cannot be modified",
8
+ Workflow: 'Workflow',
9
+ 'Execution history': 'Execution history',
10
+ Executed: 'Executed',
11
+ 'Trigger type': 'Trigger type',
12
+ Status: 'Status',
13
+ On: 'On',
14
+ Off: 'Off',
15
+ Version: 'Version',
16
+ 'Copy to new version': 'Copy to new version',
17
+ Duplicate: 'Duplicate',
18
+ Loading: 'Loading',
19
+ 'Load failed': 'Load failed',
20
+ Trigger: 'Trigger',
21
+ 'Trigger variables': 'Trigger variables',
22
+ 'Trigger data': 'Trigger data',
23
+ 'Trigger time': 'Trigger time',
24
+ 'Triggered at': 'Triggered at',
25
+ 'Collection event': 'Collection event',
26
+ 'Trigger on': 'Trigger on',
27
+ 'After record added': 'After record added',
28
+ 'After record updated': 'After record updated',
29
+ 'After record added or updated': 'After record added or updated',
30
+ 'After record deleted': 'After record deleted',
31
+ 'Changed fields': 'Changed fields',
32
+ 'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': 'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.',
33
+ 'Only triggers when match conditions': 'Only triggers when match conditions',
34
+ 'Schedule event': 'Schedule event',
35
+ 'Trigger mode': 'Trigger mode',
36
+ 'Based on certain date': 'Based on certain date',
37
+ 'Based on date field of collection': 'Based on date field of collection',
38
+ 'Starts on': 'Starts on',
39
+ 'Ends on': 'Ends on',
40
+ 'No end': 'No end',
41
+ 'Exactly at': 'Exactly at',
42
+ 'Repeat mode': 'Repeat mode',
43
+ 'Repeat limit': 'Repeat limit',
44
+ 'No limit': 'No limit',
45
+ Seconds: 'Seconds',
46
+ Minutes: 'Minutes',
47
+ Hours: 'Hours',
48
+ Days: 'Days',
49
+ Weeks: 'Weeks',
50
+ Months: 'Months',
51
+ 'No repeat': 'No repeat',
52
+ Every: 'Every',
53
+ 'By minute': 'By minute',
54
+ 'By hour': 'By hour',
55
+ 'By day': 'By day',
56
+ 'By week': 'By week',
57
+ 'By month': 'By month',
58
+ 'By field': 'By field',
59
+ 'By custom date': 'By custom date',
60
+ Advanced: 'Advanced',
61
+ End: 'End',
62
+ 'Node result': 'Node result',
63
+ Constant: 'Constant',
64
+ Null: 'Null',
65
+ Boolean: 'Boolean',
66
+ String: 'String',
67
+ Calculator: 'Calculator',
68
+ 'Arithmetic calculation': 'Arithmetic calculation',
69
+ 'String operation': 'String operation',
70
+ 'Executed at': 'Executed at',
71
+ Queueing: 'Queueing',
72
+ 'On going': 'On going',
73
+ Succeeded: 'Succeeded',
74
+ Failed: 'Failed',
75
+ Pending: 'Pending',
76
+ Canceled: 'Canceled',
77
+ '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?',
78
+ Control: 'Control',
79
+ 'Collection operations': 'Collection operations',
80
+ 'Extended types': 'Extended types',
81
+ 'Node type': 'Node type',
82
+ Calculation: 'Calculation',
83
+ 'Configure calculation': 'Configure calculation',
84
+ 'Calculation result': 'Calculation result',
85
+ True: 'True',
86
+ False: 'False',
87
+ concat: 'concat',
88
+ Condition: 'Condition',
89
+ Mode: 'Mode',
90
+ 'Continue when "Yes"': 'Continue when "Yes"',
91
+ 'Branch into "Yes" and "No"': 'Branch into "Yes" and "No"',
92
+ Conditions: 'Conditions',
93
+ 'Parallel branch': 'Parallel branch',
94
+ 'Add branch': 'Add branch',
95
+ 'All succeeded': 'All succeeded',
96
+ 'Any succeeded': 'Any succeeded',
97
+ 'Any succeeded or failed': 'Any succeeded or failed',
98
+ 'Continue after all branches succeeded': 'Continue after all branches succeeded',
99
+ 'Continue after any branch succeeded': 'Continue after any branch succeeded',
100
+ 'Continue after any branch succeeded, or exit after any branch failed': 'Continue after any branch succeeded, or exit after any branch failed',
101
+ Delay: 'Delay',
102
+ Duration: 'Duration',
103
+ 'End Status': 'End Status',
104
+ 'Select status': 'Select status',
105
+ 'Succeed and continue': 'Succeed and continue',
106
+ 'Fail and exit': 'Fail and exit',
107
+ 'Create record': 'Create record',
108
+ 'Update record': 'Update record',
109
+ 'Query record': 'Query record',
110
+ 'Multiple records': 'Multiple records',
111
+ 'Please select collection first': 'Please select collection first',
112
+ 'Only update records matching conditions': 'Only update records matching conditions',
113
+ '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.',
114
+ 'Trigger in executed workflow cannot be modified': 'Trigger in executed workflow cannot be modified',
115
+ 'Node in executed workflow cannot be modified': 'Node in executed workflow cannot be modified',
116
116
  'Can not delete': 'Can not delete',
117
117
  'The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.': 'The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.',
118
118
  'HTTP request': 'HTTP request',
119
119
  'HTTP method': 'HTTP method',
120
- 'URL': 'URL',
121
- 'Headers': 'Headers',
120
+ URL: 'URL',
121
+ Headers: 'Headers',
122
122
  'Add request header': 'Add request header',
123
- 'Parameters': 'Parameters',
123
+ Parameters: 'Parameters',
124
124
  'Add parameter': 'Add parameter',
125
- 'Body': 'Body',
125
+ Body: 'Body',
126
126
  'Use variable': 'Use variable',
127
- 'Format': 'Format',
128
- 'Insert': 'Insert',
127
+ Format: 'Format',
128
+ Insert: 'Insert',
129
129
  'Timeout config': 'Timeout config',
130
- 'ms': 'ms',
130
+ ms: 'ms',
131
131
  'Input request data': 'Input request data',
132
132
  'Only support standard JSON data': 'Only support standard JSON data',
133
133
  '"Content-Type" only support "application/json", and no need to specify': '"Content-Type" only support "application/json", and no need to specify',
@@ -1,88 +1,88 @@
1
1
  declare const _default: {
2
2
  Workflow: string;
3
- "Execution history": string;
4
- "Trigger type": string;
3
+ 'Execution history': string;
4
+ 'Trigger type': string;
5
5
  Status: string;
6
6
  On: string;
7
7
  Off: string;
8
8
  Version: string;
9
- "Copy to new version": string;
10
- "Load failed": string;
9
+ 'Copy to new version': string;
10
+ 'Load failed': string;
11
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;
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
31
  Seconds: string;
32
32
  Minutes: string;
33
33
  Hours: string;
34
34
  Days: string;
35
35
  Weeks: string;
36
36
  Months: string;
37
- "No repeat": string;
37
+ 'No repeat': string;
38
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;
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
46
  Advanced: string;
47
47
  End: string;
48
- "Trigger variables": string;
49
- "Node result": string;
48
+ 'Trigger variables': string;
49
+ 'Node result': string;
50
50
  Constant: string;
51
51
  Boolean: string;
52
52
  String: string;
53
- "Arithmetic calculation": string;
54
- "String operation": string;
55
- "On going": string;
53
+ 'Arithmetic calculation': string;
54
+ 'String operation': string;
55
+ 'On going': string;
56
56
  Succeeded: string;
57
57
  Failed: string;
58
58
  Canceled: string;
59
- "This node contains branches, deleting will also be preformed to them, are you sure?": string;
59
+ 'This node contains branches, deleting will also be preformed to them, are you sure?': string;
60
60
  Control: string;
61
- "Collection operations": string;
62
- "Node type": string;
61
+ 'Collection operations': string;
62
+ 'Node type': string;
63
63
  Calculation: string;
64
- "Configure calculation": string;
65
- "Calculation result": string;
64
+ 'Configure calculation': string;
65
+ 'Calculation result': string;
66
66
  True: string;
67
67
  False: string;
68
68
  Condition: string;
69
69
  Mode: string;
70
- "Continue when \"Yes\"": string;
71
- "Branch into \"Yes\" and \"No\"": string;
70
+ 'Continue when "Yes"': string;
71
+ 'Branch into "Yes" and "No"': string;
72
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;
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
87
  };
88
88
  export default _default;
@@ -5,90 +5,90 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = {
8
- "Workflow": "ワークフロー",
9
- "Execution history": "実行履歴",
10
- "Trigger type": "トリガータイプ",
11
- "Status": "状態",
12
- "On": "有効",
13
- "Off": "無効",
14
- "Version": "バージョン",
15
- "Copy to new version": "新しいバージョンにコピー",
16
- "Load failed": "読み込みに失敗しました",
17
- "Trigger": "トリガー",
18
- "Collection event": "コレクションイベント",
19
- "Trigger on": "トリガータイミング",
20
- "After record added": "レコードを追加した後",
21
- "After record updated": "レコードを更新した後",
22
- "After record added or updated": "レコードを追加もしくは更新した後",
23
- "After record deleted": "レコードを削除した後",
24
- "Changed fields": "フィールドが変更された時",
25
- "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.": "選択したフィールドの 1 つが変更された場合にのみトリガーされます。 選択されていない場合は、フィールドが変更されたときにトリガーされることを意味します。 レコードが追加または削除されると、すべてのフィールドが変更されたと見なされます。",
26
- "Only triggers when match conditions": "以下の条件を満たすと発動",
27
- "Schedule event": "スケジュールイベント",
28
- "Trigger mode": "トリガーモード",
29
- "Based on certain date": "カスタム時間",
30
- "Based on date field of collection": "コレクションのフィールド時間に基づく",
31
- "Starts on": "開始",
32
- "Ends on": "終了",
33
- "Exactly at": "ちょうど",
34
- "Repeat mode": "繰り返しパターン",
35
- "Repeat limit": "繰り返し回数",
36
- "No limit": "無制限",
37
- "Seconds": "",
38
- "Minutes": "",
39
- "Hours": "",
40
- "Days": "",
41
- "Weeks": "",
42
- "Months": "",
43
- "No repeat": "繰り返さない",
44
- "Every": "",
45
- "By minute": "分ごと",
46
- "By hour": "時間ごと",
47
- "By day": "日ごと",
48
- "By week": "週ごと",
49
- "By month": "月ごと",
50
- "By field": "フィールドごと",
51
- "By custom date": "カスタム時間",
52
- "Advanced": "アドバンスド",
53
- "End": "終了",
54
- "Trigger variables": "トリガーフィールド",
55
- "Node result": "ノードの結果",
56
- "Constant": "定数",
57
- "Boolean": "論理値",
58
- "String": "文字列",
59
- "Arithmetic calculation": "算術演算",
60
- "String operation": "文字列操作",
61
- "On going": "処理中",
62
- "Succeeded": "成功",
63
- "Failed": "失敗",
64
- "Canceled": "取消",
65
- "This node contains branches, deleting will also be preformed to them, are you sure?": "ノードにはブランチが含まれており、そのすべてのブランチの下にあるすべての子ノードが同時に削除されます。続行してもよろしいですか?",
66
- "Control": "プロセス制御",
67
- "Collection operations": "フィールド操作",
68
- "Node type": "ノードタイプ",
69
- "Calculation": "演算",
70
- "Configure calculation": "演算設定",
71
- "Calculation result": "演算結果",
72
- "True": "",
73
- "False": "",
74
- "Condition": "条件",
75
- "Mode": "モデル",
76
- "Continue when \"Yes\"": "「はい」の場合に続行",
77
- "Branch into \"Yes\" and \"No\"": "「はい」と「いいえ」で分岐して続行",
78
- "Conditions": "条件設定",
79
- "Parallel branch": "分岐",
80
- "All succeeded": "すべて成功",
81
- "Any succeeded": "いずれかが成功",
82
- "Continue after all branches succeeded": "すべての分岐が成功した後に続行",
83
- "Continue after any branch succeeded": "いずれかの分岐が成功した後に続行",
84
- "Create record": "レコード追加",
85
- "Update record": "レコード更新",
86
- "Query record": "クエリ レコード",
87
- "Multiple records": "複数レコード",
88
- "Please select collection first": "先にコレクションを選択してください",
89
- "Only update records matching conditions": "条件を満たすレコードのみ更新",
90
- "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.": "値が割り当てられていないフィールドはデフォルト値に設定され、デフォルト値がないフィールドは null に設定されます",
91
- "Trigger in executed workflow cannot be modified": "すでにワークフローを実行したトリガーは変更できません",
92
- "Node in executed workflow cannot be modified": "すでに実行されたワークフローのノードは変更できません"
8
+ Workflow: 'ワークフロー',
9
+ 'Execution history': '実行履歴',
10
+ 'Trigger type': 'トリガータイプ',
11
+ Status: '状態',
12
+ On: '有効',
13
+ Off: '無効',
14
+ Version: 'バージョン',
15
+ 'Copy to new version': '新しいバージョンにコピー',
16
+ 'Load failed': '読み込みに失敗しました',
17
+ Trigger: 'トリガー',
18
+ 'Collection event': 'コレクションイベント',
19
+ 'Trigger on': 'トリガータイミング',
20
+ 'After record added': 'レコードを追加した後',
21
+ 'After record updated': 'レコードを更新した後',
22
+ 'After record added or updated': 'レコードを追加もしくは更新した後',
23
+ 'After record deleted': 'レコードを削除した後',
24
+ 'Changed fields': 'フィールドが変更された時',
25
+ '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.': '選択したフィールドの 1 つが変更された場合にのみトリガーされます。 選択されていない場合は、フィールドが変更されたときにトリガーされることを意味します。 レコードが追加または削除されると、すべてのフィールドが変更されたと見なされます。',
26
+ 'Only triggers when match conditions': '以下の条件を満たすと発動',
27
+ 'Schedule event': 'スケジュールイベント',
28
+ 'Trigger mode': 'トリガーモード',
29
+ 'Based on certain date': 'カスタム時間',
30
+ 'Based on date field of collection': 'コレクションのフィールド時間に基づく',
31
+ 'Starts on': '開始',
32
+ 'Ends on': '終了',
33
+ 'Exactly at': 'ちょうど',
34
+ 'Repeat mode': '繰り返しパターン',
35
+ 'Repeat limit': '繰り返し回数',
36
+ 'No limit': '無制限',
37
+ Seconds: '',
38
+ Minutes: '',
39
+ Hours: '',
40
+ Days: '',
41
+ Weeks: '',
42
+ Months: '',
43
+ 'No repeat': '繰り返さない',
44
+ Every: '',
45
+ 'By minute': '分ごと',
46
+ 'By hour': '時間ごと',
47
+ 'By day': '日ごと',
48
+ 'By week': '週ごと',
49
+ 'By month': '月ごと',
50
+ 'By field': 'フィールドごと',
51
+ 'By custom date': 'カスタム時間',
52
+ Advanced: 'アドバンスド',
53
+ End: '終了',
54
+ 'Trigger variables': 'トリガーフィールド',
55
+ 'Node result': 'ノードの結果',
56
+ Constant: '定数',
57
+ Boolean: '論理値',
58
+ String: '文字列',
59
+ 'Arithmetic calculation': '算術演算',
60
+ 'String operation': '文字列操作',
61
+ 'On going': '処理中',
62
+ Succeeded: '成功',
63
+ Failed: '失敗',
64
+ Canceled: '取消',
65
+ 'This node contains branches, deleting will also be preformed to them, are you sure?': 'ノードにはブランチが含まれており、そのすべてのブランチの下にあるすべての子ノードが同時に削除されます。続行してもよろしいですか?',
66
+ Control: 'プロセス制御',
67
+ 'Collection operations': 'フィールド操作',
68
+ 'Node type': 'ノードタイプ',
69
+ Calculation: '演算',
70
+ 'Configure calculation': '演算設定',
71
+ 'Calculation result': '演算結果',
72
+ True: '',
73
+ False: '',
74
+ Condition: '条件',
75
+ Mode: 'モデル',
76
+ 'Continue when "Yes"': '「はい」の場合に続行',
77
+ 'Branch into "Yes" and "No"': '「はい」と「いいえ」で分岐して続行',
78
+ Conditions: '条件設定',
79
+ 'Parallel branch': '分岐',
80
+ 'All succeeded': 'すべて成功',
81
+ 'Any succeeded': 'いずれかが成功',
82
+ 'Continue after all branches succeeded': 'すべての分岐が成功した後に続行',
83
+ 'Continue after any branch succeeded': 'いずれかの分岐が成功した後に続行',
84
+ 'Create record': 'レコード追加',
85
+ 'Update record': 'レコード更新',
86
+ 'Query record': 'クエリ レコード',
87
+ 'Multiple records': '複数レコード',
88
+ 'Please select collection first': '先にコレクションを選択してください',
89
+ 'Only update records matching conditions': '条件を満たすレコードのみ更新',
90
+ '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.': '値が割り当てられていないフィールドはデフォルト値に設定され、デフォルト値がないフィールドは null に設定されます',
91
+ 'Trigger in executed workflow cannot be modified': 'すでにワークフローを実行したトリガーは変更できません',
92
+ 'Node in executed workflow cannot be modified': 'すでに実行されたワークフローのノードは変更できません'
93
93
  };
94
94
  exports.default = _default;