@activepieces/piece-github 0.5.1 → 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 +16 -13
- package/src/i18n/ca.json +86 -0
- package/src/i18n/de.json +86 -0
- package/src/i18n/es.json +86 -0
- package/src/i18n/fr.json +86 -0
- package/src/i18n/hi.json +86 -0
- package/src/i18n/id.json +86 -0
- package/src/i18n/ja.json +86 -0
- package/src/i18n/nl.json +86 -0
- package/src/i18n/pt.json +86 -0
- package/src/i18n/ru.json +86 -0
- package/src/i18n/translation.json +86 -0
- package/src/i18n/vi.json +86 -0
- package/src/i18n/zh.json +86 -0
- package/src/lib/actions/create-comment-on-a-issue.js.map +1 -1
- package/src/lib/actions/create-commit-comment.js.map +1 -1
- package/src/lib/actions/create-discussion-comment.js.map +1 -1
- package/src/lib/actions/create-issue.js.map +1 -1
- package/src/lib/actions/create-pull-request-review-comment.js.map +1 -1
- package/src/lib/actions/get-issue-information.js.map +1 -1
- package/src/lib/actions/lock-issue.js.map +1 -1
- package/src/lib/actions/raw-graphql-query.js.map +1 -1
- package/src/lib/actions/unlock-issue.js.map +1 -1
- package/src/lib/common/index.js.map +1 -1
- package/src/lib/trigger/index.d.ts +548 -2
- package/src/lib/trigger/index.js +490 -8
- package/src/lib/trigger/index.js.map +1 -1
- package/src/lib/trigger/register-trigger.js +5 -1
- package/src/lib/trigger/register-trigger.js.map +1 -1
package/src/i18n/ja.json
ADDED
|
@@ -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
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -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
|
+
}
|
package/src/i18n/pt.json
ADDED
|
@@ -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
|
+
}
|
package/src/i18n/ru.json
ADDED
|
@@ -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
|
+
}
|
package/src/i18n/vi.json
ADDED
|
@@ -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
|
+
}
|
package/src/i18n/zh.json
ADDED
|
@@ -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
|
+
}
|