feat: enchance chat user experience (#660)

This commit is contained in:
Joel
2023-07-27 18:04:41 +08:00
committed by GitHub
parent b5825142d1
commit eae670ea4a
4 changed files with 43 additions and 8 deletions

View File

@@ -66,7 +66,8 @@ const translation = {
normal: 'Reading {url}',
hasPageInfo: 'Reading next page of {url}',
},
search: 'Searching {{query}}',
google: 'Searching Google {{query}}',
wikipedia: 'Searching Wikipedia {{query}}',
dataset: 'Retrieving dataset {datasetName}',
},
},

View File

@@ -66,7 +66,8 @@ const translation = {
normal: '解析链接 {url}',
hasPageInfo: '解析链接 {url} 的下一页',
},
search: '搜索 {{query}}',
google: '搜索谷歌 {{query}}',
wikipedia: '搜索维基百科 {{query}}',
dataset: '检索数据集 {datasetName}',
},
},