Files
fad-trade-next/i18n/messages/en.json
砂糖 7f5ae85d34 feat: 重构首页并添加国际化支持
- 完全重构首页布局,添加轮播图、公司介绍、产品中心等模块
- 新增多个关于页面路由结构
- 调整国际化配置,移除日语支持并更新翻译文本
- 优化导航菜单和页脚内容
2025-11-21 15:35:36 +08:00

107 lines
3.2 KiB
JSON

{
"LanguageDetection": {
"title": "Language Suggestion",
"description": "We noticed your browser language differs from the current site language. You can switch languages anytime.",
"countdown": "Closing in {countdown} seconds",
"switchTo": "Switch to"
},
"Header": {
"links": [
{
"name": "News Center",
"href": "/blog"
},
{
"name": "About",
"href": "/about"
}
]
},
"Footer": {
"Copyright": "Copyright © {year} {name} All rights reserved.",
"PrivacyPolicy": "Privacy Policy",
"TermsOfService": "Terms of Service",
"Links": {
"groups": [
{
"title": "Open Source",
"links": [
{
"href": "https://github.com/weijunext/nextjs-starter",
"name": "Next Forge",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
},
{
"href": "https://github.com/weijunext/landing-page-boilerplate",
"name": "Landing Page Boilerplate",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
},
{
"href": "https://github.com/weijunext/weekly-boilerplate",
"name": "Blog Boilerplate",
"rel": "noopener noreferrer nofollow",
"target": "_blank"
}
]
},
{
"title": "Other Products",
"links": [
{
"href": "https://nexty.dev/",
"name": "Nexty - SaaS Template",
"rel": "noopener noreferrer",
"target": "_blank"
},
{
"href": "https://ogimage.click/",
"name": "OG Image Generator",
"rel": "noopener noreferrer",
"target": "_blank"
},
{
"href": "https://dofollow.tools/",
"name": "Dofollow.Tools",
"rel": "noopener noreferrer",
"target": "_blank"
}
]
}
]
},
"Newsletter": {
"title": "Subscribe to our newsletter",
"description": "Get the latest news and updates from Next Forge",
"defaultErrorMessage": "Please enter a valid email address",
"successMessage": "Subscription successful",
"errorMessage": "Subscription failed",
"errorMessage2": "Subscription failed. Please try again later.",
"subscribe": "Subscribe",
"subscribing": "Subscribing...",
"subscribed": "Subscription successful! Thank you for your attention."
}
},
"Home": {
"title": "Next Forge",
"tagLine": "Multilingual Next.js 16 Starter",
"description": "A multilingual Next.js 16 starter with built-in i18n support. Launch your global-ready web application with a clean, efficient, and SEO-friendly foundation."
},
"Blog": {
"title": "Blog Posts",
"description": "A list of blog posts"
},
"About": {
"title": "About",
"description": "About the site"
},
"TermsOfService": {
"title": "Terms of Service",
"description": "Terms of Service"
},
"PrivacyPolicy": {
"title": "Privacy Policy",
"description": "Privacy Policy"
}
}