feat(about): 添加公司介绍、历史、文化、组织结构和荣誉的多语言文档

新增公司相关的中英文文档,包括:
1. 公司简介 (company)
2. 发展历史 (history)
3. 企业文化 (culture)
4. 组织结构 (organization)
5. 荣誉奖项 (awards)

同时更新了i18n多语言配置文件,完善了导航菜单和页脚链接
This commit is contained in:
砂糖
2025-11-21 19:22:31 +08:00
parent 216076ff2a
commit aab5217c03
14 changed files with 2358 additions and 48 deletions

View File

@@ -1,30 +1,113 @@
{
"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",
"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",
"switchTo": "Switch to"
},
"Header": {
"links": [
{
"name": "News Center",
"href": "/blog"
"name": "Home",
"href": "/"
},
{
"name": "About",
"href": "/about"
"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"
}
]
},
{
"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"
}
]
}
]
},
"Footer": {
"Copyright": "Copyright © {year} {name} All rights reserved.",
"Copyright": "All Rights Reserved © {year} {name}.",
"PrivacyPolicy": "Privacy Policy",
"TermsOfService": "Terms of Service",
"Links": {
"groups": [
{
"title": "Open Source",
"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",
"links": [
{
"href": "https://github.com/weijunext/nextjs-starter",
@@ -72,29 +155,35 @@
]
},
"Newsletter": {
"title": "Subscribe to our newsletter",
"description": "Get the latest news and updates from Next Forge",
"title": "Subscribe to Our Newsletter",
"description": "Get the latest Next.js news and tutorials",
"defaultErrorMessage": "Please enter a valid email address",
"successMessage": "Subscription successful",
"errorMessage": "Subscription failed",
"errorMessage2": "Subscription failed. Please try again later.",
"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."
"subscribed": "Subscription successful! Thank you for your interest."
}
},
"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."
"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"
},
"Blog": {
"title": "Blog Posts",
"description": "A list of blog posts"
"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"
},
"About": {
"title": "About",
"description": "About the site"
"title": "About Fuan De",
"description": "Learn more about Fuan De"
},
"TermsOfService": {
"title": "Terms of Service",