@nocobase/plugin-workflow 0.9.2-alpha.1 → 0.9.2-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.
Files changed (66) hide show
  1. package/lib/client/AddButton.js +1 -3
  2. package/lib/client/Branch.d.ts +1 -1
  3. package/lib/client/ExecutionCanvas.js +1 -1
  4. package/lib/client/FlowContext.d.ts +1 -1
  5. package/lib/client/WorkflowProvider.js +0 -1
  6. package/lib/client/components/CollectionFieldset.d.ts +1 -1
  7. package/lib/client/components/CollectionFieldset.js +13 -13
  8. package/lib/client/components/Duration.js +3 -3
  9. package/lib/client/components/DynamicExpression.d.ts +1 -1
  10. package/lib/client/components/RadioWithTooltip.js +4 -4
  11. package/lib/client/components/renderEngineReference.js +3 -2
  12. package/lib/client/interfaces/expression.d.ts +1 -1
  13. package/lib/client/locale/en-US.d.ts +70 -70
  14. package/lib/client/locale/en-US.js +115 -115
  15. package/lib/client/locale/ja-JP.d.ts +57 -57
  16. package/lib/client/locale/ja-JP.js +85 -85
  17. package/lib/client/locale/pt-BR.d.ts +70 -70
  18. package/lib/client/locale/pt-BR.js +115 -115
  19. package/lib/client/locale/ru-RU.d.ts +57 -57
  20. package/lib/client/locale/ru-RU.js +85 -85
  21. package/lib/client/locale/tr-TR.d.ts +57 -57
  22. package/lib/client/locale/tr-TR.js +85 -85
  23. package/lib/client/locale/zh-CN.js +55 -55
  24. package/lib/client/nodes/calculation.js +6 -6
  25. package/lib/client/nodes/condition.d.ts +3 -3
  26. package/lib/client/nodes/condition.js +46 -42
  27. package/lib/client/nodes/delay.d.ts +1 -1
  28. package/lib/client/nodes/index.js +35 -37
  29. package/lib/client/nodes/manual/ModeConfig.js +5 -5
  30. package/lib/client/nodes/manual/SchemaConfig.js +2 -5
  31. package/lib/client/nodes/manual/WorkflowTodo.js +3 -3
  32. package/lib/client/nodes/manual/forms/customForm.js +1 -2
  33. package/lib/client/nodes/parallel.d.ts +1 -1
  34. package/lib/client/nodes/parallel.js +6 -6
  35. package/lib/client/nodes/request.d.ts +2 -0
  36. package/lib/client/nodes/request.js +7 -5
  37. package/lib/client/style.js +67 -63
  38. package/lib/client/triggers/index.d.ts +4 -4
  39. package/lib/client/triggers/index.js +5 -7
  40. package/lib/client/triggers/schedule/DateFieldsSelect.d.ts +1 -1
  41. package/lib/client/triggers/schedule/EndsByField.js +3 -3
  42. package/lib/client/triggers/schedule/OnField.js +3 -3
  43. package/lib/client/triggers/schedule/RepeatField.js +16 -16
  44. package/lib/client/triggers/schedule/ScheduleConfig.js +2 -2
  45. package/lib/client/utils.js +1 -1
  46. package/lib/client/variable.js +4 -4
  47. package/lib/server/Processor.js +1 -1
  48. package/lib/server/functions/index.d.ts +1 -1
  49. package/lib/server/functions/index.js +1 -2
  50. package/lib/server/instructions/calculation.d.ts +1 -1
  51. package/lib/server/instructions/condition.d.ts +2 -2
  52. package/lib/server/instructions/create.d.ts +1 -1
  53. package/lib/server/instructions/destroy.d.ts +1 -1
  54. package/lib/server/instructions/manual/index.js +1 -2
  55. package/lib/server/instructions/parallel.d.ts +3 -3
  56. package/lib/server/instructions/query.d.ts +2 -2
  57. package/lib/server/instructions/request.js +0 -1
  58. package/lib/server/instructions/update.d.ts +2 -2
  59. package/lib/server/migrations/20230221071831-calculation-expression.js +11 -11
  60. package/lib/server/migrations/20230221121203-condition-calculation.js +6 -6
  61. package/lib/server/migrations/20230221162902-jsonb-to-json.js +3 -5
  62. package/lib/server/migrations/20230411034722-manual-multi-form.js +3 -2
  63. package/lib/server/triggers/collection.d.ts +2 -2
  64. package/lib/server/triggers/collection.js +2 -2
  65. package/lib/server/triggers/schedule.js +26 -20
  66. package/package.json +12 -12
@@ -5,129 +5,129 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = {
8
- "Workflow": "Fluxo de trabalho",
9
- "Execution history": "Histórico de execução",
10
- "Executed": "Executado",
11
- "Trigger type": "Tipo de acionador",
12
- "Status": "Status",
13
- "On": "Ligado",
14
- "Off": "Desligado",
15
- "Version": "Versão",
16
- "Copy to new version": "Copiar para nova versão",
17
- "Duplicate": "Duplicar",
18
- "Loading": "Carregando",
19
- "Load failed": "Falha ao carregar",
20
- "Trigger": "Acionador",
21
- "Trigger variables": "Variáveis do acionador",
22
- "Trigger data": "Dados do acionador",
23
- "Trigger time": "Tempo do acionador",
24
- "Triggered at": "Acionado em",
25
- "Collection event": "Evento da coleção",
26
- "Trigger on": "Acionar em",
27
- "After record added": "Depois do registro ser adicionado",
28
- "After record updated": "Depois do registro ser atualizado",
29
- "After record added or updated": "Depois do registro ser adicionado ou atualizado",
30
- "After record deleted": "Depois do registro ser excluído",
31
- "Changed fields": "Campos alterados",
32
- "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "Acionado apenas se um dos campos selecionados for alterado. Se não estiver selecionado, será acionado quando qualquer campo for alterado. Quando um registro é adicionado ou excluído, qualquer campo é considerado como tendo sido alterado.",
33
- "Only triggers when match conditions": "Aciona somente quando as condições correspondem",
34
- "Schedule event": "Evento programado",
35
- "Trigger mode": "Modo de acionamento",
36
- "Based on certain date": "Com base em uma data específica",
37
- "Based on date field of collection": "Com base no campo de data da coleção",
38
- "Starts on": "Começa em",
39
- "Ends on": "Termina em",
40
- "No end": "Sem fim",
41
- "Exactly at": "Exatamente às",
42
- "Repeat mode": "Modo de repetição",
43
- "Repeat limit": "Limite de repetição",
44
- "No limit": "Sem limite",
45
- "Seconds": "Segundos",
46
- "Minutes": "Minutos",
47
- "Hours": "Horas",
48
- "Days": "Dias",
49
- "Weeks": "Semanas",
50
- "Months": "Meses",
51
- "No repeat": "Sem repetição",
52
- "Every": "Cada",
53
- "By minute": "Por minuto",
54
- "By hour": "Por hora",
55
- "By day": "Por dia",
56
- "By week": "Por semana",
57
- "By month": "Por mês",
58
- "By field": "Por campo",
59
- "By custom date": "Por data personalizada",
60
- "Advanced": "Avançado",
61
- "End": "Fim",
62
- "Node result": "Resultado do nó",
63
- "Constant": "Constante",
64
- "Null": "Nulo",
65
- "Boolean": "Booleano",
66
- "String": "String",
67
- "Calculator": "Calculadora",
68
- "Arithmetic calculation": "Cálculo aritmético",
69
- "String operation": "Operação de string",
70
- "Executed at": "Executado em",
71
- "Queueing": "Em fila",
72
- "On going": "Em andamento",
73
- "Succeeded": "Sucesso",
74
- "Failed": "Falhou",
75
- "Pending": "Pendente",
76
- "Canceled": "Cancelado",
77
- "This node contains branches, deleting will also be preformed to them, are you sure?": "Este nó contém ramos, a exclusão também será realizada neles, você tem certeza?",
78
- "Control": "Controle",
79
- "Collection operations": "Operações de coleção",
80
- "Extended types": "Tipos estendidos",
81
- "Node type": "Tipo de nó",
82
- "Calculation": "Cálculo",
83
- "Configure calculation": "Configurar cálculo",
84
- "Calculation result": "Resultado do cálculo",
85
- "True": "Verdadeiro",
86
- "False": "Falso",
87
- "concat": "concatenar",
88
- "Condition": "Condição",
89
- "Mode": "Modo",
90
- "Continue when \"Yes\"": "Continuar quando \"Sim\"",
91
- "Branch into \"Yes\" and \"No\"": "Ramo em \"Sim\" e \"Não\"",
92
- "Conditions": "Condições",
93
- "Parallel branch": "Ramo paralelo",
94
- "Add branch": "Adicionar ramo",
95
- "All succeeded": "Todos com sucesso",
96
- "Any succeeded": "Qualquer um com sucesso",
97
- "Any succeeded or failed": "Qualquer um com sucesso ou falha",
98
- "Continue after all branches succeeded": "Continuar após todos os ramos com sucesso",
99
- "Continue after any branch succeeded": "Continuar após qualquer ramo com sucesso",
100
- "Continue after any branch succeeded, or exit after any branch failed": "Continuar após qualquer ramo com sucesso ou sair após qualquer ramo falhar",
101
- "Delay": "Atraso",
102
- "Duration": "Duração",
103
- "End Status": "Status final",
104
- "Select status": "Selecionar status",
105
- "Succeed and continue": "Ter sucesso e continuar",
106
- "Fail and exit": "Falhar e sair",
107
- "Create record": "Criar registro",
108
- "Update record": "Atualizar registro",
109
- "Query record": "Consultar registro",
110
- "Multiple records": "Múltiplos registros",
111
- "Please select collection first": "Por favor, selecione uma coleção primeiro",
112
- "Only update records matching conditions": "Atualizar somente registros que atendem às condições",
113
- "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.": "Campos que não recebem valor serão definidos como valor padrão e aqueles sem valor padrão serão definidos como nulo.",
114
- "Trigger in executed workflow cannot be modified": "O acionador em fluxo de trabalho executado não pode ser modificado",
115
- "Node in executed workflow cannot be modified": "O nó em fluxo de trabalho executado não pode ser modificado",
8
+ Workflow: 'Fluxo de trabalho',
9
+ 'Execution history': 'Histórico de execução',
10
+ Executed: 'Executado',
11
+ 'Trigger type': 'Tipo de acionador',
12
+ Status: 'Status',
13
+ On: 'Ligado',
14
+ Off: 'Desligado',
15
+ Version: 'Versão',
16
+ 'Copy to new version': 'Copiar para nova versão',
17
+ Duplicate: 'Duplicar',
18
+ Loading: 'Carregando',
19
+ 'Load failed': 'Falha ao carregar',
20
+ Trigger: 'Acionador',
21
+ 'Trigger variables': 'Variáveis do acionador',
22
+ 'Trigger data': 'Dados do acionador',
23
+ 'Trigger time': 'Tempo do acionador',
24
+ 'Triggered at': 'Acionado em',
25
+ 'Collection event': 'Evento da coleção',
26
+ 'Trigger on': 'Acionar em',
27
+ 'After record added': 'Depois do registro ser adicionado',
28
+ 'After record updated': 'Depois do registro ser atualizado',
29
+ 'After record added or updated': 'Depois do registro ser adicionado ou atualizado',
30
+ 'After record deleted': 'Depois do registro ser excluído',
31
+ 'Changed fields': 'Campos alterados',
32
+ 'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': 'Acionado apenas se um dos campos selecionados for alterado. Se não estiver selecionado, será acionado quando qualquer campo for alterado. Quando um registro é adicionado ou excluído, qualquer campo é considerado como tendo sido alterado.',
33
+ 'Only triggers when match conditions': 'Aciona somente quando as condições correspondem',
34
+ 'Schedule event': 'Evento programado',
35
+ 'Trigger mode': 'Modo de acionamento',
36
+ 'Based on certain date': 'Com base em uma data específica',
37
+ 'Based on date field of collection': 'Com base no campo de data da coleção',
38
+ 'Starts on': 'Começa em',
39
+ 'Ends on': 'Termina em',
40
+ 'No end': 'Sem fim',
41
+ 'Exactly at': 'Exatamente às',
42
+ 'Repeat mode': 'Modo de repetição',
43
+ 'Repeat limit': 'Limite de repetição',
44
+ 'No limit': 'Sem limite',
45
+ Seconds: 'Segundos',
46
+ Minutes: 'Minutos',
47
+ Hours: 'Horas',
48
+ Days: 'Dias',
49
+ Weeks: 'Semanas',
50
+ Months: 'Meses',
51
+ 'No repeat': 'Sem repetição',
52
+ Every: 'Cada',
53
+ 'By minute': 'Por minuto',
54
+ 'By hour': 'Por hora',
55
+ 'By day': 'Por dia',
56
+ 'By week': 'Por semana',
57
+ 'By month': 'Por mês',
58
+ 'By field': 'Por campo',
59
+ 'By custom date': 'Por data personalizada',
60
+ Advanced: 'Avançado',
61
+ End: 'Fim',
62
+ 'Node result': 'Resultado do nó',
63
+ Constant: 'Constante',
64
+ Null: 'Nulo',
65
+ Boolean: 'Booleano',
66
+ String: 'String',
67
+ Calculator: 'Calculadora',
68
+ 'Arithmetic calculation': 'Cálculo aritmético',
69
+ 'String operation': 'Operação de string',
70
+ 'Executed at': 'Executado em',
71
+ Queueing: 'Em fila',
72
+ 'On going': 'Em andamento',
73
+ Succeeded: 'Sucesso',
74
+ Failed: 'Falhou',
75
+ Pending: 'Pendente',
76
+ Canceled: 'Cancelado',
77
+ 'This node contains branches, deleting will also be preformed to them, are you sure?': 'Este nó contém ramos, a exclusão também será realizada neles, você tem certeza?',
78
+ Control: 'Controle',
79
+ 'Collection operations': 'Operações de coleção',
80
+ 'Extended types': 'Tipos estendidos',
81
+ 'Node type': 'Tipo de nó',
82
+ Calculation: 'Cálculo',
83
+ 'Configure calculation': 'Configurar cálculo',
84
+ 'Calculation result': 'Resultado do cálculo',
85
+ True: 'Verdadeiro',
86
+ False: 'Falso',
87
+ concat: 'concatenar',
88
+ Condition: 'Condição',
89
+ Mode: 'Modo',
90
+ 'Continue when "Yes"': 'Continuar quando "Sim"',
91
+ 'Branch into "Yes" and "No"': 'Ramo em "Sim" e "Não"',
92
+ Conditions: 'Condições',
93
+ 'Parallel branch': 'Ramo paralelo',
94
+ 'Add branch': 'Adicionar ramo',
95
+ 'All succeeded': 'Todos com sucesso',
96
+ 'Any succeeded': 'Qualquer um com sucesso',
97
+ 'Any succeeded or failed': 'Qualquer um com sucesso ou falha',
98
+ 'Continue after all branches succeeded': 'Continuar após todos os ramos com sucesso',
99
+ 'Continue after any branch succeeded': 'Continuar após qualquer ramo com sucesso',
100
+ 'Continue after any branch succeeded, or exit after any branch failed': 'Continuar após qualquer ramo com sucesso ou sair após qualquer ramo falhar',
101
+ Delay: 'Atraso',
102
+ Duration: 'Duração',
103
+ 'End Status': 'Status final',
104
+ 'Select status': 'Selecionar status',
105
+ 'Succeed and continue': 'Ter sucesso e continuar',
106
+ 'Fail and exit': 'Falhar e sair',
107
+ 'Create record': 'Criar registro',
108
+ 'Update record': 'Atualizar registro',
109
+ 'Query record': 'Consultar registro',
110
+ 'Multiple records': 'Múltiplos registros',
111
+ 'Please select collection first': 'Por favor, selecione uma coleção primeiro',
112
+ 'Only update records matching conditions': 'Atualizar somente registros que atendem às condições',
113
+ 'Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.': 'Campos que não recebem valor serão definidos como valor padrão e aqueles sem valor padrão serão definidos como nulo.',
114
+ 'Trigger in executed workflow cannot be modified': 'O acionador em fluxo de trabalho executado não pode ser modificado',
115
+ 'Node in executed workflow cannot be modified': 'O nó em fluxo de trabalho executado não pode ser modificado',
116
116
  'Can not delete': 'Não é possível excluir',
117
117
  'The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.': 'O resultado deste nó foi referenciado por outros nós ({{nodes}}), por favor, remova a referência antes de excluir.',
118
118
  'HTTP request': 'Requisição HTTP',
119
119
  'HTTP method': 'Método HTTP',
120
- 'URL': 'URL',
121
- 'Headers': 'Cabeçalhos',
120
+ URL: 'URL',
121
+ Headers: 'Cabeçalhos',
122
122
  'Add request header': 'Adicionar cabeçalho de requisição',
123
- 'Parameters': 'Parâmetros',
123
+ Parameters: 'Parâmetros',
124
124
  'Add parameter': 'Adicionar parâmetro',
125
- 'Body': 'Corpo',
125
+ Body: 'Corpo',
126
126
  'Use variable': 'Usar variável',
127
- 'Format': 'Formato',
128
- 'Insert': 'Inserir',
127
+ Format: 'Formato',
128
+ Insert: 'Inserir',
129
129
  'Timeout config': 'Configuração de tempo limite',
130
- 'ms': 'ms',
130
+ ms: 'ms',
131
131
  'Input request data': 'Dados de entrada da requisição',
132
132
  'Only support standard JSON data': 'Suporta somente dados JSON padrão',
133
133
  '"Content-Type" only support "application/json", and no need to specify': '"Content-Type" somente suporta "application/json" e não precisa ser especificado',
@@ -1,88 +1,88 @@
1
1
  declare const _default: {
2
2
  Workflow: string;
3
- "Execution history": string;
4
- "Trigger type": string;
3
+ 'Execution history': string;
4
+ 'Trigger type': string;
5
5
  Status: string;
6
6
  On: string;
7
7
  Off: string;
8
8
  Version: string;
9
- "Copy to new version": string;
10
- "Load failed": string;
9
+ 'Copy to new version': string;
10
+ 'Load failed': string;
11
11
  Trigger: string;
12
- "Collection event": string;
13
- "Trigger on": string;
14
- "After record added": string;
15
- "After record updated": string;
16
- "After record added or updated": string;
17
- "After record deleted": string;
18
- "Changed fields": string;
19
- "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": string;
20
- "Only triggers when match conditions": string;
21
- "Schedule event": string;
22
- "Trigger mode": string;
23
- "Based on certain date": string;
24
- "Based on date field of collection": string;
25
- "Starts on": string;
26
- "Ends on": string;
27
- "Exactly at": string;
28
- "Repeat mode": string;
29
- "Repeat limit": string;
30
- "No limit": string;
12
+ 'Collection event': string;
13
+ 'Trigger on': string;
14
+ 'After record added': string;
15
+ 'After record updated': string;
16
+ 'After record added or updated': string;
17
+ 'After record deleted': string;
18
+ 'Changed fields': string;
19
+ 'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': string;
20
+ 'Only triggers when match conditions': string;
21
+ 'Schedule event': string;
22
+ 'Trigger mode': string;
23
+ 'Based on certain date': string;
24
+ 'Based on date field of collection': string;
25
+ 'Starts on': string;
26
+ 'Ends on': string;
27
+ 'Exactly at': string;
28
+ 'Repeat mode': string;
29
+ 'Repeat limit': string;
30
+ 'No limit': string;
31
31
  Seconds: string;
32
32
  Minutes: string;
33
33
  Hours: string;
34
34
  Days: string;
35
35
  Weeks: string;
36
36
  Months: string;
37
- "No repeat": string;
37
+ 'No repeat': string;
38
38
  Every: string;
39
- "By minute": string;
40
- "By hour": string;
41
- "By day": string;
42
- "By week": string;
43
- "By month": string;
44
- "By field": string;
45
- "By custom date": string;
39
+ 'By minute': string;
40
+ 'By hour': string;
41
+ 'By day': string;
42
+ 'By week': string;
43
+ 'By month': string;
44
+ 'By field': string;
45
+ 'By custom date': string;
46
46
  Advanced: string;
47
47
  End: string;
48
- "Trigger variables": string;
49
- "Node result": string;
48
+ 'Trigger variables': string;
49
+ 'Node result': string;
50
50
  Constant: string;
51
51
  Boolean: string;
52
52
  String: string;
53
- "Arithmetic calculation": string;
54
- "String operation": string;
55
- "On going": string;
53
+ 'Arithmetic calculation': string;
54
+ 'String operation': string;
55
+ 'On going': string;
56
56
  Succeeded: string;
57
57
  Failed: string;
58
58
  Canceled: string;
59
- "This node contains branches, deleting will also be preformed to them, are you sure?": string;
59
+ 'This node contains branches, deleting will also be preformed to them, are you sure?': string;
60
60
  Control: string;
61
- "Collection operations": string;
62
- "Node type": string;
61
+ 'Collection operations': string;
62
+ 'Node type': string;
63
63
  Calculation: string;
64
- "Configure calculation": string;
65
- "Calculation result": string;
64
+ 'Configure calculation': string;
65
+ 'Calculation result': string;
66
66
  True: string;
67
67
  False: string;
68
68
  Condition: string;
69
69
  Mode: string;
70
- "Continue when \"Yes\"": string;
71
- "Branch into \"Yes\" and \"No\"": string;
70
+ 'Continue when "Yes"': string;
71
+ 'Branch into "Yes" and "No"': string;
72
72
  Conditions: string;
73
- "Parallel branch": string;
74
- "All succeeded": string;
75
- "Any succeeded": string;
76
- "Continue after all branches succeeded": string;
77
- "Continue after any branch succeeded": string;
78
- "Create record": string;
79
- "Update record": string;
80
- "Query record": string;
81
- "Multiple records": string;
82
- "Please select collection first": string;
83
- "Only update records matching conditions": string;
84
- "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.": string;
85
- "Trigger in executed workflow cannot be modified": string;
86
- "Node in executed workflow cannot be modified": string;
73
+ 'Parallel branch': string;
74
+ 'All succeeded': string;
75
+ 'Any succeeded': string;
76
+ 'Continue after all branches succeeded': string;
77
+ 'Continue after any branch succeeded': string;
78
+ 'Create record': string;
79
+ 'Update record': string;
80
+ 'Query record': string;
81
+ 'Multiple records': string;
82
+ 'Please select collection first': string;
83
+ 'Only update records matching conditions': string;
84
+ 'Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.': string;
85
+ 'Trigger in executed workflow cannot be modified': string;
86
+ 'Node in executed workflow cannot be modified': string;
87
87
  };
88
88
  export default _default;
@@ -5,90 +5,90 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.default = void 0;
7
7
  var _default = {
8
- "Workflow": "Рабочий процесс",
9
- "Execution history": "История запусков",
10
- "Trigger type": "Тип триггера",
11
- "Status": "Статус",
12
- "On": "Вкл.",
13
- "Off": "Выкл.",
14
- "Version": "Версия",
15
- "Copy to new version": "Скопировать в новую версию",
16
- "Load failed": "Загрузка не удалась",
17
- "Trigger": "Триггер",
18
- "Collection event": "Событие коллекции",
19
- "Trigger on": "Триггер на",
20
- "After record added": "После добавления записи",
21
- "After record updated": "После обновления записи",
22
- "After record added or updated": "После добавления или обновления записи",
23
- "After record deleted": "После удаления записи",
24
- "Changed fields": "Измененные поля",
25
- "Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.": "Запускается только при изменении одного из выбранных полей. Если флажок не установлен, это означает, что он будет срабатывать при изменении любого поля. При добавлении или удалении записи любое поле считается измененным.",
26
- "Only triggers when match conditions": "Срабатывает только при совпадении условий",
27
- "Schedule event": "Событие по расписанию",
28
- "Trigger mode": "Режим триггера",
29
- "Based on certain date": "На основе определенной даты",
30
- "Based on date field of collection": "На базе поля с датой в коллекции",
31
- "Starts on": "Стартует с",
32
- "Ends on": "Оканчивается в",
33
- "Exactly at": "Ровно в",
34
- "Repeat mode": "Режим повтора",
35
- "Repeat limit": "Ограничение на повторы",
36
- "No limit": "Нет ограничений",
37
- "Seconds": "Секунды",
38
- "Minutes": "Минуты",
39
- "Hours": "Часы",
40
- "Days": "Дни",
41
- "Weeks": "Недели",
42
- "Months": "Месяцы",
43
- "No repeat": "Не повторять",
44
- "Every": "Каждые",
45
- "By minute": "По минутам",
46
- "By hour": "По часам",
47
- "By day": "По дням",
48
- "By week": "По неделям",
49
- "By month": "По месяцам",
50
- "By field": "По полю",
51
- "By custom date": "По пользовательской дате",
52
- "Advanced": "Продвинутый",
53
- "End": "Окончание",
54
- "Trigger variables": "Контекст триггера",
55
- "Node result": "Результат Узла",
56
- "Constant": "Константа",
57
- "Boolean": "Логический",
58
- "String": "Строка",
59
- "Arithmetic calculation": "Арифметическое вычисление",
60
- "String operation": "Операция со строкой",
61
- "On going": "Непрерывный",
62
- "Succeeded": "Успешный",
63
- "Failed": "Неудачный",
64
- "Canceled": "Прерванный",
65
- "This node contains branches, deleting will also be preformed to them, are you sure?": "Этот узел содержит ветки, к ним тоже будет произведено удаление, вы уверены?",
66
- "Control": "Управление",
67
- "Collection operations": "Операции с Коллекцией",
68
- "Node type": "Тип Узла",
69
- "Calculation": "Вычисление",
70
- "Configure calculation": "Настроить вычисление",
71
- "Calculation result": "Результат вычисления",
72
- "True": "Истина",
73
- "False": "Ложь",
74
- "Condition": "Условие",
75
- "Mode": "Режим",
76
- "Continue when \"Yes\"": "Продолжить когда \"Да\"",
77
- "Branch into \"Yes\" and \"No\"": "Разветвление на \"Да\" and \"Нет\"",
78
- "Conditions": "Условия",
79
- "Parallel branch": "Параллельная ветвь",
80
- "All succeeded": "Всё успешно",
81
- "Any succeeded": "Что-то успешно",
82
- "Continue after all branches succeeded": "Продолжать после успеха на всех ветвях",
83
- "Continue after any branch succeeded": "Продолжать после успеха на любой из ветвей",
84
- "Create record": "Создать запись",
85
- "Update record": "Обновить запись",
86
- "Query record": "Запрос записи",
87
- "Multiple records": "Множество записей",
88
- "Please select collection first": "Выберите сначала Коллекцию, пожалуйста",
89
- "Only update records matching conditions": "Обновлять только записи, соответствующие условиям",
90
- "Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.": "Поля, которым не присвоено значение, будут установлены на значение по умолчанию, а поля, не имеющие значения по умолчанию, будут установлены на null.",
91
- "Trigger in executed workflow cannot be modified": "Триггер в выполняемом рабочем процессе не может быть изменен",
92
- "Node in executed workflow cannot be modified": "Узел в выполняемом рабочем процессе не может быть изменен"
8
+ Workflow: 'Рабочий процесс',
9
+ 'Execution history': 'История запусков',
10
+ 'Trigger type': 'Тип триггера',
11
+ Status: 'Статус',
12
+ On: 'Вкл.',
13
+ Off: 'Выкл.',
14
+ Version: 'Версия',
15
+ 'Copy to new version': 'Скопировать в новую версию',
16
+ 'Load failed': 'Загрузка не удалась',
17
+ Trigger: 'Триггер',
18
+ 'Collection event': 'Событие коллекции',
19
+ 'Trigger on': 'Триггер на',
20
+ 'After record added': 'После добавления записи',
21
+ 'After record updated': 'После обновления записи',
22
+ 'After record added or updated': 'После добавления или обновления записи',
23
+ 'After record deleted': 'После удаления записи',
24
+ 'Changed fields': 'Измененные поля',
25
+ 'Triggered only if one of the selected fields changes. If unselected, it means that it will be triggered when any field changes. When record is added or deleted, any field is considered to have been changed.': 'Запускается только при изменении одного из выбранных полей. Если флажок не установлен, это означает, что он будет срабатывать при изменении любого поля. При добавлении или удалении записи любое поле считается измененным.',
26
+ 'Only triggers when match conditions': 'Срабатывает только при совпадении условий',
27
+ 'Schedule event': 'Событие по расписанию',
28
+ 'Trigger mode': 'Режим триггера',
29
+ 'Based on certain date': 'На основе определенной даты',
30
+ 'Based on date field of collection': 'На базе поля с датой в коллекции',
31
+ 'Starts on': 'Стартует с',
32
+ 'Ends on': 'Оканчивается в',
33
+ 'Exactly at': 'Ровно в',
34
+ 'Repeat mode': 'Режим повтора',
35
+ 'Repeat limit': 'Ограничение на повторы',
36
+ 'No limit': 'Нет ограничений',
37
+ Seconds: 'Секунды',
38
+ Minutes: 'Минуты',
39
+ Hours: 'Часы',
40
+ Days: 'Дни',
41
+ Weeks: 'Недели',
42
+ Months: 'Месяцы',
43
+ 'No repeat': 'Не повторять',
44
+ Every: 'Каждые',
45
+ 'By minute': 'По минутам',
46
+ 'By hour': 'По часам',
47
+ 'By day': 'По дням',
48
+ 'By week': 'По неделям',
49
+ 'By month': 'По месяцам',
50
+ 'By field': 'По полю',
51
+ 'By custom date': 'По пользовательской дате',
52
+ Advanced: 'Продвинутый',
53
+ End: 'Окончание',
54
+ 'Trigger variables': 'Контекст триггера',
55
+ 'Node result': 'Результат Узла',
56
+ Constant: 'Константа',
57
+ Boolean: 'Логический',
58
+ String: 'Строка',
59
+ 'Arithmetic calculation': 'Арифметическое вычисление',
60
+ 'String operation': 'Операция со строкой',
61
+ 'On going': 'Непрерывный',
62
+ Succeeded: 'Успешный',
63
+ Failed: 'Неудачный',
64
+ Canceled: 'Прерванный',
65
+ 'This node contains branches, deleting will also be preformed to them, are you sure?': 'Этот узел содержит ветки, к ним тоже будет произведено удаление, вы уверены?',
66
+ Control: 'Управление',
67
+ 'Collection operations': 'Операции с Коллекцией',
68
+ 'Node type': 'Тип Узла',
69
+ Calculation: 'Вычисление',
70
+ 'Configure calculation': 'Настроить вычисление',
71
+ 'Calculation result': 'Результат вычисления',
72
+ True: 'Истина',
73
+ False: 'Ложь',
74
+ Condition: 'Условие',
75
+ Mode: 'Режим',
76
+ 'Continue when "Yes"': 'Продолжить когда "Да"',
77
+ 'Branch into "Yes" and "No"': 'Разветвление на "Да" and "Нет"',
78
+ Conditions: 'Условия',
79
+ 'Parallel branch': 'Параллельная ветвь',
80
+ 'All succeeded': 'Всё успешно',
81
+ 'Any succeeded': 'Что-то успешно',
82
+ 'Continue after all branches succeeded': 'Продолжать после успеха на всех ветвях',
83
+ 'Continue after any branch succeeded': 'Продолжать после успеха на любой из ветвей',
84
+ 'Create record': 'Создать запись',
85
+ 'Update record': 'Обновить запись',
86
+ 'Query record': 'Запрос записи',
87
+ 'Multiple records': 'Множество записей',
88
+ 'Please select collection first': 'Выберите сначала Коллекцию, пожалуйста',
89
+ 'Only update records matching conditions': 'Обновлять только записи, соответствующие условиям',
90
+ 'Fields that are not assigned a value will be set to the default value, and those that do not have a default value are set to null.': 'Поля, которым не присвоено значение, будут установлены на значение по умолчанию, а поля, не имеющие значения по умолчанию, будут установлены на null.',
91
+ 'Trigger in executed workflow cannot be modified': 'Триггер в выполняемом рабочем процессе не может быть изменен',
92
+ 'Node in executed workflow cannot be modified': 'Узел в выполняемом рабочем процессе не может быть изменен'
93
93
  };
94
94
  exports.default = _default;