mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 05:36:02 +08:00
update tooltip (#5235)
This commit is contained in:
parent
6be0027853
commit
918ebe1620
@ -78,7 +78,7 @@ const translation = {
|
||||
resetAll: 'Reset All',
|
||||
scrapTimeInfo: 'Scraped {{total}} pages in total within {{time}}s',
|
||||
preview: 'Preview',
|
||||
maxDepthTooltip: 'Maximum depth to crawl. Depth 1 is the base URL, depth 2 includes the base URL and its direct children, and so on.',
|
||||
maxDepthTooltip: 'Maximum depth to crawl relative to the entered URL. Depth 0 just scrapes the page of the entered url, depth 1 scrapes the url and everything after enteredURL + one /, and so on.',
|
||||
},
|
||||
},
|
||||
stepTwo: {
|
||||
|
@ -78,7 +78,7 @@ const translation = {
|
||||
resetAll: '重置全部',
|
||||
scrapTimeInfo: '总共在 {{time}}秒 内抓取了 {{total}} 个页面',
|
||||
preview: '预览',
|
||||
maxDepthTooltip: '最大抓取深度。深度 1 表示 Base URL,深度 2 表示 Base URL及其直接子页面,依此类推。',
|
||||
maxDepthTooltip: '相对于输入 URL 的最大抓取深度。深度0仅抓取输入 URL 本身的页面,深度1抓取输入 URL 及其后的一层目录(一个 /),依此类推。',
|
||||
},
|
||||
},
|
||||
stepTwo: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user