Files
agent-park/src/messages/en.json
T

244 lines
12 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": "Agent 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 - Agent Project Navigator",
"metaDescription": "Discover and explore quality AI projects from across the web",
"heroTitle": "AGENT 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",
"insightsSection": "Site Overview",
"statsTotalProjects": "Total Projects",
"statsActiveProjects": "Active Projects",
"statsArchivedProjects": "Archived Projects",
"statsNewProjects30d": "New in 30 Days",
"statsNewProjects24h": "New in 24h",
"statsTotalTags": "Total Tags",
"statsNewProjects7d": "New in 7 Days",
"rankingsSection": "Project Rankings",
"latestRankingTitle": "Latest Additions",
"starsRankingTitle": "GitHub Stars Ranking",
"window24h": "24H",
"window7d": "7D",
"window30d": "30D",
"noLatestProjects": "No new projects in this time window",
"noStarsProjects": "No stars data available",
"viewAllLatest": "View all latest projects",
"viewAllByStars": "View all by stars",
"tagInsightsSection": "Top Tags",
"topTagsTitle": "Top Tags Carousel",
"categoryDistributionTitle": "Category Distribution",
"tagsUnit": "tags",
"projectsUnit": "projects",
"noTagData": "No tag metrics available",
"recentTimelineSection": "Recent Additions Timeline",
"noTimelineProjects": "No recent additions yet"
},
"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",
"browseByFilters": "Browse by Filters",
"fixedProjectType": "Project Type",
"allTypes": "All Types",
"filterByDomain": "Filter by Domain",
"allDomains": "All Domains",
"clearDomainFilters": "Clear Domain Filters",
"filterByProductForm": "Filter by Product Form",
"allProductForms": "All Product Forms",
"clearProductFormFilters": "Clear Product Form Filters",
"filterByTagCategory": "Filter by Tag Category",
"searchTagsPlaceholder": "Search tags...",
"clearTagFilters": "Clear Tag Filters",
"showMoreTags": "Show more tags",
"showLessTags": "Show fewer tags",
"noMatchingTags": "No matching tags",
"allProjects": "All Projects",
"sortLatest": "Latest",
"sortStarsDesc": "Star↓",
"sortStarsAsc": "Star↑",
"itemsPerPage": "Per page",
"paginationFirst": "First page",
"paginationPrev": "Previous page",
"paginationNext": "Next page",
"paginationLast": "Last page",
"paginationSummary": "Page {current} / {totalPages} · {total} total",
"showFilterPanel": "Show Filters",
"hideFilterPanel": "Hide Filters"
},
"about": {
"metaTitle": "About Agent Park",
"metaDescription": "Learn what Agent Park is, how it works, and the standards behind the content.",
"heroEyebrow": "About This Site",
"heroTitle": "How Agent Park Is Built",
"heroDescription": "Agent Park is a project navigator for AI builders. We focus on making projects discoverable, understandable, and reusable, instead of just collecting links.",
"heroTagline": "Help great AI projects get found, and understood in the right context.",
"ctaProjects": "Browse Projects",
"ctaSubmit": "Submit Project",
"missionTitle": "Our Goal",
"missionDescription": "New AI tools, repos, and research directions appear every day, and so does noise. We are building a long-term directory with consistent project structure, bilingual context, and practical details that are easy to verify.",
"missionNote": "We optimize for long-term usefulness, not short-term hype.",
"whatWeDoTitle": "What We Actually Do",
"whatWeDoDescription": "We combine automated discovery, deduplicated ingestion, and structured indexing to turn scattered AI project information into a searchable knowledge entry point.",
"capabilitiesTitle": "Core Capabilities",
"pillarDiscoveryTitle": "Continuous Discovery",
"pillarDiscoveryDescription": "Task pipelines keep collecting new candidates from trend lists, topic feeds, and manual submissions.",
"pillarQualityTitle": "Quality Controls",
"pillarQualityDescription": "Multi-level deduplication and structured validation reduce repeated, broken, and vague entries.",
"pillarContextTitle": "Context Layer",
"pillarContextDescription": "Keyword clouds, timeline views, and semantic search help you connect projects across themes and time.",
"workflowTitle": "Data Workflow",
"workflowDescription": "From discovery to retrieval, each step is designed for reusable information.",
"workflowStepCollectTitle": "Collect Sources",
"workflowStepCollectDescription": "Automated tasks and manual input feed one candidate queue.",
"workflowStepReviewTitle": "Deduplicate & Validate",
"workflowStepReviewDescription": "Projects are merged through GitHub URL, website URL, and slug matching rules.",
"workflowStepPublishTitle": "Structured Ingestion",
"workflowStepPublishDescription": "We store normalized fields with tags, links, and bilingual descriptions.",
"workflowStepSearchTitle": "Search & Retrieval",
"workflowStepSearchDescription": "Filtering, sorting, and RAG search make projects easier to find and compare.",
"principlesTitle": "Content Principles",
"principleNeutralTitle": "Stay Neutral",
"principleNeutralDescription": "No exaggerated claims and no forced endorsements. We aim for useful, objective context.",
"principleTransparentTitle": "Keep Sources Visible",
"principleTransparentDescription": "Official websites and repositories stay close to the content so users can verify quickly.",
"principleUsefulTitle": "Built for Real Decisions",
"principleUsefulDescription": "The structure is designed to answer practical questions: when to use it, why, and with what.",
"closingTitle": "Help Improve This Directory",
"closingDescription": "If you are building an AI product, or found a project worth tracking, submit it. We will keep improving data quality and browsing experience.",
"closingCta": "Explore Project List"
},
"signals": {
"metaTitle": "Frontier Signals - Agent Park",
"metaDescription": "Aggregated AI-agent discussions across platforms so users can quickly see what people are talking about.",
"heroEyebrow": "Discussion Radar",
"heroTitle": "What People Are Discussing Right Now",
"heroDescription": "This page does not judge ideas. It focuses on efficient aggregation and readable structure so users can scan hot discussions, key insights, and disagreements without browsing every source manually.",
"searchLabel": "Search Discussions",
"searchPlaceholder": "Search title, summary, topic, or tags",
"sortLabel": "Sort",
"sourceLabel": "Source",
"noResults": "No matching results. Try adjusting your filters.",
"viewSource": "View Original Source",
"discussionSignalTitle": "Discussion Signal",
"discussionFocusTitle": "Key Insights",
"discussionAnglesTitle": "Disagreements",
"sortLatest": "Latest First",
"sortHot": "Most Discussed",
"hotBadge": "HOT",
"totalCountHint": "Total discussions under current filters",
"hotCountHint": "High-heat discussions under current filters",
"sourceAll": "All Sources",
"sourceHackerNews": "Hacker News",
"sourceGithub": "GitHub",
"sourceArxiv": "arXiv",
"sourceHuggingFace": "Hugging Face",
"sourceReddit": "Reddit",
"sourceProductHunt": "Product Hunt",
"loadMore": "Load More",
"loading": "Loading...",
"loadFailed": "Failed to load. Please try again.",
"hotTopicsTitle": "Hot Topic Clusters",
"hotTopicsDescription": "Grouped by topic with item count, engagement volume, and source coverage for fast trend scanning.",
"hotTopicsCount": "Items",
"hotTopicsEngagement": "Engagement",
"hotTopicsSources": "Source Coverage",
"agendaTitle": "Page Principle",
"agendaDescription": "We do not rate ideas as right or wrong. If a discussion is meaningful, even immature ideas are kept and surfaced.",
"contractTitle": "n8n Field Contract",
"contractDescription": "Every visual element maps to fields that can be produced from n8n workflow outputs.",
"contractRawTitle": "Source-Crawled Fields",
"contractRawFields": "title, source, sourceUrl, publishedAt, sourceSignal, engagement, tags, topic",
"contractAiTitle": "Structured Extraction Fields",
"contractAiFields": "summary, insightBullets, discussionAngles"
},
"navigation": {
"home": "Home",
"projects": "Projects",
"signals": "Signals",
"about": "About",
"submitProject": "SUBMIT PROJECT"
},
"notFound": {
"title": "Page Not Found",
"description": "Sorry, the page you're looking for doesn't exist or has been moved.",
"backHome": "Back to Home",
"browseProjects": "Browse Projects"
},
"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"
}
}