@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/externalVersion.js
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-
|
|
11
|
+
"@nocobase/client": "2.0.0-beta.2",
|
|
12
12
|
"lodash": "4.17.21",
|
|
13
|
-
"@nocobase/database": "2.0.0-
|
|
14
|
-
"@nocobase/data-source-manager": "2.0.0-
|
|
15
|
-
"@nocobase/resourcer": "2.0.0-
|
|
16
|
-
"@nocobase/server": "2.0.0-
|
|
17
|
-
"@nocobase/
|
|
18
|
-
"@nocobase/
|
|
19
|
-
"@nocobase/plugin-localization": "2.0.0-
|
|
20
|
-
"@nocobase/actions": "2.0.0-
|
|
13
|
+
"@nocobase/database": "2.0.0-beta.2",
|
|
14
|
+
"@nocobase/data-source-manager": "2.0.0-beta.2",
|
|
15
|
+
"@nocobase/resourcer": "2.0.0-beta.2",
|
|
16
|
+
"@nocobase/server": "2.0.0-beta.2",
|
|
17
|
+
"@nocobase/utils": "2.0.0-beta.2",
|
|
18
|
+
"@nocobase/cache": "2.0.0-beta.2",
|
|
19
|
+
"@nocobase/plugin-localization": "2.0.0-beta.2",
|
|
20
|
+
"@nocobase/actions": "2.0.0-beta.2"
|
|
21
21
|
};
|
|
@@ -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
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,61 +1,73 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"Step configuration": "Step configuration",
|
|
7
|
-
"This step has no configurable parameters": "This step has no configurable parameters",
|
|
8
|
-
"Failed to import Formily components": "Failed to import Formily components",
|
|
9
|
-
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": "Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider",
|
|
10
|
-
"Configuration saved": "Configuration saved",
|
|
11
|
-
"Error saving configuration": "Error saving configuration",
|
|
12
|
-
"Error saving configuration, please check console": "Error saving configuration, please check console",
|
|
13
|
-
"Failed to import FormDialog": "Failed to import FormDialog",
|
|
14
|
-
"OK": "OK",
|
|
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
|
+
"Are you sure to convert this template block to copy mode?": "Are you sure you want to convert this template block to copy mode?",
|
|
5
|
+
"Array index out of bounds": "Array index {{index}} out of bounds for '{{subKey}}'",
|
|
15
6
|
"Cancel": "Cancel",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
7
|
+
"Convert to copy": "Convert to copy",
|
|
8
|
+
"Convert to copy is unavailable": "Convert to copy is unavailable",
|
|
9
|
+
"Save as template": "Save as template",
|
|
10
|
+
"Common actions": "Common actions",
|
|
18
11
|
"Complete configuration": "Complete configuration",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"UID
|
|
12
|
+
"Configuration": "Configuration",
|
|
13
|
+
"Configuration popup cancelled or error": "Configuration popup cancelled or error",
|
|
14
|
+
"Configuration saved": "Configuration saved",
|
|
15
|
+
"Confirm delete": "Confirm delete",
|
|
16
|
+
"Copy UID": "Copy UID",
|
|
17
|
+
"Copy error info": "Copy error info",
|
|
24
18
|
"Copy failed": "Copy failed",
|
|
19
|
+
"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.",
|
|
25
20
|
"Copy failed, please copy [{{uid}}] manually.": "Copy failed, please copy [{{uid}}] manually.",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"Delete operation failed": "Delete operation failed",
|
|
21
|
+
"Data blocks": "Data blocks",
|
|
22
|
+
"Delete": "Delete",
|
|
29
23
|
"Delete failed": "Delete failed",
|
|
24
|
+
"Delete operation failed": "Delete operation failed",
|
|
30
25
|
"Delete operation failed, please check the console for details.": "Delete operation failed, please check the console for details.",
|
|
31
|
-
"
|
|
26
|
+
"Download logs": "Download logs",
|
|
27
|
+
"Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider": "Drawer API is not available, please ensure it is used within FlowEngineGlobalsContextProvider",
|
|
28
|
+
"Error saving configuration": "Error saving configuration",
|
|
29
|
+
"Error saving configuration, please check console": "Error saving configuration, please check console",
|
|
30
|
+
"Error submitting form": "Error submitting form",
|
|
31
|
+
"Expected array for subModel": "Expected array for '{{subKey}}', got {{type}}",
|
|
32
|
+
"Expected object for subModel": "Expected object for '{{subKey}}', got array",
|
|
33
|
+
"Failed to add sub model": "Failed to add sub model",
|
|
34
|
+
"Failed to destroy model after creation error": "Failed to destroy model after creation error",
|
|
32
35
|
"Failed to get action {{action}}": "Failed to get action {{action}}",
|
|
33
36
|
"Failed to get configurable flows for model {{model}}": "Failed to get configurable flows for model {{model}}",
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"here": "here",
|
|
38
|
-
"Render failed": "Render failed",
|
|
37
|
+
"Failed to import FormDialog": "Failed to import FormDialog",
|
|
38
|
+
"Failed to import FormDialog or FormStep": "Failed to import FormDialog or FormStep",
|
|
39
|
+
"Failed to import Formily components": "Failed to import Formily components",
|
|
39
40
|
"Feedback": "Feedback",
|
|
40
|
-
"Download logs": "Download logs",
|
|
41
|
-
"Copy error info": "Copy error info",
|
|
42
|
-
"Try again": "Try again",
|
|
43
|
-
"Data blocks": "Data blocks",
|
|
44
41
|
"Filter blocks": "Filter blocks",
|
|
45
|
-
"
|
|
42
|
+
"Flow with key {{flowKey}} not found": "Flow with key {{flowKey}} not found",
|
|
43
|
+
"Form validation failed": "Form validation failed",
|
|
46
44
|
"Invalid input parameters": "Invalid input parameters",
|
|
45
|
+
"Invalid model provided": "Invalid model provided",
|
|
47
46
|
"Invalid subModelKey format": "Invalid subModelKey format: {{subModelKey}}",
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"Expected object for subModel": "Expected object for '{{subKey}}', got array",
|
|
47
|
+
"Model with ID {{uid}} not found": "Model with ID {{uid}} not found",
|
|
48
|
+
"Name": "Name",
|
|
49
|
+
"Next step": "Next step",
|
|
52
50
|
"No createModelOptions found for item": "No createModelOptions found for item",
|
|
51
|
+
"OK": "OK",
|
|
52
|
+
"Other blocks": "Other blocks",
|
|
53
|
+
"Parent not found, cannot replace block": "Parent not found, cannot replace block",
|
|
54
|
+
"Previous step": "Previous step",
|
|
55
|
+
"Replace current block with template?": "Replace current block with template?",
|
|
56
|
+
"Replaced with template block": "Replaced with template block",
|
|
57
|
+
"Render failed": "Render failed",
|
|
58
|
+
"Step configuration": "Step configuration",
|
|
59
|
+
"Step parameter configuration": "Step parameter configuration",
|
|
60
|
+
"Step with key {{stepKey}} not found": "Step with key {{stepKey}} not found",
|
|
61
|
+
"Submodel not found": "Submodel '{{subKey}}' not found",
|
|
62
|
+
"This is likely a NocoBase internals bug. Please open an issue at": "This is likely a NocoBase internals bug. Please open an issue at",
|
|
63
|
+
"This step has no configurable parameters": "This step has no configurable parameters",
|
|
64
|
+
"This variable is not available": "This variable is not available",
|
|
65
|
+
"Try again": "Try again",
|
|
66
|
+
"Template created": "Template created",
|
|
67
|
+
"Template description": "Template description",
|
|
68
|
+
"Template name": "Template name",
|
|
69
|
+
"Template name is required": "Template name is required",
|
|
70
|
+
"UID copied to clipboard": "UID copied to clipboard",
|
|
53
71
|
"createModelOptions must specify use property": "createModelOptions must specify \"use\" property",
|
|
54
|
-
"
|
|
55
|
-
"Failed to destroy model after creation error": "Failed to destroy model after creation error",
|
|
56
|
-
"Add": "Add",
|
|
57
|
-
"Name": "Name",
|
|
58
|
-
"Model with ID {{uid}} not found": "Model with ID {{uid}} not found",
|
|
59
|
-
"Common actions": "Common actions",
|
|
60
|
-
"This variable is not available": "This variable is not available"
|
|
72
|
+
"here": "here"
|
|
61
73
|
}
|
|
@@ -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
|
+
}
|