{
  "payment": {
    "noData": "데이터 없음.",
    "typeLabel": "결제",
    "name": "결제 수신",
    "description": "AI 직원이 결제 링크를 생성하고 대화 중 클라이언트에게 직접 결제를 할 수 있도록 허용합니다.",
    "modal": {
      "title": "결제 수신",
      "description": "Stripe 자격 증명을 설정하여 결제를 활성화하세요."
    },
    "form": {
      "notice": "자체 Stripe 자격 증명 사용",
      "openStripe": "Stripe 대시보드 열기",
      "secretKeyLabel": "비밀 키",
      "secretKeyPlaceholder": "sk_live_... 또는 sk_test_...",
      "secretKeyHelper": "Stripe Dashboard → 개발자 → API 키",
      "webhookSecretLabel": "웹훅 비밀",
      "webhookSecretPlaceholder": "whsec_...",
      "webhookSecretHelper": "URL에 지정된 웹훅에 연결하고 서명 비밀 복사",
      "webhookLink": "웹훅 설정 →",
      "save": "제공하고 활성화",
      "saving": "저장하고 활성화",
      "saveSuccess": "크레딧이 성공적으로 저장되었습니다.",
      "saveError": "오류 발생했습니다. 데이터를 확인하고 다시 시도하세요.",
      "invalidCredentials": "비밀 키를 확인하세요."
    },
    "status": {
      "notConfigured": "Stripe 설정 미화",
      "live": "Stripe Live ✅",
      "test": "Stripe 테스트 🧪",
      "invalid": "무효 크레딧 정보",
      "disconnect": "disconnect",
      "disconnectConfirm": "Stripe 크레딧을 제거하고 싶은가요?"
    }
  }
}