Files
fad-trade-next/i18n/messages/zh.json
砂糖 17a30157db feat: 添加福安德外贸相关内容并重构产品页面
重构产品中心页面布局,添加产品展示网格和面包屑导航
更新关于页面支持多部分内容展示,包括公司简介、发展历史等
添加新的i18n翻译内容,更新品牌名称为福安德外贸
移除主题切换功能,更新欢迎邮件模板
添加多个关于页面的MDX内容,包括公司简介、发展历史等
2025-11-21 16:18:05 +08:00

154 lines
4.3 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": "/product"
},
{
"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
}
]
},
{
"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": "福安德外贸",
"tagLine": "福安德对外贸易的门户网站",
"description": "内置多语言支持的 Next.js 16 启动模板助您快速构建面向全球的出海网站。简洁高效开箱即用完全优化的SEO基础架构。"
},
"Blog": {
"title": "新闻中心",
"description": "福安德最新动态,产品更新,行业资讯"
},
"Product": {
"title": "产品中心",
"description": "福安德最新产品,功能介绍,使用指南"
},
"About": {
"title": "走进福安德",
"description": "关于福安德"
},
"TermsOfService": {
"title": "服务条款",
"description": "服务条款"
},
"PrivacyPolicy": {
"title": "隐私政策",
"description": "隐私政策"
}
}