mirror of
https://gitee.com/coder-xiaomo/flashsale
synced 2025-09-13 07:21:38 +08:00
添加Metronic(作为LFS)
This commit is contained in:
49
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ar-AR.js
vendored
Normal file
49
frontend/static/assets/global/plugins/bootstrap-wysihtml5/locales/bootstrap-wysihtml5.ar-AR.js
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/**
|
||||
* Arabic translation for bootstrap-wysihtml5
|
||||
*/
|
||||
(function($){
|
||||
$.fn.wysihtml5.locale["mo-MD"] = {
|
||||
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));
|
Reference in New Issue
Block a user