Files
fad-trade-next/i18n/messages/en.json
砂糖 aab5217c03 feat(about): 添加公司介绍、历史、文化、组织结构和荣誉的多语言文档
新增公司相关的中英文文档,包括:
1. 公司简介 (company)
2. 发展历史 (history)
3. 企业文化 (culture)
4. 组织结构 (organization)
5. 荣誉奖项 (awards)

同时更新了i18n多语言配置文件,完善了导航菜单和页脚链接
2025-11-21 19:22:31 +08:00

196 lines
5.6 KiB
JSON

{
"LanguageDetection": {
"title": "Language Suggestion",
"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": "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"
}
]
},
{
"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": "All Rights Reserved © {year} {name}.",
"PrivacyPolicy": "Privacy Policy",
"TermsOfService": "Terms of Service",
"Links": {
"groups": [
{
"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",
"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 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",
"subscribe": "Subscribe",
"subscribing": "Subscribing...",
"subscribed": "Subscription successful! Thank you for your interest."
}
},
"Home": {
"title": "Next Forge",
"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": "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 Fuan De",
"description": "Learn more about Fuan De"
},
"TermsOfService": {
"title": "Terms of Service",
"description": "Terms of Service"
},
"PrivacyPolicy": {
"title": "Privacy Policy",
"description": "Privacy Policy"
}
}