From 3f892bd81047ba5f415a5b7c7d7229c551ac6a4b Mon Sep 17 00:00:00 2001 From: wertycn <35490288+wertycn@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:02:05 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20HTTP=E7=BB=84=E4=BB=B6=E4=B8=AD=E6=96=87?= =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97=E4=BF=AE=E5=A4=8D=20(#1080)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: HTTP组件错别字修复 * fix: Http 组件中文错别字修复 --- projects/app/public/locales/zh/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/app/public/locales/zh/common.json b/projects/app/public/locales/zh/common.json index c448c482a..cba1a71a1 100644 --- a/projects/app/public/locales/zh/common.json +++ b/projects/app/public/locales/zh/common.json @@ -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 中",