From 46f94fd13804d5bb0e40c52712c6a1820d5b6a80 Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Thu, 13 Feb 2025 11:21:13 +0800 Subject: [PATCH] perf: Chat ai help text --- apps/i18n/lina/en.json | 3 ++- apps/i18n/lina/zh.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json index 4b467a755..cdc95a2f0 100644 --- a/apps/i18n/lina/en.json +++ b/apps/i18n/lina/en.json @@ -1423,5 +1423,6 @@ "disallowSelfUpdateFields": "Not allowed to modify the current fields yourself", "forceEnableMFAHelpText": "If force enable, user can not disable by themselves", "removeWarningMsg": "Are you sure you want to remove", - "setVariable": "Set variable" + "setVariable": "Set variable", + "ChatAITypeHelpText": "Only used for page switching. After switching the type, you need to update the following properties to take effect." } \ No newline at end of file diff --git a/apps/i18n/lina/zh.json b/apps/i18n/lina/zh.json index a739c7953..bed540a98 100644 --- a/apps/i18n/lina/zh.json +++ b/apps/i18n/lina/zh.json @@ -1428,5 +1428,6 @@ "disallowSelfUpdateFields": "不允许自己修改当前字段", "forceEnableMFAHelpText": "如果强制启用,用户无法自行禁用", "removeWarningMsg": "你确定要移除", - "setVariable": "设置参数" + "setVariable": "设置参数", + "ChatAITypeHelpText": "仅用于页面切换,切换类型后需更新下方属性才能生效。" } \ No newline at end of file