Files
agent-park/src/messages/en.json
T
mzaxdandClaude 02cbe59a0c feat: 实现 AI 智能搜索功能
添加语义搜索能力,支持自然语言查询找到相关项目。

- 数据库:新增 embedding 字段用于向量存储
- 前端:新增 AI 搜索栏和结果组件,支持传统/AI 模式切换
- API:新增 /api/search/ai 端点处理语义搜索请求
- 国际化:添加 AI 搜索相关中英文翻译
- 探索任务:允许 FAILED 状态直接转到 IN_PROGRESS 简化重试

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 20:59:13 +08:00

94 lines
3.4 KiB
JSON

{
"common": {
"search": "Search",
"aiSearch": "AI Search",
"loading": "Loading...",
"noResults": "No results found",
"noProjects": "No projects yet",
"viewMore": "View More",
"backToHome": "Back to Home",
"viewDetails": "VIEW DETAILS"
},
"tags": {
"searchPlaceholder": "Search tags...",
"showAll": "Show all tags ({count})",
"showLess": "↑ Show less",
"noResults": "No matching tags found",
"projectCount": "projects"
},
"home": {
"title": "AI Project Navigator",
"subtitle": "Discover and explore AI projects",
"featuredProjects": "Featured Projects",
"browseByTag": "Browse by Tag",
"searchPlaceholder": "Search AI projects...",
"aiSearchPlaceholder": "Describe what you're looking for, e.g.: AI tools that can generate videos...",
"metaTitle": "Agent Park - AI Project Navigator",
"metaDescription": "Discover and explore quality AI projects from across the web",
"heroTitle": "AI PROJECT",
"heroTitle2": "NAVIGATOR",
"heroDescription": "Discover and explore high-quality AI projects from across the web. Curated for developers and enthusiasts.",
"browseByTagsSection": "BROWSE BY TAGS",
"featuredProjectsSection": "FEATURED PROJECTS",
"viewAll": "VIEW ALL",
"viewAllProjects": "VIEW ALL PROJECTS"
},
"project": {
"backToProjects": "BACK TO PROJECTS",
"details": "Project Details",
"externalLinks": "External Links",
"viewProject": "View Project",
"tags": "Tags",
"website": "Website",
"github": "GitHub",
"huggingface": "HuggingFace",
"paper": "Paper",
"submitYourProject": "Submit Your Project",
"submitProjectTitle": "Submit Your Project",
"submitProjectDescription": "Have an AI tool worth sharing? Add it to Agent Park.",
"submitNow": "SUBMIT NOW",
"projectLinks": "Project Links",
"officialWebsite": "Official Website",
"githubRepo": "GitHub Repo",
"license": "License",
"pricing": "Pricing",
"status": "Status",
"type": "Type",
"openSource": "Open Source",
"projectPreview": "Project Preview",
"gettingStarted": "Getting Started",
"installInstructions": "To install this project, clone the repository and install dependencies:",
"buildYourOwnAgent": "Build Your Own Agent?",
"buildAgentDesc": "Start using our API to build custom agents in minutes.",
"getStartedNow": "Get Started Now",
"onThisPage": "On this page",
"overview": "Overview",
"keyFeatures": "Key Features",
"useCases": "Use Cases"
},
"navigation": {
"home": "Home",
"projects": "Projects",
"blog": "Blog",
"about": "About",
"submitProject": "SUBMIT PROJECT"
},
"layout": {
"announcement": "DISCOVER THE FUTURE OF AI AGENTS",
"announcementHref": "/projects",
"stayUpdated": "STAY UPDATED",
"stayUpdatedDesc": "Get the latest AI tools and trends delivered straight to your inbox. No spam, just intelligence.",
"email": "E-mail",
"subscribe": "SUBSCRIBE",
"subscribeConsent": "Subscribe to Agent Park updates",
"footerDesc": "Discover and explore high-quality AI projects from across the web. Curated for developers and enthusiasts.",
"resources": "Resources",
"legal": "Legal",
"privacyPolicy": "Privacy Policy",
"termsOfService": "Terms of Service",
"followUs": "Follow Us",
"copyright": "© 2025 Agent Park. All rights reserved.",
"designedFor": "DESIGNED FOR AI BUILDERS"
}
}