@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,222 @@
1
+ !function (t) {
2
+ var e = t.lv = t.lv || {};
3
+ e.dictionary = Object.assign(e.dictionary || {}, {
4
+ "%0 of %1": "%0 no %1",
5
+ "Align cell text to the bottom": "Līdzināt šūnas tekstu pie apakšas",
6
+ "Align cell text to the center": "Līdzināt šūnas tekstu centrā",
7
+ "Align cell text to the left": "Līdzināt šūnas tekstu pa kreisi",
8
+ "Align cell text to the middle": "Līdzināt šūnas tekstu vidū",
9
+ "Align cell text to the right": "Līdzināt šūnas tekstu pa labi",
10
+ "Align cell text to the top": "Līdzināt šūnas tekstu pie augšas",
11
+ "Align center": "Centrēt",
12
+ "Align left": "Pa kreisi",
13
+ "Align right": "Pa labi",
14
+ "Align table to the left": "Līdzināt tabulu pa kreisi",
15
+ "Align table to the right": "Līdzināt tabulu pa labi",
16
+ Alignment: "Novietojums",
17
+ Aquamarine: "Akvamarīns",
18
+ Background: "Fona krāsa",
19
+ Big: "Liels",
20
+ Black: "Melns",
21
+ "Block quote": "Citāts",
22
+ Blue: "Zils",
23
+ Bold: "Trekns",
24
+ Border: "Apmale",
25
+ "Break text": "Pārtraukt tekstu",
26
+ "Bulleted List": "Nenumurēts Saraksts",
27
+ "Bulleted list styles toolbar": "Nenumurēta saraksta stili",
28
+ Cancel: "Atcelt",
29
+ "Cannot determine a category for the uploaded file.": "Nav iespējams noteikt augšupielādētā faila kategoriju",
30
+ "Cannot upload file:": "Nevar augšupielādēt failu:",
31
+ "Caption for image: %0": "Attēla virsraksts: %0",
32
+ "Caption for the image": "Attēla virsraksts",
33
+ "Cell properties": "Šūnas īpašības",
34
+ "Center table": "Centrēt tabulu",
35
+ "Centered image": "Centrēts attēls",
36
+ "Change image text alternative": "Mainīt attēla alternatīvo tekstu",
37
+ "Choose heading": "Izvēlēties virsrakstu",
38
+ Circle: "Aplis",
39
+ Code: "Kods",
40
+ Color: "Teksta krāsa",
41
+ "Color picker": "Krāsu palete",
42
+ Column: "Kolonna",
43
+ "Could not insert image at the current position.": "Pašreizējā pozīcijā attēlu nevarēja ievietot.",
44
+ "Could not obtain resized image URL.": "Nevarēja iegūt mērogotā attēla adresi.",
45
+ Dashed: "Pārtraukta līnija",
46
+ Decimal: "Cipari",
47
+ "Decimal with leading zero": "Decimālskaitļi sākot ar nulli",
48
+ "Decrease indent": "Samazināt atkāpi",
49
+ Default: "Noklusējuma",
50
+ "Delete column": "Dzēst kolonnu",
51
+ "Delete row": "Dzēst rindu",
52
+ "Dim grey": "Blāvi pelēks",
53
+ Dimensions: "Izmēri",
54
+ Disc: "Disks",
55
+ "Document colors": "Krāsas dokumentā",
56
+ Dotted: "Punktēta līnija",
57
+ Double: "Dubulta līnija",
58
+ Downloadable: "Lejupielādējams",
59
+ "Dropdown toolbar": "Papildus izvēlnes rīkjosla",
60
+ "Edit block": "Labot bloku",
61
+ "Edit link": "Labot Saiti",
62
+ "Editor block content toolbar": "Rediģēšanas bloka satura rīkjosla",
63
+ "Editor contextual toolbar": "Redaktora konteksta rīkjosla",
64
+ "Editor editing area: %0": "Redaktora rediģēšanas zona: %0",
65
+ "Editor toolbar": "Redaktora rīkjosla",
66
+ "Enter image caption": "Ievadiet attēla parakstu",
67
+ "Enter table caption": "Ievadiet tabulas parakstu",
68
+ "Font Background Color": "Fonta fona krāsa",
69
+ "Font Color": "Fonta krāsa",
70
+ "Font Family": "Fonts",
71
+ "Font Size": "Fonta Lielums",
72
+ "Full size image": "Pilna izmēra attēls",
73
+ Green: "Zaļš",
74
+ Grey: "Pelēks",
75
+ Groove: "Iespiesta līnija",
76
+ "Header column": "Šī kolonna ir galvene",
77
+ "Header row": "Šī rinda ir galvene",
78
+ Heading: "Virsraksts",
79
+ "Heading 1": "Virsraksts 1",
80
+ "Heading 2": "Virsraksts 2",
81
+ "Heading 3": "Virsraksts 3",
82
+ "Heading 4": "Virsraksts 4",
83
+ "Heading 5": "Virsraksts 5",
84
+ "Heading 6": "Virsraksts 6",
85
+ Height: "Augstums",
86
+ "Horizontal text alignment toolbar": "Horizontāla teksta līdzināšana",
87
+ Huge: "Milzīgs",
88
+ "Image resize list": "Attēla izmēru saraksts",
89
+ "Image toolbar": "Attēlu rīkjosla",
90
+ "image widget": "attēla sīkrīks",
91
+ "In line": "Rindā",
92
+ "Increase indent": "Palielināt atkāpi",
93
+ Insert: "Ievietot",
94
+ "Insert column left": "Ievietot kolonnu pa kreisi",
95
+ "Insert column right": "Ievietot kolonnu pa labi",
96
+ "Insert image": "Ievietot attēlu",
97
+ "Insert image or file": "Ievietot attēlu vai failu",
98
+ "Insert image via URL": "Ievietot attēlu, izmantojot saiti",
99
+ "Insert media": "Ievietot mediju",
100
+ "Insert paragraph after block": "Ievietot paragrāfu aiz bloka",
101
+ "Insert paragraph before block": "Ievietot paragrāfu pirms bloka",
102
+ "Insert row above": "Ievietot rindu virs",
103
+ "Insert row below": "Ievietot rindu zem",
104
+ "Insert table": "Ievietot tabulu",
105
+ "Inserting image failed": "Nevarēja ievietot attēlu",
106
+ Inset: "Ievietot / ieliktnis",
107
+ Italic: "Kursīvs",
108
+ Justify: "Izlīdzināt abas malas",
109
+ "Justify cell text": "Taisnot šūnas tekstu",
110
+ "Left aligned image": "Pa kreisi līdzināts attēls",
111
+ "Light blue": "Gaiši zils",
112
+ "Light green": "Gaiši zaļš",
113
+ "Light grey": "Gaiši pelēks",
114
+ Link: "Saite",
115
+ "Link image": "Ievietot saiti uz attēla",
116
+ "Link URL": "Saites URL",
117
+ "List properties": "saraksta detaļas",
118
+ "Lower-latin": "mazie latīņu burti",
119
+ "Lower–roman": "mazie romiešu burti",
120
+ "Media toolbar": "Mediju rīkjosla",
121
+ "Media URL": "Medija URL",
122
+ "media widget": "medija sīkrīks",
123
+ "Merge cell down": "Apvienot šūnas uz leju",
124
+ "Merge cell left": "Apvienot šūnas pa kreisi",
125
+ "Merge cell right": "Apvienot šūnas pa labi",
126
+ "Merge cell up": "Apvienot šūnas uz augšu",
127
+ "Merge cells": "Apvienot šūnas",
128
+ Next: "Nākamā",
129
+ None: "Bez apmales",
130
+ "Numbered List": "Numurēts Saraksts",
131
+ "Numbered list styles toolbar": "Numurēta saraksta stili",
132
+ "Open file manager": "Atvērt failu pārvaldnieku",
133
+ "Open in a new tab": "Atvērt jaunā cilnē",
134
+ "Open link in new tab": "Atvērt saiti jaunā cilnē",
135
+ "Open media in new tab": "Atvērt mediju jaunā cilnē",
136
+ Orange: "Oranžs",
137
+ Original: "Oriģināls",
138
+ Outset: "sākums",
139
+ Padding: "Atstatums",
140
+ Paragraph: "Paragrāfs",
141
+ "Paste the media URL in the input.": "Ielīmējiet medija URL teksta laukā.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "Nospiediet taustiņu Enter, lai rakstītu aiz logrīka, vai nospiediet taustiņu Shift + Enter, lai rakstītu pirms logrīka",
143
+ Previous: "Iepriekšējā",
144
+ Purple: "Violets",
145
+ Red: "Sarkans",
146
+ Redo: "Uz priekšu",
147
+ "Remove color": "Noņemt krāsu",
148
+ "Resize image": "Mainīt attēla izmērus",
149
+ "Resize image to %0": "Mainīt attēla izmēru uz %0",
150
+ "Resize image to the original size": "Mainīt attēla izmēru uz oriģinālo izmēru",
151
+ "Restore default": "Atgriezt noklusējumu",
152
+ "Reversed order": "Pretēja secība",
153
+ "Rich Text Editor": "Bagātinātais Teksta Redaktors",
154
+ Ridge: "Izcelta līnija",
155
+ "Right aligned image": "Pa labi līdzināts attēls",
156
+ Row: "Rinda",
157
+ Save: "Saglabāt",
158
+ "Select all": "Izvēlēties visu",
159
+ "Select column": "Izvēlēties kolonnu",
160
+ "Select row": "Izvēlēties rindu",
161
+ "Selecting resized image failed": "Nevarēja izvēlēties mērogoto attēlu.",
162
+ "Show more items": "Parādīt vairāk vienumus",
163
+ "Side image": "Sānā novietots attēls",
164
+ Small: "Mazs",
165
+ Solid: "Nepārtraukta līnija",
166
+ "Split cell horizontally": "Atdalīt šūnu horizontāli",
167
+ "Split cell vertically": "Atdalīt šūnu vertikāli",
168
+ Square: "Kvadrāts",
169
+ "Start at": "Sākt no",
170
+ "Start index must be greater than 0.": "Indeksam jābūt lielākam par 0",
171
+ Strikethrough: "Nosvītrots",
172
+ Style: "Stils",
173
+ Subscript: "Apakšraksts",
174
+ Superscript: "Augšraksts",
175
+ "Table alignment toolbar": "Tabulas līdzināšana",
176
+ "Table cell text alignment": "Teksta novietojums šūnā",
177
+ "Table properties": "Tabulas īpašības",
178
+ "Table toolbar": "Tabulas rīkjosla",
179
+ "Text alignment": "Teksta izlīdzināšana",
180
+ "Text alignment toolbar": "Teksta līdzināšanas rīkjosla",
181
+ "Text alternative": "Alternatīvais teksts",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'Krāsa nav korekta. Mēģiniet "#FF0000" vai "rgb(255,0,0)" vai "red"',
183
+ "The URL must not be empty.": "URL ir jābūt ievadītam.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'Vērtība nav korekta. Mēģiniet "10px" vai "2em" vai vienkārši "2"',
185
+ "This link has no URL": "Saitei nav norādīts URL",
186
+ "This media URL is not supported.": "Šis medija URL netiek atbalstīts.",
187
+ Tiny: "Ļoti mazs",
188
+ "Tip: Paste the URL into the content to embed faster.": "Padoms: Ielīmējiet adresi saturā, lai iegultu",
189
+ "To-do List": "To-do Saraksts",
190
+ "Toggle caption off": "Izslēgt tabulas parakstu",
191
+ "Toggle caption on": "Ieslēgt tabulas parakstu",
192
+ "Toggle the circle list style": "Pārslēgt apļveida saraksta stilu",
193
+ "Toggle the decimal list style": "Pārslēgt decimālskaitļu saraksta stilu",
194
+ "Toggle the decimal with leading zero list style": "Pārslēgt decimālskaitļu sākot ar nulli saraksta stilu",
195
+ "Toggle the disc list style": "Pārslēgt diskveida saraksta stilu",
196
+ "Toggle the lower–latin list style": "Pārslēgt mazo latīņu burtu saraksta stilu",
197
+ "Toggle the lower–roman list style": "Pārslēgt mazo romiešu burtu saraksta stilu",
198
+ "Toggle the square list style": "Pārslēgt kvadrātveida saraksta stilu",
199
+ "Toggle the upper–latin list style": "Pārslēgt lielo latīņu burtu saraksta stilu",
200
+ "Toggle the upper–roman list style": "Pārslēgt lielo romiešu burtu saraksta stilu",
201
+ Turquoise: "Tirkīza",
202
+ "Type or paste your content here.": "Rakstiet vai ielīmējiet saturu šeit.",
203
+ "Type your title": "Ievadiet virsrakstu",
204
+ Underline: "Pasvītrots",
205
+ Undo: "Atsaukt",
206
+ Unlink: "Noņemt Saiti",
207
+ Update: "Atjaunināt",
208
+ "Update image URL": "Labot attēla avota saiti",
209
+ "Upload failed": "Augšupielāde neizdevusies",
210
+ "Upload in progress": "Notiek augšupielāde",
211
+ "Upper-latin": "lielie latīņu burti",
212
+ "Upper-roman": "lielie romiešu burti",
213
+ "Vertical text alignment toolbar": "Vertikāla teksta līdzināšana",
214
+ White: "Balts",
215
+ "Widget toolbar": "Sīkrīku rīkjosla",
216
+ Width: "Platums",
217
+ "Wrap text": "Aplauzt tekstu",
218
+ Yellow: "Dzeltens"
219
+ }), e.getPluralForm = function (t) {
220
+ return t % 10 == 1 && t % 100 != 11 ? 0 : 0 != t ? 1 : 2;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (a) {
2
+ var e = a.ms = a.ms || {};
3
+ e.dictionary = Object.assign(e.dictionary || {}, {
4
+ "%0 of %1": "%0 daripada %1",
5
+ "Align cell text to the bottom": "Jajarkan teks sel kebawah",
6
+ "Align cell text to the center": "Jajarkan teks sel ketengah",
7
+ "Align cell text to the left": "Jajarkan teks sel kekiri",
8
+ "Align cell text to the middle": "Jajarkan teks sel ketengah",
9
+ "Align cell text to the right": "Jajarkan teks sel kekanan",
10
+ "Align cell text to the top": "Jajarkan teks sel keatas",
11
+ "Align center": "Jajarkan tengah",
12
+ "Align left": "Jajarkan kiri",
13
+ "Align right": "Jajarkan kiri",
14
+ "Align table to the left": "Jajarkan jadual sel kekiri",
15
+ "Align table to the right": "Jajarkan jadual sel kekanan",
16
+ Alignment: "Jajaran",
17
+ Aquamarine: "Akuamarin",
18
+ Background: "Latar belakang",
19
+ Big: "Besar",
20
+ Black: "Hitam",
21
+ "Block quote": "Blok petikan",
22
+ Blue: "Biru",
23
+ Bold: "Tebal",
24
+ Border: "Sempadan",
25
+ "Break text": "Potong teks",
26
+ "Bulleted List": "Senarai Berbulet",
27
+ "Bulleted list styles toolbar": "Bar capaian gaya senarai berbulet",
28
+ Cancel: "Batal",
29
+ "Cannot determine a category for the uploaded file.": "Gagal menentukan kategori bagi fail yang dimuat naik.",
30
+ "Cannot upload file:": "Gagal memuat naik fail",
31
+ "Caption for image: %0": "Kapsyen untuk imej: %0",
32
+ "Caption for the image": "Kapsyen untuk imej",
33
+ "Cell properties": "Sifat sel",
34
+ "Center table": "Ketengahkan jadual",
35
+ "Centered image": "Imej berjajar tengah",
36
+ "Change image text alternative": "Tukar alternatif teks imej",
37
+ "Choose heading": "Pilih pengepala",
38
+ Circle: "Bula",
39
+ Code: "Kod",
40
+ Color: "Warna",
41
+ "Color picker": "Pemilih warna",
42
+ Column: "Kolum",
43
+ "Could not insert image at the current position.": "Gagal memasukkan imej pada posisi kini.",
44
+ "Could not obtain resized image URL.": "Gagal mendapatkan URL imej yang disaizkan semula.",
45
+ Dashed: "Garis putus-putus",
46
+ Decimal: "Perpuluhan",
47
+ "Decimal with leading zero": "Perpuluhan dengan kosong pendahulu",
48
+ "Decrease indent": "Kurangkan inden",
49
+ Default: "Lalai",
50
+ "Delete column": "Padam kolum",
51
+ "Delete row": "Padam baris",
52
+ "Dim grey": "Kelabu malap",
53
+ Dimensions: "Dimensi",
54
+ Disc: "Cakera",
55
+ "Document colors": "Warna dokumen",
56
+ Dotted: "Bertitik",
57
+ Double: "Dua baris",
58
+ Downloadable: "Boleh dimuat turun",
59
+ "Dropdown toolbar": "Bar alat capaian tetingkap",
60
+ "Edit block": "Sunting blok",
61
+ "Edit link": "Sunting pautan",
62
+ "Editor block content toolbar": "Bar alat sekat kandungan editor",
63
+ "Editor contextual toolbar": "Bar alat kontekstual editor",
64
+ "Editor editing area: %0": "Ruang suntingan editor: %0",
65
+ "Editor toolbar": "Bar alat capaian suntingan",
66
+ "Enter image caption": "Masukkan kapsyen imej",
67
+ "Enter table caption": "Benarkan kapsyen jadual",
68
+ "Font Background Color": "Warna Latar Belakang Fon",
69
+ "Font Color": "Warna Fon",
70
+ "Font Family": "Keluarga Fon",
71
+ "Font Size": "Saiz fon",
72
+ "Full size image": "Imej bersaiz penuh",
73
+ Green: "Hijau",
74
+ Grey: "Kelabu",
75
+ Groove: "Lurah",
76
+ "Header column": "Kolum pengepala",
77
+ "Header row": "Baris pengepala",
78
+ Heading: "Pengepala",
79
+ "Heading 1": "Pengepala 1",
80
+ "Heading 2": "Pengepala 2",
81
+ "Heading 3": "Pengepala 3",
82
+ "Heading 4": "Pengepala 4",
83
+ "Heading 5": "Pengepala 5",
84
+ "Heading 6": "Pengepala 6",
85
+ Height: "Ketinggian",
86
+ "Horizontal text alignment toolbar": "Bar alat capaian jajaran teks melintang",
87
+ Huge: "Gergasi",
88
+ "Image resize list": "Senarai saizkan semula imej ",
89
+ "Image toolbar": "Bar alat capaian imej",
90
+ "image widget": "widget imej",
91
+ "In line": "Dalam baris",
92
+ "Increase indent": "Tambah inden",
93
+ Insert: "Masukkan",
94
+ "Insert column left": "Masukkan kolum kiri",
95
+ "Insert column right": "Masukkan kolum kanan",
96
+ "Insert image": "Masukkan imej",
97
+ "Insert image or file": "Masukkan imej atau fail",
98
+ "Insert image via URL": "Masukkan imej melalui URL",
99
+ "Insert media": "Masukkan media",
100
+ "Insert paragraph after block": "Masukkan perenggan sebelum blok",
101
+ "Insert paragraph before block": "Masukkan perenggan sebelum blok",
102
+ "Insert row above": "Masukkan baris diatas",
103
+ "Insert row below": "Masukkan baris dibawah",
104
+ "Insert table": "Masukkan jadual",
105
+ "Inserting image failed": "Gagal memasukkan imej",
106
+ Inset: "Inset",
107
+ Italic: "Italik",
108
+ Justify: "Imbang",
109
+ "Justify cell text": "Imbang teks sel",
110
+ "Left aligned image": "Imej berjajar kiri",
111
+ "Light blue": "Biru cerah",
112
+ "Light green": "Hijau cerah",
113
+ "Light grey": "Kelabu cerah",
114
+ Link: "Pautkan",
115
+ "Link image": "Pautkan imej",
116
+ "Link URL": "Pautkan URL",
117
+ "List properties": "Senarai sifat",
118
+ "Lower-latin": "Latin bawah",
119
+ "Lower–roman": "Roman bawah",
120
+ "Media toolbar": "Bar alat capaian media",
121
+ "Media URL": "URL Media",
122
+ "media widget": "widget media",
123
+ "Merge cell down": "Cantumkan sel kebawah",
124
+ "Merge cell left": "Cantumkan sel kekiri",
125
+ "Merge cell right": "Cantumkan sel kekanan",
126
+ "Merge cell up": "Cantumkan sel keatas",
127
+ "Merge cells": "Cantumkan sel ",
128
+ Next: "Seterusnya",
129
+ None: "Tiada",
130
+ "Numbered List": "Senarai Bernombor",
131
+ "Numbered list styles toolbar": "Bar alat capaian gaya senarai bernombor",
132
+ "Open file manager": "Buka pengurus fail",
133
+ "Open in a new tab": "Buka dalam tab baru",
134
+ "Open link in new tab": "Buka pautan dalam tab baru",
135
+ "Open media in new tab": "Buka media dalam tab baru",
136
+ Orange: "Oren",
137
+ Original: "Asal",
138
+ Outset: "Outset",
139
+ Padding: "Ketebalan",
140
+ Paragraph: "Perenggan",
141
+ "Paste the media URL in the input.": "Tampal URL media dalam input.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "Tekan Enter untuk menaip selepas atau tekan Shift + Enter untuk menaip sebelum widget",
143
+ Previous: "Sebelumnya",
144
+ Purple: "Ungu",
145
+ Red: "Merah",
146
+ Redo: "Buat semula",
147
+ "Remove color": "Buang warna",
148
+ "Resize image": "Saizkan semula imej",
149
+ "Resize image to %0": "Saizkan semula imej kepada %0",
150
+ "Resize image to the original size": "Saizkan semula imej kepada saiz asal",
151
+ "Restore default": "Pulihkan lalai",
152
+ "Reversed order": "Susunan terbalik",
153
+ "Rich Text Editor": "Penyunting Teks Kaya",
154
+ Ridge: "Batas",
155
+ "Right aligned image": "Imej berjajar kanan",
156
+ Row: "Baris",
157
+ Save: "Simpan",
158
+ "Select all": "Pilih seterusnya",
159
+ "Select column": "Pilih kolum",
160
+ "Select row": "Pilih baris",
161
+ "Selecting resized image failed": "Gagal memilih imej yang disaizkan semula.",
162
+ "Show more items": "Tunjukkan item lain",
163
+ "Side image": "Sisi imej",
164
+ Small: "Kecil",
165
+ Solid: "Pejal",
166
+ "Split cell horizontally": "Leraikan sel melintang",
167
+ "Split cell vertically": "Leraikan sel menegak",
168
+ Square: "Petak",
169
+ "Start at": "Mula pada",
170
+ "Start index must be greater than 0.": "Indeks mula hendaklah lebih besar daripada 0.",
171
+ Strikethrough: "Garis lorek",
172
+ Style: "Gaya",
173
+ Subscript: "Subskrip",
174
+ Superscript: "Superskrip",
175
+ "Table alignment toolbar": "Bar alat capaian jajaran jadual",
176
+ "Table cell text alignment": "Jajaran teks sel jadual",
177
+ "Table properties": "Sifat jadual",
178
+ "Table toolbar": "Bar alat capaian jadual",
179
+ "Text alignment": "Jajaran teks",
180
+ "Text alignment toolbar": "Bar alat capaian jajaran teks",
181
+ "Text alternative": "Alternatif teks",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'Warna tidak sah. Cuba "#FF0000" atau "rgb(255,0,0)" atau "merah".',
183
+ "The URL must not be empty.": "URL tidak boleh ditinggalkan kosong.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': 'Nilai tidak sah. Cuba "10px" atau "2em" atau "2" sahaja.',
185
+ "This link has no URL": "Pautan ini tidak mempunyai URL",
186
+ "This media URL is not supported.": "URL media ini tidak disokong.",
187
+ Tiny: "Halus",
188
+ "Tip: Paste the URL into the content to embed faster.": "Petua: Tampal URL kedalam kandungan untuk membenam dengan lebih pantas.",
189
+ "To-do List": "Senarai Untuk Dilakukan",
190
+ "Toggle caption off": "Tutup kapsyen",
191
+ "Toggle caption on": "Buka kapsyen",
192
+ "Toggle the circle list style": "Buka gaya senarai bulatan",
193
+ "Toggle the decimal list style": "Buka gaya senarai titik perpuluhan",
194
+ "Toggle the decimal with leading zero list style": "Buka titik perpuluhan dengan gaya senarai kosong pendahulu",
195
+ "Toggle the disc list style": "Buka gaya senarai cakera",
196
+ "Toggle the lower–latin list style": "Buka gaya senarai latin bawah",
197
+ "Toggle the lower–roman list style": "Buka gaya senarai roman bawah",
198
+ "Toggle the square list style": "Buka gaya senarai petak",
199
+ "Toggle the upper–latin list style": "Buka gaya senarai latin atas",
200
+ "Toggle the upper–roman list style": "Buka gaya senarai roman atas",
201
+ Turquoise: "Firus",
202
+ "Type or paste your content here.": "Taip atau tampal kandungan anda disini.",
203
+ "Type your title": "Taip tajuk anda",
204
+ Underline: "Garis bawah",
205
+ Undo: "Buat asal",
206
+ Unlink: "Buang pautan",
207
+ Update: "Kemaskini",
208
+ "Update image URL": "Kemaskini URL imej",
209
+ "Upload failed": "Muat naik gagal",
210
+ "Upload in progress": "Muat naik sedang berlangsung",
211
+ "Upper-latin": "Latin atas",
212
+ "Upper-roman": "Roman atas",
213
+ "Vertical text alignment toolbar": "Bar alat capaian jajaran teks menegak",
214
+ White: "Putih",
215
+ "Widget toolbar": "Bar alat capaian widget",
216
+ Width: "Lebar",
217
+ "Wrap text": "Balut teks",
218
+ Yellow: "Kuning"
219
+ }), e.getPluralForm = function (a) {
220
+ return 0;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,199 @@
1
+ !function (e) {
2
+ var t = e.nb = e.nb || {};
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 center": "Midstill",
12
+ "Align left": "Venstrejuster",
13
+ "Align right": "Høyrejuster",
14
+ "Align table to the left": "",
15
+ "Align table to the right": "",
16
+ Alignment: "",
17
+ Aquamarine: "",
18
+ Background: "",
19
+ Big: "Stor",
20
+ Black: "",
21
+ "Block quote": "Blokksitat",
22
+ Blue: "",
23
+ Bold: "Fet",
24
+ Border: "",
25
+ "Break text": "",
26
+ "Bulleted List": "Punktmerket liste",
27
+ "Bulleted list styles toolbar": "",
28
+ Cancel: "Avbryt",
29
+ "Cannot upload file:": "Kan ikke laste opp fil:",
30
+ "Caption for image: %0": "",
31
+ "Caption for the image": "",
32
+ "Cell properties": "",
33
+ "Center table": "",
34
+ "Centered image": "Midtstilt bilde",
35
+ "Change image text alternative": "Endre tekstalternativ for bilde",
36
+ "Choose heading": "Velg overskrift",
37
+ Circle: "",
38
+ Code: "Kode",
39
+ Color: "",
40
+ "Color picker": "",
41
+ Column: "Kolonne",
42
+ Dashed: "",
43
+ Decimal: "",
44
+ "Decimal with leading zero": "",
45
+ Default: "Standard",
46
+ "Delete column": "Slett kolonne",
47
+ "Delete row": "Slett rad",
48
+ "Dim grey": "",
49
+ Dimensions: "",
50
+ Disc: "",
51
+ "Document colors": "",
52
+ Dotted: "",
53
+ Double: "",
54
+ Downloadable: "",
55
+ "Dropdown toolbar": "",
56
+ "Edit block": "",
57
+ "Edit link": "Rediger lenke",
58
+ "Editor block content toolbar": "",
59
+ "Editor contextual toolbar": "",
60
+ "Editor editing area: %0": "",
61
+ "Editor toolbar": "",
62
+ "Enter image caption": "Skriv inn bildetekst",
63
+ "Enter table caption": "",
64
+ "Font Background Color": "",
65
+ "Font Color": "",
66
+ "Font Family": "Skrifttype",
67
+ "Font Size": "Skriftstørrelse",
68
+ "Full size image": "Bilde i full størrelse",
69
+ Green: "",
70
+ Grey: "",
71
+ Groove: "",
72
+ "Header column": "Overskriftkolonne",
73
+ "Header row": "Overskriftrad",
74
+ Heading: "Overskrift",
75
+ "Heading 1": "Overskrift 1",
76
+ "Heading 2": "Overskrift 2",
77
+ "Heading 3": "Overskrift 3",
78
+ "Heading 4": "",
79
+ "Heading 5": "",
80
+ "Heading 6": "",
81
+ Height: "",
82
+ "Horizontal text alignment toolbar": "",
83
+ Huge: "Veldig stor",
84
+ "Image resize list": "",
85
+ "Image toolbar": "",
86
+ "image widget": "Bilde-widget",
87
+ "In line": "",
88
+ Insert: "",
89
+ "Insert column left": "",
90
+ "Insert column right": "",
91
+ "Insert image": "Sett inn bilde",
92
+ "Insert image via URL": "",
93
+ "Insert row above": "Sett inn rad over",
94
+ "Insert row below": "Sett inn rad under",
95
+ "Insert table": "Sett inn tabell",
96
+ Inset: "",
97
+ Italic: "Kursiv",
98
+ Justify: "Blokkjuster",
99
+ "Justify cell text": "",
100
+ "Left aligned image": "Venstrejustert bilde",
101
+ "Light blue": "",
102
+ "Light green": "",
103
+ "Light grey": "",
104
+ Link: "Lenke",
105
+ "Link image": "",
106
+ "Link URL": "URL for lenke",
107
+ "List properties": "",
108
+ "Lower-latin": "",
109
+ "Lower–roman": "",
110
+ "Merge cell down": "Slå sammen celle ned",
111
+ "Merge cell left": "Slå sammen celle til venstre",
112
+ "Merge cell right": "Slå sammen celle til høyre",
113
+ "Merge cell up": "Slå sammen celle opp",
114
+ "Merge cells": "Slå sammen celler",
115
+ Next: "",
116
+ None: "",
117
+ "Numbered List": "Nummerert liste",
118
+ "Numbered list styles toolbar": "",
119
+ "Open in a new tab": "",
120
+ "Open link in new tab": "Åpne lenke i ny fane",
121
+ Orange: "",
122
+ Original: "",
123
+ Outset: "",
124
+ Padding: "",
125
+ Paragraph: "Avsnitt",
126
+ Previous: "",
127
+ Purple: "",
128
+ Red: "",
129
+ Redo: "Gjør om",
130
+ "Remove color": "",
131
+ "Resize image": "",
132
+ "Resize image to %0": "",
133
+ "Resize image to the original size": "",
134
+ "Restore default": "",
135
+ "Reversed order": "",
136
+ "Rich Text Editor": "Rikteksteditor",
137
+ Ridge: "",
138
+ "Right aligned image": "Høyrejustert bilde",
139
+ Row: "Rad",
140
+ Save: "Lagre",
141
+ "Select column": "",
142
+ "Select row": "",
143
+ "Show more items": "",
144
+ "Side image": "Sidebilde",
145
+ Small: "Liten",
146
+ Solid: "",
147
+ "Split cell horizontally": "Del celle horisontalt",
148
+ "Split cell vertically": "Del celle vertikalt",
149
+ Square: "",
150
+ "Start at": "",
151
+ "Start index must be greater than 0.": "",
152
+ Strikethrough: "Gjennomstreking",
153
+ Style: "",
154
+ Subscript: "",
155
+ Superscript: "",
156
+ "Table alignment toolbar": "",
157
+ "Table cell text alignment": "",
158
+ "Table properties": "",
159
+ "Table toolbar": "",
160
+ "Text alignment": "Tekstjustering",
161
+ "Text alignment toolbar": "",
162
+ "Text alternative": "Tekstalternativ for bilde",
163
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': "",
164
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': "",
165
+ "This link has no URL": "Denne lenken har ingen URL",
166
+ Tiny: "Veldig liten",
167
+ "To-do List": "",
168
+ "Toggle caption off": "",
169
+ "Toggle caption on": "",
170
+ "Toggle the circle list style": "",
171
+ "Toggle the decimal list style": "",
172
+ "Toggle the decimal with leading zero list style": "",
173
+ "Toggle the disc list style": "",
174
+ "Toggle the lower–latin list style": "",
175
+ "Toggle the lower–roman list style": "",
176
+ "Toggle the square list style": "",
177
+ "Toggle the upper–latin list style": "",
178
+ "Toggle the upper–roman list style": "",
179
+ Turquoise: "",
180
+ "Type or paste your content here.": "",
181
+ "Type your title": "",
182
+ Underline: "Understreking",
183
+ Undo: "Angre",
184
+ Unlink: "Fjern lenke",
185
+ Update: "",
186
+ "Update image URL": "",
187
+ "Upload failed": "Opplasting feilet",
188
+ "Upload in progress": "Opplasting pågår",
189
+ "Upper-latin": "",
190
+ "Upper-roman": "",
191
+ "Vertical text alignment toolbar": "",
192
+ White: "",
193
+ Width: "",
194
+ "Wrap text": "",
195
+ Yellow: ""
196
+ }), t.getPluralForm = function (e) {
197
+ return 1 != e;
198
+ };
199
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));