resources.js

12 lines | 186 B Blame History Raw Download
define(
   ({
        map: {
            error: "맵을 생성할 수 없음"
        }, 
        tools: {
        	legend: "범례",
        	 about: "정보"
        }
    })
   
);