fix(plugin-workflow-request): fix locale (#4519)

This commit is contained in:
Junyi 2024-05-29 14:06:50 +08:00 committed by GitHub
parent 6a9d39f25d
commit 07a62b06a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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": "响应头"
}