{
  "common": {
    "buttons": {
      "getStarted": "Get Started",
      "startNow": "Start Now",
      "signIn": "Sign In",
      "signingIn": "Signing in...",
      "signUp": "Sign Up",
      "signingUp": "Signing up...",
      "loading": "Loading...",
      "cancel": "Cancel",
      "confirm": "Confirm",
      "delete": "Delete",
      "accept": "Accept",
      "decline": "Decline",
      "skip": "Skip",
      "createProject": "Create Project",
      "newProject": "New Project",
      "viewDetails": "View Details"
    },
    "labels": {
      "email": "Email",
      "password": "Password",
      "confirmPassword": "Confirm Password",
      "name": "Name",
      "optional": "optional",
      "description": "Description"
    },
    "links": {
      "home": "Home",
      "backToHome": "Back to home",
      "privacyPolicy": "Privacy Policy",
      "termsOfService": "Terms of Service",
      "cookiePolicy": "Cookie Policy",
      "blog": "Blog",
      "contact": "Contact"
    },
    "navigation": {
      "about": "About",
      "help": "Help",
      "info": "Info",
      "pricing": "Pricing",
      "dashboard": "Dashboard",
      "projects": "Projects",
      "featureGuides": "Feature Guides"
    },
    "branding": {
      "appName": "CollabSale",
      "appTitle": "CollabSale - Collaborative Project Management",
      "appDescription": "Simple and collaborative project management platform. So simple, anyone who can type can create and manage projects."
    },
    "placeholders": {
      "email": "you@example.com",
      "password": "••••••••",
      "confirmPassword": "••••••••",
      "name": "Your name",
      "projectName": "My Project",
      "projectDescription": "Brief description of the project",
      "regexPattern": "Custom regex pattern (optional)",
      "typeActivity": "Type an activity and press Enter...",
      "regexExample": "e.g., \\d+\\.\\d{2} for decimals"
    },
    "theme": {
      "title": "Change theme",
      "light": "Light",
      "dark": "Dark",
      "system": "System"
    },
    "error": "Error",
    "add": "Add"
  },
  "auth": {
    "titles": {
      "signIn": "Sign In to CollabSale",
      "signUp": "Create Your Account"
    },
    "descriptions": {
      "signIn": "Welcome back! Sign in to access your projects.",
      "signUp": "Get started with CollabSale and manage your projects effortlessly."
    },
    "buttons": {
      "signInWithGoogle": "Continue with Google",
      "signUpWithGoogle": "Sign up with Google",
      "signInWithFacebook": "Continue with Facebook",
      "signUpWithFacebook": "Sign up with Facebook",
      "goToSignIn": "Go to Sign In",
      "resendEmail": "Resend email",
      "showPassword": "Show password",
      "hidePassword": "Hide password"
    },
    "labels": {
      "orContinueWith": "or continue with email",
      "dontHaveAccount": "Don't have an account?",
      "alreadyHaveAccount": "Already have an account?",
      "alreadyConfirmed": "Already confirmed your email?",
      "emailSentTo": "Email sent to:"
    },
    "links": {
      "signUp": "Sign up",
      "signIn": "Sign in",
      "forgotPassword": "Forgot password?"
    },
    "hints": {
      "passwordLength": "Password must be at least 6 characters"
    },
    "success": {
      "accountCreated": "Account created",
      "checkEmail": "Please check your email to confirm your account.",
      "emailSentTo": "We sent a confirmation link to {{email}}",
      "checkSpam": "Don't forget to check your spam folder if you don't see the email.",
      "clickLink": "Click the link in the email to activate your account and sign in.",
      "didntReceive": "Didn't receive the email?"
    },
    "errors": {
      "signInFailed": "Failed to sign in. Please try again.",
      "signUpFailed": "Failed to create account. Please try again.",
      "invalidCredentials": "Invalid email or password.",
      "userAlreadyExists": "An account with this email already exists.",
      "emailNotVerified": "Please verify your email address before signing in.",
      "weakPassword": "Password is too weak. It should be at least 6 characters.",
      "networkError": "Network error. Please check your connection and try again.",
      "passwordsDoNotMatch": "Passwords do not match.",
      "passwordTooShort": "Password must be at least 6 characters long."
    }
  },
  "dialogs": {
    "createProject": {
      "trigger": "New Project",
      "title": "Create New Project",
      "description": "Add a new project to track activities",
      "fields": {
        "projectName": "Project Name *",
        "description": "Description",
        "template": "Template (Optional)",
        "templatePlaceholder": "None - Start from scratch",
        "templateLoading": "Loading templates..."
      },
      "buttons": {
        "cancel": "Cancel",
        "create": "Create Project"
      }
    },
    "createTemplate": {
      "title": "Create Project Template",
      "description": "Save this project as a template to quickly create similar projects in the future.",
      "fields": {
        "templateName": "Template Name",
        "description": "Description (Optional)",
        "descriptionPlaceholder": "Describe what this template is for..."
      },
      "buttons": {
        "cancel": "Cancel",
        "create": "Create Template",
        "creating": "Creating..."
      }
    },
    "activityValue": {
      "title": "Set Activity Value",
      "description": "Enter the value. Use Tab to move between integer and decimal parts.",
      "fields": {
        "value": "Value",
        "format": "Display Format"
      },
      "formats": {
        "number": "Number",
        "percentage": "Percentage",
        "money": "Money",
        "integer": "Integer",
        "decimal_1": "1 Decimal",
        "decimal_2": "2 Decimals",
        "decimal_3": "3 Decimals",
        "thousands": "Thousands"
      },
      "preview": "Preview:",
      "buttons": {
        "clear": "Clear Value",
        "save": "Save"
      }
    },
    "linkConfig": {
      "title": "Configure Link",
      "linkTypes": {
        "math": "Math Link (@)",
        "extract": "Data Link (#)"
      },
      "mathOperations": {
        "addition": "Addition (+)",
        "subtraction": "Subtraction (−)",
        "multiplication": "Multiplication (×)",
        "division": "Division (÷)",
        "modulo": "Modulo (%)",
        "power": "Power (^)",
        "minimum": "Minimum",
        "maximum": "Maximum"
      },
      "extractionTypes": {
        "number": "Number",
        "date": "Date",
        "price": "Price",
        "email": "Email",
        "url": "URL"
      },
      "buttons": {
        "cancel": "Cancel",
        "save": "Save",
        "saving": "Saving..."
      }
    },
    "filePreview": {
      "noPreview": {
        "title": "Preview not available",
        "description": "This file type ({{mimeType}}) cannot be previewed in the browser.",
        "instruction": "Use the download button to view it in an external application."
      },
      "errors": {
        "decodeFailed": "Failed to decode file content"
      }
    }
  },
  "project": {
    "buttons": {
      "backToProjects": "Back to Projects",
      "copyCalculated": "Copy as plain text (with computed values)",
      "copyRaw": "Copy source (with # @ placeholders and attachments)",
      "copyJSON": "Copy complete project data as JSON (for debugging)",
      "createTemplate": "Create template"
    }
  },
  "share": {
    "dialog": {
      "title": "Share Project",
      "description": "Share \"{{projectName}}\" with another user",
      "emailLabel": "Email Address",
      "emailPlaceholder": "colleague@example.com",
      "emailHelp": "Enter the email address of the person you want to share this project with",
      "shareButton": "Share",
      "success": "Project shared. Email notification sent.",
      "addAnother": "Add another person"
    },
    "sharedWith": {
      "title": "Shared with",
      "revoke": "Remove"
    },
    "confirm": {
      "revoke": "Remove {{userName}}'s access to this project?"
    },
    "validation": {
      "emailRequired": "Email address is required",
      "emailInvalid": "Please enter a valid email address"
    }
  },
  "invitations": {
    "newInvitation": "New Project Invitation",
    "invitedYouTo": "invited you to collaborate on"
  },
  "invite": {
    "loading": "Loading invitation...",
    "notFound": "Invitation not found",
    "invalid": {
      "title": "Invalid Invitation",
      "goToDashboard": "Go to Dashboard"
    },
    "expired": {
      "title": "Invitation Expired",
      "description": "This invitation has expired. Please ask {{inviterName}} to send you a new invitation.",
      "goToDashboard": "Go to Dashboard"
    },
    "accepting": {
      "title": "Accepting Invitation...",
      "description": "Please wait while we set up your access."
    },
    "accepted": {
      "title": "Invitation Accepted!",
      "description": "You now have access to \"{{projectName}}\". Redirecting to project..."
    },
    "pending": {
      "title": "You're Invited!",
      "description": "<strong>{{inviterName}}</strong> has invited you to collaborate on the project:",
      "signupPrompt": "Create a free account or sign in to accept this invitation and start collaborating.",
      "createAccount": "Create Free Account",
      "signIn": "Sign In",
      "freeNotice": "CollabSale is 100% free. No credit card required."
    }
  },
  "linkDataConfig": {
    "dataType": {
      "label": "Data Type",
      "number": "Number",
      "date": "Date",
      "price": "Price/Currency",
      "email": "Email Address",
      "url": "URL",
      "description": "Select what type of data to extract from the source activity text"
    },
    "customPattern": {
      "label": "Custom Pattern (Optional)",
      "description": "Provide a custom regex pattern for advanced data extraction (leave empty for default)"
    }
  },
  "landing": {
    "authenticated": {
      "welcome": "Welcome back, {{name}}!",
      "defaultName": "there",
      "subtitle": "Ready to continue your work?",
      "whatsNew": {
        "title": "What's New",
        "new": "NEW",
        "howToUse": "How to use",
        "screenshotPlaceholder": "Feature screenshot coming soon",
        "date1": "November 2025",
        "date2": "October 2025",
        "date3": "September 2025",
        "feature1": {
          "title": "Project Templates",
          "description": "Save your projects as templates and quickly create new projects with pre-configured activities and links. Perfect for recurring workflows and standardizing processes across your team.",
          "action": "Manage Templates",
          "step1": "Open a project you want to save as a template",
          "step2": "Click the template icon button next to the Share button",
          "step3": "Give your template a name and create it. Use it when creating new projects!"
        },
        "feature2": {
          "title": "Project Sharing & Collaboration",
          "description": "Invite team members to collaborate on projects with email invitations. Share access and work together seamlessly with real-time updates.",
          "step1": "Open any project from your dashboard",
          "step2": "Click the Share button in the project header",
          "step3": "Enter team member's email and send the invitation"
        },
        "feature3": {
          "title": "AI Assistant Integration",
          "description": "Get intelligent suggestions and automate repetitive tasks with our built-in AI assistant. Ask questions about your data and get instant insights.",
          "step1": "Open a project and click the AI Assistant button",
          "step2": "Ask questions about your project data in natural language",
          "step3": "Get instant insights and suggestions to optimize your workflow"
        }
      },
      "featureHighlights": {
        "title": "Feature Highlights",
        "learnMore": "Learn more",
        "quickCapture": {
          "title": "Quick Capture",
          "description": "Instantly add activities from anywhere using Cmd+K (or Ctrl+K). Jump to projects, search, and capture ideas without leaving your current context."
        },
        "reminders": {
          "title": "Smart Reminders",
          "description": "Never miss a follow-up. Set reminders on any activity and get notified at the right time. Choose quick presets or custom dates."
        }
      },
      "quickActions": {
        "title": "Quick Actions",
        "dashboard": {
          "title": "Dashboard",
          "description": "View all your projects"
        },
        "settings": {
          "title": "Settings",
          "description": "Manage templates and preferences"
        },
        "about": {
          "title": "About",
          "description": "Learn more about CollabSale"
        }
      }
    },
    "buttons": {
      "dashboard": "Dashboard",
      "tryAnonymous": "Try Anonymous"
    },
    "faq": {
      "title": "Frequently Asked Questions",
      "q1": {
        "question": "Do I need training to use CollabSale?",
        "answer": "No training required! If you can type a text message, you can use CollabSale. It works like a messaging app - simple and intuitive."
      },
      "q2": {
        "question": "Is CollabSale really free?",
        "answer": "Yes, 100% free forever. No credit card required, no hidden fees, no feature limits. We believe project management should be accessible to everyone."
      },
      "q3": {
        "question": "Can I export my projects?",
        "answer": "Absolutely! Export all your projects as simple, structured text - readable like a book. No vendor lock-in, your data is always yours."
      },
      "q4": {
        "question": "How does the AI assistant work?",
        "answer": "Our AI assistant helps with repetitive tasks and data extraction, but never replaces human decision-making. It's there to save you time, not take over your projects."
      },
      "q5": {
        "question": "Do I need to create an account?",
        "answer": "You can try CollabSale anonymously without an account. Create projects, test features, and decide if you like it. Sign up later to save your work long-term."
      }
    },
    "hero": {
      "title": "Simple Project Management & Team Collaboration",
      "subtitle": "A free collaborative project management tool that anyone can use. If you can type, you can manage.",
      "slogan": "If you can type, you can manage"
    },
    "features": {
      "title": "Three Simple Steps",
      "step1": {
        "number": "01",
        "title": "reate •",
        "titleA11y": "Create",
        "description": "Type your thoughts. Add tasks. Attach files. As simple as a messaging app."
      },
      "step2": {
        "number": "02",
        "title": "onnect •",
        "titleA11y": "Connect",
        "description": "Link tasks together. Extract data. Perform calculations. The power of spreadsheets, without the complexity."
      },
      "step3": {
        "number": "03",
        "title": "ollaborate •",
        "titleA11y": "Collaborate",
        "description": "See changes in real-time. Work together seamlessly. Never lose track of what's happening."
      }
    },
    "example": {
      "title": "Example",
      "imageAlt": "CollabSale project management interface showing real-time activity tracking, data extraction, and team collaboration features",
      "point1": "Just type simple human text - no special formatting needed",
      "point2": "We automatically extract meaning, numbers, dates, and values",
      "point3": "Link data between activities - calculations update instantly",
      "point4": "Everyone collaborates in one place - one setup, all see results",
      "point5": "Ask your friend to type simple text - we'll understand it",
      "point6": "No spreadsheet formulas - just plain language that works"
    },
    "benefits": {
      "title": "Why CollabSale?",
      "subtitle": "Built for real people doing real work",
      "collaboration": {
        "title": "Real Collaboration",
        "description": "Work together in real-time. See changes as they happen. No more version conflicts or outdated copies."
      },
      "safety": {
        "title": "Never Lose Work",
        "description": "Your data is automatically saved. Everything is backed up and secure."
      },
      "speed": {
        "title": "Fast & Responsive",
        "description": "Instant updates. No waiting. No loading screens."
      },
      "accessibility": {
        "title": "Works Everywhere",
        "description": "Access from any device. Desktop, tablet, or phone. Your projects are always with you."
      },
      "simplicity": {
        "title": "Actually Simple",
        "description": "If you can type a message, you can manage a project. No training needed. No manuals to read."
      },
      "connected": {
        "title": "Everything Connected",
        "description": "Link your data together. Calculate totals automatically. See the big picture without the complexity."
      }
    },
    "concept": {
      "title": "How to Be Involved",
      "question": "Ever wondered what would happen if we crossbred a messaging app with Excel?",
      "explanation": "Imagine having the simple, intuitive interaction of a chat app - just type and go - combined with the computational power of spreadsheets. Link your data, extract values, perform calculations, all while collaborating with your team in real-time.",
      "result": "That's CollabSale. The simplicity you love, the power you need."
    },
    "cta": {
      "title": "Ready?",
      "subtitle": "Start managing projects in less than a minute."
    },
    "footer": {
      "copyright": "© {{year}} CollabSale. All rights reserved.",
      "developedBy": "Developed by",
      "company": "ITWillRock",
      "location": "Poland",
      "tagline": "Made by an immigrant entrepreneur"
    }
  },
  "about": {
    "title": "About CollabSale",
    "subtitle": "Learn about our company, team, and the idea behind this project",
    "menu": {
      "company": "Company",
      "team": "Team",
      "idea": "The Idea"
    },
    "company": {
      "title": "Company",
      "subtitle": "The team behind CollabSale",
      "name": "ITWillRock",
      "description": "ITWillRock is a small software development shop that has been building innovative solutions since 2012. What started in the US and Poland has evolved into a focused European presence, delivering quality software with a personal touch.",
      "founded": "Founded",
      "presence": "Presence",
      "presenceDetail": "Started in US & Poland, now exclusively in EU",
      "expertise": "Expertise",
      "expertiseDetail": "Our founder brings extensive experience from leading tech companies including Google, Credit Suisse, IBM, UBS, and many others, combining enterprise-level knowledge with startup agility.",
      "visitWebsite": "Visit ITWillRock Website",
      "investor": {
        "title": "For Investors",
        "message": "If you love the product and are willing to help us grow, we'd love to hear from you. Contact us by email or connect on LinkedIn.",
        "email": "investor@itwillrock.com",
        "linkedin": "LinkedIn: coredeveloper"
      }
    },
    "team": {
      "title": "Team",
      "subtitle": "Meet the founder of CollabSale",
      "artem": {
        "name": "Artem Panfilov",
        "role": "Founder of ITWillRock & CollabSale",
        "bio": "With over 25 years of IT experience, Artem is a seasoned technology professional and serial entrepreneur. His journey spans from working at tech giants to founding successful startups, bringing deep technical expertise and product vision to CollabSale.",
        "hobbies": "When not coding or building startups, Artem takes to the skies as an aviator and pilot. Flying gives him a unique perspective on problem-solving and reminds him that the best solutions often come from seeing things from a different angle.",
        "quote": "Complex and challenging problems need simple and elegant solutions that impress by their simplicity and are accessible to anyone facing the problem. The downside? Investors think you burned through the cash too fast."
      }
    },
    "idea": {
      "title": "The Idea",
      "subtitle": "Why we built CollabSale",
      "introduction": "CollabSale was born from a simple observation: project management tools are either too complex for regular users or too simple for real work. We set out to change that.",
      "problems": {
        "complexity": {
          "title": "Tools Complexity",
          "description": "Most project management tools require extensive training, force users into rigid workflows, or overwhelm with features nobody uses. People end up spending more time learning the tool than actually managing their projects.",
          "solution": "Simple and elegant interface that works like messaging. Type naturally, no training required. If you can send a text message, you can manage a project."
        },
        "overload": {
          "title": "Project Overload & Context Switching",
          "description": "Even small projects have numerous tiny tasks across different roles and timelines. Constant context switching between tasks kills productivity and momentum. The more projects you have, the more overwhelming it becomes.",
          "solution": "AI assistant handles boring, repetitive tasks—not replacing humans, but freeing them to focus on what matters. Less context switching, more getting things done."
        },
        "lock": {
          "title": "Tool Lock-in",
          "description": "CRMs and project management tools lock you into their ecosystem. That's how they keep your money and attention. Your data becomes their hostage, making it nearly impossible to switch or integrate with other tools.",
          "solution": "Complete freedom. Import and export all projects as simple, structured text—readable like a Shakespeare novel or the best message you ever wrote. Your data, your way, always."
        }
      },
      "vision": "CollabSale makes project management accessible to everyone—from housewives managing household projects to sales professionals tracking complex deals. If you can type, you can use CollabSale."
    },
    "cta": {
      "title": "Ready to Try It?",
      "subtitle": "Join thousands of users who are managing projects the simple way"
    }
  },
  "login": {
    "title": "Sign In to CollabSale"
  },
  "dashboard": {
    "header": {
      "title": "Projects",
      "subtitle": "Manage your projects"
    },
    "userMenu": {
      "userName": "User Name",
      "userEmail": "user@example.com",
      "dashboard": "Dashboard",
      "inbox": "Inbox",
      "settings": "Settings",
      "signOut": "Sign Out"
    },
    "search": {
      "placeholder": "Search projects...",
      "noResults": "No projects found",
      "noResultsDescription": "Try adjusting your search query"
    },
    "projects": {
      "empty": {
        "title": "No projects yet",
        "subtitle": "Create your first project to get started"
      },
      "table": {
        "name": "Name",
        "activities": "Activities",
        "links": "Links",
        "created": "Created"
      },
      "delete": {
        "confirm": "Delete this project?",
        "title": "Delete project"
      },
      "comments": "Comments",
      "activity": "Activity",
      "activity_plural": "Activities",
      "link": "Link",
      "link_plural": "Links"
    }
  },
  "comments": {
    "thread": {
      "projectTitle": "Project Comments",
      "activityTitle": "Activity Comments"
    },
    "empty": "No comments yet. Start a conversation!",
    "placeholder": "Write a comment... (Markdown supported)",
    "markdownSupport": "⌘/Ctrl + Enter to send. Markdown supported.",
    "reply": "Reply",
    "replyingTo": "Replying to",
    "yourself": "yourself",
    "you": "You",
    "to": "to",
    "toLabel": "To",
    "selectRecipient": "Select recipient",
    "typeOrSelectEmail": "Type or select email address",
    "time": {
      "justNow": "Just now",
      "minutesAgo": "{{count}}m ago",
      "hoursAgo": "{{count}}h ago",
      "daysAgo": "{{count}}d ago"
    },
    "errors": {
      "sendFailed": "Failed to send comment. Please try again.",
      "selectRecipient": "Please select a recipient for your comment.",
      "invalidEmail": "Please enter a valid email address."
    }
  },
  "quickAdd": {
    "title": "Quick Add",
    "description": "Add activity or navigate",
    "searchPlaceholder": "Search or type to add activity...",
    "activityPlaceholder": "Type activity and press Enter...",
    "addTo": "Add to",
    "selectProject": "Select project",
    "noProjects": "No projects found",
    "add": "Add",
    "success": "Activity added",
    "error": "Failed to add activity",
    "jumpTo": "Jump to",
    "actions": "Actions",
    "newProject": "New Project",
    "inbox": "Inbox",
    "settings": "Settings",
    "noResults": "No results found.",
    "hint": {
      "select": "to select",
      "close": "to close",
      "toggle": "to toggle"
    }
  },
  "inbox": {
    "title": "Inbox",
    "subtitle": "Your messages and notifications",
    "allMessages": "All Messages",
    "empty": "No messages yet",
    "selectMessage": "Select a message to view",
    "to": "To",
    "from": "From",
    "unknown": "Unknown",
    "onProject": "On project",
    "onActivity": "On activity",
    "context": "Context",
    "projectContext": "Comment on project: {{name}}",
    "activityContext": "Comment on activity: {{message}}",
    "reply": "Reply",
    "replyPlaceholder": "Write your reply...",
    "sendReply": "Send Reply",
    "goToReference": "Go to project/activity"
  },
  "assistant": {
    "title": "Assistant",
    "greeting": "Hello{{name}}!\n\nI'm your personal project assistant. I can help you:\n• Understand your project structure\n• Suggest links between activities\n• Extract data from your notes\n• Calculate totals and perform math\n• Identify missing information\n\nWhat would you like help with?",
    "actions": {
      "create": "Create",
      "creating": "Creating..."
    },
    "placeholder": "Ask me anything about your project...",
    "buttons": {
      "send": "Send",
      "clear": "Clear history",
      "close": "Close"
    },
    "hints": {
      "enterToSend": "Press Enter to send, Shift+Enter for new line"
    }
  },
  "privacy": {
    "title": "Privacy Policy",
    "lastUpdated": "Last updated: {{date}}",
    "sections": {
      "introduction": {
        "title": "Introduction",
        "content": "CollabSale (\"we,\" \"our,\" or \"us\") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our collaborative project management platform."
      },
      "informationWeCollect": {
        "title": "Information We Collect",
        "intro": "We collect information that you provide directly to us, including:",
        "items": [
          "Account information (name, email address, password)",
          "Project data (project names, descriptions, activities)",
          "Files and attachments you upload to the platform",
          "Communication data when you contact our support team"
        ]
      },
      "howWeUse": {
        "title": "How We Use Your Information",
        "intro": "We use the information we collect to:",
        "items": [
          "Provide, maintain, and improve our services",
          "Process your transactions and manage your projects",
          "Send you technical notices and support messages",
          "Respond to your comments and questions",
          "Protect against fraudulent or illegal activity"
        ]
      },
      "dataStorage": {
        "title": "Data Storage and Security",
        "content": "We implement appropriate technical and organizational measures to protect your personal information against unauthorized access, alteration, disclosure, or destruction. However, no method of transmission over the Internet is 100% secure."
      },
      "informationSharing": {
        "title": "Information Sharing",
        "content": "We do not sell, trade, or rent your personal information to third parties. We may share your information only in the following circumstances: with your consent, to comply with legal obligations, or to protect our rights and safety."
      },
      "yourRights": {
        "title": "Your Rights",
        "intro": "You have the right to:",
        "items": [
          "Access, update, or delete your personal information",
          "Object to processing of your personal data",
          "Request restriction of processing your personal data",
          "Data portability",
          "Withdraw consent at any time"
        ]
      },
      "cookies": {
        "title": "Cookies",
        "content": "We use cookies and similar tracking technologies to improve your experience on our platform. You can control cookies through your browser settings. For more information, see our <cookieLink>{{cookieLink}}</cookieLink>."
      },
      "changes": {
        "title": "Changes to This Policy",
        "content": "We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the \"Last updated\" date."
      },
      "contact": {
        "title": "Contact Us",
        "content": "If you have questions about this Privacy Policy, please contact us at <email>{{email}}</email>."
      }
    }
  },
  "terms": {
    "title": "Terms of Service",
    "lastUpdated": "Last updated: {{date}}",
    "sections": {
      "agreement": {
        "title": "Agreement to Terms",
        "content": "By accessing or using CollabSale, you agree to be bound by these Terms of Service and all applicable laws and regulations. If you do not agree with any of these terms, you are prohibited from using this service."
      },
      "useLicense": {
        "title": "Use License",
        "intro": "Permission is granted to temporarily access and use CollabSale for personal or commercial project management purposes. This is the grant of a license, not a transfer of title, and under this license you may not:",
        "items": [
          "Modify or copy the platform materials",
          "Use the platform for any illegal purpose",
          "Attempt to reverse engineer any software contained on the platform",
          "Remove any copyright or proprietary notations",
          "Transfer the materials to another person or \"mirror\" the materials on any other server"
        ]
      },
      "userAccounts": {
        "title": "User Accounts",
        "intro": "When you create an account with us, you must provide accurate, complete, and current information. Failure to do so constitutes a breach of the Terms. You are responsible for:",
        "items": [
          "Maintaining the confidentiality of your account and password",
          "Restricting access to your account",
          "All activities that occur under your account"
        ]
      },
      "userContent": {
        "title": "User Content",
        "content": "You retain ownership of any content you submit, post, or display on CollabSale. By submitting content, you grant us a worldwide, non-exclusive, royalty-free license to use, reproduce, and display such content solely for the purpose of providing the service to you."
      },
      "prohibitedActivities": {
        "title": "Prohibited Activities",
        "intro": "You agree not to:",
        "items": [
          "Violate any applicable laws or regulations",
          "Infringe upon the rights of others",
          "Transmit any viruses, malware, or harmful code",
          "Engage in any automated use of the system",
          "Interfere with or disrupt the service or servers",
          "Attempt to impersonate another user or person"
        ]
      },
      "serviceAvailability": {
        "title": "Service Availability",
        "content": "We strive to provide reliable service, but we do not guarantee that the service will be uninterrupted, timely, secure, or error-free. We reserve the right to modify, suspend, or discontinue the service at any time without notice."
      },
      "limitation": {
        "title": "Limitation of Liability",
        "content": "In no event shall CollabSale or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption) arising out of the use or inability to use the platform."
      },
      "termination": {
        "title": "Termination",
        "content": "We may terminate or suspend your account and access to the service immediately, without prior notice or liability, for any reason, including breach of these Terms. Upon termination, your right to use the service will immediately cease."
      },
      "changes": {
        "title": "Changes to Terms",
        "content": "We reserve the right to modify these terms at any time. We will notify users of any material changes by updating the \"Last updated\" date. Your continued use of the service after such modifications constitutes acceptance of the updated terms."
      },
      "governingLaw": {
        "title": "Governing Law",
        "content": "These Terms shall be governed by and construed in accordance with applicable laws, without regard to conflict of law provisions."
      },
      "contact": {
        "title": "Contact Information",
        "content": "If you have any questions about these Terms, please contact us at <email>{{email}}</email>."
      }
    }
  },
  "cookies": {
    "title": "Cookie Policy",
    "lastUpdated": "Last updated: {{date}}",
    "sections": {
      "whatAreCookies": {
        "title": "What Are Cookies",
        "content": "Cookies are small text files that are placed on your device when you visit our platform. They help us provide you with a better experience by remembering your preferences and enabling certain features."
      },
      "howWeUse": {
        "title": "How We Use Cookies",
        "intro": "CollabSale uses cookies for the following purposes:",
        "items": [
          "Authentication - to keep you logged in to your account",
          "Preferences - to remember your settings and preferences",
          "Security - to protect your account and detect fraudulent activity",
          "Analytics - to understand how you use our platform and improve it",
          "Performance - to monitor and improve platform performance"
        ]
      },
      "typesOfCookies": {
        "title": "Types of Cookies We Use",
        "essential": {
          "title": "Essential Cookies",
          "content": "These cookies are necessary for the platform to function properly. They enable core functionality such as security, authentication, and accessibility. The platform cannot function properly without these cookies."
        },
        "functional": {
          "title": "Functional Cookies",
          "content": "These cookies enable enhanced functionality and personalization, such as remembering your preferences and settings. They may be set by us or by third-party providers."
        },
        "analytics": {
          "title": "Analytics Cookies",
          "content": "These cookies help us understand how visitors interact with our platform by collecting and reporting information anonymously. This helps us improve the platform and user experience."
        },
        "performance": {
          "title": "Performance Cookies",
          "content": "These cookies allow us to monitor and improve the performance of our platform. They help us understand which pages are most popular and how users navigate through the platform."
        }
      },
      "thirdParty": {
        "title": "Third-Party Cookies",
        "content": "We may use third-party services that set cookies on your device. These services help us provide better functionality and understand how our platform is being used. Third-party cookies are subject to the respective privacy policies of these external services."
      },
      "managingCookies": {
        "title": "Managing Cookies",
        "intro": "You can control and manage cookies in several ways:",
        "items": [
          "Browser Settings - Most browsers allow you to refuse or accept cookies through their settings",
          "Delete Cookies - You can delete cookies that have already been set",
          "Opt-Out - You can opt-out of certain third-party cookies through their respective websites"
        ],
        "note": "Please note that disabling cookies may affect the functionality of our platform and limit your ability to use certain features."
      },
      "duration": {
        "title": "Cookie Duration",
        "content": "Cookies may be session cookies (deleted when you close your browser) or persistent cookies (remain on your device for a set period or until you delete them). We use both types depending on their purpose."
      },
      "updates": {
        "title": "Updates to This Policy",
        "content": "We may update this Cookie Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons. Please check this page periodically for updates."
      },
      "contact": {
        "title": "Contact Us",
        "content": "If you have questions about our use of cookies, please contact us at {{email}} or review our {{privacyLink}}."
      }
    }
  },
  "settings": {
    "title": "Settings",
    "description": "Manage your account settings and preferences",
    "templates": {
      "title": "My Templates",
      "description": "Manage your project templates",
      "empty": "You don't have any templates yet. Create a template from a project to get started.",
      "view": "View template",
      "delete": "Delete template",
      "deleteError": "Failed to delete template. Please try again.",
      "deleteConfirmTitle": "Delete Template?",
      "deleteConfirmDescription": "Delete \"{{name}}\"? This can't be undone.",
      "activity": "line",
      "activities": "lines",
      "link": "link",
      "links": "links",
      "created": "Created",
      "noDescription": "No description provided",
      "emptyActivity": "Empty line",
      "value": "Value",
      "operation": "Operation",
      "extractionType": "Extraction Type"
    }
  },
  "pricing": {
    "title": "Pricing",
    "subtitle": "Choose the plan that works for you",
    "individual": {
      "title": "Individual",
      "price": "Free",
      "tagline": "Forever free for individual users",
      "features": {
        "unlimited": "Unlimited projects and activities",
        "collaboration": "Real-time collaboration",
        "dataLinks": "Data extraction and calculation links",
        "assistant": "AI assistant for automation",
        "export": "Export projects as text or JSON",
        "support": "Community support"
      },
      "cta": "Get Started Free"
    },
    "enterprise": {
      "title": "Enterprise",
      "badge": "For Organizations",
      "price": "Custom",
      "tagline": "Tailored solutions for your organization",
      "includesAll": "Everything in Individual, plus:",
      "features": {
        "orgCollaboration": "Organization-wide collaboration",
        "advancedRoles": "Advanced roles and permissions",
        "fileSharing": "Enhanced file sharing capabilities",
        "onboarding": "Team onboarding and offboarding",
        "sso": "Single Sign-On (SSO) integration",
        "priority": "Priority support",
        "sla": "SLA guarantees",
        "training": "Dedicated training sessions"
      },
      "cta": "Contact Sales"
    },
    "faq": {
      "title": "Frequently Asked Questions",
      "q1": {
        "question": "Is the Individual plan really free forever?",
        "answer": "Yes! The Individual plan is 100% free with no time limits, no hidden fees, and all core features included. We believe project management should be accessible to everyone."
      },
      "q2": {
        "question": "What's included in the Enterprise plan?",
        "answer": "The Enterprise plan includes organization-wide collaboration, advanced roles and permissions, enhanced file sharing, team onboarding/offboarding, SSO integration, priority support, SLA guarantees, and dedicated training. Contact us for a custom quote tailored to your needs."
      },
      "q3": {
        "question": "Can I upgrade from Individual to Enterprise later?",
        "answer": "Absolutely! You can start with the free Individual plan and upgrade to Enterprise at any time. Your data and projects will be seamlessly migrated to the Enterprise plan."
      }
    }
  },
  "ocr": {
    "resultTitle": "Image Processed",
    "resultDescription": "Text extracted successfully. Choose what to add:",
    "noTextFound": "No text found in image. You can still attach the image.",
    "imagePreview": "Image Preview",
    "imageAlt": "Uploaded image",
    "extractedText": "Extracted Text",
    "confidence": "Confidence",
    "chooseAction": "What would you like to add?",
    "includeImage": "Include Image",
    "includeText": "Include Text",
    "imageOnly": "Image Only",
    "imageOnlyDesc": "Attach image as file",
    "textOnly": "Text Only",
    "textOnlyDesc": "Insert text into activity",
    "both": "Both",
    "bothDesc": "Text + image attachment"
  },
  "image": {
    "processing": "Processing image",
    "extractingText": "Extracting text... This may take 10-30 seconds.",
    "notAnImage": "Not an image",
    "pleaseSelectImage": "Please select an image file (JPG, PNG, etc.)",
    "tooLarge": "Image too large",
    "sizeLimit": "Image size exceeds {{size}} limit.",
    "processingFailed": "Processing failed",
    "tryAgain": "Failed to process image. Please try again.",
    "attachImage": "Attach image with OCR",
    "imageAttached": "Image attached",
    "imageAttachedSuccess": "Image attached successfully",
    "textInserted": "Text file attached",
    "textAttachedSuccess": "Text file attached successfully",
    "bothAdded": "Files attached",
    "bothAttachedSuccess": "Image and text file attached successfully",
    "actionFailed": "Failed to complete action. Please try again."
  },
  "help": {
    "menu": {
      "overview": "Help Overview",
      "guide": "Step-by-Step Guide",
      "features": {
        "quickCapture": "Quick Capture",
        "reminders": "Reminders"
      }
    },
    "overview": {
      "title": "Help Center",
      "subtitle": "Everything you need to know about CollabSale",
      "whatIs": {
        "title": "What is CollabSale?",
        "description1": "CollabSale is a minimalistic collaborative project management platform designed to be so simple that anyone who can type can create and manage projects. No complex interfaces, no steep learning curves—just intuitive project organization.",
        "description2": "Built on a unique concept of connecting project activities through links, CollabSale helps teams visualize relationships, extract data, and collaborate seamlessly without the bloat of traditional project management tools."
      },
      "keyFeatures": {
        "title": "Key Features",
        "projects": {
          "title": "Projects & Activities",
          "description": "Create projects and organize them with activities (lines). Each activity can contain text, numbers, dates, or any data you need to track."
        },
        "links": {
          "title": "Smart Links",
          "description": "Connect activities with links to show relationships, extract data, perform calculations, or create references between different parts of your project."
        },
        "collaboration": {
          "title": "Real-time Collaboration",
          "description": "Share projects with team members and collaborate in real-time. Everyone sees updates instantly, making teamwork effortless."
        },
        "templates": {
          "title": "Project Templates",
          "description": "Save any project as a template to quickly start new projects with the same structure. Perfect for recurring workflows."
        }
      },
      "whoIsItFor": {
        "title": "Who is it for?",
        "description": "CollabSale is designed for anyone who needs to organize and collaborate on projects:",
        "point1": "Teams looking for a simple alternative to complex project management software",
        "point2": "Individuals managing personal projects, goals, or planning",
        "point3": "Businesses that want to collaborate without overwhelming their team with features",
        "point4": "Anyone who values simplicity and effectiveness over complexity"
      },
      "getStarted": {
        "title": "Ready to get started?",
        "description": "Follow our step-by-step guide to learn the basics and start using CollabSale like a pro.",
        "button": "View Step-by-Step Guide"
      }
    },
    "guide": {
      "title": "Step-by-Step Guide",
      "subtitle": "Learn how to use CollabSale in 5 simple steps",
      "backToHelp": "Back to Help",
      "step": "Step",
      "stepLabel": "Go to step {{step}}",
      "previous": "Previous",
      "next": "Next",
      "finish": "Go to Dashboard",
      "step1": {
        "title": "Create Your First Project",
        "description": "Projects are the foundation of your work in CollabSale. Each project can represent anything—a sales pipeline, event planning, task list, or any workflow you need to manage.",
        "point1": "Go to the Dashboard and click the 'Create Project' button",
        "point2": "Give your project a name and optionally a description",
        "point3": "Click 'Create' to start your new project"
      },
      "step2": {
        "title": "Add Lines and Content",
        "description": "Lines (activities) are the building blocks of your project. Each line can contain any information you need to track.",
        "point1": "Click the '+' button or press Enter to add a new line",
        "point2": "Type your content—it can be text, numbers, dates, or any data",
        "point3": "Add as many lines as you need. Reorder them by dragging if necessary"
      },
      "step3": {
        "title": "Create Links Between Items",
        "description": "Links connect your lines together, showing relationships, extracting data, or performing calculations between different parts of your project.",
        "point1": "Click the link icon next to any line to create a connection",
        "point2": "Choose the target line you want to link to",
        "point3": "Select the link type: reference, data extraction, or calculation"
      },
      "step4": {
        "title": "Share and Collaborate",
        "description": "Collaborate with your team by sharing projects. Everyone can work together in real-time.",
        "point1": "Click the 'Share' button in your project",
        "point2": "Enter the email address of the person you want to invite",
        "point3": "They'll receive an invitation and can start collaborating immediately"
      },
      "step5": {
        "title": "Use Templates",
        "description": "Save time on recurring projects by creating templates from your existing work.",
        "point1": "Open a project you want to save as a template",
        "point2": "Click the template icon and give it a name",
        "point3": "When creating new projects, select your template to start with the same structure"
      }
    },
    "quickCapture": {
      "title": "Quick Capture",
      "subtitle": "Add activities from anywhere with a single keyboard shortcut",
      "overview": {
        "title": "Overview",
        "description": "Quick Capture lets you instantly add activities to any project without navigating away from what you're doing. It's available from anywhere in the app using a keyboard shortcut or the floating button on mobile."
      },
      "howToOpen": {
        "title": "How to Open Quick Capture",
        "desktop": {
          "title": "Desktop",
          "description": "Use the keyboard shortcut to open Quick Capture instantly:",
          "mac": "(Mac)",
          "windows": "(Windows/Linux)"
        },
        "mobile": {
          "title": "Mobile",
          "description": "Tap the floating + button in the bottom-right corner of the screen. It's always visible when you're logged in."
        }
      },
      "features": {
        "title": "Features",
        "addActivity": {
          "title": "Add Activity",
          "description": "Quickly add a new activity to any of your projects:",
          "step1": "Start typing your activity text",
          "step2": "Select the target project from the dropdown",
          "step3": "Press Enter or click Add to save"
        },
        "jumpTo": {
          "title": "Jump to Project",
          "description": "Use Quick Capture to navigate directly to any of your projects. Just select a project from the list to open it."
        },
        "search": {
          "title": "Quick Search",
          "description": "Type to filter your projects by name. The list updates as you type, making it easy to find the right project."
        }
      },
      "shortcuts": {
        "title": "Keyboard Shortcuts",
        "open": "Open Quick Capture",
        "submit": "Submit activity",
        "close": "Close",
        "navigate": "Navigate list"
      },
      "tips": {
        "title": "Tips",
        "tip1": "Quick Capture remembers your last used project, making it even faster to add activities to the same project.",
        "tip2": "You can access Quick Capture from any page in the app - even while viewing another project.",
        "tip3": "Use the quick actions to jump directly to Dashboard, Inbox, or Settings."
      }
    },
    "reminders": {
      "title": "Reminders",
      "subtitle": "Never forget to follow up on important activities",
      "overview": {
        "title": "Overview",
        "description": "Reminders help you stay on top of your work by sending notifications when it's time to follow up on an activity. Set reminders on any activity and receive in-app notifications when they're due."
      },
      "howToSet": {
        "title": "How to Set a Reminder",
        "step1": {
          "title": "Select an Activity",
          "description": "Click on an activity in your project to focus it. You'll see action buttons appear on the right side."
        },
        "step2": {
          "title": "Click the Bell Icon",
          "description": "Click the bell icon to open the reminder dialog. This button is only available for logged-in users."
        },
        "step3": {
          "title": "Choose a Time",
          "description": "Select a quick option (15m, 1h, 3h, 1d, 1w) or pick a custom date and time using the calendar."
        },
        "step4": {
          "title": "Add a Note (Optional)",
          "description": "Optionally add a note to help you remember what to do when the reminder fires."
        }
      },
      "quickOptions": {
        "title": "Quick Options",
        "description": "For common reminder times, use the quick option buttons:",
        "15m": "15 minutes from now",
        "1h": "1 hour from now",
        "3h": "3 hours from now",
        "1d": "1 day from now",
        "1w": "1 week from now"
      },
      "customTime": {
        "title": "Custom Date and Time",
        "description": "For more specific timing, use the custom date and time picker:",
        "datePicker": {
          "title": "Date Picker",
          "description": "Click to open a calendar and select any future date."
        },
        "timePicker": {
          "title": "Time Picker",
          "description": "Enter the exact time you want to be reminded."
        }
      },
      "notifications": {
        "title": "Receiving Notifications",
        "description": "When a reminder is due, you'll receive an in-app notification:",
        "bell": {
          "title": "Notification Bell",
          "description": "Look for the bell icon in the header. A badge shows the number of unread notifications."
        },
        "markRead": {
          "title": "Mark as Read",
          "description": "Click on a notification to mark it as read and navigate to the related activity. Use 'Mark all read' to clear all notifications at once."
        }
      },
      "tips": {
        "title": "Tips",
        "tip1": "Set reminders for activities that need follow-up, like client calls or deadline checks.",
        "tip2": "Add notes to reminders to remember specific actions to take.",
        "tip3": "Check the notification bell regularly to stay on top of your reminders."
      }
    }
  },
  "smartActions": {
    "title": "Smart Actions",
    "patterns": {
      "phone": {
        "keywords": [
          "phone",
          "tel",
          "mobile",
          "cell",
          "telephone"
        ],
        "separators": [
          ":",
          "-",
          "–",
          "—"
        ],
        "regex": [
          "(?<![a-zA-Z0-9_])[\\+]?[(]?[0-9]{3}[)]?[-\\s\\.]?[0-9]{3}[-\\s\\.]?[0-9]{4,6}(?![a-zA-Z0-9_])"
        ]
      },
      "email": {
        "keywords": [
          "email",
          "e-mail",
          "mail"
        ],
        "separators": [
          ":",
          "-",
          "–",
          "—"
        ],
        "regex": [
          "[^@ \\t\\r\\n]+@[^@ \\t\\r\\n]+\\.[^@ \\t\\r\\n]+"
        ]
      },
      "address": {
        "keywords": [
          "address",
          "location",
          "addr",
          "place",
          "coordinates",
          "coords"
        ],
        "separators": [
          ":",
          "-",
          "–",
          "—"
        ],
        "regex": [
          "[-+]?([1-8]?\\d(\\.\\d+)?|90(\\.0+)?)\\s*,\\s*[-+]?(180(\\.0+)?|((1[0-7]\\d)|([1-9]?\\d))(\\.\\d+)?)"
        ]
      },
      "name": {
        "keywords": [
          "name",
          "contact"
        ],
        "separators": [
          ":",
          "-",
          "–",
          "—"
        ]
      },
      "event": {
        "keywords": [
          "event",
          "meeting",
          "appointment",
          "date",
          "deadline",
          "at"
        ],
        "separators": [
          ":",
          "-",
          "–",
          "—"
        ],
        "regex": [
          "\\d{2}[./-]\\d{2}[./-]\\d{4}",
          "\\d{1,2}\\s+(of\\s+)?(?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)(?:uary|ruary|ch|il|y|e|ust|tember|ober|ember|ember)?\\s+\\d{4}"
        ],
        "timeRegex": [
          "\\b(2[0-4]|1[0-9]|0[1-9])[:-](00|[0-5][0-9])\\b",
          "\\bat\\s+(2[0-4]|1[0-9]|0[1-9])\\b",
          "\\bв\\s+(2[0-4]|1[0-9]|0[1-9])\\b"
        ]
      }
    },
    "labels": {
      "call": "Call",
      "sendEmail": "Send Email",
      "openInMaps": "Open in Maps",
      "createContact": "Create Contact",
      "addToCalendar": "Add to Calendar"
    }
  },
  "markdown": {
    "help": {
      "title": "Text Formatting Help",
      "description": "You can format your activity text using markdown syntax. The formatting will appear in view mode, while edit mode shows the raw text.",
      "bold": {
        "title": "Bold Text",
        "example": "bold text",
        "result": "Result"
      },
      "italic": {
        "title": "Italic Text",
        "example": "italic text",
        "result": "Result"
      },
      "boldItalic": {
        "title": "Bold and Italic",
        "example": "bold and italic",
        "result": "Result"
      },
      "strikethrough": {
        "title": "Strikethrough",
        "example": "crossed out text",
        "result": "Result"
      },
      "links": {
        "title": "Links",
        "example": "Link Text",
        "result": "Result"
      },
      "bulletList": {
        "title": "Bulleted Lists",
        "item1": "First item",
        "item2": "Second item",
        "item3": "Third item",
        "result": "Result"
      },
      "numberedList": {
        "title": "Numbered Lists",
        "item1": "First item",
        "item2": "Second item",
        "item3": "Third item",
        "result": "Result"
      },
      "blockquote": {
        "title": "Blockquotes",
        "example": "This is a quote",
        "result": "Result"
      },
      "checkbox": {
        "title": "Checkboxes",
        "unchecked": "Unchecked item",
        "checked": "Checked item",
        "result": "Result"
      }
    }
  },
  "reminders": {
    "title": "Set Reminder",
    "quickOptions": "Quick options",
    "customTime": "Custom date and time",
    "pickDate": "Pick a date",
    "note": "Note (optional)",
    "notePlaceholder": "Add a note...",
    "today": "Today",
    "tomorrow": "Tomorrow",
    "at": "at",
    "willRemind": "You will be reminded on",
    "pastTime": "Please select a future date and time",
    "setReminder": "Set Reminder",
    "setting": "Setting...",
    "success": "Reminder set",
    "error": "Failed to set reminder",
    "button": "Remind me",
    "dismiss": "Dismiss",
    "cancelled": "Cancelled"
  },
  "notifications": {
    "title": "Notifications",
    "empty": "No notifications",
    "markAllRead": "Mark all read",
    "viewAll": "View all notifications",
    "types": {
      "reminder": "Reminder",
      "comment": "Comment",
      "share": "Project shared",
      "mention": "Mention",
      "system": "System"
    }
  },
  "blog": {
    "title": "Blog",
    "subtitle": "Thoughts on sales, productivity, and the future of work from the CollabSale team.",
    "morePosts": "More Articles",
    "readMore": "Read article",
    "backToBlog": "Back to Blog",
    "writtenBy": "Written by",
    "previousPost": "Previous",
    "nextPost": "Next",
    "author": {
      "name": "Artem Panfilov",
      "role": "Founder, CollabSale · 25 years in tech",
      "bio": "With over 25 years of IT experience, Artem is a seasoned technology professional and serial entrepreneur. His journey spans from working at tech giants like Google, Credit Suisse, IBM, and UBS to founding successful startups. He believes that complex problems need simple, elegant solutions."
    },
    "cta": {
      "title": "Ready to simplify your workflow?",
      "subtitle": "Experience the simplicity of CollabSale. No complex setup, just results."
    },
    "landing": {
      "title": "From the Blog",
      "viewAll": "View all articles"
    }
  }
}
