File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1752,6 +1752,7 @@ users=ユーザーアカウント
1752
1752
organizations =組織
1753
1753
repositories =リポジトリ
1754
1754
hooks =デフォルトのWebhooks
1755
+ systemhooks =システムWebhook
1755
1756
authentication =認証ソース
1756
1757
emails =ユーザーメールアドレス
1757
1758
config =設定
@@ -1888,6 +1889,9 @@ hooks.desc=Webhookは特定のGiteaイベントトリガーが発生した際、
1888
1889
hooks.add_webhook =デフォルトのWebhookを追加
1889
1890
hooks.update_webhook =デフォルトのWebhookを更新
1890
1891
1892
+ systemhooks.desc =Webhookは特定のGiteaイベントトリガーが発生した際、自動的にHTTP POSTリクエストをサーバーへ送信します。 ここで定義したWebhookはシステム内のすべてのリポジトリで呼び出されます。 そのため、パフォーマンスに及ぼす影響を考慮したうえで設定してください。 詳しくは<a target =" _blank" rel =" noopener" href =" https://docs.gitea.io/en-us/webhooks/" >webhooks guide</a>をご覧下さい。
1893
+ systemhooks.add_webhook =システムWebhookを追加
1894
+ systemhooks.update_webhook =システムWebhookを更新
1891
1895
1892
1896
auths.auth_manage_panel =認証ソースの管理
1893
1897
auths.new =認証ソースを追加
You can’t perform that action at this time.
0 commit comments