{
    "pageTitle": "Template",
    "pageTitleCreate": "Create Template",
    "pageTitleEdit": "Edit Template",
    "headingCreate": "Create response template",
    "headingEdit": "Edit response template",
    "intro": "Templates stay channel-aware, but placeholder validation and preview rendering are shared across email and Telegram.",
    "loading": "Loading template editor...",
    "errorLoad": "The template editor could not be prepared.",
    "errorSave": "Template could not be saved.",
    "errorPreview": "Preview rendering failed.",
    "fields": {
        "name": "Name",
        "slug": "Slug",
        "slugPlaceholder": "lead-received-confirmation-email",
        "channel": "Channel",
        "category": "Category",
        "subject": "Subject",
        "subjectPlaceholder": "Email templates require a subject",
        "subjectHelp": "Subject is required only for email templates.",
        "body": "Body",
        "active": "Template active",
        "activeHelp": "Inactive templates stay in history but are not selected for new communication jobs."
    },
    "placeholders": {
        "heading": "Allowed Placeholders",
        "intro": "Choose the placeholders this template is allowed to use. Use the insert action to append a token into the body.",
        "insert": "Insert token"
    },
    "actions": {
        "saving": "Saving...",
        "create": "Create template",
        "save": "Save changes",
        "previewing": "Rendering preview...",
        "preview": "Preview rendering"
    },
    "preview": {
        "heading": "Rendered Preview",
        "intro": "Uses the backend preview endpoint and category sample data, so what you see here follows the real server-side render rules.",
        "subject": "Subject",
        "body": "Body",
        "noSubject": "No subject available for this channel.",
        "noBody": "No preview rendered yet.",
        "sampleHeading": "Preview Sample Data",
        "sampleIntro": "Sample values are provided by the backend metadata endpoint and vary by category."
    },
    "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"
    }
}
