Skip to content

Commit b7e377e

Browse files
authored
v0.5.91: docs i18n, turborepo upgrade
2 parents e204628 + 8ebe753 commit b7e377e

File tree

11 files changed

+15
-18
lines changed

11 files changed

+15
-18
lines changed

.github/workflows/i18n.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: 'Auto-translate Documentation'
22

33
on:
4-
schedule:
5-
# Run every Sunday at midnight UTC
6-
- cron: '0 0 * * 0'
7-
workflow_dispatch: # Allow manual triggers
4+
workflow_dispatch: # Manual trigger only (scheduled runs disabled)
85

96
permissions:
107
contents: write

apps/docs/content/docs/fr/tools/onepassword.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Mettre à jour un élément existant en utilisant les opérations JSON Patch (RF
206206
| `serverUrl` | string | Non | URL du serveur 1Password Connect (pour le mode serveur Connect) |
207207
| `vaultId` | string | Oui | L'UUID du coffre |
208208
| `itemId` | string | Oui | L'UUID de l'élément à mettre à jour |
209-
| `operations` | string | Oui | Tableau JSON des opérations de patch RFC6902 (par ex., [{"op":"replace","path":"/title","value":"Nouveau titre"}]) |
209+
| `operations` | string | Oui | Tableau JSON des opérations de patch RFC6902 (par ex., `[{"op":"replace","path":"/title","value":"Nouveau titre"}]`) |
210210

211211
#### Sortie
212212

apps/docs/content/docs/ja/tools/enrich.mdx

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

apps/docs/content/docs/ja/tools/google_maps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ WiFiアクセスポイント、基地局、またはIPアドレスを使用し
282282
| --------- | ---- | -------- | ----------- |
283283
| `apiKey` | string | はい | Google Maps APIキー |
284284
| `query` | string | はい | 検索クエリ(例:「タイムズスクエアのレストラン」) |
285-
| `location` | json | いいえ | 結果を優先する位置({lat, lng}|
285+
| `location` | json | いいえ | 結果を優先する位置(\{lat, lng\}|
286286
| `radius` | number | いいえ | 検索半径(メートル) |
287287
| `type` | string | いいえ | 場所タイプフィルタ(例:restaurant、cafe、hotel) |
288288
| `language` | string | いいえ | 結果の言語コード(例:en、es、fr) |

apps/docs/content/docs/ja/tools/onepassword.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ IDで特定のボールトの詳細を取得
162162
| `category` | string | はい | アイテムのカテゴリ(例:LOGIN、PASSWORD、API_CREDENTIAL、SECURE_NOTE、SERVER、DATABASE) |
163163
| `title` | string | いいえ | アイテムのタイトル |
164164
| `tags` | string | いいえ | カンマ区切りのタグリスト |
165-
| `fields` | string | いいえ | フィールドオブジェクトのJSON配列(例:[{"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"}]) |
165+
| `fields` | string | いいえ | フィールドオブジェクトのJSON配列(例:`[{"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"}]`) |
166166

167167
#### 出力
168168

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

189189
#### 出力
190190

apps/docs/content/docs/zh/tools/enrich.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ Sim 与 Enrich.so 的集成让您的团队和自动化流程能够即时查询
634634
| `url` | string || LinkedIn 公司 URL(例如:linkedin.com/company/google)|
635635
| `accountLocation` | json || 按地点筛选(国家名称数组)|
636636
| `employeeSizeType` | string || 员工规模筛选类型(例如:RANGE)|
637-
| `employeeSizeRange` | json || 员工规模区间({start, end} 对象数组)|
637+
| `employeeSizeRange` | json || 员工规模区间(`{start, end}` 对象数组)|
638638
| `page` | number || 页码(默认:1)|
639639
| `num` | number || 每页结果数 |
640640

apps/docs/content/docs/zh/tools/google_forms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
171171
| --------- | ---- | -------- | ----------- |
172172
| `formId` | string || 要监听的 Google Forms 表单 ID |
173173
| `eventType` | string || 要监听的事件类型:SCHEMA(表单结构变更)或 RESPONSES(新提交) |
174-
| `topicName` | string || Cloud Pub/Sub 主题名称(格式:projects/{project}/topics/{topic}|
174+
| `topicName` | string || Cloud Pub/Sub 主题名称(格式:projects/\{project\}/topics/\{topic\}|
175175
| `watchId` | string || 自定义监听 ID(4-63 个字符,小写字母、数字、连字符) |
176176

177177
#### 输出

apps/docs/content/docs/zh/tools/google_maps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
282282
| --------- | ---- | -------- | ----------- |
283283
| `apiKey` | string || Google Maps API key |
284284
| `query` | string || 搜索查询(例如,"Times Square 附近的餐厅") |
285-
| `location` | json || 用于结果偏向的地理位置({lat, lng}|
285+
| `location` | json || 用于结果偏向的地理位置(\{lat, lng\}|
286286
| `radius` | number || 搜索半径(米) |
287287
| `type` | string || 地点类型筛选(例如,restaurant、cafe、hotel) |
288288
| `language` | string || 结果的语言代码(例如,en、es、fr) |

apps/docs/content/docs/zh/tools/notion.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
193193
| 参数 | 类型 | 必需 | 描述 |
194194
| --------- | ---- | -------- | ----------- |
195195
| `databaseId` | string || 要添加行的数据库 ID |
196-
| `properties` | json || 行属性,需为与数据库结构匹配的 JSON 对象(例如:{"Name": {"title": [{"text": {"content": "Task 1"}}]}, "Status": {"select": {"name": "Done"}}}|
196+
| `properties` | json || 行属性,需为与数据库结构匹配的 JSON 对象(例如:`{"Name": {"title": [{"text": {"content": "Task 1"}}]}, "Status": {"select": {"name": "Done"}}}`|
197197

198198
#### 输出
199199

apps/docs/content/docs/zh/tools/onepassword.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
162162
| `category` | string || 项目类别(如 LOGIN、PASSWORD、API_CREDENTIAL、SECURE_NOTE、SERVER、DATABASE)|
163163
| `title` | string || 项目标题 |
164164
| `tags` | string || 以逗号分隔的标签列表 |
165-
| `fields` | string || 字段对象的 JSON 数组(如 [ {"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"} ]|
165+
| `fields` | string || 字段对象的 JSON 数组(如 `[ {"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"} ]`|
166166

167167
#### 输出
168168

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

189189
#### 输出
190190

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

211211
#### 输出
212212

0 commit comments

Comments
 (0)