Files
fad-trade-next/i18n/messages/zh.json

156 lines
4.4 KiB
JSON
Raw Normal View History

2025-11-21 13:36:06 +08:00
{
"LanguageDetection": {
"title": "语言建议",
"description": "检测到你的浏览器语言和当前语言不一样,你随时都可切换语言。",
"countdown": "将在 {countdown} 秒后关闭",
"switchTo": "切换到"
},
"Header": {
"links": [
{
"name": "网站首页",
"href": "/"
2025-11-21 13:36:06 +08:00
},
{
"name": "走进福安德",
2025-11-21 13:36:06 +08:00
"href": "/about"
},
{
"name": "产品中心",
"href": "/product"
},
2025-11-21 13:36:06 +08:00
{
"name": "新闻中心",
"href": "/blog"
2025-11-21 13:36:06 +08:00
}
]
},
"Footer": {
"Copyright": "版权所有 © {year} {name} 保留所有权利。",
"PrivacyPolicy": "隐私政策",
"TermsOfService": "服务条款",
"Links": {
"groups": [
{
"title": "关于我们",
2025-11-21 13:36:06 +08:00
"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": "荣誉资质",
2025-11-21 13:36:06 +08:00
"useA": true
},
{
"href": "/about?section=history",
"name": "发展历程",
2025-11-21 13:36:06 +08:00
"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": "企业视频"
2025-11-21 13:36:06 +08:00
},
"Blog": {
"title": "新闻中心",
"description": "福安德最新动态,产品更新,行业资讯"
},
"Product": {
"title": "产品中心",
"description": "福安德最新产品,功能介绍,使用指南"
2025-11-21 13:36:06 +08:00
},
"About": {
"title": "走进福安德",
"description": "关于福安德"
2025-11-21 13:36:06 +08:00
},
"TermsOfService": {
"title": "服务条款",
"description": "服务条款"
},
"PrivacyPolicy": {
"title": "隐私政策",
"description": "隐私政策"
}
}