Support multiple languages
This commit is contained in:
88
frontend/src/locales/en/sales.json
Normal file
88
frontend/src/locales/en/sales.json
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user