2025-11-21 13:36:06 +08:00
{
"LanguageDetection" : {
"title" : "Language Suggestion" ,
2025-11-21 19:22:31 +08:00
"description" : "Detected that your browser language is different from the current language. You can switch languages at any time." ,
"countdown" : "Will close in {countdown} seconds" ,
2025-11-21 13:36:06 +08:00
"switchTo" : "Switch to"
} ,
"Header" : {
"links" : [
{
2025-11-21 19:22:31 +08:00
"name" : "Home" ,
"href" : "/"
} ,
{
"name" : "About Fuan De" ,
"href" : "/about" ,
"children" : [
{
"name" : "Company Profile" ,
"href" : "/about?section=company"
} ,
{
"name" : "Corporate Culture" ,
"href" : "/about?section=culture"
} ,
{
"name" : "Production Bases" ,
"href" : "/about?section=base"
} ,
{
"name" : "Organizational Structure" ,
"href" : "/about?section=organization"
} ,
{
"name" : "Awards & Certifications" ,
"href" : "/about?section=awards"
} ,
{
"name" : "Development History" ,
"href" : "/about?section=history"
}
]
2025-11-21 13:36:06 +08:00
} ,
{
2025-11-21 19:22:31 +08:00
"name" : "Products" ,
"href" : "/product"
} ,
{
"name" : "News Center" ,
"href" : "/blog" ,
"children" : [
{
"name" : "Announcements" ,
"href" : "/blog?category=announce"
} ,
{
"name" : "News" ,
"href" : "/blog?category=news"
} ,
{
"name" : "Events" ,
"href" : "/blog?category=event"
}
]
2025-11-21 13:36:06 +08:00
}
]
} ,
"Footer" : {
2025-11-21 19:22:31 +08:00
"Copyright" : "All Rights Reserved © {year} {name}." ,
2025-11-21 13:36:06 +08:00
"PrivacyPolicy" : "Privacy Policy" ,
"TermsOfService" : "Terms of Service" ,
"Links" : {
"groups" : [
{
2025-11-21 19:22:31 +08:00
"title" : "About Us" ,
"links" : [
{
"href" : "/about?section=company" ,
"name" : "Company Profile" ,
"useA" : true
} ,
{
"href" : "/about?section=culture" ,
"name" : "Corporate Culture" ,
"useA" : true
} ,
{
"href" : "/about?section=base" ,
"name" : "Production Bases" ,
"useA" : true
} ,
{
"href" : "/about?section=organization" ,
"name" : "Organizational Structure" ,
"useA" : true
} ,
{
"href" : "/about?section=awards" ,
"name" : "Awards & Certifications" ,
"useA" : true
} ,
{
"href" : "/about?section=history" ,
"name" : "Development History" ,
"useA" : true
}
]
} ,
{
"title" : "Open Source Projects" ,
2025-11-21 13:36:06 +08:00
"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" : {
2025-11-21 19:22:31 +08:00
"title" : "Subscribe to Our Newsletter" ,
"description" : "Get the latest Next.js news and tutorials" ,
2025-11-21 13:36:06 +08:00
"defaultErrorMessage" : "Please enter a valid email address" ,
2025-11-21 19:22:31 +08:00
"successMessage" : "Subscription Successful" ,
"errorMessage" : "Subscription Failed" ,
"errorMessage2" : "Subscription failed, please try again later" ,
2025-11-21 13:36:06 +08:00
"subscribe" : "Subscribe" ,
"subscribing" : "Subscribing..." ,
2025-11-21 19:22:31 +08:00
"subscribed" : "Subscription successful! Thank you for your interest."
2025-11-21 13:36:06 +08:00
}
} ,
"Home" : {
"title" : "Next Forge" ,
2025-11-21 19:22:31 +08:00
"tagLine" : "Next.js Multilingual Starter Template" ,
"description" : "Next.js 16 starter template with built-in multilingual support to help you quickly build global websites. Clean, efficient, ready-to-use, with a fully optimized SEO infrastructure." ,
"carousel" : "Carousel" ,
"company_video" : "Company Video"
2025-11-21 13:36:06 +08:00
} ,
"Blog" : {
2025-11-21 19:22:31 +08:00
"title" : "News Center" ,
"description" : "Latest updates, product releases, and industry news from Fuan De"
} ,
"Product" : {
"title" : "Product Center" ,
"description" : "Latest products, feature introductions, and user guides from Fuan De"
2025-11-21 13:36:06 +08:00
} ,
"About" : {
2025-11-21 19:22:31 +08:00
"title" : "About Fuan De" ,
"description" : "Learn more about Fuan De"
2025-11-21 13:36:06 +08:00
} ,
"TermsOfService" : {
"title" : "Terms of Service" ,
"description" : "Terms of Service"
} ,
"PrivacyPolicy" : {
"title" : "Privacy Policy" ,
"description" : "Privacy Policy"
}
}