Skip to content

Commit 0005c3e

Browse files
feat(i18n): update translations (#2463)
Co-authored-by: aadamgough <[email protected]>
1 parent fc40b4f commit 0005c3e

File tree

6 files changed

+201
-40
lines changed

6 files changed

+201
-40
lines changed

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

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,20 @@ Ein Jira-Issue erstellen
9090

9191
| Parameter | Typ | Erforderlich | Beschreibung |
9292
| --------- | ---- | -------- | ----------- |
93-
| `domain` | string | Ja | Ihre Jira-Domain (z.B. ihrfirma.atlassian.net) |
93+
| `domain` | string | Ja | Ihre Jira-Domain \(z.B. ihrfirma.atlassian.net\) |
9494
| `projectId` | string | Ja | Projekt-ID für das Issue |
9595
| `summary` | string | Ja | Zusammenfassung für das Issue |
9696
| `description` | string | Nein | Beschreibung für das Issue |
97-
| `priority` | string | Nein | Priorität für das Issue |
98-
| `assignee` | string | Nein | Bearbeiter für das Issue |
99-
| `cloudId` | string | Nein | Jira Cloud-ID für die Instanz. Wenn nicht angegeben, wird sie anhand der Domain abgerufen. |
100-
| `issueType` | string | Ja | Art des zu erstellenden Issues (z.B. Task, Story) |
97+
| `priority` | string | Nein | Prioritäts-ID oder -Name für das Issue \(z.B. "10000" oder "High"\) |
98+
| `assignee` | string | Nein | Account-ID des Bearbeiters für das Issue |
99+
| `cloudId` | string | Nein | Jira Cloud-ID für die Instanz. Wenn nicht angegeben, wird sie über die Domain abgerufen. |
100+
| `issueType` | string | Ja | Typ des zu erstellenden Issues \(z.B. Task, Story\) |
101+
| `labels` | array | Nein | Labels für das Issue \(Array von Label-Namen\) |
102+
| `duedate` | string | Nein | Fälligkeitsdatum für das Issue \(Format: YYYY-MM-DD\) |
103+
| `reporter` | string | Nein | Account-ID des Melders für das Issue |
104+
| `environment` | string | Nein | Umgebungsinformationen für das Issue |
105+
| `customFieldId` | string | Nein | Benutzerdefinierte Feld-ID \(z.B. customfield_10001\) |
106+
| `customFieldValue` | string | Nein | Wert für das benutzerdefinierte Feld |
101107

102108
#### Ausgabe
103109

@@ -107,6 +113,7 @@ Ein Jira-Issue erstellen
107113
| `issueKey` | string | Erstellter Issue-Key \(z.B. PROJ-123\) |
108114
| `summary` | string | Issue-Zusammenfassung |
109115
| `url` | string | URL zum erstellten Issue |
116+
| `assigneeId` | string | Account-ID des zugewiesenen Benutzers \(falls zugewiesen\) |
110117

111118
### `jira_bulk_read`
112119

@@ -520,6 +527,30 @@ Einen Beobachter von einem Jira-Issue entfernen
520527
| `issueKey` | string | Issue-Key |
521528
| `watcherAccountId` | string | Account-ID des entfernten Beobachters |
522529

530+
### `jira_get_users`
531+
532+
Jira-Benutzer abrufen. Wenn eine Account-ID angegeben wird, wird ein einzelner Benutzer zurückgegeben. Andernfalls wird eine Liste aller Benutzer zurückgegeben.
533+
534+
#### Eingabe
535+
536+
| Parameter | Typ | Erforderlich | Beschreibung |
537+
| --------- | ---- | -------- | ----------- |
538+
| `domain` | string | Ja | Ihre Jira-Domain \(z.B. ihrfirma.atlassian.net\) |
539+
| `accountId` | string | Nein | Optionale Account-ID, um einen bestimmten Benutzer abzurufen. Wenn nicht angegeben, werden alle Benutzer zurückgegeben. |
540+
| `startAt` | number | Nein | Der Index des ersten zurückzugebenden Benutzers \(für Paginierung, Standard: 0\) |
541+
| `maxResults` | number | Nein | Maximale Anzahl der zurückzugebenden Benutzer \(Standard: 50\) |
542+
| `cloudId` | string | Nein | Jira Cloud-ID für die Instanz. Wenn nicht angegeben, wird sie anhand der Domain abgerufen. |
543+
544+
#### Ausgabe
545+
546+
| Parameter | Typ | Beschreibung |
547+
| --------- | ---- | ----------- |
548+
| `ts` | string | Zeitstempel der Operation |
549+
| `users` | json | Array von Benutzern mit accountId, displayName, emailAddress, active-Status und avatarUrls |
550+
| `total` | number | Gesamtanzahl der zurückgegebenen Benutzer |
551+
| `startAt` | number | Startindex für Paginierung |
552+
| `maxResults` | number | Maximale Ergebnisse pro Seite |
553+
523554
## Hinweise
524555

525556
- Kategorie: `tools`

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

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,24 +89,31 @@ Escribir una incidencia de Jira
8989
#### Entrada
9090

9191
| Parámetro | Tipo | Obligatorio | Descripción |
92-
| --------- | ---- | -------- | ----------- |
92+
| --------- | ---- | ----------- | ----------- |
9393
| `domain` | string || Tu dominio de Jira \(p. ej., tuempresa.atlassian.net\) |
9494
| `projectId` | string || ID del proyecto para la incidencia |
9595
| `summary` | string || Resumen de la incidencia |
9696
| `description` | string | No | Descripción de la incidencia |
97-
| `priority` | string | No | Prioridad de la incidencia |
98-
| `assignee` | string | No | Asignado para la incidencia |
99-
| `cloudId` | string | No | ID de Jira Cloud para la instancia. Si no se proporciona, se obtendrá utilizando el dominio. |
97+
| `priority` | string | No | ID o nombre de prioridad para la incidencia \(p. ej., "10000" o "Alta"\) |
98+
| `assignee` | string | No | ID de cuenta del asignado para la incidencia |
99+
| `cloudId` | string | No | ID de Jira Cloud para la instancia. Si no se proporciona, se obtendrá usando el dominio. |
100100
| `issueType` | string || Tipo de incidencia a crear \(p. ej., Tarea, Historia\) |
101+
| `labels` | array | No | Etiquetas para la incidencia \(array de nombres de etiquetas\) |
102+
| `duedate` | string | No | Fecha de vencimiento para la incidencia \(formato: AAAA-MM-DD\) |
103+
| `reporter` | string | No | ID de cuenta del informador para la incidencia |
104+
| `environment` | string | No | Información del entorno para la incidencia |
105+
| `customFieldId` | string | No | ID del campo personalizado \(p. ej., customfield_10001\) |
106+
| `customFieldValue` | string | No | Valor para el campo personalizado |
101107

102108
#### Salida
103109

104110
| Parámetro | Tipo | Descripción |
105111
| --------- | ---- | ----------- |
106112
| `ts` | string | Marca de tiempo de la operación |
107-
| `issueKey` | string | Clave de la incidencia creada (p. ej., PROJ-123) |
113+
| `issueKey` | string | Clave de la incidencia creada \(p. ej., PROJ-123\) |
108114
| `summary` | string | Resumen de la incidencia |
109115
| `url` | string | URL de la incidencia creada |
116+
| `assigneeId` | string | ID de cuenta del usuario asignado \(si está asignado\) |
110117

111118
### `jira_bulk_read`
112119

@@ -520,6 +527,30 @@ Eliminar un observador de una incidencia de Jira
520527
| `issueKey` | string | Clave de incidencia |
521528
| `watcherAccountId` | string | ID de cuenta del observador eliminado |
522529

530+
### `jira_get_users`
531+
532+
Obtener usuarios de Jira. Si se proporciona un ID de cuenta, devuelve un solo usuario. De lo contrario, devuelve una lista de todos los usuarios.
533+
534+
#### Entrada
535+
536+
| Parámetro | Tipo | Obligatorio | Descripción |
537+
| --------- | ---- | ----------- | ----------- |
538+
| `domain` | string || Tu dominio de Jira \(p. ej., tuempresa.atlassian.net\) |
539+
| `accountId` | string | No | ID de cuenta opcional para obtener un usuario específico. Si no se proporciona, devuelve todos los usuarios. |
540+
| `startAt` | number | No | El índice del primer usuario a devolver \(para paginación, predeterminado: 0\) |
541+
| `maxResults` | number | No | Número máximo de usuarios a devolver \(predeterminado: 50\) |
542+
| `cloudId` | string | No | ID de Jira Cloud para la instancia. Si no se proporciona, se obtendrá usando el dominio. |
543+
544+
#### Salida
545+
546+
| Parámetro | Tipo | Descripción |
547+
| --------- | ---- | ----------- |
548+
| `ts` | string | Marca de tiempo de la operación |
549+
| `users` | json | Array de usuarios con accountId, displayName, emailAddress, estado activo y avatarUrls |
550+
| `total` | number | Número total de usuarios devueltos |
551+
| `startAt` | number | Índice de inicio de paginación |
552+
| `maxResults` | number | Máximo de resultados por página |
553+
523554
## Notas
524555

525556
- Categoría: `tools`

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

Lines changed: 41 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,21 @@ Rédiger une demande Jira
8989
#### Entrée
9090

9191
| Paramètre | Type | Obligatoire | Description |
92-
| --------- | ---- | -------- | ----------- |
93-
| `domain` | string | Oui | Votre domaine Jira (ex. : votreentreprise.atlassian.net) |
94-
| `projectId` | string | Oui | ID du projet pour la demande |
95-
| `summary` | string | Oui | Résumé de la demande |
96-
| `description` | string | Non | Description de la demande |
97-
| `priority` | string | Non | Priorité de la demande |
98-
| `assignee` | string | Non | Assigné de la demande |
99-
| `cloudId` | string | Non | ID Jira Cloud pour l'instance. S'il n'est pas fourni, il sera récupéré à l'aide du domaine. |
100-
| `issueType` | string | Oui | Type de demande à créer (ex. : Tâche, Story) |
92+
| --------- | ---- | ----------- | ----------- |
93+
| `domain` | chaîne | Oui | Votre domaine Jira \(ex. : votreentreprise.atlassian.net\) |
94+
| `projectId` | chaîne | Oui | ID du projet pour le ticket |
95+
| `summary` | chaîne | Oui | Résumé du ticket |
96+
| `description` | chaîne | Non | Description du ticket |
97+
| `priority` | chaîne | Non | ID ou nom de la priorité du ticket \(ex. : "10000" ou "Haute"\) |
98+
| `assignee` | chaîne | Non | ID de compte de l'assigné pour le ticket |
99+
| `cloudId` | chaîne | Non | ID Cloud Jira pour l'instance. S'il n'est pas fourni, il sera récupéré à l'aide du domaine. |
100+
| `issueType` | chaîne | Oui | Type de ticket à créer \(ex. : tâche, story\) |
101+
| `labels` | tableau | Non | Étiquettes pour le ticket \(tableau de noms d'étiquettes\) |
102+
| `duedate` | chaîne | Non | Date d'échéance du ticket \(format : AAAA-MM-JJ\) |
103+
| `reporter` | chaîne | Non | ID de compte du rapporteur pour le ticket |
104+
| `environment` | chaîne | Non | Informations d'environnement pour le ticket |
105+
| `customFieldId` | chaîne | Non | ID du champ personnalisé \(ex. : customfield_10001\) |
106+
| `customFieldValue` | chaîne | Non | Valeur pour le champ personnalisé |
101107

102108
#### Sortie
103109

@@ -107,6 +113,7 @@ Rédiger une demande Jira
107113
| `issueKey` | chaîne | Clé du ticket créé \(ex. : PROJ-123\) |
108114
| `summary` | chaîne | Résumé du ticket |
109115
| `url` | chaîne | URL vers le ticket créé |
116+
| `assigneeId` | chaîne | ID de compte de l'utilisateur assigné \(si assigné\) |
110117

111118
### `jira_bulk_read`
112119

@@ -520,7 +527,31 @@ Supprimer un observateur d'un ticket Jira
520527
| `issueKey` | string | Clé du ticket |
521528
| `watcherAccountId` | string | ID du compte observateur supprimé |
522529

523-
## Notes
530+
### `jira_get_users`
531+
532+
Récupère les utilisateurs Jira. Si un ID de compte est fourni, renvoie un seul utilisateur. Sinon, renvoie une liste de tous les utilisateurs.
533+
534+
#### Entrée
535+
536+
| Paramètre | Type | Obligatoire | Description |
537+
| --------- | ---- | ----------- | ----------- |
538+
| `domain` | chaîne | Oui | Votre domaine Jira \(ex. : votreentreprise.atlassian.net\) |
539+
| `accountId` | chaîne | Non | ID de compte optionnel pour obtenir un utilisateur spécifique. S'il n'est pas fourni, renvoie tous les utilisateurs. |
540+
| `startAt` | nombre | Non | L'index du premier utilisateur à renvoyer \(pour la pagination, par défaut : 0\) |
541+
| `maxResults` | nombre | Non | Nombre maximum d'utilisateurs à renvoyer \(par défaut : 50\) |
542+
| `cloudId` | chaîne | Non | ID Cloud Jira pour l'instance. S'il n'est pas fourni, il sera récupéré à l'aide du domaine. |
543+
544+
#### Sortie
545+
546+
| Paramètre | Type | Description |
547+
| --------- | ---- | ----------- |
548+
| `ts` | chaîne | Horodatage de l'opération |
549+
| `users` | json | Tableau d'utilisateurs avec accountId, displayName, emailAddress, statut actif et avatarUrls |
550+
| `total` | nombre | Nombre total d'utilisateurs renvoyés |
551+
| `startAt` | nombre | Index de début de pagination |
552+
| `maxResults` | nombre | Nombre maximum de résultats par page |
553+
554+
## Remarques
524555

525556
- Catégorie : `tools`
526557
- Type : `jira`

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

Lines changed: 37 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,16 @@ Jira課題を作成する
9494
| `projectId` | string | はい | 課題のプロジェクトID |
9595
| `summary` | string | はい | 課題の要約 |
9696
| `description` | string | いいえ | 課題の説明 |
97-
| `priority` | string | いいえ | 課題の優先度 |
98-
| `assignee` | string | いいえ | 課題の担当者 |
97+
| `priority` | string | いいえ | 課題の優先度IDまたは名前(例:「10000」または「高」) |
98+
| `assignee` | string | いいえ | 課題の担当者アカウントID |
9999
| `cloudId` | string | いいえ | インスタンスのJira Cloud ID。提供されない場合、ドメインを使用して取得されます。 |
100100
| `issueType` | string | はい | 作成する課題のタイプ(例:タスク、ストーリー) |
101+
| `labels` | array | いいえ | 課題のラベル(ラベル名の配列) |
102+
| `duedate` | string | いいえ | 課題の期限(形式:YYYY-MM-DD) |
103+
| `reporter` | string | いいえ | 課題の報告者アカウントID |
104+
| `environment` | string | いいえ | 課題の環境情報 |
105+
| `customFieldId` | string | いいえ | カスタムフィールドID(例:customfield_10001) |
106+
| `customFieldValue` | string | いいえ | カスタムフィールドの値 |
101107

102108
#### 出力
103109

@@ -106,7 +112,8 @@ Jira課題を作成する
106112
| `ts` | string | 操作のタイムスタンプ |
107113
| `issueKey` | string | 作成された課題キー(例:PROJ-123) |
108114
| `summary` | string | 課題の要約 |
109-
| `url` | string | 作成された課題へのURL |
115+
| `url` | string | 作成された課題のURL |
116+
| `assigneeId` | string | 割り当てられたユーザーのアカウントID(割り当てられている場合) |
110117

111118
### `jira_bulk_read`
112119

@@ -520,7 +527,31 @@ Jira課題からウォッチャーを削除する
520527
| `issueKey` | string | 課題キー |
521528
| `watcherAccountId` | string | 削除されたウォッチャーのアカウントID |
522529

523-
## 注意事項
530+
### `jira_get_users`
524531

525-
- カテゴリー: `tools`
526-
- タイプ: `jira`
532+
Jiraユーザーを取得します。アカウントIDが提供された場合、単一のユーザーを返します。それ以外の場合、すべてのユーザーのリストを返します。
533+
534+
#### 入力
535+
536+
| パラメータ || 必須 | 説明 |
537+
| --------- | ---- | -------- | ----------- |
538+
| `domain` | string | はい | あなたのJiraドメイン(例:yourcompany.atlassian.net) |
539+
| `accountId` | string | いいえ | 特定のユーザーを取得するためのオプションのアカウントID。提供されない場合、すべてのユーザーを返します。 |
540+
| `startAt` | number | いいえ | 返す最初のユーザーのインデックス(ページネーション用、デフォルト:0) |
541+
| `maxResults` | number | いいえ | 返すユーザーの最大数(デフォルト:50) |
542+
| `cloudId` | string | いいえ | インスタンスのJira Cloud ID。提供されない場合、ドメインを使用して取得されます。 |
543+
544+
#### 出力
545+
546+
| パラメータ || 説明 |
547+
| --------- | ---- | ----------- |
548+
| `ts` | string | 操作のタイムスタンプ |
549+
| `users` | json | accountId、displayName、emailAddress、activeステータス、avatarUrlsを含むユーザーの配列 |
550+
| `total` | number | 返されたユーザーの総数 |
551+
| `startAt` | number | ページネーション開始インデックス |
552+
| `maxResults` | number | ページあたりの最大結果数 |
553+
554+
## 注記
555+
556+
- カテゴリ:`tools`
557+
- タイプ:`jira`

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

Lines changed: 41 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,19 @@ Jira 的主要功能包括:
9191
| 参数 | 类型 | 必需 | 描述 |
9292
| --------- | ---- | -------- | ----------- |
9393
| `domain` | 字符串 || 您的 Jira 域名 \(例如:yourcompany.atlassian.net\) |
94-
| `projectId` | 字符串 || 问题的项目 ID |
95-
| `summary` | 字符串 || 问题的摘要 |
96-
| `description` | 字符串 || 问题的描述 |
97-
| `priority` | 字符串 || 问题的优先级 |
98-
| `assignee` | 字符串 || 问题的负责人 |
99-
| `cloudId` | 字符串 || 实例的 Jira 云 ID。如果未提供,将使用域名获取。 |
100-
| `issueType` | 字符串 || 要创建的问题类型 \(例如:任务、故事\) |
94+
| `projectId` | 字符串 || 问题所属项目 ID |
95+
| `summary` | 字符串 || 问题摘要 |
96+
| `description` | 字符串 || 问题描述 |
97+
| `priority` | 字符串 || 问题优先级 ID 或名称 \(例如:“10000”或“High”\) |
98+
| `assignee` | 字符串 || 问题负责人账户 ID |
99+
| `cloudId` | 字符串 || 实例的 Jira Cloud ID。如果未提供,将使用域名获取。 |
100+
| `issueType` | 字符串 || 要创建的问题类型 \(例如:Task、Story\) |
101+
| `labels` | 数组 || 问题标签 \(标签名称数组\) |
102+
| `duedate` | 字符串 || 问题截止日期 \(格式:YYYY-MM-DD\) |
103+
| `reporter` | 字符串 || 问题报告人账户 ID |
104+
| `environment` | 字符串 || 问题环境信息 |
105+
| `customFieldId` | 字符串 || 自定义字段 ID \(例如:customfield_10001\) |
106+
| `customFieldValue` | 字符串 || 自定义字段的值 |
101107

102108
#### 输出
103109

@@ -107,6 +113,7 @@ Jira 的主要功能包括:
107113
| `issueKey` | 字符串 | 创建的问题键 \(例如:PROJ-123\) |
108114
| `summary` | 字符串 | 问题摘要 |
109115
| `url` | 字符串 | 创建的问题的 URL |
116+
| `assigneeId` | 字符串 | 已分配用户的账户 ID(如已分配) |
110117

111118
### `jira_bulk_read`
112119

@@ -520,7 +527,31 @@ Jira 的主要功能包括:
520527
| `issueKey` | string | 问题键 |
521528
| `watcherAccountId` | string | 移除的观察者账户 ID |
522529

523-
## 注意事项
530+
### `jira_get_users`
531+
532+
获取 Jira 用户。如果提供了账户 ID,则返回单个用户,否则返回所有用户的列表。
533+
534+
#### 输入
535+
536+
| 参数 | 类型 | 必需 | 描述 |
537+
| --------- | ---- | -------- | ----------- |
538+
| `domain` | 字符串 || 您的 Jira 域名 \(例如:yourcompany.atlassian.net\) |
539+
| `accountId` | 字符串 || 可选账户 ID,用于获取特定用户。如果未提供,则返回所有用户。 |
540+
| `startAt` | 数字 || 要返回的第一个用户的索引 \(用于分页,默认值:0\) |
541+
| `maxResults` | 数字 || 要返回的最大用户数 \(默认值:50\) |
542+
| `cloudId` | 字符串 || 实例的 Jira Cloud ID。如果未提供,将使用域名获取。 |
543+
544+
#### 输出
545+
546+
| 参数 | 类型 | 描述 |
547+
| --------- | ---- | ----------- |
548+
| `ts` | 字符串 | 操作的时间戳 |
549+
| `users` | json | 用户数组,包含 accountId、displayName、emailAddress、active 状态和 avatarUrls |
550+
| `total` | 数字 | 返回的用户总数 |
551+
| `startAt` | 数字 | 分页起始索引 |
552+
| `maxResults` | 数字 | 每页最大结果数 |
553+
554+
## 备注
524555

525-
- 类别: `tools`
526-
- 类型: `jira`
556+
- 分类:`tools`
557+
- 类型`jira`

apps/docs/i18n.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2521,9 +2521,9 @@ checksums:
25212521
content/22: ef92d95455e378abe4d27a1cdc5e1aed
25222522
content/23: febd6019055f3754953fd93395d0dbf2
25232523
content/24: 371d0e46b4bd2c23f559b8bc112f6955
2524-
content/25: 7ef3f388e5ee9346bac54c771d825f40
2524+
content/25: caf6acbe2a4495ca055cb9006ce47250
25252525
content/26: bcadfc362b69078beee0088e5936c98b
2526-
content/27: e0fa91c45aa780fc03e91df77417f893
2526+
content/27: 57662dd91f8d1d807377fd48fa0e9142
25272527
content/28: b463f54cd5fe2458b5842549fbb5e1ce
25282528
content/29: 55f8c724e1a2463bc29a32518a512c73
25292529
content/30: 371d0e46b4bd2c23f559b8bc112f6955
@@ -2638,8 +2638,14 @@ checksums:
26382638
content/139: 33fde4c3da4584b51f06183b7b192a78
26392639
content/140: bcadfc362b69078beee0088e5936c98b
26402640
content/141: b7451190f100388d999c183958d787a7
2641-
content/142: b3f310d5ef115bea5a8b75bf25d7ea9a
2642-
content/143: 4930918f803340baa861bed9cdf789de
2641+
content/142: d0f9e799e2e5cc62de60668d35fd846f
2642+
content/143: b19069ff19899fe202217e06e002c447
2643+
content/144: 371d0e46b4bd2c23f559b8bc112f6955
2644+
content/145: 480fd62f8d9cc18467e82f4c3f70beea
2645+
content/146: bcadfc362b69078beee0088e5936c98b
2646+
content/147: 4e73a65d3b873f3979587e10a0f39e72
2647+
content/148: b3f310d5ef115bea5a8b75bf25d7ea9a
2648+
content/149: 4930918f803340baa861bed9cdf789de
26432649
8f76e389f6226f608571622b015ca6a1:
26442650
meta/title: ddfe2191ea61b34d8b7cc1d7c19b94ac
26452651
meta/description: 049ff551f2ebabb15cdea0c71bd8e4eb

0 commit comments

Comments
 (0)