{
  "payment": {
    "typeLabel": "Payments",
    "name": "Receive Payments",
    "description": "Allow your AI Employee to generate payment links and charge clients directly in the conversation.",
    "modal": {
      "title": "Receive Payments",
      "description": "Configure your credentials to enable payments."
    },
    "form": {
      "notice": "Use your own Stripe credentials",
      "openStripe": "Open Stripe dashboard ↗",
      "secretKeyLabel": "Secret Key",
      "secretKeyPlaceholder": "sk_live_... or sk_test_...",
      "secretKeyHelper": "Find it at: Stripe Dashboard → Developers → API Keys",
      "webhookSecretLabel": "Webhook Secret",
      "webhookSecretPlaceholder": "whsec_...",
      "webhookSecretHelper": "Set up a webhook pointing to your URL and copy the signing secret.",
      "webhookLink": "Configure webhook →",
      "save": "Save and activate",
      "saving": "Saving...",
      "saveSuccess": "Credentials saved successfully!",
      "saveError": "Error saving credentials. Please check your data and try again.",
      "invalidCredentials": "Invalid credentials. Please check your Secret Key.",
      "stripeDescription": "Credit/Debit cards, SEPA, Boleto",
      "paypalDescription": "PayPal balance, cards via PayPal",
      "paypal": {
        "openDashboard": "Open PayPal dashboard ↗",
        "notice": "Use your own PayPal credentials",
        "clientIdLabel": "Client ID",
        "clientIdPlaceholder": "AaBbCc...",
        "clientIdHelper": "Find it at: PayPal Developer → Apps & Credentials",
        "clientSecretLabel": "Client Secret",
        "clientSecretPlaceholder": "XxYyZz...",
        "clientSecretHelper": "Found right below the Client ID in the app settings.",
        "webhookIdLabel": "Webhook ID (Optional)",
        "webhookIdPlaceholder": "123456789...",
        "webhookIdHelper": "Required for async capture. Set up a webhook pointing to your Return URL.",
        "save": "Save and activate",
        "saving": "Saving...",
        "saveSuccess": "Credentials saved successfully!",
        "saveError": "Error saving credentials. Please check your data and try again."
      }
    },
    "status": {
      "notConfigured": "Configure Stripe",
      "live": "Live",
      "test": "Stripe Test 🧪",
      "invalid": "Invalid credentials ❌",
      "disconnect": "Disconnect",
      "disconnectConfirm": "Are you sure you want to remove your Stripe credentials?",
      "sandbox": "Sandbox",
      "notConfiguredGeneric": "Not configured"
    }
  }
}