{
    "pageTitle": "Response Templates",
    "heading": "Response Templates",
    "intro": "Manage reusable message templates shared by email confirmations and Telegram operational notifications.",
    "create": "Create template",
    "searchLabel": "Search",
    "searchPlaceholder": "Name or slug",
    "channelLabel": "Channel",
    "channelAll": "All channels",
    "categoryLabel": "Category",
    "categoryAll": "All categories",
    "stateLabel": "State",
    "stateAny": "Any",
    "stateActive": "Active",
    "stateInactive": "Inactive",
    "apply": "Apply",
    "loading": "Loading templates...",
    "empty": "No templates match the current filters yet.",
    "errorLoad": "Templates could not be loaded right now.",
    "errorDeactivate": "Template deactivation failed.",
    "columns": {
        "name": "Name",
        "slug": "Slug",
        "channel": "Channel",
        "category": "Category",
        "status": "Status",
        "updated": "Updated",
        "actions": "Actions"
    },
    "statusActive": "Active",
    "statusInactive": "Inactive",
    "edit": "Edit",
    "deactivate": "Deactivate",
    "channels": {
        "email": "Email",
        "telegram": "Telegram",
        "internal": "Internal"
    },
    "categories": {
        "lead_received": "Lead Received",
        "follow_up": "Follow Up",
        "article_published": "Article Published",
        "custom": "Custom",
        "system_alert": "System Alert"
    }
}
