Files
agent-park/src/messages/en.json
T
mzaxdandClaude 660cd5168c feat: 重构 AI 搜索架构并优化用户体验
- 重构 AI 搜索数据流:n8n 只返回项目 ID,Next.js 后端负责组装完整数据
- 首页添加 AI 搜索功能,支持跳转到项目列表页后自动触发搜索
- 新增 HomeSearchBar 组件处理首页搜索逻辑
- 修复英文模式下搜索按钮重叠问题,使用 flex 布局确保间距
- 完善国际化支持,添加切换模式提示和加载状态的翻译
- 优化搜索体验:切换 AI/传统搜索模式时保留输入框内容

Co-Authored-By: Claude (glm-4.7) <noreply@anthropic.com>
2026-01-27 16:40:44 +08:00

99 lines
3.7 KiB
JSON

{
"common": {
"search": "Search",
"aiSearch": "AI Search",
"searching": "Searching...",
"toggleToAI": "Switch to AI Search",
"toggleToTraditional": "Switch to Traditional Search",
"aiHint": "Try: \"Find AI tools that can generate videos\"",
"traditionalHint": "Enter project name or description",
"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"
}
}