projects/genea/out/js/spectrum-1.8.1/i18n/jquery.spectrum-zh-cn.js
1.
// Spectrum Colorpicker
2.
// Simplified Chinese (zh-cn) localization
3.
// https://github.com/bgrins/spectrum
4.
5.
(function ( $ ) {
6.
7.
var localization = $.spectrum.localization["zh-cn"] = {
8.
cancelText: "取消",
9.
chooseText: "选择",
10.
clearText: "清除",
11.
togglePaletteMoreText: "更多选项",
12.
togglePaletteLessText: "隐藏",
13.
noColorSelectedText: "尚未选择任何颜色"
14.
};
15.
16.
$.extend($.fn.spectrum.defaults, localization);
17.
18.
})( jQuery );
19.