From 6263bb1b744ea633d5f35fe54c6d1340af828ff8 Mon Sep 17 00:00:00 2001 From: JzoNg Date: Wed, 22 Apr 2026 08:47:13 +0800 Subject: [PATCH] Add missing zh-Hans human input labels --- web/i18n/zh-Hans/workflow.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/i18n/zh-Hans/workflow.json b/web/i18n/zh-Hans/workflow.json index 593a88f4db..c7625488e7 100644 --- a/web/i18n/zh-Hans/workflow.json +++ b/web/i18n/zh-Hans/workflow.json @@ -620,7 +620,10 @@ "nodes.humanInput.formContent.preview": "预览", "nodes.humanInput.formContent.title": "表单内容", "nodes.humanInput.formContent.tooltip": "用户打开表单后看到的内容。支持 Markdown 格式。", + "nodes.humanInput.insertInputField.fieldType": "字段类型", "nodes.humanInput.insertInputField.insert": "插入", + "nodes.humanInput.insertInputField.maxUploads": "最大上传数", + "nodes.humanInput.insertInputField.options": "选项", "nodes.humanInput.insertInputField.prePopulateField": "预填充字段", "nodes.humanInput.insertInputField.prePopulateFieldPlaceholder": "添加 用户将最初看到此内容,或留空。", "nodes.humanInput.insertInputField.saveResponseAs": "保存响应为",