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