summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiteaBot <teabot@gitea.io>2020-03-09 19:57:34 +0000
committerGiteaBot <teabot@gitea.io>2020-03-09 19:57:34 +0000
commit288e487232e90fab04b4d69e063ae6f93af19c37 (patch)
treead7564c6b3e8d30dc2e56056329799df1d8c564b
parent9269b7f6271e865f2eeda7a68ed8f1afe7431bad (diff)
downloadgitea-288e487232e90fab04b4d69e063ae6f93af19c37.tar.gz
gitea-288e487232e90fab04b4d69e063ae6f93af19c37.zip
[skip ci] Updated translations via Crowdin
-rw-r--r--options/locale/locale_ja-JP.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/options/locale/locale_ja-JP.ini b/options/locale/locale_ja-JP.ini
index 0566e56ed8..07b3154855 100644
--- a/options/locale/locale_ja-JP.ini
+++ b/options/locale/locale_ja-JP.ini
@@ -1752,6 +1752,7 @@ users=ユーザーアカウント
organizations=組織
repositories=リポジトリ
hooks=デフォルトのWebhooks
+systemhooks=システムWebhook
authentication=認証ソース
emails=ユーザーメールアドレス
config=設定
@@ -1888,6 +1889,9 @@ hooks.desc=Webhookは特定のGiteaイベントトリガーが発生した際、
hooks.add_webhook=デフォルトのWebhookを追加
hooks.update_webhook=デフォルトのWebhookを更新
+systemhooks.desc=Webhookは特定のGiteaイベントトリガーが発生した際、自動的にHTTP POSTリクエストをサーバーへ送信します。 ここで定義したWebhookはシステム内のすべてのリポジトリで呼び出されます。 そのため、パフォーマンスに及ぼす影響を考慮したうえで設定してください。 詳しくは<a target="_blank" rel="noopener" href="https://docs.gitea.io/en-us/webhooks/">webhooks guide</a>をご覧下さい。
+systemhooks.add_webhook=システムWebhookを追加
+systemhooks.update_webhook=システムWebhookを更新
auths.auth_manage_panel=認証ソースの管理
auths.new=認証ソースを追加