diff --git a/ui/src/locales/lang/en-US/common.ts b/ui/src/locales/lang/en-US/common.ts index 7ec0638623d..fe5e48a2cf0 100644 --- a/ui/src/locales/lang/en-US/common.ts +++ b/ui/src/locales/lang/en-US/common.ts @@ -85,6 +85,7 @@ export default { initParam: 'Startup Parameters', editParam: 'Edit Parameter', addParam: 'Add Parameter', + exception: 'Exception capture', }, aggregationStrategy: 'Aggregation Strategy', inputPlaceholder: 'Please input', @@ -140,5 +141,5 @@ export default { prev: 'Previous', next: 'Next', }, - use: 'Use', + use: 'Use', } diff --git a/ui/src/locales/lang/zh-CN/common.ts b/ui/src/locales/lang/zh-CN/common.ts index 850db2ec001..4f5246df1bc 100644 --- a/ui/src/locales/lang/zh-CN/common.ts +++ b/ui/src/locales/lang/zh-CN/common.ts @@ -86,6 +86,7 @@ export default { initParam: '启动参数', editParam: '编辑参数', addParam: '添加参数', + exception: '异常捕获', }, aggregationStrategy: '聚合策略', inputPlaceholder: '请输入', diff --git a/ui/src/locales/lang/zh-Hant/common.ts b/ui/src/locales/lang/zh-Hant/common.ts index f5d9fb8a337..6aa281d0999 100644 --- a/ui/src/locales/lang/zh-Hant/common.ts +++ b/ui/src/locales/lang/zh-Hant/common.ts @@ -85,6 +85,7 @@ export default { initParam: '啟動參數', editParam: '編輯參數', addParam: '新增參數', + exception: '异常捕獲', }, aggregationStrategy: '聚合策略', inputPlaceholder: '請輸入', diff --git a/ui/src/workflow/common/NodeContainer.vue b/ui/src/workflow/common/NodeContainer.vue index 5854d2dfba2..ecb20f58cb5 100644 --- a/ui/src/workflow/common/NodeContainer.vue +++ b/ui/src/workflow/common/NodeContainer.vue @@ -94,10 +94,10 @@
{{ $t('common.param.outputParam') }}
- +
+ {{ $t('common.param.exception', '异常捕获') }} + +