{
  "payment": {
    "typeLabel": "支付",
    "name": "接收支付",
    "description": "让你的AI员工能为客户生成支付链接",
    "modal": {
      "title": "接收支付",
      "description": "配置Stripe凭证以启用支付"
    },
    "form": {
      "notice": "使用自己的Stripe凭证",
      "openStripe": "打开Stripe仪表板 ↗",
      "secretKeyLabel": "秘密密钥",
      "secretKeyPlaceholder": "sk_live_... 或 sk_test_...",
      "secretKeyHelper": "在Stripe仪表板 → 开发者 → API密钥找到",
      "webhookSecretLabel": "Webhook密钥",
      "webhookSecretPlaceholder": "whsec_...",
      "webhookSecretHelper": "设置一个指向URL并复制签名密钥的webhook",
      "webhookLink": "配置webhook →",
      "save": "保存并激活",
      "saving": "保存中...",
      "saveSuccess": "凭证已保存成功！",
      "saveError": "保存凭证失败，请检查数据并重试。",
      "invalidCredentials": "工具输入表单无效密钥"
    },
    "status": {
      "notConfigured": "支付状态未配置",
      "live": "Stripe Live ✅",
      "test": "Stripe Test 🧪",
      "invalid": "无效密钥 ❌",
      "disconnect": "断开",
      "disconnectConfirm": "确认断开"
    }
  }
}