Fix: HTTP组件中文错别字修复 (#1080)

* fix: HTTP组件错别字修复

* fix: Http 组件中文错别字修复
This commit is contained in:
wertycn
2024-03-27 17:02:05 +08:00
committed by GitHub
parent d127060bc8
commit 3f892bd810

View File

@@ -845,11 +845,11 @@
"AppId": "应用的ID",
"ChatId": "当前对话ID",
"Current time": "当前时间",
"Histories": "历史录,最多取10条",
"Histories": "历史录,最多取10条",
"Key already exists": "Key 已经存在",
"Key cannot be empty": "参数名不能为空",
"Props name": "参数名",
"Props tip": "可以设置 Http 请求的相关参数\n可通过 {{key}} 来调用全局变或外部参数输入,当前可使用变量:\n{{variable}}",
"Props tip": "可以设置 Http 请求的相关参数\n可通过 {{key}} 来调用全局变或外部参数输入,当前可使用变量:\n{{variable}}",
"Props value": "参数值",
"ResponseChatItemId": "AI回复的ID",
"Url and params have been split": "路径参数已被自动加入 Params 中",