Files
fad-trade-next/i18n/messages/en.json
砂糖 39f554652d feat: 更新npm配置和国际化支持
- 添加越南语的服务条款和隐私政策文档
- 更新多语言JSON文件中的品牌名称
- 移除未使用的arch页面和依赖项
- 调整next.config.mjs的输出模式配置
- 更新generateStaticParams以包含越南语支持
2025-11-25 12:58:44 +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": "FUANDE TRADE",
"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": "FUANDE TRADE",
"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"
}
}