feat: add system pages for information, notifications, and settings with corresponding navigation and i18n support

This commit is contained in:
Firman Ramdhani
2026-07-03 16:27:30 +07:00
parent 03fc2d2036
commit c9dbe6c204
8 changed files with 76 additions and 5 deletions
@@ -26,6 +26,12 @@
"viewAll": "View all notifications",
"emptyState": "No new notifications",
"justNow": "Just now",
"hoursAgo": "hours ago"
"hoursAgo": "hours ago",
"configuration": "System Configuration",
"configurationDesc": "Manage your system settings and preferences here.",
"systemInformation": "System Information",
"systemInformationDesc": "View details about the system version and status.",
"systemNotifications": "All Notifications",
"systemNotificationsDesc": "View and manage all system notifications."
}
}
@@ -26,6 +26,12 @@
"viewAll": "Lihat semua notifikasi",
"emptyState": "Tidak ada notifikasi baru",
"justNow": "Baru saja",
"hoursAgo": "jam lalu"
"hoursAgo": "jam lalu",
"configuration": "Konfigurasi Sistem",
"configurationDesc": "Kelola pengaturan dan preferensi sistem Anda di sini.",
"systemInformation": "Informasi Sistem",
"systemInformationDesc": "Lihat detail tentang versi dan status sistem.",
"systemNotifications": "Semua Notifikasi",
"systemNotificationsDesc": "Lihat dan kelola semua notifikasi sistem."
}
}