- 'webhooks' => 'Webhooks',
- 'webhooks_create' => 'Create New Webhook',
- 'webhooks_none_created' => 'No webhooks have yet been created.',
- 'webhooks_edit' => 'Edit Webhook',
- 'webhooks_save' => 'Save Webhook',
- 'webhooks_details' => 'Webhook Details',
- 'webhooks_details_desc' => 'Provide a user friendly name and a POST endpoint as a location for the webhook data to be sent to.',
- 'webhooks_events' => 'Webhook Events',
- 'webhooks_events_desc' => 'Select all the events that should trigger this webhook to be called.',
- 'webhooks_events_warning' => 'Keep in mind that these events will be triggered for all selected events, even if custom permissions are applied. Ensure that use of this webhook won\'t expose confidential content.',
- 'webhooks_events_all' => 'All system events',
- 'webhooks_name' => 'Webhook Name',
- 'webhooks_timeout' => 'Webhook Request Timeout (Seconds)',
- 'webhooks_endpoint' => 'Webhook Endpoint',
+ 'webhooks' => 'Webhook',
+ 'webhooks_create' => 'Webhookを作成',
+ 'webhooks_none_created' => 'Webhookはまだ作成されていません。',
+ 'webhooks_edit' => 'Webhookを編集',
+ 'webhooks_save' => 'Webhookを保存',
+ 'webhooks_details' => 'Webhookの詳細',
+ 'webhooks_details_desc' => 'ユーザーフレンドリーな名前とWebhookデータの送信先にするPOSTエンドポイントを指定します。',
+ 'webhooks_events' => 'Webhookのイベント',
+ 'webhooks_events_desc' => 'このWebhookの呼び出しをトリガーするすべてのイベントを選択します。',
+ 'webhooks_events_warning' => 'これらのイベントはカスタム権限が適用されている場合でも、選択したすべてのイベントに対してトリガーされることに注意してください。このWebhookの利用により機密コンテンツが公開されないことを確認してください。',
+ 'webhooks_events_all' => '全てのシステムイベント',
+ 'webhooks_name' => 'Webhook名',
+ 'webhooks_timeout' => 'Webhookリクエストタイムアウト (秒)',
+ 'webhooks_endpoint' => 'Webhookエンドポイント',