chore: Modify watercrawl translation in en-US and zh-Hans (#17828)

This commit is contained in:
Yu Chen 2025-04-11 10:14:00 +08:00 committed by GitHub
parent 0a939feaa3
commit 0ccd8bdfa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -69,8 +69,6 @@ const translation = {
chooseProvider: 'Select a provider',
fireCrawlNotConfigured: 'Firecrawl is not configured',
fireCrawlNotConfiguredDescription: 'Configure Firecrawl with API key to use it.',
watercrawlNotConfigured: 'Watercrawl is not configured',
watercrawlNotConfiguredDescription: 'Configure Watercrawl with API key to use it.',
jinaReaderNotConfigured: 'Jina Reader is not configured',
jinaReaderNotConfiguredDescription: 'Set up Jina Reader by entering your free API key for access.',
waterCrawlNotConfigured: 'Watercrawl is not configured',

View File

@ -15,6 +15,11 @@ const translation = {
apiKeyPlaceholder: '从 firecrawl.dev 获取 API Key',
getApiKeyLinkText: '从 firecrawl.dev 获取您的 API Key',
},
watercrawl: {
configWatercrawl: '配置 Watercrawl',
apiKeyPlaceholder: '从 watercrawl.dev 获取 API Key',
getApiKeyLinkText: '从 watercrawl.dev 获取您的 API Key',
},
jinaReader: {
configJinaReader: '配置 Jina Reader',
apiKeyPlaceholder: '从 jina.ai 获取 API Key',