- 重构导航菜单支持多级子菜单结构 - 博客系统改为从API获取数据,移除本地文件存储 - 删除旧的关于页面,准备重构 - 修复博客详情页slug匹配问题 - 默认首页重定向到中文版本
196 lines
5.4 KiB
JSON
196 lines
5.4 KiB
JSON
{
|
||
"LanguageDetection": {
|
||
"title": "语言建议",
|
||
"description": "检测到你的浏览器语言和当前语言不一样,你随时都可切换语言。",
|
||
"countdown": "将在 {countdown} 秒后关闭",
|
||
"switchTo": "切换到"
|
||
},
|
||
"Header": {
|
||
"links": [
|
||
{
|
||
"name": "网站首页",
|
||
"href": "/"
|
||
},
|
||
{
|
||
"name": "走进福安德",
|
||
"href": "/about",
|
||
"children": [
|
||
{
|
||
"name": "公司简介",
|
||
"href": "/about?section=company"
|
||
},
|
||
{
|
||
"name": "企业文化",
|
||
"href": "/about?section=culture"
|
||
},
|
||
{
|
||
"name": "生产基地",
|
||
"href": "/about?section=base"
|
||
},
|
||
{
|
||
"name": "组织架构",
|
||
"href": "/about?section=organization"
|
||
},
|
||
{
|
||
"name": "荣誉资质",
|
||
"href": "/about?section=awards"
|
||
},
|
||
{
|
||
"name": "发展历程",
|
||
"href": "/about?section=history"
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"name": "产品中心",
|
||
"href": "/product"
|
||
},
|
||
{
|
||
"name": "新闻中心",
|
||
"href": "/blog",
|
||
"children": [
|
||
{
|
||
"name": "公告",
|
||
"href": "/blog?category=announce"
|
||
},
|
||
{
|
||
"name": "新闻",
|
||
"href": "/blog?category=news"
|
||
},
|
||
{
|
||
"name": "活动",
|
||
"href": "/blog?category=event"
|
||
}
|
||
]
|
||
}
|
||
]
|
||
},
|
||
"Footer": {
|
||
"Copyright": "版权所有 © {year} {name} 保留所有权利。",
|
||
"PrivacyPolicy": "隐私政策",
|
||
"TermsOfService": "服务条款",
|
||
"Links": {
|
||
"groups": [
|
||
{
|
||
"title": "关于我们",
|
||
"links": [
|
||
{
|
||
"href": "/zh/about?section=company",
|
||
"name": "公司简介",
|
||
"useA": true
|
||
},
|
||
{
|
||
"href": "/zh/about?section=culture",
|
||
"name": "企业文化",
|
||
"useA": true
|
||
},
|
||
{
|
||
"href": "/zh/about?section=base",
|
||
"name": "生产基地",
|
||
"useA": true
|
||
},
|
||
{
|
||
"href": "/zh/about?section=organization",
|
||
"name": "组织架构",
|
||
"useA": true
|
||
},
|
||
{
|
||
"href": "/zh/about?section=awards",
|
||
"name": "荣誉资质",
|
||
"useA": true
|
||
},
|
||
{
|
||
"href": "/zh/about?section=history",
|
||
"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基础架构。",
|
||
"carousel": "轮播图",
|
||
"company_video": "企业视频"
|
||
},
|
||
"Blog": {
|
||
"title": "新闻中心",
|
||
"description": "福安德最新动态,产品更新,行业资讯"
|
||
},
|
||
"Product": {
|
||
"title": "产品中心",
|
||
"description": "福安德最新产品,功能介绍,使用指南"
|
||
},
|
||
"About": {
|
||
"title": "走进福安德",
|
||
"description": "关于福安德"
|
||
},
|
||
"TermsOfService": {
|
||
"title": "服务条款",
|
||
"description": "服务条款"
|
||
},
|
||
"PrivacyPolicy": {
|
||
"title": "隐私政策",
|
||
"description": "隐私政策"
|
||
}
|
||
} |