@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,205 @@
1
+ !function (e) {
2
+ var t = e.ug = e.ug || {};
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": "",
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.": "چوڭلۇقى تەڭشەلگەن سۈرەتنىڭ تور ئادرېسىغا ئېرىشەلمىدى",
45
+ Dashed: "",
46
+ Decimal: "",
47
+ "Decimal with leading zero": "",
48
+ Default: "سۈكۈتتىكى",
49
+ "Delete column": "",
50
+ "Delete row": "",
51
+ "Dim grey": "",
52
+ Dimensions: "",
53
+ Disc: "",
54
+ "Document colors": "",
55
+ Dotted: "",
56
+ Double: "",
57
+ Downloadable: "",
58
+ "Dropdown toolbar": "",
59
+ "Edit block": "",
60
+ "Edit link": "",
61
+ "Editor block content toolbar": "",
62
+ "Editor contextual toolbar": "",
63
+ "Editor editing area: %0": "",
64
+ "Editor toolbar": "",
65
+ "Enter image caption": "رەسىمنىڭ تېمىسىنى كىرگۈزۈڭ",
66
+ "Enter table caption": "",
67
+ "Font Background Color": "خەت تەگلىك رەڭگى",
68
+ "Font Color": "خەت رەڭگى",
69
+ "Font Family": "خەت نۇسخىسى",
70
+ "Font Size": "خەت چوڭلۇقى",
71
+ "Full size image": "ئەسلى چوڭلۇقتىكى رەسىم",
72
+ Green: "",
73
+ Grey: "",
74
+ Groove: "",
75
+ "Header column": "",
76
+ "Header row": "",
77
+ Heading: "ماۋزۇ",
78
+ "Heading 1": "ماۋزۇ 1",
79
+ "Heading 2": "ماۋزۇ 2",
80
+ "Heading 3": "ماۋزۇ 3",
81
+ "Heading 4": "ماۋزۇ 4",
82
+ "Heading 5": "ماۋزۇ 5",
83
+ "Heading 6": "ماۋزۇ 6",
84
+ Height: "",
85
+ "Horizontal text alignment toolbar": "",
86
+ Huge: "زور",
87
+ "Image resize list": "",
88
+ "Image toolbar": "",
89
+ "image widget": "رەسىمچىك",
90
+ "In line": "",
91
+ Insert: "",
92
+ "Insert column left": "",
93
+ "Insert column right": "",
94
+ "Insert image": "رەسىم قىستۇرۇش",
95
+ "Insert image or file": "رەسىم ياكى ھۆججەت قىستۇر",
96
+ "Insert image via URL": "",
97
+ "Insert row above": "",
98
+ "Insert row below": "",
99
+ "Insert table": "جەدۋەل قىستۇر",
100
+ "Inserting image failed": "سۈرەت قىستۇرالمىدى",
101
+ Inset: "",
102
+ Italic: "يانتۇ",
103
+ Justify: "ئوڭ سولدىن توغرىلا",
104
+ "Justify cell text": "",
105
+ "Left aligned image": "سولغا توغۇرلانغان رەسىم",
106
+ "Light blue": "",
107
+ "Light green": "",
108
+ "Light grey": "",
109
+ Link: "ئۇلانما",
110
+ "Link image": "",
111
+ "Link URL": "ئۇلاش ئادىرسى",
112
+ "List properties": "",
113
+ "Lower-latin": "",
114
+ "Lower–roman": "",
115
+ "Merge cell down": "",
116
+ "Merge cell left": "",
117
+ "Merge cell right": "",
118
+ "Merge cell up": "",
119
+ "Merge cells": "",
120
+ Next: "",
121
+ None: "",
122
+ "Numbered List": "نومۇرلۇق تىزىملىك",
123
+ "Numbered list styles toolbar": "",
124
+ "Open file manager": "ھۆججەت باشقۇرغۇچنى ئاچ",
125
+ "Open in a new tab": "",
126
+ "Open link in new tab": "",
127
+ Orange: "",
128
+ Original: "",
129
+ Outset: "",
130
+ Padding: "",
131
+ Paragraph: "ئابزاس",
132
+ Previous: "",
133
+ Purple: "",
134
+ Red: "",
135
+ Redo: "تەكرارلاش",
136
+ "Remove color": "رەڭنى چىقىرىۋەت",
137
+ "Resize image": "",
138
+ "Resize image to %0": "",
139
+ "Resize image to the original size": "",
140
+ "Restore default": "كۆڭۈلدىكىگە قايتۇر",
141
+ "Reversed order": "",
142
+ "Rich Text Editor": "تېكىست تەھرىرلىگۈچ",
143
+ Ridge: "",
144
+ "Right aligned image": "ئوڭغا توغۇرلانغان رەسىم",
145
+ Row: "",
146
+ Save: "ساقلا",
147
+ "Select column": "",
148
+ "Select row": "",
149
+ "Selecting resized image failed": "چوڭلۇقى تەڭشەلگن سۈرەتنى تاللىيالمىدى",
150
+ "Show more items": "تېخىمۇ كۆپ تۈرنى كۆرسەت",
151
+ "Side image": "يان رەسىم",
152
+ Small: "كىچىك",
153
+ Solid: "",
154
+ "Split cell horizontally": "",
155
+ "Split cell vertically": "",
156
+ Square: "",
157
+ "Start at": "",
158
+ "Start index must be greater than 0.": "",
159
+ Strikethrough: "ئۆچۈرۈش سىزىقى",
160
+ Style: "",
161
+ Subscript: "ئاستبەلگە",
162
+ Superscript: "ئۈستبەلگە",
163
+ "Table alignment toolbar": "",
164
+ "Table cell text alignment": "",
165
+ "Table properties": "",
166
+ "Table toolbar": "",
167
+ "Text alignment": "تېكىست توغرىلاش",
168
+ "Text alignment toolbar": "تېكىست توغرىلاش قورالبالدىقى",
169
+ "Text alternative": "تېكىست ئاملاشتۇرۇش",
170
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': "",
171
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': "",
172
+ "This link has no URL": "",
173
+ Tiny: "ئەڭ كىچىك",
174
+ "To-do List": "",
175
+ "Toggle caption off": "",
176
+ "Toggle caption on": "",
177
+ "Toggle the circle list style": "",
178
+ "Toggle the decimal list style": "",
179
+ "Toggle the decimal with leading zero list style": "",
180
+ "Toggle the disc list style": "",
181
+ "Toggle the lower–latin list style": "",
182
+ "Toggle the lower–roman list style": "",
183
+ "Toggle the square list style": "",
184
+ "Toggle the upper–latin list style": "",
185
+ "Toggle the upper–roman list style": "",
186
+ Turquoise: "",
187
+ "Type or paste your content here.": "",
188
+ "Type your title": "",
189
+ Underline: "ئاستى سىزىق",
190
+ Undo: "يېنىۋېلىش",
191
+ Unlink: "ئۇلانمىنى ئۈزۈش",
192
+ Update: "",
193
+ "Update image URL": "",
194
+ "Upload failed": "چىقىرىش مەغلۇپ بولدى",
195
+ "Upper-latin": "",
196
+ "Upper-roman": "",
197
+ "Vertical text alignment toolbar": "",
198
+ White: "",
199
+ Width: "",
200
+ "Wrap text": "",
201
+ Yellow: ""
202
+ }), t.getPluralForm = function (e) {
203
+ return 1 != e;
204
+ };
205
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var t = e.uk = e.uk || {};
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": "Вставити зображення через посилання",
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": "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)" або "red"',
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": "Це посилання не має 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": "Оновити посилання на зображення",
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 e % 1 == 0 && e % 10 == 1 && e % 100 != 11 ? 0 : e % 1 == 0 && e % 10 >= 2 && e % 10 <= 4 && (e % 100 < 12 || e % 100 > 14) ? 1 : e % 1 == 0 && (e % 10 == 0 || e % 10 >= 5 && e % 10 <= 9 || e % 100 >= 11 && e % 100 <= 14) ? 2 : 3;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var t = e.ur = e.ur || {};
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": "",
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.": "عکس کی پیمائش تبدیل کرنے کا ربط نہیں مل سکا۔",
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": "",
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": "میڈیا یو آر ایل",
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.": "میڈیا یو آر ایل کو چسپاں کریں",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "",
143
+ Previous: "پچھلا",
144
+ Purple: "ارغوانی",
145
+ Red: "سرخ",
146
+ Redo: "پھر سے کریں",
147
+ "Remove color": "رنگ حذف کریں",
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": "خانۂ ترمیم",
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.": "",
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".': "",
183
+ "The URL must not be empty.": "یو آر ایل خالی نہیں ہونا چاہیے۔",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': "",
185
+ "This link has no URL": "ربط کا کوئی یو آر ایل نہیں",
186
+ "This media URL is not supported.": "میڈیا یو آر ایل معاونت یافتہ نہیں",
187
+ Tiny: "ننھا",
188
+ "Tip: Paste the URL into the content to embed faster.": "نکتہ : یو آر ایل کو جلد ضم کرنے کے لیے ربط مواد میں چسپاں کریں",
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": "",
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 1 != e;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));