{
  "payment": {
    "typeLabel": "支付",
    "name": "接收支付",
    "description": "让你的AI员工能为客户生成支付链接",
    "modal": {
      "title": "接收支付",
      "description": "配置凭证以启用支付"
    },
    "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": "工具输入表单无效密钥",
      "stripeDescription": "信用卡/借记卡、SEPA、Boleto",
      "paypalDescription": "PayPal 余额、通过 PayPal 支付的卡",
      "paypal": {
        "openDashboard": "打开 PayPal 控制台 ↗",
        "notice": "使用您自己的 PayPal 凭据",
        "clientIdLabel": "客户 ID (Client ID)",
        "clientIdPlaceholder": "XxYyZz...",
        "clientIdHelper": "获取路径：PayPal Developer → Apps & Credentials",
        "clientSecretLabel": "客户密钥 (Client Secret)",
        "clientSecretHelper": "在应用设置中位于客户 ID 的正下方。",
        "webhookIdLabel": "Webhook ID（可选）",
        "webhookIdPlaceholder": "123456789...",
        "webhookIdHelper": "异步捕获所需。请设置一个指向您的返回 URL 的 Webhook。",
        "save": "保存并启用",
        "saving": "正在保存...",
        "saveSuccess": "凭据保存成功！",
        "saveError": "保存凭据时出错。请检查您的数据并重试。",
        "clientSecretPlaceholder": "请输入客户端密钥"
      }
    },
    "status": {
      "notConfigured": "支付状态未配置",
      "live": "正式 (Live)",
      "test": "Stripe 测试 🧪",
      "invalid": "无效密钥 ❌",
      "disconnect": "断开",
      "disconnectConfirm": "确认断开",
      "sandbox": "沙盒 (Sandbox)",
      "notConfiguredGeneric": "未配置"
    }
  }
}