trypost/lang/ko/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 KiB
PHP

<?php
declare(strict_types=1);
return [
'title' => 'Webhooks',
'description' => '게시물이 생성되거나, 예약되거나, 예약이 취소되거나, 게시되거나, 실패하면 실시간으로 알림을 받습니다.',
'new' => '웹훅 만들기',
'empty_title' => '아직 웹훅이 없습니다',
'empty_description' => '웹훅을 만들어 이벤트 알림을 실시간으로 받으세요.',
'table' => [
'endpoint' => 'Endpoint',
'events' => '수신 중',
'status' => '상태',
'last_sent' => '마지막 전송',
],
'events_count' => '{1} 이벤트 :count개|[2,*] 이벤트 :count개',
'never' => '없음',
'status' => [
'enabled' => '사용 중',
'disabled' => '사용 안 함',
'paused' => '일시정지됨',
],
'actions' => [
'view' => '세부정보 보기',
'copy_id' => '웹훅 ID 복사',
'delete' => '삭제',
'edit' => 'Endpoint 편집',
'enable' => 'Endpoint 사용',
'disable' => 'Endpoint 사용 안 함',
'rotate' => '서명 시크릿 교체',
'send_test' => '테스트 이벤트 보내기',
'replay' => '다시 보내기',
'reveal_secret' => '시크릿 표시',
'hide_secret' => '시크릿 숨기기',
'copy_secret' => '시크릿 복사',
],
'create' => [
'title' => '웹훅 만들기',
'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' => '웹훅 만들기',
'cancel' => '취소',
],
'edit' => [
'title' => 'Endpoint 편집',
'description' => 'Endpoint URL과 수신할 이벤트를 업데이트하세요.',
'submit' => '변경 사항 저장',
'cancel' => '취소',
],
'delete' => [
'title' => '웹훅 삭제',
'description' => '이 웹훅을 삭제할까요? 이 endpoint로는 더 이상 이벤트 알림을 받지 않습니다.',
'confirm' => '웹훅 삭제',
'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' => '게시물이 생성되거나, 예약되거나, 예약이 취소되거나, 게시되면 웹훅 이벤트가 여기에 나타납니다.',
],
'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' => '웹훅 ID를 클립보드에 복사했습니다',
'secret' => '서명 시크릿을 클립보드에 복사했습니다',
'response' => '응답 본문을 복사했습니다',
'payload' => '페이로드를 복사했습니다',
],
'errors' => [
'endpoint_not_allowed' => '이 endpoint는 허용되지 않습니다.',
'endpoint_unreachable' => 'endpoint에 연결할 수 없습니다.',
'endpoint_http_status' => 'endpoint가 HTTP :status를 반환했습니다.',
],
'flash' => [
'created' => '웹훅을 만들었습니다.',
'updated' => '웹훅을 업데이트했습니다.',
'deleted' => '웹훅을 삭제했습니다.',
'secret_rotated' => '서명 시크릿을 교체했습니다.',
'replayed' => '웹훅 이벤트를 다시 보냈습니다.',
'tested' => '테스트 이벤트를 보냈습니다.',
],
'mail' => [
'paused_subject' => '웹훅이 일시정지됨: :endpoint',
'paused_title' => '반복된 실패로 웹훅이 일시정지되었습니다',
'paused_preview' => '연속 5회 전달에 실패한 뒤 웹훅을 일시정지했습니다.',
'paused_body' => ':endpoint의 웹훅을 연속 5회 전달 실패 후 일시정지했습니다. Endpoint를 확인한 뒤 웹훅 상세 페이지에서 다시 사용하세요.',
'paused_cta' => '웹훅 보기',
],
];