feat: add system pages for information, notifications, and settings with corresponding navigation and i18n support
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user