Fix: Inaccurate description (#3540)

### What problem does this PR solve?

Correction of inaccurate front-end description.

![image](https://github.com/user-attachments/assets/4a7330b5-1384-4092-825d-56675fb5799c)

![image](https://github.com/user-attachments/assets/b3737912-4f5a-4928-a629-404a4fa4da6e)

### Type of change

- [x] Refactoring
This commit is contained in:
Yuhao Tsui 2024-11-21 10:09:20 +08:00 committed by GitHub
parent d9c882399d
commit e10b0e6b60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View File

@ -61,8 +61,8 @@ export default {
register: 'Register', register: 'Register',
signin: 'Sign in', signin: 'Sign in',
home: 'Home', home: 'Home',
setting: '用户设置', setting: 'User settings',
logout: '登出', logout: 'Log out',
fileManager: 'File Management', fileManager: 'File Management',
flow: 'Agent', flow: 'Agent',
search: 'Search', search: 'Search',
@ -747,7 +747,7 @@ The above is the content you need to summarize.`,
bingDescription: bingDescription:
'This component is used to get search result from https://www.bing.com/. Typically, it performs as a supplement to knowledgebases. Top N and Bing Subscription-Key specifies the number of search results you need to adapt.', 'This component is used to get search result from https://www.bing.com/. Typically, it performs as a supplement to knowledgebases. Top N and Bing Subscription-Key specifies the number of search results you need to adapt.',
apiKey: 'API KEY', apiKey: 'API KEY',
country: 'Country', country: 'Country&Region',
language: 'Language', language: 'Language',
googleScholar: 'Google Scholar', googleScholar: 'Google Scholar',
googleScholarDescription: googleScholarDescription:

View File

@ -590,7 +590,7 @@ export default {
bingTip: bingTip:
'Este componente se usa para obtener resultados de búsqueda de https://www.bing.com/. Típicamente, actúa como un complemento a las bases de conocimiento. Top N y la clave de suscripción de Bing especifican el número de resultados de búsqueda que necesitas ajustar.', 'Este componente se usa para obtener resultados de búsqueda de https://www.bing.com/. Típicamente, actúa como un complemento a las bases de conocimiento. Top N y la clave de suscripción de Bing especifican el número de resultados de búsqueda que necesitas ajustar.',
apiKey: 'Clave API', apiKey: 'Clave API',
country: 'País', country: 'País&Región',
language: 'Idioma', language: 'Idioma',
googleScholar: 'Google Scholar', googleScholar: 'Google Scholar',
googleScholarDescription: googleScholarDescription:

View File

@ -746,7 +746,7 @@ export default {
bingTip: bingTip:
'Komponen ini digunakan untuk mendapatkan hasil pencarian dari https://www.bing.com/. Biasanya, ini berfungsi sebagai pelengkap basis pengetahuan. Top N dan Kunci Langganan Bing menentukan jumlah hasil pencarian yang perlu Anda sesuaikan.', 'Komponen ini digunakan untuk mendapatkan hasil pencarian dari https://www.bing.com/. Biasanya, ini berfungsi sebagai pelengkap basis pengetahuan. Top N dan Kunci Langganan Bing menentukan jumlah hasil pencarian yang perlu Anda sesuaikan.',
apiKey: 'Kunci API', apiKey: 'Kunci API',
country: 'Negara', country: 'Negara&Wilayah',
language: 'Bahasa', language: 'Bahasa',
googleScholar: 'Google Scholar', googleScholar: 'Google Scholar',
googleScholarDescription: googleScholarDescription:
@ -1016,4 +1016,4 @@ export default {
}, },
}, },
}; };

View File

@ -712,7 +712,7 @@ export default {
bingDescription: bingDescription:
'此元件用於從 https://www.bing.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 和 Bing Subscription-Key 指定您需要適配的搜尋結果數量。', '此元件用於從 https://www.bing.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 和 Bing Subscription-Key 指定您需要適配的搜尋結果數量。',
apiKey: 'API KEY', apiKey: 'API KEY',
country: '國家', country: '國家和地區',
language: '語言', language: '語言',
googleScholar: '谷歌學術', googleScholar: '谷歌學術',
googleScholarDescription: `該元件用於從 https://scholar.google.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 指定您需要調整的搜尋結果的數量。`, googleScholarDescription: `該元件用於從 https://scholar.google.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 指定您需要調整的搜尋結果的數量。`,

View File

@ -732,7 +732,7 @@ export default {
bingDescription: bingDescription:
'此组件用于从 https://www.bing.com/ 获取搜索结果。通常它作为知识库的补充。Top N 和 Bing Subscription-Key 指定您需要调整的搜索结果数量。', '此组件用于从 https://www.bing.com/ 获取搜索结果。通常它作为知识库的补充。Top N 和 Bing Subscription-Key 指定您需要调整的搜索结果数量。',
apiKey: 'API KEY', apiKey: 'API KEY',
country: '国家', country: '国家和地区',
language: '语言', language: '语言',
googleScholar: '谷歌学术', googleScholar: '谷歌学术',
googleScholarDescription: `此组件用于从 https://scholar.google.com/ 获取搜索结果。通常它作为知识库的补充。Top N 指定您需要调整的搜索结果数量。`, googleScholarDescription: `此组件用于从 https://scholar.google.com/ 获取搜索结果。通常它作为知识库的补充。Top N 指定您需要调整的搜索结果数量。`,