POLAR reference
    Preparing search index...

    Interface LocaleOverride

    Overrides for the built-in translations.

    interface LocaleOverride {
        resources: {
            addressSearch?: {
                aria?: { description?: string };
                defaultLabel?: string;
                groupSelector?: string;
                hint?: {
                    button?: string;
                    clear?: string;
                    error?: string;
                    loading?: string;
                    noResults?: string;
                    tooShort?: string;
                };
                resultCount?: string;
                resultList?: { extend?: string; reduce?: string };
            };
            attributions?: {
                button?: { title_close?: string; title_open?: string };
                sourceCode?: string;
                title?: string;
            };
            core?: {
                canvas?: { label?: string };
                error?: { serviceUnavailable?: string };
                overlay?: {
                    noCommandOnZoom?: string;
                    noControlOnZoom?: string;
                    oneFingerPan?: string;
                };
            };
            export?: {
                button?: {
                    tooltip?: { close?: string; format?: string; open?: string };
                };
                error?: string;
            };
            filter?: {
                category?: { deselectAll?: string };
                time?: {
                    chooseTimeFrame?: string;
                    header?: string;
                    last_one?: string;
                    last_other?: string;
                    last_zero?: string;
                    next_one?: string;
                    next_other?: string;
                    next_zero?: string;
                    noRestriction?: string;
                };
            };
            footer?: {};
            fullscreen?: {
                button?: { label?: string; label_off?: string; label_on?: string };
            };
            geoLocation?: {
                button?: { locationAccessDenied?: string; tooltip?: string };
                markerText?: string;
                toast?: { boundaryError?: string; notInBoundary?: string };
            };
            iconMenu?: {
                hints?: {
                    attributions?: string;
                    draw?: string;
                    filter?: string;
                    gfi?: string;
                    layerChooser?: string;
                    routing?: string;
                };
                mobileCloseButton?: string;
            };
            layerChooser?: {
                backgroundTitle?: string;
                layerHeader?: string;
                layerOptions?: string;
                legend?: { open?: string; title?: string; to?: string };
                maskTitle?: string;
                returnToLayers?: string;
            };
            loadingIndicator?: undefined;
            pins?: { boundaryError?: string; notInBoundary?: string };
            pointerPosition?: {
                contextMenu?: string;
                label?: string;
                projectionSelect?: { label?: string };
                toast?: { error?: string; success?: string };
            };
            reverseGeocoder?: undefined;
            routing?: {
                ariaLive?: string;
                avoid?: { ferries?: string; highways?: string; tollways?: string };
                distance?: string;
                duration?: string;
                label?: {
                    add?: string;
                    aria?: string;
                    avoid?: string;
                    details?: string;
                    end?: string;
                    middle?: string;
                    preference?: string;
                    remove?: string;
                    reset?: string;
                    start?: string;
                    steps?: string;
                    travelMode?: string;
                };
                noFeature?: string;
                preference?: {
                    fastest?: string;
                    recommended?: string;
                    shortest?: string;
                };
                title?: string;
                travelMode?: {
                    bike?: string;
                    car?: string;
                    hgv?: string;
                    walking?: string;
                    wheelchair?: string;
                };
            };
            scale?: { label?: string; scaleSwitcher?: string; to?: string };
            toast?: { dismissButton?: { label?: string } };
            zoom?: { slider?: string; zoomIn?: string; zoomOut?: string };
        };
        type: string;
    }
    Index
    resources: {
        addressSearch?: {
            aria?: { description?: string };
            defaultLabel?: string;
            groupSelector?: string;
            hint?: {
                button?: string;
                clear?: string;
                error?: string;
                loading?: string;
                noResults?: string;
                tooShort?: string;
            };
            resultCount?: string;
            resultList?: { extend?: string; reduce?: string };
        };
        attributions?: {
            button?: { title_close?: string; title_open?: string };
            sourceCode?: string;
            title?: string;
        };
        core?: {
            canvas?: { label?: string };
            error?: { serviceUnavailable?: string };
            overlay?: {
                noCommandOnZoom?: string;
                noControlOnZoom?: string;
                oneFingerPan?: string;
            };
        };
        export?: {
            button?: {
                tooltip?: { close?: string; format?: string; open?: string };
            };
            error?: string;
        };
        filter?: {
            category?: { deselectAll?: string };
            time?: {
                chooseTimeFrame?: string;
                header?: string;
                last_one?: string;
                last_other?: string;
                last_zero?: string;
                next_one?: string;
                next_other?: string;
                next_zero?: string;
                noRestriction?: string;
            };
        };
        footer?: {};
        fullscreen?: {
            button?: { label?: string; label_off?: string; label_on?: string };
        };
        geoLocation?: {
            button?: { locationAccessDenied?: string; tooltip?: string };
            markerText?: string;
            toast?: { boundaryError?: string; notInBoundary?: string };
        };
        iconMenu?: {
            hints?: {
                attributions?: string;
                draw?: string;
                filter?: string;
                gfi?: string;
                layerChooser?: string;
                routing?: string;
            };
            mobileCloseButton?: string;
        };
        layerChooser?: {
            backgroundTitle?: string;
            layerHeader?: string;
            layerOptions?: string;
            legend?: { open?: string; title?: string; to?: string };
            maskTitle?: string;
            returnToLayers?: string;
        };
        loadingIndicator?: undefined;
        pins?: { boundaryError?: string; notInBoundary?: string };
        pointerPosition?: {
            contextMenu?: string;
            label?: string;
            projectionSelect?: { label?: string };
            toast?: { error?: string; success?: string };
        };
        reverseGeocoder?: undefined;
        routing?: {
            ariaLive?: string;
            avoid?: { ferries?: string; highways?: string; tollways?: string };
            distance?: string;
            duration?: string;
            label?: {
                add?: string;
                aria?: string;
                avoid?: string;
                details?: string;
                end?: string;
                middle?: string;
                preference?: string;
                remove?: string;
                reset?: string;
                start?: string;
                steps?: string;
                travelMode?: string;
            };
            noFeature?: string;
            preference?: { fastest?: string; recommended?: string; shortest?: string };
            title?: string;
            travelMode?: {
                bike?: string;
                car?: string;
                hgv?: string;
                walking?: string;
                wheelchair?: string;
            };
        };
        scale?: { label?: string; scaleSwitcher?: string; to?: string };
        toast?: { dismissButton?: { label?: string } };
        zoom?: { slider?: string; zoomIn?: string; zoomOut?: string };
    }

    Locale resources to override in the given language.

    type: string

    Language key as described in the i18next documentation.