feat(web): add khu-cong-nghiep, chuyen-nhuong, and reports pages
Add three new frontend page sections: - Industrial parks (khu-cong-nghiep): listing, detail, filter bar - Transfer listings (chuyen-nhuong): search, category tabs, detail - AI reports dashboard: list, create, viewer with TOC Includes components, API clients, hooks, server helpers, i18n keys, navigation links in public and dashboard layouts, and lint fixes. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
"search": "Search",
|
||||
"pricing": "Pricing",
|
||||
"projects": "Projects",
|
||||
"industrialParks": "Industrial Parks",
|
||||
"transfer": "Transfer",
|
||||
"mainNav": "Main navigation",
|
||||
"dashboardNav": "Dashboard",
|
||||
"adminNav": "Administration",
|
||||
@@ -40,6 +42,7 @@
|
||||
"inquiries": "Inquiries",
|
||||
"leads": "Leads",
|
||||
"analytics": "Analytics",
|
||||
"reports": "AI Reports",
|
||||
"savedSearches": "Saved searches",
|
||||
"aiValuation": "AI Valuation",
|
||||
"profile": "Profile",
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
"search": "Tìm kiếm",
|
||||
"pricing": "Bảng giá",
|
||||
"projects": "Dự án",
|
||||
"industrialParks": "Khu CN",
|
||||
"transfer": "Chuyển nhượng",
|
||||
"mainNav": "Điều hướng chính",
|
||||
"dashboardNav": "Bảng điều khiển",
|
||||
"adminNav": "Quản trị",
|
||||
@@ -40,6 +42,7 @@
|
||||
"inquiries": "Liên hệ",
|
||||
"leads": "Lead",
|
||||
"analytics": "Phân tích",
|
||||
"reports": "Báo cáo AI",
|
||||
"savedSearches": "Tìm kiếm đã lưu",
|
||||
"aiValuation": "Định giá AI",
|
||||
"profile": "Hồ sơ",
|
||||
|
||||
Reference in New Issue
Block a user