diff --git a/src/locales/bootstrap-wysihtml5.fa-FA.js b/src/locales/bootstrap-wysihtml5.fa-FA.js new file mode 100644 index 0000000..bc5538d --- /dev/null +++ b/src/locales/bootstrap-wysihtml5.fa-FA.js @@ -0,0 +1,52 @@ +/** + * Persian translation for bootstrap-wysihtml5 + */ +(function($){ + $.fn.wysihtml5.locale["fa-FA"] = { + font_styles: { + normal: "متن ساده", + h1: "تیتر 1", + h2: "تیتر 2", + h3: "تیتر 3", + h4: "تیتر 4", + h5: "تیتر 5", + h6: "تیتر 6", + }, + 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));