104 lines
2.9 KiB
JSON
104 lines
2.9 KiB
JSON
{
|
|
"orders": {
|
|
"title": "Orders",
|
|
"table": {
|
|
"columns": {
|
|
"order_number": "Order No.",
|
|
"customer": "Customer",
|
|
"products": "Products",
|
|
"total": "Total",
|
|
"status": "Status",
|
|
"channel": "Channel",
|
|
"date": "Date",
|
|
"actions": "Actions"
|
|
},
|
|
"filters": {
|
|
"all_status": "All status",
|
|
"all_channels": "All channels",
|
|
"items_per_page": {
|
|
"10": "10 per page",
|
|
"20": "20 per page",
|
|
"50": "50 per page",
|
|
"100": "100 per page"
|
|
}
|
|
},
|
|
"bulk_actions": "Bulk actions",
|
|
"no_orders": "No orders available",
|
|
"loading": "Loading orders...",
|
|
"error": "Error loading orders"
|
|
},
|
|
"status": {
|
|
"pendiente": "Pending",
|
|
"confirmado": "Confirmed",
|
|
"en_preparacion": "In Preparation",
|
|
"listo": "Ready for Delivery",
|
|
"entregado": "Delivered",
|
|
"cancelado": "Cancelled"
|
|
},
|
|
"channels": {
|
|
"store_front": "Store",
|
|
"online": "Online",
|
|
"phone_order": "Phone",
|
|
"delivery": "Delivery",
|
|
"catering": "Catering",
|
|
"wholesale": "Wholesale",
|
|
"farmers_market": "Market",
|
|
"third_party": "Third Party"
|
|
},
|
|
"payment_methods": {
|
|
"cash": "Cash",
|
|
"credit_card": "Credit Card",
|
|
"debit_card": "Debit Card",
|
|
"digital_wallet": "Digital Wallet",
|
|
"bank_transfer": "Bank Transfer",
|
|
"check": "Check",
|
|
"store_credit": "Store Credit"
|
|
},
|
|
"actions": {
|
|
"view": "View",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"print": "Print",
|
|
"duplicate": "Duplicate",
|
|
"cancel": "Cancel",
|
|
"confirm": "Confirm",
|
|
"complete": "Complete"
|
|
}
|
|
},
|
|
"customers": {
|
|
"title": "Customers",
|
|
"name": "Name",
|
|
"phone": "Phone",
|
|
"email": "Email",
|
|
"address": "Address",
|
|
"orders_count": "Orders",
|
|
"total_spent": "Total spent",
|
|
"last_order": "Last order"
|
|
},
|
|
"analytics": {
|
|
"title": "Sales Analytics",
|
|
"revenue": "Revenue",
|
|
"orders": "Orders",
|
|
"avg_order": "Average order",
|
|
"growth": "Growth",
|
|
"trends": "Trends",
|
|
"top_products": "Top products",
|
|
"top_customers": "Top customers"
|
|
},
|
|
"patterns": {
|
|
"title": "Customer Patterns",
|
|
"hourly_traffic": "Hourly Traffic",
|
|
"weekly_traffic": "Weekly Traffic",
|
|
"peak_hours": "Peak Hours",
|
|
"busiest_days": "Busiest Days",
|
|
"hourly_description": "Transaction patterns by hour of day based on sales data",
|
|
"weekly_description": "Distribution of transactions by day of the week",
|
|
"no_hourly_data": "No hourly traffic data for this period",
|
|
"no_weekly_data": "No weekly traffic data for this period",
|
|
"no_peak_hours": "Not enough data to show peak hours",
|
|
"no_busiest_days": "Not enough data to show busiest days",
|
|
"transactions": "transactions",
|
|
"peak_hour_label": "Peak hour",
|
|
"active_day_label": "Active day"
|
|
}
|
|
} |