-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
{{validateInfo.message}}
-
{{(value.password === 'undefined' || value.password === '') ? '--' : passwordPlaceholder}}
+
{{(value.password === 'undefined' || value.password === '') ? '--' : '******'}}
-
+
diff --git a/frontend/desktop/src/config/i18n/cn.js b/frontend/desktop/src/config/i18n/cn.js
index 4b6e116144..e2b63f0f06 100644
--- a/frontend/desktop/src/config/i18n/cn.js
+++ b/frontend/desktop/src/config/i18n/cn.js
@@ -1766,7 +1766,9 @@ const cn = {
'跳过节点将忽略失败继续往后执行': '跳过节点将忽略失败继续往后执行',
'确定重试子流程【n】 ?': '确定重试子流程【{n}】 ?',
'确定重试节点【n】 ?': '确定重试节点【{n}】 ?',
- '非根节点仅支持以原参数进行重试': '非根节点仅支持以原参数进行重试'
+ '非根节点仅支持以原参数进行重试': '非根节点仅支持以原参数进行重试',
+ 'password_手动输入': '手动输入',
+ 'password_使用密码变量': '使用密码变量'
}
export default cn
diff --git a/frontend/desktop/src/config/i18n/en.js b/frontend/desktop/src/config/i18n/en.js
index 5c907c1b7e..71bc404eec 100644
--- a/frontend/desktop/src/config/i18n/en.js
+++ b/frontend/desktop/src/config/i18n/en.js
@@ -1772,8 +1772,8 @@ const en = {
'导入选择节点': 'Import the Selection Node',
'管理执行方案': 'Manage Node-Group',
'使用临时方案': 'Use Temporary Node-Group',
- '前往新增方案': 'Go to add plan',
- '暂无方案': 'No plan',
+ '前往新增方案': 'Go To Add Node-Group',
+ '暂无方案': 'No Node-Group',
'方案修改成功': 'Node Group Modified',
'默认方案': 'Default',
'添加默认方案成功': 'Default Node-Group Added',
@@ -1800,7 +1800,9 @@ const en = {
'跳过节点将忽略失败继续往后执行': 'Skipping node will ignore the failure and continue executing the next step.',
'确定重试子流程【n】 ?': 'Retry this subflow [ {n} ] ?',
'确定重试节点【n】 ?': 'Retry this node [ {n} ] ?',
- '非根节点仅支持以原参数进行重试': 'Non-root nodes only support retrying with the original parameters.'
+ '非根节点仅支持以原参数进行重试': 'Non-root nodes only support retrying with the original parameters.',
+ 'password_手动输入': 'custom input',
+ 'password_使用密码变量': 'use password var.'
}
export default en
diff --git a/frontend/desktop/src/pages/task/TaskCreate/TaskScheme.vue b/frontend/desktop/src/pages/task/TaskCreate/TaskScheme.vue
index 7c2aef585c..d1dc2b359c 100644
--- a/frontend/desktop/src/pages/task/TaskCreate/TaskScheme.vue
+++ b/frontend/desktop/src/pages/task/TaskCreate/TaskScheme.vue
@@ -9,7 +9,7 @@
{{$t('执行方案')}}
-