@nocobase/plugin-workflow 0.17.0-alpha.2 → 0.17.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +8 -8
- package/dist/locale/{en-US.js → en-US.json} +50 -72
- package/dist/locale/es-ES.json +129 -0
- package/dist/locale/fr-FR.json +129 -0
- package/dist/locale/ja-JP.json +87 -0
- package/dist/locale/pt-BR.json +129 -0
- package/dist/locale/ru-RU.json +87 -0
- package/dist/locale/tr-TR.json +87 -0
- package/dist/locale/zh-CN.json +248 -0
- package/dist/node_modules/cron-parser/package.json +1 -1
- package/dist/node_modules/lru-cache/package.json +1 -1
- package/package.json +2 -2
- package/dist/locale/en-US.d.ts +0 -130
- package/dist/locale/es-ES.d.ts +0 -130
- package/dist/locale/es-ES.js +0 -151
- package/dist/locale/fr-FR.d.ts +0 -130
- package/dist/locale/fr-FR.js +0 -151
- package/dist/locale/ja-JP.d.ts +0 -88
- package/dist/locale/ja-JP.js +0 -109
- package/dist/locale/pt-BR.d.ts +0 -130
- package/dist/locale/pt-BR.js +0 -151
- package/dist/locale/ru-RU.d.ts +0 -88
- package/dist/locale/ru-RU.js +0 -109
- package/dist/locale/tr-TR.d.ts +0 -88
- package/dist/locale/tr-TR.js +0 -109
- package/dist/locale/zh-CN.d.ts +0 -249
- package/dist/locale/zh-CN.js +0 -270
package/dist/locale/en-US.d.ts
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
Workflow: string;
|
|
3
|
-
'Execution history': string;
|
|
4
|
-
Executed: string;
|
|
5
|
-
'Trigger type': string;
|
|
6
|
-
Status: string;
|
|
7
|
-
On: string;
|
|
8
|
-
Off: string;
|
|
9
|
-
Version: string;
|
|
10
|
-
'Copy to new version': string;
|
|
11
|
-
Duplicate: string;
|
|
12
|
-
Loading: string;
|
|
13
|
-
'Load failed': string;
|
|
14
|
-
Trigger: string;
|
|
15
|
-
'Trigger variables': string;
|
|
16
|
-
'Trigger data': string;
|
|
17
|
-
'Trigger time': string;
|
|
18
|
-
'Triggered at': string;
|
|
19
|
-
'Collection event': string;
|
|
20
|
-
'Trigger on': string;
|
|
21
|
-
'After record added': string;
|
|
22
|
-
'After record updated': string;
|
|
23
|
-
'After record added or updated': string;
|
|
24
|
-
'After record deleted': string;
|
|
25
|
-
'Changed fields': string;
|
|
26
|
-
'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;
|
|
27
|
-
'Only triggers when match conditions': string;
|
|
28
|
-
'Schedule event': string;
|
|
29
|
-
'Trigger mode': string;
|
|
30
|
-
'Based on certain date': string;
|
|
31
|
-
'Based on date field of collection': string;
|
|
32
|
-
'Starts on': string;
|
|
33
|
-
'Ends on': string;
|
|
34
|
-
'No end': string;
|
|
35
|
-
'Exactly at': string;
|
|
36
|
-
'Repeat mode': string;
|
|
37
|
-
'Repeat limit': string;
|
|
38
|
-
'No limit': string;
|
|
39
|
-
Seconds: string;
|
|
40
|
-
Minutes: string;
|
|
41
|
-
Hours: string;
|
|
42
|
-
Days: string;
|
|
43
|
-
Weeks: string;
|
|
44
|
-
Months: string;
|
|
45
|
-
'No repeat': string;
|
|
46
|
-
Every: string;
|
|
47
|
-
'By minute': string;
|
|
48
|
-
'By hour': string;
|
|
49
|
-
'By day': string;
|
|
50
|
-
'By week': string;
|
|
51
|
-
'By month': string;
|
|
52
|
-
'By field': string;
|
|
53
|
-
'By custom date': string;
|
|
54
|
-
Advanced: string;
|
|
55
|
-
End: string;
|
|
56
|
-
'Node result': string;
|
|
57
|
-
Constant: string;
|
|
58
|
-
Null: string;
|
|
59
|
-
Boolean: string;
|
|
60
|
-
String: string;
|
|
61
|
-
Calculator: string;
|
|
62
|
-
'Arithmetic calculation': string;
|
|
63
|
-
'String operation': string;
|
|
64
|
-
'Executed at': string;
|
|
65
|
-
Queueing: string;
|
|
66
|
-
'On going': string;
|
|
67
|
-
Succeeded: string;
|
|
68
|
-
Failed: string;
|
|
69
|
-
Pending: string;
|
|
70
|
-
Canceled: string;
|
|
71
|
-
'This node contains branches, deleting will also be preformed to them, are you sure?': string;
|
|
72
|
-
Control: string;
|
|
73
|
-
'Collection operations': string;
|
|
74
|
-
'Extended types': string;
|
|
75
|
-
'Node type': string;
|
|
76
|
-
Calculation: string;
|
|
77
|
-
'Configure calculation': string;
|
|
78
|
-
'Calculation result': string;
|
|
79
|
-
True: string;
|
|
80
|
-
False: string;
|
|
81
|
-
concat: string;
|
|
82
|
-
Condition: string;
|
|
83
|
-
Mode: string;
|
|
84
|
-
'Continue when "Yes"': string;
|
|
85
|
-
'Branch into "Yes" and "No"': string;
|
|
86
|
-
Conditions: string;
|
|
87
|
-
'Parallel branch': string;
|
|
88
|
-
'Add branch': string;
|
|
89
|
-
'All succeeded': string;
|
|
90
|
-
'Any succeeded': string;
|
|
91
|
-
'Any succeeded or failed': string;
|
|
92
|
-
'Continue after all branches succeeded': string;
|
|
93
|
-
'Continue after any branch succeeded': string;
|
|
94
|
-
'Continue after any branch succeeded, or exit after any branch failed': string;
|
|
95
|
-
Delay: string;
|
|
96
|
-
Duration: string;
|
|
97
|
-
'End Status': string;
|
|
98
|
-
'Select status': string;
|
|
99
|
-
'Succeed and continue': string;
|
|
100
|
-
'Fail and exit': string;
|
|
101
|
-
'Create record': string;
|
|
102
|
-
'Update record': string;
|
|
103
|
-
'Query record': string;
|
|
104
|
-
'Multiple records': string;
|
|
105
|
-
'Please select collection first': string;
|
|
106
|
-
'Only update records matching conditions': string;
|
|
107
|
-
'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;
|
|
108
|
-
'Trigger in executed workflow cannot be modified': string;
|
|
109
|
-
'Node in executed workflow cannot be modified': string;
|
|
110
|
-
'Can not delete': string;
|
|
111
|
-
'The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.': string;
|
|
112
|
-
'HTTP request': string;
|
|
113
|
-
'HTTP method': string;
|
|
114
|
-
URL: string;
|
|
115
|
-
Headers: string;
|
|
116
|
-
'Add request header': string;
|
|
117
|
-
Parameters: string;
|
|
118
|
-
'Add parameter': string;
|
|
119
|
-
Body: string;
|
|
120
|
-
'Use variable': string;
|
|
121
|
-
Format: string;
|
|
122
|
-
Insert: string;
|
|
123
|
-
'Timeout config': string;
|
|
124
|
-
ms: string;
|
|
125
|
-
'Input request data': string;
|
|
126
|
-
'Only support standard JSON data': string;
|
|
127
|
-
'"Content-Type" only support "application/json", and no need to specify': string;
|
|
128
|
-
'Ignore fail request and continue workflow': string;
|
|
129
|
-
};
|
|
130
|
-
export default _default;
|
package/dist/locale/es-ES.d.ts
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
Workflow: string;
|
|
3
|
-
"Execution history": string;
|
|
4
|
-
Executed: string;
|
|
5
|
-
"Trigger type": string;
|
|
6
|
-
Status: string;
|
|
7
|
-
On: string;
|
|
8
|
-
Off: string;
|
|
9
|
-
Version: string;
|
|
10
|
-
"Copy to new version": string;
|
|
11
|
-
Duplicate: string;
|
|
12
|
-
Loading: string;
|
|
13
|
-
"Load failed": string;
|
|
14
|
-
Trigger: string;
|
|
15
|
-
"Trigger variables": string;
|
|
16
|
-
"Trigger data": string;
|
|
17
|
-
"Trigger time": string;
|
|
18
|
-
"Triggered at": string;
|
|
19
|
-
"Collection event": string;
|
|
20
|
-
"Trigger on": string;
|
|
21
|
-
"After record added": string;
|
|
22
|
-
"After record updated": string;
|
|
23
|
-
"After record added or updated": string;
|
|
24
|
-
"After record deleted": string;
|
|
25
|
-
"Changed fields": string;
|
|
26
|
-
"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;
|
|
27
|
-
"Only triggers when match conditions": string;
|
|
28
|
-
"Schedule event": string;
|
|
29
|
-
"Trigger mode": string;
|
|
30
|
-
"Based on certain date": string;
|
|
31
|
-
"Based on date field of collection": string;
|
|
32
|
-
"Starts on": string;
|
|
33
|
-
"Ends on": string;
|
|
34
|
-
"No end": string;
|
|
35
|
-
"Exactly at": string;
|
|
36
|
-
"Repeat mode": string;
|
|
37
|
-
"Repeat limit": string;
|
|
38
|
-
"No limit": string;
|
|
39
|
-
Seconds: string;
|
|
40
|
-
Minutes: string;
|
|
41
|
-
Hours: string;
|
|
42
|
-
Days: string;
|
|
43
|
-
Weeks: string;
|
|
44
|
-
Months: string;
|
|
45
|
-
"No repeat": string;
|
|
46
|
-
Every: string;
|
|
47
|
-
"By minute": string;
|
|
48
|
-
"By hour": string;
|
|
49
|
-
"By day": string;
|
|
50
|
-
"By week": string;
|
|
51
|
-
"By month": string;
|
|
52
|
-
"By field": string;
|
|
53
|
-
"By custom date": string;
|
|
54
|
-
Advanced: string;
|
|
55
|
-
End: string;
|
|
56
|
-
"Node result": string;
|
|
57
|
-
Constant: string;
|
|
58
|
-
Null: string;
|
|
59
|
-
Boolean: string;
|
|
60
|
-
String: string;
|
|
61
|
-
Calculator: string;
|
|
62
|
-
"Arithmetic calculation": string;
|
|
63
|
-
"String operation": string;
|
|
64
|
-
"Executed at": string;
|
|
65
|
-
Queueing: string;
|
|
66
|
-
"On going": string;
|
|
67
|
-
Succeeded: string;
|
|
68
|
-
Failed: string;
|
|
69
|
-
Pending: string;
|
|
70
|
-
Canceled: string;
|
|
71
|
-
"This node contains branches, deleting will also be preformed to them, are you sure?": string;
|
|
72
|
-
Control: string;
|
|
73
|
-
"Collection operations": string;
|
|
74
|
-
"Extended types": string;
|
|
75
|
-
"Node type": string;
|
|
76
|
-
Calculation: string;
|
|
77
|
-
"Configure calculation": string;
|
|
78
|
-
"Calculation result": string;
|
|
79
|
-
True: string;
|
|
80
|
-
False: string;
|
|
81
|
-
concat: string;
|
|
82
|
-
Condition: string;
|
|
83
|
-
Mode: string;
|
|
84
|
-
"Continue when \"Yes\"": string;
|
|
85
|
-
"Branch into \"Yes\" and \"No\"": string;
|
|
86
|
-
Conditions: string;
|
|
87
|
-
"Parallel branch": string;
|
|
88
|
-
"Add branch": string;
|
|
89
|
-
"All succeeded": string;
|
|
90
|
-
"Any succeeded": string;
|
|
91
|
-
"Any succeeded or failed": string;
|
|
92
|
-
"Continue after all branches succeeded": string;
|
|
93
|
-
"Continue after any branch succeeded": string;
|
|
94
|
-
"Continue after any branch succeeded, or exit after any branch failed": string;
|
|
95
|
-
Delay: string;
|
|
96
|
-
Duration: string;
|
|
97
|
-
"End Status": string;
|
|
98
|
-
"Select status": string;
|
|
99
|
-
"Succeed and continue": string;
|
|
100
|
-
"Fail and exit": string;
|
|
101
|
-
"Create record": string;
|
|
102
|
-
"Update record": string;
|
|
103
|
-
"Query record": string;
|
|
104
|
-
"Multiple records": string;
|
|
105
|
-
"Please select collection first": string;
|
|
106
|
-
"Only update records matching conditions": string;
|
|
107
|
-
"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;
|
|
108
|
-
"Trigger in executed workflow cannot be modified": string;
|
|
109
|
-
"Node in executed workflow cannot be modified": string;
|
|
110
|
-
"Can not delete": string;
|
|
111
|
-
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": string;
|
|
112
|
-
"HTTP request": string;
|
|
113
|
-
"HTTP method": string;
|
|
114
|
-
URL: string;
|
|
115
|
-
Headers: string;
|
|
116
|
-
"Add request header": string;
|
|
117
|
-
Parameters: string;
|
|
118
|
-
"Add parameter": string;
|
|
119
|
-
Body: string;
|
|
120
|
-
"Use variable": string;
|
|
121
|
-
Format: string;
|
|
122
|
-
Insert: string;
|
|
123
|
-
"Timeout config": string;
|
|
124
|
-
ms: string;
|
|
125
|
-
"Input request data": string;
|
|
126
|
-
"Only support standard JSON data": string;
|
|
127
|
-
"\"Content-Type\" only support \"application/json\", and no need to specify": string;
|
|
128
|
-
"Ignore fail request and continue workflow": string;
|
|
129
|
-
};
|
|
130
|
-
export default _default;
|
package/dist/locale/es-ES.js
DELETED
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
8
|
-
};
|
|
9
|
-
var __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
13
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
14
|
-
}
|
|
15
|
-
return to;
|
|
16
|
-
};
|
|
17
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
|
-
var es_ES_exports = {};
|
|
19
|
-
__export(es_ES_exports, {
|
|
20
|
-
default: () => es_ES_default
|
|
21
|
-
});
|
|
22
|
-
module.exports = __toCommonJS(es_ES_exports);
|
|
23
|
-
var es_ES_default = {
|
|
24
|
-
"Workflow": "Flujo de trabajo",
|
|
25
|
-
"Execution history": "Historial de ejecuci\xF3n",
|
|
26
|
-
"Executed": "Ejecutado",
|
|
27
|
-
"Trigger type": "Tipo de activador",
|
|
28
|
-
"Status": "Estado",
|
|
29
|
-
"On": "Activado",
|
|
30
|
-
"Off": "Apagado",
|
|
31
|
-
"Version": "Versi\xF3n",
|
|
32
|
-
"Copy to new version": "Copiar a nueva versi\xF3n",
|
|
33
|
-
"Duplicate": "Duplicar",
|
|
34
|
-
"Loading": "Cargando",
|
|
35
|
-
"Load failed": "Carga fallida",
|
|
36
|
-
"Trigger": "Disparador",
|
|
37
|
-
"Trigger variables": "Variables de activaci\xF3n",
|
|
38
|
-
"Trigger data": "Datos de activaci\xF3n",
|
|
39
|
-
"Trigger time": "Tiempo de activaci\xF3n",
|
|
40
|
-
"Triggered at": "Disparado a las",
|
|
41
|
-
"Collection event": "Evento de recogida",
|
|
42
|
-
"Trigger on": "Activado en",
|
|
43
|
-
"After record added": "Despu\xE9s de a\xF1adir el registro",
|
|
44
|
-
"After record updated": "Despu\xE9s de actualizar el registro",
|
|
45
|
-
"After record added or updated": "Despu\xE9s de a\xF1adir o actualizar el registro",
|
|
46
|
-
"After record deleted": "Despu\xE9s de eliminar el registro",
|
|
47
|
-
"Changed fields": "Campos modificados",
|
|
48
|
-
"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.": "Se activa s\xF3lo si cambia uno de los campos seleccionados. Si no se selecciona, significa que se activar\xE1 cuando cambie cualquier campo. Cuando se a\xF1ade o elimina un registro, se considera que se ha modificado cualquier campo.",
|
|
49
|
-
"Only triggers when match conditions": "S\xF3lo se dispara cuando coinciden las condiciones",
|
|
50
|
-
"Schedule event": "Programar evento",
|
|
51
|
-
"Trigger mode": "Modo de activaci\xF3n",
|
|
52
|
-
"Based on certain date": "Basado en fecha determinada",
|
|
53
|
-
"Based on date field of collection": "Basado en el campo de fecha de la colecci\xF3n",
|
|
54
|
-
"Starts on": "Comienza el",
|
|
55
|
-
"Ends on": "Finaliza el",
|
|
56
|
-
"No end": "Sin fin",
|
|
57
|
-
"Exactly at": "Exactamente en",
|
|
58
|
-
"Repeat mode": "Modo repetici\xF3n",
|
|
59
|
-
"Repeat limit": "L\xEDmite de repetici\xF3n",
|
|
60
|
-
"No limit": "Sin l\xEDmite",
|
|
61
|
-
"Seconds": "Segundos",
|
|
62
|
-
"Minutes": "Minutos",
|
|
63
|
-
"Hours": "Horas",
|
|
64
|
-
"Days": "D\xEDas",
|
|
65
|
-
"Weeks": "Semanas",
|
|
66
|
-
"Months": "Meses",
|
|
67
|
-
"No repeat": "No repetir",
|
|
68
|
-
"Every": "Cada",
|
|
69
|
-
"By minute": "Por minuto",
|
|
70
|
-
"By hour": "Por hora",
|
|
71
|
-
"By day": "Por d\xEDa",
|
|
72
|
-
"By week": "Por semana",
|
|
73
|
-
"By month": "Por mes",
|
|
74
|
-
"By field": "Por campo",
|
|
75
|
-
"By custom date": "Por fecha personalizada",
|
|
76
|
-
"Advanced": "Avanzada",
|
|
77
|
-
"End": "Fin",
|
|
78
|
-
"Node result": "Resultado nodo",
|
|
79
|
-
"Constant": "Constante",
|
|
80
|
-
"Null": "Null",
|
|
81
|
-
"Boolean": "Booleano",
|
|
82
|
-
"String": "Cadena",
|
|
83
|
-
"Calculator": "Calculadora",
|
|
84
|
-
"Arithmetic calculation": "C\xE1lculo aritm\xE9tico",
|
|
85
|
-
"String operation": "Operaci\xF3n de Cadena",
|
|
86
|
-
"Executed at": "Ejecutado en",
|
|
87
|
-
"Queueing": "Puesta en cola",
|
|
88
|
-
"On going": "En curso",
|
|
89
|
-
"Succeeded": "Logrado",
|
|
90
|
-
"Failed": "Fallido",
|
|
91
|
-
"Pending": "Pendiente",
|
|
92
|
-
"Canceled": "Cancelado",
|
|
93
|
-
"This node contains branches, deleting will also be preformed to them, are you sure?": "Este nodo contiene ramas, el borrado tambi\xE9n se preformar\xE1 a ellas, \xBFest\xE1s seguro?",
|
|
94
|
-
"Control": "Control",
|
|
95
|
-
"Collection operations": "Operaciones de recogida",
|
|
96
|
-
"Extended types": "Tipos ampliados",
|
|
97
|
-
"Node type": "Tipo de nodo",
|
|
98
|
-
"Calculation": "C\xE1lculo",
|
|
99
|
-
"Configure calculation": "Configurar c\xE1lculo",
|
|
100
|
-
"Calculation result": "Resultado del c\xE1lculo",
|
|
101
|
-
"True": "Verdadero",
|
|
102
|
-
"False": "Falso",
|
|
103
|
-
"concat": "concat",
|
|
104
|
-
"Condition": "Condici\xF3n",
|
|
105
|
-
"Mode": "Modo",
|
|
106
|
-
'Continue when "Yes"': 'Continuar cuando "S\xED"',
|
|
107
|
-
'Branch into "Yes" and "No"': 'Ramificarse en "S\xED" y "No"',
|
|
108
|
-
"Conditions": "Condiciones",
|
|
109
|
-
"Parallel branch": "Rama paralela",
|
|
110
|
-
"Add branch": "A\xF1adir rama",
|
|
111
|
-
"All succeeded": "Todo correcto",
|
|
112
|
-
"Any succeeded": "Cualquiera con \xE9xito",
|
|
113
|
-
"Any succeeded or failed": "Cualquiera tuvo \xE9xito o fall\xF3",
|
|
114
|
-
"Continue after all branches succeeded": "Continuar despu\xE9s que todas las ramas han tenido \xE9xito",
|
|
115
|
-
"Continue after any branch succeeded": "Continuar despu\xE9s que cualquier rama tenga \xE9xito",
|
|
116
|
-
"Continue after any branch succeeded, or exit after any branch failed": "Continuar despu\xE9s de que cualquier rama tenga \xE9xito, o salir despu\xE9s de que cualquier rama falle",
|
|
117
|
-
"Delay": "Retraso",
|
|
118
|
-
"Duration": "Duraci\xF3n",
|
|
119
|
-
"End Status": "Estado Final",
|
|
120
|
-
"Select status": "Seleccionar estado",
|
|
121
|
-
"Succeed and continue": "\xC9xito y continuar",
|
|
122
|
-
"Fail and exit": "Falla y sale",
|
|
123
|
-
"Create record": "Crear registro",
|
|
124
|
-
"Update record": "Actualizar registro",
|
|
125
|
-
"Query record": "Consultar registro",
|
|
126
|
-
"Multiple records": "M\xFAltiples registros",
|
|
127
|
-
"Please select collection first": "Por favor, seleccione primero la colecci\xF3n",
|
|
128
|
-
"Only update records matching conditions": "Actualizar s\xF3lo los registros que cumplan las condiciones",
|
|
129
|
-
"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.": "Los campos a los que no se les asigne un valor se establecer\xE1n en el valor predeterminado, y los que no tengan un valor predeterminado se establecer\xE1n en nulo.",
|
|
130
|
-
"Trigger in executed workflow cannot be modified": "No se puede modificar el desencadenante en el flujo de trabajo ejecutado",
|
|
131
|
-
"Node in executed workflow cannot be modified": "Nodo en flujo de trabajo ejecutado no puede ser modificado",
|
|
132
|
-
"Can not delete": "No se puede eliminar",
|
|
133
|
-
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "El resultado de este nodo ha sido referenciado por otros nodos ({{nodes}}",
|
|
134
|
-
"HTTP request": "Petici\xF3n HTTP",
|
|
135
|
-
"HTTP method": "M\xE9todo HTTP",
|
|
136
|
-
"URL": "URL",
|
|
137
|
-
"Headers": "Encabezados",
|
|
138
|
-
"Add request header": "A\xF1adir encabezado de petici\xF3n",
|
|
139
|
-
"Parameters": "Par\xE1metros",
|
|
140
|
-
"Add parameter": "A\xF1adir par\xE1metro",
|
|
141
|
-
"Body": "Cuerpo",
|
|
142
|
-
"Use variable": "Utilizar variable",
|
|
143
|
-
"Format": "Formato",
|
|
144
|
-
"Insert": "Insertar",
|
|
145
|
-
"Timeout config": "Tiempo de espera config",
|
|
146
|
-
"ms": "ms",
|
|
147
|
-
"Input request data": "Datos de solicitud de entrada",
|
|
148
|
-
"Only support standard JSON data": "S\xF3lo admite datos JSON est\xE1ndar",
|
|
149
|
-
'"Content-Type" only support "application/json", and no need to specify': '"Content-Type" s\xF3lo admite "application/json", y no es necesario especificar',
|
|
150
|
-
"Ignore fail request and continue workflow": "Ignorar solicitud fallida y continuar flujo de trabajo"
|
|
151
|
-
};
|
package/dist/locale/fr-FR.d.ts
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
Workflow: string;
|
|
3
|
-
'Execution history': string;
|
|
4
|
-
Executed: string;
|
|
5
|
-
'Trigger type': string;
|
|
6
|
-
Status: string;
|
|
7
|
-
On: string;
|
|
8
|
-
Off: string;
|
|
9
|
-
Version: string;
|
|
10
|
-
'Copy to new version': string;
|
|
11
|
-
Duplicate: string;
|
|
12
|
-
Loading: string;
|
|
13
|
-
'Load failed': string;
|
|
14
|
-
Trigger: string;
|
|
15
|
-
'Trigger variables': string;
|
|
16
|
-
'Trigger data': string;
|
|
17
|
-
'Trigger time': string;
|
|
18
|
-
'Triggered at': string;
|
|
19
|
-
'Collection event': string;
|
|
20
|
-
'Trigger on': string;
|
|
21
|
-
'After record added': string;
|
|
22
|
-
'After record updated': string;
|
|
23
|
-
'After record added or updated': string;
|
|
24
|
-
'After record deleted': string;
|
|
25
|
-
'Changed fields': string;
|
|
26
|
-
'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;
|
|
27
|
-
'Only triggers when match conditions': string;
|
|
28
|
-
'Schedule event': string;
|
|
29
|
-
'Trigger mode': string;
|
|
30
|
-
'Based on certain date': string;
|
|
31
|
-
'Based on date field of collection': string;
|
|
32
|
-
'Starts on': string;
|
|
33
|
-
'Ends on': string;
|
|
34
|
-
'No end': string;
|
|
35
|
-
'Exactly at': string;
|
|
36
|
-
'Repeat mode': string;
|
|
37
|
-
'Repeat limit': string;
|
|
38
|
-
'No limit': string;
|
|
39
|
-
Seconds: string;
|
|
40
|
-
Minutes: string;
|
|
41
|
-
Hours: string;
|
|
42
|
-
Days: string;
|
|
43
|
-
Weeks: string;
|
|
44
|
-
Months: string;
|
|
45
|
-
'No repeat': string;
|
|
46
|
-
Every: string;
|
|
47
|
-
'By minute': string;
|
|
48
|
-
'By hour': string;
|
|
49
|
-
'By day': string;
|
|
50
|
-
'By week': string;
|
|
51
|
-
'By month': string;
|
|
52
|
-
'By field': string;
|
|
53
|
-
'By custom date': string;
|
|
54
|
-
Advanced: string;
|
|
55
|
-
End: string;
|
|
56
|
-
'Node result': string;
|
|
57
|
-
Constant: string;
|
|
58
|
-
Null: string;
|
|
59
|
-
Boolean: string;
|
|
60
|
-
String: string;
|
|
61
|
-
Calculator: string;
|
|
62
|
-
'Arithmetic calculation': string;
|
|
63
|
-
'String operation': string;
|
|
64
|
-
'Executed at': string;
|
|
65
|
-
Queueing: string;
|
|
66
|
-
'On going': string;
|
|
67
|
-
Succeeded: string;
|
|
68
|
-
Failed: string;
|
|
69
|
-
Pending: string;
|
|
70
|
-
Canceled: string;
|
|
71
|
-
'This node contains branches, deleting will also be preformed to them, are you sure?': string;
|
|
72
|
-
Control: string;
|
|
73
|
-
'Collection operations': string;
|
|
74
|
-
'Extended types': string;
|
|
75
|
-
'Node type': string;
|
|
76
|
-
Calculation: string;
|
|
77
|
-
'Configure calculation': string;
|
|
78
|
-
'Calculation result': string;
|
|
79
|
-
True: string;
|
|
80
|
-
False: string;
|
|
81
|
-
concat: string;
|
|
82
|
-
Condition: string;
|
|
83
|
-
Mode: string;
|
|
84
|
-
'Continue when "Yes"': string;
|
|
85
|
-
'Branch into "Yes" and "No"': string;
|
|
86
|
-
Conditions: string;
|
|
87
|
-
'Parallel branch': string;
|
|
88
|
-
'Add branch': string;
|
|
89
|
-
'All succeeded': string;
|
|
90
|
-
'Any succeeded': string;
|
|
91
|
-
'Any succeeded or failed': string;
|
|
92
|
-
'Continue after all branches succeeded': string;
|
|
93
|
-
'Continue after any branch succeeded': string;
|
|
94
|
-
'Continue after any branch succeeded, or exit after any branch failed': string;
|
|
95
|
-
Delay: string;
|
|
96
|
-
Duration: string;
|
|
97
|
-
'End Status': string;
|
|
98
|
-
'Select status': string;
|
|
99
|
-
'Succeed and continue': string;
|
|
100
|
-
'Fail and exit': string;
|
|
101
|
-
'Create record': string;
|
|
102
|
-
'Update record': string;
|
|
103
|
-
'Query record': string;
|
|
104
|
-
'Multiple records': string;
|
|
105
|
-
'Please select collection first': string;
|
|
106
|
-
'Only update records matching conditions': string;
|
|
107
|
-
'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;
|
|
108
|
-
'Trigger in executed workflow cannot be modified': string;
|
|
109
|
-
'Node in executed workflow cannot be modified': string;
|
|
110
|
-
'Can not delete': string;
|
|
111
|
-
'The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.': string;
|
|
112
|
-
'HTTP request': string;
|
|
113
|
-
'HTTP method': string;
|
|
114
|
-
URL: string;
|
|
115
|
-
Headers: string;
|
|
116
|
-
'Add request header': string;
|
|
117
|
-
Parameters: string;
|
|
118
|
-
'Add parameter': string;
|
|
119
|
-
Body: string;
|
|
120
|
-
'Use variable': string;
|
|
121
|
-
Format: string;
|
|
122
|
-
Insert: string;
|
|
123
|
-
'Timeout config': string;
|
|
124
|
-
ms: string;
|
|
125
|
-
'Input request data': string;
|
|
126
|
-
'Only support standard JSON data': string;
|
|
127
|
-
'"Content-Type" only support "application/json", and no need to specify': string;
|
|
128
|
-
'Ignore fail request and continue workflow': string;
|
|
129
|
-
};
|
|
130
|
-
export default _default;
|