resources.js

12 lines | 190 B Blame History Raw Download
define(
   ({
        map: {
            error: "Não foi possível criar o mapa"
        }, 
        tools: {
        	legend: "Legenda",
        	 about: "Sobre"
        }
    })
   
);