Add frontend loading imporvements 2
This commit is contained in:
@@ -1041,10 +1041,14 @@
|
||||
}
|
||||
},
|
||||
"itemTypeSelector": {
|
||||
"searchPlaceholder": "Search by name or category...",
|
||||
"noResults": "No results found",
|
||||
"resultSingular": "result",
|
||||
"resultPlural": "results",
|
||||
"title": "Select Type",
|
||||
"description": "Choose what you want to add",
|
||||
"search": {
|
||||
"placeholder": "Search by name or category...",
|
||||
"noResults": "No results found",
|
||||
"resultSingular": "result",
|
||||
"resultPlural": "results"
|
||||
},
|
||||
"categories": {
|
||||
"all": "All",
|
||||
"daily": "Daily",
|
||||
@@ -1056,6 +1060,63 @@
|
||||
"daily": "Daily",
|
||||
"common": "Common",
|
||||
"setup": "Setup"
|
||||
},
|
||||
"items": {
|
||||
"inventory": {
|
||||
"title": "Inventory",
|
||||
"subtitle": "Add ingredients or products to your inventory",
|
||||
"keywords": ["stock", "ingredients", "products", "warehouse"]
|
||||
},
|
||||
"supplier": {
|
||||
"title": "Supplier",
|
||||
"subtitle": "Add a new supplier or vendor",
|
||||
"keywords": ["vendor", "purchases", "supplies"]
|
||||
},
|
||||
"recipe": {
|
||||
"title": "Recipe",
|
||||
"subtitle": "Create a new recipe or formula",
|
||||
"keywords": ["formula", "preparation", "ingredients"]
|
||||
},
|
||||
"equipment": {
|
||||
"title": "Equipment",
|
||||
"subtitle": "Register bakery equipment or machinery",
|
||||
"keywords": ["oven", "mixer", "equipment", "machine"]
|
||||
},
|
||||
"quality-template": {
|
||||
"title": "Quality Template",
|
||||
"subtitle": "Create a quality control template",
|
||||
"keywords": ["control", "quality", "inspection", "verification"]
|
||||
},
|
||||
"customer-order": {
|
||||
"title": "Customer Order",
|
||||
"subtitle": "Create a new customer order",
|
||||
"keywords": ["order", "customer", "sale"]
|
||||
},
|
||||
"customer": {
|
||||
"title": "Customer",
|
||||
"subtitle": "Add a new customer",
|
||||
"keywords": ["customer", "buyer", "contact"]
|
||||
},
|
||||
"team-member": {
|
||||
"title": "Team Member",
|
||||
"subtitle": "Add a team member or employee",
|
||||
"keywords": ["employee", "worker", "staff"]
|
||||
},
|
||||
"sales-entry": {
|
||||
"title": "Sales Entry",
|
||||
"subtitle": "Record a sales transaction",
|
||||
"keywords": ["sale", "cash", "revenue", "transaction"]
|
||||
},
|
||||
"purchase-order": {
|
||||
"title": "Purchase Order",
|
||||
"subtitle": "Create a purchase order to supplier",
|
||||
"keywords": ["purchase", "order", "supplier"]
|
||||
},
|
||||
"production-batch": {
|
||||
"title": "Production Batch",
|
||||
"subtitle": "Create a new production batch",
|
||||
"keywords": ["production", "batch", "manufacturing"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user