@activepieces/piece-github 0.5.9 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/package.json +9 -15
  2. package/src/i18n/de.json +50 -2
  3. package/src/i18n/es.json +50 -2
  4. package/src/i18n/fr.json +50 -2
  5. package/src/i18n/ja.json +50 -2
  6. package/src/i18n/nl.json +50 -2
  7. package/src/i18n/pt.json +50 -2
  8. package/src/i18n/translation.json +50 -2
  9. package/src/i18n/zh.json +50 -2
  10. package/src/lib/actions/add-labels-to-issue.d.ts +3 -6
  11. package/src/lib/actions/create-branch.d.ts +2 -5
  12. package/src/lib/actions/create-comment-on-a-issue.d.ts +1 -4
  13. package/src/lib/actions/create-commit-comment.d.ts +1 -4
  14. package/src/lib/actions/create-discussion-comment.d.ts +1 -4
  15. package/src/lib/actions/create-issue.d.ts +3 -6
  16. package/src/lib/actions/create-pull-request-review-comment.d.ts +1 -4
  17. package/src/lib/actions/delete-branch.d.ts +2 -5
  18. package/src/lib/actions/find-branch.d.ts +1 -4
  19. package/src/lib/actions/find-issue.d.ts +1 -4
  20. package/src/lib/actions/get-issue-information.d.ts +1 -4
  21. package/src/lib/actions/lock-issue.d.ts +2 -5
  22. package/src/lib/actions/lock-issue.js +1 -0
  23. package/src/lib/actions/lock-issue.js.map +1 -1
  24. package/src/lib/actions/unlock-issue.d.ts +1 -4
  25. package/src/lib/actions/update-issue.d.ts +5 -8
  26. package/src/lib/common/index.d.ts +7 -10
  27. package/src/lib/common/index.js +8 -0
  28. package/src/lib/common/index.js.map +1 -1
  29. package/src/lib/trigger/index.d.ts +16 -2
  30. package/src/lib/trigger/index.js.map +1 -1
  31. package/src/lib/trigger/new-branch.d.ts +3 -12
  32. package/src/lib/trigger/new-collaborator.d.ts +3 -12
  33. package/src/lib/trigger/new-label.d.ts +3 -12
  34. package/src/lib/trigger/new-milestone.d.ts +3 -12
  35. package/src/lib/trigger/new-release.d.ts +3 -12
  36. package/src/lib/trigger/register-trigger.d.ts +3 -12
package/package.json CHANGED
@@ -1,27 +1,21 @@
1
1
  {
2
2
  "name": "@activepieces/piece-github",
3
- "version": "0.5.9",
3
+ "version": "0.6.0",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
- "axios": "1.8.3",
6
+ "axios": "1.13.1",
7
7
  "axios-retry": "4.4.1",
8
8
  "deepmerge-ts": "7.1.0",
9
+ "form-data": "4.0.4",
9
10
  "mime-types": "2.1.35",
10
11
  "nanoid": "3.3.8",
11
12
  "semver": "7.6.0",
12
- "zod": "3.25.76",
13
- "@activepieces/pieces-common": "0.7.0",
14
- "@activepieces/pieces-framework": "0.20.1",
15
- "@activepieces/shared": "0.20.1",
16
- "tslib": "2.8.1"
17
- },
18
- "overrides": {
19
- "@tryfabric/martian": {
20
- "@notionhq/client": "$@notionhq/client"
21
- },
22
- "vite": {
23
- "rollup": "npm:@rollup/wasm-node"
24
- }
13
+ "socket.io-client": "4.8.1",
14
+ "zod": "4.1.13",
15
+ "@activepieces/pieces-common": "0.11.0",
16
+ "@activepieces/pieces-framework": "0.23.0",
17
+ "@activepieces/shared": "0.30.4",
18
+ "tslib": "2.6.2"
25
19
  },
26
20
  "resolutions": {
27
21
  "rollup": "npm:@rollup/wasm-node"
package/src/i18n/de.json CHANGED
@@ -9,6 +9,13 @@
9
9
  "Create Pull Request Review Comment": "Pull Request Review Kommentar erstellen",
10
10
  "Create Commit Comment": "Commit Kommentar erstellen",
11
11
  "Create Discussion Comment": "Diskussionskommentar erstellen",
12
+ "Add Labels to Issue": "Label zum Thema hinzufügen",
13
+ "Create Branch": "Branch erstellen",
14
+ "Delete Branch": "Branch löschen",
15
+ "Update Issue": "Problem aktualisieren",
16
+ "Find Branch": "Zweig finden",
17
+ "Find Issue": "Problem finden",
18
+ "Find User": "Benutzer finden",
12
19
  "Custom API Call": "Eigener API-Aufruf",
13
20
  "Create Issue in GitHub Repository": "Problem in GitHub Repository erstellen",
14
21
  "Grabs information from a specific issue": "Erfasse Informationen von einem bestimmten Problem",
@@ -19,6 +26,13 @@
19
26
  "Creates a review comment on a pull request in a GitHub repository": "Erstellt einen Kommentar zu einem Pull-Request in einem GitHub Repository",
20
27
  "Creates a comment on a commit in a GitHub repository": "Erstellt einen Kommentar zu einem Commit in einem GitHub Repository",
21
28
  "Creates a comment on a discussion in a GitHub repository": "Erstellt einen Kommentar zu einer Diskussion in einem GitHub Repository",
29
+ "Adds labels to an existing issue.": "Fügt Labels einem existierenden Problem hinzu.",
30
+ "Creates a new branch on a repository.": "Erstellt einen neuen Zweig auf einem Repository.",
31
+ "Deletes a branch from a repository.": "Löscht einen Branch aus einem Repository.",
32
+ "Updates an existing issue.": "Aktualisiert ein existierendes Problem.",
33
+ "Finds a branch by name and returns its details.": "Findet einen Branch nach Namen und gibt seine Details zurück.",
34
+ "Finds an issue based title.": "Findet einen Issue-basierten Titel.",
35
+ "Finds a user by their login name.": "Findet einen Benutzer mit seinem Loginnamen.",
22
36
  "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
23
37
  "Repository": "Repository",
24
38
  "Title": "Titel",
@@ -37,10 +51,19 @@
37
51
  "Comment Body": "Kommentar-Text",
38
52
  "Position": "Position",
39
53
  "Discussion Number": "Diskussionsnummer",
54
+ "Issue": "Ticket",
55
+ "Source Branch": "Quell-Zweig",
56
+ "New Branch Name": "Neuer Branchname",
57
+ "Branch": "Zweig",
58
+ "Body": "Körper",
59
+ "State": "Bundesland",
60
+ "State Reason": "Grund des Staates",
61
+ "Milestone": "Meilenstein",
62
+ "Branch Name": "Branchname",
63
+ "Username": "Benutzername",
40
64
  "Method": "Methode",
41
65
  "Headers": "Kopfzeilen",
42
66
  "Query Parameters": "Abfrageparameter",
43
- "Body": "Körper",
44
67
  "Response is Binary ?": "Antwort ist binär?",
45
68
  "No Error on Failure": "Kein Fehler bei Fehler",
46
69
  "Timeout (in seconds)": "Timeout (in Sekunden)",
@@ -64,8 +87,23 @@
64
87
  "The line index in the diff to comment on (optional)": "Der Zeilenindex in dem zu kommentierenden Diff (optional)",
65
88
  "The number of the discussion to comment on": "Die Anzahl der Diskussionen, die kommentiert werden sollen",
66
89
  "The content of the comment (supports markdown)": "Der Inhalt des Kommentars (unterstützt Markdown)",
90
+ "The issue to select.": "Das auszuwählende Problem.",
91
+ "The source branch that will be used to create the new branch": "Der Quell-Zweig, der verwendet wird, um den neuen Zweig zu erstellen",
92
+ "The name for the new branch (e.g., 'feature/new-design').": "Der Name des neuen Zweiges (z.B. 'feature/new-design').",
93
+ "The new state of the issue.": "Der neue Stand der Dinge.",
94
+ "The reason for the state change. (Only used if State is changed).": "Der Grund für die Änderung des Staates (nur verwendet, wenn der Staat geändert wird).",
95
+ "The milestone to associate this issue with.": "Der Meilenstein, mit dem dieses Problem in Verbindung gebracht werden soll.",
96
+ "Filter issues by their state.": "Fälle nach ihrem Status filtern.",
97
+ "The GitHub username (login) to look up.": "Der GitHub Benutzername (Login), um nach oben zu schauen.",
67
98
  "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
68
99
  "Enable for files like PDFs, images, etc..": "Aktivieren für Dateien wie PDFs, Bilder, etc..",
100
+ "Open": "Öffnen",
101
+ "Closed": "Geschlossen",
102
+ "Completed": "Abgeschlossen",
103
+ "Not Planned": "Nicht geplant",
104
+ "Reopened": "Erneut geöffnet",
105
+ "Duplicate": "Duplizieren",
106
+ "All": "Alle",
69
107
  "GET": "ERHALTEN",
70
108
  "POST": "POST",
71
109
  "PATCH": "PATCH",
@@ -78,10 +116,20 @@
78
116
  "Push": "Push",
79
117
  "New Discussion": "Neue Diskussion",
80
118
  "New Comment Posted": "Neuer Kommentar veröffentlicht",
119
+ "New Branch": "Neuer Zweig",
120
+ "New Collaborator": "Neuer Mitarbeiter",
121
+ "New Label": "Neue Bezeichnung",
122
+ "New Milestone": "Neuer Meilenstein",
123
+ "New Release": "Neue Version",
81
124
  "Triggers when there is activity on a pull request.": "Wird ausgelöst, wenn ein Pull-Request aktiv ist.",
82
125
  "Trigger when there is activity relating to repository stars.": "Auslösen wenn es Aktivitäten in Bezug auf Repository-Sterne gibt.",
83
126
  "Triggers when there is activity relating to an issue.": "Wird ausgelöst, wenn es Aktivitäten im Zusammenhang mit einem Thema gibt.",
84
127
  "Triggers when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed, when a branch is deleted, when a tag is deleted, or when a repository is created from a template.": "Wird ausgelöst, wenn es einen Push zu einem Repository-Zweig gibt. Dies schließt ein, wenn ein Commit gedrückt wird, wenn ein Commit-Tag gedrückt wird, wenn ein Branch gelöscht wird , wenn ein Tag gelöscht wird oder wenn ein Repository aus einer Vorlage erstellt wird.",
85
128
  "Triggers when there is activity relating to a discussion.": "Wird ausgelöst, wenn es Aktivitäten im Zusammenhang mit einer Diskussion gibt.",
86
- "Triggers when there is a new comment posted on a discussion.": "Trigger wenn es einen neuen Kommentar zu einer Diskussion gepostet."
129
+ "Triggers when there is a new comment posted on a discussion.": "Trigger wenn es einen neuen Kommentar zu einer Diskussion gepostet.",
130
+ "Triggers when a new branch is created.": "Wird ausgelöst, wenn ein neuer Zweig erstellt wird.",
131
+ "Triggers when a new collaborator is added to a repository.": "Wird ausgelöst, wenn ein neuer Mitarbeiter zu einem Repository hinzugefügt wird.",
132
+ "Triggers when a new label is created in a repository.": "Wird ausgelöst, wenn ein neues Label in einem Repository erstellt wird.",
133
+ "Triggers when a new milestone is created.": "Wird ausgelöst, wenn ein neuer Meilenstein erstellt wird.",
134
+ "Triggers when a new release is added.": "Wird ausgelöst, wenn eine neue Version hinzugefügt wird."
87
135
  }
package/src/i18n/es.json CHANGED
@@ -9,6 +9,13 @@
9
9
  "Create Pull Request Review Comment": "Crear comentario de Revisión de Pull Request",
10
10
  "Create Commit Comment": "Crear comentario de commit",
11
11
  "Create Discussion Comment": "Crear comentario de discusión",
12
+ "Add Labels to Issue": "Añadir etiquetas al problema",
13
+ "Create Branch": "Crear rama",
14
+ "Delete Branch": "Eliminar rama",
15
+ "Update Issue": "Actualizar problema",
16
+ "Find Branch": "Buscar rama",
17
+ "Find Issue": "Encontrar problema",
18
+ "Find User": "Buscar usuario",
12
19
  "Custom API Call": "Llamada API personalizada",
13
20
  "Create Issue in GitHub Repository": "Crear problema en el repositorio de GitHub",
14
21
  "Grabs information from a specific issue": "Agarra información de un problema específico",
@@ -19,6 +26,13 @@
19
26
  "Creates a review comment on a pull request in a GitHub repository": "Crea un comentario de revisión en un pull request en un repositorio de GitHub",
20
27
  "Creates a comment on a commit in a GitHub repository": "Crea un comentario en un commit en un repositorio de GitHub",
21
28
  "Creates a comment on a discussion in a GitHub repository": "Crea un comentario en una discusión en un repositorio de GitHub",
29
+ "Adds labels to an existing issue.": "Añade etiquetas a un problema existente.",
30
+ "Creates a new branch on a repository.": "Crea una nueva rama en un repositorio.",
31
+ "Deletes a branch from a repository.": "Elimina una rama de un repositorio.",
32
+ "Updates an existing issue.": "Actualiza un problema existente.",
33
+ "Finds a branch by name and returns its details.": "Encuentra una rama por nombre y devuelve sus detalles.",
34
+ "Finds an issue based title.": "Encuentra un título basado en incidencias.",
35
+ "Finds a user by their login name.": "Encuentra un usuario por su nombre de usuario.",
22
36
  "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
23
37
  "Repository": "Repositorio",
24
38
  "Title": "Título",
@@ -37,10 +51,19 @@
37
51
  "Comment Body": "Comentar cuerpo",
38
52
  "Position": "Posición",
39
53
  "Discussion Number": "Número de discusión",
54
+ "Issue": "Problema",
55
+ "Source Branch": "Rama de origen",
56
+ "New Branch Name": "Nuevo nombre de rama",
57
+ "Branch": "Rama",
58
+ "Body": "Cuerpo",
59
+ "State": "Estado",
60
+ "State Reason": "Razón del Estado",
61
+ "Milestone": "Hito",
62
+ "Branch Name": "Nombre del branch",
63
+ "Username": "Usuario",
40
64
  "Method": "Método",
41
65
  "Headers": "Encabezados",
42
66
  "Query Parameters": "Parámetros de consulta",
43
- "Body": "Cuerpo",
44
67
  "Response is Binary ?": "¿Respuesta es binaria?",
45
68
  "No Error on Failure": "No hay ningún error en fallo",
46
69
  "Timeout (in seconds)": "Tiempo de espera (en segundos)",
@@ -64,8 +87,23 @@
64
87
  "The line index in the diff to comment on (optional)": "El índice de línea en la diferencia para comentar (opcional)",
65
88
  "The number of the discussion to comment on": "El número de discusión en la que comentar",
66
89
  "The content of the comment (supports markdown)": "El contenido del comentario (soporta markdown)",
90
+ "The issue to select.": "La cuestión a seleccionar.",
91
+ "The source branch that will be used to create the new branch": "La rama de origen que se utilizará para crear la nueva rama",
92
+ "The name for the new branch (e.g., 'feature/new-design').": "El nombre para la nueva rama (por ej., 'feature/new-design').",
93
+ "The new state of the issue.": "El nuevo estado de la cuestión.",
94
+ "The reason for the state change. (Only used if State is changed).": "La razón del cambio de estado. (Sólo se utiliza si el estado es cambiado).",
95
+ "The milestone to associate this issue with.": "El hito al que asociar este problema.",
96
+ "Filter issues by their state.": "Filtrar peticiones por su estado.",
97
+ "The GitHub username (login) to look up.": "El nombre de usuario de GitHub (login) para buscar.",
67
98
  "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
68
99
  "Enable for files like PDFs, images, etc..": "Activar para archivos como PDFs, imágenes, etc.",
100
+ "Open": "Abrir",
101
+ "Closed": "Cerrado",
102
+ "Completed": "Completado",
103
+ "Not Planned": "No planeado",
104
+ "Reopened": "Reabierto",
105
+ "Duplicate": "Duplicate",
106
+ "All": "Todos",
69
107
  "GET": "RECOGER",
70
108
  "POST": "POST",
71
109
  "PATCH": "PATCH",
@@ -78,10 +116,20 @@
78
116
  "Push": "Empujar",
79
117
  "New Discussion": "Nueva discusión",
80
118
  "New Comment Posted": "Nuevo comentario publicado",
119
+ "New Branch": "Nueva rama",
120
+ "New Collaborator": "Nuevo colaborador",
121
+ "New Label": "Nueva etiqueta",
122
+ "New Milestone": "Nuevo hito",
123
+ "New Release": "Nueva versión",
81
124
  "Triggers when there is activity on a pull request.": "Dispara cuando hay actividad en una solicitud de extracción.",
82
125
  "Trigger when there is activity relating to repository stars.": "Activar cuando hay actividad relacionada con las estrellas del repositorio.",
83
126
  "Triggers when there is activity relating to an issue.": "Disparadores cuando hay actividad relacionada con un problema.",
84
127
  "Triggers when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed, when a branch is deleted, when a tag is deleted, or when a repository is created from a template.": "Desencadena cuando hay un push en una rama del repositorio. Esto incluye cuando un commit es pushed, cuando una etiqueta de commit es pushed, cuando una rama es eliminada, cuando se elimina una etiqueta, o cuando se crea un repositorio a partir de una plantilla.",
85
128
  "Triggers when there is activity relating to a discussion.": "Disparadores cuando hay actividad relacionada con un debate.",
86
- "Triggers when there is a new comment posted on a discussion.": "Dispara cuando hay un nuevo comentario publicado en una discusión."
129
+ "Triggers when there is a new comment posted on a discussion.": "Dispara cuando hay un nuevo comentario publicado en una discusión.",
130
+ "Triggers when a new branch is created.": "Dispara cuando se crea una nueva rama.",
131
+ "Triggers when a new collaborator is added to a repository.": "Desencadena cuando un nuevo colaborador es añadido a un repositorio.",
132
+ "Triggers when a new label is created in a repository.": "Desencadena cuando se crea una nueva etiqueta en un repositorio.",
133
+ "Triggers when a new milestone is created.": "Dispara cuando se crea un nuevo hito.",
134
+ "Triggers when a new release is added.": "Se activa cuando se añade una nueva versión."
87
135
  }
package/src/i18n/fr.json CHANGED
@@ -9,6 +9,13 @@
9
9
  "Create Pull Request Review Comment": "Créer un commentaire de révision de Pull Request",
10
10
  "Create Commit Comment": "Créer un commentaire de commit",
11
11
  "Create Discussion Comment": "Créer un commentaire de discussion",
12
+ "Add Labels to Issue": "Ajouter des étiquettes au problème",
13
+ "Create Branch": "Créer une branche",
14
+ "Delete Branch": "Supprimer la branche",
15
+ "Update Issue": "Mettre à jour le problème",
16
+ "Find Branch": "Trouver une branche",
17
+ "Find Issue": "Trouver un problème",
18
+ "Find User": "Trouver un utilisateur",
12
19
  "Custom API Call": "Appel API personnalisé",
13
20
  "Create Issue in GitHub Repository": "Créer un problème dans le dépôt GitHub",
14
21
  "Grabs information from a specific issue": "Récupère des informations à partir d'un problème spécifique",
@@ -19,6 +26,13 @@
19
26
  "Creates a review comment on a pull request in a GitHub repository": "Crée un commentaire sur une pull request dans un dépôt GitHub",
20
27
  "Creates a comment on a commit in a GitHub repository": "Crée un commentaire sur un commit dans un dépôt GitHub",
21
28
  "Creates a comment on a discussion in a GitHub repository": "Crée un commentaire sur une discussion dans un dépôt GitHub",
29
+ "Adds labels to an existing issue.": "Ajoute des étiquettes à un problème existant.",
30
+ "Creates a new branch on a repository.": "Crée une nouvelle branche sur un référentiel.",
31
+ "Deletes a branch from a repository.": "Supprime une branche d'un référentiel.",
32
+ "Updates an existing issue.": "Met à jour un ticket existant.",
33
+ "Finds a branch by name and returns its details.": "Trouve une branche par nom et renvoie ses détails.",
34
+ "Finds an issue based title.": "Trouve un titre basé sur un ticket.",
35
+ "Finds a user by their login name.": "Trouve un utilisateur par son nom d'utilisateur.",
22
36
  "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
23
37
  "Repository": "Dépôt",
24
38
  "Title": "Titre de la page",
@@ -37,10 +51,19 @@
37
51
  "Comment Body": "Corps du commentaire",
38
52
  "Position": "Position",
39
53
  "Discussion Number": "Numéro de discussion",
54
+ "Issue": "Problème",
55
+ "Source Branch": "Branche source",
56
+ "New Branch Name": "Nom de la nouvelle succursale",
57
+ "Branch": "Branch",
58
+ "Body": "Corps",
59
+ "State": "État",
60
+ "State Reason": "Raison de l'État",
61
+ "Milestone": "Jalon",
62
+ "Branch Name": "Nom de la branche",
63
+ "Username": "Nom d'utilisateur",
40
64
  "Method": "Méthode",
41
65
  "Headers": "En-têtes",
42
66
  "Query Parameters": "Paramètres de requête",
43
- "Body": "Corps",
44
67
  "Response is Binary ?": "La réponse est Binaire ?",
45
68
  "No Error on Failure": "Aucune erreur en cas d'échec",
46
69
  "Timeout (in seconds)": "Délai d'attente (en secondes)",
@@ -64,8 +87,23 @@
64
87
  "The line index in the diff to comment on (optional)": "L'index de ligne dans le diff à commenter (optionnel)",
65
88
  "The number of the discussion to comment on": "Le numéro de la discussion à commenter",
66
89
  "The content of the comment (supports markdown)": "Le contenu du commentaire (prend en charge markdown)",
90
+ "The issue to select.": "La question à sélectionner.",
91
+ "The source branch that will be used to create the new branch": "La branche source qui sera utilisée pour créer la nouvelle branche",
92
+ "The name for the new branch (e.g., 'feature/new-design').": "Le nom de la nouvelle branche (par exemple, 'feature/new-design').",
93
+ "The new state of the issue.": "Le nouvel état de la question.",
94
+ "The reason for the state change. (Only used if State is changed).": "La raison du changement d'état. (Utilisé uniquement si l'État est changé).",
95
+ "The milestone to associate this issue with.": "Le jalon avec lequel associer ce ticket.",
96
+ "Filter issues by their state.": "Filtrer les problèmes par leur état.",
97
+ "The GitHub username (login) to look up.": "Le nom d'utilisateur GitHub (login) pour chercher.",
67
98
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
68
99
  "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
100
+ "Open": "Ouvert",
101
+ "Closed": "Fermé",
102
+ "Completed": "Terminé",
103
+ "Not Planned": "Non planifié",
104
+ "Reopened": "Réouvert",
105
+ "Duplicate": "Dupliquer",
106
+ "All": "Tous",
69
107
  "GET": "OBTENIR",
70
108
  "POST": "POSTER",
71
109
  "PATCH": "PATCH",
@@ -78,10 +116,20 @@
78
116
  "Push": "Pousser",
79
117
  "New Discussion": "Nouvelle discussion",
80
118
  "New Comment Posted": "Nouveau commentaire publié",
119
+ "New Branch": "Nouvelle branche",
120
+ "New Collaborator": "Nouveau collaborateur",
121
+ "New Label": "Nouveau libellé",
122
+ "New Milestone": "Nouveau jalon",
123
+ "New Release": "Nouvelle version",
81
124
  "Triggers when there is activity on a pull request.": "Déclenche lorsqu'il y a une activité sur une demande de pulling.",
82
125
  "Trigger when there is activity relating to repository stars.": "Déclencher lorsqu'il y a une activité liée aux étoiles du référentiel.",
83
126
  "Triggers when there is activity relating to an issue.": "Déclenche lorsqu'il y a une activité liée à un problème.",
84
127
  "Triggers when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed, when a branch is deleted, when a tag is deleted, or when a repository is created from a template.": "Déclenche quand il y a une poussée vers une branche de référentiel. Cela inclut quand un commit est poussé, quand une balise de commit est poussée, quand une branche est supprimée, quand un tag est supprimé, ou quand un dépôt est créé à partir d'un template.",
85
128
  "Triggers when there is activity relating to a discussion.": "Déclenche lorsqu'il y a une activité liée à une discussion.",
86
- "Triggers when there is a new comment posted on a discussion.": "Déclenche quand il y a un nouveau commentaire posté sur une discussion."
129
+ "Triggers when there is a new comment posted on a discussion.": "Déclenche quand il y a un nouveau commentaire posté sur une discussion.",
130
+ "Triggers when a new branch is created.": "Déclenche quand une nouvelle branche est créée.",
131
+ "Triggers when a new collaborator is added to a repository.": "Déclenche lorsqu'un nouveau collaborateur est ajouté à un dépôt.",
132
+ "Triggers when a new label is created in a repository.": "Déclenche lorsqu'un nouveau label est créé dans un référentiel.",
133
+ "Triggers when a new milestone is created.": "Déclenche quand un nouveau jalon est créé.",
134
+ "Triggers when a new release is added.": "Déclenche quand une nouvelle version est ajoutée."
87
135
  }
package/src/i18n/ja.json CHANGED
@@ -9,6 +9,13 @@
9
9
  "Create Pull Request Review Comment": "プルリクエストレビューコメントを作成",
10
10
  "Create Commit Comment": "コミットコメントを作成",
11
11
  "Create Discussion Comment": "ディスカッションコメントを作成する",
12
+ "Add Labels to Issue": "課題にラベルを追加",
13
+ "Create Branch": "ブランチを作成",
14
+ "Delete Branch": "ブランチを削除",
15
+ "Update Issue": "問題を更新",
16
+ "Find Branch": "ブランチを検索",
17
+ "Find Issue": "問題を探す",
18
+ "Find User": "ユーザーを検索",
12
19
  "Custom API Call": "カスタムAPI通話",
13
20
  "Create Issue in GitHub Repository": "GitHub リポジトリで問題を作成",
14
21
  "Grabs information from a specific issue": "特定の問題からの情報を取得します。",
@@ -19,6 +26,13 @@
19
26
  "Creates a review comment on a pull request in a GitHub repository": "GitHub リポジトリのプルリクエストにレビューコメントを作成します。",
20
27
  "Creates a comment on a commit in a GitHub repository": "GitHub リポジトリのコミットにコメントを作成します。",
21
28
  "Creates a comment on a discussion in a GitHub repository": "GitHubリポジトリのディスカッションにコメントを作成します",
29
+ "Adds labels to an existing issue.": "既存の課題にラベルを追加します。",
30
+ "Creates a new branch on a repository.": "リポジトリに新しいブランチを作成します。",
31
+ "Deletes a branch from a repository.": "リポジトリからブランチを削除する。",
32
+ "Updates an existing issue.": "既存の問題を更新します。",
33
+ "Finds a branch by name and returns its details.": "名前でブランチを検索し、その詳細を返します。",
34
+ "Finds an issue based title.": "課題ベースのタイトルを検索します。",
35
+ "Finds a user by their login name.": "ログイン名でユーザーを検索します。",
22
36
  "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
23
37
  "Repository": "リポジトリ",
24
38
  "Title": "タイトル",
@@ -37,10 +51,19 @@
37
51
  "Comment Body": "コメント本文",
38
52
  "Position": "位置",
39
53
  "Discussion Number": "ディスカッション番号",
54
+ "Issue": "課題",
55
+ "Source Branch": "ソースブランチ",
56
+ "New Branch Name": "新しいブランチ名",
57
+ "Branch": "ブランチ",
58
+ "Body": "本文",
59
+ "State": "都道府県:",
60
+ "State Reason": "要塞の理由",
61
+ "Milestone": "マイルストーン",
62
+ "Branch Name": "ブランチ名",
63
+ "Username": "ユーザー名",
40
64
  "Method": "方法",
41
65
  "Headers": "ヘッダー",
42
66
  "Query Parameters": "クエリパラメータ",
43
- "Body": "本文",
44
67
  "Response is Binary ?": "応答はバイナリですか?",
45
68
  "No Error on Failure": "失敗時にエラーはありません",
46
69
  "Timeout (in seconds)": "タイムアウト(秒)",
@@ -64,8 +87,23 @@
64
87
  "The line index in the diff to comment on (optional)": "コメントへの差分内の行のインデックス (オプション)",
65
88
  "The number of the discussion to comment on": "コメントするディスカッション数",
66
89
  "The content of the comment (supports markdown)": "コメントの内容 (マークダウンをサポート)",
90
+ "The issue to select.": "選択する問題",
91
+ "The source branch that will be used to create the new branch": "新しいブランチを作成するために使用されるソースブランチ",
92
+ "The name for the new branch (e.g., 'feature/new-design').": "新しいブランチの名前(例:'feature/new-design')。",
93
+ "The new state of the issue.": "問題の新しい状態。",
94
+ "The reason for the state change. (Only used if State is changed).": "国家が変更された理由。(国家が変更された場合にのみ使用されます)",
95
+ "The milestone to associate this issue with.": "この課題に関連付けるマイルストーン。",
96
+ "Filter issues by their state.": "チケットの状態でフィルタリングします。",
97
+ "The GitHub username (login) to look up.": "検索するGitHubユーザー名 (ログイン)",
67
98
  "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
68
99
  "Enable for files like PDFs, images, etc..": "PDF、画像などのファイルを有効にします。",
100
+ "Open": "開く",
101
+ "Closed": "クローズ済み",
102
+ "Completed": "完了",
103
+ "Not Planned": "未計画",
104
+ "Reopened": "再オープンしました",
105
+ "Duplicate": "Duplicate",
106
+ "All": "すべて",
69
107
  "GET": "取得",
70
108
  "POST": "POST",
71
109
  "PATCH": "PATCH",
@@ -78,10 +116,20 @@
78
116
  "Push": "Push",
79
117
  "New Discussion": "新しいディスカッション",
80
118
  "New Comment Posted": "新しいコメントが投稿されました",
119
+ "New Branch": "新しいブランチ",
120
+ "New Collaborator": "新しいコラボレーター",
121
+ "New Label": "新しいラベル",
122
+ "New Milestone": "新しいマイルストーン",
123
+ "New Release": "新しいリリース",
81
124
  "Triggers when there is activity on a pull request.": "プルリクエストでアクティビティがある場合にトリガーします。",
82
125
  "Trigger when there is activity relating to repository stars.": "リポジトリ星に関連するアクティビティがある場合にトリガーします。",
83
126
  "Triggers when there is activity relating to an issue.": "問題に関連する活動がある場合にトリガーします。",
84
127
  "Triggers when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed, when a branch is deleted, when a tag is deleted, or when a repository is created from a template.": "リポジトリブランチへのプッシュがある場合にトリガーします。 これは、ブランチが削除されたときにコミットがプッシュされたときにコミットタグがプッシュされたときに含まれます。 タグが削除された場合、またはテンプレートからリポジトリが作成された場合。",
85
128
  "Triggers when there is activity relating to a discussion.": "ディスカッションに関連する活動がある場合にトリガーします。",
86
- "Triggers when there is a new comment posted on a discussion.": "ディスカッションに新しいコメントが投稿されたときにトリガーします。"
129
+ "Triggers when there is a new comment posted on a discussion.": "ディスカッションに新しいコメントが投稿されたときにトリガーします。",
130
+ "Triggers when a new branch is created.": "新しいブランチが作成されたときにトリガーします。",
131
+ "Triggers when a new collaborator is added to a repository.": "リポジトリに新しい共同編集者が追加されたときにトリガーされます。",
132
+ "Triggers when a new label is created in a repository.": "リポジトリに新しいラベルが作成されたときにトリガーされます。",
133
+ "Triggers when a new milestone is created.": "新しいマイルストーンが作成されたときにトリガーします。",
134
+ "Triggers when a new release is added.": "新しいリリースが追加されたときにトリガーします。"
87
135
  }
package/src/i18n/nl.json CHANGED
@@ -9,6 +9,13 @@
9
9
  "Create Pull Request Review Comment": "Maak een pull request review commentaar",
10
10
  "Create Commit Comment": "Maak Commit Reactie",
11
11
  "Create Discussion Comment": "Discussieopmerking maken",
12
+ "Add Labels to Issue": "Voeg labels toe aan Issue",
13
+ "Create Branch": "Branch aanmaken",
14
+ "Delete Branch": "Aftakking verwijderen",
15
+ "Update Issue": "Probleem bijwerken",
16
+ "Find Branch": "Filialen zoeken",
17
+ "Find Issue": "Probleem zoeken",
18
+ "Find User": "Gebruiker zoeken",
12
19
  "Custom API Call": "Custom API Call",
13
20
  "Create Issue in GitHub Repository": "Probleem in GitHub repository aanmaken",
14
21
  "Grabs information from a specific issue": "Pak informatie van een specifiek probleem",
@@ -19,6 +26,13 @@
19
26
  "Creates a review comment on a pull request in a GitHub repository": "Maakt een review reactie op een pull-aanvraag in een GitHub repository",
20
27
  "Creates a comment on a commit in a GitHub repository": "Maakt een reactie op een commit in een GitHub repository",
21
28
  "Creates a comment on a discussion in a GitHub repository": "Maakt een reactie op een discussie in een GitHub repository",
29
+ "Adds labels to an existing issue.": "Voegt labels toe aan een bestaand probleem.",
30
+ "Creates a new branch on a repository.": "Maakt een nieuwe branch aan op een repository.",
31
+ "Deletes a branch from a repository.": "Verwijdert een branch uit een repository.",
32
+ "Updates an existing issue.": "Werkt een bestaand probleem bij.",
33
+ "Finds a branch by name and returns its details.": "Vindt een branch op naam en retourneer de details ervan.",
34
+ "Finds an issue based title.": "Vindt een issue gebaseerde titel.",
35
+ "Finds a user by their login name.": "Vindt een gebruiker via hun inlognaam.",
22
36
  "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
23
37
  "Repository": "Bewaarplaats",
24
38
  "Title": "Aanspreektitel",
@@ -37,10 +51,19 @@
37
51
  "Comment Body": "Commentaar inhoud",
38
52
  "Position": "Positie",
39
53
  "Discussion Number": "Discussie nummer",
54
+ "Issue": "Probleem",
55
+ "Source Branch": "Bron branch",
56
+ "New Branch Name": "Nieuwe branch naam",
57
+ "Branch": "Filiaal",
58
+ "Body": "Lichaam",
59
+ "State": "Provincie",
60
+ "State Reason": "Reden van staat",
61
+ "Milestone": "Mijlpaal",
62
+ "Branch Name": "Aftakkingsnaam",
63
+ "Username": "Gebruikersnaam",
40
64
  "Method": "Methode",
41
65
  "Headers": "Kopteksten",
42
66
  "Query Parameters": "Query parameters",
43
- "Body": "Lichaam",
44
67
  "Response is Binary ?": "Antwoord is binair?",
45
68
  "No Error on Failure": "Geen fout bij fout",
46
69
  "Timeout (in seconds)": "Time-out (in seconden)",
@@ -64,8 +87,23 @@
64
87
  "The line index in the diff to comment on (optional)": "De lijnindex in de diff om commentaar op te geven (optioneel)",
65
88
  "The number of the discussion to comment on": "Het nummer van de discussie om commentaar op te geven",
66
89
  "The content of the comment (supports markdown)": "De inhoud van de opmerking (ondersteunt de markdown)",
90
+ "The issue to select.": "Het te selecteren onderwerp.",
91
+ "The source branch that will be used to create the new branch": "De bronbranch die zal worden gebruikt om de nieuwe branch te maken",
92
+ "The name for the new branch (e.g., 'feature/new-design').": "De naam voor de nieuwe branch (bijv. 'feature/new-design').",
93
+ "The new state of the issue.": "De nieuwe stand van zaken in deze kwestie.",
94
+ "The reason for the state change. (Only used if State is changed).": "De reden voor het wijzigen van de staat. (Wordt alleen gebruikt als de staat wordt gewijzigd).",
95
+ "The milestone to associate this issue with.": "De mijlpaal voor het koppelen van dit probleem.",
96
+ "Filter issues by their state.": "Issues filteren op hun status.",
97
+ "The GitHub username (login) to look up.": "De GitHub gebruikersnaam (login) om op te zoeken.",
67
98
  "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
68
99
  "Enable for files like PDFs, images, etc..": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc..",
100
+ "Open": "Open",
101
+ "Closed": "gesloten",
102
+ "Completed": "Voltooid",
103
+ "Not Planned": "Niet gepland",
104
+ "Reopened": "Heropend",
105
+ "Duplicate": "Dupliceer",
106
+ "All": "Allemaal",
69
107
  "GET": "KRIJG",
70
108
  "POST": "POSTE",
71
109
  "PATCH": "BEKIJK",
@@ -78,10 +116,20 @@
78
116
  "Push": "Push",
79
117
  "New Discussion": "Nieuwe discussie",
80
118
  "New Comment Posted": "Nieuwe reactie geplaatst",
119
+ "New Branch": "Nieuwe branch",
120
+ "New Collaborator": "Nieuwe medewerker",
121
+ "New Label": "Nieuw label",
122
+ "New Milestone": "Nieuwe mijlpaal",
123
+ "New Release": "Nieuwe release",
81
124
  "Triggers when there is activity on a pull request.": "Triggert wanneer er activiteit is op een pull-aanvraag.",
82
125
  "Trigger when there is activity relating to repository stars.": "Trigger wanneer er activiteit is met betrekking tot repository sterren.",
83
126
  "Triggers when there is activity relating to an issue.": "Triggert wanneer er activiteit is gerelateerd aan een probleem.",
84
127
  "Triggers when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed, when a branch is deleted, when a tag is deleted, or when a repository is created from a template.": "Triggert wanneer er een push naar een repository-branch is. Dit is inclusief wanneer een commit wordt pushed, wanneer een commit tag wordt pushd, wanneer een branch wordt verwijderd, wanneer een tag wordt verwijderd, of wanneer een repository is gemaakt van een sjabloon.",
85
128
  "Triggers when there is activity relating to a discussion.": "Triggert wanneer er activiteiten zijn die verband houden met een discussie.",
86
- "Triggers when there is a new comment posted on a discussion.": "Triggert wanneer er een nieuwe reactie is geplaatst in een discussie."
129
+ "Triggers when there is a new comment posted on a discussion.": "Triggert wanneer er een nieuwe reactie is geplaatst in een discussie.",
130
+ "Triggers when a new branch is created.": "Triggert wanneer een nieuwe branch wordt aangemaakt.",
131
+ "Triggers when a new collaborator is added to a repository.": "Triggert wanneer een nieuwe medewerker is toegevoegd aan een repository.",
132
+ "Triggers when a new label is created in a repository.": "Triggert wanneer een nieuw label wordt aangemaakt in een repository.",
133
+ "Triggers when a new milestone is created.": "Triggert wanneer een nieuwe mijlpaal is aangemaakt.",
134
+ "Triggers when a new release is added.": "Triggert wanneer een nieuwe versie wordt toegevoegd."
87
135
  }
package/src/i18n/pt.json CHANGED
@@ -9,6 +9,13 @@
9
9
  "Create Pull Request Review Comment": "Criar comentário de revisão de pull request",
10
10
  "Create Commit Comment": "Criar comentário de commit",
11
11
  "Create Discussion Comment": "Criar comentário de discussão",
12
+ "Add Labels to Issue": "Adicionar Rótulos à Solicitação",
13
+ "Create Branch": "Criar filial",
14
+ "Delete Branch": "Excluir branch",
15
+ "Update Issue": "Atualizar issue",
16
+ "Find Branch": "Encontrar Filial",
17
+ "Find Issue": "Encontrar Solicitação",
18
+ "Find User": "Localizar usuário",
12
19
  "Custom API Call": "Chamada de API personalizada",
13
20
  "Create Issue in GitHub Repository": "Criar Issue no Repositório GitHub",
14
21
  "Grabs information from a specific issue": "Agarra informações de uma issue específica",
@@ -19,6 +26,13 @@
19
26
  "Creates a review comment on a pull request in a GitHub repository": "Cria um comentário de revisão em uma solicitação de pull no repositório do GitHub",
20
27
  "Creates a comment on a commit in a GitHub repository": "Cria um comentário em um commit em um repositório do GitHub",
21
28
  "Creates a comment on a discussion in a GitHub repository": "Cria um comentário em uma discussão em um repositório do GitHub",
29
+ "Adds labels to an existing issue.": "Adiciona etiquetas a uma issue existente.",
30
+ "Creates a new branch on a repository.": "Cria um novo branch em um repositório.",
31
+ "Deletes a branch from a repository.": "Exclui um branch de um repositório.",
32
+ "Updates an existing issue.": "Atualiza uma issue existente.",
33
+ "Finds a branch by name and returns its details.": "Encontra uma branch por nome e retorna seus detalhes.",
34
+ "Finds an issue based title.": "Localiza um título baseado em issue.",
35
+ "Finds a user by their login name.": "Localiza um usuário com seu nome de login.",
22
36
  "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
23
37
  "Repository": "Repositório",
24
38
  "Title": "Título",
@@ -37,10 +51,19 @@
37
51
  "Comment Body": "Corpo do Comentário",
38
52
  "Position": "Posição",
39
53
  "Discussion Number": "Número da discussão",
54
+ "Issue": "Problema",
55
+ "Source Branch": "Branch de origem",
56
+ "New Branch Name": "Nome da nova filial",
57
+ "Branch": "Ramificação",
58
+ "Body": "Conteúdo",
59
+ "State": "Estado:",
60
+ "State Reason": "Razão do Estado",
61
+ "Milestone": "Marco",
62
+ "Branch Name": "Nome Branch",
63
+ "Username": "Usuário:",
40
64
  "Method": "Método",
41
65
  "Headers": "Cabeçalhos",
42
66
  "Query Parameters": "Parâmetros da consulta",
43
- "Body": "Conteúdo",
44
67
  "Response is Binary ?": "A resposta é binária ?",
45
68
  "No Error on Failure": "Nenhum erro no Failure",
46
69
  "Timeout (in seconds)": "Tempo limite (em segundos)",
@@ -64,8 +87,23 @@
64
87
  "The line index in the diff to comment on (optional)": "O índice da linha no diff para comentar (opcional)",
65
88
  "The number of the discussion to comment on": "O número da discussão para comentar",
66
89
  "The content of the comment (supports markdown)": "O conteúdo do comentário (suporta markdown)",
90
+ "The issue to select.": "O problema a selecionar.",
91
+ "The source branch that will be used to create the new branch": "O branch de origem que será usado para criar o novo branch",
92
+ "The name for the new branch (e.g., 'feature/new-design').": "O nome para a nova branch (por exemplo, 'feature/new-design').",
93
+ "The new state of the issue.": "O novo estado da questão.",
94
+ "The reason for the state change. (Only used if State is changed).": "A razão para a mudança de estado. (Usado somente se o estado for alterado).",
95
+ "The milestone to associate this issue with.": "O marco para associar esse problema.",
96
+ "Filter issues by their state.": "Filtrar issues por seu estado.",
97
+ "The GitHub username (login) to look up.": "O nome de usuário do GitHub (login) para procurar.",
67
98
  "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
68
99
  "Enable for files like PDFs, images, etc..": "Habilitar para arquivos como PDFs, imagens, etc..",
100
+ "Open": "Abertas",
101
+ "Closed": "Fechado",
102
+ "Completed": "Concluído",
103
+ "Not Planned": "Não planejado",
104
+ "Reopened": "Reaberto",
105
+ "Duplicate": "Duplicar",
106
+ "All": "TODOS",
69
107
  "GET": "OBTER",
70
108
  "POST": "POSTAR",
71
109
  "PATCH": "COMPRAR",
@@ -78,10 +116,20 @@
78
116
  "Push": "Enviar",
79
117
  "New Discussion": "Novo debate",
80
118
  "New Comment Posted": "Novo Comentário Postado",
119
+ "New Branch": "Nova filial",
120
+ "New Collaborator": "Novo colaborador",
121
+ "New Label": "Novo Marcador",
122
+ "New Milestone": "Novo marco",
123
+ "New Release": "Nova versão",
81
124
  "Triggers when there is activity on a pull request.": "Aciona quando há atividade em uma pull request.",
82
125
  "Trigger when there is activity relating to repository stars.": "Acionar quando houver uma atividade relacionada às estrelas do repositório.",
83
126
  "Triggers when there is activity relating to an issue.": "Desencadeia quando há atividade relacionada a um problema.",
84
127
  "Triggers when there is a push to a repository branch. This includes when a commit is pushed, when a commit tag is pushed, when a branch is deleted, when a tag is deleted, or when a repository is created from a template.": "Dispara quando há um push em um branch de repositório. Isso inclui quando um commit é feito por push, quando um marcador de commit é publicado, quando um branch é excluído, quando uma tag é excluída, ou quando um repositório é criado a partir de um modelo.",
85
128
  "Triggers when there is activity relating to a discussion.": "Dispara quando há atividade relacionada a uma discussão.",
86
- "Triggers when there is a new comment posted on a discussion.": "Dispara quando há um novo comentário postado em uma discussão."
129
+ "Triggers when there is a new comment posted on a discussion.": "Dispara quando há um novo comentário postado em uma discussão.",
130
+ "Triggers when a new branch is created.": "Dispara quando um novo branch é criado.",
131
+ "Triggers when a new collaborator is added to a repository.": "Aciona quando um novo colaborador é adicionado a um repositório.",
132
+ "Triggers when a new label is created in a repository.": "Dispara quando uma nova etiqueta é criada em um repositório.",
133
+ "Triggers when a new milestone is created.": "Dispara quando um novo marco é criado.",
134
+ "Triggers when a new release is added.": "Dispara quando uma nova versão for adicionada."
87
135
  }