Update 'api key' (#3078)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai 2024-10-29 11:04:27 +08:00 committed by GitHub
parent 7e0148c058
commit 9906526a91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View File

@ -416,7 +416,7 @@ The above is the content you need to summarize.`,
preview: 'Preview', preview: 'Preview',
embedded: 'Embedded', embedded: 'Embedded',
serviceApiEndpoint: 'Service API Endpoint', serviceApiEndpoint: 'Service API Endpoint',
apiKey: 'API Key', apiKey: 'API KEY',
apiReference: 'API Documents', apiReference: 'API Documents',
dateRange: 'Date Range:', dateRange: 'Date Range:',
backendServiceApi: 'API Server', backendServiceApi: 'API Server',
@ -453,7 +453,7 @@ The above is the content you need to summarize.`,
passwordDescription: passwordDescription:
'Please enter your current password to change your password.', 'Please enter your current password to change your password.',
model: 'Model Providers', model: 'Model Providers',
modelDescription: 'Set the model parameter and API Key here.', modelDescription: 'Set the model parameter and API KEY here.',
team: 'Team', team: 'Team',
system: 'System', system: 'System',
logout: 'Log out', logout: 'Log out',
@ -747,7 +747,7 @@ The above is the content you need to summarize.`,
bing: 'Bing', bing: 'Bing',
bingTip: bingTip:
'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',
language: 'Language', language: 'Language',
googleScholar: 'Google Scholar', googleScholar: 'Google Scholar',

View File

@ -387,7 +387,7 @@ export default {
preview: '預覽', preview: '預覽',
embedded: '嵌入', embedded: '嵌入',
serviceApiEndpoint: '服務 API 端點', serviceApiEndpoint: '服務 API 端點',
apiKey: 'API ', apiKey: 'API KEY',
apiReference: 'API 文檔', apiReference: 'API 文檔',
dateRange: '日期範圍:', dateRange: '日期範圍:',
backendServiceApi: 'API 伺服器', backendServiceApi: 'API 伺服器',
@ -421,7 +421,7 @@ export default {
password: '密碼', password: '密碼',
passwordDescription: '請輸入您當前的密碼以更改您的密碼。', passwordDescription: '請輸入您當前的密碼以更改您的密碼。',
model: '模型提供商', model: '模型提供商',
modelDescription: '在此設置模型參數和 API Key。', modelDescription: '在此設置模型參數和 API KEY。',
team: '團隊', team: '團隊',
logout: '登出', logout: '登出',
system: '系統', system: '系統',
@ -700,7 +700,7 @@ export default {
bing: 'Bing', bing: 'Bing',
bingTip: bingTip:
'此元件用於從 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: '谷歌學術',

View File

@ -404,7 +404,7 @@ export default {
preview: '预览', preview: '预览',
embedded: '嵌入', embedded: '嵌入',
serviceApiEndpoint: '服务API端点', serviceApiEndpoint: '服务API端点',
apiKey: 'API ', apiKey: 'API KEY',
apiReference: 'API 文档', apiReference: 'API 文档',
dateRange: '日期范围:', dateRange: '日期范围:',
backendServiceApi: 'API 服务器', backendServiceApi: 'API 服务器',
@ -438,7 +438,7 @@ export default {
password: '密码', password: '密码',
passwordDescription: '请输入您当前的密码以更改您的密码。', passwordDescription: '请输入您当前的密码以更改您的密码。',
model: '模型提供商', model: '模型提供商',
modelDescription: '在此设置模型参数和 API Key。', modelDescription: '在此设置模型参数和 API KEY。',
team: '团队', team: '团队',
system: '系统', system: '系统',
logout: '登出', logout: '登出',
@ -720,7 +720,7 @@ export default {
bing: 'Bing', bing: 'Bing',
bingTip: bingTip:
'此组件用于从 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: '谷歌学术',