/** * Chinese translation for bootstrap-wysihtml5 */ (function($){ $.fn.wysihtml5.locale["zh-CN"] = { 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));