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
+45 -4
View File
@@ -48,11 +48,11 @@
"@reports": {},
"profile": "Profil",
"@profile": {},
"sales_today": "Penjualan hari ini",
"sales_today": "Omset hari ini",
"@sales_today": {},
"order": "Pesanan",
"@order": {},
"sales": "Penjualan",
"sales": "Omset",
"@sales": {},
"finance": "Keuangan",
"@finance": {},
@@ -62,7 +62,7 @@
"@form": {},
"schedule": "Jadwal",
"@schedule": {},
"inventory": "Inventaris",
"inventory": "Stok",
"@inventory": {},
"customer": "Pelanggan",
"@customer": {},
@@ -455,5 +455,46 @@
"operational_expenses": "Biaya Operasional",
"@operational_expenses": {},
"total_cost": "Total Biaya",
"@total_cost": {}
"@total_cost": {},
"warning_title": "Peringatan",
"@warning_title": {},
"warning_desc": "Aktivitas yang menyimpang dari standar — perlu ditinjau.",
"@warning_desc": {},
"no_warning": "Tidak ada peringatan",
"@no_warning": {},
"no_warning_desc": "Semua aktivitas berjalan normal.",
"@no_warning_desc": {},
"severity_high": "Tinggi",
"@severity_high": {},
"severity_medium": "Sedang",
"@severity_medium": {},
"compared_to_previous_period": "Dibanding periode lalu",
"@compared_to_previous_period": {},
"summary_today": "Ringkasan Hari Ini",
"@summary_today": {},
"summary_mtd": "Ringkasan MTD",
"@summary_mtd": {},
"total_sales_label": "Total penjualan",
"@total_sales_label": {},
"total_raw_material": "Total biaya bahan baku",
"@total_raw_material": {},
"net_profit_label": "Laba bersih",
"@net_profit_label": {},
"items_sold": "Item Terjual",
"@items_sold": {},
"low_stock_warning": "Stok Menipis",
"@low_stock_warning": {},
"active_products": "Produk Aktif",
"@active_products": {},
"today_condition": "Kondisi Hari Ini",
"@today_condition": {},
"portion_sold": "{count} porsi terjual",
"@portion_sold": {
"placeholders": {
"count": {
"type": "int",
"example": "48"
}
}
}
}