@nocobase/plugin-flow-engine 2.0.0-alpha.9 → 2.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +9 -9
- package/dist/locale/de-DE.json +62 -0
- package/dist/locale/en-US.json +57 -45
- package/dist/locale/es-ES.json +62 -0
- package/dist/locale/fr-FR.json +62 -0
- package/dist/locale/hu-HU.json +62 -0
- package/dist/locale/id-ID.json +62 -0
- package/dist/locale/index.d.ts +114 -90
- package/dist/locale/it-IT.json +62 -0
- package/dist/locale/ja-JP.json +62 -0
- package/dist/locale/ko-KR.json +62 -0
- package/dist/locale/nl-NL.json +62 -0
- package/dist/locale/pt-BR.json +62 -0
- package/dist/locale/ru-RU.json +62 -0
- package/dist/locale/tr-TR.json +62 -0
- package/dist/locale/uk-UA.json +62 -0
- package/dist/locale/vi-VN.json +62 -0
- package/dist/locale/zh-CN.json +58 -46
- package/dist/locale/zh-TW.json +62 -0
- package/dist/node_modules/ses/package.json +1 -1
- package/dist/server/collections/flowsql.js +1 -0
- package/dist/server/index.d.ts +1 -0
- package/dist/server/index.js +6 -0
- package/dist/server/plugin.d.ts +0 -4
- package/dist/server/plugin.js +17 -19
- package/dist/server/repository.d.ts +4 -1
- package/dist/server/repository.js +120 -8
- package/dist/server/server.js +10 -3
- package/dist/server/variables/registry.js +141 -40
- package/dist/server/variables/selects.d.ts +19 -0
- package/dist/server/variables/selects.js +80 -0
- package/dist/server/variables/utils.js +13 -3
- package/package.json +2 -2
package/dist/locale/index.d.ts
CHANGED
|
@@ -8,126 +8,150 @@
|
|
|
8
8
|
*/
|
|
9
9
|
export declare const locales: {
|
|
10
10
|
'en-US': {
|
|
11
|
-
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
"Step configuration": string;
|
|
16
|
-
"This step has no configurable parameters": string;
|
|
17
|
-
"Failed to import Formily components": string;
|
|
18
|
-
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": string;
|
|
19
|
-
"Configuration saved": string;
|
|
20
|
-
"Error saving configuration": string;
|
|
21
|
-
"Error saving configuration, please check console": string;
|
|
22
|
-
"Failed to import FormDialog": string;
|
|
23
|
-
OK: string;
|
|
11
|
+
Add: string;
|
|
12
|
+
"Are you sure you want to delete this item? This action cannot be undone.": string;
|
|
13
|
+
"Are you sure to convert this template block to copy mode?": string;
|
|
14
|
+
"Array index out of bounds": string;
|
|
24
15
|
Cancel: string;
|
|
25
|
-
"
|
|
26
|
-
"
|
|
16
|
+
"Convert to copy": string;
|
|
17
|
+
"Convert to copy is unavailable": string;
|
|
18
|
+
"Save as template": string;
|
|
19
|
+
"Common actions": string;
|
|
27
20
|
"Complete configuration": string;
|
|
28
|
-
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"UID
|
|
21
|
+
Configuration: string;
|
|
22
|
+
"Configuration popup cancelled or error": string;
|
|
23
|
+
"Configuration saved": string;
|
|
24
|
+
"Confirm delete": string;
|
|
25
|
+
"Copy UID": string;
|
|
26
|
+
"Copy error info": string;
|
|
33
27
|
"Copy failed": string;
|
|
28
|
+
"Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.": string;
|
|
34
29
|
"Copy failed, please copy [{{uid}}] manually.": string;
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
"Delete operation failed": string;
|
|
30
|
+
"Data blocks": string;
|
|
31
|
+
Delete: string;
|
|
38
32
|
"Delete failed": string;
|
|
33
|
+
"Delete operation failed": string;
|
|
39
34
|
"Delete operation failed, please check the console for details.": string;
|
|
40
|
-
"
|
|
35
|
+
"Download logs": string;
|
|
36
|
+
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": string;
|
|
37
|
+
"Error saving configuration": string;
|
|
38
|
+
"Error saving configuration, please check console": string;
|
|
39
|
+
"Error submitting form": string;
|
|
40
|
+
"Expected array for subModel": string;
|
|
41
|
+
"Expected object for subModel": string;
|
|
42
|
+
"Failed to add sub model": string;
|
|
43
|
+
"Failed to destroy model after creation error": string;
|
|
41
44
|
"Failed to get action {{action}}": string;
|
|
42
45
|
"Failed to get configurable flows for model {{model}}": string;
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
here: string;
|
|
47
|
-
"Render failed": string;
|
|
46
|
+
"Failed to import FormDialog": string;
|
|
47
|
+
"Failed to import FormDialog or FormStep": string;
|
|
48
|
+
"Failed to import Formily components": string;
|
|
48
49
|
Feedback: string;
|
|
49
|
-
"Download logs": string;
|
|
50
|
-
"Copy error info": string;
|
|
51
|
-
"Try again": string;
|
|
52
|
-
"Data blocks": string;
|
|
53
50
|
"Filter blocks": string;
|
|
54
|
-
"
|
|
51
|
+
"Flow with key {{flowKey}} not found": string;
|
|
52
|
+
"Form validation failed": string;
|
|
55
53
|
"Invalid input parameters": string;
|
|
54
|
+
"Invalid model provided": string;
|
|
56
55
|
"Invalid subModelKey format": string;
|
|
57
|
-
"Submodel not found": string;
|
|
58
|
-
"Expected array for subModel": string;
|
|
59
|
-
"Array index out of bounds": string;
|
|
60
|
-
"Expected object for subModel": string;
|
|
61
|
-
"No createModelOptions found for item": string;
|
|
62
|
-
"createModelOptions must specify use property": string;
|
|
63
|
-
"Failed to add sub model": string;
|
|
64
|
-
"Failed to destroy model after creation error": string;
|
|
65
|
-
Add: string;
|
|
66
|
-
Name: string;
|
|
67
56
|
"Model with ID {{uid}} not found": string;
|
|
68
|
-
|
|
57
|
+
Name: string;
|
|
58
|
+
"Next step": string;
|
|
59
|
+
"No createModelOptions found for item": string;
|
|
60
|
+
OK: string;
|
|
61
|
+
"Other blocks": string;
|
|
62
|
+
"Parent not found, cannot replace block": string;
|
|
63
|
+
"Previous step": string;
|
|
64
|
+
"Replace current block with template?": string;
|
|
65
|
+
"Replaced with template block": string;
|
|
66
|
+
"Render failed": string;
|
|
67
|
+
"Step configuration": string;
|
|
68
|
+
"Step parameter configuration": string;
|
|
69
|
+
"Step with key {{stepKey}} not found": string;
|
|
70
|
+
"Submodel not found": string;
|
|
71
|
+
"This is likely a NocoBase internals bug. Please open an issue at": string;
|
|
72
|
+
"This step has no configurable parameters": string;
|
|
69
73
|
"This variable is not available": string;
|
|
74
|
+
"Try again": string;
|
|
75
|
+
"Template created": string;
|
|
76
|
+
"Template description": string;
|
|
77
|
+
"Template name": string;
|
|
78
|
+
"Template name is required": string;
|
|
79
|
+
"UID copied to clipboard": string;
|
|
80
|
+
"createModelOptions must specify use property": string;
|
|
81
|
+
here: string;
|
|
70
82
|
};
|
|
71
83
|
'zh-CN': {
|
|
72
|
-
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
"Step configuration": string;
|
|
77
|
-
"This step has no configurable parameters": string;
|
|
78
|
-
"Failed to import Formily components": string;
|
|
79
|
-
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": string;
|
|
80
|
-
"Configuration saved": string;
|
|
81
|
-
"Error saving configuration": string;
|
|
82
|
-
"Error saving configuration, please check console": string;
|
|
83
|
-
"Failed to import FormDialog": string;
|
|
84
|
-
OK: string;
|
|
84
|
+
Add: string;
|
|
85
|
+
"Are you sure you want to delete this item? This action cannot be undone.": string;
|
|
86
|
+
"Are you sure to convert this template block to copy mode?": string;
|
|
87
|
+
"Array index out of bounds": string;
|
|
85
88
|
Cancel: string;
|
|
86
|
-
"
|
|
87
|
-
"Error submitting form": string;
|
|
89
|
+
"Common actions": string;
|
|
88
90
|
"Complete configuration": string;
|
|
89
|
-
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"UID
|
|
91
|
+
Configuration: string;
|
|
92
|
+
"Configuration popup cancelled or error": string;
|
|
93
|
+
"Configuration saved": string;
|
|
94
|
+
"Confirm delete": string;
|
|
95
|
+
"Copy UID": string;
|
|
96
|
+
"Copy error info": string;
|
|
94
97
|
"Copy failed": string;
|
|
98
|
+
"Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.": string;
|
|
95
99
|
"Copy failed, please copy [{{uid}}] manually.": string;
|
|
96
|
-
"
|
|
97
|
-
|
|
98
|
-
"Delete operation failed": string;
|
|
100
|
+
"Data blocks": string;
|
|
101
|
+
Delete: string;
|
|
99
102
|
"Delete failed": string;
|
|
103
|
+
"Delete operation failed": string;
|
|
100
104
|
"Delete operation failed, please check the console for details.": string;
|
|
101
|
-
"
|
|
105
|
+
"Download logs": string;
|
|
106
|
+
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": string;
|
|
107
|
+
"Error saving configuration": string;
|
|
108
|
+
"Error saving configuration, please check console": string;
|
|
109
|
+
"Error submitting form": string;
|
|
110
|
+
"Expected array for subModel": string;
|
|
111
|
+
"Expected object for subModel": string;
|
|
112
|
+
"Failed to add sub model": string;
|
|
113
|
+
"Failed to destroy model after creation error": string;
|
|
102
114
|
"Failed to get action {{action}}": string;
|
|
103
115
|
"Failed to get configurable flows for model {{model}}": string;
|
|
104
|
-
"
|
|
105
|
-
|
|
106
|
-
"
|
|
107
|
-
here: string;
|
|
108
|
-
"Render failed": string;
|
|
116
|
+
"Failed to import FormDialog": string;
|
|
117
|
+
"Failed to import FormDialog or FormStep": string;
|
|
118
|
+
"Failed to import Formily components": string;
|
|
109
119
|
Feedback: string;
|
|
110
|
-
"Download logs": string;
|
|
111
|
-
"Copy error info": string;
|
|
112
|
-
"Try again": string;
|
|
113
|
-
"Data blocks": string;
|
|
114
120
|
"Filter blocks": string;
|
|
115
|
-
"
|
|
121
|
+
"Flow with key {{flowKey}} not found": string;
|
|
122
|
+
"Form validation failed": string;
|
|
116
123
|
"Invalid input parameters": string;
|
|
124
|
+
"Invalid model provided": string;
|
|
117
125
|
"Invalid subModelKey format": string;
|
|
118
|
-
"Submodel not found": string;
|
|
119
|
-
"Expected array for subModel": string;
|
|
120
|
-
"Array index out of bounds": string;
|
|
121
|
-
"Expected object for subModel": string;
|
|
122
|
-
"No createModelOptions found for item": string;
|
|
123
|
-
"createModelOptions must specify use property": string;
|
|
124
|
-
"Failed to add sub model": string;
|
|
125
|
-
"Failed to destroy model after creation error": string;
|
|
126
|
-
Add: string;
|
|
127
|
-
Name: string;
|
|
128
126
|
"Model with ID {{uid}} not found": string;
|
|
129
|
-
|
|
127
|
+
Name: string;
|
|
128
|
+
"Save as template": string;
|
|
129
|
+
"Convert to copy": string;
|
|
130
|
+
"Convert to copy is unavailable": string;
|
|
131
|
+
"Parent not found, cannot replace block": string;
|
|
132
|
+
"Replace current block with template?": string;
|
|
133
|
+
"Replaced with template block": string;
|
|
134
|
+
"Template created": string;
|
|
135
|
+
"Template description": string;
|
|
136
|
+
"Template name": string;
|
|
137
|
+
"Template name is required": string;
|
|
138
|
+
"Next step": string;
|
|
139
|
+
"No createModelOptions found for item": string;
|
|
140
|
+
OK: string;
|
|
141
|
+
"Other blocks": string;
|
|
142
|
+
"Previous step": string;
|
|
143
|
+
"Render failed": string;
|
|
144
|
+
"Step configuration": string;
|
|
145
|
+
"Step parameter configuration": string;
|
|
146
|
+
"Step with key {{stepKey}} not found": string;
|
|
147
|
+
"Submodel not found": string;
|
|
148
|
+
"This is likely a NocoBase internals bug. Please open an issue at": string;
|
|
149
|
+
"This step has no configurable parameters": string;
|
|
130
150
|
"This variable is not available": string;
|
|
151
|
+
"Try again": string;
|
|
152
|
+
"UID copied to clipboard": string;
|
|
153
|
+
"createModelOptions must specify use property": string;
|
|
154
|
+
here: string;
|
|
131
155
|
};
|
|
132
156
|
};
|
|
133
157
|
/**
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add": "Add",
|
|
3
|
+
"Are you sure you want to delete this item? This action cannot be undone.": "Are you sure you want to delete this item? This action cannot be undone.",
|
|
4
|
+
"Array index out of bounds": "Array index {{index}} out of bounds for '{{subKey}}'",
|
|
5
|
+
"Cancel": "Cancel",
|
|
6
|
+
"Common actions": "Common actions",
|
|
7
|
+
"Complete configuration": "Complete configuration",
|
|
8
|
+
"Configuration": "Configuration",
|
|
9
|
+
"Configuration popup cancelled or error": "Configuration popup cancelled or error",
|
|
10
|
+
"Configuration saved": "Configuration saved",
|
|
11
|
+
"Confirm delete": "Confirm delete",
|
|
12
|
+
"Copy UID": "Copy UID",
|
|
13
|
+
"Copy error info": "Copy error info",
|
|
14
|
+
"Copy failed": "Copy failed",
|
|
15
|
+
"Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.": "Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.",
|
|
16
|
+
"Copy failed, please copy [{{uid}}] manually.": "Copy failed, please copy [{{uid}}] manually.",
|
|
17
|
+
"Data blocks": "Data blocks",
|
|
18
|
+
"Delete": "Delete",
|
|
19
|
+
"Delete failed": "Delete failed",
|
|
20
|
+
"Delete operation failed": "Delete operation failed",
|
|
21
|
+
"Delete operation failed, please check the console for details.": "Delete operation failed, please check the console for details.",
|
|
22
|
+
"Download logs": "Download logs",
|
|
23
|
+
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": "Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider",
|
|
24
|
+
"Error saving configuration": "Error saving configuration",
|
|
25
|
+
"Error saving configuration, please check console": "Error saving configuration, please check console",
|
|
26
|
+
"Error submitting form": "Error submitting form",
|
|
27
|
+
"Expected array for subModel": "Expected array for '{{subKey}}', got {{type}}",
|
|
28
|
+
"Expected object for subModel": "Expected object for '{{subKey}}', got array",
|
|
29
|
+
"Failed to add sub model": "Failed to add sub model",
|
|
30
|
+
"Failed to destroy model after creation error": "Failed to destroy model after creation error",
|
|
31
|
+
"Failed to get action {{action}}": "Failed to get action {{action}}",
|
|
32
|
+
"Failed to get configurable flows for model {{model}}": "Failed to get configurable flows for model {{model}}",
|
|
33
|
+
"Failed to import FormDialog": "Failed to import FormDialog",
|
|
34
|
+
"Failed to import FormDialog or FormStep": "Failed to import FormDialog or FormStep",
|
|
35
|
+
"Failed to import Formily components": "Failed to import Formily components",
|
|
36
|
+
"Feedback": "Feedback",
|
|
37
|
+
"Filter blocks": "Filter blocks",
|
|
38
|
+
"Flow with key {{flowKey}} not found": "Flow with key {{flowKey}} not found",
|
|
39
|
+
"Form validation failed": "Form validation failed",
|
|
40
|
+
"Invalid input parameters": "Invalid input parameters",
|
|
41
|
+
"Invalid model provided": "Invalid model provided",
|
|
42
|
+
"Invalid subModelKey format": "Invalid subModelKey format: {{subModelKey}}",
|
|
43
|
+
"Model with ID {{uid}} not found": "Model with ID {{uid}} not found",
|
|
44
|
+
"Name": "Name",
|
|
45
|
+
"Next step": "Next step",
|
|
46
|
+
"No createModelOptions found for item": "No createModelOptions found for item",
|
|
47
|
+
"OK": "OK",
|
|
48
|
+
"Other blocks": "Other blocks",
|
|
49
|
+
"Previous step": "Previous step",
|
|
50
|
+
"Render failed": "Render failed",
|
|
51
|
+
"Step configuration": "Step configuration",
|
|
52
|
+
"Step parameter configuration": "Step parameter configuration",
|
|
53
|
+
"Step with key {{stepKey}} not found": "Step with key {{stepKey}} not found",
|
|
54
|
+
"Submodel not found": "Submodel '{{subKey}}' not found",
|
|
55
|
+
"This is likely a NocoBase internals bug. Please open an issue at": "This is likely a NocoBase internals bug. Please open an issue at",
|
|
56
|
+
"This step has no configurable parameters": "This step has no configurable parameters",
|
|
57
|
+
"This variable is not available": "This variable is not available",
|
|
58
|
+
"Try again": "Try again",
|
|
59
|
+
"UID copied to clipboard": "UID copied to clipboard",
|
|
60
|
+
"createModelOptions must specify use property": "createModelOptions must specify \"use\" property",
|
|
61
|
+
"here": "here"
|
|
62
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add": "Add",
|
|
3
|
+
"Are you sure you want to delete this item? This action cannot be undone.": "Are you sure you want to delete this item? This action cannot be undone.",
|
|
4
|
+
"Array index out of bounds": "Array index {{index}} out of bounds for '{{subKey}}'",
|
|
5
|
+
"Cancel": "Cancel",
|
|
6
|
+
"Common actions": "Common actions",
|
|
7
|
+
"Complete configuration": "Complete configuration",
|
|
8
|
+
"Configuration": "Configuration",
|
|
9
|
+
"Configuration popup cancelled or error": "Configuration popup cancelled or error",
|
|
10
|
+
"Configuration saved": "Configuration saved",
|
|
11
|
+
"Confirm delete": "Confirm delete",
|
|
12
|
+
"Copy UID": "Copy UID",
|
|
13
|
+
"Copy error info": "Copy error info",
|
|
14
|
+
"Copy failed": "Copy failed",
|
|
15
|
+
"Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.": "Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.",
|
|
16
|
+
"Copy failed, please copy [{{uid}}] manually.": "Copy failed, please copy [{{uid}}] manually.",
|
|
17
|
+
"Data blocks": "Data blocks",
|
|
18
|
+
"Delete": "Delete",
|
|
19
|
+
"Delete failed": "Delete failed",
|
|
20
|
+
"Delete operation failed": "Delete operation failed",
|
|
21
|
+
"Delete operation failed, please check the console for details.": "Delete operation failed, please check the console for details.",
|
|
22
|
+
"Download logs": "Download logs",
|
|
23
|
+
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": "Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider",
|
|
24
|
+
"Error saving configuration": "Error saving configuration",
|
|
25
|
+
"Error saving configuration, please check console": "Error saving configuration, please check console",
|
|
26
|
+
"Error submitting form": "Error submitting form",
|
|
27
|
+
"Expected array for subModel": "Expected array for '{{subKey}}', got {{type}}",
|
|
28
|
+
"Expected object for subModel": "Expected object for '{{subKey}}', got array",
|
|
29
|
+
"Failed to add sub model": "Failed to add sub model",
|
|
30
|
+
"Failed to destroy model after creation error": "Failed to destroy model after creation error",
|
|
31
|
+
"Failed to get action {{action}}": "Failed to get action {{action}}",
|
|
32
|
+
"Failed to get configurable flows for model {{model}}": "Failed to get configurable flows for model {{model}}",
|
|
33
|
+
"Failed to import FormDialog": "Failed to import FormDialog",
|
|
34
|
+
"Failed to import FormDialog or FormStep": "Failed to import FormDialog or FormStep",
|
|
35
|
+
"Failed to import Formily components": "Failed to import Formily components",
|
|
36
|
+
"Feedback": "Feedback",
|
|
37
|
+
"Filter blocks": "Filter blocks",
|
|
38
|
+
"Flow with key {{flowKey}} not found": "Flow with key {{flowKey}} not found",
|
|
39
|
+
"Form validation failed": "Form validation failed",
|
|
40
|
+
"Invalid input parameters": "Invalid input parameters",
|
|
41
|
+
"Invalid model provided": "Invalid model provided",
|
|
42
|
+
"Invalid subModelKey format": "Invalid subModelKey format: {{subModelKey}}",
|
|
43
|
+
"Model with ID {{uid}} not found": "Model with ID {{uid}} not found",
|
|
44
|
+
"Name": "Name",
|
|
45
|
+
"Next step": "Next step",
|
|
46
|
+
"No createModelOptions found for item": "No createModelOptions found for item",
|
|
47
|
+
"OK": "OK",
|
|
48
|
+
"Other blocks": "Other blocks",
|
|
49
|
+
"Previous step": "Previous step",
|
|
50
|
+
"Render failed": "Render failed",
|
|
51
|
+
"Step configuration": "Step configuration",
|
|
52
|
+
"Step parameter configuration": "Step parameter configuration",
|
|
53
|
+
"Step with key {{stepKey}} not found": "Step with key {{stepKey}} not found",
|
|
54
|
+
"Submodel not found": "Submodel '{{subKey}}' not found",
|
|
55
|
+
"This is likely a NocoBase internals bug. Please open an issue at": "This is likely a NocoBase internals bug. Please open an issue at",
|
|
56
|
+
"This step has no configurable parameters": "This step has no configurable parameters",
|
|
57
|
+
"This variable is not available": "This variable is not available",
|
|
58
|
+
"Try again": "Try again",
|
|
59
|
+
"UID copied to clipboard": "UID copied to clipboard",
|
|
60
|
+
"createModelOptions must specify use property": "createModelOptions must specify \"use\" property",
|
|
61
|
+
"here": "here"
|
|
62
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add": "Add",
|
|
3
|
+
"Are you sure you want to delete this item? This action cannot be undone.": "Are you sure you want to delete this item? This action cannot be undone.",
|
|
4
|
+
"Array index out of bounds": "Array index {{index}} out of bounds for '{{subKey}}'",
|
|
5
|
+
"Cancel": "Cancel",
|
|
6
|
+
"Common actions": "Common actions",
|
|
7
|
+
"Complete configuration": "Complete configuration",
|
|
8
|
+
"Configuration": "Configuration",
|
|
9
|
+
"Configuration popup cancelled or error": "Configuration popup cancelled or error",
|
|
10
|
+
"Configuration saved": "Configuration saved",
|
|
11
|
+
"Confirm delete": "Confirm delete",
|
|
12
|
+
"Copy UID": "Copy UID",
|
|
13
|
+
"Copy error info": "Copy error info",
|
|
14
|
+
"Copy failed": "Copy failed",
|
|
15
|
+
"Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.": "Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.",
|
|
16
|
+
"Copy failed, please copy [{{uid}}] manually.": "Copy failed, please copy [{{uid}}] manually.",
|
|
17
|
+
"Data blocks": "Data blocks",
|
|
18
|
+
"Delete": "Delete",
|
|
19
|
+
"Delete failed": "Delete failed",
|
|
20
|
+
"Delete operation failed": "Delete operation failed",
|
|
21
|
+
"Delete operation failed, please check the console for details.": "Delete operation failed, please check the console for details.",
|
|
22
|
+
"Download logs": "Download logs",
|
|
23
|
+
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": "Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider",
|
|
24
|
+
"Error saving configuration": "Error saving configuration",
|
|
25
|
+
"Error saving configuration, please check console": "Error saving configuration, please check console",
|
|
26
|
+
"Error submitting form": "Error submitting form",
|
|
27
|
+
"Expected array for subModel": "Expected array for '{{subKey}}', got {{type}}",
|
|
28
|
+
"Expected object for subModel": "Expected object for '{{subKey}}', got array",
|
|
29
|
+
"Failed to add sub model": "Failed to add sub model",
|
|
30
|
+
"Failed to destroy model after creation error": "Failed to destroy model after creation error",
|
|
31
|
+
"Failed to get action {{action}}": "Failed to get action {{action}}",
|
|
32
|
+
"Failed to get configurable flows for model {{model}}": "Failed to get configurable flows for model {{model}}",
|
|
33
|
+
"Failed to import FormDialog": "Failed to import FormDialog",
|
|
34
|
+
"Failed to import FormDialog or FormStep": "Failed to import FormDialog or FormStep",
|
|
35
|
+
"Failed to import Formily components": "Failed to import Formily components",
|
|
36
|
+
"Feedback": "Feedback",
|
|
37
|
+
"Filter blocks": "Filter blocks",
|
|
38
|
+
"Flow with key {{flowKey}} not found": "Flow with key {{flowKey}} not found",
|
|
39
|
+
"Form validation failed": "Form validation failed",
|
|
40
|
+
"Invalid input parameters": "Invalid input parameters",
|
|
41
|
+
"Invalid model provided": "Invalid model provided",
|
|
42
|
+
"Invalid subModelKey format": "Invalid subModelKey format: {{subModelKey}}",
|
|
43
|
+
"Model with ID {{uid}} not found": "Model with ID {{uid}} not found",
|
|
44
|
+
"Name": "Name",
|
|
45
|
+
"Next step": "Next step",
|
|
46
|
+
"No createModelOptions found for item": "No createModelOptions found for item",
|
|
47
|
+
"OK": "OK",
|
|
48
|
+
"Other blocks": "Other blocks",
|
|
49
|
+
"Previous step": "Previous step",
|
|
50
|
+
"Render failed": "Render failed",
|
|
51
|
+
"Step configuration": "Step configuration",
|
|
52
|
+
"Step parameter configuration": "Step parameter configuration",
|
|
53
|
+
"Step with key {{stepKey}} not found": "Step with key {{stepKey}} not found",
|
|
54
|
+
"Submodel not found": "Submodel '{{subKey}}' not found",
|
|
55
|
+
"This is likely a NocoBase internals bug. Please open an issue at": "This is likely a NocoBase internals bug. Please open an issue at",
|
|
56
|
+
"This step has no configurable parameters": "This step has no configurable parameters",
|
|
57
|
+
"This variable is not available": "This variable is not available",
|
|
58
|
+
"Try again": "Try again",
|
|
59
|
+
"UID copied to clipboard": "UID copied to clipboard",
|
|
60
|
+
"createModelOptions must specify use property": "createModelOptions must specify \"use\" property",
|
|
61
|
+
"here": "here"
|
|
62
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add": "Add",
|
|
3
|
+
"Are you sure you want to delete this item? This action cannot be undone.": "Are you sure you want to delete this item? This action cannot be undone.",
|
|
4
|
+
"Array index out of bounds": "Array index {{index}} out of bounds for '{{subKey}}'",
|
|
5
|
+
"Cancel": "Cancel",
|
|
6
|
+
"Common actions": "Common actions",
|
|
7
|
+
"Complete configuration": "Complete configuration",
|
|
8
|
+
"Configuration": "Configuration",
|
|
9
|
+
"Configuration popup cancelled or error": "Configuration popup cancelled or error",
|
|
10
|
+
"Configuration saved": "Configuration saved",
|
|
11
|
+
"Confirm delete": "Confirm delete",
|
|
12
|
+
"Copy UID": "Copy UID",
|
|
13
|
+
"Copy error info": "Copy error info",
|
|
14
|
+
"Copy failed": "Copy failed",
|
|
15
|
+
"Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.": "Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.",
|
|
16
|
+
"Copy failed, please copy [{{uid}}] manually.": "Copy failed, please copy [{{uid}}] manually.",
|
|
17
|
+
"Data blocks": "Data blocks",
|
|
18
|
+
"Delete": "Delete",
|
|
19
|
+
"Delete failed": "Delete failed",
|
|
20
|
+
"Delete operation failed": "Delete operation failed",
|
|
21
|
+
"Delete operation failed, please check the console for details.": "Delete operation failed, please check the console for details.",
|
|
22
|
+
"Download logs": "Download logs",
|
|
23
|
+
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": "Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider",
|
|
24
|
+
"Error saving configuration": "Error saving configuration",
|
|
25
|
+
"Error saving configuration, please check console": "Error saving configuration, please check console",
|
|
26
|
+
"Error submitting form": "Error submitting form",
|
|
27
|
+
"Expected array for subModel": "Expected array for '{{subKey}}', got {{type}}",
|
|
28
|
+
"Expected object for subModel": "Expected object for '{{subKey}}', got array",
|
|
29
|
+
"Failed to add sub model": "Failed to add sub model",
|
|
30
|
+
"Failed to destroy model after creation error": "Failed to destroy model after creation error",
|
|
31
|
+
"Failed to get action {{action}}": "Failed to get action {{action}}",
|
|
32
|
+
"Failed to get configurable flows for model {{model}}": "Failed to get configurable flows for model {{model}}",
|
|
33
|
+
"Failed to import FormDialog": "Failed to import FormDialog",
|
|
34
|
+
"Failed to import FormDialog or FormStep": "Failed to import FormDialog or FormStep",
|
|
35
|
+
"Failed to import Formily components": "Failed to import Formily components",
|
|
36
|
+
"Feedback": "Feedback",
|
|
37
|
+
"Filter blocks": "Filter blocks",
|
|
38
|
+
"Flow with key {{flowKey}} not found": "Flow with key {{flowKey}} not found",
|
|
39
|
+
"Form validation failed": "Form validation failed",
|
|
40
|
+
"Invalid input parameters": "Invalid input parameters",
|
|
41
|
+
"Invalid model provided": "Invalid model provided",
|
|
42
|
+
"Invalid subModelKey format": "Invalid subModelKey format: {{subModelKey}}",
|
|
43
|
+
"Model with ID {{uid}} not found": "Model with ID {{uid}} not found",
|
|
44
|
+
"Name": "Name",
|
|
45
|
+
"Next step": "Next step",
|
|
46
|
+
"No createModelOptions found for item": "No createModelOptions found for item",
|
|
47
|
+
"OK": "OK",
|
|
48
|
+
"Other blocks": "Other blocks",
|
|
49
|
+
"Previous step": "Previous step",
|
|
50
|
+
"Render failed": "Render failed",
|
|
51
|
+
"Step configuration": "Step configuration",
|
|
52
|
+
"Step parameter configuration": "Step parameter configuration",
|
|
53
|
+
"Step with key {{stepKey}} not found": "Step with key {{stepKey}} not found",
|
|
54
|
+
"Submodel not found": "Submodel '{{subKey}}' not found",
|
|
55
|
+
"This is likely a NocoBase internals bug. Please open an issue at": "This is likely a NocoBase internals bug. Please open an issue at",
|
|
56
|
+
"This step has no configurable parameters": "This step has no configurable parameters",
|
|
57
|
+
"This variable is not available": "This variable is not available",
|
|
58
|
+
"Try again": "Try again",
|
|
59
|
+
"UID copied to clipboard": "UID copied to clipboard",
|
|
60
|
+
"createModelOptions must specify use property": "createModelOptions must specify \"use\" property",
|
|
61
|
+
"here": "here"
|
|
62
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add": "Add",
|
|
3
|
+
"Are you sure you want to delete this item? This action cannot be undone.": "Are you sure you want to delete this item? This action cannot be undone.",
|
|
4
|
+
"Array index out of bounds": "Array index {{index}} out of bounds for '{{subKey}}'",
|
|
5
|
+
"Cancel": "Cancel",
|
|
6
|
+
"Common actions": "Common actions",
|
|
7
|
+
"Complete configuration": "Complete configuration",
|
|
8
|
+
"Configuration": "Configuration",
|
|
9
|
+
"Configuration popup cancelled or error": "Configuration popup cancelled or error",
|
|
10
|
+
"Configuration saved": "Configuration saved",
|
|
11
|
+
"Confirm delete": "Confirm delete",
|
|
12
|
+
"Copy UID": "Copy UID",
|
|
13
|
+
"Copy error info": "Copy error info",
|
|
14
|
+
"Copy failed": "Copy failed",
|
|
15
|
+
"Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.": "Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.",
|
|
16
|
+
"Copy failed, please copy [{{uid}}] manually.": "Copy failed, please copy [{{uid}}] manually.",
|
|
17
|
+
"Data blocks": "Data blocks",
|
|
18
|
+
"Delete": "Delete",
|
|
19
|
+
"Delete failed": "Delete failed",
|
|
20
|
+
"Delete operation failed": "Delete operation failed",
|
|
21
|
+
"Delete operation failed, please check the console for details.": "Delete operation failed, please check the console for details.",
|
|
22
|
+
"Download logs": "Download logs",
|
|
23
|
+
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": "Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider",
|
|
24
|
+
"Error saving configuration": "Error saving configuration",
|
|
25
|
+
"Error saving configuration, please check console": "Error saving configuration, please check console",
|
|
26
|
+
"Error submitting form": "Error submitting form",
|
|
27
|
+
"Expected array for subModel": "Expected array for '{{subKey}}', got {{type}}",
|
|
28
|
+
"Expected object for subModel": "Expected object for '{{subKey}}', got array",
|
|
29
|
+
"Failed to add sub model": "Failed to add sub model",
|
|
30
|
+
"Failed to destroy model after creation error": "Failed to destroy model after creation error",
|
|
31
|
+
"Failed to get action {{action}}": "Failed to get action {{action}}",
|
|
32
|
+
"Failed to get configurable flows for model {{model}}": "Failed to get configurable flows for model {{model}}",
|
|
33
|
+
"Failed to import FormDialog": "Failed to import FormDialog",
|
|
34
|
+
"Failed to import FormDialog or FormStep": "Failed to import FormDialog or FormStep",
|
|
35
|
+
"Failed to import Formily components": "Failed to import Formily components",
|
|
36
|
+
"Feedback": "Feedback",
|
|
37
|
+
"Filter blocks": "Filter blocks",
|
|
38
|
+
"Flow with key {{flowKey}} not found": "Flow with key {{flowKey}} not found",
|
|
39
|
+
"Form validation failed": "Form validation failed",
|
|
40
|
+
"Invalid input parameters": "Invalid input parameters",
|
|
41
|
+
"Invalid model provided": "Invalid model provided",
|
|
42
|
+
"Invalid subModelKey format": "Invalid subModelKey format: {{subModelKey}}",
|
|
43
|
+
"Model with ID {{uid}} not found": "Model with ID {{uid}} not found",
|
|
44
|
+
"Name": "Name",
|
|
45
|
+
"Next step": "Next step",
|
|
46
|
+
"No createModelOptions found for item": "No createModelOptions found for item",
|
|
47
|
+
"OK": "OK",
|
|
48
|
+
"Other blocks": "Other blocks",
|
|
49
|
+
"Previous step": "Previous step",
|
|
50
|
+
"Render failed": "Render failed",
|
|
51
|
+
"Step configuration": "Step configuration",
|
|
52
|
+
"Step parameter configuration": "Step parameter configuration",
|
|
53
|
+
"Step with key {{stepKey}} not found": "Step with key {{stepKey}} not found",
|
|
54
|
+
"Submodel not found": "Submodel '{{subKey}}' not found",
|
|
55
|
+
"This is likely a NocoBase internals bug. Please open an issue at": "This is likely a NocoBase internals bug. Please open an issue at",
|
|
56
|
+
"This step has no configurable parameters": "This step has no configurable parameters",
|
|
57
|
+
"This variable is not available": "This variable is not available",
|
|
58
|
+
"Try again": "Try again",
|
|
59
|
+
"UID copied to clipboard": "UID copied to clipboard",
|
|
60
|
+
"createModelOptions must specify use property": "createModelOptions must specify \"use\" property",
|
|
61
|
+
"here": "here"
|
|
62
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Add": "Add",
|
|
3
|
+
"Are you sure you want to delete this item? This action cannot be undone.": "Are you sure you want to delete this item? This action cannot be undone.",
|
|
4
|
+
"Array index out of bounds": "Array index {{index}} out of bounds for '{{subKey}}'",
|
|
5
|
+
"Cancel": "Cancel",
|
|
6
|
+
"Common actions": "Common actions",
|
|
7
|
+
"Complete configuration": "Complete configuration",
|
|
8
|
+
"Configuration": "Configuration",
|
|
9
|
+
"Configuration popup cancelled or error": "Configuration popup cancelled or error",
|
|
10
|
+
"Configuration saved": "Configuration saved",
|
|
11
|
+
"Confirm delete": "Confirm delete",
|
|
12
|
+
"Copy UID": "Copy UID",
|
|
13
|
+
"Copy error info": "Copy error info",
|
|
14
|
+
"Copy failed": "Copy failed",
|
|
15
|
+
"Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.": "Copy failed under HTTP. Clipboard API is unavailable on non-HTTPS pages. Please copy [{{uid}}] manually.",
|
|
16
|
+
"Copy failed, please copy [{{uid}}] manually.": "Copy failed, please copy [{{uid}}] manually.",
|
|
17
|
+
"Data blocks": "Data blocks",
|
|
18
|
+
"Delete": "Delete",
|
|
19
|
+
"Delete failed": "Delete failed",
|
|
20
|
+
"Delete operation failed": "Delete operation failed",
|
|
21
|
+
"Delete operation failed, please check the console for details.": "Delete operation failed, please check the console for details.",
|
|
22
|
+
"Download logs": "Download logs",
|
|
23
|
+
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": "Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider",
|
|
24
|
+
"Error saving configuration": "Error saving configuration",
|
|
25
|
+
"Error saving configuration, please check console": "Error saving configuration, please check console",
|
|
26
|
+
"Error submitting form": "Error submitting form",
|
|
27
|
+
"Expected array for subModel": "Expected array for '{{subKey}}', got {{type}}",
|
|
28
|
+
"Expected object for subModel": "Expected object for '{{subKey}}', got array",
|
|
29
|
+
"Failed to add sub model": "Failed to add sub model",
|
|
30
|
+
"Failed to destroy model after creation error": "Failed to destroy model after creation error",
|
|
31
|
+
"Failed to get action {{action}}": "Failed to get action {{action}}",
|
|
32
|
+
"Failed to get configurable flows for model {{model}}": "Failed to get configurable flows for model {{model}}",
|
|
33
|
+
"Failed to import FormDialog": "Failed to import FormDialog",
|
|
34
|
+
"Failed to import FormDialog or FormStep": "Failed to import FormDialog or FormStep",
|
|
35
|
+
"Failed to import Formily components": "Failed to import Formily components",
|
|
36
|
+
"Feedback": "Feedback",
|
|
37
|
+
"Filter blocks": "Filter blocks",
|
|
38
|
+
"Flow with key {{flowKey}} not found": "Flow with key {{flowKey}} not found",
|
|
39
|
+
"Form validation failed": "Form validation failed",
|
|
40
|
+
"Invalid input parameters": "Invalid input parameters",
|
|
41
|
+
"Invalid model provided": "Invalid model provided",
|
|
42
|
+
"Invalid subModelKey format": "Invalid subModelKey format: {{subModelKey}}",
|
|
43
|
+
"Model with ID {{uid}} not found": "Model with ID {{uid}} not found",
|
|
44
|
+
"Name": "Name",
|
|
45
|
+
"Next step": "Next step",
|
|
46
|
+
"No createModelOptions found for item": "No createModelOptions found for item",
|
|
47
|
+
"OK": "OK",
|
|
48
|
+
"Other blocks": "Other blocks",
|
|
49
|
+
"Previous step": "Previous step",
|
|
50
|
+
"Render failed": "Render failed",
|
|
51
|
+
"Step configuration": "Step configuration",
|
|
52
|
+
"Step parameter configuration": "Step parameter configuration",
|
|
53
|
+
"Step with key {{stepKey}} not found": "Step with key {{stepKey}} not found",
|
|
54
|
+
"Submodel not found": "Submodel '{{subKey}}' not found",
|
|
55
|
+
"This is likely a NocoBase internals bug. Please open an issue at": "This is likely a NocoBase internals bug. Please open an issue at",
|
|
56
|
+
"This step has no configurable parameters": "This step has no configurable parameters",
|
|
57
|
+
"This variable is not available": "This variable is not available",
|
|
58
|
+
"Try again": "Try again",
|
|
59
|
+
"UID copied to clipboard": "UID copied to clipboard",
|
|
60
|
+
"createModelOptions must specify use property": "createModelOptions must specify \"use\" property",
|
|
61
|
+
"here": "here"
|
|
62
|
+
}
|