{
  "nav.home": "Home",
  "nav.examples": "Examples",
  "nav.blog": "Blog",
  "nav.auth": "Authentication",
  "nav.documentation": "Documentation",

  "home.title": "Develop Fast, Deploy Faster",
  "home.subtitle": "SysrotCore",
  "home.description": "A complete base project to build modern web applications with Next.js, TailwindCSS and much more.",
  "home.getStarted": "Get Started",
  "home.viewExamples": "View Examples",

  "features.ai.title": "Integrated AI",
  "features.ai.description": "3 AI models ready to use: GPT-4o, Claude 3.5 Sonnet and Gemini Flash Pro.",
  "features.auth.title": "Complete Authentication",
  "features.auth.description": "Authentication system with NextAuth.js, OAuth providers and role system.",
  "features.components.title": "50+ Components",
  "features.components.description": "Complete library of production-ready UI components with TailwindCSS.",
  "features.upload.title": "Image Upload",
  "features.upload.description": "Integrated image upload system with Cloudinary for cloud storage.",
  "features.blog.title": "MDX Blog",
  "features.blog.description": "Integrated MDX blog system to publish content with ease.",
  "features.forms.title": "Validated Forms",
  "features.forms.description": "Form validation with react-hook-form and zod for perfect user experience.",

  "examples.title": "Component Examples",
  "examples.ai.title": "Multi-Model AI",
  "examples.ai.description": "Integrated chat with GPT-4o, Claude 3.5 Sonnet and Gemini Flash Pro",
  "examples.auth.title": "Authentication",
  "examples.auth.description": "Login, registration and role system with NextAuth.js",
  "examples.components.title": "UI Components",
  "examples.components.description": "50+ ready-to-use components with code examples",
  "examples.upload.title": "File Upload",
  "examples.upload.description": "Drag & drop images with Cloudinary and preview",
  "examples.forms.title": "Forms",
  "examples.forms.description": "React Hook Form with real-time Zod validation",
  "examples.animations.title": "Animations",
  "examples.animations.description": "Framer Motion and CSS effects for micro-interactions",
  "examples.notifications.title": "Notifications",
  "examples.notifications.description": "Complete toast notification and alert system",
  "examples.database.title": "Database",
  "examples.database.description": "Integration examples with MongoDB, Supabase and Firebase",
  "examples.themes.title": "UI & Themes",
  "examples.themes.description": "Light/dark theme system and UI components",

  "blog.title": "Blog",
  "blog.noArticles": "No articles available",
  "blog.backToBlog": "← Back to blog",
  "blog.readingTime": "min read",

  "common.loading": "Loading...",
  "common.error": "Error",
  "common.success": "Success",
  "common.cancel": "Cancel",
  "common.save": "Save",
  "common.edit": "Edit",
  "common.delete": "Delete",
  "common.copy": "Copy",
  "common.copied": "Copied",

  "auth.login": "Sign In",
  "auth.register": "Sign Up",
  "auth.logout": "Sign Out",
  "auth.profile": "Profile",
  "auth.email": "Email",
  "auth.password": "Password",
  "auth.confirmPassword": "Confirm Password",
  "auth.forgotPassword": "Forgot your password?",
  "auth.rememberMe": "Remember me",
  "auth.signInWith": "Sign in with",

  "footer.madeWith": "Made with",
  "footer.by": "by"
} 