- Create waitlist page with responsive design and email subscription form - Add localized messages for English and Chinese waitlist pages - Implement form inputs with labels and validation - Use Shadcn/ui Card and Button components for consistent styling - Add padding to page container for improved layout
265 lines
7.4 KiB
JSON
265 lines
7.4 KiB
JSON
{
|
||
"Common": {
|
||
"login": "登录",
|
||
"logout": "退出",
|
||
"signUp": "注册"
|
||
},
|
||
"HomePage": {
|
||
"title": "next-intl 示例"
|
||
},
|
||
"NotFoundPage": {
|
||
"title": "404",
|
||
"message": "抱歉,您正在寻找的页面不存在",
|
||
"backToHome": "返回首页"
|
||
},
|
||
"ErrorPage": {
|
||
"title": "哎呀!出错了!",
|
||
"tryAgain": "重试",
|
||
"backToHome": "返回首页"
|
||
},
|
||
"AboutPage": {
|
||
"title": "关于我们",
|
||
"subtitle": "了解更多关于我们的公司、使命和价值观",
|
||
"authorName": "MkSaaS",
|
||
"authorBio": "全栈开发工程师",
|
||
"authorIntroduction": "你好,这里是 MkSaaS,一个使用最先进的技术栈构建的 AI SaaS 模板,它可以帮助你更快更好地构建你的 SaaS。如果你有任何问题,欢迎联系我。",
|
||
"talkWithMe": "联系我"
|
||
},
|
||
"ChangelogPage": {
|
||
"title": "更新日志",
|
||
"subtitle": "查看我们产品的最新动态"
|
||
},
|
||
"ContactPage": {
|
||
"title": "联系我们",
|
||
"subtitle": "我们帮助您找到合适的计划",
|
||
"formDescription": "如果您有任何问题或反馈,欢迎联系我们的团队",
|
||
"name": "姓名",
|
||
"email": "邮箱",
|
||
"message": "消息",
|
||
"submit": "提交"
|
||
},
|
||
"WaitlistPage": {
|
||
"title": "邮件列表",
|
||
"subtitle": "加入我们的邮件列表,获取最新消息和更新",
|
||
"formDescription": "我们每周只发送一封邮件,并且不会发送垃圾邮件",
|
||
"email": "邮箱",
|
||
"subscribe": "订阅"
|
||
},
|
||
"AuthPage": {
|
||
"login": {
|
||
"title": "登录",
|
||
"welcomeBack": "欢迎回来",
|
||
"email": "邮箱",
|
||
"password": "密码",
|
||
"signIn": "登录",
|
||
"signUpHint": "没有账号?注册",
|
||
"forgotPassword": "忘记密码?",
|
||
"signInWithGoogle": "使用 Google 登录",
|
||
"signInWithGitHub": "使用 GitHub 登录",
|
||
"termsOfService": "服务条款",
|
||
"privacyPolicy": "隐私政策",
|
||
"byClickingContinue": "继续即表示您同意我们的 ",
|
||
"and": " 和 "
|
||
},
|
||
"register": {
|
||
"title": "注册",
|
||
"createAccount": "创建账号",
|
||
"name": "姓名",
|
||
"email": "邮箱",
|
||
"password": "密码",
|
||
"signUp": "注册",
|
||
"signInHint": "已经有账号?登录",
|
||
"checkEmail": "请检查您的邮箱"
|
||
},
|
||
"forgotPassword": {
|
||
"title": "忘记密码",
|
||
"email": "邮箱",
|
||
"send": "发送重置密码链接",
|
||
"backToLogin": "返回登录",
|
||
"checkEmail": "请检查您的邮箱"
|
||
},
|
||
"resetPassword": {
|
||
"title": "重置密码",
|
||
"password": "密码",
|
||
"reset": "重置密码",
|
||
"backToLogin": "返回登录"
|
||
},
|
||
"error": {
|
||
"title": "哎呀!出错了!",
|
||
"tryAgain": "请重试",
|
||
"backToLogin": "返回登录",
|
||
"checkEmail": "请检查您的邮箱"
|
||
}
|
||
},
|
||
"BlogPage": {
|
||
"title": "博客",
|
||
"subtitle": "来自我们的团队最新新闻和更新",
|
||
"author": "作者",
|
||
"categories": "分类",
|
||
"tableOfContents": "目录",
|
||
"all": "全部",
|
||
"noPostsFound": "没有找到文章",
|
||
"allPosts": "全部文章"
|
||
},
|
||
"Marketing": {
|
||
"navbar": {
|
||
"features": {
|
||
"title": "功能"
|
||
},
|
||
"pricing": {
|
||
"title": "价格"
|
||
},
|
||
"blog": {
|
||
"title": "博客"
|
||
},
|
||
"ai": {
|
||
"title": "人工智能",
|
||
"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组件"
|
||
},
|
||
"pricing": {
|
||
"title": "Pricing组件"
|
||
},
|
||
"features": {
|
||
"title": "Features组件"
|
||
},
|
||
"faq": {
|
||
"title": "FAQ组件"
|
||
},
|
||
"testimonials": {
|
||
"title": "Testimonials组件"
|
||
},
|
||
"stats": {
|
||
"title": "Stats组件"
|
||
},
|
||
"callToAction": {
|
||
"title": "Call to Action组件"
|
||
},
|
||
"content": {
|
||
"title": "Content组件"
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"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": "退出"
|
||
}
|
||
},
|
||
"Mail": {
|
||
"common": {
|
||
"team": "{name} 团队",
|
||
"copyright": "版权所有 {year} All Rights Reserved."
|
||
},
|
||
"verifyEmail": {
|
||
"title": "你好, {name}.",
|
||
"body": "请点击下面的链接验证您的邮箱地址。",
|
||
"confirmEmail": "验证邮箱",
|
||
"subject": "验证您的邮箱"
|
||
},
|
||
"forgotPassword": {
|
||
"title": "你好, {name}.",
|
||
"body": "请点击下面的链接重置您的密码。",
|
||
"resetPassword": "重置密码",
|
||
"subject": "重置您的密码"
|
||
},
|
||
"subscribeNewsletter": {
|
||
"body": "感谢您订阅我们的邮件列表,我们将持续为您带来最新的新闻和更新。",
|
||
"subject": "感谢您的订阅"
|
||
}
|
||
}
|
||
} |