feat: update home ui
This commit is contained in:
+45
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user