{
  "actions": {
    "create": "Create {entity}",
    "edit": "Edit {entity}",
    "delete": "Delete {entity}",
    "view": "View {entity}",
    "duplicate": "Duplicate",
    "archive": "Archive",
    "restore": "Restore",
    "save": "Save {entity}",
    "update": "Update {entity}"
  },
  "fields": {
    "title": "Title",
    "name": "Name",
    "slug": "Slug",
    "status": "Status",
    "description": "Description",
    "createdAt": "Created",
    "updatedAt": "Updated",
    "id": "ID"
  },
  "messages": {
    "created": "{entity} created successfully",
    "updated": "{entity} updated successfully",
    "deleted": "{entity} deleted successfully",
    "archived": "{entity} archived successfully",
    "restored": "{entity} restored successfully",
    "duplicated": "{entity} duplicated successfully",
    "confirmDelete": "Are you sure you want to delete this {entity}?",
    "confirmArchive": "Are you sure you want to archive this {entity}?",
    "deleteWarning": "This action cannot be undone.",
    "notFound": "{entity} not found",
    "loadError": "Failed to load {entity}"
  },
  "list": {
    "empty": "No {entities} found",
    "emptyFiltered": "No {entities} match your filters",
    "loading": "Loading...",
    "search": "Search...",
    "searchPlaceholder": "Search {entities}...",
    "noResults": "No results found",
    "showing": "Showing {count} of {total} {entities}",
    "selected": "{count} selected"
  },
  "detail": {
    "back": "Back to {entities}",
    "createdAt": "Created {date}",
    "updatedAt": "Updated {date}",
    "idCopied": "ID copied to clipboard"
  }
}
