{
  "metadata": {
    "title": "My Blog",
    "description": "Technical thoughts and life reflections"
  },
  "nav": {
    "home": "Home",
    "search": "Search",
    "login": "Log in",
    "logout": "Log out",
    "admin": "Admin",
    "language": "Language"
  },
  "blog": {
    "viewAll": "View All",
    "like": "Like",
    "dislike": "Dislike",
    "loginPrompt": "Log in to view full content",
    "publishDate": "Published on",
    "tags": "Tags",
    "noEnglish": "No English version available for this post. Showing Chinese version.",
    "notFound": "Post not found",
    "backHome": "Back to home"
  },
  "search": {
    "placeholder": "Search blog titles or content...",
    "noResults": "No matching posts found",
    "all": "All",
    "results": "{count} posts found"
  },
  "login": {
    "title": "Log In",
    "subtitle": "Log in to view full content",
    "email": "Email",
    "emailPlaceholder": "your@email.com",
    "password": "Password",
    "passwordPlaceholder": "********",
    "submit": "Log in",
    "register": "No account? Sign up",
    "remember": "Remember me (30 days)",
    "invalidCredentials": "Invalid email or password",
    "tooManyAttempts": "Too many attempts. Please try again later.",
    "loggingIn": "Logging in..."
  },
  "register": {
    "title": "Sign Up",
    "subtitle": "Create an account to read full posts",
    "nickname": "Nickname (optional)",
    "submit": "Sign up",
    "haveAccount": "Already have an account? Log in",
    "emailExists": "This email is already registered",
    "passwordTooShort": "Password must be at least 6 characters"
  },
  "admin": {
    "title": "Admin Dashboard",
    "overview": "Overview",
    "posts": "Posts",
    "newPost": "New Post",
    "editor": "Editor",
    "stats": "Statistics",
    "todayUV": "Today's UV",
    "todayPV": "Today's PV",
    "recent7d": "Last 7 Days Trend",
    "topPosts": "Top 5 Posts",
    "eventCounts": "User Event Distribution",
    "users": "Registered Users"
  },
  "editor": {
    "title": "Chinese Title (optional)",
    "titleEn": "English Title (required)",
    "slug": "URL Slug",
    "coverImage": "Cover Image URL",
    "tags": "Tags (comma-separated)",
    "contentMd": "Chinese Markdown content (optional, with breakpoint)",
    "contentMdEn": "English Markdown content (required, with breakpoint)",
    "insertBreakpoint": "Insert Breakpoint",
    "status": "Status",
    "draft": "Draft",
    "published": "Published",
    "save": "Save",
    "publish": "Publish",
    "preview": "Preview",
    "delete": "Delete",
    "saved": "Saved",
    "deleted": "Deleted"
  },
  "footer": {
    "copyright": "© 2026 My Blog. All rights reserved.",
    "poweredBy": "Powered by Next.js + SQLite"
  },
  "errors": {
    "unauthorized": "Not logged in or session expired",
    "forbidden": "Permission denied",
    "notFound": "Resource not found",
    "serverError": "Server error. Please try again later."
  }
}
