sysrot-hub
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
544 lines (511 loc) • 26 kB
JSON
{
"nav.home": "Home",
"nav.examples": "Examples",
"nav.blog": "Blog",
"nav.auth": "Authentication",
"nav.documentation": "Documentation",
"home.title": "Build Fast, Deploy Faster",
"home.subtitle": "sysrot-hub",
"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 sysrot-hub 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 sysrot-hub 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 sysrot-hub.",
"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",
"common.open": "Open",
"common.retry": "Retry",
"common.refresh": "Refresh",
"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?",
"auth.signInDescription": "Access your account to continue",
"auth.loginSuccess": "Successfully signed in",
"auth.loginError": "Error signing in",
"auth.logoutSuccess": "Successfully signed out",
"auth.logoutError": "Error signing out",
"auth.welcome": "Welcome",
"auth.oauthProviders": "OAuth Providers",
"auth.features": "Features",
"auth.features.secure": "Advanced Security",
"auth.features.secureDesc": "Secure authentication with end-to-end encryption",
"auth.features.roles": "Role System",
"auth.features.rolesDesc": "Granular access control with customizable roles",
"auth.features.sessions": "Session Management",
"auth.features.sessionsDesc": "Complete user activity monitoring",
"auth.implementation.nextauth": "NextAuth.js",
"auth.implementation.nextauthDesc": "Complete setup with multiple strategies",
"auth.implementation.providers": "Providers",
"auth.implementation.providersDesc": "OAuth with Google, GitHub, Discord and more",
"auth.implementation.protection": "Route Protection",
"auth.implementation.protectionDesc": "Automatic middleware for protected routes",
"auth.tabs.overview": "Overview",
"auth.tabs.profile": "Profile",
"auth.tabs.security": "Security",
"auth.tabs.sessions": "Sessions",
"auth.tabs.providers": "Providers",
"auth.stats.totalSessions": "Total Sessions",
"auth.stats.thisMonth": "This month",
"auth.stats.loginStreak": "Login Streak",
"auth.stats.days": "days",
"auth.stats.securityScore": "Security Score",
"auth.stats.good": "Good",
"auth.profile.information": "Personal Information",
"auth.profile.name": "Name",
"auth.profile.email": "Email",
"auth.profile.role": "Role",
"auth.profile.preferences": "Preferences",
"auth.profile.emailNotifications": "Email Notifications",
"auth.profile.pushNotifications": "Push Notifications",
"auth.profile.twoFactor": "Two-Factor Authentication",
"auth.security.recommendations": "Security Recommendations",
"auth.security.enableTwoFactor": "Enable two-factor authentication",
"auth.security.updatePassword": "Update password regularly",
"auth.security.reviewDevices": "Review connected devices",
"auth.security.password": "Password",
"auth.security.passwordDesc": "Keep your account secure with a strong password",
"auth.security.changePassword": "Change Password",
"auth.security.twoFactorAuth": "2FA Authentication",
"auth.security.twoFactorDesc": "Add an extra layer of security to your account",
"auth.security.enable": "Enable",
"auth.sessions.recent": "Recent Sessions",
"auth.sessions.recentDesc": "Monitor your account activity across all devices",
"auth.sessions.current": "Current",
"auth.providers.connected": "Connected",
"auth.providers.description": "Account connected with {provider} for quick access",
"auth.providers.disconnect": "Disconnect",
"auth.roles.admin": "Administrator",
"auth.roles.moderator": "Moderator",
"auth.roles.user": "User",
"auth.status.online": "Online",
"auth.status.offline": "Offline",
"footer.madeWith": "Made with",
"footer.by": "Created by",
"footer.github": "GitHub",
"footer.documentation": "Documentation",
"footer.support": "Support",
"pages.auth.title": "Advanced Authentication System",
"pages.auth.description": "Complete authentication system with multiple OAuth providers, session management and route protection.",
"pages.auth.howItWorks": "How it works?",
"pages.auth.and": "and",
"pages.auth.providers": "OAuth Providers",
"pages.auth.sessions": "Session Management",
"pages.auth.protection": "Route Protection",
"pages.ai.title": "Advanced 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 with superior reasoning",
"pages.ai.gemini": "Gemini Flash Pro - Google's optimized speed with multimodality",
"pages.ai.claude": "Claude 3.5 Sonnet - Anthropic's superior reasoning",
"pages.ai.deepseek": "DeepSeek V3 - Advanced open source model with mathematics",
"pages.ai.configuration": "API Configuration",
"pages.ai.configDescription": "Configure your API keys in the .env.local file:",
"pages.ai.implementation": "Technical Implementation",
"pages.ai.implementationDescription": "The system supports multiple AI providers:",
"pages.ai.features": "Advanced Features",
"pages.ai.features.streaming": "Streaming Responses",
"pages.ai.features.streamingDesc": "Real-time responses for better UX",
"pages.ai.features.context": "Context Management",
"pages.ai.features.contextDesc": "Maintains conversation history",
"pages.ai.features.multimodel": "Multi-model",
"pages.ai.features.multimodelDesc": "Switch between models dynamically",
"pages.ai.chat.title": "Interactive AI Chat",
"pages.ai.chat.subtitle": "Test different AI models in real-time",
"pages.ai.chat.placeholder": "Write your question or instruction for the AI...",
"pages.ai.chat.send": "Send",
"pages.ai.chat.clear": "Clear Chat",
"pages.ai.chat.selectModel": "Select Model",
"pages.ai.chat.temperature": "Temperature",
"pages.ai.chat.maxTokens": "Max Tokens",
"pages.ai.chat.systemPrompt": "System Prompt",
"pages.ai.examples.title": "Prompt Examples",
"pages.ai.examples.creative": "Creative Writing",
"pages.ai.examples.technical": "Technical Assistance",
"pages.ai.examples.analysis": "Data Analysis",
"pages.ai.examples.translation": "Translation",
"pages.upload.title": "Advanced Upload System",
"pages.upload.description": "Complete system for uploading, optimizing and managing multimedia files in the cloud.",
"pages.upload.uploadNew": "Upload File",
"pages.upload.previewTitle": "Preview",
"pages.upload.previewPlaceholder": "Files will appear here after uploading",
"pages.upload.howItWorks": "How It Works?",
"pages.upload.howItWorksDescription": "The system uses",
"pages.upload.and": "and",
"pages.upload.configNote": "Configure credentials in .env.local to use.",
"pages.upload.features": "Advanced Features",
"pages.upload.features.dragDrop": "Drag & Drop",
"pages.upload.features.dragDropDesc": "Drag files directly to the upload area",
"pages.upload.features.multipleFiles": "Multiple Upload",
"pages.upload.features.multipleFilesDesc": "Upload multiple files simultaneously",
"pages.upload.features.preview": "Preview",
"pages.upload.features.previewDesc": "Preview images before uploading",
"pages.upload.features.optimization": "Optimization",
"pages.upload.features.optimizationDesc": "Automatic compression and resizing",
"pages.upload.gallery.title": "File Gallery",
"pages.upload.gallery.subtitle": "Manage all your uploaded files",
"pages.upload.gallery.empty": "No files in gallery",
"pages.upload.gallery.emptyDesc": "Upload some files to see them here",
"pages.upload.gallery.search": "Search files...",
"pages.upload.gallery.filter": "Filter by type",
"pages.upload.gallery.sort": "Sort by",
"pages.upload.gallery.sortDate": "Date",
"pages.upload.gallery.sortName": "Name",
"pages.upload.gallery.sortSize": "Size",
"pages.upload.tools.title": "Editing Tools",
"pages.upload.tools.crop": "Crop",
"pages.upload.tools.resize": "Resize",
"pages.upload.tools.filters": "Filters",
"pages.upload.tools.metadata": "Metadata",
"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 File",
"components.upload.selectImage": "Select a file",
"components.upload.selectFile": "Please select a file",
"components.upload.uploadError": "Error uploading file",
"components.upload.uploadSuccess": "File uploaded successfully",
"components.upload.uploading": "Uploading...",
"components.upload.upload": "Upload File",
"components.upload.cancel": "Cancel",
"components.upload.preview": "Preview",
"components.upload.remove": "Remove file",
"components.upload.selectFiles": "Select Files",
"components.upload.uploadProgress": "Upload Progress",
"components.upload.dragDrop": "Drag and drop files here",
"components.upload.clickToSelect": "or click to select",
"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",
"components.ai.selectModel": "Select Model",
"components.ai.sendPrompt": "Send Prompt",
"components.ai.chatHistory": "Chat History",
"components.ai.clearHistory": "Clear History",
"components.ai.copyResponse": "Copy Response",
"components.ai.regenerate": "Regenerate",
"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",
"states.loading": "Loading...",
"states.error": "Error loading",
"states.success": "Operation successful",
"states.empty": "No data available",
"states.noResults": "No results found",
"actions.save": "Save",
"actions.cancel": "Cancel",
"actions.edit": "Edit",
"actions.delete": "Delete",
"actions.create": "Create",
"actions.update": "Update",
"actions.submit": "Submit",
"actions.reset": "Reset",
"actions.search": "Search",
"actions.filter": "Filter",
"actions.sort": "Sort",
"actions.export": "Export",
"actions.import": "Import",
"actions.download": "Download",
"actions.upload": "Upload",
"actions.share": "Share",
"actions.copy": "Copy",
"actions.paste": "Paste",
"actions.cut": "Cut",
"actions.undo": "Undo",
"actions.redo": "Redo",
"premium.analytics.title": "Analytics Dashboard",
"premium.analytics.subtitle": "Advanced data analysis with interactive visualizations",
"premium.analytics.realTimeData": "Real-Time Data",
"premium.analytics.revenue": "Revenue",
"premium.analytics.users": "Users",
"premium.analytics.sessions": "Sessions",
"premium.analytics.growth": "Growth",
"premium.analytics.totalRevenue": "Total Revenue",
"premium.analytics.totalUsers": "Total Users",
"premium.analytics.avgSessions": "Average Sessions",
"premium.analytics.monthlyRevenue": "Monthly Revenue",
"premium.analytics.userGrowth": "User Growth",
"premium.analytics.trafficSources": "Traffic Sources",
"premium.analytics.timeRange": "Time Range",
"premium.analytics.lastDays": "Last {days} days",
"premium.analytics.lastMonths": "Last {months} months",
"premium.analytics.exportData": "Export Data",
"premium.analytics.filterByDate": "Filter by Date",
"premium.analytics.drillDown": "Drill Down",
"premium.ecommerce.title": "E-commerce Demo",
"premium.ecommerce.subtitle": "Complete online store with functional cart",
"premium.ecommerce.addToCart": "Add to Cart",
"premium.ecommerce.cart": "Cart",
"premium.ecommerce.checkout": "Checkout",
"premium.ecommerce.removeFromCart": "Remove from Cart",
"premium.ecommerce.updateQuantity": "Update Quantity",
"premium.ecommerce.emptyCart": "Your cart is empty",
"premium.ecommerce.cartTotal": "Cart Total",
"premium.ecommerce.clearCart": "Clear Cart",
"premium.ecommerce.wishlist": "Wishlist",
"premium.ecommerce.addToWishlist": "Add to Wishlist",
"premium.ecommerce.removeFromWishlist": "Remove from Wishlist",
"premium.ecommerce.productDetails": "Product Details",
"premium.ecommerce.reviews": "Reviews",
"premium.ecommerce.rating": "Rating",
"premium.ecommerce.category": "Category",
"premium.ecommerce.filterByCategory": "Filter by Category",
"premium.ecommerce.sortBy": "Sort by",
"premium.ecommerce.sortByPrice": "Price",
"premium.ecommerce.sortByRating": "Rating",
"premium.ecommerce.sortByName": "Name",
"premium.ecommerce.searchProducts": "Search Products",
"premium.ecommerce.noProducts": "No products found",
"premium.saas.title": "SaaS Dashboard",
"premium.saas.subtitle": "Control panel for SaaS applications",
"premium.saas.subscription": "Subscription",
"premium.saas.billing": "Billing",
"premium.saas.usage": "Usage",
"premium.saas.limits": "Limits",
"premium.saas.upgrade": "Upgrade Plan",
"premium.saas.currentPlan": "Current Plan",
"premium.saas.features": "Features",
"premium.saas.teamMembers": "Team Members",
"premium.saas.inviteMembers": "Invite Members",
"premium.saas.apiKeys": "API Keys",
"premium.saas.integrations": "Integrations",
"premium.saas.settings": "Settings",
"premium.saas.notifications": "Notifications",
"premium.saas.security": "Security",
"premium.saas.audit": "Audit Log",
"premium.portfolio.title": "Portfolio Showcase",
"premium.portfolio.subtitle": "Professional interactive portfolio",
"premium.portfolio.projects": "Projects",
"premium.portfolio.about": "About",
"premium.portfolio.skills": "Skills",
"premium.portfolio.experience": "Experience",
"premium.portfolio.contact": "Contact",
"premium.portfolio.viewProject": "View Project",
"premium.portfolio.liveDemo": "Live Demo",
"premium.portfolio.sourceCode": "Source Code",
"premium.portfolio.technologies": "Technologies",
"premium.portfolio.timeline": "Timeline",
"premium.chat.title": "Chat Application",
"premium.chat.subtitle": "Real-time chat application",
"premium.chat.sendMessage": "Send Message",
"premium.chat.typeMessage": "Type a message...",
"premium.chat.online": "Online",
"premium.chat.offline": "Offline",
"premium.chat.typing": "typing...",
"premium.chat.messageRead": "Read",
"premium.chat.messageSent": "Sent",
"premium.chat.attachFile": "Attach File",
"premium.chat.emojiPicker": "Emoji Picker",
"premium.chat.searchMessages": "Search Messages",
"premium.chat.createGroup": "Create Group",
"premium.chat.groupChat": "Group Chat",
"premium.chat.voiceMessage": "Voice Message",
"premium.tasks.title": "Task Management",
"premium.tasks.subtitle": "Advanced task and project management",
"premium.tasks.createTask": "Create Task",
"premium.tasks.editTask": "Edit Task",
"premium.tasks.deleteTask": "Delete Task",
"premium.tasks.markComplete": "Mark Complete",
"premium.tasks.assignTo": "Assign to",
"premium.tasks.dueDate": "Due Date",
"premium.tasks.priority": "Priority",
"premium.tasks.status": "Status",
"premium.tasks.progress": "Progress",
"premium.tasks.comments": "Comments",
"premium.tasks.attachments": "Attachments",
"premium.tasks.tags": "Tags",
"premium.tasks.board": "Board",
"premium.tasks.list": "List",
"premium.tasks.calendar": "Calendar",
"premium.marketplace.title": "Marketplace",
"premium.marketplace.subtitle": "Complete digital marketplace",
"premium.marketplace.products": "Products",
"premium.marketplace.sellers": "Sellers",
"premium.marketplace.buyers": "Buyers",
"premium.marketplace.orders": "Orders",
"premium.marketplace.reviews": "Reviews",
"premium.marketplace.ratings": "Ratings",
"premium.marketplace.categories": "Categories",
"premium.marketplace.featured": "Featured",
"premium.marketplace.newArrivals": "New Arrivals",
"premium.marketplace.bestSellers": "Best Sellers",
"premium.marketplace.compare": "Compare",
"premium.marketplace.addToCompare": "Add to Compare",
"premium.landing.title": "Landing Page",
"premium.landing.subtitle": "Optimized landing page",
"premium.landing.heroTitle": "Hero Title",
"premium.landing.heroSubtitle": "Descriptive Subtitle",
"premium.landing.callToAction": "Call to Action",
"premium.landing.features": "Features",
"premium.landing.testimonials": "Testimonials",
"premium.landing.pricing": "Pricing",
"premium.landing.faq": "FAQ",
"premium.landing.newsletter": "Newsletter",
"premium.landing.subscribe": "Subscribe",
"premium.landing.learnMore": "Learn More",
"premium.landing.getStarted": "Get Started",
"components.forms.validation.required": "This field is required",
"components.forms.validation.email": "Must be a valid email",
"components.forms.validation.minLength": "Minimum {min} characters",
"components.forms.validation.maxLength": "Maximum {max} characters",
"components.forms.validation.pattern": "Invalid format",
"footer.allRights": "All rights reserved.",
"language.spanish": "Español",
"language.english": "English",
"meta.title": "sysrot-hub - Next-Generation CLI",
"meta.description": "CLI for creating Next.js 14+ projects with integrated AI, authentication and more."
}