- Implemented FullPagePageIndex component with mock data for database clusters. - Added pagination and bulk actions for managing database clusters. - Created navigation context hooks for detail, edit, duplicate, and create actions. - Introduced a new store for managing state in full-page and single-page modules. feat: add navigation localization files - Added English and Indonesian localization files for navigation menu items. - Included translations for various modules including CRM, Sales, Supply Chain, and more. feat: create system information shortcuts component - Developed Shortcut component to display keyboard shortcuts with search functionality. - Implemented System component to show placeholder information when system details are unavailable. - Added localization for shortcuts and system information in English and Indonesian. feat: implement global theme store - Created a Zustand store for managing theme color scheme with localStorage persistence. feat: add module page header component - Developed ModulePageHeader component for consistent page header across modules. - Included breadcrumb navigation, title, description, and action buttons. feat: define default privileges for enterprise module - Established default privileges for CRUD operations and other actions in the enterprise module.
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"common": {
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"success": "Success",
|
|
"error": "Error",
|
|
"settings": "Settings",
|
|
"loading": "Loading",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"duplicate": "Duplicate",
|
|
"view": "View",
|
|
"preferences": "Preferences",
|
|
"language": "Language",
|
|
"theme": "Theme",
|
|
"lightMode": "Light",
|
|
"darkMode": "Dark",
|
|
"application": "Application",
|
|
"myProfile": "My Profile",
|
|
"workspace": "Workspace",
|
|
"switchWorkspace": "Switch Workspace",
|
|
"signOut": "Sign Out",
|
|
"english": "English",
|
|
"indonesian": "Indonesia",
|
|
"notificationsTitle": "Notifications",
|
|
"unread": "Unread",
|
|
"all": "All",
|
|
"markAllAsRead": "Mark all as read",
|
|
"viewAll": "View all notifications",
|
|
"emptyState": "No new notifications",
|
|
"justNow": "Just now",
|
|
"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.",
|
|
"expandAll": "Expand all menu",
|
|
"collapseAll": "Collapse all menu",
|
|
"searchMenu": "Search menu",
|
|
"collapse": "Collapse",
|
|
"expandSidebar": "Expand Sidebar",
|
|
"actions": {
|
|
"create": "Create New",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"save": "Save",
|
|
"print": "Print",
|
|
"confirm": "Confirm",
|
|
"cancel": "Cancel",
|
|
"activate": "Activate",
|
|
"deactivate": "Deactivate",
|
|
"duplicate": "Duplicate",
|
|
"back": "Back",
|
|
"reload": "Reload"
|
|
},
|
|
"confirmDialog": {
|
|
"title": "Are you sure?",
|
|
"deleteMessage": "This action cannot be undone.",
|
|
"confirmButton": "Confirm",
|
|
"cancelButton": "Cancel"
|
|
},
|
|
"draft": {
|
|
"recoveryTitle": "Draft Found",
|
|
"recoveryMessage": "You have an unsaved draft from {{date}}. Would you like to continue editing?",
|
|
"continueEditing": "Continue Editing",
|
|
"discardDraft": "Start Fresh"
|
|
},
|
|
"notifications": {
|
|
"saveSuccess": "Data saved successfully",
|
|
"deleteSuccess": "Data deleted successfully",
|
|
"actionSuccess": "{{action}} completed successfully",
|
|
"actionFailed": "Failed to {{action}}: {{message}}"
|
|
},
|
|
"privilege": {
|
|
"error": {
|
|
"accessDeniedTitle": "Access Denied",
|
|
"noCreateAccess": "You do not have the required permission to create data in this module."
|
|
}
|
|
}
|
|
}
|
|
} |