tmcgee/cmv-widgets

View on GitHub
widgets/Mapillary/nls/Mapillary.js

Summary

Maintainability
A
0 mins
Test Coverage
// https://dojotoolkit.org/reference-guide/1.10/dojo/i18n.html
define({
    root: {
        messages: {
            instructions: 'Click the Mapillary button then click the map at your desired location.',
            notAvailable: 'Unfortunately, Mapillary imagery is not yet available at that location.'
        },
        rightClickMenuItem: {
            label: 'Mapillary imagery here'
        }
    },
    'es': true,
    'fr': true,
    'pt-br': true,
    'pt-pt': true
});