Files
agent-park/src/messages/zh.json
T
mzaxd 8f04acb50c feat: 新增SEO基础功能 (robots.txt, sitemap.xml, 404页面)
- 新增 robots.ts 生成搜索引擎爬虫指令
- 新增 sitemap.ts 动态生成站点地图(含所有项目页面)
- 新增自定义 404 页面,支持中英文
- 新增 catchAll 路由捕获未匹配路径
- 更新翻译文件添加 404 页面文案
2026-02-22 19:24:14 +08:00

155 lines
5.9 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.
{
"common": {
"search": "搜索",
"aiSearch": "AI 搜索",
"searching": "搜索中...",
"toggleToAI": "切换到 AI 搜索",
"toggleToTraditional": "切换到传统搜索",
"aiHint": "试试:\"帮我找能生成视频的 AI 工具\"",
"traditionalHint": "输入项目名称或描述",
"loading": "加载中...",
"noResults": "未找到结果",
"noProjects": "暂无项目",
"viewMore": "查看更多",
"backToHome": "返回首页",
"viewDetails": "查看详情"
},
"tags": {
"searchPlaceholder": "搜索标签...",
"showAll": "显示全部标签 ({count})",
"showLess": "↑ 收起",
"noResults": "未找到匹配的标签",
"projectCount": "个项目"
},
"home": {
"title": "AI 项目导航",
"subtitle": "发现和探索全网优质 AI 项目",
"featuredProjects": "精选项目",
"browseByTag": "按标签浏览",
"searchPlaceholder": "搜索 AI 项目...",
"aiSearchPlaceholder": "描述你想要的项目,如:能生成视频的 AI 工具...",
"metaTitle": "Agent Park - AI 项目导航",
"metaDescription": "发现和探索全网优质 AI 项目",
"heroTitle": "AI 项目",
"heroTitle2": "导航",
"heroDescription": "发现和探索来自全网的高质量 AI 项目。为开发者和爱好者精心策划。",
"browseByTagsSection": "按标签浏览",
"featuredProjectsSection": "精选项目",
"viewAll": "查看全部",
"viewAllProjects": "查看全部项目",
"insightsSection": "站点概览",
"statsTotalProjects": "项目总数",
"statsActiveProjects": "活跃项目",
"statsArchivedProjects": "归档项目",
"statsTotalTags": "标签总数",
"statsNewProjects7d": "近7天新增",
"rankingsSection": "项目榜单",
"latestRankingTitle": "最新入库榜",
"starsRankingTitle": "GitHub Stars 榜",
"window24h": "24小时",
"window7d": "7天",
"window30d": "30天",
"noLatestProjects": "该时间窗口暂无新增项目",
"noStarsProjects": "暂无可展示的 Stars 数据",
"viewAllLatest": "查看全部最新项目",
"viewAllByStars": "查看全部 Stars 排序",
"tagInsightsSection": "标签热度与分布",
"topTagsTitle": "热门标签",
"categoryDistributionTitle": "分类分布",
"tagsUnit": "个标签",
"projectsUnit": "个项目",
"noTagData": "暂无标签统计数据",
"recentTimelineSection": "最近新增时间线",
"noTimelineProjects": "暂无最近新增项目"
},
"project": {
"backToProjects": "返回项目列表",
"details": "项目详情",
"externalLinks": "外部链接",
"viewProject": "查看项目",
"tags": "标签",
"website": "官网",
"github": "GitHub",
"huggingface": "HuggingFace",
"paper": "论文",
"submitYourProject": "提交你的项目",
"submitProjectTitle": "提交你的项目",
"submitProjectDescription": "有值得分享的 AI 工具吗?将其添加到 Agent Park。",
"submitNow": "立即提交",
"projectLinks": "项目链接",
"officialWebsite": "官方网站",
"githubRepo": "GitHub 仓库",
"license": "许可证",
"pricing": "定价",
"status": "状态",
"type": "类型",
"openSource": "开源",
"projectPreview": "项目预览",
"gettingStarted": "快速开始",
"installInstructions": "要安装此项目,请克隆仓库并安装依赖:",
"buildYourOwnAgent": "构建你自己的 Agent",
"buildAgentDesc": "开始使用我们的 API,在几分钟内构建自定义 Agent。",
"getStartedNow": "立即开始",
"onThisPage": "本页内容",
"overview": "概述",
"keyFeatures": "核心功能",
"useCases": "使用场景",
"browseByFilters": "按分类筛选",
"fixedProjectType": "固定项目分类",
"allTypes": "全部类型",
"filterByDomain": "按领域筛选",
"allDomains": "全部领域",
"clearDomainFilters": "清空领域筛选",
"filterByProductForm": "按产品形态筛选",
"allProductForms": "全部产品形态",
"clearProductFormFilters": "清空产品形态筛选",
"filterByTagCategory": "按标签分类筛选",
"searchTagsPlaceholder": "搜索标签...",
"clearTagFilters": "清空标签筛选",
"showMoreTags": "查看更多标签",
"showLessTags": "收起标签",
"noMatchingTags": "未找到匹配标签",
"allProjects": "全部项目",
"sortLatest": "最新",
"sortStarsDesc": "Star↓",
"sortStarsAsc": "Star↑",
"itemsPerPage": "每页",
"paginationFirst": "首页",
"paginationPrev": "上一页",
"paginationNext": "下一页",
"paginationLast": "末页",
"paginationSummary": "第 {current} / {totalPages} 页 · 共 {total} 条",
"showFilterPanel": "展开筛选器",
"hideFilterPanel": "收起筛选器"
},
"navigation": {
"home": "首页",
"projects": "项目列表",
"about": "关于",
"submitProject": "提交项目"
},
"notFound": {
"title": "页面未找到",
"description": "抱歉,您访问的页面不存在或已被移除。",
"backHome": "返回首页",
"browseProjects": "浏览项目"
},
"layout": {
"announcement": "发现 AI 代理的未来",
"announcementHref": "/projects",
"stayUpdated": "保持更新",
"stayUpdatedDesc": "获取最新的 AI 工具和趋势,直接发送到您的收件箱。没有垃圾邮件,只有智能。",
"email": "电子邮箱",
"subscribe": "订阅",
"subscribeConsent": "订阅 Agent Park 更新",
"footerDesc": "发现和探索来自全网的高质量 AI 项目。为开发者和爱好者精心策划。",
"resources": "资源",
"legal": "法律",
"privacyPolicy": "隐私政策",
"termsOfService": "服务条款",
"followUs": "关注我们",
"copyright": "© 2025 Agent Park. 保留所有权利。",
"designedFor": "专为 AI 构建者设计"
}
}