Files
agent-park/src/messages/en.json
T
mzaxdandClaude 443dc8370e refactor: 完善项目详情与侧边栏组件国际化实现
将 ProjectDetail 和 ProjectSidebar 组件中的硬编码文本替换为国际化翻译键,提升中英文支持一致性。

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-29 20:46:05 +08:00

77 lines
2.7 KiB
JSON

{
"common": {
"search": "Search",
"loading": "Loading...",
"noResults": "No results found",
"noProjects": "No projects yet",
"viewMore": "View More",
"backToHome": "Back to Home",
"viewDetails": "VIEW DETAILS"
},
"home": {
"title": "AI Project Navigator",
"subtitle": "Discover and explore AI projects",
"featuredProjects": "Featured Projects",
"browseByTag": "Browse by Tag",
"searchPlaceholder": "Search AI projects...",
"metaTitle": "Agent Park - AI Project Navigator",
"metaDescription": "Discover and explore quality AI projects from across the web"
},
"project": {
"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"
}
}