work-hub-server/apps/web/i18n/locales/en.json

68 lines
3.1 KiB
JSON

{
"app": {
"title": "Work Hub",
"description": "Project management made simple."
},
"nav": {
"projects": "Projects"
},
"projects": {
"title": "Projects",
"description": "Manage your projects",
"new": "New project",
"edit": "Edit Project",
"editDescription": "Update project details",
"create": "New Project",
"createDescription": "Create a new project",
"columns": {
"name": "Name",
"status": "Status",
"description": "Description",
"created": "Created",
"actions": "Actions"
},
"delete": {
"title": "Delete project",
"confirm": "Are you sure you want to delete this project? This action cannot be undone.",
"cancel": "Cancel",
"delete": "Delete"
},
"notFound": "Project not found",
"empty": "No projects yet."
},
"form": {
"name": "Name",
"namePlaceholder": "Project name",
"description": "Description",
"descriptionPlaceholder": "Optional description",
"status": "Status",
"save": "Save",
"cancel": "Cancel",
"back": "Back"
},
"home": {
"heroTitle": "Nuxt Starter Template",
"heroDescription": "A production-ready starter template powered by Nuxt UI. Build beautiful, accessible, and performant applications in minutes, not hours.",
"getStarted": "Get started",
"useTemplate": "Use this template",
"featuresTitle": "Everything you need to build modern Nuxt apps",
"featuresDescription": "Start with a solid foundation. This template includes all the essentials for building production-ready applications with Nuxt UI's powerful component system.",
"feature1Title": "Production-ready from day one",
"feature1Description": "Pre-configured with TypeScript, ESLint, Tailwind CSS, and all the best practices. Focus on building features, not setting up tooling.",
"feature2Title": "Beautiful by default",
"feature2Description": "Leveraging Nuxt UI's design system with automatic dark mode, consistent spacing, and polished components that look great out of the box.",
"feature3Title": "Lightning fast",
"feature3Description": "Optimized for performance with SSR/SSG support, automatic code splitting, and edge-ready deployment. Your users will love the speed.",
"feature4Title": "100+ components included",
"feature4Description": "Access Nuxt UI's comprehensive component library. From forms to navigation, everything is accessible, responsive, and customizable.",
"feature5Title": "Developer experience first",
"feature5Description": "Auto-imports, hot module replacement, and TypeScript support. Write less boilerplate and ship more features.",
"feature6Title": "Built for scale",
"feature6Description": "Enterprise-ready architecture with proper error handling, SEO optimization, and security best practices built-in.",
"ctaTitle": "Ready to build your next Nuxt app?",
"ctaDescription": "Join thousands of developers building with Nuxt and Nuxt UI. Get this template and start shipping today.",
"startBuilding": "Start building",
"viewOnGitHub": "View on GitHub"
}
}