prmbr-image-mksaas/messages/zh.json
javayhu ce7fe5b45f feat: enhance blog category filtering and pagination
- Add blog category filter for desktop and mobile views
- Implement category-based blog post filtering
- Add pagination support for blog and category pages
- Update localization messages for blog categories
- Reduce posts per page from 9 to 6
- Add loading states for blog pages
- Create new content collections for blog categories in Chinese
2025-03-06 00:48:22 +08:00

70 lines
1.8 KiB
JSON

{
"HomePage": {
"title": "next-intl 示例"
},
"NotFoundPage": {
"title": "404",
"message": "抱歉,您正在寻找的页面不存在。",
"backToHome": "返回首页"
},
"ErrorPage": {
"title": "哎呀!出错了!",
"tryAgain": "重试",
"backToHome": "返回首页"
},
"AuthPage": {
"login": {
"title": "登录",
"welcomeBack": "欢迎回来",
"email": "邮箱",
"password": "密码",
"signIn": "登录",
"signUp": "没有账号?注册",
"forgotPassword": "忘记密码?",
"signInWithGoogle": "使用 Google 登录",
"signInWithGitHub": "使用 GitHub 登录",
"termsOfService": "服务条款",
"privacyPolicy": "隐私政策",
"byClickingContinue": "继续即表示您同意我们的 ",
"and": " 和 "
},
"register": {
"title": "注册",
"createAccount": "创建账号",
"name": "姓名",
"email": "邮箱",
"password": "密码",
"signUp": "注册",
"signIn": "已经有账号?登录",
"checkEmail": "请检查您的邮箱"
},
"forgotPassword": {
"title": "忘记密码",
"email": "邮箱",
"send": "发送",
"backToLogin": "返回登录",
"checkEmail": "请检查您的邮箱"
},
"resetPassword": {
"title": "重置密码",
"password": "密码",
"reset": "重置",
"backToLogin": "返回登录"
},
"error": {
"title": "哎呀!出错了!",
"tryAgain": "请重试。",
"backToLogin": "返回登录",
"checkEmail": "请检查您的邮箱"
}
},
"BlogPage": {
"title": "博客",
"categories": {
"all": "全部",
"news": "新闻",
"guide": "指南",
"company": "公司"
}
}
}