resources.js

12 lines | 196 B Blame History Raw Download
define(
   ({
        map: {
            error: "לא ניתן ליצור מפה"
        }, 
        tools: {
        	legend: "מקרא",
        	 about: "אודות"
        }
    })
   
);