{
  "payment": {
    "typeLabel": "결제",
    "name": "결제 수신",
    "description": "AI 직원이 결제 링크를 생성하고 대화 중 클라이언트에게 직접 결제를 할 수 있도록 허용합니다.",
    "modal": {
      "title": "결제 수신",
      "description": "자격 증명을 설정하여 결제를 활성화하세요."
    },
    "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": "비밀 키를 확인하세요.",
      "stripeDescription": "신용/직불 카드, SEPA, Boleto",
      "paypalDescription": "PayPal 잔액, PayPal 경유 카드",
      "paypal": {
        "openDashboard": "PayPal 대시보드 열기 ↗",
        "notice": "자신의 PayPal 자격 증명 사용",
        "clientIdLabel": "클라이언트 ID",
        "clientIdPlaceholder": "XxYyZz...",
        "clientIdHelper": "찾는 곳: PayPal Developer → Apps & Credentials",
        "clientSecretLabel": "클라이언트 시크릿",
        "clientSecretHelper": "앱 설정에서 클라이언트 ID 바로 아래에 있습니다.",
        "webhookIdLabel": "웹훅 ID (선택 사항)",
        "webhookIdPlaceholder": "123456789...",
        "webhookIdHelper": "비동기 캡처에 필요합니다. 귀하의 리턴 URL을 가리키는 웹훅을 설정하십시오.",
        "save": "저장 및 활성화",
        "saving": "저장 중...",
        "saveSuccess": "자격 증명이 성공적으로 저장되었습니다!",
        "saveError": "자격 증명 저장 중 오류가 발생했습니다. 데이터를 확인하고 다시 시도하십시오.",
        "clientSecretPlaceholder": "XxYyZz..."
      }
    },
    "status": {
      "notConfigured": "Stripe 설정 미화",
      "live": "라이브",
      "test": "Stripe 테스트 🧪",
      "invalid": "무효 크레딧 정보",
      "disconnect": "disconnect",
      "disconnectConfirm": "Stripe 크레딧을 제거하고 싶은가요?",
      "sandbox": "샌드박스",
      "notConfiguredGeneric": "구성되지 않음"
    }
  }
}