mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-04 01:25:07 +08:00
Refactor display Text (#1999)
### What problem does this PR solve? 'Api Key' and 'API Document' isn't aligned. ### Type of change - [x] Refactoring Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@ -378,7 +378,7 @@ export default {
|
||||
embedded: '嵌入',
|
||||
serviceApiEndpoint: '服務 API 端點',
|
||||
apiKey: 'API 鍵',
|
||||
apiReference: 'API 文件',
|
||||
apiReference: 'API 文檔',
|
||||
dateRange: '日期範圍:',
|
||||
backendServiceApi: '後端服務 API',
|
||||
createNewKey: '創建新密鑰',
|
||||
@ -390,7 +390,7 @@ export default {
|
||||
fullScreenDescription: '將以下iframe嵌入您的網站處於所需位置',
|
||||
partialTitle: '部分嵌入',
|
||||
extensionTitle: 'Chrome 插件',
|
||||
tokenError: '請先創建 Api Token!',
|
||||
tokenError: '請先創建 API Token!',
|
||||
searching: '搜索中',
|
||||
parsing: '解析中',
|
||||
uploading: '上傳中',
|
||||
@ -623,7 +623,7 @@ export default {
|
||||
bing: 'Bing',
|
||||
bingTip:
|
||||
'此元件用於從 https://www.bing.com/ 取得搜尋結果。通常,它充當知識庫的補充。 Top N 和 Bing Subscription-Key 指定您需要適配的搜尋結果數量。',
|
||||
apiKey: 'Api Key',
|
||||
apiKey: 'API Key',
|
||||
country: '國家',
|
||||
language: '語言',
|
||||
googleScholar: '谷歌學術',
|
||||
|
||||
Reference in New Issue
Block a user