@vtx/modals2 5.0.12 → 5.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/lib/_components/vm-card-statistics/index.less +27 -27
  2. package/lib/_components/vm-extra-tab/index.js +8 -0
  3. package/lib/_components/vm-extra-tab/style/index.less +1 -0
  4. package/lib/_components/vm-factor-list/index.less +11 -11
  5. package/lib/_components/vm-table/index.js +4 -4
  6. package/lib/_util/http.js +6 -0
  7. package/lib/index.js +2 -1
  8. package/lib/vtx-base-modal/Header/index.less +98 -98
  9. package/lib/vtx-base-modal/Tabs/index.less +31 -31
  10. package/lib/vtx-car-modal/components/Info/index.less +6 -6
  11. package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -6
  12. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -6
  13. package/lib/vtx-cc-unit-modal/components/BaseInfo/index.less +6 -6
  14. package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +5 -5
  15. package/lib/vtx-cp-modal/components/SyInfo/index.js +3 -0
  16. package/lib/vtx-device-modal/components/DataAnalysis/index.less +66 -66
  17. package/lib/vtx-restaurant-modal/components/Basic/index.less +16 -16
  18. package/lib/vtx-restaurant-modal/config.js +52 -52
  19. package/lib/vtx-road-modal/components/BaseInfo/index.less +34 -31
  20. package/lib/vtx-road-modal/components/Statistical/index.less +32 -32
  21. package/lib/vtx-wr-modal/components/Base/Ptss.js +0 -6
  22. package/lib/vtx-wr-modal/components/Base/Sjjg.js +2 -5
  23. package/lib/vtx-wr-modal/components/Base/index.less +5 -10
  24. package/lib/vtx-wr-modal/components/Build/index.js +3 -2
  25. package/lib/vtx-wr-modal/components/Score/index.js +4 -4
  26. package/lib/vtx-wr-modal/index.js +15 -2
  27. package/lib/vtx-zf-modal/components/Base/index.js +244 -0
  28. package/lib/vtx-zf-modal/components/Base/index.less +105 -0
  29. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/ckeditor.d.ts +109 -0
  30. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/ckeditor.js +5 -0
  31. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/ckeditor.js.map +1 -0
  32. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/af.js +33 -0
  33. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ar.js +222 -0
  34. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ast.js +109 -0
  35. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/az.js +221 -0
  36. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/bg.js +222 -0
  37. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/bn.js +222 -0
  38. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/bs.js +80 -0
  39. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ca.js +222 -0
  40. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/cs.js +222 -0
  41. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/da.js +222 -0
  42. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/de-ch.js +220 -0
  43. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/de.js +222 -0
  44. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/el.js +222 -0
  45. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/en-au.js +222 -0
  46. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/en-gb.js +215 -0
  47. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/en.js +92 -0
  48. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/eo.js +120 -0
  49. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/es-co.js +36 -0
  50. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/es.js +222 -0
  51. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/et.js +222 -0
  52. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/eu.js +121 -0
  53. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/fa.js +222 -0
  54. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/fi.js +222 -0
  55. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/fr.js +222 -0
  56. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/gl.js +222 -0
  57. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/gu.js +22 -0
  58. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/he.js +222 -0
  59. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/hi.js +222 -0
  60. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/hr.js +222 -0
  61. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/hu.js +222 -0
  62. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/id.js +222 -0
  63. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/it.js +222 -0
  64. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ja.js +222 -0
  65. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/jv.js +106 -0
  66. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/kk.js +13 -0
  67. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/km.js +127 -0
  68. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/kn.js +121 -0
  69. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ko.js +222 -0
  70. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ku.js +219 -0
  71. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/lt.js +222 -0
  72. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/lv.js +222 -0
  73. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ms.js +222 -0
  74. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/nb.js +199 -0
  75. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ne.js +215 -0
  76. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/nl.js +222 -0
  77. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/no.js +222 -0
  78. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/oc.js +21 -0
  79. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/pl.js +222 -0
  80. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/pt-br.js +222 -0
  81. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/pt.js +222 -0
  82. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ro.js +222 -0
  83. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ru.js +222 -0
  84. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/si.js +76 -0
  85. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sk.js +222 -0
  86. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sl.js +78 -0
  87. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sq.js +208 -0
  88. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sr-latn.js +222 -0
  89. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sr.js +222 -0
  90. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/sv.js +222 -0
  91. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/th.js +222 -0
  92. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/tk.js +220 -0
  93. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/tr.js +222 -0
  94. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/tt.js +170 -0
  95. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ug.js +205 -0
  96. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/uk.js +222 -0
  97. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/ur.js +222 -0
  98. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/uz.js +220 -0
  99. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/vi.js +222 -0
  100. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/zh-cn.js +222 -0
  101. package/lib/vtx-zf-modal/components/CkEditorCustom/ckeditor/translations/zh.js +222 -0
  102. package/lib/vtx-zf-modal/components/CkEditorCustom/context/Event.js +42 -0
  103. package/lib/vtx-zf-modal/components/CkEditorCustom/context/context.js +98 -0
  104. package/lib/vtx-zf-modal/components/CkEditorCustom/context/index.js +3 -0
  105. package/lib/vtx-zf-modal/components/CkEditorCustom/context/useContextComponent.js +16 -0
  106. package/lib/vtx-zf-modal/components/CkEditorCustom/index.js +294 -0
  107. package/lib/vtx-zf-modal/components/CkEditorCustom/index.less +133 -0
  108. package/lib/vtx-zf-modal/components/CkEditorCustom/utils/util.js +67 -0
  109. package/lib/vtx-zf-modal/components/CkEditorCustom/view.js +216 -0
  110. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/CKModal.js +77 -0
  111. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/OpenPanelCommand.js +31 -0
  112. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/config.js +146 -0
  113. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/FormView.js +92 -0
  114. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/index.js +341 -0
  115. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/editableDiv/index.less +1 -0
  116. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/FormView.js +94 -0
  117. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/date.js +334 -0
  118. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/index.js +330 -0
  119. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/input/index.less +36 -0
  120. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/FormView.js +93 -0
  121. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/checkbox.js +335 -0
  122. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/index.js +335 -0
  123. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/radio/index.less +35 -0
  124. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/FormView.js +94 -0
  125. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/index.js +338 -0
  126. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/sign/index.less +1 -0
  127. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/style.less +92 -0
  128. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/FormView.js +94 -0
  129. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/index.js +328 -0
  130. package/lib/vtx-zf-modal/components/CkEditorCustom/widgets/textarea/index.less +1 -0
  131. package/lib/vtx-zf-modal/components/Document/index.js +84 -0
  132. package/lib/vtx-zf-modal/components/Document/index.less +47 -0
  133. package/lib/vtx-zf-modal/components/File/index.js +192 -0
  134. package/lib/vtx-zf-modal/components/File/index.less +43 -0
  135. package/lib/vtx-zf-modal/components/Process/index.js +196 -0
  136. package/lib/vtx-zf-modal/components/Process/index.less +107 -0
  137. package/lib/vtx-zf-modal/components/Record/index.js +108 -0
  138. package/lib/vtx-zf-modal/components/Record/index.less +34 -0
  139. package/lib/vtx-zf-modal/components/Right/index.js +45 -0
  140. package/lib/vtx-zf-modal/components/index.js +6 -0
  141. package/lib/vtx-zf-modal/index.js +125 -0
  142. package/lib/vtx-zf-modal/style/index.js +7 -0
  143. package/lib/vtx-zf-modal/style/index.less +1 -0
  144. package/package.json +2 -1
@@ -0,0 +1,33 @@
1
+ !function (e) {
2
+ var n = e.af = e.af || {};
3
+ n.dictionary = Object.assign(n.dictionary || {}, {
4
+ "%0 of %1": "%0 van %1",
5
+ "Align center": "Belyn in die middel",
6
+ "Align left": "Belyn links",
7
+ "Align right": "Belyn regs",
8
+ "Block quote": "Verwysingsaanhaling",
9
+ Bold: "Vet",
10
+ Cancel: "Kanselleer",
11
+ "Cannot upload file:": "Lêer nie opgelaai nie:",
12
+ Code: "Bronkode",
13
+ "Could not insert image at the current position.": "Beeld kan nie in die posisie toegevoeg word nie.",
14
+ "Could not obtain resized image URL.": "Kon nie die beeld URL vir die aanpassing kry nie.",
15
+ "Insert image or file": "Voeg beeld of lêer in",
16
+ "Inserting image failed": "Beeld kan nie toegevoeg word nie",
17
+ Italic: "Kursief",
18
+ Justify: "Belyn beide kante",
19
+ "Remove color": "Verwyder kleur",
20
+ "Restore default": "Herstel verstek",
21
+ Save: "Stoor",
22
+ "Selecting resized image failed": "Kon nie die beeld se grootte verander nie",
23
+ "Show more items": "Wys meer items",
24
+ Strikethrough: "Deurstreep",
25
+ Subscript: "Onderskrif",
26
+ Superscript: "Boskrif",
27
+ "Text alignment": "Teksbelyning",
28
+ "Text alignment toolbar": "Teksbelyning nutsbank",
29
+ Underline: "Onderstreep"
30
+ }), n.getPluralForm = function (e) {
31
+ return 1 != e;
32
+ };
33
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var t = e.ar = e.ar || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %1": "%0 من %1",
5
+ "Align cell text to the bottom": "قم بمحاذاة نص الخلية للاسفل",
6
+ "Align cell text to the center": "قم بمحاذاة نص الخلية إلى المركز",
7
+ "Align cell text to the left": "قم بمحاذاة نص الخلية إلى اليسار",
8
+ "Align cell text to the middle": "قم بمحاذاة نص الخلية إلى المنتصف",
9
+ "Align cell text to the right": "قم بمحاذاة نص الخلية إلى اليمين",
10
+ "Align cell text to the top": "قم بمحاذاة نص الخلية إلى الأعلى",
11
+ "Align center": "محاذاة في المنتصف",
12
+ "Align left": "محاذاة لليسار",
13
+ "Align right": "محاذاة لليمين",
14
+ "Align table to the left": "قم بمحاذاة الجدول إلى اليسار",
15
+ "Align table to the right": "قم بمحاذاة الجدول إلى اليمين",
16
+ Alignment: "المحاذاة",
17
+ Aquamarine: "أخضر زبرجد",
18
+ Background: "الخلفية",
19
+ Big: "كبير",
20
+ Black: "أسود",
21
+ "Block quote": "اقتباس",
22
+ Blue: "أزرق",
23
+ Bold: "عريض",
24
+ Border: "الحدود",
25
+ "Break text": "اعتراض النص",
26
+ "Bulleted List": "قائمة نقطية",
27
+ "Bulleted list styles toolbar": "شريط أدوات أنماط قوائم التعداد النقطي",
28
+ Cancel: "إلغاء",
29
+ "Cannot determine a category for the uploaded file.": "تعذر تحديد فئة الملف الذي تم رفعه",
30
+ "Cannot upload file:": "لا يمكن رفع الملف:",
31
+ "Caption for image: %0": "التسمية التوضيحية للصورة: %0",
32
+ "Caption for the image": "التسمية التوضيحية للصورة",
33
+ "Cell properties": "خصائص الخلية",
34
+ "Center table": "قم بمحاذاة الجدول إلى المنتصف",
35
+ "Centered image": "صورة بالوسط",
36
+ "Change image text alternative": "غير النص البديل للصورة",
37
+ "Choose heading": "اختر عنوان",
38
+ Circle: "دائرة",
39
+ Code: "شفرة برمجية",
40
+ Color: "اللون",
41
+ "Color picker": "أداة انتقاء الألوان",
42
+ Column: "عمود",
43
+ "Could not insert image at the current position.": "تعذر إدراج الصورة في الموضع الحالي.",
44
+ "Could not obtain resized image URL.": "تعذر الحصول على عنوان URL الخاص بالصورة التي غُيّرَ حجمُها",
45
+ Dashed: "متقطع",
46
+ Decimal: "رقم عشري",
47
+ "Decimal with leading zero": "رقم عشري مع البدء بصفر ",
48
+ "Decrease indent": "تقليص المسافة البادئة",
49
+ Default: "افتراضي",
50
+ "Delete column": "حذف العمود",
51
+ "Delete row": "حذف الصف",
52
+ "Dim grey": "رمادي خافت",
53
+ Dimensions: "الابعاد",
54
+ Disc: "قرص",
55
+ "Document colors": "ألوان المستند",
56
+ Dotted: "منقط",
57
+ Double: "مزدوج",
58
+ Downloadable: "يمكن تنزيله",
59
+ "Dropdown toolbar": "شريط أدوات القائمة المنسدلة",
60
+ "Edit block": "كتلة التحرير",
61
+ "Edit link": "تحرير الرابط",
62
+ "Editor block content toolbar": "شريط المحرر لأدوات كتلة المحتوى",
63
+ "Editor contextual toolbar": "شريط المحرر للأدوات السياقية",
64
+ "Editor editing area: %0": "منطقة تحرير المحرر: %0",
65
+ "Editor toolbar": "شريط أدوات المحرر",
66
+ "Enter image caption": "ادخل عنوان الصورة",
67
+ "Enter table caption": "أدخل التسمية التوضيحية للجدول",
68
+ "Font Background Color": "لون خلفية الخط",
69
+ "Font Color": "لون الخط",
70
+ "Font Family": "نوع الخط",
71
+ "Font Size": "حجم الخط",
72
+ "Full size image": "صورة بحجم كامل",
73
+ Green: "أخضر",
74
+ Grey: "رمادي",
75
+ Groove: "إطار محفور",
76
+ "Header column": "عمود عنوان",
77
+ "Header row": "صف عنوان",
78
+ Heading: "عنوان",
79
+ "Heading 1": "عنوان 1",
80
+ "Heading 2": "عنوان 2",
81
+ "Heading 3": "عنوان 3",
82
+ "Heading 4": "عنوان 4",
83
+ "Heading 5": "عنوان 5",
84
+ "Heading 6": "عنوان 6",
85
+ Height: "الارتفاع",
86
+ "Horizontal text alignment toolbar": "شريط أدوات محاذاة النص الأفقي",
87
+ Huge: "ضخم",
88
+ "Image resize list": "قائمة تغيير حجم الصورة",
89
+ "Image toolbar": "شريط أدوات الصور",
90
+ "image widget": "عنصر الصورة",
91
+ "In line": "سطري مع النص",
92
+ "Increase indent": "زيادة المسافة البادئة",
93
+ Insert: "إدراج",
94
+ "Insert column left": "أدخل العمود إلى اليسار",
95
+ "Insert column right": "أدخل العمود إلى اليمين",
96
+ "Insert image": "ادراج صورة",
97
+ "Insert image or file": "إدراج صورة أو ملف",
98
+ "Insert image via URL": "إدراج صورة عبر عنوان URL",
99
+ "Insert media": "أدخل الوسائط",
100
+ "Insert paragraph after block": "إدراج فقرة بعد الكتلة",
101
+ "Insert paragraph before block": "إدراج فقرة قبل الكتلة",
102
+ "Insert row above": "ادراج صف قبل",
103
+ "Insert row below": "ادراج صف بعد",
104
+ "Insert table": "إدراج جدول",
105
+ "Inserting image failed": "فشلت عملية إدراج الصورة",
106
+ Inset: "منخفض",
107
+ Italic: "مائل",
108
+ Justify: "ضبط",
109
+ "Justify cell text": "ضبط نص الخلية",
110
+ "Left aligned image": "صورة بمحاذاة لليسار",
111
+ "Light blue": "أزرق فاتح",
112
+ "Light green": "أخضر فاتح",
113
+ "Light grey": "رمادي فاتح",
114
+ Link: "رابط",
115
+ "Link image": "ربط الصورة",
116
+ "Link URL": "رابط عنوان",
117
+ "List properties": "خصائص القائمة",
118
+ "Lower-latin": "حرف لاتيني صغير",
119
+ "Lower–roman": "رقم روماني صغير",
120
+ "Media toolbar": "شريط أدوات الوسائط",
121
+ "Media URL": "عنوان URL الوسائط",
122
+ "media widget": "أداة الوسائط",
123
+ "Merge cell down": "دمج الخلايا للأسفل",
124
+ "Merge cell left": "دمج الخلايا لليسار",
125
+ "Merge cell right": "دمج الخلايا لليمين",
126
+ "Merge cell up": "دمج الخلايا للأعلى",
127
+ "Merge cells": "دمج الخلايا",
128
+ Next: "التالي",
129
+ None: "لا شيء",
130
+ "Numbered List": "قائمة رقمية",
131
+ "Numbered list styles toolbar": "شريط أدوات أنماط القوائم المرقمة",
132
+ "Open file manager": "فتح مدير الملفات",
133
+ "Open in a new tab": "فتح في تبويب جديد",
134
+ "Open link in new tab": "فتح الرابط في تبويب جديد",
135
+ "Open media in new tab": "فتح الوسائط في علامة تبويب جديدة",
136
+ Orange: "برتقالي",
137
+ Original: "الحجم الأصلي",
138
+ Outset: "بارز",
139
+ Padding: "الحاشية",
140
+ Paragraph: "فقرة",
141
+ "Paste the media URL in the input.": "ألصق عنوان URL الوسائط في موضع الإدخال.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "اضغط على Enter للكتابة بعد ذلك أو اضغط على Shift + Enter للكتابة قبل الأداة",
143
+ Previous: "السابق",
144
+ Purple: "أرجواني",
145
+ Red: "أحمر",
146
+ Redo: "إعادة",
147
+ "Remove color": "إزالة اللون",
148
+ "Resize image": "تغيير حجم الصورة",
149
+ "Resize image to %0": "تغيير حجم الصورة إلى %0",
150
+ "Resize image to the original size": "تغيير حجم الصورة إلى الحجم الأصلي",
151
+ "Restore default": "استعادة الافتراضي",
152
+ "Reversed order": "عكس اتجاه الترتيب",
153
+ "Rich Text Editor": "معالج نصوص",
154
+ Ridge: "إطار ناتئ",
155
+ "Right aligned image": "صورة بمحاذاة لليمين",
156
+ Row: "صف",
157
+ Save: "حفظ",
158
+ "Select all": "تحديد الكل",
159
+ "Select column": "حدد العمود",
160
+ "Select row": "حدد صفًا",
161
+ "Selecting resized image failed": "فشلت عملية تحديد الصورة التي غُيّرَ حجمها",
162
+ "Show more items": "عرض المزيد من العناصر",
163
+ "Side image": "صورة جانبية",
164
+ Small: "صغير",
165
+ Solid: "صلب",
166
+ "Split cell horizontally": "فصل الخلايا بشكل افقي",
167
+ "Split cell vertically": "فصل الخلايا بشكل عمودي",
168
+ Square: "مربع",
169
+ "Start at": "البدء من",
170
+ "Start index must be greater than 0.": "يجب أن تكون قيمة البداية في الفهرس أكبر من 0.",
171
+ Strikethrough: "يتوسطه خط",
172
+ Style: "أسلوب",
173
+ Subscript: "حرف منخفض",
174
+ Superscript: "حرف مرتفع",
175
+ "Table alignment toolbar": "شريط أدوات محاذاة الجدول",
176
+ "Table cell text alignment": "محاذاة نص خلية الجدول",
177
+ "Table properties": "خصائص الجدول",
178
+ "Table toolbar": "شريط أدوات الجدول",
179
+ "Text alignment": "محاذاة النص",
180
+ "Text alignment toolbar": "شريط أدوات محاذاة النص",
181
+ "Text alternative": "النص البديل",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'هذا اللون غير صالح. جرِّب "#FF0000" أو "rgb(255,0,0)" أو "أحمر".',
183
+ "The URL must not be empty.": "لا يمكن ترك بيان عنوان URL فارغاً.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'هذه القيمة غير صالحة. جرِّب "10px" أو "2em" أو "2" وحسب.',
185
+ "This link has no URL": "لا يحتوي هذا الرابط على عنوان",
186
+ "This media URL is not supported.": "عنوان URL الوسائط هذا غير مدعوم.",
187
+ Tiny: "ضئيل",
188
+ "Tip: Paste the URL into the content to embed faster.": "نصيحة: ألصق عنوان URL داخل المحتوى؛ لتسريع عملية التضمين.",
189
+ "To-do List": "قائمة المهام",
190
+ "Toggle caption off": "إخفاء التسمية التوضيحية",
191
+ "Toggle caption on": "عرض التسمية التوضيحية",
192
+ "Toggle the circle list style": "تبديل نمط قائمة الدوائر",
193
+ "Toggle the decimal list style": "تبديل نمط قائمة الأرقام العشرية",
194
+ "Toggle the decimal with leading zero list style": "تبديل الأرقام العشرية بنمط قائمة الأصفار البادئة",
195
+ "Toggle the disc list style": "تبديل نمط قائمة الأقراص",
196
+ "Toggle the lower–latin list style": "تبديل نمط قائمة الأحرف اللاتينية الصغيرة",
197
+ "Toggle the lower–roman list style": "تبديل نمط قائمة الأرقام الرومانية الصغيرة",
198
+ "Toggle the square list style": "تبديل نمط قائمة المربعات",
199
+ "Toggle the upper–latin list style": "تبديل نمط قائمة الأحرف اللاتينية الكبيرة",
200
+ "Toggle the upper–roman list style": "تبديل نمط قائمة الأرقام الرومانية الكبيرة",
201
+ Turquoise: "فيروزي",
202
+ "Type or paste your content here.": "أكتب المحتوى أو ألصقه هنا.",
203
+ "Type your title": "أدخل العنوان",
204
+ Underline: "تحته خط",
205
+ Undo: "تراجع",
206
+ Unlink: "إلغاء الرابط",
207
+ Update: "تحديث",
208
+ "Update image URL": "عنوان URL الخاص بتحديث الصورة",
209
+ "Upload failed": "فشل الرفع",
210
+ "Upload in progress": "جاري الرفع",
211
+ "Upper-latin": "حرف لاتيني كبير",
212
+ "Upper-roman": "رقم روماني كبير",
213
+ "Vertical text alignment toolbar": "شريط أدوات محاذاة النص العمودي",
214
+ White: "أبيض",
215
+ "Widget toolbar": "شريط أدوات الواجهة",
216
+ Width: "العرض",
217
+ "Wrap text": "التفاف النص",
218
+ Yellow: "أصفر"
219
+ }), t.getPluralForm = function (e) {
220
+ return 0 == e ? 0 : 1 == e ? 1 : 2 == e ? 2 : e % 100 >= 3 && e % 100 <= 10 ? 3 : e % 100 >= 11 && e % 100 <= 99 ? 4 : 5;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,109 @@
1
+ !function (e) {
2
+ var t = e.ast = e.ast || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %1": "",
5
+ Aquamarine: "",
6
+ Black: "",
7
+ Blue: "",
8
+ Bold: "Negrina",
9
+ "Break text": "",
10
+ "Bulleted List": "Llista con viñetes",
11
+ "Bulleted list styles toolbar": "",
12
+ Cancel: "Encaboxar",
13
+ "Cannot upload file:": "",
14
+ "Caption for image: %0": "",
15
+ "Caption for the image": "",
16
+ "Centered image": "",
17
+ "Change image text alternative": "",
18
+ Circle: "",
19
+ Code: "",
20
+ Decimal: "",
21
+ "Decimal with leading zero": "",
22
+ "Dim grey": "",
23
+ Disc: "",
24
+ Downloadable: "",
25
+ "Dropdown toolbar": "",
26
+ "Edit block": "",
27
+ "Edit link": "",
28
+ "Editor block content toolbar": "",
29
+ "Editor contextual toolbar": "",
30
+ "Editor editing area: %0": "",
31
+ "Editor toolbar": "",
32
+ "Enter image caption": "",
33
+ "Full size image": "Imaxen a tamañu completu",
34
+ Green: "",
35
+ Grey: "",
36
+ "Image resize list": "",
37
+ "Image toolbar": "",
38
+ "image widget": "complementu d'imaxen",
39
+ "In line": "",
40
+ Insert: "",
41
+ "Insert image": "",
42
+ "Insert image via URL": "",
43
+ Italic: "Cursiva",
44
+ "Left aligned image": "",
45
+ "Light blue": "",
46
+ "Light green": "",
47
+ "Light grey": "",
48
+ Link: "Enllazar",
49
+ "Link image": "",
50
+ "Link URL": "URL del enllaz",
51
+ "List properties": "",
52
+ "Lower-latin": "",
53
+ "Lower–roman": "",
54
+ Next: "",
55
+ "Numbered List": "Llista numberada",
56
+ "Numbered list styles toolbar": "",
57
+ "Open in a new tab": "",
58
+ "Open link in new tab": "",
59
+ Orange: "",
60
+ Original: "",
61
+ Previous: "",
62
+ Purple: "",
63
+ Red: "",
64
+ Redo: "Refacer",
65
+ "Remove color": "",
66
+ "Resize image": "",
67
+ "Resize image to %0": "",
68
+ "Resize image to the original size": "",
69
+ "Restore default": "",
70
+ "Reversed order": "",
71
+ "Rich Text Editor": "Editor de testu arriquecíu",
72
+ "Right aligned image": "",
73
+ Save: "Guardar",
74
+ "Show more items": "",
75
+ "Side image": "Imaxen llateral",
76
+ Square: "",
77
+ "Start at": "",
78
+ "Start index must be greater than 0.": "",
79
+ Strikethrough: "",
80
+ Subscript: "",
81
+ Superscript: "",
82
+ "Text alternative": "",
83
+ "This link has no URL": "",
84
+ "To-do List": "",
85
+ "Toggle the circle list style": "",
86
+ "Toggle the decimal list style": "",
87
+ "Toggle the decimal with leading zero list style": "",
88
+ "Toggle the disc list style": "",
89
+ "Toggle the lower–latin list style": "",
90
+ "Toggle the lower–roman list style": "",
91
+ "Toggle the square list style": "",
92
+ "Toggle the upper–latin list style": "",
93
+ "Toggle the upper–roman list style": "",
94
+ Turquoise: "",
95
+ Underline: "",
96
+ Undo: "Desfacer",
97
+ Unlink: "Desenllazar",
98
+ Update: "",
99
+ "Update image URL": "",
100
+ "Upload failed": "",
101
+ "Upper-latin": "",
102
+ "Upper-roman": "",
103
+ White: "",
104
+ "Wrap text": "",
105
+ Yellow: ""
106
+ }), t.getPluralForm = function (e) {
107
+ return 1 != e;
108
+ };
109
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,221 @@
1
+ !function (e) {
2
+ var i = e.az = e.az || {};
3
+ i.dictionary = Object.assign(i.dictionary || {}, {
4
+ "%0 of %1": "%1-dən %0",
5
+ "Align cell text to the bottom": "",
6
+ "Align cell text to the center": "",
7
+ "Align cell text to the left": "",
8
+ "Align cell text to the middle": "",
9
+ "Align cell text to the right": "",
10
+ "Align cell text to the top": "",
11
+ "Align center": "Mərkəzə düzləndir",
12
+ "Align left": "Soldan düzləndir",
13
+ "Align right": "Sağdan düzləndir",
14
+ "Align table to the left": "",
15
+ "Align table to the right": "",
16
+ Alignment: "",
17
+ Aquamarine: "Akvamarin",
18
+ Background: "Fon",
19
+ Big: "Böyük",
20
+ Black: "Qara",
21
+ "Block quote": "Sitat bloku",
22
+ Blue: "Mavi",
23
+ Bold: "Yarıqalın",
24
+ Border: "Sərhəd",
25
+ "Break text": "",
26
+ "Bulleted List": "Markerlənmiş siyahı",
27
+ "Bulleted list styles toolbar": "",
28
+ Cancel: "İmtina et",
29
+ "Cannot determine a category for the uploaded file.": "Yüklənmiş fayl üçün kateqoriya müəyyən olunmadı.",
30
+ "Cannot upload file:": "Fayl yüklənə bilmir",
31
+ "Caption for image: %0": "",
32
+ "Caption for the image": "",
33
+ "Cell properties": "",
34
+ "Center table": "",
35
+ "Centered image": "Mərkəzə düzləndir",
36
+ "Change image text alternative": "Alternativ mətni redaktə et",
37
+ "Choose heading": "Başlıqı seç",
38
+ Circle: "",
39
+ Code: "Kod",
40
+ Color: "Rəng",
41
+ "Color picker": "",
42
+ Column: "Sütun",
43
+ "Could not insert image at the current position.": "Şəkili əlavə etmək mümkün deyil",
44
+ "Could not obtain resized image URL.": "Ölçüsü dəyişmiş təsvirin URL-ni əldə etmək mümkün olmadı",
45
+ Dashed: "",
46
+ Decimal: "",
47
+ "Decimal with leading zero": "",
48
+ "Decrease indent": "Boş yeri kiçilt",
49
+ Default: "Default",
50
+ "Delete column": "Sütunları sil",
51
+ "Delete row": "Sətirləri sil",
52
+ "Dim grey": "Tünd boz",
53
+ Dimensions: "Ölçülər",
54
+ Disc: "",
55
+ "Document colors": "Rənglər",
56
+ Dotted: "",
57
+ Double: "",
58
+ Downloadable: "Yüklənə bilər",
59
+ "Dropdown toolbar": "Açılan paneli",
60
+ "Edit block": "Redaktə etmək bloku",
61
+ "Edit link": "Linki redaktə et",
62
+ "Editor block content toolbar": "",
63
+ "Editor contextual toolbar": "",
64
+ "Editor editing area: %0": "",
65
+ "Editor toolbar": "Redaktorun paneli",
66
+ "Enter image caption": "Şəkil başlığı daxil edin",
67
+ "Enter table caption": "",
68
+ "Font Background Color": "Şrift Fonunun Rəngi",
69
+ "Font Color": "Şrift Rəngi",
70
+ "Font Family": "Şrift ailəsi",
71
+ "Font Size": "Şrift ölçüsü",
72
+ "Full size image": "Tam ölçülü şəkili",
73
+ Green: "Yaşıl",
74
+ Grey: "Boz",
75
+ Groove: "",
76
+ "Header column": "Başlıqlı sütun",
77
+ "Header row": "Başlıqlı sətir",
78
+ Heading: "Başlıq",
79
+ "Heading 1": "Başlıq 1",
80
+ "Heading 2": "Başlıq 2",
81
+ "Heading 3": "Başlıq 3",
82
+ "Heading 4": "Başlıq 4",
83
+ "Heading 5": "Başlıq 5",
84
+ "Heading 6": "Başlıq 6",
85
+ Height: "Hündürlük",
86
+ "Horizontal text alignment toolbar": "",
87
+ Huge: "Nəhəng",
88
+ "Image resize list": "",
89
+ "Image toolbar": "Şəkil paneli",
90
+ "image widget": "Şəkil vidgetı",
91
+ "In line": "",
92
+ "Increase indent": "Boş yeri böyüt",
93
+ Insert: "",
94
+ "Insert column left": "Sola sütun əlavə et",
95
+ "Insert column right": "Sağa sütun əlavə et",
96
+ "Insert image": "Şəkili əlavə et",
97
+ "Insert image or file": "Şəkil və ya fayl əlavə ed",
98
+ "Insert image via URL": "",
99
+ "Insert media": "Media əlavə ed",
100
+ "Insert paragraph after block": "",
101
+ "Insert paragraph before block": "",
102
+ "Insert row above": "Aşağıya sətir əlavə et",
103
+ "Insert row below": "Yuxarıya sətir əlavə et",
104
+ "Insert table": "Cədvəli əlavə et",
105
+ "Inserting image failed": "Şəkili əlavə edilmədi",
106
+ Inset: "",
107
+ Italic: "Maili",
108
+ Justify: "Eninə görə",
109
+ "Justify cell text": "",
110
+ "Left aligned image": "Soldan düzləndir",
111
+ "Light blue": "Açıq mavi",
112
+ "Light green": "Açıq yaşıl",
113
+ "Light grey": "Açıq boz",
114
+ Link: "Əlaqələndir",
115
+ "Link image": "",
116
+ "Link URL": "Linkin URL",
117
+ "List properties": "",
118
+ "Lower-latin": "",
119
+ "Lower–roman": "",
120
+ "Media toolbar": "Media paneli",
121
+ "Media URL": "Media URL",
122
+ "media widget": "media vidgeti",
123
+ "Merge cell down": "Xanaları aşağı birləşdir",
124
+ "Merge cell left": "Xanaları sola birləşdir",
125
+ "Merge cell right": "Xanaları sağa birləşdir",
126
+ "Merge cell up": "Xanaları yuxarı birləşdir",
127
+ "Merge cells": "Xanaları birləşdir",
128
+ Next: "Növbəti",
129
+ None: "",
130
+ "Numbered List": "Nömrələnmiş siyahı",
131
+ "Numbered list styles toolbar": "",
132
+ "Open file manager": "Fayl menecerini aç",
133
+ "Open in a new tab": "Yeni pəncərədə aç",
134
+ "Open link in new tab": "Linki yeni pəncərədə aç",
135
+ "Open media in new tab": "",
136
+ Orange: "Narıncı",
137
+ Original: "",
138
+ Outset: "",
139
+ Padding: "",
140
+ Paragraph: "Abzas",
141
+ "Paste the media URL in the input.": "Media URL-ni xanaya əlavə edin",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "",
143
+ Previous: "Əvvəlki",
144
+ Purple: "Bənövşəyi",
145
+ Red: "Qırmızı",
146
+ Redo: "Təkrar et",
147
+ "Remove color": "Rəngi ləğv et",
148
+ "Resize image": "",
149
+ "Resize image to %0": "",
150
+ "Resize image to the original size": "",
151
+ "Restore default": "",
152
+ "Reversed order": "",
153
+ "Rich Text Editor": "Rich Text Redaktoru",
154
+ Ridge: "",
155
+ "Right aligned image": "Sağdan düzləndir",
156
+ Row: "Sətir",
157
+ Save: "Yadda saxla",
158
+ "Select column": "",
159
+ "Select row": "",
160
+ "Selecting resized image failed": "Ölçüsü dəyişmiş təsvirin seçilməsi uğursuz oldu",
161
+ "Show more items": "Daha çox əşyanı göstərin",
162
+ "Side image": "Yan şəkil",
163
+ Small: "Kiçik",
164
+ Solid: "",
165
+ "Split cell horizontally": "Xanaları üfüqi böl",
166
+ "Split cell vertically": "Xanaları şaquli böl",
167
+ Square: "",
168
+ "Start at": "",
169
+ "Start index must be greater than 0.": "",
170
+ Strikethrough: "Qaralanmış",
171
+ Style: "",
172
+ Subscript: "Alt yazı",
173
+ Superscript: "Üst yazı",
174
+ "Table alignment toolbar": "",
175
+ "Table cell text alignment": "Cədvəl hüceyrəsi mətninin uyğunlaşdırılması",
176
+ "Table properties": "Cədvəl xüsusiyyətləri",
177
+ "Table toolbar": "Cədvəl paneli",
178
+ "Text alignment": "Mətn düzləndirməsi",
179
+ "Text alignment toolbar": "Mətnin düzləndirmə paneli",
180
+ "Text alternative": "Alternativ mətn",
181
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': "",
182
+ "The URL must not be empty.": "URL boş olmamalıdır.",
183
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': "",
184
+ "This link has no URL": "Bu linkdə URL yoxdur",
185
+ "This media URL is not supported.": "Bu media URL dəstəklənmir.",
186
+ Tiny: "Miniatür",
187
+ "Tip: Paste the URL into the content to embed faster.": "Məsləhət: Sürətli qoşma üçün URL-i kontentə əlavə edin",
188
+ "To-do List": "To-do siyahı",
189
+ "Toggle caption off": "",
190
+ "Toggle caption on": "",
191
+ "Toggle the circle list style": "",
192
+ "Toggle the decimal list style": "",
193
+ "Toggle the decimal with leading zero list style": "",
194
+ "Toggle the disc list style": "",
195
+ "Toggle the lower–latin list style": "",
196
+ "Toggle the lower–roman list style": "",
197
+ "Toggle the square list style": "",
198
+ "Toggle the upper–latin list style": "",
199
+ "Toggle the upper–roman list style": "",
200
+ Turquoise: "Firuzəyi",
201
+ "Type or paste your content here.": "",
202
+ "Type your title": "Başlığınızı yazın",
203
+ Underline: "Altdan xətt",
204
+ Undo: "İmtina et",
205
+ Unlink: "Linki sil",
206
+ Update: "",
207
+ "Update image URL": "",
208
+ "Upload failed": "Şəkili serverə yüklə",
209
+ "Upload in progress": "Yüklənir",
210
+ "Upper-latin": "",
211
+ "Upper-roman": "",
212
+ "Vertical text alignment toolbar": "",
213
+ White: "Ağ",
214
+ "Widget toolbar": "Vidgetin paneli",
215
+ Width: "Eni",
216
+ "Wrap text": "",
217
+ Yellow: "Sarı"
218
+ }), i.getPluralForm = function (e) {
219
+ return 1 != e;
220
+ };
221
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));