{
  "title": "Cookie Policy",
  "page": {
    "subtitle": "How we use cookies and local storage"
  },
  "navigation": {
    "back": "Back navigation",
    "backToHome": "Return to homepage",
    "cookiesNavigation": "Cookie policy sections navigation",
    "tableOfContents": "Contents"
  },
  "accessibility": {
    "skipToMain": "Skip to main content",
    "skipToToc": "Skip to content",
    "mainContent": "Main content of the cookie policy",
    "sectionsList": "List of sections with {{sections}} items",
    "pageLoaded": "Cookie policy page loaded",
    "navigatedToSection": "Navigated to section: {{section}}",
    "returningHome": "Returning to the homepage",
    "documentSummary": "The document contains {{sections}} sections of cookie usage policy"
  },
  "sections": {
    "introduction": {
      "title": "1. Introduction"
    },
    "whatAreCookies": {
      "title": "2. What are cookies"
    },
    "typesOfCookies": {
      "title": "3. Types of cookies"
    },
    "storage": {
      "title": "4. Data storage"
    },
    "control": {
      "title": "5. Cookie management"
    },
    "changes": {
      "title": "6. Policy changes"
    }
  },
  "content": {
    "introduction": {
      "purpose": "This policy describes how ClippyCV uses cookies and local storage to enhance user experience.",
      "scope": "The policy applies to all users of the ClippyCV service and all related domains and subdomains.",
      "consent": "By using our service, you agree to the use of cookies in accordance with this policy."
    },
    "whatAreCookies": {
      "definition": "Cookies are small text files stored on your device when visiting websites.",
      "purpose": "They are used to remember your preferences, analyze site usage, and personalize content.",
      "types": "There are different types of cookies: session cookies (deleted when you close the browser) and persistent cookies (remain until expiration)."
    },
    "typesOfCookies": {
      "essential": {
        "title": "Essential cookies",
        "language": "Saving selected interface language",
        "theme": "Remembering theme (light/dark)",
        "session": "Session authentication cookie (e.g., NextAuth), necessary for account access and protected pages",
        "purpose": "These files are critical for the basic functioning of the site and cannot be disabled."
      },
      "functional": {
        "title": "Functional cookies",
        "resume": "Resumes and chats are stored on our servers, not in the browser.",
        "settings": "Remembering user settings and preferences",
        "purpose": "Provide extended functionality and personalization."
      },
      "analytics": {
        "title": "Analytics cookies",
        "provider": "Vercel Analytics for traffic and performance analysis",
        "purpose": "Help understand how users interact with the site to improve it."
      }
    },
    "storage": {
      "localStorage": {
        "title": "Local Storage (LocalStorage)",
        "theme": "Theme settings",
        "language": "Selected interface language",
        "settings": "User settings and preferences",
        "consent": "Your choice of cookie consent (accept all / only necessary)"
      },
      "indexDB": {
        "title": "Browser databases (IndexedDB)",
        "resume": "Resumes and chats are not stored in IndexedDB; they are stored on our servers. See Privacy Policy for details.",
        "templates": "Not used for resume templates.",
        "purpose": "Server storage is described in the Privacy Policy."
      },
      "cookies": {
        "title": "HTTP cookies",
        "session": "Session authentication cookie for account access and protected pages",
        "language": "Interface language preference",
        "preferences": "Basic preferences and settings",
        "analytics": "Data for analytics systems"
      }
    },
    "control": {
      "browser": "You can manage cookies through your browser settings. Most browsers allow blocking or deleting cookies.",
      "essential": "Note that disabling essential cookies may impair site functionality.",
      "analytics": "Analytics cookies can be disabled separately without affecting core functionality.",
      "deletion": "Deleting cookies will reset your settings and preferences."
    },
    "changes": {
      "updates": "We may periodically update this cookie policy to reflect changes in our practices or for legal reasons.",
      "notification": "We will notify about significant changes through the site interface or email.",
      "acceptance": "Continuing to use the site after changes signifies acceptance of the updated policy."
    }
  },
  "meta": {
    "title": "Cookies Policy | Clippy CV",
    "description": "How Clippy CV uses cookies and local storage. Types of cookies, storage, control and your choices."
  }
}
