diff --git a/web/src/locales/en.ts b/web/src/locales/en.ts index 6ed87c5b6..d313c27a1 100644 --- a/web/src/locales/en.ts +++ b/web/src/locales/en.ts @@ -416,7 +416,7 @@ The above is the content you need to summarize.`, preview: 'Preview', embedded: 'Embedded', serviceApiEndpoint: 'Service API Endpoint', - apiKey: 'API Key', + apiKey: 'API KEY', apiReference: 'API Documents', dateRange: 'Date Range:', backendServiceApi: 'API Server', @@ -453,7 +453,7 @@ The above is the content you need to summarize.`, passwordDescription: 'Please enter your current password to change your password.', model: 'Model Providers', - modelDescription: 'Set the model parameter and API Key here.', + modelDescription: 'Set the model parameter and API KEY here.', team: 'Team', system: 'System', logout: 'Log out', @@ -747,7 +747,7 @@ The above is the content you need to summarize.`, bing: 'Bing', 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.', - apiKey: 'API Key', + apiKey: 'API KEY', country: 'Country', language: 'Language', googleScholar: 'Google Scholar', diff --git a/web/src/locales/zh-traditional.ts b/web/src/locales/zh-traditional.ts index 2d33907c8..f80573999 100644 --- a/web/src/locales/zh-traditional.ts +++ b/web/src/locales/zh-traditional.ts @@ -387,7 +387,7 @@ export default { preview: '預覽', embedded: '嵌入', serviceApiEndpoint: '服務 API 端點', - apiKey: 'API 鍵', + apiKey: 'API KEY', apiReference: 'API 文檔', dateRange: '日期範圍:', backendServiceApi: 'API 伺服器', @@ -421,7 +421,7 @@ export default { password: '密碼', passwordDescription: '請輸入您當前的密碼以更改您的密碼。', model: '模型提供商', - modelDescription: '在此設置模型參數和 API Key。', + modelDescription: '在此設置模型參數和 API KEY。', team: '團隊', logout: '登出', system: '系統', @@ -700,7 +700,7 @@ export default { bing: 'Bing', bingTip: '此元件用於從 https://www.bing.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 和 Bing Subscription-Key 指定您需要適配的搜尋結果數量。', - apiKey: 'API Key', + apiKey: 'API KEY', country: '國家', language: '語言', googleScholar: '谷歌學術', diff --git a/web/src/locales/zh.ts b/web/src/locales/zh.ts index 30f65f915..f991a8c7a 100644 --- a/web/src/locales/zh.ts +++ b/web/src/locales/zh.ts @@ -404,7 +404,7 @@ export default { preview: '预览', embedded: '嵌入', serviceApiEndpoint: '服务API端点', - apiKey: 'API 键', + apiKey: 'API KEY', apiReference: 'API 文档', dateRange: '日期范围:', backendServiceApi: 'API 服务器', @@ -438,7 +438,7 @@ export default { password: '密码', passwordDescription: '请输入您当前的密码以更改您的密码。', model: '模型提供商', - modelDescription: '在此设置模型参数和 API Key。', + modelDescription: '在此设置模型参数和 API KEY。', team: '团队', system: '系统', logout: '登出', @@ -720,7 +720,7 @@ export default { bing: 'Bing', bingTip: '此组件用于从 https://www.bing.com/ 获取搜索结果。通常,它作为知识库的补充。Top N 和 Bing Subscription-Key 指定您需要调整的搜索结果数量。', - apiKey: 'API Key', + apiKey: 'API KEY', country: '国家', language: '语言', googleScholar: '谷歌学术',