Files
xin-procurement/web/locales/en_US/dashboard/analysis.ts
T
2026-08-15 00:58:02 +08:00

58 lines
2.1 KiB
TypeScript

export default {
// Key metric cards
"dashboard.analysis.salesAmount": "Sales",
"dashboard.analysis.orderCount": "Orders",
"dashboard.analysis.purchaseAmount": "Purchases",
"dashboard.analysis.receivable": "Receivable",
"dashboard.analysis.today": "Today",
"dashboard.analysis.thisWeek": "Last 7 days",
"dashboard.analysis.vsLastWeek": "vs last week",
"dashboard.analysis.totalBillAmount": "Total billed",
"dashboard.analysis.receivedAmount": "Received",
// Sales trend
"dashboard.analysis.salesTrend": "Sales Trend (Last 30 Days)",
"dashboard.analysis.amountAxis": "Amount",
"dashboard.analysis.ordersAxis": "Orders",
"dashboard.analysis.emptyTrend": "No orders in the last 30 days",
// Order status
"dashboard.analysis.orderStatusDistribution": "Order Status",
"dashboard.analysis.orderUnit": "",
// Category share
"dashboard.analysis.categorySales": "Sales by Category",
"dashboard.analysis.emptyCategory": "No sales data",
// Top products
"dashboard.analysis.topProducts": "Top 10 Products",
"dashboard.analysis.rank": "Rank",
"dashboard.analysis.productName": "Product",
"dashboard.analysis.quantity": "Qty",
"dashboard.analysis.amount": "Amount",
// Store ranking
"dashboard.analysis.topStores": "Top 10 Stores",
"dashboard.analysis.storeName": "Store",
// Reconciliation & payment
"dashboard.analysis.reconOverview": "Reconciliation & Payment",
"dashboard.analysis.billProgress": "Bill Payment Progress",
"dashboard.analysis.pendingPaymentReview": "Payments to Review",
"dashboard.analysis.pendingPaymentTip": "Payment vouchers submitted by stores, pending review",
"dashboard.analysis.billUnit": "",
// Latest orders
"dashboard.analysis.latestOrders": "Latest Orders",
"dashboard.analysis.orderNo": "Order No.",
"dashboard.analysis.store": "Store",
"dashboard.analysis.orderDate": "Date",
"dashboard.analysis.status": "Status",
// Archives
"dashboard.analysis.archivesStores": "Active Stores",
"dashboard.analysis.archivesProducts": "On-sale Products",
"dashboard.analysis.archivesSuppliers": "Suppliers",
"dashboard.analysis.archivesUsers": "Mini-app Users",
};