feat: update home ui

This commit is contained in:
Efril
2026-06-23 21:27:27 +07:00
parent e236d811ce
commit 83f4e065ed
34 changed files with 2128 additions and 1597 deletions
+42 -1
View File
@@ -455,5 +455,46 @@
"operational_expenses": "Operational Expenses",
"@operational_expenses": {},
"total_cost": "Total Cost",
"@total_cost": {}
"@total_cost": {},
"warning_title": "Warnings",
"@warning_title": {},
"warning_desc": "Activities deviating from standards — needs review.",
"@warning_desc": {},
"no_warning": "No warnings",
"@no_warning": {},
"no_warning_desc": "All activities are running normally.",
"@no_warning_desc": {},
"severity_high": "High",
"@severity_high": {},
"severity_medium": "Medium",
"@severity_medium": {},
"compared_to_previous_period": "Compared to previous period",
"@compared_to_previous_period": {},
"summary_today": "Today's Summary",
"@summary_today": {},
"summary_mtd": "MTD Summary",
"@summary_mtd": {},
"total_sales_label": "Total sales",
"@total_sales_label": {},
"total_raw_material": "Total raw material cost",
"@total_raw_material": {},
"net_profit_label": "Net profit",
"@net_profit_label": {},
"items_sold": "Items Sold",
"@items_sold": {},
"low_stock_warning": "Low Stock",
"@low_stock_warning": {},
"active_products": "Active Products",
"@active_products": {},
"today_condition": "Today's Condition",
"@today_condition": {},
"portion_sold": "{count} portions sold",
"@portion_sold": {
"placeholders": {
"count": {
"type": "int",
"example": "48"
}
}
}
}