{
  "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 Stripe 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."
    },
    "status": {
      "notConfigured": "Configure Stripe",
      "live": "Stripe Live ✅",
      "test": "Stripe Test 🧪",
      "invalid": "Invalid credentials ❌",
      "disconnect": "Disconnect",
      "disconnectConfirm": "Are you sure you want to remove your Stripe credentials?"
    }
  }
}