/** * Korean translation for bootstrap-wysihtml5 */ (function($){ $.fn.wysihtml5.locale["ko-KR"] = { font_styles: { normal: "ì¼ë°˜", h1: "헤드ë¼ì¸ 1", h2: "헤드ë¼ì¸ 2", h3: "헤드ë¼ì¸ 3" }, emphasis: { bold: "굵게", italic: "기울게", underline: "밑줄" }, lists: { unordered: "기호목ë¡", ordered: "숫ìžëª©ë¡", outdent: "내어쓰기", indent: "들여쓰기" }, link: { insert: "ë§í¬ 삽입", cancel: "취소" }, image: { insert: "ì´ë¯¸ì§€ 삽입", cancel: "취소" }, html: { edit: "HTML 편집" }, colours: { black: "ê²€ì€ìƒ‰", silver: "ì€ìƒ‰", gray: "회색", maroon: "ê³ ë™ìƒ‰", red: "빨간색", purple: "ë³´ë¼ìƒ‰", green: "ì´ˆë¡ìƒ‰", olive: "올리브", navy: "네ì´ë¹„", blue: "파란색", orange: "주황색" } }; }(jQuery));