feat(i18n): update translations (#2339)

Co-authored-by: waleedlatif1 <waleedlatif1@users.noreply.github.com>
This commit is contained in:
Waleed
2025-12-12 16:59:04 -08:00
committed by GitHub
parent 0ea600d0e8
commit 49d31c80f5
6 changed files with 29 additions and 89 deletions

View File

@@ -45,10 +45,8 @@ Alle Listen auf einem Trello-Board auflisten
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `success` | boolean | Ob der Vorgang erfolgreich war |
| `lists` | array | Array von Listenobjekten mit id, name, closed, pos und idBoard |
| `count` | number | Anzahl der zurückgegebenen Listen |
| `error` | string | Fehlermeldung, wenn der Vorgang fehlgeschlagen ist |
### `trello_list_cards`
@@ -65,10 +63,8 @@ Alle Listen eines Trello-Boards auflisten
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `success` | boolean | Ob der Vorgang erfolgreich war |
| `cards` | array | Array von Kartenobjekten mit id, name, desc, url, Board/Listen-IDs, Labels und Fälligkeitsdatum |
| `count` | number | Anzahl der zurückgegebenen Karten |
| `error` | string | Fehlermeldung, wenn der Vorgang fehlgeschlagen ist |
### `trello_create_card`
@@ -90,9 +86,7 @@ Eine neue Karte auf einem Trello-Board erstellen
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `success` | boolean | Ob die Karte erfolgreich erstellt wurde |
| `card` | object | Das erstellte Kartenobjekt mit ID, Name, Beschreibung, URL und anderen Eigenschaften |
| `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist |
| `card` | object | Das erstellte Kartenobjekt mit id, name, desc, url und anderen Eigenschaften |
### `trello_update_card`
@@ -114,9 +108,7 @@ Eine bestehende Karte in Trello aktualisieren
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `success` | boolean | Ob die Karte erfolgreich aktualisiert wurde |
| `card` | object | Das aktualisierte Kartenobjekt mit ID, Name, Beschreibung, URL und anderen Eigenschaften |
| `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist |
| `card` | object | Das aktualisierte Kartenobjekt mit id, name, desc, url und anderen Eigenschaften |
### `trello_get_actions`
@@ -135,10 +127,8 @@ Aktivitäten/Aktionen von einem Board oder einer Karte abrufen
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `success` | boolean | Ob der Vorgang erfolgreich war |
| `actions` | array | Array von Aktionsobjekten mit Typ, Datum, Mitglied und Daten |
| `actions` | array | Array von Aktionsobjekten mit type, date, member und data |
| `count` | number | Anzahl der zurückgegebenen Aktionen |
| `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist |
### `trello_add_comment`
@@ -155,9 +145,7 @@ Einen Kommentar zu einer Trello-Karte hinzufügen
| Parameter | Typ | Beschreibung |
| --------- | ---- | ----------- |
| `success` | boolean | Ob der Kommentar erfolgreich hinzugefügt wurde |
| `comment` | object | Das erstellte Kommentarobjekt mit ID, Text, Datum und Mitglied-Ersteller |
| `error` | string | Fehlermeldung, falls der Vorgang fehlgeschlagen ist |
| `comment` | object | Das erstellte Kommentarobjekt mit id, text, date und member creator |
## Hinweise

View File

@@ -45,10 +45,8 @@ Listar todas las listas en un tablero de Trello
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Si la operación fue exitosa |
| `lists` | array | Array de objetos de lista con id, nombre, cerrado, posición e idTablero |
| `lists` | array | Array de objetos de lista con id, nombre, closed, pos e idBoard |
| `count` | number | Número de listas devueltas |
| `error` | string | Mensaje de error si la operación falló |
### `trello_list_cards`
@@ -64,10 +62,8 @@ Listar todas las listas en un tablero de Trello
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Si la operación fue exitosa |
| `cards` | array | Array de objetos de tarjeta con id, nombre, desc, url, IDs de tablero/lista, etiquetas y fecha de vencimiento |
| `count` | number | Número de tarjetas devueltas |
| `error` | string | Mensaje de error si la operación falló |
### `trello_create_card`
@@ -89,9 +85,7 @@ Crear una nueva tarjeta en un tablero de Trello
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Si la tarjeta se creó correctamente |
| `card` | object | El objeto de la tarjeta creada con id, nombre, descripción, url y otras propiedades |
| `error` | string | Mensaje de error si la operación falló |
| `card` | object | El objeto de tarjeta creada con id, nombre, desc, url y otras propiedades |
### `trello_update_card`
@@ -113,9 +107,7 @@ Actualizar una tarjeta existente en Trello
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Si la tarjeta se actualizó correctamente |
| `card` | object | El objeto de la tarjeta actualizada con id, nombre, descripción, url y otras propiedades |
| `error` | string | Mensaje de error si la operación falló |
| `card` | object | El objeto de tarjeta actualizada con id, nombre, desc, url y otras propiedades |
### `trello_get_actions`
@@ -134,10 +126,8 @@ Obtener actividad/acciones de un tablero o tarjeta
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Si la operación fue exitosa |
| `actions` | array | Array de objetos de acción con tipo, fecha, miembro y datos |
| `count` | number | Número de acciones devueltas |
| `error` | string | Mensaje de error si la operación falló |
### `trello_add_comment`
@@ -154,9 +144,7 @@ Añadir un comentario a una tarjeta de Trello
| Parámetro | Tipo | Descripción |
| --------- | ---- | ----------- |
| `success` | boolean | Si el comentario se añadió correctamente |
| `comment` | object | El objeto de comentario creado con id, texto, fecha y miembro creador |
| `error` | string | Mensaje de error si la operación falló |
## Notas

View File

@@ -45,10 +45,8 @@ Lister toutes les listes d'un tableau Trello
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `success` | boolean | Si l'opération a réussi |
| `lists` | array | Tableau d'objets liste avec id, nom, fermé, position et idTableau |
| `count` | number | Nombre de listes retournées |
| `error` | string | Message d'erreur si l'opération a échoué |
| `lists` | tableau | Tableau d'objets liste avec id, nom, fermé, pos et idBoard |
| `count` | nombre | Nombre de listes retournées |
### `trello_list_cards`
@@ -65,10 +63,8 @@ Lister toutes les cartes d'un tableau Trello
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `success` | boolean | Si l'opération a réussi |
| `cards` | array | Tableau d'objets carte avec id, nom, description, url, IDs du tableau/liste, étiquettes et date d'échéance |
| `count` | number | Nombre de cartes retournées |
| `error` | string | Message d'erreur si l'opération a échoué |
| `cards` | tableau | Tableau d'objets carte avec id, nom, desc, url, IDs de tableau/liste, étiquettes et date d'échéance |
| `count` | nombre | Nombre de cartes retournées |
### `trello_create_card`
@@ -90,9 +86,7 @@ Créer une nouvelle carte sur un tableau Trello
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `success` | booléen | Indique si la carte a été créée avec succès |
| `card` | objet | L'objet carte créé avec id, nom, description, url et autres propriétés |
| `error` | chaîne | Message d'erreur si l'opération a échoué |
| `card` | objet | L'objet carte créé avec id, nom, desc, url et autres propriétés |
### `trello_update_card`
@@ -114,9 +108,7 @@ Mettre à jour une carte existante sur Trello
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `success` | booléen | Indique si la carte a été mise à jour avec succès |
| `card` | objet | L'objet carte mis à jour avec id, nom, description, url et autres propriétés |
| `error` | chaîne | Message d'erreur si l'opération a échoué |
| `card` | objet | L'objet carte mis à jour avec id, nom, desc, url et autres propriétés |
### `trello_get_actions`
@@ -135,10 +127,8 @@ Obtenir l'activité/les actions d'un tableau ou d'une carte
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `success` | boolean | Indique si l'opération a réussi |
| `actions` | array | Tableau d'objets d'action avec type, date, membre et données |
| `count` | number | Nombre d'actions retournées |
| `error` | string | Message d'erreur si l'opération a échoué |
| `actions` | tableau | Tableau d'objets action avec type, date, membre et données |
| `count` | nombre | Nombre d'actions retournées |
### `trello_add_comment`
@@ -155,9 +145,7 @@ Ajouter un commentaire à une carte Trello
| Paramètre | Type | Description |
| --------- | ---- | ----------- |
| `success` | boolean | Indique si le commentaire a été ajouté avec succès |
| `comment` | object | L'objet commentaire créé avec id, texte, date et membre créateur |
| `error` | string | Message d'erreur si l'opération a échoué |
| `comment` | objet | L'objet commentaire créé avec id, texte, date et membre créateur |
## Notes

View File

@@ -45,10 +45,8 @@ Trelloボード上のすべてのリストを表示する
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作が成功したかどうか |
| `lists` | array | id、name、closed、pos、idBoardを含むリストオブジェクトの配列 |
| `count` | number | 返されたリストの数 |
| `error` | string | 操作が失敗した場合のエラーメッセージ |
### `trello_list_cards`
@@ -65,10 +63,8 @@ Trelloボード上のすべてのカードを表示する
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作が成功したかどうか |
| `cards` | array | id、name、desc、url、ボード/リストID、ラベル、期限日を含むカードオブジェクトの配列 |
| `count` | number | 返されたカードの数 |
| `error` | string | 操作が失敗した場合のエラーメッセージ |
### `trello_create_card`
@@ -90,9 +86,7 @@ Trelloボードに新しいカードを作成する
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | カードが正常に作成されたかどうか |
| `card` | object | 作成されたカードオブジェクトid、name、desc、url、その他のプロパティを含む |
| `error` | string | 操作が失敗した場合のエラーメッセージ |
| `card` | object | id、name、desc、urlなどのプロパティを含む作成されたカードオブジェクト |
### `trello_update_card`
@@ -114,9 +108,7 @@ Trelloの既存のカードを更新する
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | カードが正常に更新されたかどうか |
| `card` | object | 更新されたカードオブジェクトid、name、desc、url、その他のプロパティを含む |
| `error` | string | 操作が失敗した場合のエラーメッセージ |
| `card` | object | id、name、desc、urlなどのプロパティを含む更新されたカードオブジェクト |
### `trello_get_actions`
@@ -135,10 +127,8 @@ Trelloの既存のカードを更新する
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作が成功したかどうか |
| `actions` | array | タイプ、日付、メンバー、データを含むアクションオブジェクトの配列 |
| `actions` | array | type、date、member、dataを含むアクションオブジェクトの配列 |
| `count` | number | 返されたアクションの数 |
| `error` | string | 操作が失敗した場合のエラーメッセージ |
### `trello_add_comment`
@@ -155,9 +145,7 @@ Trelloカードにコメントを追加する
| パラメータ | 型 | 説明 |
| --------- | ---- | ----------- |
| `success` | boolean | コメントが正常に追加されたかどうか |
| `comment` | object | ID、テキスト、日付、作成者メンバーを含む作成されたコメントオブジェクト |
| `error` | string | 操作が失敗した場合のエラーメッセージ |
| `comment` | object | id、text、date、member creatorを含む作成されたコメントオブジェクト |
## 注意事項

View File

@@ -45,10 +45,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作是否成功 |
| `lists` | array | 包含 id、name、closed、pos 和 idBoard 的列表对象数组 |
| `count` | number | 返回的列表数量 |
| `error` | string | 如果操作失败的错误信息 |
### `trello_list_cards`
@@ -65,10 +63,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作是否成功 |
| `cards` | array | 包含 id、name、desc、url、board/list IDs、labels 和到期日期的卡片对象数组 |
| `cards` | array | 包含 id、name、desc、url、看板/列表 ID、标签和到期日期的卡片对象数组 |
| `count` | number | 返回的卡片数量 |
| `error` | string | 如果操作失败的错误信息 |
### `trello_create_card`
@@ -90,9 +86,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 卡片是否创建成功 |
| `card` | object | 创建的卡片对象,包含 id、name、desc、url 和其他属性 |
| `error` | string | 如果操作失败,返回错误信息 |
### `trello_update_card`
@@ -114,9 +108,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 卡片是否更新成功 |
| `card` | object | 更新的卡片对象,包含 id、name、desc、url 和其他属性 |
| `error` | string | 如果操作失败,返回错误信息 |
### `trello_get_actions`
@@ -135,10 +127,8 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 操作是否成功 |
| `actions` | array | 包含类型、日期、成员和数据的操作对象数组 |
| `actions` | array | 包含 type、date、member 和 data 的操作对象数组 |
| `count` | number | 返回的操作数量 |
| `error` | string | 如果操作失败,返回的错误信息 |
### `trello_add_comment`
@@ -155,9 +145,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
| 参数 | 类型 | 描述 |
| --------- | ---- | ----------- |
| `success` | boolean | 评论是否成功添加 |
| `comment` | object | 创建的评论对象,包含 id、text、date 和 member creator |
| `error` | string | 如果操作失败,返回的错误信息 |
| `comment` | object | 创建的评论对象,包含 id、text、date 和创建者信息 |
## 注意事项

View File

@@ -6429,37 +6429,37 @@ checksums:
content/11: 371d0e46b4bd2c23f559b8bc112f6955
content/12: 6602fca05cac2890ce1e6c2bfb4c3edc
content/13: bcadfc362b69078beee0088e5936c98b
content/14: 30597d02be39403d58878009bf9ad180
content/14: 30a5638b5aabcb47356cee8feefe35df
content/15: 0f74280b9f76b77c5ff3d7adf579567f
content/16: c49e0c8c6a6e30001076b52666b65513
content/17: 371d0e46b4bd2c23f559b8bc112f6955
content/18: 44177bd68134b05e5d857fd4d961faec
content/19: bcadfc362b69078beee0088e5936c98b
content/20: 7114399c57ea4b939fb2ceec1c1c73d4
content/20: 151e3c55629a36e872d2a16e3e8aa02b
content/21: 5380b52a75a54072ce4c80ef02c1d9f9
content/22: f81573284f81699b8ccd4c9a32134b76
content/23: 371d0e46b4bd2c23f559b8bc112f6955
content/24: e1d1f3f81bc90ef9dc2d9a7000584517
content/25: bcadfc362b69078beee0088e5936c98b
content/26: 5703816c9993cad8f724477c7d3baba1
content/26: a2ee2f96a49b3c6804562e2b0603c663
content/27: a989ad3de44846f0494357c17a41ee9a
content/28: 97cb66519a9ab1bf445fb1cb9c94122e
content/29: 371d0e46b4bd2c23f559b8bc112f6955
content/30: e67b226b18e41f76c4891c7899446a7c
content/31: bcadfc362b69078beee0088e5936c98b
content/32: 7cb731c92a2952d96be745a4dc813317
content/32: 6ef3798dfeac016bcd19a8be2547f6d0
content/33: a887a78b115ab7ddd3ddd817c4bd2021
content/34: 27141f5a3f85214f3ef64decfa914b6c
content/35: 371d0e46b4bd2c23f559b8bc112f6955
content/36: efe5483771b85548be6a18808d8f8190
content/37: bcadfc362b69078beee0088e5936c98b
content/38: 9564cc04cb9372fa8e24c84c82e347b2
content/38: 70afce01643c577069971ff10da90acb
content/39: b35883a517799e6b6dae2fab1582086e
content/40: 42f88110bd2976790ec32981c33833ec
content/41: 371d0e46b4bd2c23f559b8bc112f6955
content/42: 85e2b5b0b03f537b0513c041a6b8eb50
content/43: bcadfc362b69078beee0088e5936c98b
content/44: 2a9520f488643a0aefc6985c64353ab6
content/44: fc1fba3d0fb8497db9326b741efbc4bc
content/45: b3f310d5ef115bea5a8b75bf25d7ea9a
content/46: 3a03da5c351afd4029f7e7b099f9d47a
4708d770626bc09eea209330925801e6: