Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: 'Auto-translate Documentation'

on:
schedule:
# Run every Sunday at midnight UTC
- cron: '0 0 * * 0'
workflow_dispatch: # Allow manual triggers
workflow_dispatch: # Manual trigger only (scheduled runs disabled)

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/fr/tools/onepassword.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ Mettre à jour un élément existant en utilisant les opérations JSON Patch (RF
| `serverUrl` | string | Non | URL du serveur 1Password Connect (pour le mode serveur Connect) |
| `vaultId` | string | Oui | L'UUID du coffre |
| `itemId` | string | Oui | L'UUID de l'élément à mettre à jour |
| `operations` | string | Oui | Tableau JSON des opérations de patch RFC6902 (par ex., [{"op":"replace","path":"/title","value":"Nouveau titre"}]) |
| `operations` | string | Oui | Tableau JSON des opérations de patch RFC6902 (par ex., `[{"op":"replace","path":"/title","value":"Nouveau titre"}]`) |

#### Sortie

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/ja/tools/enrich.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ LinkedIn URLで指定した企業に類似する企業を、所在地や規模
| `url` | string | はい | LinkedIn企業URL(例:linkedin.com/company/google) |
| `accountLocation` | json | いいえ | 所在地でフィルター(国名の配列) |
| `employeeSizeType` | string | いいえ | 従業員数フィルタータイプ(例:RANGE) |
| `employeeSizeRange` | json | いいえ | 従業員数の範囲({start, end}オブジェクトの配列) |
| `employeeSizeRange` | json | いいえ | 従業員数の範囲(\{start, end\}オブジェクトの配列) |
| `page` | number | いいえ | ページ番号(デフォルト:1) |
| `num` | number | いいえ | ページあたりの結果数 |

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/ja/tools/google_maps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ WiFiアクセスポイント、基地局、またはIPアドレスを使用し
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | はい | Google Maps APIキー |
| `query` | string | はい | 検索クエリ(例:「タイムズスクエアのレストラン」) |
| `location` | json | いいえ | 結果を優先する位置({lat, lng}) |
| `location` | json | いいえ | 結果を優先する位置(\{lat, lng\}) |
| `radius` | number | いいえ | 検索半径(メートル) |
| `type` | string | いいえ | 場所タイプフィルタ(例:restaurant、cafe、hotel) |
| `language` | string | いいえ | 結果の言語コード(例:en、es、fr) |
Expand Down
4 changes: 2 additions & 2 deletions apps/docs/content/docs/ja/tools/onepassword.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ IDで特定のボールトの詳細を取得
| `category` | string | はい | アイテムのカテゴリ(例:LOGIN、PASSWORD、API_CREDENTIAL、SECURE_NOTE、SERVER、DATABASE) |
| `title` | string | いいえ | アイテムのタイトル |
| `tags` | string | いいえ | カンマ区切りのタグリスト |
| `fields` | string | いいえ | フィールドオブジェクトのJSON配列(例:[{"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"}]) |
| `fields` | string | いいえ | フィールドオブジェクトのJSON配列(例:`[{"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"}]`) |

#### 出力

Expand All @@ -184,7 +184,7 @@ IDで特定のボールトの詳細を取得
| `serverUrl` | string | いいえ | 1Password ConnectサーバーURL(Connectサーバーモード用) |
| `vaultId` | string | はい | ボールトのUUID |
| `itemId` | string | はい | 置き換えるアイテムのUUID |
| `item` | string | はい | アイテム全体を表すJSONオブジェクト(例:{"vault":{"id":"..."},"category":"LOGIN","title":"My Item","fields":[...]}) |
| `item` | string | はい | アイテム全体を表すJSONオブジェクト(例:`{"vault":{"id":"..."},"category":"LOGIN","title":"My Item","fields":[...]}`) |

#### 出力

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/zh/tools/enrich.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ Sim 与 Enrich.so 的集成让您的团队和自动化流程能够即时查询
| `url` | string | 是 | LinkedIn 公司 URL(例如:linkedin.com/company/google)|
| `accountLocation` | json | 否 | 按地点筛选(国家名称数组)|
| `employeeSizeType` | string | 否 | 员工规模筛选类型(例如:RANGE)|
| `employeeSizeRange` | json | 否 | 员工规模区间({start, end} 对象数组)|
| `employeeSizeRange` | json | 否 | 员工规模区间(`{start, end}` 对象数组)|
| `page` | number | 否 | 页码(默认:1)|
| `num` | number | 否 | 每页结果数 |

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/zh/tools/google_forms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| --------- | ---- | -------- | ----------- |
| `formId` | string | 是 | 要监听的 Google Forms 表单 ID |
| `eventType` | string | 是 | 要监听的事件类型:SCHEMA(表单结构变更)或 RESPONSES(新提交) |
| `topicName` | string | 是 | Cloud Pub/Sub 主题名称(格式:projects/{project}/topics/{topic}) |
| `topicName` | string | 是 | Cloud Pub/Sub 主题名称(格式:projects/\{project\}/topics/\{topic\}) |
| `watchId` | string | 否 | 自定义监听 ID(4-63 个字符,小写字母、数字、连字符) |

#### 输出
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/zh/tools/google_maps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| --------- | ---- | -------- | ----------- |
| `apiKey` | string | 是 | Google Maps API key |
| `query` | string | 是 | 搜索查询(例如,"Times Square 附近的餐厅") |
| `location` | json | 否 | 用于结果偏向的地理位置({lat, lng}) |
| `location` | json | 否 | 用于结果偏向的地理位置(\{lat, lng\}) |
| `radius` | number | 否 | 搜索半径(米) |
| `type` | string | 否 | 地点类型筛选(例如,restaurant、cafe、hotel) |
| `language` | string | 否 | 结果的语言代码(例如,en、es、fr) |
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/content/docs/zh/tools/notion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 必需 | 描述 |
| --------- | ---- | -------- | ----------- |
| `databaseId` | string | 是 | 要添加行的数据库 ID |
| `properties` | json | 是 | 行属性,需为与数据库结构匹配的 JSON 对象(例如:{"Name": {"title": [{"text": {"content": "Task 1"}}]}, "Status": {"select": {"name": "Done"}}}) |
| `properties` | json | 是 | 行属性,需为与数据库结构匹配的 JSON 对象(例如:`{"Name": {"title": [{"text": {"content": "Task 1"}}]}, "Status": {"select": {"name": "Done"}}}`) |

#### 输出

Expand Down
6 changes: 3 additions & 3 deletions apps/docs/content/docs/zh/tools/onepassword.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| `category` | string | 是 | 项目类别(如 LOGIN、PASSWORD、API_CREDENTIAL、SECURE_NOTE、SERVER、DATABASE)|
| `title` | string | 否 | 项目标题 |
| `tags` | string | 否 | 以逗号分隔的标签列表 |
| `fields` | string | 否 | 字段对象的 JSON 数组(如 [ {"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"} ] )|
| `fields` | string | 否 | 字段对象的 JSON 数组(如 `[ {"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"} ]` )|

#### 输出

Expand All @@ -184,7 +184,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| `serverUrl` | string | 否 | 1Password Connect 服务器 URL(用于 Connect Server 模式)|
| `vaultId` | string | 是 | 保险库 UUID |
| `itemId` | string | 是 | 要替换的项目 UUID |
| `item` | string | 是 | 表示完整项目的 JSON 对象(如 {"vault":{"id":"..."},"category":"LOGIN","title":"My Item","fields":[...]} )|
| `item` | string | 是 | 表示完整项目的 JSON 对象(如 `{"vault":{"id":"..."},"category":"LOGIN","title":"My Item","fields":[...]}` )|

#### 输出

Expand All @@ -206,7 +206,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| `serverUrl` | string | 否 | 1Password Connect 服务器 URL(用于 Connect Server 模式) |
| `vaultId` | string | 是 | 保管库 UUID |
| `itemId` | string | 是 | 要更新的条目 UUID |
| `operations` | string | 是 | RFC6902 patch 操作的 JSON 数组(例如,[{"op":"replace","path":"/title","value":"New Title"}]) |
| `operations` | string | 是 | RFC6902 patch 操作的 JSON 数组(例如,`[{"op":"replace","path":"/title","value":"New Title"}]`) |

#### 输出

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/content/docs/zh/tools/tinybird.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Tinybird 让工程、分析和产品团队能够以极低的运维成本,交

| 参数 | 类型 | 必填 | 说明 |
| --------- | ---- | -------- | ----------- |
| `base_url` | string | 是 | Tinybird API 基础 URL(例如:https://api.tinybird.co 或 https://api.us-east.tinybird.co) |
| `base_url` | string | 是 | Tinybird API 基础 URL(例如:`https://api.tinybird.co``https://api.us-east.tinybird.co`) |
| `datasource` | string | 是 | 要发送事件的 Tinybird 数据源名称。例如:"events_raw"、"user_analytics" |
| `data` | string | 是 | 作为 NDJSON(换行分隔的 JSON)或 JSON 字符串发送的数据。每个事件应为有效的 JSON 对象。NDJSON 示例:{"user_id": 1, "event": "click"}\n{"user_id": 2, "event": "view"} |
| `data` | string | 是 | 作为 NDJSON(换行分隔的 JSON)或 JSON 字符串发送的数据。每个事件应为有效的 JSON 对象。NDJSON 示例:`{"user_id": 1, "event": "click"}\n{"user_id": 2, "event": "view"}` |
| `wait` | boolean | 否 | 在响应前等待数据库确认。可实现更安全的重试,但会增加延迟。默认值为 false。 |
| `format` | string | 否 | 事件数据格式:"ndjson"(默认)或 "json" |
| `compression` | string | 否 | 压缩格式:"none"(默认)或 "gzip" |
Expand Down