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