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

151 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"LanguageDetection": {
"title": "语言建议",
"description": "检测到你的浏览器语言和当前语言不一样,你随时都可切换语言。",
"countdown": "将在 {countdown} 秒后关闭",
"switchTo": "切换到"
},
"Header": {
"links": [
{
"name": "网站首页",
"href": "/"
},
{
"name": "走进福安德",
"href": "/about"
},
{
"name": "新闻中心",
"href": "/blog"
}
]
},
"Footer": {
"Copyright": "版权所有 © {year} {name} 保留所有权利。",
"PrivacyPolicy": "隐私政策",
"TermsOfService": "服务条款",
"Links": {
"groups": [
{
"title": "关于我们",
"links": [
{
"href": "/about?section=company",
"name": "公司简介",
"useA": true
},
{
"href": "/about?section=culture",
"name": "企业文化",
"useA": true
},
{
"href": "/about?section=base",
"name": "生产基地",
"useA": true
},
{
"href": "/about?section=organization",
"name": "组织架构",
"useA": true
},
{
"href": "/about?section=awards",
"name": "荣誉资质",
"useA": true
},
{
"href": "/about?section=history",
"name": "发展历程",
"useA": true
},
{
"href": "/about?section=green",
"name": "绿色发展",
"useA": true
}
]
},
{
"title": "开源项目",
"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": "其他产品",
"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": "订阅我们的邮件",
"description": "获取最新的 Next.js 资讯和教程",
"defaultErrorMessage": "请输入有效的邮箱地址",
"successMessage": "订阅成功",
"errorMessage": "订阅失败",
"errorMessage2": "订阅失败,请稍后再试",
"subscribe": "订阅",
"subscribing": "订阅中",
"subscribed": "订阅成功!感谢您的关注。"
}
},
"Home": {
"title": "Next Forge",
"tagLine": "Next.js 多语言启动模板",
"description": "内置多语言支持的 Next.js 16 启动模板助您快速构建面向全球的出海网站。简洁高效开箱即用完全优化的SEO基础架构。"
},
"Blog": {
"title": "博客列表",
"description": "博客列表"
},
"About": {
"title": "关于",
"description": "关于网站"
},
"TermsOfService": {
"title": "服务条款",
"description": "服务条款"
},
"PrivacyPolicy": {
"title": "隐私政策",
"description": "隐私政策"
}
}