@activepieces/piece-github 0.5.2 → 0.5.3

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.
package/package.json CHANGED
@@ -1,8 +1,9 @@
1
1
  {
2
2
  "name": "@activepieces/piece-github",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "dependencies": {
5
5
  "@ai-sdk/anthropic": "1.2.12",
6
+ "@ai-sdk/google": "1.2.19",
6
7
  "@ai-sdk/openai": "1.3.22",
7
8
  "@ai-sdk/replicate": "0.2.8",
8
9
  "@sinclair/typebox": "0.34.11",
@@ -14,10 +15,10 @@
14
15
  "mime-types": "2.1.35",
15
16
  "nanoid": "3.3.8",
16
17
  "semver": "7.6.0",
17
- "zod": "3.25.64",
18
- "@activepieces/pieces-common": "0.5.2",
19
- "@activepieces/pieces-framework": "0.14.1",
20
- "@activepieces/shared": "0.13.2",
18
+ "zod": "3.25.76",
19
+ "@activepieces/pieces-common": "0.6.0",
20
+ "@activepieces/pieces-framework": "0.15.0",
21
+ "@activepieces/shared": "0.17.2",
21
22
  "tslib": "2.8.1"
22
23
  },
23
24
  "overrides": {
@@ -26,7 +27,8 @@
26
27
  },
27
28
  "vite": {
28
29
  "rollup": "npm:@rollup/wasm-node"
29
- }
30
+ },
31
+ "stylus": "0.0.1-security"
30
32
  },
31
33
  "resolutions": {
32
34
  "rollup": "npm:@rollup/wasm-node"
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Developer platform that allows developers to create, store, manage and share their code",
4
+ "Create Issue": "Create Issue",
5
+ "Get issue information": "Get issue information",
6
+ "Create comment on a issue": "Create comment on a issue",
7
+ "Lock issue": "Lock issue",
8
+ "Unlock issue": "Unlock issue",
9
+ "Raw GraphQL query": "Raw GraphQL query",
10
+ "Create Pull Request Review Comment": "Create Pull Request Review Comment",
11
+ "Create Commit Comment": "Create Commit Comment",
12
+ "Create Discussion Comment": "Create Discussion Comment",
13
+ "Custom API Call": "Custom API Call",
14
+ "Create Issue in GitHub Repository": "Create Issue in GitHub Repository",
15
+ "Grabs information from a specific issue": "Grabs information from a specific issue",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Adds a comment to the specified issue (also works with pull requests)",
17
+ "Locks the specified issue": "Locks the specified issue",
18
+ "Unlocks the specified issue": "Unlocks the specified issue",
19
+ "Perform a raw GraphQL query": "Perform a raw GraphQL query",
20
+ "Creates a review comment on a pull request in a GitHub repository": "Creates a review comment on a pull request in a GitHub repository",
21
+ "Creates a comment on a commit in a GitHub repository": "Creates a comment on a commit in a GitHub repository",
22
+ "Creates a comment on a discussion in a GitHub repository": "Creates a comment on a discussion in a GitHub repository",
23
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
24
+ "Repository": "Repository",
25
+ "Title": "Title",
26
+ "Description": "Description",
27
+ "Labels": "Labels",
28
+ "Assignees": "Assignees",
29
+ "Issue Number": "Issue Number",
30
+ "Issue number": "Issue number",
31
+ "Comment": "Comment",
32
+ "Lock Reason": "Lock Reason",
33
+ "Query": "Query",
34
+ "Parameters": "Parameters",
35
+ "Pull Request Number": "Pull Request Number",
36
+ "Commit SHA": "Commit SHA",
37
+ "File Path": "File Path",
38
+ "Comment Body": "Comment Body",
39
+ "Position": "Position",
40
+ "Discussion Number": "Discussion Number",
41
+ "Method": "Method",
42
+ "Headers": "Headers",
43
+ "Query Parameters": "Query Parameters",
44
+ "Body": "Body",
45
+ "No Error on Failure": "No Error on Failure",
46
+ "Timeout (in seconds)": "Timeout (in seconds)",
47
+ "The title of the issue": "The title of the issue",
48
+ "The description of the issue": "The description of the issue",
49
+ "Labels for the Issue": "Labels for the Issue",
50
+ "Assignees for the Issue": "Assignees for the Issue",
51
+ "The number of the issue you want to get information from": "The number of the issue you want to get information from",
52
+ "The number of the issue to comment on": "The number of the issue to comment on",
53
+ "The comment to add to the issue": "The comment to add to the issue",
54
+ "The number of the issue to be locked": "The number of the issue to be locked",
55
+ "The reason for locking the issue": "The reason for locking the issue",
56
+ "The number of the issue to be unlocked": "The number of the issue to be unlocked",
57
+ "The number of the pull request": "The number of the pull request",
58
+ "The SHA of the commit to comment on": "The SHA of the commit to comment on",
59
+ "The relative path to the file to comment on": "The relative path to the file to comment on",
60
+ "The content of the review comment": "The content of the review comment",
61
+ "The position in the diff where the comment should be placed": "The position in the diff where the comment should be placed",
62
+ "The content of the comment": "The content of the comment",
63
+ "The relative path to the file to comment on (optional)": "The relative path to the file to comment on (optional)",
64
+ "The line index in the diff to comment on (optional)": "The line index in the diff to comment on (optional)",
65
+ "The number of the discussion to comment on": "The number of the discussion to comment on",
66
+ "The content of the comment (supports markdown)": "The content of the comment (supports markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
68
+ "GET": "GET",
69
+ "POST": "POST",
70
+ "PATCH": "PATCH",
71
+ "PUT": "PUT",
72
+ "DELETE": "DELETE",
73
+ "HEAD": "HEAD",
74
+ "New Pull Request": "New Pull Request",
75
+ "New Star": "New Star",
76
+ "New Issue": "New Issue",
77
+ "Push": "Push",
78
+ "New Discussion": "New Discussion",
79
+ "New Comment Posted": "New Comment Posted",
80
+ "Triggers when there is activity on a pull request.": "Triggers when there is activity on a pull request.",
81
+ "Trigger when there is activity relating to repository stars.": "Trigger when there is activity relating to repository stars.",
82
+ "Triggers when there is activity relating to an issue.": "Triggers when there is activity relating to an issue.",
83
+ "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.": "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Triggers when there is activity relating to a discussion.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Triggers when there is a new comment posted on a discussion."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Entwicklerplattform, die es Entwicklern erlaubt Code zu erstellen, zu speichern, zu verwalten und zu teilen",
4
+ "Create Issue": "Ticket erstellen",
5
+ "Get issue information": "Ticket-Informationen abrufen",
6
+ "Create comment on a issue": "Kommentar zu einem Problem erstellen",
7
+ "Lock issue": "Problem sperren",
8
+ "Unlock issue": "Problem entsperren",
9
+ "Raw GraphQL query": "Rohe GraphQL-Abfrage",
10
+ "Create Pull Request Review Comment": "Pull Request Review Kommentar erstellen",
11
+ "Create Commit Comment": "Commit Kommentar erstellen",
12
+ "Create Discussion Comment": "Diskussionskommentar erstellen",
13
+ "Custom API Call": "Eigener API-Aufruf",
14
+ "Create Issue in GitHub Repository": "Problem in GitHub Repository erstellen",
15
+ "Grabs information from a specific issue": "Erfasse Informationen von einem bestimmten Problem",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Fügt dem angegebenen Problem einen Kommentar hinzu (funktioniert auch mit Pull-Requests)",
17
+ "Locks the specified issue": "Sperrt den angegebenen Fall",
18
+ "Unlocks the specified issue": "Entsperrt den angegebenen Fall",
19
+ "Perform a raw GraphQL query": "Eine rohe GraphQL-Abfrage ausführen",
20
+ "Creates a review comment on a pull request in a GitHub repository": "Erstellt einen Kommentar zu einem Pull-Request in einem GitHub Repository",
21
+ "Creates a comment on a commit in a GitHub repository": "Erstellt einen Kommentar zu einem Commit in einem GitHub Repository",
22
+ "Creates a comment on a discussion in a GitHub repository": "Erstellt einen Kommentar zu einer Diskussion in einem GitHub Repository",
23
+ "Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
24
+ "Repository": "Repository",
25
+ "Title": "Titel",
26
+ "Description": "Beschreibung",
27
+ "Labels": "Etiketten",
28
+ "Assignees": "Beauftragte",
29
+ "Issue Number": "Ticket Nummer",
30
+ "Issue number": "Ticket Nummer",
31
+ "Comment": "Kommentar",
32
+ "Lock Reason": "Sperrgrund",
33
+ "Query": "Abfrage",
34
+ "Parameters": "Parameter",
35
+ "Pull Request Number": "Pull-Request-Nummer",
36
+ "Commit SHA": "Commit SHA",
37
+ "File Path": "Dateipfad",
38
+ "Comment Body": "Kommentar-Text",
39
+ "Position": "Position",
40
+ "Discussion Number": "Diskussionsnummer",
41
+ "Method": "Methode",
42
+ "Headers": "Kopfzeilen",
43
+ "Query Parameters": "Abfrageparameter",
44
+ "Body": "Körper",
45
+ "No Error on Failure": "Kein Fehler bei Fehler",
46
+ "Timeout (in seconds)": "Timeout (in Sekunden)",
47
+ "The title of the issue": "Der Titel des Tickets",
48
+ "The description of the issue": "Die Beschreibung des Problems",
49
+ "Labels for the Issue": "Bezeichnungen für den Fall",
50
+ "Assignees for the Issue": "Beauftragte für den Fall",
51
+ "The number of the issue you want to get information from": "Die Anzahl des Problems, von dem Sie Informationen erhalten möchten",
52
+ "The number of the issue to comment on": "Die Anzahl der zu kommentierenden Probleme",
53
+ "The comment to add to the issue": "Der Kommentar, der dem Problem hinzugefügt werden soll",
54
+ "The number of the issue to be locked": "Die Anzahl der zu sperrenden Probleme",
55
+ "The reason for locking the issue": "Der Grund für das Sperren des Problems",
56
+ "The number of the issue to be unlocked": "Die Anzahl der zu entspertenden Probleme",
57
+ "The number of the pull request": "Die Anzahl der Pull-Requests",
58
+ "The SHA of the commit to comment on": "Die SHA des Commit zu kommentieren",
59
+ "The relative path to the file to comment on": "Der relative Pfad zur zu kommentierenden Datei",
60
+ "The content of the review comment": "Der Inhalt des Bewertungskommentars",
61
+ "The position in the diff where the comment should be placed": "Die Position im Diff, wo der Kommentar platziert werden soll",
62
+ "The content of the comment": "Der Inhalt des Kommentars",
63
+ "The relative path to the file to comment on (optional)": "Der relative Pfad zur zu kommentierenden Datei (optional)",
64
+ "The line index in the diff to comment on (optional)": "Der Zeilenindex in dem zu kommentierenden Diff (optional)",
65
+ "The number of the discussion to comment on": "Die Anzahl der Diskussionen, die kommentiert werden sollen",
66
+ "The content of the comment (supports markdown)": "Der Inhalt des Kommentars (unterstützt Markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
68
+ "GET": "ERHALTEN",
69
+ "POST": "POST",
70
+ "PATCH": "PATCH",
71
+ "PUT": "PUT",
72
+ "DELETE": "LÖSCHEN",
73
+ "HEAD": "HEAD",
74
+ "New Pull Request": "Neuer Pull-Request",
75
+ "New Star": "Neuer Stern",
76
+ "New Issue": "Neuer Fall",
77
+ "Push": "Push",
78
+ "New Discussion": "Neue Diskussion",
79
+ "New Comment Posted": "Neuer Kommentar veröffentlicht",
80
+ "Triggers when there is activity on a pull request.": "Wird ausgelöst, wenn ein Pull-Request aktiv ist.",
81
+ "Trigger when there is activity relating to repository stars.": "Auslösen wenn es Aktivitäten in Bezug auf Repository-Sterne gibt.",
82
+ "Triggers when there is activity relating to an issue.": "Wird ausgelöst, wenn es Aktivitäten im Zusammenhang mit einem Thema gibt.",
83
+ "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Wird ausgelöst, wenn es Aktivitäten im Zusammenhang mit einer Diskussion gibt.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Trigger wenn es einen neuen Kommentar zu einer Diskussion gepostet."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Plataforma de desarrollador que permite a los desarrolladores crear, almacenar, administrar y compartir su código",
4
+ "Create Issue": "Crear asunto",
5
+ "Get issue information": "Obtener información del problema",
6
+ "Create comment on a issue": "Crear comentario sobre un problema",
7
+ "Lock issue": "Bloquear incidencia",
8
+ "Unlock issue": "Desbloquear incidencia",
9
+ "Raw GraphQL query": "Consulta GraphQL Raw",
10
+ "Create Pull Request Review Comment": "Crear comentario de Revisión de Pull Request",
11
+ "Create Commit Comment": "Crear comentario de commit",
12
+ "Create Discussion Comment": "Crear comentario de discusión",
13
+ "Custom API Call": "Llamada API personalizada",
14
+ "Create Issue in GitHub Repository": "Crear problema en el repositorio de GitHub",
15
+ "Grabs information from a specific issue": "Agarra información de un problema específico",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Añade un comentario al problema especificado (también funciona con pull requests)",
17
+ "Locks the specified issue": "Bloquea el problema especificado",
18
+ "Unlocks the specified issue": "Desbloquea el problema especificado",
19
+ "Perform a raw GraphQL query": "Realizar una consulta GraphQL sin procesar",
20
+ "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",
21
+ "Creates a comment on a commit in a GitHub repository": "Crea un comentario en un commit en un repositorio de GitHub",
22
+ "Creates a comment on a discussion in a GitHub repository": "Crea un comentario en una discusión en un repositorio de GitHub",
23
+ "Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
24
+ "Repository": "Repositorio",
25
+ "Title": "Título",
26
+ "Description": "Descripción",
27
+ "Labels": "Etiquetas",
28
+ "Assignees": "Asignados",
29
+ "Issue Number": "Número de petición",
30
+ "Issue number": "Número de petición",
31
+ "Comment": "Comentario",
32
+ "Lock Reason": "Razón de bloqueo",
33
+ "Query": "Consulta",
34
+ "Parameters": "Parámetros",
35
+ "Pull Request Number": "Número de Pull Request",
36
+ "Commit SHA": "Commit SHA",
37
+ "File Path": "Ruta del archivo",
38
+ "Comment Body": "Comentar cuerpo",
39
+ "Position": "Posición",
40
+ "Discussion Number": "Número de discusión",
41
+ "Method": "Método",
42
+ "Headers": "Encabezados",
43
+ "Query Parameters": "Parámetros de consulta",
44
+ "Body": "Cuerpo",
45
+ "No Error on Failure": "No hay ningún error en fallo",
46
+ "Timeout (in seconds)": "Tiempo de espera (en segundos)",
47
+ "The title of the issue": "El título del asunto",
48
+ "The description of the issue": "La descripción del problema",
49
+ "Labels for the Issue": "Etiquetas para el problema",
50
+ "Assignees for the Issue": "Asignados para el problema",
51
+ "The number of the issue you want to get information from": "El número del problema del que desea obtener información",
52
+ "The number of the issue to comment on": "El número de la incidencia a comentar en",
53
+ "The comment to add to the issue": "El comentario a añadir al asunto",
54
+ "The number of the issue to be locked": "El número de la incidencia a bloquear",
55
+ "The reason for locking the issue": "La razón para bloquear el problema",
56
+ "The number of the issue to be unlocked": "El número del problema a desbloquear",
57
+ "The number of the pull request": "El número de pull request",
58
+ "The SHA of the commit to comment on": "El SHA del compromiso a comentar en",
59
+ "The relative path to the file to comment on": "La ruta relativa al archivo en el que comentar",
60
+ "The content of the review comment": "El contenido del comentario de revisión",
61
+ "The position in the diff where the comment should be placed": "La posición en la diferencia donde se debe colocar el comentario",
62
+ "The content of the comment": "El contenido del comentario",
63
+ "The relative path to the file to comment on (optional)": "La ruta relativa al archivo en el que comentar (opcional)",
64
+ "The line index in the diff to comment on (optional)": "El índice de línea en la diferencia para comentar (opcional)",
65
+ "The number of the discussion to comment on": "El número de discusión en la que comentar",
66
+ "The content of the comment (supports markdown)": "El contenido del comentario (soporta markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
68
+ "GET": "RECOGER",
69
+ "POST": "POST",
70
+ "PATCH": "PATCH",
71
+ "PUT": "PUT",
72
+ "DELETE": "BORRAR",
73
+ "HEAD": "LIMPIO",
74
+ "New Pull Request": "Nueva Pull Request",
75
+ "New Star": "Nueva estrella",
76
+ "New Issue": "Nuevo problema",
77
+ "Push": "Empujar",
78
+ "New Discussion": "Nueva discusión",
79
+ "New Comment Posted": "Nuevo comentario publicado",
80
+ "Triggers when there is activity on a pull request.": "Dispara cuando hay actividad en una solicitud de extracción.",
81
+ "Trigger when there is activity relating to repository stars.": "Activar cuando hay actividad relacionada con las estrellas del repositorio.",
82
+ "Triggers when there is activity relating to an issue.": "Disparadores cuando hay actividad relacionada con un problema.",
83
+ "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Disparadores cuando hay actividad relacionada con un debate.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Dispara cuando hay un nuevo comentario publicado en una discusión."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Plateforme de développement qui permet aux développeurs de créer, stocker, gérer et partager leur code",
4
+ "Create Issue": "Créer un problème",
5
+ "Get issue information": "Obtenir des informations sur les tickets",
6
+ "Create comment on a issue": "Créer un commentaire sur un problème",
7
+ "Lock issue": "Problème de verrouillage",
8
+ "Unlock issue": "Problème de déverrouillage",
9
+ "Raw GraphQL query": "Requête GraphQL brute",
10
+ "Create Pull Request Review Comment": "Créer un commentaire de révision de Pull Request",
11
+ "Create Commit Comment": "Créer un commentaire de commit",
12
+ "Create Discussion Comment": "Créer un commentaire de discussion",
13
+ "Custom API Call": "Appel API personnalisé",
14
+ "Create Issue in GitHub Repository": "Créer un problème dans le dépôt GitHub",
15
+ "Grabs information from a specific issue": "Récupère des informations à partir d'un problème spécifique",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Ajoute un commentaire à la demande spécifiée (fonctionne également avec les pull requests)",
17
+ "Locks the specified issue": "Verrouille le problème spécifié",
18
+ "Unlocks the specified issue": "Débloque le problème spécifié",
19
+ "Perform a raw GraphQL query": "Effectuer une requête GraphQL brute",
20
+ "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",
21
+ "Creates a comment on a commit in a GitHub repository": "Crée un commentaire sur un commit dans un dépôt GitHub",
22
+ "Creates a comment on a discussion in a GitHub repository": "Crée un commentaire sur une discussion dans un dépôt GitHub",
23
+ "Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
24
+ "Repository": "Dépôt",
25
+ "Title": "Titre de la page",
26
+ "Description": "Libellé",
27
+ "Labels": "Étiquettes",
28
+ "Assignees": "Assignés",
29
+ "Issue Number": "Numéro du ticket",
30
+ "Issue number": "Numéro du ticket",
31
+ "Comment": "Commenter",
32
+ "Lock Reason": "Raison du verrouillage",
33
+ "Query": "Requête",
34
+ "Parameters": "Paramètres",
35
+ "Pull Request Number": "Numéro de la demande d'ajout",
36
+ "Commit SHA": "SHA de commit",
37
+ "File Path": "Chemin du fichier",
38
+ "Comment Body": "Corps du commentaire",
39
+ "Position": "Position",
40
+ "Discussion Number": "Numéro de discussion",
41
+ "Method": "Méthode",
42
+ "Headers": "En-têtes",
43
+ "Query Parameters": "Paramètres de requête",
44
+ "Body": "Corps",
45
+ "No Error on Failure": "Aucune erreur en cas d'échec",
46
+ "Timeout (in seconds)": "Délai d'attente (en secondes)",
47
+ "The title of the issue": "Le titre de la question",
48
+ "The description of the issue": "La description du problème",
49
+ "Labels for the Issue": "Étiquettes pour le problème",
50
+ "Assignees for the Issue": "Destinataires pour le ticket",
51
+ "The number of the issue you want to get information from": "Le numéro du problème sur lequel vous souhaitez obtenir des informations",
52
+ "The number of the issue to comment on": "Le numéro du problème à commenter",
53
+ "The comment to add to the issue": "Le commentaire à ajouter à la fiche",
54
+ "The number of the issue to be locked": "Le numéro du ticket à verrouiller",
55
+ "The reason for locking the issue": "La raison du verrouillage du problème",
56
+ "The number of the issue to be unlocked": "Le numéro du ticket à déverrouiller",
57
+ "The number of the pull request": "Le numéro de la pull request",
58
+ "The SHA of the commit to comment on": "SHA de l'engagement à commenter",
59
+ "The relative path to the file to comment on": "Le chemin relatif vers le fichier sur lequel commenter",
60
+ "The content of the review comment": "Le contenu du commentaire de révision",
61
+ "The position in the diff where the comment should be placed": "La position dans le diff où le commentaire doit être placé",
62
+ "The content of the comment": "Le contenu du commentaire",
63
+ "The relative path to the file to comment on (optional)": "Le chemin relatif vers le fichier à commenter (optionnel)",
64
+ "The line index in the diff to comment on (optional)": "L'index de ligne dans le diff à commenter (optionnel)",
65
+ "The number of the discussion to comment on": "Le numéro de la discussion à commenter",
66
+ "The content of the comment (supports markdown)": "Le contenu du commentaire (prend en charge markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
68
+ "GET": "OBTENIR",
69
+ "POST": "POSTER",
70
+ "PATCH": "PATCH",
71
+ "PUT": "EFFACER",
72
+ "DELETE": "SUPPRIMER",
73
+ "HEAD": "TÊTE",
74
+ "New Pull Request": "Nouvelle demande de tirage",
75
+ "New Star": "Nouvelle étoile",
76
+ "New Issue": "Nouveau problème",
77
+ "Push": "Pousser",
78
+ "New Discussion": "Nouvelle discussion",
79
+ "New Comment Posted": "Nouveau commentaire publié",
80
+ "Triggers when there is activity on a pull request.": "Déclenche lorsqu'il y a une activité sur une demande de pulling.",
81
+ "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.",
82
+ "Triggers when there is activity relating to an issue.": "Déclenche lorsqu'il y a une activité liée à un problème.",
83
+ "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Déclenche lorsqu'il y a une activité liée à une discussion.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Déclenche quand il y a un nouveau commentaire posté sur une discussion."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Developer platform that allows developers to create, store, manage and share their code",
4
+ "Create Issue": "Create Issue",
5
+ "Get issue information": "Get issue information",
6
+ "Create comment on a issue": "Create comment on a issue",
7
+ "Lock issue": "Lock issue",
8
+ "Unlock issue": "Unlock issue",
9
+ "Raw GraphQL query": "Raw GraphQL query",
10
+ "Create Pull Request Review Comment": "Create Pull Request Review Comment",
11
+ "Create Commit Comment": "Create Commit Comment",
12
+ "Create Discussion Comment": "Create Discussion Comment",
13
+ "Custom API Call": "Custom API Call",
14
+ "Create Issue in GitHub Repository": "Create Issue in GitHub Repository",
15
+ "Grabs information from a specific issue": "Grabs information from a specific issue",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Adds a comment to the specified issue (also works with pull requests)",
17
+ "Locks the specified issue": "Locks the specified issue",
18
+ "Unlocks the specified issue": "Unlocks the specified issue",
19
+ "Perform a raw GraphQL query": "Perform a raw GraphQL query",
20
+ "Creates a review comment on a pull request in a GitHub repository": "Creates a review comment on a pull request in a GitHub repository",
21
+ "Creates a comment on a commit in a GitHub repository": "Creates a comment on a commit in a GitHub repository",
22
+ "Creates a comment on a discussion in a GitHub repository": "Creates a comment on a discussion in a GitHub repository",
23
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
24
+ "Repository": "Repository",
25
+ "Title": "Title",
26
+ "Description": "Description",
27
+ "Labels": "Labels",
28
+ "Assignees": "Assignees",
29
+ "Issue Number": "Issue Number",
30
+ "Issue number": "Issue number",
31
+ "Comment": "Comment",
32
+ "Lock Reason": "Lock Reason",
33
+ "Query": "Query",
34
+ "Parameters": "Parameters",
35
+ "Pull Request Number": "Pull Request Number",
36
+ "Commit SHA": "Commit SHA",
37
+ "File Path": "File Path",
38
+ "Comment Body": "Comment Body",
39
+ "Position": "Position",
40
+ "Discussion Number": "Discussion Number",
41
+ "Method": "Method",
42
+ "Headers": "Headers",
43
+ "Query Parameters": "Query Parameters",
44
+ "Body": "Body",
45
+ "No Error on Failure": "No Error on Failure",
46
+ "Timeout (in seconds)": "Timeout (in seconds)",
47
+ "The title of the issue": "The title of the issue",
48
+ "The description of the issue": "The description of the issue",
49
+ "Labels for the Issue": "Labels for the Issue",
50
+ "Assignees for the Issue": "Assignees for the Issue",
51
+ "The number of the issue you want to get information from": "The number of the issue you want to get information from",
52
+ "The number of the issue to comment on": "The number of the issue to comment on",
53
+ "The comment to add to the issue": "The comment to add to the issue",
54
+ "The number of the issue to be locked": "The number of the issue to be locked",
55
+ "The reason for locking the issue": "The reason for locking the issue",
56
+ "The number of the issue to be unlocked": "The number of the issue to be unlocked",
57
+ "The number of the pull request": "The number of the pull request",
58
+ "The SHA of the commit to comment on": "The SHA of the commit to comment on",
59
+ "The relative path to the file to comment on": "The relative path to the file to comment on",
60
+ "The content of the review comment": "The content of the review comment",
61
+ "The position in the diff where the comment should be placed": "The position in the diff where the comment should be placed",
62
+ "The content of the comment": "The content of the comment",
63
+ "The relative path to the file to comment on (optional)": "The relative path to the file to comment on (optional)",
64
+ "The line index in the diff to comment on (optional)": "The line index in the diff to comment on (optional)",
65
+ "The number of the discussion to comment on": "The number of the discussion to comment on",
66
+ "The content of the comment (supports markdown)": "The content of the comment (supports markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
68
+ "GET": "GET",
69
+ "POST": "POST",
70
+ "PATCH": "PATCH",
71
+ "PUT": "PUT",
72
+ "DELETE": "DELETE",
73
+ "HEAD": "HEAD",
74
+ "New Pull Request": "New Pull Request",
75
+ "New Star": "New Star",
76
+ "New Issue": "New Issue",
77
+ "Push": "Push",
78
+ "New Discussion": "New Discussion",
79
+ "New Comment Posted": "New Comment Posted",
80
+ "Triggers when there is activity on a pull request.": "Triggers when there is activity on a pull request.",
81
+ "Trigger when there is activity relating to repository stars.": "Trigger when there is activity relating to repository stars.",
82
+ "Triggers when there is activity relating to an issue.": "Triggers when there is activity relating to an issue.",
83
+ "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.": "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Triggers when there is activity relating to a discussion.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Triggers when there is a new comment posted on a discussion."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Developer platform that allows developers to create, store, manage and share their code",
4
+ "Create Issue": "Create Issue",
5
+ "Get issue information": "Get issue information",
6
+ "Create comment on a issue": "Create comment on a issue",
7
+ "Lock issue": "Lock issue",
8
+ "Unlock issue": "Unlock issue",
9
+ "Raw GraphQL query": "Raw GraphQL query",
10
+ "Create Pull Request Review Comment": "Create Pull Request Review Comment",
11
+ "Create Commit Comment": "Create Commit Comment",
12
+ "Create Discussion Comment": "Create Discussion Comment",
13
+ "Custom API Call": "Custom API Call",
14
+ "Create Issue in GitHub Repository": "Create Issue in GitHub Repository",
15
+ "Grabs information from a specific issue": "Grabs information from a specific issue",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Adds a comment to the specified issue (also works with pull requests)",
17
+ "Locks the specified issue": "Locks the specified issue",
18
+ "Unlocks the specified issue": "Unlocks the specified issue",
19
+ "Perform a raw GraphQL query": "Perform a raw GraphQL query",
20
+ "Creates a review comment on a pull request in a GitHub repository": "Creates a review comment on a pull request in a GitHub repository",
21
+ "Creates a comment on a commit in a GitHub repository": "Creates a comment on a commit in a GitHub repository",
22
+ "Creates a comment on a discussion in a GitHub repository": "Creates a comment on a discussion in a GitHub repository",
23
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
24
+ "Repository": "Repository",
25
+ "Title": "Title",
26
+ "Description": "Description",
27
+ "Labels": "Labels",
28
+ "Assignees": "Assignees",
29
+ "Issue Number": "Issue Number",
30
+ "Issue number": "Issue number",
31
+ "Comment": "Comment",
32
+ "Lock Reason": "Lock Reason",
33
+ "Query": "Query",
34
+ "Parameters": "Parameters",
35
+ "Pull Request Number": "Pull Request Number",
36
+ "Commit SHA": "Commit SHA",
37
+ "File Path": "File Path",
38
+ "Comment Body": "Comment Body",
39
+ "Position": "Position",
40
+ "Discussion Number": "Discussion Number",
41
+ "Method": "Method",
42
+ "Headers": "Headers",
43
+ "Query Parameters": "Query Parameters",
44
+ "Body": "Body",
45
+ "No Error on Failure": "No Error on Failure",
46
+ "Timeout (in seconds)": "Timeout (in seconds)",
47
+ "The title of the issue": "The title of the issue",
48
+ "The description of the issue": "The description of the issue",
49
+ "Labels for the Issue": "Labels for the Issue",
50
+ "Assignees for the Issue": "Assignees for the Issue",
51
+ "The number of the issue you want to get information from": "The number of the issue you want to get information from",
52
+ "The number of the issue to comment on": "The number of the issue to comment on",
53
+ "The comment to add to the issue": "The comment to add to the issue",
54
+ "The number of the issue to be locked": "The number of the issue to be locked",
55
+ "The reason for locking the issue": "The reason for locking the issue",
56
+ "The number of the issue to be unlocked": "The number of the issue to be unlocked",
57
+ "The number of the pull request": "The number of the pull request",
58
+ "The SHA of the commit to comment on": "The SHA of the commit to comment on",
59
+ "The relative path to the file to comment on": "The relative path to the file to comment on",
60
+ "The content of the review comment": "The content of the review comment",
61
+ "The position in the diff where the comment should be placed": "The position in the diff where the comment should be placed",
62
+ "The content of the comment": "The content of the comment",
63
+ "The relative path to the file to comment on (optional)": "The relative path to the file to comment on (optional)",
64
+ "The line index in the diff to comment on (optional)": "The line index in the diff to comment on (optional)",
65
+ "The number of the discussion to comment on": "The number of the discussion to comment on",
66
+ "The content of the comment (supports markdown)": "The content of the comment (supports markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
68
+ "GET": "GET",
69
+ "POST": "POST",
70
+ "PATCH": "PATCH",
71
+ "PUT": "PUT",
72
+ "DELETE": "DELETE",
73
+ "HEAD": "HEAD",
74
+ "New Pull Request": "New Pull Request",
75
+ "New Star": "New Star",
76
+ "New Issue": "New Issue",
77
+ "Push": "Push",
78
+ "New Discussion": "New Discussion",
79
+ "New Comment Posted": "New Comment Posted",
80
+ "Triggers when there is activity on a pull request.": "Triggers when there is activity on a pull request.",
81
+ "Trigger when there is activity relating to repository stars.": "Trigger when there is activity relating to repository stars.",
82
+ "Triggers when there is activity relating to an issue.": "Triggers when there is activity relating to an issue.",
83
+ "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.": "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Triggers when there is activity relating to a discussion.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Triggers when there is a new comment posted on a discussion."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "開発者が自分のコードを作成、保存、管理、共有できる開発者プラットフォーム",
4
+ "Create Issue": "課題を作成",
5
+ "Get issue information": "課題情報を取得する",
6
+ "Create comment on a issue": "課題にコメントを作成",
7
+ "Lock issue": "問題をロック",
8
+ "Unlock issue": "ロック解除の問題",
9
+ "Raw GraphQL query": "生のGraphQLクエリ",
10
+ "Create Pull Request Review Comment": "プルリクエストレビューコメントを作成",
11
+ "Create Commit Comment": "コミットコメントを作成",
12
+ "Create Discussion Comment": "ディスカッションコメントを作成する",
13
+ "Custom API Call": "カスタムAPI通話",
14
+ "Create Issue in GitHub Repository": "GitHub リポジトリで問題を作成",
15
+ "Grabs information from a specific issue": "特定の問題からの情報を取得します。",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "指定された課題にコメントを追加します (プルリクエストでも機能します)",
17
+ "Locks the specified issue": "指定した課題をロックします",
18
+ "Unlocks the specified issue": "指定した課題のロックを解除する",
19
+ "Perform a raw GraphQL query": "生のGraphQLクエリを実行します",
20
+ "Creates a review comment on a pull request in a GitHub repository": "GitHub リポジトリのプルリクエストにレビューコメントを作成します。",
21
+ "Creates a comment on a commit in a GitHub repository": "GitHub リポジトリのコミットにコメントを作成します。",
22
+ "Creates a comment on a discussion in a GitHub repository": "GitHubリポジトリのディスカッションにコメントを作成します",
23
+ "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
24
+ "Repository": "リポジトリ",
25
+ "Title": "タイトル",
26
+ "Description": "説明",
27
+ "Labels": "ラベル",
28
+ "Assignees": "担当者",
29
+ "Issue Number": "発行番号",
30
+ "Issue number": "発行番号",
31
+ "Comment": "コメント",
32
+ "Lock Reason": "ロックの理由",
33
+ "Query": "クエリ",
34
+ "Parameters": "パラメータ",
35
+ "Pull Request Number": "プルリクエスト番号",
36
+ "Commit SHA": "SHAをコミット",
37
+ "File Path": "ファイルパス",
38
+ "Comment Body": "コメント本文",
39
+ "Position": "位置",
40
+ "Discussion Number": "ディスカッション番号",
41
+ "Method": "方法",
42
+ "Headers": "ヘッダー",
43
+ "Query Parameters": "クエリパラメータ",
44
+ "Body": "本文",
45
+ "No Error on Failure": "失敗時にエラーはありません",
46
+ "Timeout (in seconds)": "タイムアウト(秒)",
47
+ "The title of the issue": "課題のタイトル",
48
+ "The description of the issue": "課題の説明",
49
+ "Labels for the Issue": "課題のラベル",
50
+ "Assignees for the Issue": "課題の担当者",
51
+ "The number of the issue you want to get information from": "情報を取得したい課題の数",
52
+ "The number of the issue to comment on": "コメントする課題の数",
53
+ "The comment to add to the issue": "課題に追加するコメント",
54
+ "The number of the issue to be locked": "ロックされる課題の数",
55
+ "The reason for locking the issue": "問題をロックする理由",
56
+ "The number of the issue to be unlocked": "ロック解除する課題の数",
57
+ "The number of the pull request": "プルリクエストの数",
58
+ "The SHA of the commit to comment on": "コメントするコミットのSHA。",
59
+ "The relative path to the file to comment on": "コメントするファイルへの相対パス",
60
+ "The content of the review comment": "レビューコメントの内容",
61
+ "The position in the diff where the comment should be placed": "コメントを配置する差分内の位置",
62
+ "The content of the comment": "コメントの内容",
63
+ "The relative path to the file to comment on (optional)": "コメントへのファイルへの相対パス (オプション)",
64
+ "The line index in the diff to comment on (optional)": "コメントへの差分内の行のインデックス (オプション)",
65
+ "The number of the discussion to comment on": "コメントするディスカッション数",
66
+ "The content of the comment (supports markdown)": "コメントの内容 (マークダウンをサポート)",
67
+ "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
68
+ "GET": "取得",
69
+ "POST": "POST",
70
+ "PATCH": "PATCH",
71
+ "PUT": "PUT",
72
+ "DELETE": "削除",
73
+ "HEAD": "頭",
74
+ "New Pull Request": "新しいプルリクエスト",
75
+ "New Star": "新しいスター",
76
+ "New Issue": "新しい課題",
77
+ "Push": "Push",
78
+ "New Discussion": "新しいディスカッション",
79
+ "New Comment Posted": "新しいコメントが投稿されました",
80
+ "Triggers when there is activity on a pull request.": "プルリクエストでアクティビティがある場合にトリガーします。",
81
+ "Trigger when there is activity relating to repository stars.": "リポジトリ星に関連するアクティビティがある場合にトリガーします。",
82
+ "Triggers when there is activity relating to an issue.": "問題に関連する活動がある場合にトリガーします。",
83
+ "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.": "リポジトリブランチへのプッシュがある場合にトリガーします。 これは、ブランチが削除されたときにコミットがプッシュされたときにコミットタグがプッシュされたときに含まれます。 タグが削除された場合、またはテンプレートからリポジトリが作成された場合。",
84
+ "Triggers when there is activity relating to a discussion.": "ディスカッションに関連する活動がある場合にトリガーします。",
85
+ "Triggers when there is a new comment posted on a discussion.": "ディスカッションに新しいコメントが投稿されたときにトリガーします。"
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Ontwikkelaars platform waarmee ontwikkelaars hun code kunnen maken, winkelen, beheren en delen",
4
+ "Create Issue": "Probleem aanmaken",
5
+ "Get issue information": "Probleeminformatie ophalen",
6
+ "Create comment on a issue": "Maak commentaar op een issue",
7
+ "Lock issue": "Probleem vergrendelen",
8
+ "Unlock issue": "Probleem ontgrendelen",
9
+ "Raw GraphQL query": "Onbewerkte GraphQL query",
10
+ "Create Pull Request Review Comment": "Maak een pull request review commentaar",
11
+ "Create Commit Comment": "Maak Commit Reactie",
12
+ "Create Discussion Comment": "Discussieopmerking maken",
13
+ "Custom API Call": "Custom API Call",
14
+ "Create Issue in GitHub Repository": "Probleem in GitHub repository aanmaken",
15
+ "Grabs information from a specific issue": "Pak informatie van een specifiek probleem",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Voegt een opmerking toe aan het opgegeven probleem (werkt ook met pull requests)",
17
+ "Locks the specified issue": "Vergrendelt het opgegeven issue",
18
+ "Unlocks the specified issue": "Ontgrendelt het opgegeven probleem",
19
+ "Perform a raw GraphQL query": "Een rauwe GraphQL query uitvoeren",
20
+ "Creates a review comment on a pull request in a GitHub repository": "Maakt een review reactie op een pull-aanvraag in een GitHub repository",
21
+ "Creates a comment on a commit in a GitHub repository": "Maakt een reactie op een commit in een GitHub repository",
22
+ "Creates a comment on a discussion in a GitHub repository": "Maakt een reactie op een discussie in een GitHub repository",
23
+ "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
24
+ "Repository": "Bewaarplaats",
25
+ "Title": "Aanspreektitel",
26
+ "Description": "Beschrijving",
27
+ "Labels": "Labels",
28
+ "Assignees": "Verantwoordelijken",
29
+ "Issue Number": "Issue Nummer",
30
+ "Issue number": "Issue Number",
31
+ "Comment": "Opmerking",
32
+ "Lock Reason": "Reden van vergrendelen",
33
+ "Query": "Zoekopdracht",
34
+ "Parameters": "Parameters",
35
+ "Pull Request Number": "Pull verzoek nummer",
36
+ "Commit SHA": "Commit SHA",
37
+ "File Path": "Bestandspad",
38
+ "Comment Body": "Commentaar inhoud",
39
+ "Position": "Positie",
40
+ "Discussion Number": "Discussie nummer",
41
+ "Method": "Methode",
42
+ "Headers": "Kopteksten",
43
+ "Query Parameters": "Query parameters",
44
+ "Body": "Lichaam",
45
+ "No Error on Failure": "Geen fout bij fout",
46
+ "Timeout (in seconds)": "Time-out (in seconden)",
47
+ "The title of the issue": "De titel van het issue",
48
+ "The description of the issue": "De beschrijving van het issue",
49
+ "Labels for the Issue": "Etiketten voor het probleem",
50
+ "Assignees for the Issue": "Verantwoordelijken voor het probleem",
51
+ "The number of the issue you want to get information from": "Het nummer van het issue waarvan u informatie wilt ontvangen van",
52
+ "The number of the issue to comment on": "Het nummer van het issue waarop commentaar moet worden gegeven",
53
+ "The comment to add to the issue": "De opmerking om toe te voegen aan het issue",
54
+ "The number of the issue to be locked": "Het nummer van het issue dat vergrendeld moet worden",
55
+ "The reason for locking the issue": "De reden voor het vergrendelen van het issue",
56
+ "The number of the issue to be unlocked": "Het nummer van het te ontgrendelen issue",
57
+ "The number of the pull request": "Het aantal pull-aanvragen",
58
+ "The SHA of the commit to comment on": "De SHA van de commit om op te reageren",
59
+ "The relative path to the file to comment on": "Het relatieve pad naar het bestand om op te reageren",
60
+ "The content of the review comment": "De inhoud van de commentaar van de review",
61
+ "The position in the diff where the comment should be placed": "De positie in de diff waar de reactie moet worden geplaatst",
62
+ "The content of the comment": "De inhoud van de opmerking",
63
+ "The relative path to the file to comment on (optional)": "Het relatieve pad naar het bestand om op te reageren (optioneel)",
64
+ "The line index in the diff to comment on (optional)": "De lijnindex in de diff om commentaar op te geven (optioneel)",
65
+ "The number of the discussion to comment on": "Het nummer van de discussie om commentaar op te geven",
66
+ "The content of the comment (supports markdown)": "De inhoud van de opmerking (ondersteunt de markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
68
+ "GET": "KRIJG",
69
+ "POST": "POSTE",
70
+ "PATCH": "BEKIJK",
71
+ "PUT": "PUT",
72
+ "DELETE": "VERWIJDEREN",
73
+ "HEAD": "HOOFD",
74
+ "New Pull Request": "Nieuwe pull-aanvraag",
75
+ "New Star": "Nieuwe Ster",
76
+ "New Issue": "Nieuw probleem",
77
+ "Push": "Push",
78
+ "New Discussion": "Nieuwe discussie",
79
+ "New Comment Posted": "Nieuwe reactie geplaatst",
80
+ "Triggers when there is activity on a pull request.": "Triggert wanneer er activiteit is op een pull-aanvraag.",
81
+ "Trigger when there is activity relating to repository stars.": "Trigger wanneer er activiteit is met betrekking tot repository sterren.",
82
+ "Triggers when there is activity relating to an issue.": "Triggert wanneer er activiteit is gerelateerd aan een probleem.",
83
+ "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Triggert wanneer er activiteiten zijn die verband houden met een discussie.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Triggert wanneer er een nieuwe reactie is geplaatst in een discussie."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Plataforma de desenvolvedores que permite aos desenvolvedores criar, armazenar, gerenciar e compartilhar seus códigos",
4
+ "Create Issue": "Criar issue",
5
+ "Get issue information": "Obter informações do problema",
6
+ "Create comment on a issue": "Criar comentário em uma issue",
7
+ "Lock issue": "Bloquear issue",
8
+ "Unlock issue": "Desbloquear problema",
9
+ "Raw GraphQL query": "Consulta de Raw GraphQL",
10
+ "Create Pull Request Review Comment": "Criar comentário de revisão de pull request",
11
+ "Create Commit Comment": "Criar comentário de commit",
12
+ "Create Discussion Comment": "Criar comentário de discussão",
13
+ "Custom API Call": "Chamada de API personalizada",
14
+ "Create Issue in GitHub Repository": "Criar Issue no Repositório GitHub",
15
+ "Grabs information from a specific issue": "Agarra informações de uma issue específica",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Adiciona um comentário para o problema especificado (também funciona com pull requests)",
17
+ "Locks the specified issue": "Bloqueia o problema especificado",
18
+ "Unlocks the specified issue": "Desbloqueia a issue especificada",
19
+ "Perform a raw GraphQL query": "Execute uma consulta raw do GraphQL",
20
+ "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",
21
+ "Creates a comment on a commit in a GitHub repository": "Cria um comentário em um commit em um repositório do GitHub",
22
+ "Creates a comment on a discussion in a GitHub repository": "Cria um comentário em uma discussão em um repositório do GitHub",
23
+ "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
24
+ "Repository": "Repositório",
25
+ "Title": "Título",
26
+ "Description": "Descrição",
27
+ "Labels": "Marcadores",
28
+ "Assignees": "Destinatários",
29
+ "Issue Number": "Número de emissão",
30
+ "Issue number": "Número de emissão",
31
+ "Comment": "Comentar",
32
+ "Lock Reason": "Motivo da Fechadura",
33
+ "Query": "Requisição",
34
+ "Parameters": "Parâmetros",
35
+ "Pull Request Number": "Número do pull request",
36
+ "Commit SHA": "Commit SHA",
37
+ "File Path": "Caminho do Arquivo",
38
+ "Comment Body": "Corpo do Comentário",
39
+ "Position": "Posição",
40
+ "Discussion Number": "Número da discussão",
41
+ "Method": "Método",
42
+ "Headers": "Cabeçalhos",
43
+ "Query Parameters": "Parâmetros da consulta",
44
+ "Body": "Conteúdo",
45
+ "No Error on Failure": "Nenhum erro no Failure",
46
+ "Timeout (in seconds)": "Tempo limite (em segundos)",
47
+ "The title of the issue": "O título da issue",
48
+ "The description of the issue": "A descrição do problema",
49
+ "Labels for the Issue": "Etiquetas para a Solicitação",
50
+ "Assignees for the Issue": "Responsáveis para a Solicitação",
51
+ "The number of the issue you want to get information from": "O número da issue da qual você deseja obter informação",
52
+ "The number of the issue to comment on": "O número da issue para comentar",
53
+ "The comment to add to the issue": "O comentário a adicionar à issue",
54
+ "The number of the issue to be locked": "O número da issue a ser bloqueada",
55
+ "The reason for locking the issue": "A razão para bloquear a issue",
56
+ "The number of the issue to be unlocked": "O número da issue a ser desbloqueada",
57
+ "The number of the pull request": "O número do pull request",
58
+ "The SHA of the commit to comment on": "O SHA do commit sobre o qual comentar",
59
+ "The relative path to the file to comment on": "O caminho relativo do arquivo no qual comentar",
60
+ "The content of the review comment": "O conteúdo do comentário de revisão",
61
+ "The position in the diff where the comment should be placed": "A posição no diff onde o comentário deve ser colocado",
62
+ "The content of the comment": "O conteúdo do comentário",
63
+ "The relative path to the file to comment on (optional)": "O caminho relativo do arquivo no qual comentar (opcional)",
64
+ "The line index in the diff to comment on (optional)": "O índice da linha no diff para comentar (opcional)",
65
+ "The number of the discussion to comment on": "O número da discussão para comentar",
66
+ "The content of the comment (supports markdown)": "O conteúdo do comentário (suporta markdown)",
67
+ "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
+ "GET": "OBTER",
69
+ "POST": "POSTAR",
70
+ "PATCH": "COMPRAR",
71
+ "PUT": "COLOCAR",
72
+ "DELETE": "EXCLUIR",
73
+ "HEAD": "CABEÇA",
74
+ "New Pull Request": "Novo Pull Request",
75
+ "New Star": "Nova Estrela",
76
+ "New Issue": "Nova issue",
77
+ "Push": "Enviar",
78
+ "New Discussion": "Novo debate",
79
+ "New Comment Posted": "Novo Comentário Postado",
80
+ "Triggers when there is activity on a pull request.": "Aciona quando há atividade em uma pull request.",
81
+ "Trigger when there is activity relating to repository stars.": "Acionar quando houver uma atividade relacionada às estrelas do repositório.",
82
+ "Triggers when there is activity relating to an issue.": "Desencadeia quando há atividade relacionada a um problema.",
83
+ "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Dispara quando há atividade relacionada a uma discussão.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Dispara quando há um novo comentário postado em uma discussão."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Платформа разработчика, позволяющая разработчикам создавать, хранить, управлять и делиться своим кодом",
4
+ "Create Issue": "Создать запрос",
5
+ "Get issue information": "Получить информацию о выпуске",
6
+ "Create comment on a issue": "Создать комментарий к задаче",
7
+ "Lock issue": "Заблокировать проблему",
8
+ "Unlock issue": "Разблокировать задачу",
9
+ "Raw GraphQL query": "Запрос сырых GraphQL",
10
+ "Create Pull Request Review Comment": "Создать комментарий о запросе на слияние",
11
+ "Create Commit Comment": "Создать комментарий коммита",
12
+ "Create Discussion Comment": "Создать комментарий для обсуждения",
13
+ "Custom API Call": "Пользовательский вызов API",
14
+ "Create Issue in GitHub Repository": "Создать запрос в GitHub репозитории",
15
+ "Grabs information from a specific issue": "Получает информацию по конкретной проблеме",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Добавляет комментарий к указанной проблеме (также работает с Pull requests)",
17
+ "Locks the specified issue": "Заблокирует указанную проблему",
18
+ "Unlocks the specified issue": "Открывает указанную задачу",
19
+ "Perform a raw GraphQL query": "Выполнить необработанный запрос GraphQL",
20
+ "Creates a review comment on a pull request in a GitHub repository": "Создать комментарий к Pull Request в GitHub репозитории",
21
+ "Creates a comment on a commit in a GitHub repository": "Создает комментарий к коммиту в GitHub репозитории",
22
+ "Creates a comment on a discussion in a GitHub repository": "Создает комментарий к обсуждению в GitHub репозитории",
23
+ "Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
24
+ "Repository": "Репозиторий",
25
+ "Title": "Заголовок",
26
+ "Description": "Описание",
27
+ "Labels": "Метки",
28
+ "Assignees": "Назначенные",
29
+ "Issue Number": "Номер выпуска",
30
+ "Issue number": "Номер выпуска",
31
+ "Comment": "Комментарий",
32
+ "Lock Reason": "Причина блокировки",
33
+ "Query": "Запрос",
34
+ "Parameters": "Параметры",
35
+ "Pull Request Number": "Номер Pull Request",
36
+ "Commit SHA": "Зафиксировать SHA",
37
+ "File Path": "Путь к файлу",
38
+ "Comment Body": "Тело комментария",
39
+ "Position": "Позиция",
40
+ "Discussion Number": "Номер обсуждения",
41
+ "Method": "Метод",
42
+ "Headers": "Заголовки",
43
+ "Query Parameters": "Параметры запроса",
44
+ "Body": "Тело",
45
+ "No Error on Failure": "Нет ошибок при ошибке",
46
+ "Timeout (in seconds)": "Таймаут (в секундах)",
47
+ "The title of the issue": "Название проблемы",
48
+ "The description of the issue": "Описание проблемы",
49
+ "Labels for the Issue": "Ярлыки для проблемы",
50
+ "Assignees for the Issue": "Назначенные на запрос",
51
+ "The number of the issue you want to get information from": "Номер запроса, с которого вы хотите получить информацию",
52
+ "The number of the issue to comment on": "Номер задачи для комментирования",
53
+ "The comment to add to the issue": "Комментарий для добавления к проблеме",
54
+ "The number of the issue to be locked": "Номер запроса, который будет заблокирован",
55
+ "The reason for locking the issue": "Причина блокировки проблемы",
56
+ "The number of the issue to be unlocked": "Количество разблокированных задач",
57
+ "The number of the pull request": "Номер запроса на слияние",
58
+ "The SHA of the commit to comment on": "ША обязательства прокомментировать",
59
+ "The relative path to the file to comment on": "Относительный путь к файлу для комментирования",
60
+ "The content of the review comment": "Содержание комментария к отзыву",
61
+ "The position in the diff where the comment should be placed": "Позиция в diff где должен быть размещен комментарий",
62
+ "The content of the comment": "Содержание комментария",
63
+ "The relative path to the file to comment on (optional)": "Относительный путь к файлу для комментирования (опционально)",
64
+ "The line index in the diff to comment on (optional)": "Индекс строк в diff для комментирования (необязательно)",
65
+ "The number of the discussion to comment on": "Номер обсуждения для комментирования",
66
+ "The content of the comment (supports markdown)": "Содержимое комментария (поддерживает markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
68
+ "GET": "ПОЛУЧИТЬ",
69
+ "POST": "ПОСТ",
70
+ "PATCH": "ПАТЧ",
71
+ "PUT": "ПОКУПИТЬ",
72
+ "DELETE": "УДАЛИТЬ",
73
+ "HEAD": "HEAD",
74
+ "New Pull Request": "Новый Pull Request",
75
+ "New Star": "Новая звезда",
76
+ "New Issue": "Новая задача",
77
+ "Push": "Нагрузка",
78
+ "New Discussion": "Новое обсуждение",
79
+ "New Comment Posted": "Новый комментарий опубликован",
80
+ "Triggers when there is activity on a pull request.": "Триггеры при действии пулл-запроса.",
81
+ "Trigger when there is activity relating to repository stars.": "Срабатывать при активности, связанной со звездами репозитория.",
82
+ "Triggers when there is activity relating to an issue.": "Триггеры при наличии деятельности, связанной с проблемой.",
83
+ "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.": "Включает при нажатии в ветку репозитория. Это включает в себя когда фиксация отсылается при нажатии тега фиксации при удалении ветки, когда тег удаляется, или когда репозиторий создается из шаблона.",
84
+ "Triggers when there is activity relating to a discussion.": "Триггеры, когда есть активность, связанная с обсуждением.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Включает при появлении нового комментария к обсуждению."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Developer platform that allows developers to create, store, manage and share their code",
4
+ "Create Issue": "Create Issue",
5
+ "Get issue information": "Get issue information",
6
+ "Create comment on a issue": "Create comment on a issue",
7
+ "Lock issue": "Lock issue",
8
+ "Unlock issue": "Unlock issue",
9
+ "Raw GraphQL query": "Raw GraphQL query",
10
+ "Create Pull Request Review Comment": "Create Pull Request Review Comment",
11
+ "Create Commit Comment": "Create Commit Comment",
12
+ "Create Discussion Comment": "Create Discussion Comment",
13
+ "Custom API Call": "Custom API Call",
14
+ "Create Issue in GitHub Repository": "Create Issue in GitHub Repository",
15
+ "Grabs information from a specific issue": "Grabs information from a specific issue",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Adds a comment to the specified issue (also works with pull requests)",
17
+ "Locks the specified issue": "Locks the specified issue",
18
+ "Unlocks the specified issue": "Unlocks the specified issue",
19
+ "Perform a raw GraphQL query": "Perform a raw GraphQL query",
20
+ "Creates a review comment on a pull request in a GitHub repository": "Creates a review comment on a pull request in a GitHub repository",
21
+ "Creates a comment on a commit in a GitHub repository": "Creates a comment on a commit in a GitHub repository",
22
+ "Creates a comment on a discussion in a GitHub repository": "Creates a comment on a discussion in a GitHub repository",
23
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
24
+ "Repository": "Repository",
25
+ "Title": "Title",
26
+ "Description": "Description",
27
+ "Labels": "Labels",
28
+ "Assignees": "Assignees",
29
+ "Issue Number": "Issue Number",
30
+ "Issue number": "Issue number",
31
+ "Comment": "Comment",
32
+ "Lock Reason": "Lock Reason",
33
+ "Query": "Query",
34
+ "Parameters": "Parameters",
35
+ "Pull Request Number": "Pull Request Number",
36
+ "Commit SHA": "Commit SHA",
37
+ "File Path": "File Path",
38
+ "Comment Body": "Comment Body",
39
+ "Position": "Position",
40
+ "Discussion Number": "Discussion Number",
41
+ "Method": "Method",
42
+ "Headers": "Headers",
43
+ "Query Parameters": "Query Parameters",
44
+ "Body": "Body",
45
+ "No Error on Failure": "No Error on Failure",
46
+ "Timeout (in seconds)": "Timeout (in seconds)",
47
+ "The title of the issue": "The title of the issue",
48
+ "The description of the issue": "The description of the issue",
49
+ "Labels for the Issue": "Labels for the Issue",
50
+ "Assignees for the Issue": "Assignees for the Issue",
51
+ "The number of the issue you want to get information from": "The number of the issue you want to get information from",
52
+ "The number of the issue to comment on": "The number of the issue to comment on",
53
+ "The comment to add to the issue": "The comment to add to the issue",
54
+ "The number of the issue to be locked": "The number of the issue to be locked",
55
+ "The reason for locking the issue": "The reason for locking the issue",
56
+ "The number of the issue to be unlocked": "The number of the issue to be unlocked",
57
+ "The number of the pull request": "The number of the pull request",
58
+ "The SHA of the commit to comment on": "The SHA of the commit to comment on",
59
+ "The relative path to the file to comment on": "The relative path to the file to comment on",
60
+ "The content of the review comment": "The content of the review comment",
61
+ "The position in the diff where the comment should be placed": "The position in the diff where the comment should be placed",
62
+ "The content of the comment": "The content of the comment",
63
+ "The relative path to the file to comment on (optional)": "The relative path to the file to comment on (optional)",
64
+ "The line index in the diff to comment on (optional)": "The line index in the diff to comment on (optional)",
65
+ "The number of the discussion to comment on": "The number of the discussion to comment on",
66
+ "The content of the comment (supports markdown)": "The content of the comment (supports markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
68
+ "GET": "GET",
69
+ "POST": "POST",
70
+ "PATCH": "PATCH",
71
+ "PUT": "PUT",
72
+ "DELETE": "DELETE",
73
+ "HEAD": "HEAD",
74
+ "New Pull Request": "New Pull Request",
75
+ "New Star": "New Star",
76
+ "New Issue": "New Issue",
77
+ "Push": "Push",
78
+ "New Discussion": "New Discussion",
79
+ "New Comment Posted": "New Comment Posted",
80
+ "Triggers when there is activity on a pull request.": "Triggers when there is activity on a pull request.",
81
+ "Trigger when there is activity relating to repository stars.": "Trigger when there is activity relating to repository stars.",
82
+ "Triggers when there is activity relating to an issue.": "Triggers when there is activity relating to an issue.",
83
+ "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.": "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Triggers when there is activity relating to a discussion.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Triggers when there is a new comment posted on a discussion."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "Developer platform that allows developers to create, store, manage and share their code",
4
+ "Create Issue": "Create Issue",
5
+ "Get issue information": "Get issue information",
6
+ "Create comment on a issue": "Create comment on a issue",
7
+ "Lock issue": "Lock issue",
8
+ "Unlock issue": "Unlock issue",
9
+ "Raw GraphQL query": "Raw GraphQL query",
10
+ "Create Pull Request Review Comment": "Create Pull Request Review Comment",
11
+ "Create Commit Comment": "Create Commit Comment",
12
+ "Create Discussion Comment": "Create Discussion Comment",
13
+ "Custom API Call": "Custom API Call",
14
+ "Create Issue in GitHub Repository": "Create Issue in GitHub Repository",
15
+ "Grabs information from a specific issue": "Grabs information from a specific issue",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "Adds a comment to the specified issue (also works with pull requests)",
17
+ "Locks the specified issue": "Locks the specified issue",
18
+ "Unlocks the specified issue": "Unlocks the specified issue",
19
+ "Perform a raw GraphQL query": "Perform a raw GraphQL query",
20
+ "Creates a review comment on a pull request in a GitHub repository": "Creates a review comment on a pull request in a GitHub repository",
21
+ "Creates a comment on a commit in a GitHub repository": "Creates a comment on a commit in a GitHub repository",
22
+ "Creates a comment on a discussion in a GitHub repository": "Creates a comment on a discussion in a GitHub repository",
23
+ "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
24
+ "Repository": "Repository",
25
+ "Title": "Title",
26
+ "Description": "Description",
27
+ "Labels": "Labels",
28
+ "Assignees": "Assignees",
29
+ "Issue Number": "Issue Number",
30
+ "Issue number": "Issue number",
31
+ "Comment": "Comment",
32
+ "Lock Reason": "Lock Reason",
33
+ "Query": "Query",
34
+ "Parameters": "Parameters",
35
+ "Pull Request Number": "Pull Request Number",
36
+ "Commit SHA": "Commit SHA",
37
+ "File Path": "File Path",
38
+ "Comment Body": "Comment Body",
39
+ "Position": "Position",
40
+ "Discussion Number": "Discussion Number",
41
+ "Method": "Method",
42
+ "Headers": "Headers",
43
+ "Query Parameters": "Query Parameters",
44
+ "Body": "Body",
45
+ "No Error on Failure": "No Error on Failure",
46
+ "Timeout (in seconds)": "Timeout (in seconds)",
47
+ "The title of the issue": "The title of the issue",
48
+ "The description of the issue": "The description of the issue",
49
+ "Labels for the Issue": "Labels for the Issue",
50
+ "Assignees for the Issue": "Assignees for the Issue",
51
+ "The number of the issue you want to get information from": "The number of the issue you want to get information from",
52
+ "The number of the issue to comment on": "The number of the issue to comment on",
53
+ "The comment to add to the issue": "The comment to add to the issue",
54
+ "The number of the issue to be locked": "The number of the issue to be locked",
55
+ "The reason for locking the issue": "The reason for locking the issue",
56
+ "The number of the issue to be unlocked": "The number of the issue to be unlocked",
57
+ "The number of the pull request": "The number of the pull request",
58
+ "The SHA of the commit to comment on": "The SHA of the commit to comment on",
59
+ "The relative path to the file to comment on": "The relative path to the file to comment on",
60
+ "The content of the review comment": "The content of the review comment",
61
+ "The position in the diff where the comment should be placed": "The position in the diff where the comment should be placed",
62
+ "The content of the comment": "The content of the comment",
63
+ "The relative path to the file to comment on (optional)": "The relative path to the file to comment on (optional)",
64
+ "The line index in the diff to comment on (optional)": "The line index in the diff to comment on (optional)",
65
+ "The number of the discussion to comment on": "The number of the discussion to comment on",
66
+ "The content of the comment (supports markdown)": "The content of the comment (supports markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
68
+ "GET": "GET",
69
+ "POST": "POST",
70
+ "PATCH": "PATCH",
71
+ "PUT": "PUT",
72
+ "DELETE": "DELETE",
73
+ "HEAD": "HEAD",
74
+ "New Pull Request": "New Pull Request",
75
+ "New Star": "New Star",
76
+ "New Issue": "New Issue",
77
+ "Push": "Push",
78
+ "New Discussion": "New Discussion",
79
+ "New Comment Posted": "New Comment Posted",
80
+ "Triggers when there is activity on a pull request.": "Triggers when there is activity on a pull request.",
81
+ "Trigger when there is activity relating to repository stars.": "Trigger when there is activity relating to repository stars.",
82
+ "Triggers when there is activity relating to an issue.": "Triggers when there is activity relating to an issue.",
83
+ "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.": "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.",
84
+ "Triggers when there is activity relating to a discussion.": "Triggers when there is activity relating to a discussion.",
85
+ "Triggers when there is a new comment posted on a discussion.": "Triggers when there is a new comment posted on a discussion."
86
+ }
@@ -0,0 +1,86 @@
1
+ {
2
+ "GitHub": "GitHub",
3
+ "Developer platform that allows developers to create, store, manage and share their code": "開發者平台,允許開發者創建、存儲、管理和共享他們的代碼",
4
+ "Create Issue": "創建問題",
5
+ "Get issue information": "獲取問題信息",
6
+ "Create comment on a issue": "在問題上創建評論",
7
+ "Lock issue": "鎖定問題",
8
+ "Unlock issue": "解鎖問題",
9
+ "Raw GraphQL query": "原始 GraphQL 查詢",
10
+ "Create Pull Request Review Comment": "創建拉取請求審查評論",
11
+ "Create Commit Comment": "創建提交評論",
12
+ "Create Discussion Comment": "創建討論評論",
13
+ "Custom API Call": "自定義 API 呼叫",
14
+ "Create Issue in GitHub Repository": "在 GitHub 儲存庫中創建問題",
15
+ "Grabs information from a specific issue": "從特定問題中獲取信息",
16
+ "Adds a comment to the specified issue (also works with pull requests)": "為指定問題添加評論(也適用於拉取請求)",
17
+ "Locks the specified issue": "鎖定指定問題",
18
+ "Unlocks the specified issue": "解鎖指定問題",
19
+ "Perform a raw GraphQL query": "執行原始 GraphQL 查詢",
20
+ "Creates a review comment on a pull request in a GitHub repository": "在 GitHub 儲存庫的拉取請求上創建審查評論",
21
+ "Creates a comment on a commit in a GitHub repository": "在 GitHub 儲存庫的提交上創建評論",
22
+ "Creates a comment on a discussion in a GitHub repository": "在 GitHub 儲存庫中的討論上創建評論",
23
+ "Make a custom API call to a specific endpoint": "將一個自定義 API 調用到一個特定的終點",
24
+ "Repository": "倉庫",
25
+ "Title": "標題",
26
+ "Description": "描述",
27
+ "Labels": "標籤",
28
+ "Assignees": "受理人",
29
+ "Issue Number": "問題編號",
30
+ "Issue number": "問題編號",
31
+ "Comment": "評論",
32
+ "Lock Reason": "鎖定原因",
33
+ "Query": "查詢",
34
+ "Parameters": "參數",
35
+ "Pull Request Number": "拉取請求編號",
36
+ "Commit SHA": "提交 SHA",
37
+ "File Path": "文件路徑",
38
+ "Comment Body": "評論正文",
39
+ "Position": "位置",
40
+ "Discussion Number": "討論編號",
41
+ "Method": "方法",
42
+ "Headers": "信頭",
43
+ "Query Parameters": "查詢參數",
44
+ "Body": "正文內容",
45
+ "No Error on Failure": "失敗時沒有錯誤",
46
+ "Timeout (in seconds)": "超時(秒)",
47
+ "The title of the issue": "問題的標題",
48
+ "The description of the issue": "問題的描述",
49
+ "Labels for the Issue": "問題的標籤",
50
+ "Assignees for the Issue": "問題的受理人",
51
+ "The number of the issue you want to get information from": "您想獲取信息的問題編號",
52
+ "The number of the issue to comment on": "要評論的問題編號",
53
+ "The comment to add to the issue": "要添加到問題的評論",
54
+ "The number of the issue to be locked": "要鎖定的問題編號",
55
+ "The reason for locking the issue": "鎖定問題的原因",
56
+ "The number of the issue to be unlocked": "要解鎖的問題編號",
57
+ "The number of the pull request": "拉取請求的編號",
58
+ "The SHA of the commit to comment on": "要評論的提交的 SHA",
59
+ "The relative path to the file to comment on": "要評論的文件的相對路徑",
60
+ "The content of the review comment": "審查評論的內容",
61
+ "The position in the diff where the comment should be placed": "評論應放置在 diff 中的位置",
62
+ "The content of the comment": "評論的內容",
63
+ "The relative path to the file to comment on (optional)": "要評論的文件的相對路徑(可選)",
64
+ "The line index in the diff to comment on (optional)": "要評論的 diff 的行索引(可選)",
65
+ "The number of the discussion to comment on": "要評論的討論編號",
66
+ "The content of the comment (supports markdown)": "評論的內容(支持 markdown)",
67
+ "Authorization headers are injected automatically from your connection.": "授權頭自動從您的連接中注入。",
68
+ "GET": "獲取",
69
+ "POST": "帖子",
70
+ "PATCH": "黑色",
71
+ "PUT": "彈出",
72
+ "DELETE": "刪除",
73
+ "HEAD": "頭",
74
+ "New Pull Request": "新拉取請求",
75
+ "New Star": "新星標",
76
+ "New Issue": "新的問題",
77
+ "Push": "推送",
78
+ "New Discussion": "新討論",
79
+ "New Comment Posted": "新評論發表",
80
+ "Triggers when there is activity on a pull request.": "拉取請求有活動時觸發。",
81
+ "Trigger when there is activity relating to repository stars.": "當涉及到儲存庫星標的活動時觸發。",
82
+ "Triggers when there is activity relating to an issue.": "當涉及到問題的活動時觸發。",
83
+ "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.": "當有推送到儲存庫分支時觸發。這包括推送提交、推送提交標籤、刪除分支、刪除標籤或從範本創建儲存庫時。",
84
+ "Triggers when there is activity relating to a discussion.": "當涉及到討論的活動時觸發。",
85
+ "Triggers when there is a new comment posted on a discussion.": "當有新的評論發表在討論時觸發。"
86
+ }