feat(i18n): update translations (#2303)

Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
This commit is contained in:
Waleed
2025-12-10 22:07:18 -08:00
committed by GitHub
parent 635823664c
commit da36c453b5
16 changed files with 75 additions and 80 deletions

View File

@@ -46,11 +46,11 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| `type` | string | 否 | 搜索类型neural、keyword、auto 或 fast \(默认值: auto\) |
| `includeDomains` | string | 否 | 用逗号分隔的域名列表,包含在结果中 |
| `excludeDomains` | string | 否 | 用逗号分隔的域名列表,从结果中排除 |
| `category` | string | 否 | 按类别筛选company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
| `category` | string | 否 | 按类别筛选company、research paper、news、pdf、github、tweet、personal site、linkedin profile、financial report |
| `text` | boolean | 否 | 在结果中包含完整文本内容 \(默认值: false\) |
| `highlights` | boolean | 否 | 在结果中包含高亮片段 \(默认值: false\) |
| `summary` | boolean | 否 | 在结果中包含 AI 生成的摘要 \(默认值: false\) |
| `livecrawl` | string | 否 | 实时爬取模式:always、fallback 或 never \(默认值: never\) |
| `livecrawl` | string | 否 | 实时爬取模式:never \(默认值\)、fallback、always 或 preferred \(始终尝试实时爬取,失败时回退到缓存\) |
| `apiKey` | string | 是 | Exa AI API 密钥 |
#### 输出
@@ -67,13 +67,13 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `urls` | string | 是 | 用逗号分隔的 URL 列表,用于获取内容 |
| `text` | boolean | 否 | 如果为 true则返回默认设置的完整页面文本。如果为 false则禁用文本返回。 |
| `urls` | string | 是 | 用逗号分隔的 URL 列表,用于检索内容 |
| `text` | boolean | 否 | 如果为 true则返回具有默认设置的完整页面文本。如果为 false则禁用文本返回。 |
| `summaryQuery` | string | 否 | 用于指导摘要生成的查询 |
| `subpages` | number | 否 | 从提供的 URL 爬取的子页面数量 |
| `subpages` | number | 否 | 从提供的 URL 爬取的子页面数量 |
| `subpageTarget` | string | 否 | 用逗号分隔的关键字,用于定位特定子页面 \(例如:"docs,tutorial,about"\) |
| `highlights` | boolean | 否 | 在结果中包含高亮片段 \(默认值: false\) |
| `livecrawl` | string | 否 | 实时爬取模式:always、fallback 或 never \(默认值: never\) |
| `livecrawl` | string | 否 | 实时爬取模式:never \(默认值\)、fallback、always 或 preferred \(始终尝试实时爬取,失败时回退到缓存\) |
| `apiKey` | string | 是 | Exa AI API 密钥 |
#### 输出
@@ -90,16 +90,15 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `url` | string | 是 | 查找相似链接的 URL |
| `url` | string | 是 | 用于查找相似链接的 URL |
| `numResults` | number | 否 | 要返回的相似链接数量 \(默认值: 10最大值: 25\) |
| `text` | boolean | 否 | 是否包含相似页面的完整文本 |
| `includeDomains` | string | 否 | 用逗号分隔的域名列表,包含在结果中 |
| `excludeDomains` | string | 否 | 用逗号分隔的域名列表,从结果中排除 |
| `excludeSourceDomain` | boolean | 否 | 从结果中排除源域名 \(默认值: false\) |
| `category` | string | 否 | 按类别筛选company、research_paper、news_article、pdf、github、tweet、movie、song、personal_site |
| `highlights` | boolean | 否 | 在结果中包含高亮片段 \(默认值: false\) |
| `summary` | boolean | 否 | 在结果中包含 AI 生成的摘要 \(默认值: false\) |
| `livecrawl` | string | 否 | 实时爬取模式:always、fallback 或 never \(默认值: never\) |
| `livecrawl` | string | 否 | 实时爬取模式:never \(默认值\), fallback, always, 或 preferred \(始终尝试实时爬取,失败时回退到缓存\) |
| `apiKey` | string | 是 | Exa AI API 密钥 |
#### 输出

View File

@@ -91,11 +91,11 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `status` | string | 任务状态(运行中、已完成失败) |
| `status` | string | 任务状态(已完成失败) |
| `run_id` | string | 此研究任务的唯一 ID |
| `message` | string | 状态消息(针对运行中的任务) |
| `message` | string | 状态消息 |
| `content` | object | 研究结果(基于 output_schema 结构化) |
| `basis` | array | 引用和来源,包括摘录和置信度等级 |
| `basis` | array | 引用和来源,包括推理和置信度等级 |
## 注意

View File

@@ -51,8 +51,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | object | 聊天补全结果 |
| `content` | string | 生成的文本内容 |
| `model` | string | 用于生成的模型 |
| `usage` | object | 令牌使用信息 |
### `perplexity_search`
@@ -76,8 +77,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作成功状态 |
| `output` | object | 搜索结果 |
| `results` | array | 搜索结果数组 |
## 注意事项