196 lines
6.1 KiB
JSON
196 lines
6.1 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",
|
|
"searchData": "Search data",
|
|
"searchPlaceholder": "Type to search & press enter...",
|
|
"collapse": "Collapse",
|
|
"expandSidebar": "Expand Sidebar",
|
|
"filterTitle": "Filter {{module}}",
|
|
"tableSettingTitle": "Table Setting {{module}}",
|
|
"actions": {
|
|
"create": "Create New",
|
|
"edit": "Edit",
|
|
"delete": "Delete",
|
|
"save": "Save",
|
|
"save_changes": "Save Changes",
|
|
"print": "Print",
|
|
"confirm": "Confirm",
|
|
"cancel": "Cancel",
|
|
"activate": "Activate",
|
|
"deactivate": "Deactivate",
|
|
"duplicate": "Duplicate",
|
|
"rollback": "Rollback",
|
|
"hold": "Hold",
|
|
"back": "Back",
|
|
"reload": "Reload",
|
|
"filter": "Filter",
|
|
"setting": "Setting",
|
|
"detail": "Detail",
|
|
"view": "View",
|
|
"close": "Close",
|
|
"progress": "Progress",
|
|
"reset": "Reset",
|
|
"undo": "Undo"
|
|
},
|
|
"confirmDialog": {
|
|
"delete": {
|
|
"title": "Delete Item",
|
|
"description": "Are you sure you want to delete this item? This action cannot be undone."
|
|
},
|
|
"activate": {
|
|
"title": "Activate Item",
|
|
"description": "Are you sure you want to activate this item?"
|
|
},
|
|
"deactivate": {
|
|
"title": "Deactivate Item",
|
|
"description": "Are you sure you want to deactivate this item?"
|
|
},
|
|
"confirm": {
|
|
"title": "Confirm Data",
|
|
"description": "Are you sure you want to confirm this data?"
|
|
},
|
|
"cancel": {
|
|
"title": "Cancel Data",
|
|
"description": "Are you sure you want to cancel this data?"
|
|
},
|
|
"rollback": {
|
|
"title": "Rollback Data",
|
|
"description": "Are you sure you want to rollback this data?"
|
|
},
|
|
"hold": {
|
|
"title": "Hold Data",
|
|
"description": "Are you sure you want to hold this data?"
|
|
},
|
|
"save": {
|
|
"title": "Save Data",
|
|
"description": "Are you sure you want to save this data?"
|
|
},
|
|
"leave": {
|
|
"title": "Unsaved Changes",
|
|
"description": "You have unsaved changes. Do you want to save them as a draft before leaving?",
|
|
"descriptionEdit": "You have unsaved changes. Are you sure you want to leave without saving?",
|
|
"saveDraft": "Save to Draft",
|
|
"discard": "Don't Save",
|
|
"discardEdit": "Discard Changes",
|
|
"cancel": "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",
|
|
"autoSaved": "Draft auto-saved",
|
|
"expired": "Previous draft has expired and was discarded"
|
|
},
|
|
"formPage": {
|
|
"createTitle": "Create {{module}}",
|
|
"editTitle": "Edit {{module}}",
|
|
"duplicateTitle": "Duplicate {{module}}",
|
|
"loadingData": "Loading data...",
|
|
"loadError": "Failed to load data",
|
|
"saveError": "Failed to save data",
|
|
"validationError": "Please fix the form errors before saving"
|
|
},
|
|
"bulkAction": {
|
|
"totalData": "Total Data",
|
|
"totalSuccess": "Success",
|
|
"totalFailed": "Failed",
|
|
"messages": "Messages",
|
|
"selectedData": "{{count}} data selected",
|
|
"batchProgress": "Processing batch {{current}} of {{total}}"
|
|
},
|
|
"notifications": {
|
|
"successTitle": "Success",
|
|
"errorTitle": "Error",
|
|
"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."
|
|
}
|
|
},
|
|
"system_menu": {
|
|
"history": "History",
|
|
"bookmark": "Bookmark",
|
|
"notFound": "Menu not found"
|
|
},
|
|
"fields": {
|
|
"id": "ID",
|
|
"code": "Code",
|
|
"name": "Name",
|
|
"description": "Description",
|
|
"number": "Number",
|
|
"status": "Status",
|
|
"type": "Type",
|
|
"category": "Category",
|
|
"action": "Action",
|
|
"createdAt": "Created At",
|
|
"updatedAt": "Updated At",
|
|
"createdBy": "Created By",
|
|
"updatedBy": "Updated By",
|
|
"deletedAt": "Deleted At",
|
|
"date": "Date",
|
|
"amount": "Amount",
|
|
"price": "Price",
|
|
"quantity": "Quantity",
|
|
"total": "Total",
|
|
"balance": "Balance",
|
|
"address": "Address",
|
|
"phone": "Phone Number",
|
|
"email": "Email",
|
|
"user": "User",
|
|
"role": "Role",
|
|
"notes": "Notes",
|
|
"isActive": "Active",
|
|
"isDefault": "Default",
|
|
"isRequired": "Required",
|
|
"startDate": "Start Date",
|
|
"endDate": "End Date",
|
|
"attachment": "Attachment",
|
|
"reference": "Reference"
|
|
}
|
|
}
|
|
} |