Project

General

Profile

Patch #43423 » ja-translation-webhooks.patch

Go MAEDA, 2025-10-31 10:14

View differences:

config/locales/ja.yml
1478 1478
  text_oauth_implicit_permissions: あなたの名前・ログインID・メインのメールアドレスの閲覧
1479 1479
  text_oauth_info_scopes: このアプリケーションが要求できるスコープを選択してください。アプリケーションは、ここで選択された範囲を超えることはできません。また、認可したユーザーのロールおよび参加しているプロジェクトによる制限も常に適用されます。
1480 1480
  twofa_already_setup: 二要素認証はすでに設定済みです。
1481
  permission_use_webhooks: Use webhooks
1482
  label_webhook_plural: Webhooks
1483
  label_webhook_new: New webhook
1484
  label_webhook_edit: Edit webhook
1485
  label_webhook_events: Events
1486
  webhook_events_issue: Issues
1487
  webhook_events_issue_created: Issue created
1488
  webhook_events_issue_updated: Issue updated
1489
  webhook_events_issue_deleted: Issue deleted
1490
  webhook_url_info: Redmine will send a POST request to this URL whenever one of the
1491
    selected events occurs in one of the selected projects.
1492
  webhook_secret_info_html: If provided, Redmine will use this to create a hash signature
1493
    that is sent with each delivery as the value of the X-Redmine-Signature-256 header.
1494
  setting_webhooks_enabled: Enable webhooks
1495
  label_integrations: Integrations
1481
  permission_use_webhooks: Webhookの使用
1482
  label_webhook_plural: Webhook
1483
  label_webhook_new: 新しいwebhook
1484
  label_webhook_edit: webhookの編集
1485
  label_webhook_events: イベント
1486
  webhook_events_issue: チケット
1487
  webhook_events_issue_created: チケットの作成
1488
  webhook_events_issue_updated: チケットの更新
1489
  webhook_events_issue_deleted: チケットの削除
1490
  webhook_url_info: 選択されたイベントが発生するとRedmineはこのURLにPOSTリクエストを送信します。
1491
  webhook_secret_info_html: Redmineはこの値を使用してハッシュ署名を作成し、各リクエストの X-Redmine-Signature-256 ヘッダーの値として送信します。
1492
  setting_webhooks_enabled: Webhookを有効にする
1493
  label_integrations: 連携
1496 1494
  label_alert_note: Note
1497 1495
  label_alert_tip: Tip
1498 1496
  label_alert_warning: Warning
    (1-1/1)