trypost/lang/ja/webhooks.php
Paulo Castellano 58d8e066b5
Add workspace webhooks and drop the unused automation webhook node (#326)
* Add workspace webhooks and drop the unused automation webhook node.

Give workspaces HMAC-signed outgoing webhooks for the post lifecycle, with retry, auto-pause, replay, and live logs, and keep HTTP Request as the only outbound automation node.

* Tighten webhook controller and validation after review.

Drop the redundant workspace redirects, prune logs without counting, and validate events/status with Rule::enum.

* Move leftover webhook UI copy behind i18n.

HTTP status phrases, delete-cancel, and validation attribute names were still English literals.

* Build the webhook-paused email through Maizzle.

The hand-written Blade skipped the shared layout, header, and footer used by the other mail templates.

* Cover real webhook dispatch paths and restyle the webhook pages.

* Ask for the shared delete keyword when confirming a webhook delete.

The endpoint URL is a poor confirm string; posts and assets already use the common "delete" keyword.

* Fix webhook review blockers so CI can go green.

Drop leftover French automation keys, stop mutating Inertia log props, and show delivered_at instead of created_at.

* Close the remaining webhook review gaps.

Keep Echo log updates across infinite scroll, align the channel with the policy, persist log ids across retries, and fail unknown automation nodes without throwing.

* Stop webhook delivery after disable and record last sent only on success.

Queued jobs now skip paused or disabled endpoints unless the user replays, and changing the URL re-pings it first.

* Limit webhooks to owners and admins, and encrypt signing secrets.

Members can no longer create or inspect outgoing integrations, and secrets stay encrypted at rest.

* Cover webhook secret hiding, skip-ping, and failed-delivery edges.

* Send the full post on webhooks after labels and platforms are saved.

* Fix webhook payloads for integer media ids and type webhook status.

* Split the webhook show page into focused components.

* Reset live webhook logs when switching endpoints.

* Keep the newest webhook logs at the top after live merges.

* Cast media item ids to string without the extra scalar check.

* Add post.unscheduled webhooks and put the log id on the envelope.

Unscheduling is now a first-class event, and receivers can send the delivery id back so we can find the matching log.

* Translate webhook event names in the UI.

* Make the webhook show page full-width and stop stacking flash toasts.

* Translate remaining webhook UI copy in every locale.

* Sign webhook pings and drop author email from the payload.

* Send signed webhook tests after create instead of pinging on save.

Create and update only block private URLs so the receiver can copy the secret first. The show page then sends a signed webhook.test with an object data envelope.

* Polish webhook test UX and always mint the dispatch log id in the job.

Keep send-test in the actions menu (its own group) and drop the leftover constructor param so retries reuse the serialized id instead of a caller-supplied one.
2026-09-04 09:43:29 -03:00

139 lines
6.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
declare(strict_types=1);
return [
'title' => 'Webhooks',
'description' => '投稿の作成、予約、予約解除、公開、失敗をリアルタイムで通知します。',
'new' => 'Webhookを作成',
'empty_title' => 'Webhookはまだありません',
'empty_description' => 'Webhookを作成すると、イベント通知をリアルタイムで受け取れます。',
'table' => [
'endpoint' => 'Endpoint',
'events' => '購読中',
'status' => 'ステータス',
'last_sent' => '最終送信',
],
'events_count' => '{1} :count件のイベント|[2,*] :count件のイベント',
'never' => 'なし',
'status' => [
'enabled' => '有効',
'disabled' => '無効',
'paused' => '一時停止中',
],
'actions' => [
'view' => '詳細を見る',
'copy_id' => 'Webhook IDをコピー',
'delete' => '削除',
'edit' => 'Endpointを編集',
'enable' => 'Endpointを有効化',
'disable' => 'Endpointを無効化',
'rotate' => '署名シークレットを更新',
'send_test' => 'テストイベントを送信',
'replay' => '再送信',
'reveal_secret' => 'シークレットを表示',
'hide_secret' => 'シークレットを隠す',
'copy_secret' => 'シークレットをコピー',
],
'create' => [
'title' => 'Webhookを作成',
'description' => '通知を受け取るEndpointを設定します。',
'endpoint' => 'Endpoint URL',
'endpoint_placeholder' => 'https://example.com/webhooks',
'events' => 'イベント',
'events_placeholder' => 'イベントを選択...',
'events_selected' => '{1} :count件のイベントを選択|[2,*] :count件のイベントを選択',
'search_events' => 'イベントを検索...',
'no_events' => 'イベントが見つかりません',
'submit' => 'Webhookを作成',
'cancel' => 'キャンセル',
],
'edit' => [
'title' => 'Endpointを編集',
'description' => 'Endpoint URLと購読するイベントを更新します。',
'submit' => '変更を保存',
'cancel' => 'キャンセル',
],
'delete' => [
'title' => 'Webhookを削除',
'description' => 'このWebhookを削除しますかこのEndpointへのイベント通知は届かなくなります。',
'confirm' => 'Webhookを削除',
'cancel' => 'キャンセル',
],
'rotate' => [
'title' => '署名シークレットを更新',
'description' => '新しい署名シークレットを発行します。現在のシークレットはすぐに使えなくなります。Endpoint側も新しいシークレットに更新してください。',
'submit' => 'シークレットを更新',
'cancel' => 'キャンセル',
],
'show' => [
'signing_secret' => '署名シークレット',
'last_sent' => '最終送信 :time',
'listening_for' => '購読中',
'http_status' => 'HTTPステータス',
'status_code' => ':code - :reason',
'attempts' => '試行回数',
'delivered_at' => '配信日時',
'response_body' => 'レスポンス本文',
'response' => 'レスポンス',
'no_response_body' => 'レスポンス本文なし',
'no_response' => 'レスポンスなし',
'payload' => 'メッセージのペイロード',
'empty_title' => 'イベントはまだありません',
'empty_description' => '投稿が作成、予約、予約解除、公開されると、Webhookイベントがここに表示されます。',
],
'events' => [
'group_posts' => '投稿',
'post_created' => '投稿を作成',
'post_scheduled' => '投稿を予約',
'post_unscheduled' => '予約を解除',
'post_published' => '投稿を公開',
'post_partially_published' => '一部公開',
'post_failed' => '投稿に失敗',
'post_deleted' => '投稿を削除',
],
'http_reasons' => [
'unknown' => '不明',
'200' => 'OK',
'201' => '作成',
'202' => '受理',
'204' => 'コンテンツなし',
'400' => '不正なリクエスト',
'401' => '認証が必要',
'403' => '禁止',
'404' => '見つかりません',
'408' => 'リクエストタイムアウト',
'422' => '処理できないエンティティ',
'429' => 'リクエスト過多',
'500' => 'サーバー内部エラー',
'502' => '不正なゲートウェイ',
'503' => 'サービス利用不可',
'504' => 'ゲートウェイタイムアウト',
],
'copied' => [
'id' => 'Webhook IDをクリップボードにコピーしました',
'secret' => '署名シークレットをクリップボードにコピーしました',
'response' => 'レスポンス本文をコピーしました',
'payload' => 'ペイロードをコピーしました',
],
'errors' => [
'endpoint_not_allowed' => 'このEndpointは許可されていません。',
'endpoint_unreachable' => 'Endpointに到達できません。',
'endpoint_http_status' => 'EndpointがHTTP :statusを返しました。',
],
'flash' => [
'created' => 'Webhookを作成しました。',
'updated' => 'Webhookを更新しました。',
'deleted' => 'Webhookを削除しました。',
'secret_rotated' => '署名シークレットを更新しました。',
'replayed' => 'Webhookイベントを再送信しました。',
'tested' => 'テストイベントを送信しました。',
],
'mail' => [
'paused_subject' => 'Webhookを一時停止しました: :endpoint',
'paused_title' => '連続した失敗のためWebhookを一時停止しました',
'paused_preview' => '配信が5回連続で失敗したため、Webhookを一時停止しました。',
'paused_body' => ':endpoint のWebhookを、配信が5回連続で失敗したため一時停止しました。Endpointを確認し、Webhookの詳細ページから再度有効にしてください。',
'paused_cta' => 'Webhookを見る',
],
];