EU Parliament Monitor — API Documentation - v0.8.49
    Preparing search index...

    Localized copy strings for the political-intelligence page

    interface PICopy {
        title: string;
        intro: string;
        heroSubtitle: string;
        home: string;
        breadcrumbCurrent: string;
        breadcrumbLabel: string;
        methodologiesHeading: string;
        methodologiesDescription: string;
        templatesHeading: string;
        templatesDescription: string;
        referenceHeading: string;
        referenceDescription: string;
        statReferenceLabel: string;
        dailyHeading: string;
        dailyDescription: string;
        statMethodologiesLabel: string;
        statTemplatesLabel: string;
        statRunsLabel: string;
        statArtifactsLabel: string;
        viewOnGitHub: string;
        artifactCountLabel: string;
        artifactCountLabelSingular: string;
        runsCountLabel: string;
        runsCountLabelSingular: string;
        artifactsToggleLabel: string;
        artifactsToggleLabelSingular: string;
        sourceInEnglishNote: string;
        seoKeywords: string;
    }
    Index

    Properties

    title: string
    intro: string
    heroSubtitle: string
    home: string
    breadcrumbCurrent: string
    breadcrumbLabel: string
    methodologiesHeading: string
    methodologiesDescription: string
    templatesHeading: string
    templatesDescription: string
    referenceHeading: string
    referenceDescription: string
    statReferenceLabel: string
    dailyHeading: string
    dailyDescription: string
    statMethodologiesLabel: string
    statTemplatesLabel: string
    statRunsLabel: string
    statArtifactsLabel: string
    viewOnGitHub: string
    artifactCountLabel: string

    "{count} artifacts" label for each run (plural, count > 1)

    artifactCountLabelSingular: string

    Singular form used when artifactCount === 1 (e.g. "1 artifact")

    runsCountLabel: string

    "{count} runs" label in the date-group header (plural, count > 1)

    runsCountLabelSingular: string

    Singular form used when runs.length === 1 (e.g. "1 run")

    artifactsToggleLabel: string

    Label for the expandable artifact-file list inside each run (plural, count > 1)

    artifactsToggleLabelSingular: string

    Singular form of the toggle label used when artifactCount === 1

    sourceInEnglishNote: string

    Localized note shown at the top of the methodology/template/reference sections on non-English pages, explaining that the source tradecraft materials themselves are in English. Empty string on English pages.

    seoKeywords: string

    Comma-separated SEO keywords list in the page language. Emitted as <meta name="keywords" content="…">. Each language ships keywords in its own script so search engines index the page under native-language terms (e.g. Japanese 政治インテリジェンス, Arabic الاستخبارات السياسية).