@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,220 @@
1
+ !function (e) {
2
+ var a = e.tk = e.tk || {};
3
+ a.dictionary = Object.assign(a.dictionary || {}, {
4
+ "%0 of %1": "%1-iň %0-i",
5
+ "Align cell text to the bottom": "Öýjük tekstini aşagyna deňleşdiriň",
6
+ "Align cell text to the center": "Öýjük tekstini merkeze deňleşdiriň",
7
+ "Align cell text to the left": "Öýjük tekstini çepe deňleşdiriň",
8
+ "Align cell text to the middle": "Öýjük tekstini ortasyna deňleşdiriň",
9
+ "Align cell text to the right": "Öýjük tekstini saga deňleşdiriň",
10
+ "Align cell text to the top": "Öýjük tekstini ýokarsyna deňleşdiriň",
11
+ "Align center": "Merkeze deňleşdir",
12
+ "Align left": "Çepe deňleşdiriň",
13
+ "Align right": "Saga deňleşdiriň",
14
+ "Align table to the left": "Tablisany çepe deňleşdiriň",
15
+ "Align table to the right": "Tablisany sag tarapa deňleşdiriň",
16
+ Alignment: "Deňleşdirmek",
17
+ Aquamarine: "Akuamarin",
18
+ Background: "Arka",
19
+ Big: "Uly",
20
+ Black: "Gara",
21
+ "Block quote": "Sitata blokirläň",
22
+ Blue: "Gök",
23
+ Bold: "Galyň",
24
+ Border: "Serhet",
25
+ "Break text": "",
26
+ "Bulleted List": "Bullet sanawy",
27
+ "Bulleted list styles toolbar": "",
28
+ Cancel: "Ýatyr",
29
+ "Cannot upload file:": "Faýl ýükläp bolmady:",
30
+ "Caption for image: %0": "",
31
+ "Caption for the image": "",
32
+ "Cell properties": "Öýjük aýratynlyklary",
33
+ "Center table": "Tablisany merkezleşdiriň",
34
+ "Centered image": "Merkezleşdirilen surat",
35
+ "Change image text alternative": "Surat tekstiniň alternatiwasyny üýtgediň",
36
+ "Choose heading": "Sözbaşy saýlaň",
37
+ Circle: "",
38
+ Code: "Kod",
39
+ Color: "Reňk",
40
+ "Color picker": "Reňk saýlaýjy",
41
+ Column: "Sütün",
42
+ "Could not insert image at the current position.": "Häzirki pozisiýa şekil goýup bolmady.",
43
+ "Could not obtain resized image URL.": "Ölçegi üýtgedilen surat URL-ni alyp bolmady.",
44
+ Dashed: "Çyzykly",
45
+ Decimal: "",
46
+ "Decimal with leading zero": "",
47
+ "Decrease indent": "Indent peseltmek",
48
+ Default: "Bellenen",
49
+ "Delete column": "Sütüni pozuň",
50
+ "Delete row": "Setiri poz",
51
+ "Dim grey": "Goýy çal",
52
+ Dimensions: "Ölçegleri",
53
+ Disc: "",
54
+ "Document colors": "Resminamanyň reňkleri",
55
+ Dotted: "Nokatly",
56
+ Double: "Goşa",
57
+ Downloadable: "Göçürip alyp bolýar",
58
+ "Dropdown toolbar": "Açylýan gurallar paneli",
59
+ "Edit block": "Bloky redaktirläň",
60
+ "Edit link": "Baglanyşygy üýtget",
61
+ "Editor block content toolbar": "",
62
+ "Editor contextual toolbar": "",
63
+ "Editor editing area: %0": "",
64
+ "Editor toolbar": "Redaktor gurallar paneli",
65
+ "Enter image caption": "Surat ýazgysyny giriziň",
66
+ "Enter table caption": "",
67
+ "Font Background Color": "Şriftiň fon reňki",
68
+ "Font Color": "Şriftiň reňki",
69
+ "Font Family": "Şrift maşgalasy",
70
+ "Font Size": "Şrift ölçegi",
71
+ "Full size image": "Doly ululykdaky surat",
72
+ Green: "Ýaşyl",
73
+ Grey: "Çal",
74
+ Groove: "Groove",
75
+ "Header column": "Sözbaşy sütüni",
76
+ "Header row": "Sözbaşy hatary",
77
+ Heading: "Sözbaşy",
78
+ "Heading 1": "Sözbaşy 1",
79
+ "Heading 2": "Sözbaşy 2",
80
+ "Heading 3": "Sözbaşy 3",
81
+ "Heading 4": "Sözbaşy 4",
82
+ "Heading 5": "Sözbaşy 5",
83
+ "Heading 6": "Sözbaşy 6",
84
+ Height: "Boý",
85
+ "Horizontal text alignment toolbar": "Kese tekst tekizlemek gurallar paneli",
86
+ Huge: "Ägirt",
87
+ "Image resize list": "",
88
+ "Image toolbar": "Surat gurallar paneli",
89
+ "image widget": "surat widjeti",
90
+ "In line": "",
91
+ "Increase indent": "Indent köpeltmek",
92
+ Insert: "",
93
+ "Insert column left": "Sütüni çepe goýuň",
94
+ "Insert column right": "Sütüni saga goýuň",
95
+ "Insert image": "Surat goýuň",
96
+ "Insert image or file": "Surat ýa-da faýl goýuň",
97
+ "Insert image via URL": "",
98
+ "Insert media": "Mediýa goýuň",
99
+ "Insert paragraph after block": "Blokdan soň abzas goýuň",
100
+ "Insert paragraph before block": "Blokdan öň abzas goýuň",
101
+ "Insert row above": "Hatary ýokaryk goýuň",
102
+ "Insert row below": "Hatary aşak goýuň",
103
+ "Insert table": "Tablisa goýuň",
104
+ "Inserting image failed": "Surat goýup bolmady",
105
+ Inset: "Inset",
106
+ Italic: "Italik",
107
+ Justify: "Akla",
108
+ "Justify cell text": "Öýjük tekstini esaslandyryň",
109
+ "Left aligned image": "Çep deňleşdirilen surat",
110
+ "Light blue": "Açyk gök",
111
+ "Light green": "Açyk ýaşyl",
112
+ "Light grey": "Açyk çal",
113
+ Link: "Baglanyşyk",
114
+ "Link image": "Surat baglanyşygy",
115
+ "Link URL": "URL baglanyşygy",
116
+ "List properties": "",
117
+ "Lower-latin": "",
118
+ "Lower–roman": "",
119
+ "Media toolbar": "Mediýa gurallar paneli",
120
+ "Media URL": "Media URL",
121
+ "media widget": "media widjeti",
122
+ "Merge cell down": "Öýjügi aşak birleşdiriň",
123
+ "Merge cell left": "Öýjügi çepe birleşdiriň",
124
+ "Merge cell right": "Öýjügi saga birleşdiriň",
125
+ "Merge cell up": "Öýjügi ýokary birleşdiriň",
126
+ "Merge cells": "Öýjükleri birleşdiriň",
127
+ Next: "Indiki",
128
+ None: "Hiç",
129
+ "Numbered List": "Sanly sanaw",
130
+ "Numbered list styles toolbar": "",
131
+ "Open in a new tab": "Täze goýmada açyň",
132
+ "Open link in new tab": "Täze goýmada baglanyşyk açyň",
133
+ "Open media in new tab": "",
134
+ Orange: "Mämişi",
135
+ Original: "",
136
+ Outset: "Outset",
137
+ Padding: "Padding",
138
+ Paragraph: "Abzas",
139
+ "Paste the media URL in the input.": "Media URL-ni girişde goýuň.",
140
+ "Press Enter to type after or press Shift + Enter to type before the widget": "",
141
+ Previous: "Öňki",
142
+ Purple: "Gyrmyzy",
143
+ Red: "Gyzyl",
144
+ Redo: "Öňe gaýtar",
145
+ "Remove color": "Reňki aýyryň",
146
+ "Resize image": "",
147
+ "Resize image to %0": "",
148
+ "Resize image to the original size": "",
149
+ "Restore default": "",
150
+ "Reversed order": "",
151
+ "Rich Text Editor": "Baý Tekst Redaktory",
152
+ Ridge: "Kertik",
153
+ "Right aligned image": "Sag deňleşdirilen surat",
154
+ Row: "Setir",
155
+ Save: "Saklaň",
156
+ "Select all": "Ählisini saýla",
157
+ "Select column": "Sütün saýlaň",
158
+ "Select row": "Setir saýlaň",
159
+ "Selecting resized image failed": "Ölçegi üýtgedilen suraty saýlap bolmady",
160
+ "Show more items": "Has köp zady görkeziň",
161
+ "Side image": "Gapdal surat",
162
+ Small: "Kiçi",
163
+ Solid: "Gaty",
164
+ "Split cell horizontally": "Öýjügi keseligine bölüň",
165
+ "Split cell vertically": "Öýjügi dikligine bölüň",
166
+ Square: "",
167
+ "Start at": "",
168
+ "Start index must be greater than 0.": "",
169
+ Strikethrough: "Üsti çyzykly",
170
+ Style: "Stil",
171
+ Subscript: "Aşaky ýazgy",
172
+ Superscript: "Üst ýazgy",
173
+ "Table alignment toolbar": "Tablisa deňleşdirmek gurallar paneli",
174
+ "Table cell text alignment": "Tablisa öýjükleriniň tekstini deňleşdirmek",
175
+ "Table properties": "Tablisa aýratynlyklary",
176
+ "Table toolbar": "Tablisa gurallar paneli",
177
+ "Text alignment": "Tekstiň deňleşdirilmegi",
178
+ "Text alignment toolbar": "Teksti deňleşdirmek gurallar paneli",
179
+ "Text alternative": "Tekstiň alternatiwasy",
180
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'Reňki nädogry "#FF0000" ýa-da "rgb(255,0,0)" ýa-da "gyzyl" barlap görüň.',
181
+ "The URL must not be empty.": "URL boş bolmaly däldir.",
182
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'Baha nädogry "10px" ýa-da "2em" ýa-da diňe "2" barlap görüň.',
183
+ "This link has no URL": "Bu baglanyşykda URL ýok",
184
+ "This media URL is not supported.": "Bu media URL goldanok.",
185
+ Tiny: "Kiçijik",
186
+ "Tip: Paste the URL into the content to embed faster.": "Maslahat: Has çalt ýerleşdirmek üçin URL-i mazmuna goýuň.",
187
+ "To-do List": "Edilmeli işleriň sanawy",
188
+ "Toggle caption off": "",
189
+ "Toggle caption on": "",
190
+ "Toggle the circle list style": "",
191
+ "Toggle the decimal list style": "",
192
+ "Toggle the decimal with leading zero list style": "",
193
+ "Toggle the disc list style": "",
194
+ "Toggle the lower–latin list style": "",
195
+ "Toggle the lower–roman list style": "",
196
+ "Toggle the square list style": "",
197
+ "Toggle the upper–latin list style": "",
198
+ "Toggle the upper–roman list style": "",
199
+ Turquoise: "Turkuaz",
200
+ "Type or paste your content here.": "Mazmunyňyzy şu ýere ýazyň ýa-da goýuň.",
201
+ "Type your title": "Sözbaşyny ýazyň",
202
+ Underline: "Aşagy çyzykly",
203
+ Undo: "Yza gaýtar",
204
+ Unlink: "Baglanyşygy aýyr",
205
+ Update: "",
206
+ "Update image URL": "",
207
+ "Upload failed": "Ýükläp bolmady",
208
+ "Upload in progress": "Ýüklemek dowam edýär",
209
+ "Upper-latin": "",
210
+ "Upper-roman": "",
211
+ "Vertical text alignment toolbar": "Dik tekst tekizlemek gurallar paneli",
212
+ White: "Ak",
213
+ "Widget toolbar": "Widget gurallar paneli",
214
+ Width: "Ini",
215
+ "Wrap text": "",
216
+ Yellow: "Sary"
217
+ }), a.getPluralForm = function (e) {
218
+ return 1 != e;
219
+ };
220
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var i = e.tr = e.tr || {};
3
+ i.dictionary = Object.assign(i.dictionary || {}, {
4
+ "%0 of %1": "%0/%1",
5
+ "Align cell text to the bottom": "Hücre içindeki metni alta hizala",
6
+ "Align cell text to the center": "Hücre içindeki metnini ortaya hizalama",
7
+ "Align cell text to the left": "Hücre içindeki metnini sola hizala",
8
+ "Align cell text to the middle": "Hücre içindeki metni ortaya hizala",
9
+ "Align cell text to the right": "Hücre içindeki metnini sağa hizala",
10
+ "Align cell text to the top": "Hücre içindeki metni üste hizala",
11
+ "Align center": "Ortala",
12
+ "Align left": "Sola hizala",
13
+ "Align right": "Sağa hizala",
14
+ "Align table to the left": "Tabloyu sola hizala",
15
+ "Align table to the right": "Tabloyu sağa hizala",
16
+ Alignment: "Hizalama",
17
+ Aquamarine: "Su Yeşili",
18
+ Background: "Arkaplan",
19
+ Big: "Büyük",
20
+ Black: "Siyah",
21
+ "Block quote": "Alıntı",
22
+ Blue: "Mavi",
23
+ Bold: "Kalın",
24
+ Border: "Kenar",
25
+ "Break text": "Metni böl",
26
+ "Bulleted List": "Simgeli Liste",
27
+ "Bulleted list styles toolbar": "Madde işaretli liste stilleri araç çubuğu",
28
+ Cancel: "İptal",
29
+ "Cannot determine a category for the uploaded file.": "Yüklenen dosya için bir kategori belirlenemiyor.",
30
+ "Cannot upload file:": "Dosya yüklenemedi:",
31
+ "Caption for image: %0": "Resim için başlık: %0",
32
+ "Caption for the image": "Resim için başlık",
33
+ "Cell properties": "Hücre özellikleri",
34
+ "Center table": "Tabloyu ortala",
35
+ "Centered image": "Ortalanmış görsel",
36
+ "Change image text alternative": "Görsel alternatif yazısını değiştir",
37
+ "Choose heading": "Başlık tipi seç",
38
+ Circle: "Çember",
39
+ Code: "Kod",
40
+ Color: "Renk",
41
+ "Color picker": "Renk seçici",
42
+ Column: "Kolon",
43
+ "Could not insert image at the current position.": "Resim mevcut konumda eklenemedi.",
44
+ "Could not obtain resized image URL.": "Yeniden boyutlandırılmış resim URL’si alınamadı",
45
+ Dashed: "Kesik çizgili",
46
+ Decimal: "Ondalık",
47
+ "Decimal with leading zero": "0'la başlayan ondalık",
48
+ "Decrease indent": "Girintiyi azalt",
49
+ Default: "Varsayılan",
50
+ "Delete column": "Kolonu sil",
51
+ "Delete row": "Satırı sil",
52
+ "Dim grey": "Koyu Gri",
53
+ Dimensions: "Ölçüler",
54
+ Disc: "Disk",
55
+ "Document colors": "Belge Rengi",
56
+ Dotted: "Noktalı",
57
+ Double: "Çift",
58
+ Downloadable: "İndirilebilir",
59
+ "Dropdown toolbar": "Açılır araç çubuğu",
60
+ "Edit block": "Bloğu Düzenle",
61
+ "Edit link": "Bağlantıyı değiştir",
62
+ "Editor block content toolbar": "Düzenleyici engelleme içerik araç çubuğu",
63
+ "Editor contextual toolbar": "Düzenleyici içeriksel araç çubuğu",
64
+ "Editor editing area: %0": "Editör düzenleme alanı: %0",
65
+ "Editor toolbar": "Düzenleme araç çubuğu",
66
+ "Enter image caption": "Resim açıklaması gir",
67
+ "Enter table caption": "Tablo açıklaması gir",
68
+ "Font Background Color": "Yazı Tipi Arkaplan Rengi",
69
+ "Font Color": "Yazı Tipi Rengi",
70
+ "Font Family": "Yazı Tipi Ailesi",
71
+ "Font Size": "Yazı Boyutu",
72
+ "Full size image": "Tam Boyut Görsel",
73
+ Green: "Yeşil",
74
+ Grey: "Gri",
75
+ Groove: "Yiv",
76
+ "Header column": "Başlık kolonu",
77
+ "Header row": "Başlık satırı",
78
+ Heading: "Başlık",
79
+ "Heading 1": "1. Seviye Başlık",
80
+ "Heading 2": "2. Seviye Başlık",
81
+ "Heading 3": "3. Seviye Başlık",
82
+ "Heading 4": "4. Seviye Başlık",
83
+ "Heading 5": "5. Seviye Başlık",
84
+ "Heading 6": "6. Seviye Başlık",
85
+ Height: "Yükseklik",
86
+ "Horizontal text alignment toolbar": "Yatay metin hizalama araç çubuğu",
87
+ Huge: "Çok Büyük",
88
+ "Image resize list": "Resim yeniden boyutlandırma listesi",
89
+ "Image toolbar": "Resim araç çubuğu",
90
+ "image widget": "resim aracı",
91
+ "In line": "Aynı hizada",
92
+ "Increase indent": "Girintiyi arttır",
93
+ Insert: "Ekle",
94
+ "Insert column left": "Sola kolon ekle",
95
+ "Insert column right": "Sağa kolon ekle",
96
+ "Insert image": "Görsel Ekle",
97
+ "Insert image or file": "Resim veya dosya ekleyin",
98
+ "Insert image via URL": "URL ile görüntü ekle",
99
+ "Insert media": "Medya Ekle",
100
+ "Insert paragraph after block": "Bloktan sonra paragraf ekle",
101
+ "Insert paragraph before block": "Bloktan önce paragraf ekle",
102
+ "Insert row above": "Üste satır ekle",
103
+ "Insert row below": "Alta satır ekle",
104
+ "Insert table": "Tablo Ekle",
105
+ "Inserting image failed": "Resim eklenemedi",
106
+ Inset: "İçe",
107
+ Italic: "İtalik",
108
+ Justify: "İki yana yasla",
109
+ "Justify cell text": "Hücre içindeki metini iki yana yasla",
110
+ "Left aligned image": "Sola hizalı görsel",
111
+ "Light blue": "Açık Mavi",
112
+ "Light green": "Açık Yeşil",
113
+ "Light grey": "Açık Gri",
114
+ Link: "Bağlantı",
115
+ "Link image": "Resim bağlantısı",
116
+ "Link URL": "Bağlantı Adresi",
117
+ "List properties": "Liste özellikleri",
118
+ "Lower-latin": "Küçük Latin harfleri",
119
+ "Lower–roman": "Küçük Roma rakamları",
120
+ "Media toolbar": "Medya araç çubuğu",
121
+ "Media URL": "Medya URL'si",
122
+ "media widget": "medya aracı",
123
+ "Merge cell down": "Aşağıya doğru birleştir",
124
+ "Merge cell left": "Sola doğru birleştir",
125
+ "Merge cell right": "Sağa doğru birleştir",
126
+ "Merge cell up": "Yukarı doğru birleştir",
127
+ "Merge cells": "Hücreleri birleştir",
128
+ Next: "Sonraki",
129
+ None: "Yok",
130
+ "Numbered List": "Numaralı Liste",
131
+ "Numbered list styles toolbar": "Numaralandırılmış liste stilleri araç çubuğu",
132
+ "Open file manager": "Dosya yöneticisini aç",
133
+ "Open in a new tab": "Yeni sekmede aç",
134
+ "Open link in new tab": "Yeni sekmede aç",
135
+ "Open media in new tab": "Medyayı yeni sekmede aç",
136
+ Orange: "Turuncu",
137
+ Original: "Orijinal",
138
+ Outset: "Dışarıya",
139
+ Padding: "İç boşluk",
140
+ Paragraph: "Paragraf",
141
+ "Paste the media URL in the input.": "Medya URL'siini metin kutusuna yapıştırınız.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "Görsel bileşenden sonra yazmak için Enter'a basın ya da görsel bileşenden önce yazmak için Shift + Enter'a basın",
143
+ Previous: "Önceki",
144
+ Purple: "Mor",
145
+ Red: "Kırmızı",
146
+ Redo: "Tekrar yap",
147
+ "Remove color": "Rengi Sil",
148
+ "Resize image": "Resmi boyutlandır",
149
+ "Resize image to %0": "Resmi %0 ölçülerine boyutlandır",
150
+ "Resize image to the original size": "Resmi orijinal büyüklüğüne al",
151
+ "Restore default": "Varsayılanı geri yükle",
152
+ "Reversed order": "Ters sıralama",
153
+ "Rich Text Editor": "Zengin İçerik Editörü",
154
+ Ridge: "Yükselti",
155
+ "Right aligned image": "Sağa hizalı görsel",
156
+ Row: "Satır",
157
+ Save: "Kaydet",
158
+ "Select all": "Hepsini seç",
159
+ "Select column": "Kolon seç",
160
+ "Select row": "Satır seç",
161
+ "Selecting resized image failed": "Yeniden boyutlandırılan resim seçilemedi",
162
+ "Show more items": "Daha fazla öğe göster",
163
+ "Side image": "Yan Görsel",
164
+ Small: "Küçük",
165
+ Solid: "Dolu",
166
+ "Split cell horizontally": "Hücreyi yatay böl",
167
+ "Split cell vertically": "Hücreyi dikey böl",
168
+ Square: "Kare",
169
+ "Start at": "Şununla başla",
170
+ "Start index must be greater than 0.": "Başlangıç dizini 0'dan büyük olmalıdır.",
171
+ Strikethrough: "Üstü çizili",
172
+ Style: "Stil",
173
+ Subscript: "Alt Simge",
174
+ Superscript: "Üst Simge",
175
+ "Table alignment toolbar": "Tablo hizalama araç çubuğu",
176
+ "Table cell text alignment": "Tablo hücresi metin hizalaması",
177
+ "Table properties": "Tablo özellikleri",
178
+ "Table toolbar": "Tablo araç çubuğu",
179
+ "Text alignment": "Yazı hizalama",
180
+ "Text alignment toolbar": "Yazı Hizlama Araç Çubuğu",
181
+ "Text alternative": "Yazı alternatifi",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'Geçersiz renk. "#FF0000" veya "rgb(255,0,0)" veya "red" deneyin.',
183
+ "The URL must not be empty.": "URL boş olamaz.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'Geçersiz değer. "10px" veya "2em" veya sadece "2" deneyin.',
185
+ "This link has no URL": "Bağlantı adresi yok",
186
+ "This media URL is not supported.": "Desteklenmeyen Medya URL'si.",
187
+ Tiny: "Çok Küçük",
188
+ "Tip: Paste the URL into the content to embed faster.": "İpucu: İçeriği daha hızlı yerleştirmek için URL'yi yapıştırın.",
189
+ "To-do List": "Yapılacaklar Listesi",
190
+ "Toggle caption off": "Açıklamayı kapat",
191
+ "Toggle caption on": "Açıklamayı aç",
192
+ "Toggle the circle list style": "Çember liste stilini değiştir",
193
+ "Toggle the decimal list style": "Ondalık liste stilini değiştir",
194
+ "Toggle the decimal with leading zero list style": "0'la başlayan ondalık liste stilini değiştir",
195
+ "Toggle the disc list style": "Disk liste stilini değiştir",
196
+ "Toggle the lower–latin list style": "Küçük Latin harfleri liste stilini değiştir",
197
+ "Toggle the lower–roman list style": "Küçük Roma rakamları liste stilini değiştir",
198
+ "Toggle the square list style": "Kare liste stilini değiştir",
199
+ "Toggle the upper–latin list style": "Büyük Latin harfleri liste stilini değiştir",
200
+ "Toggle the upper–roman list style": "Büyük Roma rakamları liste stilini değiştir",
201
+ Turquoise: "Turkuaz",
202
+ "Type or paste your content here.": "İçeriğinizi buraya yapıştırın yada yazın.",
203
+ "Type your title": "Başlığınızı yazınız",
204
+ Underline: "Altı Çizgili",
205
+ Undo: "Geri al",
206
+ Unlink: "Bağlantıyı kaldır",
207
+ Update: "Güncelle",
208
+ "Update image URL": "Görüntü URL'sini güncelle",
209
+ "Upload failed": "Yükleme başarsız",
210
+ "Upload in progress": "Yükleme işlemi devam ediyor",
211
+ "Upper-latin": "Büyük Latin harfleri",
212
+ "Upper-roman": "Büyük Roma rakamları",
213
+ "Vertical text alignment toolbar": "Dikey metin hizalama araç çubuğu",
214
+ White: "Beyaz",
215
+ "Widget toolbar": "Bileşen araç çubuğu",
216
+ Width: "Genişlik",
217
+ "Wrap text": "Metni kaydır",
218
+ Yellow: "Sarı"
219
+ }), i.getPluralForm = function (e) {
220
+ return e > 1;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,170 @@
1
+ !function (e) {
2
+ var t = e.tt = e.tt || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %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 table to the left": "",
12
+ "Align table to the right": "",
13
+ Alignment: "",
14
+ Aquamarine: "Аквамарин",
15
+ Background: "",
16
+ Black: "Кара",
17
+ Blue: "Зәңгәр",
18
+ Bold: "Калын",
19
+ Border: "",
20
+ "Break text": "",
21
+ "Bulleted List": "",
22
+ "Bulleted list styles toolbar": "",
23
+ Cancel: "Баш тарт",
24
+ "Cannot upload file:": "",
25
+ "Caption for image: %0": "",
26
+ "Caption for the image": "",
27
+ "Cell properties": "",
28
+ "Center table": "",
29
+ "Centered image": "",
30
+ "Change image text alternative": "",
31
+ Circle: "Түгәрәк",
32
+ Code: "Код",
33
+ Color: "Төс",
34
+ "Color picker": "",
35
+ Column: "",
36
+ Dashed: "",
37
+ Decimal: "",
38
+ "Decimal with leading zero": "",
39
+ "Delete column": "",
40
+ "Delete row": "",
41
+ "Dim grey": "",
42
+ Dimensions: "",
43
+ Disc: "Диск",
44
+ Dotted: "",
45
+ Double: "",
46
+ Downloadable: "",
47
+ "Dropdown toolbar": "",
48
+ "Edit block": "",
49
+ "Edit link": "",
50
+ "Editor block content toolbar": "",
51
+ "Editor contextual toolbar": "",
52
+ "Editor editing area: %0": "",
53
+ "Editor toolbar": "",
54
+ "Enter image caption": "",
55
+ "Enter table caption": "",
56
+ "Full size image": "",
57
+ Green: "Яшел",
58
+ Grey: "Соры",
59
+ Groove: "",
60
+ "Header column": "",
61
+ "Header row": "",
62
+ Height: "",
63
+ "Horizontal text alignment toolbar": "",
64
+ "Image resize list": "",
65
+ "Image toolbar": "",
66
+ "image widget": "",
67
+ "In line": "",
68
+ Insert: "",
69
+ "Insert column left": "",
70
+ "Insert column right": "",
71
+ "Insert image": "",
72
+ "Insert image via URL": "",
73
+ "Insert row above": "",
74
+ "Insert row below": "",
75
+ "Insert table": "",
76
+ Inset: "",
77
+ Italic: "",
78
+ "Justify cell text": "",
79
+ "Left aligned image": "",
80
+ "Light blue": "Ачык зәңгәр",
81
+ "Light green": "Ачык яшел",
82
+ "Light grey": "Ачык соры",
83
+ Link: "Сылтама",
84
+ "Link image": "",
85
+ "Link URL": "",
86
+ "List properties": "",
87
+ "Lower-latin": "",
88
+ "Lower–roman": "",
89
+ "Merge cell down": "",
90
+ "Merge cell left": "",
91
+ "Merge cell right": "",
92
+ "Merge cell up": "",
93
+ "Merge cells": "",
94
+ Next: "",
95
+ None: "",
96
+ "Numbered List": "",
97
+ "Numbered list styles toolbar": "",
98
+ "Open in a new tab": "",
99
+ "Open link in new tab": "",
100
+ Orange: "Кызгылт",
101
+ Original: "",
102
+ Outset: "",
103
+ Padding: "",
104
+ Previous: "",
105
+ Purple: "Шәмәхә",
106
+ Red: "Кызыл",
107
+ Redo: "Кабатла",
108
+ "Remove color": "",
109
+ "Resize image": "",
110
+ "Resize image to %0": "",
111
+ "Resize image to the original size": "",
112
+ "Restore default": "",
113
+ "Reversed order": "",
114
+ "Rich Text Editor": "",
115
+ Ridge: "",
116
+ "Right aligned image": "",
117
+ Row: "",
118
+ Save: "Сакла",
119
+ "Select column": "",
120
+ "Select row": "",
121
+ "Show more items": "",
122
+ "Side image": "",
123
+ Solid: "",
124
+ "Split cell horizontally": "",
125
+ "Split cell vertically": "",
126
+ Square: "",
127
+ "Start at": "",
128
+ "Start index must be greater than 0.": "",
129
+ Strikethrough: "",
130
+ Style: "",
131
+ Subscript: "",
132
+ Superscript: "",
133
+ "Table alignment toolbar": "",
134
+ "Table cell text alignment": "",
135
+ "Table properties": "",
136
+ "Table toolbar": "",
137
+ "Text alternative": "",
138
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': "",
139
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': "",
140
+ "This link has no URL": "",
141
+ "To-do List": "",
142
+ "Toggle caption off": "",
143
+ "Toggle caption on": "",
144
+ "Toggle the circle list style": "",
145
+ "Toggle the decimal list style": "",
146
+ "Toggle the decimal with leading zero list style": "",
147
+ "Toggle the disc list style": "",
148
+ "Toggle the lower–latin list style": "",
149
+ "Toggle the lower–roman list style": "",
150
+ "Toggle the square list style": "",
151
+ "Toggle the upper–latin list style": "",
152
+ "Toggle the upper–roman list style": "",
153
+ Turquoise: "Фервоз",
154
+ Underline: "",
155
+ Undo: "",
156
+ Unlink: "",
157
+ Update: "Яңарт",
158
+ "Update image URL": "",
159
+ "Upload failed": "",
160
+ "Upper-latin": "",
161
+ "Upper-roman": "",
162
+ "Vertical text alignment toolbar": "",
163
+ White: "Ак",
164
+ Width: "",
165
+ "Wrap text": "",
166
+ Yellow: "Сары"
167
+ }), t.getPluralForm = function (e) {
168
+ return 0;
169
+ };
170
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));