Skip to content

Commit af477a5

Browse files
authored
feat(i18n): update translations
1 parent c962e3b commit af477a5

File tree

6 files changed

+45
-20
lines changed

6 files changed

+45
-20
lines changed

apps/docs/content/docs/de/tools/webflow.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ Alle Elemente aus einer Webflow CMS-Sammlung auflisten
3939

4040
| Parameter | Typ | Erforderlich | Beschreibung |
4141
| --------- | ---- | -------- | ----------- |
42+
| `siteId` | string | Ja | ID der Webflow-Website |
4243
| `collectionId` | string | Ja | ID der Sammlung |
43-
| `offset` | number | Nein | Offset für Paginierung \(optional\) |
44-
| `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Elemente \(optional, Standard: 100\) |
44+
| `offset` | number | Nein | Offset für Paginierung (optional) |
45+
| `limit` | number | Nein | Maximale Anzahl der zurückzugebenden Elemente (optional, Standard: 100) |
4546

4647
#### Ausgabe
4748

@@ -58,6 +59,7 @@ Ein einzelnes Element aus einer Webflow CMS-Sammlung abrufen
5859

5960
| Parameter | Typ | Erforderlich | Beschreibung |
6061
| --------- | ---- | -------- | ----------- |
62+
| `siteId` | string | Ja | ID der Webflow-Website |
6163
| `collectionId` | string | Ja | ID der Sammlung |
6264
| `itemId` | string | Ja | ID des abzurufenden Elements |
6365

@@ -76,8 +78,9 @@ Ein neues Element in einer Webflow CMS-Sammlung erstellen
7678

7779
| Parameter | Typ | Erforderlich | Beschreibung |
7880
| --------- | ---- | -------- | ----------- |
81+
| `siteId` | string | Ja | ID der Webflow-Website |
7982
| `collectionId` | string | Ja | ID der Sammlung |
80-
| `fieldData` | json | Ja | Felddaten für das neue Element als JSON-Objekt. Die Schlüssel sollten mit den Feldnamen der Sammlung übereinstimmen. |
83+
| `fieldData` | json | Ja | Felddaten für das neue Element als JSON-Objekt. Schlüssel sollten mit den Sammlungsfeldnamen übereinstimmen. |
8184

8285
#### Ausgabe
8386

@@ -94,6 +97,7 @@ Ein vorhandenes Element in einer Webflow CMS-Sammlung aktualisieren
9497

9598
| Parameter | Typ | Erforderlich | Beschreibung |
9699
| --------- | ---- | -------- | ----------- |
100+
| `siteId` | string | Ja | ID der Webflow-Website |
97101
| `collectionId` | string | Ja | ID der Sammlung |
98102
| `itemId` | string | Ja | ID des zu aktualisierenden Elements |
99103
| `fieldData` | json | Ja | Zu aktualisierende Felddaten als JSON-Objekt. Nur Felder einschließen, die geändert werden sollen. |
@@ -113,6 +117,7 @@ Ein Element aus einer Webflow CMS-Sammlung löschen
113117

114118
| Parameter | Typ | Erforderlich | Beschreibung |
115119
| --------- | ---- | -------- | ----------- |
120+
| `siteId` | string | Ja | ID der Webflow-Website |
116121
| `collectionId` | string | Ja | ID der Sammlung |
117122
| `itemId` | string | Ja | ID des zu löschenden Elements |
118123

apps/docs/content/docs/es/tools/webflow.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Listar todos los elementos de una colección del CMS de Webflow
3939

4040
| Parámetro | Tipo | Obligatorio | Descripción |
4141
| --------- | ---- | -------- | ----------- |
42+
| `siteId` | string || ID del sitio de Webflow |
4243
| `collectionId` | string || ID de la colección |
4344
| `offset` | number | No | Desplazamiento para paginación \(opcional\) |
4445
| `limit` | number | No | Número máximo de elementos a devolver \(opcional, predeterminado: 100\) |
@@ -58,6 +59,7 @@ Obtener un solo elemento de una colección del CMS de Webflow
5859

5960
| Parámetro | Tipo | Obligatorio | Descripción |
6061
| --------- | ---- | -------- | ----------- |
62+
| `siteId` | string || ID del sitio de Webflow |
6163
| `collectionId` | string || ID de la colección |
6264
| `itemId` | string || ID del elemento a recuperar |
6365

@@ -76,6 +78,7 @@ Crear un nuevo elemento en una colección del CMS de Webflow
7678

7779
| Parámetro | Tipo | Obligatorio | Descripción |
7880
| --------- | ---- | -------- | ----------- |
81+
| `siteId` | string || ID del sitio de Webflow |
7982
| `collectionId` | string || ID de la colección |
8083
| `fieldData` | json || Datos de campo para el nuevo elemento como objeto JSON. Las claves deben coincidir con los nombres de campo de la colección. |
8184

@@ -94,6 +97,7 @@ Actualizar un elemento existente en una colección CMS de Webflow
9497

9598
| Parámetro | Tipo | Obligatorio | Descripción |
9699
| --------- | ---- | -------- | ----------- |
100+
| `siteId` | string || ID del sitio de Webflow |
97101
| `collectionId` | string || ID de la colección |
98102
| `itemId` | string || ID del elemento a actualizar |
99103
| `fieldData` | json || Datos de campo para actualizar como objeto JSON. Solo incluye los campos que quieres cambiar. |
@@ -113,6 +117,7 @@ Eliminar un elemento de una colección CMS de Webflow
113117

114118
| Parámetro | Tipo | Obligatorio | Descripción |
115119
| --------- | ---- | -------- | ----------- |
120+
| `siteId` | string || ID del sitio de Webflow |
116121
| `collectionId` | string || ID de la colección |
117122
| `itemId` | string || ID del elemento a eliminar |
118123

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Lister tous les éléments d'une collection CMS Webflow
3838
#### Entrée
3939

4040
| Paramètre | Type | Obligatoire | Description |
41-
| --------- | ---- | -------- | ----------- |
41+
| --------- | ---- | ---------- | ----------- |
42+
| `siteId` | string | Oui | ID du site Webflow |
4243
| `collectionId` | string | Oui | ID de la collection |
4344
| `offset` | number | Non | Décalage pour la pagination \(facultatif\) |
4445
| `limit` | number | Non | Nombre maximum d'éléments à retourner \(facultatif, par défaut : 100\) |
@@ -57,7 +58,8 @@ Obtenir un seul élément d'une collection CMS Webflow
5758
#### Entrée
5859

5960
| Paramètre | Type | Obligatoire | Description |
60-
| --------- | ---- | -------- | ----------- |
61+
| --------- | ---- | ---------- | ----------- |
62+
| `siteId` | string | Oui | ID du site Webflow |
6163
| `collectionId` | string | Oui | ID de la collection |
6264
| `itemId` | string | Oui | ID de l'élément à récupérer |
6365

@@ -76,8 +78,9 @@ Créer un nouvel élément dans une collection CMS Webflow
7678

7779
| Paramètre | Type | Obligatoire | Description |
7880
| --------- | ---- | ---------- | ----------- |
81+
| `siteId` | string | Oui | ID du site Webflow |
7982
| `collectionId` | string | Oui | ID de la collection |
80-
| `fieldData` | json | Oui | Données de champ pour le nouvel élément sous forme d'objet JSON. Les clés doivent correspondre aux noms des champs de la collection. |
83+
| `fieldData` | json | Oui | Données des champs pour le nouvel élément sous forme d'objet JSON. Les clés doivent correspondre aux noms des champs de la collection. |
8184

8285
#### Sortie
8386

@@ -94,9 +97,10 @@ Mettre à jour un élément existant dans une collection CMS Webflow
9497

9598
| Paramètre | Type | Obligatoire | Description |
9699
| --------- | ---- | ---------- | ----------- |
100+
| `siteId` | string | Oui | ID du site Webflow |
97101
| `collectionId` | string | Oui | ID de la collection |
98102
| `itemId` | string | Oui | ID de l'élément à mettre à jour |
99-
| `fieldData` | json | Oui | Données de champ à mettre à jour sous forme d'objet JSON. N'incluez que les champs que vous souhaitez modifier. |
103+
| `fieldData` | json | Oui | Données des champs à mettre à jour sous forme d'objet JSON. N'incluez que les champs que vous souhaitez modifier. |
100104

101105
#### Sortie
102106

@@ -113,6 +117,7 @@ Supprimer un élément d'une collection CMS Webflow
113117

114118
| Paramètre | Type | Obligatoire | Description |
115119
| --------- | ---- | ---------- | ----------- |
120+
| `siteId` | string | Oui | ID du site Webflow |
116121
| `collectionId` | string | Oui | ID de la collection |
117122
| `itemId` | string | Oui | ID de l'élément à supprimer |
118123

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,10 @@ Webflow CMSコレクションからすべてのアイテムを一覧表示する
3939

4040
| パラメータ || 必須 | 説明 |
4141
| --------- | ---- | -------- | ----------- |
42+
| `siteId` | string | はい | WebflowサイトのID |
4243
| `collectionId` | string | はい | コレクションのID |
4344
| `offset` | number | いいえ | ページネーション用のオフセット(オプション) |
44-
| `limit` | number | いいえ | 返すアイテムの最大数(オプション、デフォルト:100) |
45+
| `limit` | number | いいえ | 返す最大アイテム数(オプション、デフォルト:100) |
4546

4647
#### 出力
4748

@@ -58,6 +59,7 @@ Webflow CMSコレクションから単一のアイテムを取得する
5859

5960
| パラメータ || 必須 | 説明 |
6061
| --------- | ---- | -------- | ----------- |
62+
| `siteId` | string | はい | WebflowサイトのID |
6163
| `collectionId` | string | はい | コレクションのID |
6264
| `itemId` | string | はい | 取得するアイテムのID |
6365

@@ -76,8 +78,9 @@ Webflow CMSコレクションに新しいアイテムを作成する
7678

7779
| パラメータ || 必須 | 説明 |
7880
| --------- | ---- | -------- | ----------- |
81+
| `siteId` | string | はい | WebflowサイトのID |
7982
| `collectionId` | string | はい | コレクションのID |
80-
| `fieldData` | json | はい | 新しいアイテムのフィールドデータ(JSONオブジェクト形式)。キーはコレクションのフィールド名と一致する必要があります|
83+
| `fieldData` | json | はい | 新しいアイテムのフィールドデータ(JSONオブジェクト)。キーはコレクションフィールド名と一致する必要があります|
8184

8285
#### 出力
8386

@@ -94,9 +97,10 @@ Webflow CMSコレクション内の既存アイテムを更新する
9497

9598
| パラメータ || 必須 | 説明 |
9699
| --------- | ---- | -------- | ----------- |
100+
| `siteId` | string | はい | WebflowサイトのID |
97101
| `collectionId` | string | はい | コレクションのID |
98102
| `itemId` | string | はい | 更新するアイテムのID |
99-
| `fieldData` | json | はい | 更新するフィールドデータ(JSONオブジェクト形式)。変更したいフィールドのみを含めてください。 |
103+
| `fieldData` | json | はい | 更新するフィールドデータ(JSONオブジェクト)。変更したいフィールドのみを含めてください。 |
100104

101105
#### 出力
102106

@@ -113,6 +117,7 @@ Webflow CMSコレクションからアイテムを削除する
113117

114118
| パラメータ || 必須 | 説明 |
115119
| --------- | ---- | -------- | ----------- |
120+
| `siteId` | string | はい | WebflowサイトのID |
116121
| `collectionId` | string | はい | コレクションのID |
117122
| `itemId` | string | はい | 削除するアイテムのID |
118123

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
3838

3939
| 参数 | 类型 | 必需 | 描述 |
4040
| --------- | ---- | -------- | ----------- |
41+
| `siteId` | string || Webflow 网站的 ID |
4142
| `collectionId` | string || 集合的 ID |
42-
| `offset` | number || 分页偏移量(可选) |
43-
| `limit` | number || 返回的最大项目数(可选,默认值:100) |
43+
| `offset` | number || 分页的偏移量(可选) |
44+
| `limit` | number || 要返回的最大项目数(可选,默认值:100) |
4445

4546
#### 输出
4647

@@ -57,8 +58,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
5758

5859
| 参数 | 类型 | 必需 | 描述 |
5960
| --------- | ---- | -------- | ----------- |
61+
| `siteId` | string || Webflow 网站的 ID |
6062
| `collectionId` | string || 集合的 ID |
61-
| `itemId` | string || 要检索的项目 ID |
63+
| `itemId` | string || 要检索项目的 ID |
6264

6365
#### 输出
6466

@@ -75,8 +77,9 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
7577

7678
| 参数 | 类型 | 必需 | 描述 |
7779
| --------- | ---- | -------- | ----------- |
80+
| `siteId` | string || Webflow 网站的 ID |
7881
| `collectionId` | string || 集合的 ID |
79-
| `fieldData` | json || 新项目的字段数据,格式为 JSON 对象。键名应与集合字段名称匹配|
82+
| `fieldData` | json || 新项目的字段数据,格式为 JSON 对象。键名应与集合字段名匹配|
8083

8184
#### 输出
8285

@@ -93,9 +96,10 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
9396

9497
| 参数 | 类型 | 必需 | 描述 |
9598
| --------- | ---- | -------- | ----------- |
99+
| `siteId` | string || Webflow 网站的 ID |
96100
| `collectionId` | string || 集合的 ID |
97101
| `itemId` | string || 要更新项目的 ID |
98-
| `fieldData` | json || 要更新的字段数据,格式为 JSON 对象。仅包含您想更改的字段|
102+
| `fieldData` | json || 要更新的字段数据,格式为 JSON 对象。仅包含需要更改的字段|
99103

100104
#### 输出
101105

@@ -112,6 +116,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
112116

113117
| 参数 | 类型 | 必需 | 描述 |
114118
| --------- | ---- | -------- | ----------- |
119+
| `siteId` | string || Webflow 网站的 ID |
115120
| `collectionId` | string || 集合的 ID |
116121
| `itemId` | string || 要删除项目的 ID |
117122

apps/docs/i18n.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5973,31 +5973,31 @@ checksums:
59735973
content/9: 5914baadfaf2ca26d54130a36dd5ed29
59745974
content/10: 25507380ac7d9c7f8cf9f5256c6a0dbb
59755975
content/11: 371d0e46b4bd2c23f559b8bc112f6955
5976-
content/12: e7fb612c3323c1e6b05eacfcea360d34
5976+
content/12: e034523b05e8c7bd1723ef0ba96c5332
59775977
content/13: bcadfc362b69078beee0088e5936c98b
59785978
content/14: e5f830d6049ff79a318110098e5e0130
59795979
content/15: 711e90714806b91f93923018e82ad2e9
59805980
content/16: 0f3f7d9699d7397cb3a094c3229329ee
59815981
content/17: 371d0e46b4bd2c23f559b8bc112f6955
5982-
content/18: c53b5b8f901066e63fe159ad2fa5e6e0
5982+
content/18: 4b0c581b30f4449b0bfa3cdd4af69e02
59835983
content/19: bcadfc362b69078beee0088e5936c98b
59845984
content/20: 5f2afdd49c3ac13381401c69d1eca22a
59855985
content/21: cc4baa9096fafa4c6276f6136412ba66
59865986
content/22: 676f76e8a7154a576d7fa20b245cef70
59875987
content/23: 371d0e46b4bd2c23f559b8bc112f6955
5988-
content/24: c67c387eb7e274ee7c07b7e1748afce1
5988+
content/24: d26dd24c5398fd036d1f464ba3789002
59895989
content/25: bcadfc362b69078beee0088e5936c98b
59905990
content/26: a6ffebda549ad5b903a66c7d9ac03a20
59915991
content/27: 0dadd51cde48d6ea75b29ec3ee4ade56
59925992
content/28: cdc74f6483a0b4e9933ecdd92ed7480f
59935993
content/29: 371d0e46b4bd2c23f559b8bc112f6955
5994-
content/30: 4cda10aa374e1a46d60ad14eeaa79100
5994+
content/30: cec3953ee52d1d3c8b1a495f9684d35b
59955995
content/31: bcadfc362b69078beee0088e5936c98b
59965996
content/32: 5f221421953a0e760ead7388cbf66561
59975997
content/33: a3c0372590cef72d5d983dbc8dbbc2cb
59985998
content/34: 1402e53c08bdd8a741f44b2d66fcd003
59995999
content/35: 371d0e46b4bd2c23f559b8bc112f6955
6000-
content/36: 028e579a28e55def4fbc59f39f4610b7
6000+
content/36: db921b05a9e5ddceb28a4f3f1af2a377
60016001
content/37: bcadfc362b69078beee0088e5936c98b
60026002
content/38: 4fe4260da2f137679ce2fa42cffcf56a
60036003
content/39: b3f310d5ef115bea5a8b75bf25d7ea9a

0 commit comments

Comments
 (0)