{
  "home": {
    "title": "Welcome to Nextivite",
    "subtitle": "A ready-to-go boilerplate with Next.js 16, Tailwind v4, TanStack Query, Zustand, orval and husky.",
    "login": "Sign in",
    "dashboard": "Go to dashboard"
  },
  "login": {
    "title": "Sign in",
    "email": "Email",
    "password": "Password",
    "submit": "Sign in",
    "success": "Signed in successfully"
  },
  "dashboard": {
    "title": "Dashboard",
    "welcome": "Welcome",
    "logout": "Log out"
  }
}
