{
  "title": "Billing",
  "description": "Manage your subscription and billing",
  "currentPlan": "Current Plan",
  "selectPlan": "Select Plan",
  "contactSales": "Contact Sales",
  "contactUs": "Contact Us",
  "unlimited": "Unlimited",
  "upgrade": "Upgrade",
  "downgrade": "Downgrade",
  "cancelSubscription": "Cancel Subscription",
  "upgradeDescription": "Choose the plan that best fits your needs",
  "monthly": "Monthly",
  "yearly": "Yearly",
  "perMonth": "/month",
  "perYear": "/year",
  "savePercent": "Save {percent}%",

  "plans": {
    "free": {
      "name": "Free",
      "description": "Get started with basic features"
    },
    "starter": {
      "name": "Starter",
      "description": "For small teams getting started"
    },
    "pro": {
      "name": "Pro",
      "description": "For growing teams and businesses"
    },
    "business": {
      "name": "Business",
      "description": "For larger organizations with advanced needs"
    },
    "enterprise": {
      "name": "Enterprise",
      "description": "Custom solutions for large organizations"
    }
  },

  "features": {
    "title": "Features",
    "basic_analytics": "Basic Analytics",
    "basic_analytics_description": "View basic usage statistics and reports",
    "advanced_analytics": "Advanced Analytics",
    "advanced_analytics_description": "Deep insights with custom reports and data exports",
    "realtime_analytics": "Real-time Analytics",
    "realtime_analytics_description": "Live dashboards with real-time data updates",
    "api_access": "API Access",
    "api_access_description": "Full REST API access for integrations",
    "webhooks": "Webhooks",
    "webhooks_description": "Receive real-time event notifications via HTTP callbacks",
    "custom_branding": "Custom Branding",
    "custom_branding_description": "Add your own logo and brand colors",
    "white_label": "White Label",
    "white_label_description": "Remove all branding for a fully custom experience",
    "sso": "Single Sign-On (SSO)",
    "sso_description": "Enterprise SSO with SAML/OIDC support",
    "audit_logs": "Audit Logs",
    "audit_logs_description": "Track all user actions and changes for compliance",
    "priority_support": "Priority Support",
    "priority_support_description": "24/7 priority support with faster response times",
    "dedicated_support": "Dedicated Support",
    "dedicated_support_description": "Dedicated account manager and support channel",
    "guest_access": "Guest Access",
    "guest_access_description": "Invite external collaborators with limited access",
    "custom_domain": "Custom Domain",
    "custom_domain_description": "Use your own domain",
    "advanced_seo": "Advanced SEO",
    "advanced_seo_description": "Advanced SEO tools and optimization",
    "pipeline_automation": "Pipeline Automation",
    "pipeline_automation_description": "Automate your sales pipeline with rules and triggers",
    "email_templates": "Email Templates",
    "email_templates_description": "Use pre-built email templates for outreach",
    "gantt_view": "Gantt View",
    "gantt_view_description": "Visualize projects with Gantt charts",
    "time_tracking": "Time Tracking",
    "time_tracking_description": "Track time spent on tasks and projects",
    "task_automation": "Task Automation",
    "task_automation_description": "Automate task assignments, status changes, and notifications",
    "customer_import": "Customer Import",
    "customer_import_description": "Bulk import customers from CSV or external sources",
    "recurring_tasks": "Recurring Tasks",
    "recurring_tasks_description": "Create tasks that repeat on a schedule"
  },

  "limits": {
    "title": "Limits",
    "team_members": "Team Members",
    "tasks": "Tasks",
    "customers": "Customers",
    "api_calls": "API Calls / month",
    "storage": "Storage",
    "storage_gb": "Storage (GB)",
    "file_uploads": "File Uploads / month",
    "webhooks_count": "Webhooks",
    "posts": "Posts",
    "monthly_views": "Monthly Views",
    "authors": "Authors",
    "contacts": "Contacts",
    "deals": "Deals",
    "pipelines": "Pipelines",
    "workspaces": "Workspaces"
  },

  "usage": {
    "title": "Usage",
    "current": "Current Usage",
    "remaining": "Remaining",
    "usedOf": "{current} of {max}",
    "unlimited": "Unlimited",
    "percentUsed": "{percent}% used",
    "noLimits": "No usage limits configured"
  },

  "errors": {
    "quotaExceeded": "You have reached your plan limit for {limit}",
    "featureNotAvailable": "This feature is not available on your current plan",
    "upgradeRequired": "Please upgrade to access this feature"
  },

  "downgrade": {
    "title": "Resource Limit Warning",
    "description": "Your current resources exceed the new plan limits",
    "resource_over": "{resource}: {current} / {limit}",
    "policy": "Existing resources will remain accessible. You won't be able to create new ones until you're under the limit.",
    "confirm": "Proceed with Downgrade",
    "cancel": "Cancel"
  },

  "portal": {
    "manage": "Manage Billing",
    "loading": "Opening billing portal...",
    "error": "Failed to open billing portal"
  },

  "subscription": {
    "active": "Active",
    "trialing": "Trial",
    "past_due": "Past Due",
    "canceled": "Canceled",
    "expired": "Expired",
    "trialEnds": "Trial ends {date}",
    "renewsOn": "Renews on {date}",
    "cancelsOn": "Cancels on {date}"
  },

  "invoices": {
    "title": "Invoices",
    "description": "View and download your invoices",
    "date": "Date",
    "amount": "Amount",
    "status": "Status",
    "download": "Download",
    "noInvoices": "No invoices yet",
    "paid": "Paid",
    "pending": "Pending",
    "failed": "Failed"
  },

  "changePlan": {
    "title": "Change Plan",
    "from": "Current Plan",
    "to": "New Plan",
    "upgradeDescription": "Your billing will be adjusted proportionally for the current period",
    "downgradeDescription": "Existing resources will remain accessible but new creation may be limited",
    "downgradeToFreeDescription": "Your subscription will be canceled and you'll switch to the free plan",
    "confirm": "Confirm Change",
    "cancel": "Cancel"
  },

  "quota": {
    "limitReached": "You've reached your {entity} limit",
    "limitReachedDetail": "Your current plan doesn't allow more {entity}. Upgrade to keep growing.",
    "featureNotIncluded": "This feature isn't in your plan",
    "featureNotIncludedDetail": "This feature isn't available on your current plan.",
    "upgradePrompt": "Upgrade your plan to unlock more capacity.",
    "viewPlans": "View Plans",
    "goBack": "Go Back"
  },

  "placeholder": {
    "notReal": "This is a placeholder - not a real feature yet",
    "description": "This feature is coming soon. Upgrade your plan to be notified when it's available.",
    "benefits": "What you'll get:"
  }
}
