prmbr-image-mksaas/messages/zh.json
javayhu 431e61d2a5 refactor: consolidate blog components and improve file structure
- Move MDX component from marketing to shared folder
- Remove deprecated blog post and blog posts components
- Update blog page imports to use new MDX component location
- Add reading time estimation utility function
- Reorganize navbar and mobile navbar components
- Update marketing links configuration
- Improve component modularity and code organization
2025-03-08 13:50:08 +08:00

93 lines
2.6 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": "博客",
"subtitle": "来自我们的团队最新新闻和更新",
"publisher": "发布者",
"categories": "分类",
"tableOfContents": "目录",
"all": "全部",
"noPostsFound": "没有找到文章",
"allPosts": "全部文章"
},
"mail": {
"common": {
"team": "{name} 团队",
"copyright": "版权所有 {year}"
},
"verifyEmail": {
"title": "你好, {name}.",
"body": "请点击下面的链接验证您的邮箱地址。",
"confirmEmail": "验证邮箱",
"subject": "验证您的邮箱"
},
"forgotPassword": {
"title": "你好, {name}.",
"body": "请点击下面的链接重置您的密码。",
"resetPassword": "重置密码",
"subject": "重置您的密码"
},
"subscribeNewsletter": {
"body": "感谢您订阅我们的邮件列表,我们将持续为您带来最新的新闻和更新。",
"subject": "感谢您的订阅"
}
}
}