Skip to content

Commit 6bad0ea

Browse files
authored
fix(plugin-workflow-variable): simplify plugin name (#399)
1 parent efb9ad7 commit 6bad0ea

File tree

15 files changed

+22
-16
lines changed

15 files changed

+22
-16
lines changed

docs/config/handbook.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3122,10 +3122,10 @@ export default [
31223122
link: '/handbook/workflow-subflow',
31233123
},
31243124
{
3125-
title: 'Custom variable',
3126-
'title.fr-FR': 'Variable personnalisée',
3127-
'title.zh-CN': '自定义变量',
3128-
'title.ja-JP': 'カスタム変数',
3125+
title: 'Variable',
3126+
'title.fr-FR': 'Variable',
3127+
'title.zh-CN': '变量',
3128+
'title.ja-JP': '変数',
31293129
subTitle: '@nocobase/plugin-workflow-variable',
31303130
link: '/handbook/workflow-variable',
31313131
},

docs/en-US/handbook/workflow-variable/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Custom Variables
1+
# Variable
22

33
<PluginInfo name="workflow-variable" link="/handbook/workflow-variable" commercial="true"></PluginInfo>
44

docs/en-US/handbook/workflow/nodes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ From a functional perspective, the nodes implemented so far are in four categori
1414
- [End Process](./end.md)
1515
- [Loop](./loop.md) (provided by plugin @nocobase/plugin-workflow-loop)
1616
- [Parallel Branch](./parallel.md) (provided by plugin @nocobase/plugin-workflow-parallel)
17-
- [Custom Variable](./variable.md) (provided by plugin @nocobase/plugin-workflow-variable)
17+
- [Variable](./variable.md) (provided by plugin @nocobase/plugin-workflow-variable)
1818
- [Call Workflow](./subflow.md) (provided by plugin @nocobase/plugin-workflow-subflow)
1919
- [Output](./output.md) (provided by plugin @nocobase/plugin-workflow-subflow)
2020
- Calculation
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Custom Variable
1+
# Variable
22

33
<embed src="../../workflow-variable/index.md#L3-L999"></embed>

docs/fr-FR/handbook/workflow-variable/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Variables Personnalisées
1+
# Variable
22

33
<PluginInfo name="workflow-variable" link="/handbook/workflow-variable" commercial="true"></PluginInfo>
44

docs/fr-FR/handbook/workflow/nodes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ D'un point de vue fonctionnel, les nœuds implémentés jusqu'à présent se ré
1616
- [Branche parallèle](./parallel.md) (fourni par le plugin @nocobase/plugin-workflow-parallel)
1717
- [Output](./output.md) (provided by plugin @nocobase/plugin-workflow-subflow)
1818
- [Call Workflow](./subflow.md) (provided by plugin @nocobase/plugin-workflow-subflow)
19-
- [Variable personnalisée](./variable.md) (fourni par le plugin @nocobase/plugin-workflow-variable)
19+
- [Variable](./variable.md) (fourni par le plugin @nocobase/plugin-workflow-variable)
2020
- **Calcul**
2121
- [Calcul](./calculation.md)
2222
- [Calcul de date](./date-calculation.md) (fourni par le plugin @nocobase/plugin-workflow-date-calculation)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Variable personnalisée
1+
# Variable
22

33
<embed src="../../workflow-variable/index.md#L3-L999"></embed>

docs/ja-JP/handbook/workflow-variable/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# カスタム変数
1+
# 変数
22

33
<PluginInfo name="workflow-variable" link="/handbook/workflow-variable" commercial="true"></PluginInfo>
44

docs/ja-JP/handbook/workflow/nodes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- [フロー終了](./end.md)
1515
- [ループ](./loop.md)(プラグイン @nocobase/plugin-workflow-loop 提供)
1616
- [並列分岐](./parallel.md)(プラグイン @nocobase/plugin-workflow-parallel 提供)
17-
- [カスタム変数](./variable.md)(プラグイン @nocobase/plugin-workflow-variable 提供)
17+
- [変数](./variable.md)(プラグイン @nocobase/plugin-workflow-variable 提供)
1818
- [Call Workflow](./subflow.md) (provided by plugin @nocobase/plugin-workflow-subflow)
1919
- [Output](./output.md) (provided by plugin @nocobase/plugin-workflow-subflow)
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# カスタム変数
1+
# 変数
22

33
<embed src="../../workflow-variable/index.md#L3-L999"></embed>
44

0 commit comments

Comments
 (0)