{
  "metadata": {
    "title": "我的博客",
    "description": "记录技术思考与生活感悟"
  },
  "nav": {
    "home": "首页",
    "search": "搜索",
    "login": "登录",
    "logout": "退出",
    "admin": "后台",
    "language": "语言"
  },
  "blog": {
    "viewAll": "查看全部",
    "like": "赞",
    "dislike": "踩",
    "loginPrompt": "登录以查看完整内容",
    "publishDate": "发布于",
    "tags": "标签",
    "noEnglish": "此文章暂无英文版，已为您显示中文版",
    "notFound": "博文不存在",
    "backHome": "返回首页"
  },
  "search": {
    "placeholder": "搜索博文标题或内容...",
    "noResults": "未找到匹配的博文",
    "all": "全部",
    "results": "找到 {count} 篇博文"
  },
  "login": {
    "title": "登录",
    "subtitle": "登录以查看完整内容",
    "email": "邮箱",
    "emailPlaceholder": "your@email.com",
    "password": "密码",
    "passwordPlaceholder": "********",
    "submit": "登录",
    "register": "还没有账号？注册",
    "remember": "记住我（30 天免登录）",
    "invalidCredentials": "邮箱或密码错误",
    "tooManyAttempts": "尝试过于频繁，请稍后再试",
    "loggingIn": "登录中..."
  },
  "register": {
    "title": "注册",
    "subtitle": "创建账号以阅读完整博文",
    "nickname": "昵称（可选）",
    "submit": "注册",
    "haveAccount": "已有账号？登录",
    "emailExists": "该邮箱已注册",
    "passwordTooShort": "密码至少 6 位"
  },
  "admin": {
    "title": "后台管理",
    "overview": "概览",
    "posts": "博文",
    "newPost": "新建博文",
    "editor": "编辑器",
    "stats": "统计",
    "todayUV": "今日 UV",
    "todayPV": "今日 PV",
    "recent7d": "近 7 日趋势",
    "topPosts": "热门博文 TOP 5",
    "eventCounts": "用户行为事件分布",
    "users": "注册用户"
  },
  "editor": {
    "title": "中文标题（可选）",
    "titleEn": "英文标题（必填）",
    "slug": "URL 标识",
    "coverImage": "封面图 URL",
    "tags": "标签（逗号分隔）",
    "contentMd": "中文 Markdown 正文（可选，含断点标记）",
    "contentMdEn": "英文 Markdown 正文（必填，含断点标记）",
    "insertBreakpoint": "插入断点",
    "status": "状态",
    "draft": "草稿",
    "published": "已发布",
    "save": "保存",
    "publish": "发布",
    "preview": "预览",
    "delete": "删除",
    "saved": "已保存",
    "deleted": "已删除"
  },
  "footer": {
    "copyright": "© 2026 我的博客. 保留所有权利.",
    "poweredBy": "Powered by Next.js + SQLite"
  },
  "errors": {
    "unauthorized": "未登录或登录已过期",
    "forbidden": "权限不足",
    "notFound": "资源不存在",
    "serverError": "服务器错误，请稍后再试"
  }
}
