diff --git a/packages/plugins/@nocobase/plugin-workflow-request/src/locale/zh-CN.json b/packages/plugins/@nocobase/plugin-workflow-request/src/locale/zh-CN.json index 3568dae965..b397b3f052 100644 --- a/packages/plugins/@nocobase/plugin-workflow-request/src/locale/zh-CN.json +++ b/packages/plugins/@nocobase/plugin-workflow-request/src/locale/zh-CN.json @@ -17,5 +17,8 @@ "Input request data": "输入请求数据", "Only support standard JSON data": "仅支持标准 JSON 数据", "\"Content-Type\" will be ignored from headers.": "请求头中配置的 \"Content-Type\" 将被忽略。", - "Ignore failed request and continue workflow": "忽略失败的请求并继续工作流" + "Ignore failed request and continue workflow": "忽略失败的请求并继续工作流", + "Status code": "状态码", + "Data": "数据", + "Response headers": "响应头" }