projects/genea/out/js/spectrum-1.8.1/i18n/jquery.spectrum-fa.js
1.
// Spectrum Colorpicker
2.
// Persian (fa) localization
3.
// https://github.com/bgrins/spectrum
4.
 
5.
(function ( $ ) {
6.
 
7.
    var localization = $.spectrum.localization["fa"] = {
8.
        cancelText: "لغو",
9.
        chooseText: "انتخاب",
10.
        clearText: "تنظیم مجدد رنگ",
11.
        noColorSelectedText: "هیچ رنگی انتخاب نشده است!",
12.
        togglePaletteMoreText: "بیشتر",
13.
        togglePaletteLessText: "کمتر"
14.
    };
15.
 
16.
    $.extend($.fn.spectrum.defaults, localization);
17.
 
18.
})( jQuery );
19.