export default { // Page Title "system.gridNav.page.title": "Homepage Grid Navigation", "system.gridNav.page.description": "Manage homepage grid navigation icons and links", // Fields "system.gridNav.id": "ID", "system.gridNav.title": "Navigation Title", "system.gridNav.title.required": "Navigation title is required", "system.gridNav.image": "Navigation Icon", "system.gridNav.image.required": "Navigation icon is required", "system.gridNav.linkType": "Link Type", "system.gridNav.linkType.required": "Link type is required", "system.gridNav.linkType.link": "Link", "system.gridNav.linkType.category": "Category", "system.gridNav.link": "Redirect Link", "system.gridNav.link.placeholder": "Enter redirect link", "system.gridNav.category": "Target Category", "system.gridNav.category.placeholder": "Select a category", "system.gridNav.status": "Status", "system.gridNav.status.required": "Status is required", "system.gridNav.status.normal": "Active", "system.gridNav.status.disabled": "Disabled", "system.gridNav.sort": "Sort", "system.gridNav.createdAt": "Created At", "system.gridNav.updatedAt": "Updated At", };