@nocobase/plugin-workflow 0.17.0-alpha.2 → 0.17.0-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/WorkflowPane.d.ts +2 -0
- package/dist/client/components/index.d.ts +5 -0
- package/dist/client/hooks/useTriggerWorkflowActionProps.d.ts +3 -0
- package/dist/client/index.d.ts +14 -6
- package/dist/client/index.js +136 -186
- package/dist/client/nodes/calculation.d.ts +8 -62
- package/dist/client/nodes/condition.d.ts +9 -9
- package/dist/client/nodes/create.d.ts +3 -5
- package/dist/client/nodes/destroy.d.ts +3 -4
- package/dist/client/nodes/index.d.ts +2 -6
- package/dist/client/nodes/query.d.ts +3 -5
- package/dist/client/nodes/update.d.ts +4 -4
- package/dist/client/triggers/collection.d.ts +3 -4
- package/dist/client/triggers/index.d.ts +2 -11
- package/dist/client/triggers/schedule/index.d.ts +3 -4
- package/dist/client/utils.d.ts +1 -0
- package/dist/externalVersion.js +11 -13
- package/dist/locale/{en-US.js → en-US.json} +41 -94
- package/dist/locale/es-ES.json +98 -0
- package/dist/locale/fr-FR.json +98 -0
- package/dist/locale/ja-JP.json +82 -0
- package/dist/locale/pt-BR.json +98 -0
- package/dist/locale/ru-RU.json +82 -0
- package/dist/locale/tr-TR.json +82 -0
- package/dist/locale/zh-CN.json +176 -0
- package/dist/node_modules/cron-parser/package.json +1 -1
- package/dist/node_modules/lru-cache/package.json +1 -1
- package/dist/server/Plugin.d.ts +12 -2
- package/dist/server/Plugin.js +31 -7
- package/dist/server/Processor.d.ts +1 -1
- package/dist/server/index.d.ts +1 -1
- package/dist/server/index.js +2 -0
- package/dist/server/instructions/CalculationInstruction.d.ts +15 -0
- package/dist/server/instructions/{calculation.js → CalculationInstruction.js} +13 -6
- package/dist/server/instructions/ConditionInstruction.d.ts +19 -0
- package/dist/server/instructions/{condition.js → ConditionInstruction.js} +11 -7
- package/dist/server/instructions/CreateInstruction.d.ts +10 -0
- package/dist/server/instructions/{create.js → CreateInstruction.js} +13 -6
- package/dist/server/instructions/DestroyInstruction.d.ts +10 -0
- package/dist/server/instructions/{destroy.js → DestroyInstruction.js} +13 -6
- package/dist/server/instructions/{update.d.ts → QueryInstruction.d.ts} +5 -4
- package/dist/server/instructions/{query.js → QueryInstruction.js} +13 -6
- package/dist/server/instructions/{aggregate.d.ts → UpdateInstruction.d.ts} +5 -4
- package/dist/server/instructions/{update.js → UpdateInstruction.js} +13 -6
- package/dist/server/instructions/index.d.ts +10 -14
- package/dist/server/instructions/index.js +9 -39
- package/dist/server/migrations/20231122143143-split-to-plugins.d.ts +4 -0
- package/dist/server/migrations/20231122143143-split-to-plugins.js +87 -0
- package/dist/server/triggers/{collection.d.ts → CollectionTrigger.d.ts} +1 -1
- package/dist/server/triggers/{collection.js → CollectionTrigger.js} +15 -5
- package/dist/server/triggers/{schedule.d.ts → ScheduleTrigger.d.ts} +2 -1
- package/dist/server/triggers/{schedule.js → ScheduleTrigger.js} +5 -5
- package/dist/server/triggers/index.d.ts +2 -6
- package/dist/server/triggers/index.js +1 -21
- package/package.json +3 -2
- package/dist/client/WorkflowProvider.d.ts +0 -5
- package/dist/client/components/Duration.d.ts +0 -5
- package/dist/client/components/DynamicExpression.d.ts +0 -6
- package/dist/client/components/NullRender.d.ts +0 -1
- package/dist/client/interfaces/expression.d.ts +0 -3
- package/dist/client/nodes/aggregate.d.ts +0 -196
- package/dist/client/nodes/delay.d.ts +0 -35
- package/dist/client/nodes/loop.d.ts +0 -33
- package/dist/client/nodes/manual/AssigneesSelect.d.ts +0 -6
- package/dist/client/nodes/manual/DetailsBlockProvider.d.ts +0 -2
- package/dist/client/nodes/manual/FormBlockInitializer.d.ts +0 -2
- package/dist/client/nodes/manual/FormBlockProvider.d.ts +0 -2
- package/dist/client/nodes/manual/ModeConfig.d.ts +0 -5
- package/dist/client/nodes/manual/SchemaConfig.d.ts +0 -49
- package/dist/client/nodes/manual/WorkflowTodo.d.ts +0 -5
- package/dist/client/nodes/manual/WorkflowTodoBlockInitializer.d.ts +0 -2
- package/dist/client/nodes/manual/forms/create.d.ts +0 -3
- package/dist/client/nodes/manual/forms/custom.d.ts +0 -5
- package/dist/client/nodes/manual/forms/update.d.ts +0 -3
- package/dist/client/nodes/manual/index.d.ts +0 -86
- package/dist/client/nodes/manual/utils.d.ts +0 -2
- package/dist/client/nodes/parallel.d.ts +0 -32
- package/dist/client/nodes/request.d.ts +0 -183
- package/dist/client/nodes/sql.d.ts +0 -35
- package/dist/client/triggers/form.d.ts +0 -52
- 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/server/fields/expression-field.d.ts +0 -7
- package/dist/server/fields/expression-field.js +0 -32
- package/dist/server/fields/index.d.ts +0 -1
- package/dist/server/fields/index.js +0 -28
- package/dist/server/instructions/aggregate.js +0 -54
- package/dist/server/instructions/calculation.d.ts +0 -3
- package/dist/server/instructions/condition.d.ts +0 -6
- package/dist/server/instructions/create.d.ts +0 -8
- package/dist/server/instructions/delay.d.ts +0 -15
- package/dist/server/instructions/delay.js +0 -104
- package/dist/server/instructions/destroy.d.ts +0 -8
- package/dist/server/instructions/loop.d.ts +0 -15
- package/dist/server/instructions/loop.js +0 -94
- package/dist/server/instructions/manual/actions.d.ts +0 -2
- package/dist/server/instructions/manual/actions.js +0 -94
- package/dist/server/instructions/manual/collecions/jobs.d.ts +0 -19
- package/dist/server/instructions/manual/collecions/jobs.js +0 -39
- package/dist/server/instructions/manual/collecions/users.d.ts +0 -15
- package/dist/server/instructions/manual/collecions/users.js +0 -37
- package/dist/server/instructions/manual/collecions/users_jobs.d.ts +0 -3
- package/dist/server/instructions/manual/collecions/users_jobs.js +0 -70
- package/dist/server/instructions/manual/forms/create.d.ts +0 -5
- package/dist/server/instructions/manual/forms/create.js +0 -41
- package/dist/server/instructions/manual/forms/index.d.ts +0 -6
- package/dist/server/instructions/manual/forms/index.js +0 -38
- package/dist/server/instructions/manual/forms/update.d.ts +0 -6
- package/dist/server/instructions/manual/forms/update.js +0 -41
- package/dist/server/instructions/manual/index.d.ts +0 -29
- package/dist/server/instructions/manual/index.js +0 -179
- package/dist/server/instructions/parallel.d.ts +0 -12
- package/dist/server/instructions/parallel.js +0 -124
- package/dist/server/instructions/query.d.ts +0 -9
- package/dist/server/instructions/request.d.ts +0 -18
- package/dist/server/instructions/request.js +0 -92
- package/dist/server/instructions/sql.d.ts +0 -12
- package/dist/server/instructions/sql.js +0 -43
- package/dist/server/triggers/form.d.ts +0 -11
- package/dist/server/triggers/form.js +0 -116
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Workflow": "Workflow",
|
|
3
|
+
"Execution history": "Historique d'exécution",
|
|
4
|
+
"Executed": "Exécuté",
|
|
5
|
+
"Trigger type": "Type de déclencheur",
|
|
6
|
+
"Status": "Statut",
|
|
7
|
+
"On": "Activé",
|
|
8
|
+
"Off": "Désactivé",
|
|
9
|
+
"Version": "Version",
|
|
10
|
+
"Copy to new version": "Copier vers une nouvelle version",
|
|
11
|
+
"Duplicate": "Dupliquer",
|
|
12
|
+
"Loading": "Chargement",
|
|
13
|
+
"Load failed": "Échec du chargement",
|
|
14
|
+
"Trigger": "Déclencheur",
|
|
15
|
+
"Trigger variables": "Variables de déclenchement",
|
|
16
|
+
"Trigger data": "Données de déclenchement",
|
|
17
|
+
"Trigger time": "Temps de déclenchement",
|
|
18
|
+
"Triggered at": "Déclenché à",
|
|
19
|
+
"Collection event": "Événement de collection",
|
|
20
|
+
"Trigger on": "Déclencher sur",
|
|
21
|
+
"After record added": "Après l'ajout d'un enregistrement",
|
|
22
|
+
"After record updated": "Après la mise à jour d'un enregistrement",
|
|
23
|
+
"After record added or updated": "Après l'ajout ou la mise à jour d'un enregistrement",
|
|
24
|
+
"After record deleted": "Après la suppression d'un enregistrement",
|
|
25
|
+
"Changed fields": "Champs modifiés",
|
|
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.": "Déclenché uniquement si l'un des champs sélectionnés change. S'il n'est pas sélectionné, cela signifie qu'il sera déclenché lorsque n'importe quel champ change. Lorsque l'enregistrement est ajouté ou supprimé, n'importe quel champ est considéré comme ayant été modifié.",
|
|
27
|
+
"Only triggers when match conditions": "Déclenche uniquement lorsque les conditions correspondent",
|
|
28
|
+
"Schedule event": "Événement planifié",
|
|
29
|
+
"Trigger mode": "Mode de déclenchement",
|
|
30
|
+
"Based on certain date": "Basé sur une date spécifique",
|
|
31
|
+
"Based on date field of collection": "Basé sur le champ de date de la collection",
|
|
32
|
+
"Starts on": "Commence le",
|
|
33
|
+
"Ends on": "Se termine le",
|
|
34
|
+
"No end": "Pas de fin",
|
|
35
|
+
"Exactly at": "Exactement à",
|
|
36
|
+
"Repeat mode": "Mode de répétition",
|
|
37
|
+
"Repeat limit": "Limite de répétition",
|
|
38
|
+
"No limit": "Pas de limite",
|
|
39
|
+
"Seconds": "Secondes",
|
|
40
|
+
"Minutes": "Minutes",
|
|
41
|
+
"Hours": "Heures",
|
|
42
|
+
"Days": "Jours",
|
|
43
|
+
"Weeks": "Semaines",
|
|
44
|
+
"Months": "Mois",
|
|
45
|
+
"No repeat": "Pas de répétition",
|
|
46
|
+
"Every": "Chaque",
|
|
47
|
+
"By minute": "Par minute",
|
|
48
|
+
"By hour": "Par heure",
|
|
49
|
+
"By day": "Par jour",
|
|
50
|
+
"By week": "Par semaine",
|
|
51
|
+
"By month": "Par mois",
|
|
52
|
+
"By field": "Par champ",
|
|
53
|
+
"By custom date": "Par date personnalisée",
|
|
54
|
+
"Advanced": "Avancé",
|
|
55
|
+
"End": "Fin",
|
|
56
|
+
"Node result": "Résultat du nœud",
|
|
57
|
+
"Constant": "Constante",
|
|
58
|
+
"Null": "Null",
|
|
59
|
+
"Boolean": "Booléen",
|
|
60
|
+
"String": "Chaîne de caractères",
|
|
61
|
+
"Calculator": "Calculatrice",
|
|
62
|
+
"Arithmetic calculation": "Calcul arithmétique",
|
|
63
|
+
"String operation": "Opération sur les chaînes de caractères",
|
|
64
|
+
"Executed at": "Exécuté à",
|
|
65
|
+
"Queueing": "En attente",
|
|
66
|
+
"On going": "En cours",
|
|
67
|
+
"Succeeded": "Réussi",
|
|
68
|
+
"Failed": "Échoué",
|
|
69
|
+
"Pending": "En attente",
|
|
70
|
+
"Canceled": "Annulé",
|
|
71
|
+
"This node contains branches, deleting will also be preformed to them, are you sure?": "Ce nœud contient des branches, leur suppression sera également effectuée, êtes-vous sûr(e) ?",
|
|
72
|
+
"Control": "Contrôle",
|
|
73
|
+
"Collection operations": "Opérations sur la collection",
|
|
74
|
+
"Extended types": "Types étendus",
|
|
75
|
+
"Node type": "Type de nœud",
|
|
76
|
+
"Calculation": "Calcul",
|
|
77
|
+
"Configure calculation": "Configurer le calcul",
|
|
78
|
+
"Calculation result": "Résultat du calcul",
|
|
79
|
+
"True": "Vrai",
|
|
80
|
+
"False": "Faux",
|
|
81
|
+
"concat": "concat",
|
|
82
|
+
"Condition": "Condition",
|
|
83
|
+
"Mode": "Mode",
|
|
84
|
+
"Continue when \"Yes\"": "Continuer quand \"Oui\"",
|
|
85
|
+
"Branch into \"Yes\" and \"No\"": "Brancher sur \"Oui\" et \"Non\"",
|
|
86
|
+
"Conditions": "Conditions",
|
|
87
|
+
"Create record": "Créer un enregistrement",
|
|
88
|
+
"Update record": "Mettre à jour un enregistrement",
|
|
89
|
+
"Query record": "Interroger un enregistrement",
|
|
90
|
+
"Multiple records": "Multiples enregistrements",
|
|
91
|
+
"Please select collection first": "Veuillez d'abord sélectionner une collection",
|
|
92
|
+
"Only update records matching conditions": "Mettre à jour uniquement les enregistrements correspondant aux conditions",
|
|
93
|
+
"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.": "Les champs qui ne reçoivent pas de valeur seront définis sur la valeur par défaut, et ceux qui n'ont pas de valeur par défaut seront définis sur null.",
|
|
94
|
+
"Trigger in executed workflow cannot be modified": "Le déclencheur dans le workflow exécuté ne peut pas être modifié",
|
|
95
|
+
"Node in executed workflow cannot be modified": "Le nœud dans le workflow exécuté ne peut pas être modifié",
|
|
96
|
+
"Can not delete": "Impossible de supprimer",
|
|
97
|
+
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.": "Le résultat de ce nœud a été référencé par d'autres nœuds ({{nodes}}), veuillez supprimer son utilisation avant de le supprimer."
|
|
98
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Workflow": "ワークフロー",
|
|
3
|
+
"Execution history": "実行履歴",
|
|
4
|
+
"Trigger type": "トリガータイプ",
|
|
5
|
+
"Status": "状態",
|
|
6
|
+
"On": "有効",
|
|
7
|
+
"Off": "無効",
|
|
8
|
+
"Version": "バージョン",
|
|
9
|
+
"Copy to new version": "新しいバージョンにコピー",
|
|
10
|
+
"Load failed": "読み込みに失敗しました",
|
|
11
|
+
"Trigger": "トリガー",
|
|
12
|
+
"Collection event": "コレクションイベント",
|
|
13
|
+
"Trigger on": "トリガータイミング",
|
|
14
|
+
"After record added": "レコードを追加した後",
|
|
15
|
+
"After record updated": "レコードを更新した後",
|
|
16
|
+
"After record added or updated": "レコードを追加もしくは更新した後",
|
|
17
|
+
"After record deleted": "レコードを削除した後",
|
|
18
|
+
"Changed fields": "フィールドが変更された時",
|
|
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.": "選択したフィールドの 1 つが変更された場合にのみトリガーされます。 選択されていない場合は、フィールドが変更されたときにトリガーされることを意味します。 レコードが追加または削除されると、すべてのフィールドが変更されたと見なされます。",
|
|
20
|
+
"Only triggers when match conditions": "以下の条件を満たすと発動",
|
|
21
|
+
"Schedule event": "スケジュールイベント",
|
|
22
|
+
"Trigger mode": "トリガーモード",
|
|
23
|
+
"Based on certain date": "カスタム時間",
|
|
24
|
+
"Based on date field of collection": "コレクションのフィールド時間に基づく",
|
|
25
|
+
"Starts on": "開始",
|
|
26
|
+
"Ends on": "終了",
|
|
27
|
+
"Exactly at": "ちょうど",
|
|
28
|
+
"Repeat mode": "繰り返しパターン",
|
|
29
|
+
"Repeat limit": "繰り返し回数",
|
|
30
|
+
"No limit": "無制限",
|
|
31
|
+
"Seconds": "秒",
|
|
32
|
+
"Minutes": "分",
|
|
33
|
+
"Hours": "時",
|
|
34
|
+
"Days": "日",
|
|
35
|
+
"Weeks": "週",
|
|
36
|
+
"Months": "月",
|
|
37
|
+
"No repeat": "繰り返さない",
|
|
38
|
+
"Every": "毎",
|
|
39
|
+
"By minute": "分ごと",
|
|
40
|
+
"By hour": "時間ごと",
|
|
41
|
+
"By day": "日ごと",
|
|
42
|
+
"By week": "週ごと",
|
|
43
|
+
"By month": "月ごと",
|
|
44
|
+
"By field": "フィールドごと",
|
|
45
|
+
"By custom date": "カスタム時間",
|
|
46
|
+
"Advanced": "アドバンスド",
|
|
47
|
+
"End": "終了",
|
|
48
|
+
"Trigger variables": "トリガーフィールド",
|
|
49
|
+
"Node result": "ノードの結果",
|
|
50
|
+
"Constant": "定数",
|
|
51
|
+
"Boolean": "論理値",
|
|
52
|
+
"String": "文字列",
|
|
53
|
+
"Arithmetic calculation": "算術演算",
|
|
54
|
+
"String operation": "文字列操作",
|
|
55
|
+
"On going": "処理中",
|
|
56
|
+
"Succeeded": "成功",
|
|
57
|
+
"Failed": "失敗",
|
|
58
|
+
"Canceled": "取消",
|
|
59
|
+
"This node contains branches, deleting will also be preformed to them, are you sure?": "ノードにはブランチが含まれており、そのすべてのブランチの下にあるすべての子ノードが同時に削除されます。続行してもよろしいですか?",
|
|
60
|
+
"Control": "プロセス制御",
|
|
61
|
+
"Collection operations": "フィールド操作",
|
|
62
|
+
"Node type": "ノードタイプ",
|
|
63
|
+
"Calculation": "演算",
|
|
64
|
+
"Configure calculation": "演算設定",
|
|
65
|
+
"Calculation result": "演算結果",
|
|
66
|
+
"True": "真",
|
|
67
|
+
"False": "偽",
|
|
68
|
+
"Condition": "条件",
|
|
69
|
+
"Mode": "モデル",
|
|
70
|
+
"Continue when \"Yes\"": "「はい」の場合に続行",
|
|
71
|
+
"Branch into \"Yes\" and \"No\"": "「はい」と「いいえ」で分岐して続行",
|
|
72
|
+
"Conditions": "条件設定",
|
|
73
|
+
"Create record": "レコード追加",
|
|
74
|
+
"Update record": "レコード更新",
|
|
75
|
+
"Query record": "クエリ レコード",
|
|
76
|
+
"Multiple records": "複数レコード",
|
|
77
|
+
"Please select collection first": "先にコレクションを選択してください",
|
|
78
|
+
"Only update records matching conditions": "条件を満たすレコードのみ更新",
|
|
79
|
+
"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 に設定されます",
|
|
80
|
+
"Trigger in executed workflow cannot be modified": "すでにワークフローを実行したトリガーは変更できません",
|
|
81
|
+
"Node in executed workflow cannot be modified": "すでに実行されたワークフローのノードは変更できません"
|
|
82
|
+
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Workflow": "Fluxo de trabalho",
|
|
3
|
+
"Execution history": "Histórico de execução",
|
|
4
|
+
"Executed": "Executado",
|
|
5
|
+
"Trigger type": "Tipo de acionador",
|
|
6
|
+
"Status": "Status",
|
|
7
|
+
"On": "Ligado",
|
|
8
|
+
"Off": "Desligado",
|
|
9
|
+
"Version": "Versão",
|
|
10
|
+
"Copy to new version": "Copiar para nova versão",
|
|
11
|
+
"Duplicate": "Duplicar",
|
|
12
|
+
"Loading": "Carregando",
|
|
13
|
+
"Load failed": "Falha ao carregar",
|
|
14
|
+
"Trigger": "Acionador",
|
|
15
|
+
"Trigger variables": "Variáveis do acionador",
|
|
16
|
+
"Trigger data": "Dados do acionador",
|
|
17
|
+
"Trigger time": "Tempo do acionador",
|
|
18
|
+
"Triggered at": "Acionado em",
|
|
19
|
+
"Collection event": "Evento da coleção",
|
|
20
|
+
"Trigger on": "Acionar em",
|
|
21
|
+
"After record added": "Depois do registro ser adicionado",
|
|
22
|
+
"After record updated": "Depois do registro ser atualizado",
|
|
23
|
+
"After record added or updated": "Depois do registro ser adicionado ou atualizado",
|
|
24
|
+
"After record deleted": "Depois do registro ser excluído",
|
|
25
|
+
"Changed fields": "Campos alterados",
|
|
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.": "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.",
|
|
27
|
+
"Only triggers when match conditions": "Aciona somente quando as condições correspondem",
|
|
28
|
+
"Schedule event": "Evento programado",
|
|
29
|
+
"Trigger mode": "Modo de acionamento",
|
|
30
|
+
"Based on certain date": "Com base em uma data específica",
|
|
31
|
+
"Based on date field of collection": "Com base no campo de data da coleção",
|
|
32
|
+
"Starts on": "Começa em",
|
|
33
|
+
"Ends on": "Termina em",
|
|
34
|
+
"No end": "Sem fim",
|
|
35
|
+
"Exactly at": "Exatamente às",
|
|
36
|
+
"Repeat mode": "Modo de repetição",
|
|
37
|
+
"Repeat limit": "Limite de repetição",
|
|
38
|
+
"No limit": "Sem limite",
|
|
39
|
+
"Seconds": "Segundos",
|
|
40
|
+
"Minutes": "Minutos",
|
|
41
|
+
"Hours": "Horas",
|
|
42
|
+
"Days": "Dias",
|
|
43
|
+
"Weeks": "Semanas",
|
|
44
|
+
"Months": "Meses",
|
|
45
|
+
"No repeat": "Sem repetição",
|
|
46
|
+
"Every": "Cada",
|
|
47
|
+
"By minute": "Por minuto",
|
|
48
|
+
"By hour": "Por hora",
|
|
49
|
+
"By day": "Por dia",
|
|
50
|
+
"By week": "Por semana",
|
|
51
|
+
"By month": "Por mês",
|
|
52
|
+
"By field": "Por campo",
|
|
53
|
+
"By custom date": "Por data personalizada",
|
|
54
|
+
"Advanced": "Avançado",
|
|
55
|
+
"End": "Fim",
|
|
56
|
+
"Node result": "Resultado do nó",
|
|
57
|
+
"Constant": "Constante",
|
|
58
|
+
"Null": "Nulo",
|
|
59
|
+
"Boolean": "Booleano",
|
|
60
|
+
"String": "String",
|
|
61
|
+
"Calculator": "Calculadora",
|
|
62
|
+
"Arithmetic calculation": "Cálculo aritmético",
|
|
63
|
+
"String operation": "Operação de string",
|
|
64
|
+
"Executed at": "Executado em",
|
|
65
|
+
"Queueing": "Em fila",
|
|
66
|
+
"On going": "Em andamento",
|
|
67
|
+
"Succeeded": "Sucesso",
|
|
68
|
+
"Failed": "Falhou",
|
|
69
|
+
"Pending": "Pendente",
|
|
70
|
+
"Canceled": "Cancelado",
|
|
71
|
+
"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?",
|
|
72
|
+
"Control": "Controle",
|
|
73
|
+
"Collection operations": "Operações de coleção",
|
|
74
|
+
"Extended types": "Tipos estendidos",
|
|
75
|
+
"Node type": "Tipo de nó",
|
|
76
|
+
"Calculation": "Cálculo",
|
|
77
|
+
"Configure calculation": "Configurar cálculo",
|
|
78
|
+
"Calculation result": "Resultado do cálculo",
|
|
79
|
+
"True": "Verdadeiro",
|
|
80
|
+
"False": "Falso",
|
|
81
|
+
"concat": "concatenar",
|
|
82
|
+
"Condition": "Condição",
|
|
83
|
+
"Mode": "Modo",
|
|
84
|
+
"Continue when \"Yes\"": "Continuar quando \"Sim\"",
|
|
85
|
+
"Branch into \"Yes\" and \"No\"": "Ramo em \"Sim\" e \"Não\"",
|
|
86
|
+
"Conditions": "Condições",
|
|
87
|
+
"Create record": "Criar registro",
|
|
88
|
+
"Update record": "Atualizar registro",
|
|
89
|
+
"Query record": "Consultar registro",
|
|
90
|
+
"Multiple records": "Múltiplos registros",
|
|
91
|
+
"Please select collection first": "Por favor, selecione uma coleção primeiro",
|
|
92
|
+
"Only update records matching conditions": "Atualizar somente registros que atendem às condições",
|
|
93
|
+
"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.",
|
|
94
|
+
"Trigger in executed workflow cannot be modified": "O acionador em fluxo de trabalho executado não pode ser modificado",
|
|
95
|
+
"Node in executed workflow cannot be modified": "O nó em fluxo de trabalho executado não pode ser modificado",
|
|
96
|
+
"Can not delete": "Não é possível excluir",
|
|
97
|
+
"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."
|
|
98
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Workflow": "Рабочий процесс",
|
|
3
|
+
"Execution history": "История запусков",
|
|
4
|
+
"Trigger type": "Тип триггера",
|
|
5
|
+
"Status": "Статус",
|
|
6
|
+
"On": "Вкл.",
|
|
7
|
+
"Off": "Выкл.",
|
|
8
|
+
"Version": "Версия",
|
|
9
|
+
"Copy to new version": "Скопировать в новую версию",
|
|
10
|
+
"Load failed": "Загрузка не удалась",
|
|
11
|
+
"Trigger": "Триггер",
|
|
12
|
+
"Collection event": "Событие коллекции",
|
|
13
|
+
"Trigger on": "Триггер на",
|
|
14
|
+
"After record added": "После добавления записи",
|
|
15
|
+
"After record updated": "После обновления записи",
|
|
16
|
+
"After record added or updated": "После добавления или обновления записи",
|
|
17
|
+
"After record deleted": "После удаления записи",
|
|
18
|
+
"Changed fields": "Измененные поля",
|
|
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.": "Запускается только при изменении одного из выбранных полей. Если флажок не установлен, это означает, что он будет срабатывать при изменении любого поля. При добавлении или удалении записи любое поле считается измененным.",
|
|
20
|
+
"Only triggers when match conditions": "Срабатывает только при совпадении условий",
|
|
21
|
+
"Schedule event": "Событие по расписанию",
|
|
22
|
+
"Trigger mode": "Режим триггера",
|
|
23
|
+
"Based on certain date": "На основе определенной даты",
|
|
24
|
+
"Based on date field of collection": "На базе поля с датой в коллекции",
|
|
25
|
+
"Starts on": "Стартует с",
|
|
26
|
+
"Ends on": "Оканчивается в",
|
|
27
|
+
"Exactly at": "Ровно в",
|
|
28
|
+
"Repeat mode": "Режим повтора",
|
|
29
|
+
"Repeat limit": "Ограничение на повторы",
|
|
30
|
+
"No limit": "Нет ограничений",
|
|
31
|
+
"Seconds": "Секунды",
|
|
32
|
+
"Minutes": "Минуты",
|
|
33
|
+
"Hours": "Часы",
|
|
34
|
+
"Days": "Дни",
|
|
35
|
+
"Weeks": "Недели",
|
|
36
|
+
"Months": "Месяцы",
|
|
37
|
+
"No repeat": "Не повторять",
|
|
38
|
+
"Every": "Каждые",
|
|
39
|
+
"By minute": "По минутам",
|
|
40
|
+
"By hour": "По часам",
|
|
41
|
+
"By day": "По дням",
|
|
42
|
+
"By week": "По неделям",
|
|
43
|
+
"By month": "По месяцам",
|
|
44
|
+
"By field": "По полю",
|
|
45
|
+
"By custom date": "По пользовательской дате",
|
|
46
|
+
"Advanced": "Продвинутый",
|
|
47
|
+
"End": "Окончание",
|
|
48
|
+
"Trigger variables": "Контекст триггера",
|
|
49
|
+
"Node result": "Результат Узла",
|
|
50
|
+
"Constant": "Константа",
|
|
51
|
+
"Boolean": "Логический",
|
|
52
|
+
"String": "Строка",
|
|
53
|
+
"Arithmetic calculation": "Арифметическое вычисление",
|
|
54
|
+
"String operation": "Операция со строкой",
|
|
55
|
+
"On going": "Непрерывный",
|
|
56
|
+
"Succeeded": "Успешный",
|
|
57
|
+
"Failed": "Неудачный",
|
|
58
|
+
"Canceled": "Прерванный",
|
|
59
|
+
"This node contains branches, deleting will also be preformed to them, are you sure?": "Этот узел содержит ветки, к ним тоже будет произведено удаление, вы уверены?",
|
|
60
|
+
"Control": "Управление",
|
|
61
|
+
"Collection operations": "Операции с Коллекцией",
|
|
62
|
+
"Node type": "Тип Узла",
|
|
63
|
+
"Calculation": "Вычисление",
|
|
64
|
+
"Configure calculation": "Настроить вычисление",
|
|
65
|
+
"Calculation result": "Результат вычисления",
|
|
66
|
+
"True": "Истина",
|
|
67
|
+
"False": "Ложь",
|
|
68
|
+
"Condition": "Условие",
|
|
69
|
+
"Mode": "Режим",
|
|
70
|
+
"Continue when \"Yes\"": "Продолжить когда \"Да\"",
|
|
71
|
+
"Branch into \"Yes\" and \"No\"": "Разветвление на \"Да\" and \"Нет\"",
|
|
72
|
+
"Conditions": "Условия",
|
|
73
|
+
"Create record": "Создать запись",
|
|
74
|
+
"Update record": "Обновить запись",
|
|
75
|
+
"Query record": "Запрос записи",
|
|
76
|
+
"Multiple records": "Множество записей",
|
|
77
|
+
"Please select collection first": "Выберите сначала Коллекцию, пожалуйста",
|
|
78
|
+
"Only update records matching conditions": "Обновлять только записи, соответствующие условиям",
|
|
79
|
+
"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.",
|
|
80
|
+
"Trigger in executed workflow cannot be modified": "Триггер в выполняемом рабочем процессе не может быть изменен",
|
|
81
|
+
"Node in executed workflow cannot be modified": "Узел в выполняемом рабочем процессе не может быть изменен"
|
|
82
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Workflow": "İş Akışı",
|
|
3
|
+
"Execution history": "Yürütme Geçmişi",
|
|
4
|
+
"Trigger type": "Tetikleme türü",
|
|
5
|
+
"Status": "Durum",
|
|
6
|
+
"On": "Aç",
|
|
7
|
+
"Off": "Kapa",
|
|
8
|
+
"Version": "Sürüm",
|
|
9
|
+
"Copy to new version": "Yeni sürüme kopyala",
|
|
10
|
+
"Load failed": "Yükleme başarısız",
|
|
11
|
+
"Trigger": "Tetikle",
|
|
12
|
+
"Collection event": "Koleksiyon etkinliği",
|
|
13
|
+
"Trigger on": "Tetikleme açık",
|
|
14
|
+
"After record added": "Kayıt eklendikten sonra",
|
|
15
|
+
"After record updated": "Kayıt güncellendikten sonra",
|
|
16
|
+
"After record added or updated": "Kayıt eklendikten veya güncellendikten sonra",
|
|
17
|
+
"After record deleted": "Kayıt silindikten sonra",
|
|
18
|
+
"Changed fields": "Değiştirilen alanlar",
|
|
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.": "Yalnızca seçilen alanlardan biri değiştiğinde tetiklenir. Seçili değilse, herhangi bir alan değiştiğinde tetikleneceği anlamına gelir. Kayıt eklendiğinde veya silindiğinde, herhangi bir alan değiştirilmiş olarak kabul edilir.",
|
|
20
|
+
"Only triggers when match conditions": "Yalnızca eşleşme koşulları olduğunda tetiklenir",
|
|
21
|
+
"Schedule event": "Etkinlik planla",
|
|
22
|
+
"Trigger mode": "Tetikleme modu",
|
|
23
|
+
"Based on certain date": "Belirli bir tarihe göre",
|
|
24
|
+
"Based on date field of collection": "Koleksiyonun tarih alanına göre",
|
|
25
|
+
"Starts on": "Başlangıç",
|
|
26
|
+
"Ends on": "Bitiş",
|
|
27
|
+
"Exactly at": "Tam zamanı",
|
|
28
|
+
"Repeat mode": "Tekrarlama modu",
|
|
29
|
+
"Repeat limit": "Tekrarlama limiti",
|
|
30
|
+
"No limit": "Limit yok",
|
|
31
|
+
"Seconds": "Saniye",
|
|
32
|
+
"Minutes": "Dakika",
|
|
33
|
+
"Hours": "Saat",
|
|
34
|
+
"Days": "Gün",
|
|
35
|
+
"Weeks": "Hafta",
|
|
36
|
+
"Months": "Ay",
|
|
37
|
+
"No repeat": "Tekrar yok",
|
|
38
|
+
"Every": "Her",
|
|
39
|
+
"By minute": "Dakikada",
|
|
40
|
+
"By hour": "Saatte",
|
|
41
|
+
"By day": "Günde",
|
|
42
|
+
"By week": "Haftada",
|
|
43
|
+
"By month": "Ayda",
|
|
44
|
+
"By field": "Alanda",
|
|
45
|
+
"By custom date": "Özel tarihe göre",
|
|
46
|
+
"Advanced": "Gelişmiş",
|
|
47
|
+
"End": "Son",
|
|
48
|
+
"Trigger variables": "Tetikleyici bağlamı",
|
|
49
|
+
"Node result": "Düğüm sonucu",
|
|
50
|
+
"Constant": "Devamlı",
|
|
51
|
+
"Boolean": "Boolean",
|
|
52
|
+
"String": "String",
|
|
53
|
+
"Arithmetic calculation": "Aritmetik hesaplama",
|
|
54
|
+
"String operation": "String operation",
|
|
55
|
+
"On going": "Devam eden",
|
|
56
|
+
"Succeeded": "Başarılı",
|
|
57
|
+
"Failed": "Başarısız",
|
|
58
|
+
"Canceled": "İptal edilen",
|
|
59
|
+
"This node contains branches, deleting will also be preformed to them, are you sure?": "Bu düğüm başka içeriklerle bağlantı içeriyor, silme işlemini onaylarsanız o bağlantılarda silinecek, emin misiniz?",
|
|
60
|
+
"Control": "Kontrol",
|
|
61
|
+
"Collection operations": "Koleksiyon operasyonları",
|
|
62
|
+
"Node type": "Düğüm türü",
|
|
63
|
+
"Calculation": "Hesaplama",
|
|
64
|
+
"Configure calculation": "Hesaplamayı yapılandır",
|
|
65
|
+
"Calculation result": "Hesaplama sonucu",
|
|
66
|
+
"True": "Doğru",
|
|
67
|
+
"False": "Yanlış",
|
|
68
|
+
"Condition": "Koşul",
|
|
69
|
+
"Mode": "Tür",
|
|
70
|
+
"Continue when \"Yes\"": "\"Evet\" durumunda devam",
|
|
71
|
+
"Branch into \"Yes\" and \"No\"": "\"Evet\" ve \"Hayır\" olarak dallandırın",
|
|
72
|
+
"Conditions": "Koşullar",
|
|
73
|
+
"Create record": "Kayıt oluştur",
|
|
74
|
+
"Update record": "Kayıt güncelle",
|
|
75
|
+
"Query record": "Sorgu kaydı",
|
|
76
|
+
"Multiple records": "Birden çok kayıt",
|
|
77
|
+
"Please select collection first": "Lütfen önce koleksiyonu seçin",
|
|
78
|
+
"Only update records matching conditions": "Yalnızca koşullarla eşleşen kayıtları güncelleyin",
|
|
79
|
+
"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.": "Değer atanmamış alanlar varsayılan değere, varsayılan değeri olmayan alanlar ise null olarak ayarlanır.",
|
|
80
|
+
"Trigger in executed workflow cannot be modified": "Yürütülen iş akışındaki tetikleyici değiştirilemez",
|
|
81
|
+
"Node in executed workflow cannot be modified": "Yürütülen iş akışındaki düğüm değiştirilemez"
|
|
82
|
+
}
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Workflow": "工作流",
|
|
3
|
+
"Execution history": "执行历史",
|
|
4
|
+
"Clear all executions": "清除所有执行记录",
|
|
5
|
+
"Clear executions will not reset executed count, and started executions will not be deleted, are you sure you want to delete them all?":
|
|
6
|
+
"清空执行记录不会重置执行次数,且执行中的也不会被删除,确定要删除所有执行记录吗?",
|
|
7
|
+
"Executed": "已执行",
|
|
8
|
+
"Sync enabled status of all workflows from database": "从数据库同步所有工作流的启用状态",
|
|
9
|
+
"Trigger type": "触发方式",
|
|
10
|
+
"Status": "状态",
|
|
11
|
+
"On": "启用",
|
|
12
|
+
"Off": "停用",
|
|
13
|
+
"Version": "版本",
|
|
14
|
+
"Copy to new version": "复制到新版本",
|
|
15
|
+
"Duplicate": "复制",
|
|
16
|
+
"Duplicate to new workflow": "复制为新工作流",
|
|
17
|
+
"Delete a main version will cause all other revisions to be deleted too.": "删除主版本将导致其他版本一并被删除。",
|
|
18
|
+
"Loading": "加载中",
|
|
19
|
+
"Load failed": "加载失败",
|
|
20
|
+
"Use transaction": "启用事务",
|
|
21
|
+
"Data operation nodes in workflow will run in a same transaction until any interruption. Any failure will cause data rollback, and will also rollback the history of the execution.":
|
|
22
|
+
"工作流中的节点将在同一个事务中运行。任何失败都会导致数据回滚,同时也会回滚相应的执行历史。",
|
|
23
|
+
"Auto delete history when execution is on end status": "执行结束后自动删除对应状态的历史记录",
|
|
24
|
+
"Trigger": "触发器",
|
|
25
|
+
"Trigger variables": "触发器变量",
|
|
26
|
+
"Trigger data": "触发数据",
|
|
27
|
+
"Trigger time": "触发时间",
|
|
28
|
+
"Triggered at": "触发时间",
|
|
29
|
+
|
|
30
|
+
"Bind workflows": "绑定工作流",
|
|
31
|
+
"Workflow will be triggered after submitting succeeded.": "提交成功后触发工作流。",
|
|
32
|
+
"Workflow will be triggered after saving succeeded.": "保存成功后触发工作流。",
|
|
33
|
+
"Workflow will be triggered directly once the button clicked.": "按钮点击后直接触发工作流。",
|
|
34
|
+
"Submit to workflow": "提交至工作流",
|
|
35
|
+
"Add workflow": "添加工作流",
|
|
36
|
+
"Select workflow": "选择工作流",
|
|
37
|
+
"Trigger data context": "触发数据上下文",
|
|
38
|
+
"Full form data": "完整表单数据",
|
|
39
|
+
"Select context": "选择上下文",
|
|
40
|
+
"Collection event": "数据表事件",
|
|
41
|
+
"Event will be triggered on collection data row created, updated or deleted.":
|
|
42
|
+
"当数据表中的数据被新增、更新或删除时触发。",
|
|
43
|
+
"Trigger on": "触发时机",
|
|
44
|
+
"After record added": "新增数据后",
|
|
45
|
+
"After record updated": "更新数据后",
|
|
46
|
+
"After record added or updated": "新增或更新数据后",
|
|
47
|
+
"After record deleted": "删除数据后",
|
|
48
|
+
"Changed fields": "发生变动的字段",
|
|
49
|
+
"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.":
|
|
50
|
+
"只有被选中的某个字段发生变动时才会触发。如果不选择,则表示任何字段变动时都会触发。新增或删除数据时,任意字段都被认为发生变动。",
|
|
51
|
+
"Only triggers when match conditions": "满足以下条件才触发",
|
|
52
|
+
"Preload associations": "预加载关联数据",
|
|
53
|
+
"Please select the associated fields that need to be accessed in subsequent nodes. With more than two levels of to-many associations may cause performance issue, please use with caution.":
|
|
54
|
+
"请选中需要在后续节点中被访问的关系字段。超过两层的对多关联可能会导致性能问题,请谨慎使用。",
|
|
55
|
+
"Schedule event": "定时任务",
|
|
56
|
+
"Event will be scheduled and triggered base on time conditions.": "基于时间条件进行定时触发的事件。",
|
|
57
|
+
"Trigger mode": "触发模式",
|
|
58
|
+
"Based on certain date": "自定义时间",
|
|
59
|
+
"Based on date field of collection": "根据数据表时间字段",
|
|
60
|
+
"Starts on": "开始于",
|
|
61
|
+
"Ends on": "结束于",
|
|
62
|
+
"No end": "不结束",
|
|
63
|
+
"Exactly at": "当时",
|
|
64
|
+
"Repeat mode": "重复模式",
|
|
65
|
+
"Repeat limit": "重复次数",
|
|
66
|
+
"No limit": "不限",
|
|
67
|
+
"Seconds": "秒",
|
|
68
|
+
"Minutes": "分钟",
|
|
69
|
+
"Hours": "小时",
|
|
70
|
+
"Days": "天",
|
|
71
|
+
"Weeks": "周",
|
|
72
|
+
"Months": "月",
|
|
73
|
+
"No repeat": "不重复",
|
|
74
|
+
"Every": "每",
|
|
75
|
+
"By minute": "按分钟",
|
|
76
|
+
"By hour": "按小时",
|
|
77
|
+
"By day": "按天",
|
|
78
|
+
"By week": "按周",
|
|
79
|
+
"By month": "按月",
|
|
80
|
+
"By field": "数据表字段",
|
|
81
|
+
"By custom date": "自定义时间",
|
|
82
|
+
"Advanced": "高级模式",
|
|
83
|
+
"End": "结束",
|
|
84
|
+
"Node result": "节点数据",
|
|
85
|
+
"Variable key of node": "节点变量标识",
|
|
86
|
+
"Calculator": "运算",
|
|
87
|
+
"Calculate an expression based on a calculation engine and obtain a value as the result. Variables in the upstream nodes can be used in the expression. The expression can be static or dynamic one from an expression collections.":
|
|
88
|
+
"基于计算引擎对一个表达式进行计算,并获得一个值作为结果。表达式中可以使用上游节点里的变量。表达式可以是静态的,也可以是表达式表中的动态表达式。",
|
|
89
|
+
"String operation": "字符串",
|
|
90
|
+
"System variables": "系统变量",
|
|
91
|
+
"System time": "系统时间",
|
|
92
|
+
"Date variables": "日期变量",
|
|
93
|
+
|
|
94
|
+
"Executed at": "执行于",
|
|
95
|
+
"Queueing": "队列中",
|
|
96
|
+
"On going": "进行中",
|
|
97
|
+
"Resolved": "完成",
|
|
98
|
+
"Pending": "待处理",
|
|
99
|
+
"Failed": "失败",
|
|
100
|
+
"Error": "出错",
|
|
101
|
+
"Aborted": "已终止",
|
|
102
|
+
"Canceled": "已取消",
|
|
103
|
+
"Rejected": "已拒绝",
|
|
104
|
+
"Retry needed": "需重试",
|
|
105
|
+
|
|
106
|
+
"Triggered but still waiting in queue to execute.": "已触发但仍在队列中等待执行。",
|
|
107
|
+
"Started and executing, maybe waiting for an async callback (manual, delay etc.).":
|
|
108
|
+
"已开始执行,可能在等待异步回调(人工、延时等)。",
|
|
109
|
+
"Successfully finished.": "成功完成。",
|
|
110
|
+
"Failed to satisfy node configurations.": "未满足节点配置造成的失败。",
|
|
111
|
+
"Some node meets error.": "某个节点出错。",
|
|
112
|
+
"Running of some node was aborted by program flow.": "某个节点被程序流程终止。",
|
|
113
|
+
"Manually canceled whole execution when waiting.": "等待时被手动取消整个执行。",
|
|
114
|
+
"Rejected from a manual node.": "被人工节点拒绝继续。",
|
|
115
|
+
"General failed but should do another try.": "执行失败,需重试。",
|
|
116
|
+
|
|
117
|
+
"Operations": "操作",
|
|
118
|
+
"This node contains branches, deleting will also be preformed to them, are you sure?":
|
|
119
|
+
"节点包含分支,将同时删除其所有分支下的子节点,确定继续?",
|
|
120
|
+
"Control": "流程控制",
|
|
121
|
+
"Collection operations": "数据表操作",
|
|
122
|
+
"Manual": "人工处理",
|
|
123
|
+
"Extended types": "扩展类型",
|
|
124
|
+
"Node type": "节点类型",
|
|
125
|
+
"Calculation": "运算",
|
|
126
|
+
"Calculation engine": "运算引擎",
|
|
127
|
+
"Basic": "基础",
|
|
128
|
+
"Calculation expression": "运算表达式",
|
|
129
|
+
"Expression syntax error": "表达式语法错误",
|
|
130
|
+
"Syntax references: ": "语法参考:",
|
|
131
|
+
"Calculation result": "运算结果",
|
|
132
|
+
"True": "真",
|
|
133
|
+
"False": "假",
|
|
134
|
+
"concat": "连接",
|
|
135
|
+
"Condition": "条件判断",
|
|
136
|
+
"Based on boolean result of the calculation to determine whether to \"continue\" or \"exit\" the process, or continue on different branches of \"yes\" and \"no\".":
|
|
137
|
+
"基于运算结果的真假来决定“继续”或“退出”流程,或者在“是”与“否”的分支上分别继续。",
|
|
138
|
+
"Mode": "模式",
|
|
139
|
+
"Continue when \"Yes\"": "“是”则继续",
|
|
140
|
+
"Branch into \"Yes\" and \"No\"": "“是”和“否”分别继续",
|
|
141
|
+
"Condition expression": "条件表达式",
|
|
142
|
+
"Create record": "新增数据",
|
|
143
|
+
"Add new record to a collection. You can use variables from upstream nodes to assign values to fields.":
|
|
144
|
+
"向一个数据表中添加新的数据。可以使用上游节点里的变量为字段赋值。",
|
|
145
|
+
"Update record": "更新数据",
|
|
146
|
+
"Update records of a collection. You can use variables from upstream nodes as query conditions and field values.":
|
|
147
|
+
"更新一个数据表中的数据。可以使用上游节点里的变量作为查询条件和数据值。",
|
|
148
|
+
"Update mode": "更新模式",
|
|
149
|
+
"Update in a batch": "批量更新",
|
|
150
|
+
"Update one by one": "逐条更新",
|
|
151
|
+
"Update all eligible data at one time, which has better performance when the amount of data is large. But the updated data will not trigger other workflows, and will not record audit logs.":
|
|
152
|
+
"一次性更新所有符合条件的数据,在数据量较大时有比较好的性能;但被更新的数据不会触发其他工作流,也不会记录更新日志。",
|
|
153
|
+
"The updated data can trigger other workflows, and the audit log will also be recorded. But it is usually only applicable to several or dozens of pieces of data, otherwise there will be performance problems.":
|
|
154
|
+
"被更新的数据可以再次触发其他工作流,也会记录更新日志;但通常只适用于数条或数十条数据,否则会有性能问题。",
|
|
155
|
+
"Query record": "查询数据",
|
|
156
|
+
"Query records from a collection. You can use variables from upstream nodes as query conditions.":
|
|
157
|
+
"查询一个数据表中的数据。可以使用上游节点里的变量作为查询条件。",
|
|
158
|
+
"Allow multiple records as result": "允许结果是多条数据",
|
|
159
|
+
"If checked, when there are multiple records in the query result, an array will be returned as the result, which can be operated on one by one using a loop node. Otherwise, only one record will be returned.":
|
|
160
|
+
"选中后,当查询结果有多条记录时,会返回数组作为结果,可以使用循环节点对它逐条操作;否则,仅返回一条数据。",
|
|
161
|
+
"Exit when query result is null": "查询结果为空时,退出流程",
|
|
162
|
+
"Please select collection first": "请先选择数据表",
|
|
163
|
+
"Only update records matching conditions": "只更新满足条件的数据",
|
|
164
|
+
"Please add at least one condition": "请添加至少一个条件",
|
|
165
|
+
"Unassigned fields will be set to default values, and those without default values will be set to null.":
|
|
166
|
+
"未被赋值的字段将被设置为默认值,没有默认值的设置为空值。",
|
|
167
|
+
|
|
168
|
+
"Delete record": "删除数据",
|
|
169
|
+
"Delete records of a collection. Could use variables in workflow context as filter. All records match the filter will be deleted.":
|
|
170
|
+
"删除一个数据表中的数据。可以使用上游节点里的变量作为过滤条件。所有满足条件的数据都将被删除。",
|
|
171
|
+
|
|
172
|
+
"Executed workflow cannot be modified": "已经执行过的工作流不能被修改",
|
|
173
|
+
"Can not delete": "无法删除",
|
|
174
|
+
"The result of this node has been referenced by other nodes ({{nodes}}), please remove the usage before deleting.":
|
|
175
|
+
"该节点的执行结果已被其他节点({{nodes}})引用,删除前请先移除引用。"
|
|
176
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cron-parser","version":"4.4.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^1.28.0"},"devDependencies":{"eslint":"^8.2.0","sinon":"^10.0.0","tap":"^16.0.1","tsd":"^0.19.0"},"engines":{"node":">=0.8"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"_lastModified":"2023-12-
|
|
1
|
+
{"name":"cron-parser","version":"4.4.0","description":"Node.js library for parsing crontab instructions","main":"lib/parser.js","types":"index.d.ts","typesVersions":{"<4.1":{"*":["types/ts3/*"]}},"directories":{"test":"test"},"scripts":{"test:tsd":"tsd","test:unit":"TZ=UTC tap ./test/*.js","test:cover":"TZ=UTC tap --coverage-report=html ./test/*.js","lint":"eslint .","lint:fix":"eslint --fix .","test":"npm run lint && npm run test:unit && npm run test:tsd"},"repository":{"type":"git","url":"https://github.com/harrisiirak/cron-parser.git"},"keywords":["cron","crontab","parser"],"author":"Harri Siirak","contributors":["Nicholas Clawson","Daniel Prentis <daniel@salsitasoft.com>","Renault John Lecoultre","Richard Astbury <richard.astbury@gmail.com>","Meaglin Wasabi <Meaglin.wasabi@gmail.com>","Mike Kusold <hello@mikekusold.com>","Alex Kit <alex.kit@atmajs.com>","Santiago Gimeno <santiago.gimeno@gmail.com>","Daniel <darc.tec@gmail.com>","Christian Steininger <christian.steininger.cs@gmail.com>","Mykola Piskovyi <m.piskovyi@gmail.com>","Brian Vaughn <brian.david.vaughn@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Yasuhiroki <yasuhiroki.duck@gmail.com>","Nicholas Clawson <nickclaw@gmail.com>","Brendan Warkentin <faazshift@gmail.com>","Charlie Fish <fishcharlie.code@gmail.com>","Ian Graves <ian+diskimage@iangrav.es>","Andy Thompson <me@andytson.com>","Regev Brody <regevbr@gmail.com>"],"license":"MIT","dependencies":{"luxon":"^1.28.0"},"devDependencies":{"eslint":"^8.2.0","sinon":"^10.0.0","tap":"^16.0.1","tsd":"^0.19.0"},"engines":{"node":">=0.8"},"browser":{"fs":false},"tap":{"check-coverage":false},"tsd":{"directory":"test","compilerOptions":{"lib":["es2017","dom"]}},"_lastModified":"2023-12-12T06:32:41.891Z"}
|