feat: chat in explore support agent (#647)

Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
Joel
2023-07-27 13:27:34 +08:00
committed by GitHub
parent 4fdb37771a
commit 23e3413655
121 changed files with 4081 additions and 527 deletions

View File

@ -91,6 +91,7 @@ const translation = {
language: 'Language',
provider: 'Model Provider',
dataSource: 'Data Source',
plugin: 'Plugins',
},
account: {
avatar: 'Avatar',
@ -224,6 +225,13 @@ const translation = {
},
},
},
plugin: {
serpapi: {
apiKey: 'API Key',
apiKeyPlaceholder: 'Enter your API key',
keyFrom: 'Get your SerpAPI key from SerpAPI Account Page',
},
},
about: {
changeLog: 'Changlog',
updateNow: 'Update now',

View File

@ -91,6 +91,7 @@ const translation = {
language: '语言',
provider: '模型供应商',
dataSource: '数据来源',
plugin: '插件',
},
account: {
avatar: '头像',
@ -224,6 +225,13 @@ const translation = {
},
},
},
plugin: {
serpapi: {
apiKey: 'API Key',
apiKeyPlaceholder: '输入你的 API 密钥',
keyFrom: '从 SerpAPI 帐户页面获取您的 SerpAPI 密钥',
},
},
about: {
changeLog: '更新日志',
updateNow: '现在更新',

View File

@ -2,6 +2,7 @@ const translation = {
title: 'My Apps',
sidebar: {
discovery: 'Discovery',
chat: 'Chat',
workspace: 'Workspace',
action: {
pin: 'Pin',
@ -34,6 +35,43 @@ const translation = {
Programming: 'Programming',
HR: 'HR',
},
universalChat: {
welcome: 'Start chat with Dify',
welcomeDescribe: 'Your AI conversation companion for personalized assistance',
model: 'Model',
plugins: {
name: 'Plugins',
google_search: {
name: 'Google Search',
more: {
left: 'Enable the plugin, ',
link: 'set up your SerpAPI key',
right: ' first.',
},
},
web_reader: {
name: 'Web Reader',
description: 'Get needed information from any web link',
},
wikipedia: {
name: 'Wikipedia',
},
},
thought: {
show: 'Show',
hide: 'Hide',
processOfThought: ' the process of thinking',
res: {
webReader: {
normal: 'Reading {url}',
hasPageInfo: 'Reading next page of {url}',
},
search: 'Searching {{query}}',
dataset: 'Retrieving dataset {datasetName}',
},
},
viewConfigDetailTip: 'In conversation, cannot change above settings',
},
}
export default translation

View File

@ -2,6 +2,7 @@ const translation = {
title: '我的应用',
sidebar: {
discovery: '发现',
chat: '智聊',
workspace: '工作区',
action: {
pin: '置顶',
@ -34,6 +35,43 @@ const translation = {
Programming: '编程',
HR: '人力资源',
},
universalChat: {
welcome: '开始和 Dify 聊天吧',
welcomeDescribe: '您的 AI 对话伴侣,为您提供个性化的帮助',
model: '模型',
plugins: {
name: '插件',
google_search: {
name: '谷歌搜索',
more: {
left: '启用插件,首先',
link: '设置您的 SerpAPI 密钥',
right: '',
},
},
web_reader: {
name: '解析链接',
description: '从任何网页链接获取所需信息',
},
wikipedia: {
name: '维基百科',
},
},
thought: {
show: '显示',
hide: '隐藏',
processOfThought: '思考过程',
res: {
webReader: {
normal: '解析链接 {url}',
hasPageInfo: '解析链接 {url} 的下一页',
},
search: '搜索 {{query}}',
dataset: '检索数据集 {datasetName}',
},
},
viewConfigDetailTip: '在对话中,无法更改上述设置',
},
}
export default translation