prmbr-image-mksaas/messages/zh.json
javayhu 45d46082f2 feat: add documentation structure and enhance content collections
- Introduced new content collections for documentation and metadata using Fumadocs.
- Created initial documentation files and layout for the docs section.
- Updated routing and middleware to support the new docs structure.
- Enhanced localization support by adding new entries for documentation in English and Chinese.
- Implemented a new API route for search functionality within the documentation.
2025-03-27 00:09:13 +08:00

494 lines
16 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Metadata": {
"name": "MkSaaS",
"title": "MkSaaS - 最好的 AI SaaS 模板",
"tagline": "使用 MkSaaS 在几天内轻松构建您的 AI SaaS",
"description": "MkSaaS 是构建 AI SaaS 的最佳模板,使用 MkSaaS 可以在几天内轻松构建您的 AI SaaS简单且毫不费力。"
},
"Common": {
"login": "登录",
"logout": "退出",
"signUp": "注册",
"theme": "切换主题",
"language": "切换语言",
"light": "浅色模式",
"dark": "深色模式",
"system": "跟随系统",
"copy": "复制",
"save": "保存",
"saving": "保存中...",
"cancel": "取消",
"logoutFailed": "退出失败"
},
"HomePage": {
"title": "MkSaaS 示例",
"description": "这是一个使用 MkSaaS 构建网站的简单示例"
},
"NotFoundPage": {
"title": "404",
"message": "抱歉,您正在寻找的页面不存在",
"backToHome": "返回首页"
},
"ErrorPage": {
"title": "哎呀!出错了!",
"tryAgain": "重试",
"backToHome": "返回首页"
},
"AboutPage": {
"title": "关于我们",
"description": "MkSaaS 是一个使用最先进的技术栈构建的 AI SaaS 模板,它可以帮助你更快更好地构建你的 SaaS。如果你有任何问题欢迎联系我。",
"subtitle": "了解更多关于我们的公司、使命和价值观",
"authorName": "MkSaaS",
"authorBio": "全栈开发工程师",
"authorIntroduction": "你好,这里是 MkSaaS一个使用最先进的技术栈构建的 AI SaaS 模板,它可以帮助你更快更好地构建你的 SaaS。如果你有任何问题欢迎联系我。",
"talkWithMe": "联系我"
},
"ChangelogPage": {
"title": "更新日志",
"subtitle": "查看我们产品的最新动态"
},
"ContactPage": {
"title": "联系我们",
"description": "我们帮助您找到合适的计划",
"subtitle": "我们帮助您找到合适的计划",
"form": {
"title": "联系我们",
"description": "如果您有任何问题或反馈,请随时联系我们的团队",
"name": "姓名",
"email": "邮箱",
"message": "消息",
"submit": "提交",
"submitting": "提交中...",
"success": "消息发送成功",
"fail": "消息发送失败",
"nameMinLength": "姓名必须至少包含 3 个字符",
"nameMaxLength": "姓名必须不超过 30 个字符",
"emailValidation": "请输入有效的邮箱地址",
"messageMinLength": "消息必须至少包含 10 个字符",
"messageMaxLength": "消息必须不超过 500 个字符"
}
},
"WaitlistPage": {
"title": "邮件列表",
"description": "加入我们的邮件列表,获取最新消息和更新",
"subtitle": "加入我们的邮件列表,获取最新消息和更新",
"form": {
"title": "加入我们的邮件列表",
"description": "我们每周只发送一封邮件,并且不会发送垃圾邮件",
"email": "邮箱",
"subscribe": "订阅",
"subscribing": "订阅中...",
"success": "订阅成功",
"fail": "订阅失败",
"emailValidation": "请输入有效的邮箱地址"
}
},
"AuthPage": {
"login": {
"title": "登录",
"welcomeBack": "欢迎回来",
"email": "邮箱",
"password": "密码",
"signIn": "登录",
"signUpHint": "没有账号?注册",
"forgotPassword": "忘记密码?",
"signInWithGoogle": "使用 Google 登录",
"signInWithGitHub": "使用 GitHub 登录",
"showPassword": "显示密码",
"hidePassword": "隐藏密码",
"termsOfService": "服务条款",
"privacyPolicy": "隐私政策",
"byClickingContinue": "继续即表示您同意我们的 ",
"and": " 和 ",
"or": "或"
},
"register": {
"title": "注册",
"createAccount": "创建账号",
"name": "姓名",
"email": "邮箱",
"password": "密码",
"signUp": "注册",
"signInHint": "已经有账号?登录",
"checkEmail": "请检查您的邮箱",
"showPassword": "显示密码",
"hidePassword": "隐藏密码"
},
"forgotPassword": {
"title": "忘记密码",
"email": "邮箱",
"send": "发送重置密码链接",
"backToLogin": "返回登录",
"checkEmail": "请检查您的邮箱"
},
"resetPassword": {
"title": "重置密码",
"password": "密码",
"reset": "重置密码",
"backToLogin": "返回登录",
"showPassword": "显示密码",
"hidePassword": "隐藏密码"
},
"error": {
"title": "哎呀!出错了!",
"tryAgain": "请重试",
"backToLogin": "返回登录",
"checkEmail": "请检查您的邮箱"
}
},
"BlogPage": {
"title": "博客",
"description": "来自我们的团队最新新闻和更新",
"subtitle": "来自我们的团队最新新闻和更新",
"author": "作者",
"categories": "分类",
"tableOfContents": "目录",
"all": "全部",
"noPostsFound": "没有找到文章",
"allPosts": "全部文章"
},
"Marketing": {
"navbar": {
"features": {
"title": "功能"
},
"pricing": {
"title": "价格"
},
"blog": {
"title": "博客"
},
"docs": {
"title": "文档"
},
"ai": {
"title": "AI 工具",
"items": {
"text": {
"title": "AI 文本",
"description": "展示如何使用 AI 生成精彩文本"
},
"image": {
"title": "AI 图像",
"description": "展示如何使用 AI 生成精美图像"
},
"video": {
"title": "AI 视频",
"description": "展示如何使用 AI 生成惊人视频"
},
"audio": {
"title": "AI 音频",
"description": "展示如何使用 AI 生成动听音频"
}
}
},
"pages": {
"title": "内置页面",
"items": {
"about": {
"title": "关于我们",
"description": "了解更多关于我们的公司、使命和价值观"
},
"contact": {
"title": "联系我们",
"description": "与我们的团队联系,以获取支持或咨询"
},
"waitlist": {
"title": "邮件列表",
"description": "加入我们的邮件列表,获取最新消息和更新"
},
"changelog": {
"title": "更新日志",
"description": "查看我们产品的更新历史,查看最新动态"
},
"roadmap": {
"title": "路线图",
"description": "探索我们的未来计划和即将推出的功能"
},
"cookiePolicy": {
"title": "Cookie 政策",
"description": "关于我们如何在网站上使用 Cookie 的信息"
},
"privacyPolicy": {
"title": "隐私政策",
"description": "关于我们将如何保护和处理您在网站上的数据"
},
"termsOfService": {
"title": "服务条款",
"description": "关于您与我们公司之间的法律协议和条款"
}
}
},
"blocks": {
"title": "内置组件",
"items": {
"hero": {
"title": "Hero 组件"
},
"logoCloud": {
"title": "Logo Cloud 组件"
},
"features": {
"title": "Features 组件"
},
"content": {
"title": "Content 组件"
},
"stats": {
"title": "Stats 组件"
},
"team": {
"title": "Team 组件"
},
"testimonials": {
"title": "Testimonials 组件"
},
"callToAction": {
"title": "Call to Action 组件"
},
"footer": {
"title": "Footer 组件"
},
"pricing": {
"title": "Pricing 组件"
},
"comparator": {
"title": "Comparator 组件"
},
"faqs": {
"title": "FAQs 组件"
},
"login": {
"title": "Login 组件"
},
"signup": {
"title": "Signup 组件"
},
"contact": {
"title": "Contact 组件"
}
}
}
},
"footer": {
"product": {
"title": "产品",
"items": {
"features": "功能",
"pricing": "价格",
"faq": "常见问题"
}
},
"resources": {
"title": "资源",
"items": {
"blog": "博客",
"changelog": "更新日志",
"roadmap": "路线图"
}
},
"company": {
"title": "公司",
"items": {
"about": "关于我们",
"contact": "联系我们",
"waitlist": "邮件列表"
}
},
"legal": {
"title": "法律",
"items": {
"cookiePolicy": "Cookie 政策",
"privacyPolicy": "隐私政策",
"termsOfService": "服务条款"
}
}
},
"avatar": {
"dashboard": "工作台",
"settings": "设置",
"logout": "退出"
}
},
"Dashboard": {
"sidebar": {
"dashboard": {
"title": "仪表盘"
},
"ai": {
"title": "AI 工具",
"items": {
"text": {
"title": "AI 文本",
"description": "展示如何使用 AI 生成精彩文本"
},
"image": {
"title": "AI 图像",
"description": "展示如何使用 AI 生成精美图像"
},
"video": {
"title": "AI 视频",
"description": "展示如何使用 AI 生成惊人视频"
},
"audio": {
"title": "AI 音频",
"description": "展示如何使用 AI 生成动听音频"
}
}
},
"settings": {
"title": "设置",
"items": {
"profile": {
"title": "账户",
"description": "管理您的账户信息",
"avatar": {
"title": "头像",
"description": "点击上传按钮上传自定义头像",
"recommendation": "头像是可选的,但强烈推荐设置",
"uploading": "上传中...",
"uploadAvatar": "上传头像",
"success": "头像更新成功",
"fail": "更新头像失败"
},
"name": {
"title": "名字",
"description": "请输入您的名字",
"placeholder": "名字",
"minLength": "请至少使用 3 个字符",
"maxLength": "请最多使用 30 个字符",
"hint": "请使用 3-30 个字符",
"success": "名字更新成功",
"fail": "更新名字失败"
}
},
"billing": {
"title": "账单",
"description": "管理您的账单信息",
"status": {
"active": "已激活",
"trial": "试用中",
"free": "免费版"
},
"interval": {
"month": "月",
"year": "年",
"oneTime": "一次性"
},
"currentPlan": {
"title": "当前方案",
"description": "您的当前订阅详情"
},
"nextBillingDate": "下次账单日期:",
"trialEnds": "试用结束日期:",
"freePlanMessage": "您当前使用的是功能有限的免费方案。",
"manageSubscription": "管理订阅",
"upgradeMessage": "升级到付费方案以获取更多功能",
"paymentMethod": {
"title": "支付方式",
"description": "管理您的支付方式",
"manageMessage": "通过 Stripe 客户门户管理您的支付方式。",
"securityMessage": "您可以通过 Stripe 门户安全地添加、删除或更新您的支付方式。",
"noMethodsMessage": "没有支付方式记录。",
"upgradePromptMessage": "升级到付费方案时,系统会提示您添加支付方式。"
},
"managePaymentMethods": "管理支付方式",
"upgradePlan": {
"title": "升级您的方案",
"description": "选择适合您的方案"
},
"trialDays": "{{days}} 天试用期",
"upgradeToPlan": "升级到 {{planName}}",
"customPricing": "定制价格",
"contactSales": "联系销售",
"billingHistory": {
"title": "账单历史",
"description": "查看并下载您的历史账单",
"accessMessage": "通过 Stripe 客户门户访问您的账单历史",
"noHistoryMessage": "没有可用的账单历史"
},
"viewBillingHistory": "查看账单历史"
},
"notification": {
"title": "通知",
"description": "管理您的通知设置",
"newsletter": {
"title": "订阅",
"description": "管理您的邮件列表订阅偏好",
"label": "订阅邮件列表",
"hint": "您可以随时更改订阅偏好",
"emailRequired": "订阅邮件列表需要邮箱",
"subscribeSuccess": "成功订阅邮件列表",
"subscribeFail": "订阅邮件列表失败",
"unsubscribeSuccess": "成功取消订阅邮件列表",
"unsubscribeFail": "取消订阅邮件列表失败",
"error": "更新订阅时发生错误"
}
},
"security": {
"title": "安全",
"description": "管理您的安全设置",
"password": {
"title": "修改密码",
"description": "输入您的当前密码和新密码",
"currentPassword": "当前密码",
"currentRequired": "当前密码是必填项",
"newPassword": "新密码",
"newMinLength": "密码必须至少包含 8 个字符",
"hint": "请至少使用 8 个字符作为密码",
"showPassword": "显示密码",
"hidePassword": "隐藏密码",
"success": "密码更新成功",
"fail": "更新密码失败"
},
"setupPassword": {
"title": "设置密码",
"description": "设置密码以启用邮箱登录",
"info": "设置密码将允许您除了社交登录方式外,还可以使用邮箱和密码登录,您将收到一封包含设置密码链接的电子邮件",
"button": "设置密码"
},
"deleteAccount": {
"title": "删除账号",
"description": "永久删除您的账号和所有内容",
"warning": "此操作是不可逆的,请谨慎操作",
"button": "删除账号",
"confirmTitle": "删除账号",
"confirmDescription": "您确定要删除您的账号吗?此操作无法撤销",
"confirm": "删除",
"deleting": "删除中...",
"success": "账号删除成功",
"fail": "删除账号失败"
}
}
}
},
"upgrade": {
"title": "升级",
"description": "升级到高级计划以获取所有功能",
"button": "升级"
}
}
},
"Mail": {
"common": {
"team": "{name} 团队",
"copyright": "©️ {year} 版权所有。"
},
"verifyEmail": {
"title": "你好,{name}。",
"body": "请点击下面的链接验证您的邮箱地址。",
"confirmEmail": "确认邮箱",
"subject": "验证您的邮箱"
},
"forgotPassword": {
"title": "你好,{name}。",
"body": "请点击下面的链接重置您的密码。",
"resetPassword": "重置密码",
"subject": "重置您的密码"
},
"subscribeNewsletter": {
"body": "感谢您订阅我们的邮件列表,我们将为您提供最新的新闻和更新。",
"subject": "感谢您的订阅"
}
}
}