Initial commit: SmoothSchedule multi-tenant scheduling platform

This commit includes:
- Django backend with multi-tenancy (django-tenants)
- React + TypeScript frontend with Vite
- Platform administration API with role-based access control
- Authentication system with token-based auth
- Quick login dev tools for testing different user roles
- CORS and CSRF configuration for local development
- Docker development environment setup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
poduck
2025-11-27 01:43:20 -05:00
commit 2e111364a2
567 changed files with 96410 additions and 0 deletions

View File

@@ -0,0 +1,849 @@
{
"common": {
"loading": "Loading...",
"error": "Error",
"success": "Success",
"save": "Save",
"saveChanges": "Save Changes",
"cancel": "Cancel",
"delete": "Delete",
"edit": "Edit",
"create": "Create",
"update": "Update",
"close": "Close",
"confirm": "Confirm",
"back": "Back",
"next": "Next",
"search": "Search",
"filter": "Filter",
"actions": "Actions",
"settings": "Settings",
"reload": "Reload",
"viewAll": "View All",
"learnMore": "Learn More",
"poweredBy": "Powered by",
"required": "Required",
"optional": "Optional",
"masquerade": "Masquerade",
"masqueradeAsUser": "Masquerade as User"
},
"auth": {
"signIn": "Sign in",
"signOut": "Sign Out",
"signingIn": "Signing in...",
"username": "Username",
"password": "Password",
"enterUsername": "Enter your username",
"enterPassword": "Enter your password",
"welcomeBack": "Welcome back",
"pleaseEnterDetails": "Please enter your details to sign in.",
"authError": "Authentication Error",
"invalidCredentials": "Invalid credentials",
"orContinueWith": "Or continue with",
"loginAtSubdomain": "Please login at your business subdomain. Staff and customers cannot login from the main site.",
"forgotPassword": "Forgot password?",
"rememberMe": "Remember me",
"twoFactorRequired": "Two-factor authentication required",
"enterCode": "Enter verification code",
"verifyCode": "Verify Code"
},
"nav": {
"dashboard": "Dashboard",
"scheduler": "Scheduler",
"customers": "Customers",
"resources": "Resources",
"services": "Services",
"payments": "Payments",
"paymentsDisabledTooltip": "Payments are disabled. Enable them in Business Settings to accept payments from customers.",
"messages": "Messages",
"staff": "Staff",
"businessSettings": "Business Settings",
"profile": "Profile",
"platformDashboard": "Platform Dashboard",
"businesses": "Businesses",
"users": "Users",
"support": "Support",
"platformSettings": "Platform Settings"
},
"staff": {
"title": "Staff & Management",
"description": "Manage user accounts and permissions.",
"inviteStaff": "Invite Staff",
"name": "Name",
"role": "Role",
"bookableResource": "Bookable Resource",
"makeBookable": "Make Bookable",
"yes": "Yes",
"errorLoading": "Error loading staff",
"inviteModalTitle": "Invite Staff",
"inviteModalDescription": "User invitation flow would go here."
},
"dashboard": {
"title": "Dashboard",
"welcome": "Welcome, {{name}}!",
"todayOverview": "Today's Overview",
"upcomingAppointments": "Upcoming Appointments",
"recentActivity": "Recent Activity",
"quickActions": "Quick Actions",
"totalRevenue": "Total Revenue",
"totalAppointments": "Total Appointments",
"newCustomers": "New Customers",
"pendingPayments": "Pending Payments"
},
"scheduler": {
"title": "Scheduler",
"newAppointment": "New Appointment",
"editAppointment": "Edit Appointment",
"deleteAppointment": "Delete Appointment",
"selectResource": "Select Resource",
"selectService": "Select Service",
"selectCustomer": "Select Customer",
"selectDate": "Select Date",
"selectTime": "Select Time",
"duration": "Duration",
"notes": "Notes",
"status": "Status",
"confirmed": "Confirmed",
"pending": "Pending",
"cancelled": "Cancelled",
"completed": "Completed",
"noShow": "No Show",
"today": "Today",
"week": "Week",
"month": "Month",
"day": "Day",
"timeline": "Timeline",
"agenda": "Agenda",
"allResources": "All Resources"
},
"customers": {
"title": "Customers",
"description": "Manage your client base and view history.",
"addCustomer": "Add Customer",
"editCustomer": "Edit Customer",
"customerDetails": "Customer Details",
"name": "Name",
"fullName": "Full Name",
"email": "Email",
"emailAddress": "Email Address",
"phone": "Phone",
"phoneNumber": "Phone Number",
"address": "Address",
"city": "City",
"state": "State",
"zipCode": "Zip Code",
"tags": "Tags",
"tagsPlaceholder": "e.g. VIP, Referral",
"tagsCommaSeparated": "Tags (comma separated)",
"appointmentHistory": "Appointment History",
"noAppointments": "No appointments yet",
"totalSpent": "Total Spent",
"totalSpend": "Total Spend",
"lastVisit": "Last Visit",
"nextAppointment": "Next Appointment",
"contactInfo": "Contact Info",
"status": "Status",
"active": "Active",
"inactive": "Inactive",
"never": "Never",
"customer": "Customer",
"searchPlaceholder": "Search by name, email, or phone...",
"filters": "Filters",
"noCustomersFound": "No customers found matching your search.",
"addNewCustomer": "Add New Customer",
"createCustomer": "Create Customer",
"errorLoading": "Error loading customers"
},
"resources": {
"title": "Resources",
"description": "Manage your staff, rooms, and equipment.",
"addResource": "Add Resource",
"editResource": "Edit Resource",
"resourceDetails": "Resource Details",
"resourceName": "Resource Name",
"name": "Name",
"type": "Type",
"resourceType": "Resource Type",
"availability": "Availability",
"services": "Services",
"schedule": "Schedule",
"active": "Active",
"inactive": "Inactive",
"upcoming": "Upcoming",
"appointments": "appts",
"viewCalendar": "View Calendar",
"noResourcesFound": "No resources found.",
"addNewResource": "Add New Resource",
"createResource": "Create Resource",
"staffMember": "Staff Member",
"room": "Room",
"equipment": "Equipment",
"resourceNote": "Resources are placeholders for scheduling. Staff can be assigned to appointments separately.",
"errorLoading": "Error loading resources"
},
"services": {
"title": "Services",
"addService": "Add Service",
"editService": "Edit Service",
"name": "Name",
"description": "Description",
"duration": "Duration",
"price": "Price",
"category": "Category",
"active": "Active"
},
"payments": {
"title": "Payments",
"transactions": "Transactions",
"invoices": "Invoices",
"amount": "Amount",
"status": "Status",
"date": "Date",
"method": "Method",
"paid": "Paid",
"unpaid": "Unpaid",
"refunded": "Refunded",
"pending": "Pending",
"viewDetails": "View Details",
"issueRefund": "Issue Refund",
"sendReminder": "Send Reminder",
"paymentSettings": "Payment Settings",
"stripeConnect": "Stripe Connect",
"apiKeys": "API Keys"
},
"settings": {
"title": "Settings",
"businessSettings": "Business Settings",
"businessSettingsDescription": "Manage your branding, domain, and policies.",
"domainIdentity": "Domain & Identity",
"bookingPolicy": "Booking & Cancellation Policy",
"savedSuccessfully": "Settings saved successfully",
"general": "General",
"branding": "Branding",
"notifications": "Notifications",
"security": "Security",
"integrations": "Integrations",
"billing": "Billing",
"businessName": "Business Name",
"subdomain": "Subdomain",
"primaryColor": "Primary Color",
"secondaryColor": "Secondary Color",
"logo": "Logo",
"uploadLogo": "Upload Logo",
"timezone": "Timezone",
"language": "Language",
"currency": "Currency",
"dateFormat": "Date Format",
"timeFormat": "Time Format",
"oauth": {
"title": "OAuth Settings",
"enabledProviders": "Enabled Providers",
"allowRegistration": "Allow Registration via OAuth",
"autoLinkByEmail": "Auto-link accounts by email",
"customCredentials": "Custom OAuth Credentials",
"customCredentialsDesc": "Use your own OAuth credentials for a white-label experience",
"platformCredentials": "Platform Credentials",
"platformCredentialsDesc": "Using platform-provided OAuth credentials",
"clientId": "Client ID",
"clientSecret": "Client Secret",
"paidTierOnly": "Custom OAuth credentials are only available for paid tiers"
},
"payments": "Payments",
"acceptPayments": "Accept Payments",
"acceptPaymentsDescription": "Enable payment acceptance from customers for appointments and services.",
"stripeSetupRequired": "Stripe Connect Setup Required",
"stripeSetupDescription": "You'll need to complete Stripe onboarding to accept payments. Go to the Payments page to get started."
},
"profile": {
"title": "Profile Settings",
"personalInfo": "Personal Information",
"changePassword": "Change Password",
"twoFactor": "Two-Factor Authentication",
"sessions": "Active Sessions",
"emails": "Email Addresses",
"preferences": "Preferences",
"currentPassword": "Current Password",
"newPassword": "New Password",
"confirmPassword": "Confirm Password",
"passwordChanged": "Password changed successfully",
"enable2FA": "Enable Two-Factor Authentication",
"disable2FA": "Disable Two-Factor Authentication",
"scanQRCode": "Scan QR Code",
"enterBackupCode": "Enter Backup Code",
"recoveryCodes": "Recovery Codes"
},
"platform": {
"title": "Platform Administration",
"dashboard": "Platform Dashboard",
"overview": "Platform Overview",
"overviewDescription": "Global metrics across all tenants.",
"mrrGrowth": "MRR Growth",
"totalBusinesses": "Total Businesses",
"totalUsers": "Total Users",
"monthlyRevenue": "Monthly Revenue",
"activeSubscriptions": "Active Subscriptions",
"recentSignups": "Recent Signups",
"supportTickets": "Support Tickets",
"supportDescription": "Resolve issues reported by tenants.",
"reportedBy": "Reported by",
"priority": "Priority",
"businessManagement": "Business Management",
"userManagement": "User Management",
"masquerade": "Masquerade",
"masqueradeAs": "Masquerade as",
"exitMasquerade": "Exit Masquerade",
"businesses": "Businesses",
"businessesDescription": "Manage tenants, plans, and access.",
"addNewTenant": "Add New Tenant",
"searchBusinesses": "Search businesses...",
"businessName": "Business Name",
"subdomain": "Subdomain",
"plan": "Plan",
"status": "Status",
"joined": "Joined",
"userDirectory": "User Directory",
"userDirectoryDescription": "View and manage all users across the platform.",
"searchUsers": "Search users by name or email...",
"allRoles": "All Roles",
"user": "User",
"role": "Role",
"email": "Email",
"noUsersFound": "No users found matching your filters.",
"roles": {
"superuser": "Superuser",
"platformManager": "Platform Manager",
"businessOwner": "Business Owner",
"staff": "Staff",
"customer": "Customer"
},
"settings": {
"title": "Platform Settings",
"description": "Configure platform-wide settings and integrations",
"tiersPricing": "Tiers & Pricing",
"oauthProviders": "OAuth Providers",
"general": "General",
"oauth": "OAuth Providers",
"payments": "Payments",
"email": "Email",
"branding": "Branding"
}
},
"errors": {
"generic": "Something went wrong. Please try again.",
"networkError": "Network error. Please check your connection.",
"unauthorized": "You are not authorized to perform this action.",
"notFound": "The requested resource was not found.",
"validation": "Please check your input and try again.",
"businessNotFound": "Business Not Found",
"wrongLocation": "Wrong Location",
"accessDenied": "Access Denied"
},
"validation": {
"required": "This field is required",
"email": "Please enter a valid email address",
"minLength": "Must be at least {{min}} characters",
"maxLength": "Must be at most {{max}} characters",
"passwordMatch": "Passwords do not match",
"invalidPhone": "Please enter a valid phone number"
},
"time": {
"minutes": "minutes",
"hours": "hours",
"days": "days",
"today": "Today",
"tomorrow": "Tomorrow",
"yesterday": "Yesterday",
"thisWeek": "This Week",
"thisMonth": "This Month",
"am": "AM",
"pm": "PM"
},
"marketing": {
"tagline": "Orchestrate your business with precision.",
"description": "The all-in-one scheduling platform for businesses of all sizes. Manage resources, staff, and bookings effortlessly.",
"copyright": "Smooth Schedule Inc.",
"nav": {
"features": "Features",
"pricing": "Pricing",
"about": "About",
"contact": "Contact",
"login": "Login",
"getStarted": "Get Started",
"signup": "Sign Up"
},
"hero": {
"headline": "Scheduling Made Simple",
"subheadline": "The all-in-one platform for managing appointments, resources, and customers. Start free, scale as you grow.",
"cta": "Get Started Free",
"secondaryCta": "Watch Demo",
"trustedBy": "Trusted by 1,000+ businesses worldwide"
},
"features": {
"title": "Everything You Need",
"subtitle": "Powerful features to run your service business",
"scheduling": {
"title": "Smart Scheduling",
"description": "Drag-and-drop calendar with real-time availability, automated reminders, and conflict detection."
},
"resources": {
"title": "Resource Management",
"description": "Manage staff, rooms, and equipment. Set availability, skills, and booking rules."
},
"customers": {
"title": "Customer Portal",
"description": "Self-service booking portal for customers. View history, manage appointments, and save payment methods."
},
"payments": {
"title": "Integrated Payments",
"description": "Accept payments online with Stripe. Deposits, full payments, and automatic invoicing."
},
"multiTenant": {
"title": "Multi-Location Support",
"description": "Manage multiple locations or brands from a single dashboard with isolated data."
},
"whiteLabel": {
"title": "White-Label Ready",
"description": "Custom domain, branding, and remove SmoothSchedule branding for a seamless experience."
},
"analytics": {
"title": "Analytics & Reports",
"description": "Track revenue, appointments, and customer trends with beautiful dashboards."
},
"integrations": {
"title": "Powerful Integrations",
"description": "Connect with Google Calendar, Zoom, Stripe, and more. API access for custom integrations."
}
},
"howItWorks": {
"title": "Get Started in Minutes",
"subtitle": "Three simple steps to transform your scheduling",
"step1": {
"title": "Create Your Account",
"description": "Sign up for free and set up your business profile in minutes."
},
"step2": {
"title": "Add Your Services",
"description": "Configure your services, pricing, and available resources."
},
"step3": {
"title": "Start Booking",
"description": "Share your booking link and let customers schedule instantly."
}
},
"pricing": {
"title": "Simple, Transparent Pricing",
"subtitle": "Start free, upgrade as you grow. No hidden fees.",
"monthly": "Monthly",
"annual": "Annual",
"annualSave": "Save 20%",
"perMonth": "/month",
"period": "month",
"popular": "Most Popular",
"mostPopular": "Most Popular",
"getStarted": "Get Started",
"contactSales": "Contact Sales",
"startToday": "Get started today",
"noCredit": "No credit card required",
"features": "Features",
"tiers": {
"free": {
"name": "Free",
"description": "Perfect for getting started",
"price": "0",
"trial": "Free forever - no trial needed",
"features": [
"Up to 2 resources",
"Basic scheduling",
"Customer management",
"Direct Stripe integration",
"Subdomain (business.smoothschedule.com)",
"Community support"
],
"transactionFee": "2.5% + $0.30 per transaction"
},
"professional": {
"name": "Professional",
"description": "For growing businesses",
"price": "29",
"annualPrice": "290",
"trial": "14-day free trial",
"features": [
"Up to 10 resources",
"Custom domain",
"Stripe Connect (lower fees)",
"White-label branding",
"Email reminders",
"Priority email support"
],
"transactionFee": "1.5% + $0.25 per transaction"
},
"business": {
"name": "Business",
"description": "For established teams",
"price": "79",
"annualPrice": "790",
"trial": "14-day free trial",
"features": [
"Unlimited resources",
"All Professional features",
"Team management",
"Advanced analytics",
"API access",
"Phone support"
],
"transactionFee": "0.5% + $0.20 per transaction"
},
"enterprise": {
"name": "Enterprise",
"description": "For large organizations",
"price": "Custom",
"trial": "14-day free trial",
"features": [
"All Business features",
"Custom integrations",
"Dedicated success manager",
"SLA guarantees",
"Custom contracts",
"On-premise option"
],
"transactionFee": "Custom transaction fees"
}
}
},
"testimonials": {
"title": "Loved by Businesses Everywhere",
"subtitle": "See what our customers have to say"
},
"stats": {
"appointments": "Appointments Scheduled",
"businesses": "Businesses",
"countries": "Countries",
"uptime": "Uptime"
},
"signup": {
"title": "Create Your Account",
"subtitle": "Get started for free. No credit card required.",
"steps": {
"business": "Business",
"account": "Account",
"plan": "Plan",
"confirm": "Confirm"
},
"businessInfo": {
"title": "Tell us about your business",
"name": "Business Name",
"namePlaceholder": "e.g., Acme Salon & Spa",
"subdomain": "Choose Your Subdomain",
"subdomainNote": "A subdomain is required even if you plan to use your own custom domain later.",
"checking": "Checking availability...",
"available": "Available!",
"taken": "Already taken",
"address": "Business Address",
"addressLine1": "Street Address",
"addressLine1Placeholder": "123 Main Street",
"addressLine2": "Address Line 2",
"addressLine2Placeholder": "Suite 100 (optional)",
"city": "City",
"state": "State / Province",
"postalCode": "Postal Code",
"phone": "Phone Number",
"phonePlaceholder": "(555) 123-4567"
},
"accountInfo": {
"title": "Create your admin account",
"firstName": "First Name",
"lastName": "Last Name",
"email": "Email Address",
"password": "Password",
"confirmPassword": "Confirm Password"
},
"planSelection": {
"title": "Choose Your Plan"
},
"paymentSetup": {
"title": "Accept Payments",
"question": "Would you like to accept payments from your customers?",
"description": "Enable online payment collection for appointments and services. You can change this later in settings.",
"yes": "Yes, I want to accept payments",
"yesDescription": "Set up Stripe Connect to accept credit cards, debit cards, and more.",
"no": "No, not right now",
"noDescription": "Skip payment setup. You can enable it later in your business settings.",
"stripeNote": "Payment processing is powered by Stripe. You'll complete Stripe's secure onboarding after signup."
},
"confirm": {
"title": "Review Your Details",
"business": "Business",
"account": "Account",
"plan": "Selected Plan",
"payments": "Payments",
"paymentsEnabled": "Payment acceptance enabled",
"paymentsDisabled": "Payment acceptance disabled",
"terms": "By creating your account, you agree to our Terms of Service and Privacy Policy."
},
"errors": {
"businessNameRequired": "Business name is required",
"subdomainRequired": "Subdomain is required",
"subdomainTooShort": "Subdomain must be at least 3 characters",
"subdomainInvalid": "Subdomain can only contain lowercase letters, numbers, and hyphens",
"subdomainTaken": "This subdomain is already taken",
"addressRequired": "Street address is required",
"cityRequired": "City is required",
"stateRequired": "State/province is required",
"postalCodeRequired": "Postal code is required",
"firstNameRequired": "First name is required",
"lastNameRequired": "Last name is required",
"emailRequired": "Email is required",
"emailInvalid": "Please enter a valid email address",
"passwordRequired": "Password is required",
"passwordTooShort": "Password must be at least 8 characters",
"passwordMismatch": "Passwords do not match",
"generic": "Something went wrong. Please try again."
},
"success": {
"title": "Welcome to Smooth Schedule!",
"message": "Your account has been created successfully.",
"yourUrl": "Your booking URL",
"checkEmail": "We've sent a verification email to your inbox. Please verify your email to activate all features.",
"goToLogin": "Go to Login"
},
"back": "Back",
"next": "Next",
"creating": "Creating account...",
"createAccount": "Create Account",
"haveAccount": "Already have an account?",
"signIn": "Sign in"
},
"faq": {
"title": "Frequently Asked Questions",
"subtitle": "Got questions? We've got answers.",
"questions": {
"freePlan": {
"question": "Is there a free plan?",
"answer": "Yes! Our Free plan includes all the essential features to get started. You can upgrade to a paid plan anytime as your business grows."
},
"cancel": {
"question": "Can I cancel anytime?",
"answer": "Absolutely. You can cancel your subscription at any time with no cancellation fees."
},
"payment": {
"question": "What payment methods do you accept?",
"answer": "We accept all major credit cards through Stripe, including Visa, Mastercard, and American Express."
},
"migrate": {
"question": "Can I migrate from another platform?",
"answer": "Yes! Our team can help you migrate your existing data from other scheduling platforms."
},
"support": {
"question": "What kind of support do you offer?",
"answer": "Free plan includes community support. Professional and above get email support, and Business/Enterprise get phone support."
},
"customDomain": {
"question": "How do custom domains work?",
"answer": "Professional and above plans can use your own domain (e.g., book.yourbusiness.com) instead of our subdomain."
}
}
},
"about": {
"title": "About Smooth Schedule",
"subtitle": "We're on a mission to simplify scheduling for businesses everywhere.",
"story": {
"title": "Our Story",
"content": "We started creating bespoke custom scheduling and payment solutions in 2017. Through that work, we became convinced that we had a better way of doing things than other scheduling services out there.",
"content2": "Along the way, we discovered features and options that customers love, capabilities that nobody else offers. That's when we decided to change our model so we could help more businesses. SmoothSchedule was born from years of hands-on experience building what businesses actually need.",
"founded": "Building scheduling solutions"
},
"mission": {
"title": "Our Mission",
"content": "To empower service businesses with the tools they need to grow, while giving their customers a seamless booking experience."
},
"values": {
"title": "Our Values",
"simplicity": {
"title": "Simplicity",
"description": "We believe powerful software can still be simple to use."
},
"reliability": {
"title": "Reliability",
"description": "Your business depends on us, so we never compromise on uptime."
},
"transparency": {
"title": "Transparency",
"description": "No hidden fees, no surprises. What you see is what you get."
},
"support": {
"title": "Support",
"description": "We're here to help you succeed, every step of the way."
}
}
},
"contact": {
"title": "Get in Touch",
"subtitle": "Have questions? We'd love to hear from you.",
"form": {
"name": "Your Name",
"namePlaceholder": "John Smith",
"email": "Email Address",
"emailPlaceholder": "you@example.com",
"subject": "Subject",
"subjectPlaceholder": "How can we help?",
"message": "Message",
"messagePlaceholder": "Tell us more about your needs...",
"submit": "Send Message",
"sending": "Sending...",
"success": "Thanks for reaching out! We'll get back to you soon.",
"error": "Something went wrong. Please try again."
},
"info": {
"email": "support@smoothschedule.com",
"phone": "+1 (555) 123-4567",
"address": "123 Schedule Street, San Francisco, CA 94102"
},
"sales": {
"title": "Talk to Sales",
"description": "Interested in our Enterprise plan? Our sales team would love to chat."
}
},
"cta": {
"ready": "Ready to get started?",
"readySubtitle": "Join thousands of businesses already using SmoothSchedule.",
"startFree": "Get Started Free",
"noCredit": "No credit card required",
"or": "or",
"talkToSales": "Talk to Sales"
},
"footer": {
"product": {
"title": "Product"
},
"company": {
"title": "Company"
},
"legal": {
"title": "Legal",
"privacy": "Privacy Policy",
"terms": "Terms of Service"
},
"copyright": "Smooth Schedule Inc. All rights reserved."
}
},
"trial": {
"banner": {
"title": "Trial Active",
"daysLeft": "{{days}} days left in trial",
"expiresOn": "Trial expires on {{date}}",
"upgradeNow": "Upgrade Now",
"dismiss": "Dismiss"
},
"expired": {
"title": "Trial Expired",
"subtitle": "Your trial period has ended",
"message": "Thank you for trying SmoothSchedule! Your trial for {{businessName}} has expired. To continue using all features, please upgrade to a paid plan.",
"whatYouGet": "What You'll Get",
"features": {
"unlimited": "Unlimited appointments and bookings",
"payments": "Accept payments from customers",
"analytics": "Advanced analytics and reporting",
"support": "Priority customer support",
"customization": "Full branding and customization"
},
"upgradeNow": "Upgrade Now",
"viewSettings": "View Settings",
"needHelp": "Need help choosing a plan?",
"contactSupport": "Contact Support",
"dataRetention": "Your data is safe and will be retained for 30 days."
}
},
"upgrade": {
"title": "Upgrade Your Plan",
"subtitle": "Choose the perfect plan for {{businessName}}",
"mostPopular": "Most Popular",
"plan": "Plan",
"selected": "Selected",
"selectPlan": "Select Plan",
"custom": "Custom",
"month": "month",
"year": "year",
"billing": {
"monthly": "Monthly",
"annual": "Annual",
"save20": "Save 20%",
"saveAmount": "Save ${{amount}}/year"
},
"features": {
"resources": "Up to {{count}} resources",
"unlimitedResources": "Unlimited resources",
"customDomain": "Custom domain",
"stripeConnect": "Stripe Connect (lower fees)",
"whitelabel": "White-label branding",
"emailReminders": "Email reminders",
"prioritySupport": "Priority email support",
"teamManagement": "Team management",
"advancedAnalytics": "Advanced analytics",
"apiAccess": "API access",
"phoneSupport": "Phone support",
"everything": "Everything in Business",
"customIntegrations": "Custom integrations",
"dedicatedManager": "Dedicated success manager",
"sla": "SLA guarantees",
"customContracts": "Custom contracts",
"onPremise": "On-premise option"
},
"orderSummary": "Order Summary",
"billedMonthly": "Billed monthly",
"billedAnnually": "Billed annually",
"annualSavings": "Annual Savings",
"trust": {
"secure": "Secure Checkout",
"instant": "Instant Access",
"support": "24/7 Support"
},
"continueToPayment": "Continue to Payment",
"contactSales": "Contact Sales",
"processing": "Processing...",
"secureCheckout": "Secure checkout powered by Stripe",
"questions": "Questions?",
"contactUs": "Contact us",
"errors": {
"processingFailed": "Payment processing failed. Please try again."
}
},
"onboarding": {
"steps": {
"welcome": "Welcome",
"payments": "Payments",
"complete": "Complete"
},
"skipForNow": "Skip for now",
"welcome": {
"title": "Welcome to {{businessName}}!",
"subtitle": "Let's get your business set up to accept payments. This will only take a few minutes.",
"whatsIncluded": "What's included in setup:",
"connectStripe": "Connect your Stripe account for payments",
"automaticPayouts": "Automatic payouts to your bank",
"pciCompliance": "PCI compliance handled for you",
"getStarted": "Get Started",
"skip": "Skip for now"
},
"stripe": {
"title": "Connect Stripe",
"subtitle": "As a {{plan}} plan customer, you'll use Stripe Connect to securely process payments.",
"checkingStatus": "Checking payment status...",
"connected": {
"title": "Stripe Connected!",
"subtitle": "Your account is ready to accept payments."
},
"continue": "Continue",
"doLater": "I'll do this later"
},
"complete": {
"title": "You're All Set!",
"subtitle": "Your business is ready to accept payments. Start scheduling appointments and collecting payments from your customers.",
"checklist": {
"accountCreated": "Business account created",
"stripeConfigured": "Stripe Connect configured",
"readyForPayments": "Ready to accept payments"
},
"goToDashboard": "Go to Dashboard"
}
}
}