UNPKG

@rotosaurio/sysrot-core

Version:

CLI de nueva generación para proyectos Next.js 14+ con IA multi-modelo, Web3 integration, internacionalización completa y roadmap realista 2025-2026

244 lines (223 loc) 11.7 kB
{ "nav.home": "Home", "nav.examples": "Examples", "nav.blog": "Blog", "nav.auth": "Authentication", "nav.documentation": "Documentation", "home.title": "Build Fast, Deploy Faster", "home.subtitle": "SysrotCore", "home.description": "A complete boilerplate for building modern web applications with Next.js, TailwindCSS and much more.", "home.getStarted": "Get Started", "home.viewExamples": "View Examples", "home.featuresTitle": "Key Features", "home.featuresDescription": "Everything you need to build modern applications, included from day one.", "home.ctaTitle": "Ready to get started?", "home.ctaDescription": "Create your first application with SysrotCore in less than 30 seconds.", "home.ctaButton": "Create Project", "features.ai.title": "Integrated AI", "features.ai.description": "3 AI models ready to use: GPT-4o, Claude 3.5 Sonnet and Gemini Flash Pro.", "features.auth.title": "Complete Authentication", "features.auth.description": "Authentication system with NextAuth.js, OAuth providers and role system.", "features.components.title": "50+ Components", "features.components.description": "Complete library of production-ready UI components with TailwindCSS.", "features.upload.title": "Image Upload", "features.upload.description": "Integrated image upload system with Cloudinary for cloud storage.", "features.blog.title": "MDX Blog", "features.blog.description": "Integrated MDX blog system to publish content with ease.", "features.forms.title": "Validated Forms", "features.forms.description": "Form validation with react-hook-form and zod for a perfect user experience.", "examples.title": "Examples", "examples.description": "Explore SysrotCore capabilities with these interactive examples.", "examples.auth.title": "Authentication", "examples.auth.description": "Complete login and registration system with NextAuth.js", "examples.ai.title": "Multi-Model AI", "examples.ai.description": "Integration with GPT-4, Claude, Gemini and more", "examples.upload.title": "Image Upload", "examples.upload.description": "File upload with Cloudinary", "examples.blog.title": "MDX Blog", "examples.blog.description": "Blog system with Markdown and JSX", "examples.animations.title": "Animations", "examples.animations.description": "Visual effects with Framer Motion", "examples.forms.title": "Forms", "examples.forms.description": "Validation with React Hook Form and Zod", "examples.components.title": "UI Components", "examples.components.description": "Library of 50+ production-ready components", "examples.notifications.title": "Notifications", "examples.notifications.description": "Elegant notification system with React Hot Toast", "examples.database.title": "Database", "examples.database.description": "Integration examples with MongoDB, Supabase and Firebase", "examples.themes.title": "UI & Themes", "examples.themes.description": "Complete theme system with dark/light mode", "examples.about.title": "About Examples", "examples.about.description": "This section contains practical examples of all features included in SysrotCore.", "examples.about.docs": "Complete documentation available in", "examples.about.docsPath": " in the project root.", "blog.title": "Blog", "blog.description": "Articles and tutorials about modern web development.", "blog.noArticles": "No articles available", "blog.noArticlesDescription": "We'll add interesting content soon.", "blog.loading": "Loading...", "blog.readMore": "Read more", "blog.backToBlog": "← Back to Blog", "common.loading": "Loading...", "common.error": "Error", "common.success": "Success", "common.cancel": "Cancel", "common.save": "Save", "common.delete": "Delete", "common.edit": "Edit", "common.view": "View", "common.back": "Back", "common.next": "Next", "common.previous": "Previous", "common.close": "Close", "footer.madeWith": "Made with", "footer.by": "by", "footer.github": "GitHub", "footer.documentation": "Documentation", "footer.support": "Support", "pages.auth.title": "Authentication with NextAuth.js", "pages.auth.description": "Complete authentication system with multiple OAuth providers, session management and route protection.", "pages.auth.howItWorks": "How it works?", "pages.auth.providers": "OAuth Providers", "pages.auth.sessions": "Session Management", "pages.auth.protection": "Route Protection", "pages.ai.title": "Multi-Model AI", "pages.ai.description": "Complete integration with the best AI models in the market to power your applications.", "pages.ai.availableModels": "Available Models", "pages.ai.gpt4o": "GPT-4o - OpenAI's most advanced model", "pages.ai.gemini": "Gemini Flash Pro - Google's optimized speed", "pages.ai.claude": "Claude 3.5 Sonnet - Anthropic's superior reasoning", "pages.ai.deepseek": "DeepSeek V3 - Advanced open source model", "pages.ai.configuration": "Configuration", "pages.ai.implementation": "Implementation", "pages.upload.title": "Image Upload with Cloudinary", "pages.upload.description": "Complete system for uploading, optimizing and managing images in the cloud.", "pages.upload.uploadNew": "Upload New Image", "pages.upload.previewTitle": "Preview", "pages.upload.howItWorks": "How It Works?", "pages.upload.features": "Features", "pages.upload.dragDrop": "Drag & Drop", "pages.upload.validation": "File Validation", "pages.upload.optimization": "Automatic Optimization", "pages.animations.title": "Animations and Visual Effects", "pages.animations.description": "Complete library of animations and visual effects using Framer Motion and advanced CSS.", "pages.animations.basic": "Basic Animations", "pages.animations.advanced": "Advanced Effects", "pages.animations.interactive": "Interactive", "pages.animations.micro": "Micro-interactions", "pages.animations.hover": "Hover Effects", "pages.animations.scroll": "Scroll Animations", "pages.animations.loading": "Loading States", "pages.animations.transitions": "Transitions", "pages.components.title": "UI Components Library", "pages.components.description": "Over 50 production-ready user interface components with TailwindCSS and shadcn/ui.", "pages.components.basic": "Basic Components", "pages.components.forms": "Forms", "pages.components.navigation": "Navigation", "pages.components.feedback": "Feedback", "pages.components.overlays": "Overlays", "pages.components.data": "Data Visualization", "pages.components.layout": "Layout", "pages.components.interactive": "Interactive", "pages.database.title": "Database Integrations", "pages.database.description": "Examples and configurations for MongoDB, Supabase, Firebase and Prisma ORM.", "pages.database.mongodb": "MongoDB", "pages.database.supabase": "Supabase", "pages.database.firebase": "Firebase", "pages.database.prisma": "Prisma ORM", "pages.database.testConnection": "Test Connection", "pages.database.connected": "Connected", "pages.database.disconnected": "Disconnected", "pages.database.notTested": "Not tested", "pages.database.testing": "Testing...", "pages.forms.title": "Advanced Forms", "pages.forms.description": "Forms with validation using React Hook Form and Zod, including custom fields and error handling.", "pages.forms.validation": "Validation", "pages.forms.fields": "Field Types", "pages.forms.errors": "Error Handling", "pages.forms.submission": "Submission", "pages.forms.name": "Name", "pages.forms.email": "Email", "pages.forms.age": "Age", "pages.forms.message": "Message", "pages.forms.category": "Category", "pages.forms.terms": "I accept the terms and conditions", "pages.forms.submit": "Submit", "pages.forms.reset": "Clear", "pages.notifications.title": "Notification System", "pages.notifications.description": "Elegant and customizable notifications using React Hot Toast with different types and configurations.", "pages.notifications.types": "Notification Types", "pages.notifications.success": "Success", "pages.notifications.error": "Error", "pages.notifications.info": "Info", "pages.notifications.warning": "Warning", "pages.notifications.loading": "Loading", "pages.notifications.custom": "Custom", "pages.notifications.basic": "Basic Notifications", "pages.notifications.configuration": "Configuration", "pages.notifications.position": "Position", "pages.notifications.duration": "Duration", "pages.notifications.styling": "Styling", "pages.typescript.title": "TypeScript Examples", "pages.typescript.description": "Demonstration of advanced TypeScript features implemented in the project.", "pages.typescript.interfaces": "Interfaces and Types", "pages.typescript.generics": "Generics", "pages.typescript.utilities": "Utility Types", "pages.typescript.functions": "Typed Functions", "pages.typescript.advanced": "Advanced Features", "pages.typescript.patterns": "Common Patterns", "pages.themes.title": "UI System & Themes", "pages.themes.description": "Modern components, smooth animations and complete theme system with TailwindCSS.", "pages.themes.themeControls": "Theme Controls", "pages.themes.currentTheme": "Current Theme", "pages.themes.lightMode": "Light", "pages.themes.darkMode": "Dark", "pages.themes.systemMode": "System", "pages.themes.colorPalette": "Color Palette", "pages.themes.typography": "Typography", "pages.themes.buttons": "Buttons", "pages.themes.cards": "Cards", "pages.themes.forms": "Forms", "components.upload.title": "Upload Image", "components.upload.selectImage": "Select an image", "components.upload.selectFile": "Please select an image", "components.upload.uploadError": "Error uploading image", "components.upload.uploadSuccess": "Image uploaded successfully", "components.upload.uploading": "Uploading...", "components.upload.upload": "Upload Image", "components.upload.cancel": "Cancel", "components.upload.preview": "Preview", "components.upload.remove": "Remove image", "components.ai.title": "Query AI models", "components.ai.model": "Model", "components.ai.prompt": "Prompt", "components.ai.placeholder": "Write your question or instruction for the AI...", "components.ai.send": "Send", "components.ai.processing": "Processing...", "components.ai.response": "Response from", "components.ai.enterPrompt": "Please enter a prompt", "components.ai.error": "Error processing request", "components.ai.success": "Response generated successfully using", "auth.signIn": "Sign In", "auth.signOut": "Sign Out", "auth.signUp": "Sign Up", "auth.email": "Email", "auth.password": "Password", "auth.confirmPassword": "Confirm Password", "auth.forgotPassword": "Forgot your password?", "auth.rememberMe": "Remember me", "auth.or": "or", "auth.continueWith": "Continue with", "auth.alreadyHaveAccount": "Already have an account?", "auth.dontHaveAccount": "Don't have an account?", "placeholder.email": "your@email.com", "placeholder.name": "Your name", "placeholder.message": "Write your message here...", "placeholder.search": "Search...", "placeholder.enterText": "Enter text...", "validation.required": "This field is required", "validation.email": "Invalid email address", "validation.minLength": "Must be at least {min} characters", "validation.maxLength": "Cannot be more than {max} characters" }