Improve teh securty of teh DB

This commit is contained in:
Urtzi Alfaro
2025-10-19 19:22:37 +02:00
parent 62971c07d7
commit 05da20357d
87 changed files with 7998 additions and 932 deletions

View File

@@ -190,8 +190,8 @@
"description": "We use academically validated AI algorithms, specifically adapted for bakeries."
},
"team": {
"title": "Expert Team",
"description": "Founders with experience in AI + hospitality. We know the industry from the inside."
"title": "Expert Founder",
"description": "Entrepreneur with over a decade of international experience in AI, digital transformation, and high-value technology projects across Europe, Asia, and America"
}
}
},
@@ -221,6 +221,36 @@
}
}
},
"business_models": {
"title": "Your Business Model, Our Technology",
"subtitle": "Whether you produce and sell in one location, or manage a central workshop with multiple points of sale, our AI adapts to your way of working",
"local_production": {
"title": "Local Production",
"subtitle": "Single point of sale and production",
"description": "Your bakery produces and sells in the same location. You need to optimize daily production, minimize waste, and maximize freshness in each batch.",
"features": {
"prediction": "<strong>Demand prediction</strong> for single location",
"inventory": "<strong>Inventory management</strong> simplified and direct",
"control": "<strong>Single control point</strong> - simple and efficient"
}
},
"central_workshop": {
"title": "Central Workshop + Points of Sale",
"subtitle": "Centralized production, multiple distribution",
"description": "You produce centrally and distribute to multiple points of sale. You need to coordinate production, logistics, and demand across locations to optimize each point.",
"features": {
"prediction": "<strong>Aggregated and per-point-of-sale</strong> individual prediction",
"distribution": "<strong>Distribution management</strong> coordinated multi-location",
"visibility": "<strong>Centralized visibility</strong> with granular control"
}
},
"same_ai": "The same powerful AI, adapted to your way of working"
},
"pricing": {
"title": "Plans That Fit Your Business",
"subtitle": "No hidden costs, no long commitments. Start free and scale as you grow.",
"compare_link": "View complete feature comparison"
},
"final_cta": {
"scarcity_badge": "12 spots remaining of the 20 pilot program",
"title": "Be Among the First 20 Bakeries",

View File

@@ -68,6 +68,51 @@
"supported_formats": "Supported formats: CSV",
"max_size": "Maximum size: 10MB"
},
"file_format_guide": {
"title": "File Format Guide",
"supported_formats": {
"title": "Supported Formats",
"csv": "CSV (comma-separated values)",
"json": "JSON (JavaScript Object Notation)",
"excel": "Excel (XLSX, XLS)",
"max_size": "Maximum size: 10MB"
},
"required_columns": {
"title": "Required Columns",
"date": "Date",
"date_examples": "date, fecha, data",
"product": "Product Name",
"product_examples": "product, producto, product_name, name",
"quantity": "Quantity Sold",
"quantity_examples": "quantity, cantidad, quantity_sold, units"
},
"optional_columns": {
"title": "Optional Columns",
"revenue": "Revenue (revenue, ingresos, sales)",
"unit_price": "Unit Price (unit_price, precio, price)",
"category": "Category (category, categoria)",
"sku": "Product SKU",
"location": "Location/Store",
"notes": "Additional notes"
},
"date_formats": {
"title": "Supported Date Formats",
"formats": "YYYY-MM-DD, DD/MM/YYYY, MM/DD/YYYY, DD-MM-YYYY, and more",
"with_time": "Time formats are also supported (e.g., YYYY-MM-DD HH:MM:SS)"
},
"features": {
"title": "Automatic Features",
"multilingual": "Multi-language column detection (Spanish, English, Basque)",
"validation": "Automatic validation with detailed error reporting",
"ai_classification": "AI-powered product classification",
"inventory_suggestions": "Smart inventory suggestions"
},
"download_template": "Download Template",
"show_example": "Show Data Example",
"hide_example": "Hide Example",
"toggle_guide": "Show Full Guide",
"collapse_guide": "Hide Guide"
},
"sample": {
"download": "Download CSV template",
"example": "View data example"