POLAR reference
    Preparing search index...

    Interface LocaleOverride

    Overrides for the built-in translations.

    interface LocaleOverride {
        resources: {
            core?: {
                canvas?: { label?: string };
                error?: { serviceUnavailable?: string };
                overlay?: {
                    noCommandOnZoom?: string;
                    noControlOnZoom?: string;
                    oneFingerPan?: 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;
                };
                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 };
            reverseGeocoder?: undefined;
            toast?: { dismissButton?: { label?: string } };
        };
        type: string;
    }
    Index

    Properties

    Properties

    resources: {
        core?: {
            canvas?: { label?: string };
            error?: { serviceUnavailable?: string };
            overlay?: {
                noCommandOnZoom?: string;
                noControlOnZoom?: string;
                oneFingerPan?: 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;
            };
            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 };
        reverseGeocoder?: undefined;
        toast?: { dismissButton?: { label?: string } };
    }

    Locale resources to override in the given language.

    type: string

    Language key as described in the i18next documentation.