{ "home": { "title": "Cat Sitting Planner", "description": "Coordinate care for your furry friends while you're away.", "createPlan": "Create a New Plan", "createPlanDesc": "Select your travel dates and set a group password." }, "createPlanForm": { "travelDates": "Travel Dates", "pickDateRange": "Pick a date range", "dateRangeDesc": "Select the days you will be away.", "groupPassword": "Group Password", "passwordPlaceholder": "secret-meow", "passwordDesc": "Share this password with your cat sitters.", "submit": "Create Plan", "success": "Plan created successfully!", "error": "Something went wrong. Please try again.", "passwordError": "Password must be at least 4 characters." }, "dashboard": { "overview": "Overview", "instructions": "Instructions", "instructionsTitle": "Cat Care Instructions", "export": "Export", "settings": "Settings", "ownerHome": "Owner Home", "illDoIt": "I'll do it!", "bookTitle": "Book {date}", "bookDesc": "Who is taking care of the cats?", "imSitting": "I am Sitting", "ownerIsHome": "Owner is Home", "nameLabel": "Name", "namePlaceholder": "Your Name", "confirmBooking": "Confirm Booking", "saving": "Saving...", "bookedSuccess": "Spot booked!", "bookError": "Failed to book spot. Maybe it was just taken?", "cancelConfirm": "Are you sure you want to remove this entry?", "cancelSuccess": "Entry removed", "cancelError": "Failed to remove entry", "noInstructions": "No specific instructions provided yet." }, "login": { "title": "Enter Password", "description": "Please enter the password provided by the cat owner to access this plan.", "submit": "Access Plan", "error": "Invalid password" }, "settings": { "title": "Plan Settings", "description": "Update the cat care instructions or notification webhook.", "webhookLabel": "Notification Webhook (Discord/Telegram)", "webhookPlaceholder": "https://discord.com/api/webhooks/...", "webhookDesc": "Get notified on Discord/Telegram when someone books or cancels.", "instructionsLabel": "Cat Instructions", "instructionsPlaceholder": "Food: 2x daily, Litter: daily...", "notifyAllLabel": "Notify for all events", "notifyAllDesc": "If disabled, only cancellations will be notified.", "save": "Save changes", "saving": "Saving...", "success": "Settings updated!", "error": "Failed to update settings" }, "notifications": { "ownerHome": "🏠 OWNER HOME: Marked for {date}.\nPlan: {url}", "newBooking": "✅ NEW BOOKING: {name} is sitting on {date}.\nPlan: {url}", "cancellation": "🚨 CANCELLATION: {name} removed their booking for {date}.\nPlan: {url}", "instructionsUpdated": "📝 UPDATED: Cat instructions have been modified.\nPlan: {url}" } }