chore: translate i18n files (#7965)
Co-authored-by: JohnJyong <76649700+JohnJyong@users.noreply.github.com> Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: Hanqing Zhao <sherry9277@gmail.com> Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
committed by
GitHub
parent
15791510c8
commit
fb113a9479
@@ -50,6 +50,30 @@ const translation = {
|
||||
confirmButton: '建立',
|
||||
failed: '建立失敗',
|
||||
},
|
||||
website: {
|
||||
maxDepth: '最大深度',
|
||||
selectAll: '全選',
|
||||
exceptionErrorTitle: '運行 Firecrawl 作業時發生異常:',
|
||||
run: '跑',
|
||||
extractOnlyMainContent: '僅提取主要內容(無頁眉、導航、頁腳等)',
|
||||
fireCrawlNotConfiguredDescription: '使用 API 金鑰配置 Firecrawl 以使用它。',
|
||||
limit: '限制',
|
||||
crawlSubPage: '抓取子頁面',
|
||||
firecrawlDocLink: 'https://docs.dify.ai/guides/knowledge-base/sync-from-website',
|
||||
preview: '預覽',
|
||||
configure: '配置',
|
||||
excludePaths: '排除路徑',
|
||||
options: '選項',
|
||||
firecrawlDoc: 'Firecrawl 文件',
|
||||
totalPageScraped: '抓取的總頁數:',
|
||||
firecrawlTitle: '使用 🔥Firecrawl 提取 Web 內容',
|
||||
includeOnlyPaths: '僅包含路徑',
|
||||
resetAll: '全部重置',
|
||||
scrapTimeInfo: '在 {{time}} 秒內總共抓取了 {{total}} 個頁面',
|
||||
unknownError: '未知錯誤',
|
||||
fireCrawlNotConfigured: '未配置 Firecrawl',
|
||||
maxDepthTooltip: '相對於輸入的 URL 的最大爬網深度。深度 0 只是抓取輸入的 url 的頁面,深度 1 抓取 url 以及 enteredURL + 1 / 之後的所有內容,依此類推。',
|
||||
},
|
||||
},
|
||||
stepTwo: {
|
||||
segmentation: '分段設定',
|
||||
@@ -107,6 +131,8 @@ const translation = {
|
||||
indexSettedTip: '要更改索引方法,請轉到',
|
||||
retrivalSettedTip: '要更改檢索方法,請轉到',
|
||||
datasetSettingLink: '知識庫設定。',
|
||||
websiteSource: '預處理網站',
|
||||
webpageUnit: '頁面',
|
||||
},
|
||||
stepThree: {
|
||||
creationTitle: '🎉 知識庫已建立',
|
||||
@@ -125,6 +151,11 @@ const translation = {
|
||||
modelButtonConfirm: '確認停止',
|
||||
modelButtonCancel: '取消',
|
||||
},
|
||||
firecrawl: {
|
||||
configFirecrawl: '配置 🔥Firecrawl',
|
||||
apiKeyPlaceholder: '來自 firecrawl.dev 的 API 金鑰',
|
||||
getApiKeyLinkText: '從 firecrawl.dev 獲取 API 金鑰',
|
||||
},
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Reference in New Issue
Block a user