@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,215 @@
1
+ !function (e) {
2
+ var t = e.ne = e.ne || {};
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 upload file:": "फाइल अपलोड गर्न मिल्दैन",
30
+ "Caption for image: %0": "",
31
+ "Caption for the image": "",
32
+ "Cell properties": "",
33
+ "Center table": "",
34
+ "Centered image": "केन्द्रित तस्वीर",
35
+ "Change image text alternative": "तस्वीर पाठ विकल्प परिवर्तन गर्नुहोस्",
36
+ "Choose heading": "शीर्षक छनौट गर्नुहोस्",
37
+ Circle: "",
38
+ Code: "कोड",
39
+ Color: "",
40
+ "Color picker": "",
41
+ Column: "स्तम्भ",
42
+ "Could not insert image at the current position.": "हालैको स्थितिमा तस्बिर सम्मिलित गर्न सकिएन।",
43
+ "Could not obtain resized image URL.": "पुनःआकार गरिएको तस्बिरको यूआरएल प्राप्त गर्न सकिएन।",
44
+ Dashed: "",
45
+ Decimal: "",
46
+ "Decimal with leading zero": "",
47
+ "Decrease indent": "इन्डेन्ट घटाउन",
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": "शीर्षक-एक",
79
+ "Heading 2": "शीर्षक २",
80
+ "Heading 3": "शीर्षक ३",
81
+ "Heading 4": "शीर्षक ४",
82
+ "Heading 5": "शीर्षक ५",
83
+ "Heading 6": "शीर्षक ६",
84
+ Height: "",
85
+ "Horizontal text alignment toolbar": "",
86
+ Huge: "विशाल",
87
+ "Image resize list": "",
88
+ "Image toolbar": "",
89
+ "image widget": "तस्वीर विजेट",
90
+ "In line": "",
91
+ "Increase indent": "इन्डेन्ट बढाउन",
92
+ Insert: "",
93
+ "Insert column left": "बायाँ स्तम्भ सम्मिलित गर्न",
94
+ "Insert column right": "दायाँ स्तम्भ सम्मिलित गर्न",
95
+ "Insert image": "तस्वीर सम्मिलित गर्नुहोस्",
96
+ "Insert image or file": "तस्बिर वा फाइल सम्मिलित गर्न",
97
+ "Insert image via URL": "",
98
+ "Insert media": "मिडिया सम्मिलित गर्नुहोस्।",
99
+ "Insert row above": "माथि पंक्ति सम्मिलित गर्नुहोस्",
100
+ "Insert row below": "तल पंक्ति सम्मिलित गर्नुहोस्",
101
+ "Insert table": "तालिका सम्मिलित गर्नुहोस्",
102
+ "Inserting image failed": "तस्बिर सम्मिलित गर्न असफल भयो।",
103
+ Inset: "",
104
+ Italic: "इटालिक",
105
+ Justify: "जस्टिफाइ गर्नुहोस्",
106
+ "Justify cell text": "",
107
+ "Left aligned image": "बायाँ पङ्क्ति तस्वीर",
108
+ "Light blue": "हल्का निलो",
109
+ "Light green": "हल्का हरियो",
110
+ "Light grey": "हल्का खैरो",
111
+ Link: "लिङ्क",
112
+ "Link image": "",
113
+ "Link URL": "लिङ्क यूआरएल",
114
+ "List properties": "",
115
+ "Lower-latin": "",
116
+ "Lower–roman": "",
117
+ "Media toolbar": "",
118
+ "Media URL": "मिडिया यूआरएल",
119
+ "media widget": "मिडिया विजेट",
120
+ "Merge cell down": "कक्ष तल मर्ज गर्नुहोस्",
121
+ "Merge cell left": "सेल बायाँ मर्ज गर्नुहोस्",
122
+ "Merge cell right": "दायाँ कक्ष मर्ज गर्नुहोस्",
123
+ "Merge cell up": "कक्ष माथि मर्ज गर्नुहोस्",
124
+ "Merge cells": "कक्ष मर्ज गर्नुहोस्",
125
+ Next: "अर्को",
126
+ None: "",
127
+ "Numbered List": "सूचीबद्ध सूची",
128
+ "Numbered list styles toolbar": "",
129
+ "Open in a new tab": "नयाँ ट्याबमा खोल्न",
130
+ "Open link in new tab": "नयाँ ट्याबमा लिङ्क खोल्नुहोस्",
131
+ "Open media in new tab": "",
132
+ Orange: "सुन्तला रंग",
133
+ Original: "",
134
+ Outset: "",
135
+ Padding: "",
136
+ Paragraph: "अनुच्छेद",
137
+ "Paste the media URL in the input.": "इनपुटमा मिडिया यूआरएल पेस्ट गर्नुहोस्।",
138
+ Previous: "अघिल्लो",
139
+ Purple: "बैंगनी रंग",
140
+ Red: "रातो",
141
+ Redo: "रिडु",
142
+ "Remove color": "रंग हटाउन",
143
+ "Resize image": "",
144
+ "Resize image to %0": "",
145
+ "Resize image to the original size": "",
146
+ "Restore default": "",
147
+ "Reversed order": "",
148
+ "Rich Text Editor": "धनी पाठ सम्पादक",
149
+ Ridge: "",
150
+ "Right aligned image": "दायाँ पङ्क्तिबद्ध तस्वीर",
151
+ Row: "पङ्क्ति",
152
+ Save: "सुरक्षित गर्नुहोस्",
153
+ "Select column": "",
154
+ "Select row": "",
155
+ "Selecting resized image failed": "पुनःआकार गरिएको तस्बिर चयन गर्न असफल भयो।",
156
+ "Show more items": "",
157
+ "Side image": "साइड तस्वीर",
158
+ Small: "सानो",
159
+ Solid: "",
160
+ "Split cell horizontally": "क्षैतिज कक्ष विभाजित गर्नुहोस्",
161
+ "Split cell vertically": "ठाडो कक्ष विभाजित गर्नुहोस्",
162
+ Square: "",
163
+ "Start at": "",
164
+ "Start index must be greater than 0.": "",
165
+ Strikethrough: "स्ट्राइकथ्रू",
166
+ Style: "",
167
+ Subscript: "सबस्क्रिप्ट",
168
+ Superscript: "सुपरस्क्रिप्ट",
169
+ "Table alignment toolbar": "",
170
+ "Table cell text alignment": "",
171
+ "Table properties": "",
172
+ "Table toolbar": "",
173
+ "Text alignment": "पाठ संरेखण",
174
+ "Text alignment toolbar": "",
175
+ "Text alternative": "पाठ विकल्प",
176
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': "",
177
+ "The URL must not be empty.": "यूआरएल खाली हुनु हुँदैन।",
178
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': "",
179
+ "This link has no URL": "यो लिङ्कसँग यूआरएल छैन",
180
+ "This media URL is not supported.": "यो मिडिया यूआरएल समर्थित छैन।",
181
+ Tiny: "सानो",
182
+ "Tip: Paste the URL into the content to embed faster.": "सुझाव:छिटो इम्बेड गर्न यूआरएल सामग्रीमा पेस्ट गर्नुहोस्।",
183
+ "To-do List": "",
184
+ "Toggle caption off": "",
185
+ "Toggle caption on": "",
186
+ "Toggle the circle list style": "",
187
+ "Toggle the decimal list style": "",
188
+ "Toggle the decimal with leading zero list style": "",
189
+ "Toggle the disc list style": "",
190
+ "Toggle the lower–latin list style": "",
191
+ "Toggle the lower–roman list style": "",
192
+ "Toggle the square list style": "",
193
+ "Toggle the upper–latin list style": "",
194
+ "Toggle the upper–roman list style": "",
195
+ Turquoise: "त्रकोइस",
196
+ "Type or paste your content here.": "",
197
+ "Type your title": "",
198
+ Underline: "रेखांकन",
199
+ Undo: "पूर्ववत",
200
+ Unlink: "अनलिङ्क गर्नुहोस्",
201
+ Update: "",
202
+ "Update image URL": "",
203
+ "Upload failed": "अपलोड असफल भयो",
204
+ "Upload in progress": "अपलोड हुदैछ",
205
+ "Upper-latin": "",
206
+ "Upper-roman": "",
207
+ "Vertical text alignment toolbar": "",
208
+ White: "सेतो",
209
+ Width: "",
210
+ "Wrap text": "",
211
+ Yellow: "पहेंलो"
212
+ }), t.getPluralForm = function (e) {
213
+ return 1 != e;
214
+ };
215
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var t = e.nl = e.nl || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %1": "%0 van %1",
5
+ "Align cell text to the bottom": "Celtekst onder uitlijnen",
6
+ "Align cell text to the center": "Tekst in de cel centreren",
7
+ "Align cell text to the left": "Celtekst links uitlijnen",
8
+ "Align cell text to the middle": "Celtekst in het midden uitlijnen",
9
+ "Align cell text to the right": "Celtekst rechts uitlijnen",
10
+ "Align cell text to the top": "Celtekst boven uitlijnen",
11
+ "Align center": "Midden uitlijnen",
12
+ "Align left": "Links uitlijnen",
13
+ "Align right": "Rechts uitlijnen",
14
+ "Align table to the left": "Tabel links uitlijnen",
15
+ "Align table to the right": "Tabel rechts uitlijnen",
16
+ Alignment: "Uitlijning",
17
+ Aquamarine: "Aquamarijn",
18
+ Background: "Achtergrond",
19
+ Big: "Groot",
20
+ Black: "Zwart",
21
+ "Block quote": "Blok citaat",
22
+ Blue: "Blauw",
23
+ Bold: "Vet",
24
+ Border: "Rand",
25
+ "Break text": "Tekst afbreken",
26
+ "Bulleted List": "Ongenummerde lijst",
27
+ "Bulleted list styles toolbar": "Toolbar voor stijlen van opsommingslijsten",
28
+ Cancel: "Annuleren",
29
+ "Cannot determine a category for the uploaded file.": "Kan geen categorie bepalen voor het geüploade bestand.",
30
+ "Cannot upload file:": "Kan bestand niet uploaden:",
31
+ "Caption for image: %0": "Bijschrift voor afbeelding: %0",
32
+ "Caption for the image": "Bijschrift voor afbeelding",
33
+ "Cell properties": "Celeigenschappen",
34
+ "Center table": "Tabel centreren",
35
+ "Centered image": "Gecentreerde afbeelding",
36
+ "Change image text alternative": "Verander alt-tekst van de afbeelding",
37
+ "Choose heading": "Kies kop",
38
+ Circle: "Cirkel",
39
+ Code: "Code",
40
+ Color: "Kleur",
41
+ "Color picker": "Kleurkiezer",
42
+ Column: "Kolom",
43
+ "Could not insert image at the current position.": "Kan afbeelding niet op de huidige positie invoegen.",
44
+ "Could not obtain resized image URL.": "Het is niet gelukt de geschaalde afbeelding URL te verkrijgen.",
45
+ Dashed: "Onderbroken",
46
+ Decimal: "Decimaal",
47
+ "Decimal with leading zero": "Decimaal voorafgegaan door een nul",
48
+ "Decrease indent": "Minder inspringen",
49
+ Default: "Standaard",
50
+ "Delete column": "Verwijder kolom",
51
+ "Delete row": "Verwijder rij",
52
+ "Dim grey": "Gedimd grijs",
53
+ Dimensions: "Afmetingen",
54
+ Disc: "Schijf",
55
+ "Document colors": "Document kleur",
56
+ Dotted: "Stippellijn",
57
+ Double: "Dubbel",
58
+ Downloadable: "Downloadbaar",
59
+ "Dropdown toolbar": "Drop-down werkbalk",
60
+ "Edit block": "Blok aanpassen",
61
+ "Edit link": "Bewerk link",
62
+ "Editor block content toolbar": "Inhoud werkbalk voor editorblok",
63
+ "Editor contextual toolbar": "Contextuele werkbalk van editor",
64
+ "Editor editing area: %0": "Bewerkingsgebied: %0",
65
+ "Editor toolbar": "Editor welkbalk",
66
+ "Enter image caption": "Typ een afbeeldingsbijschrift",
67
+ "Enter table caption": "Voer tabelbijschrift in",
68
+ "Font Background Color": "Tekst achtergrondkleur",
69
+ "Font Color": "Tekstkleur",
70
+ "Font Family": "Lettertype",
71
+ "Font Size": "Lettergrootte",
72
+ "Full size image": "Afbeelding op volledige grootte",
73
+ Green: "Groen",
74
+ Grey: "Grijs",
75
+ Groove: "Sleuf",
76
+ "Header column": "Titel kolom",
77
+ "Header row": "Titel rij",
78
+ Heading: "Koppen",
79
+ "Heading 1": "Kop 1",
80
+ "Heading 2": "Kop 2",
81
+ "Heading 3": "Kop 3",
82
+ "Heading 4": "Kop 4",
83
+ "Heading 5": "Kop 5",
84
+ "Heading 6": "Kop 6",
85
+ Height: "Hoogte",
86
+ "Horizontal text alignment toolbar": "Werkbalk voor horizontale tekstuitlijning",
87
+ Huge: "Zeer groot",
88
+ "Image resize list": "Lijst voor wijzigen van afbeeldingsformaat",
89
+ "Image toolbar": "Afbeeldingswerkbalk",
90
+ "image widget": "afbeeldingswidget",
91
+ "In line": "In lijn",
92
+ "Increase indent": "Inspringen",
93
+ Insert: "Invoegen",
94
+ "Insert column left": "Kolom links invoegen",
95
+ "Insert column right": "Kolom rechts invoegen",
96
+ "Insert image": "Afbeelding toevoegen",
97
+ "Insert image or file": "Voeg afbeelding of bestand in",
98
+ "Insert image via URL": "Afbeelding toevoegen via URL",
99
+ "Insert media": "Voer media in",
100
+ "Insert paragraph after block": "Voeg paragraaf toe na blok",
101
+ "Insert paragraph before block": "Voeg paragraaf toe voor blok",
102
+ "Insert row above": "Rij hierboven invoegen",
103
+ "Insert row below": "Rij hieronder invoegen",
104
+ "Insert table": "Tabel invoegen",
105
+ "Inserting image failed": "Afbeelding invoegen niet gelukt",
106
+ Inset: "Ingezet",
107
+ Italic: "Cursief",
108
+ Justify: "Volledig uitlijnen",
109
+ "Justify cell text": "Celtekst uitvullen",
110
+ "Left aligned image": "Links uitgelijnde afbeelding",
111
+ "Light blue": "Lichtblauw",
112
+ "Light green": "Lichtgroen",
113
+ "Light grey": "Lichtgrijs",
114
+ Link: "Link",
115
+ "Link image": "Link afbeelding",
116
+ "Link URL": "Link URL",
117
+ "List properties": "Lijsteigenschappen",
118
+ "Lower-latin": "Kleine Latijnse letters",
119
+ "Lower–roman": "Kleine Romeinse cijfers",
120
+ "Media toolbar": "Media werkbalk",
121
+ "Media URL": "Media URL",
122
+ "media widget": "media widget",
123
+ "Merge cell down": "Cel hieronder samenvoegen",
124
+ "Merge cell left": "Cel hiervoor samenvoegen",
125
+ "Merge cell right": "Cel hierna samenvoegen",
126
+ "Merge cell up": "Cel hierboven samenvoegen",
127
+ "Merge cells": "Cellen samenvoegen",
128
+ Next: "Volgende",
129
+ None: "Geen",
130
+ "Numbered List": "Genummerde lijst",
131
+ "Numbered list styles toolbar": "Toolbar voor stijlen van genummerde lijsten",
132
+ "Open file manager": "Open bestandsmanager",
133
+ "Open in a new tab": "Open een nieuw tabblad",
134
+ "Open link in new tab": "Open link in nieuw tabblad",
135
+ "Open media in new tab": "Open media in nieuw tabblad",
136
+ Orange: "Oranje",
137
+ Original: "Origineel",
138
+ Outset: "Opliggend",
139
+ Padding: "Opvulling",
140
+ Paragraph: "Paragraaf",
141
+ "Paste the media URL in the input.": "Plak de media URL in het invoerveld.",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "Druk op Enter om na de widget te typen of druk op Shift + Enter om vóór de widget te typen",
143
+ Previous: "Vorige",
144
+ Purple: "Paars",
145
+ Red: "Rood",
146
+ Redo: "Opnieuw",
147
+ "Remove color": "Verwijder kleur",
148
+ "Resize image": "Afbeeldingsformaat wijzigen",
149
+ "Resize image to %0": "Afbeeldingsformaat wijzigen naar %0",
150
+ "Resize image to the original size": "Afbeeldingsformaat wijzigen naar originele grootte",
151
+ "Restore default": "Standaardinstellingen terugzetten",
152
+ "Reversed order": "Omgekeerde volgorde",
153
+ "Rich Text Editor": "Tekstbewerker",
154
+ Ridge: "Rand",
155
+ "Right aligned image": "Rechts uitgelijnde afbeelding",
156
+ Row: "Rij",
157
+ Save: "Opslaan",
158
+ "Select all": "Selecteer alles",
159
+ "Select column": "Selecteer kolom",
160
+ "Select row": "Selecteer rij",
161
+ "Selecting resized image failed": "De geschaalde afbeelding selecteren is niet gelukt",
162
+ "Show more items": "Meer items weergeven",
163
+ "Side image": "Afbeelding naast tekst",
164
+ Small: "Klein",
165
+ Solid: "Ononderbroken",
166
+ "Split cell horizontally": "Splits cel horizontaal",
167
+ "Split cell vertically": "Splits cel verticaal",
168
+ Square: "Vierkant",
169
+ "Start at": "Begin op",
170
+ "Start index must be greater than 0.": "Begin van index moet groter zijn dan 0.",
171
+ Strikethrough: "Doorhalen",
172
+ Style: "Stijl",
173
+ Subscript: "Subscript",
174
+ Superscript: "Superscript",
175
+ "Table alignment toolbar": "Werkbalk tabeluitlijning",
176
+ "Table cell text alignment": "Tekstuitlijning tabelcel",
177
+ "Table properties": "Tabeleigenschappen",
178
+ "Table toolbar": "Tabel werkbalk",
179
+ "Text alignment": "Tekst uitlijning",
180
+ "Text alignment toolbar": "Tekst uitlijning werkbalk",
181
+ "Text alternative": "Alt-tekst",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': 'De kleur in niet correct, probeer "#FF0000" of "rgb(255,0,0)" of "red".',
183
+ "The URL must not be empty.": "De URL mag niet leeg zijn.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': "De waarde is ongeldig. Probeer '10px' of '2em' of gewoon '2'.",
185
+ "This link has no URL": "Deze link heeft geen URL",
186
+ "This media URL is not supported.": "Deze media URL wordt niet ondersteund.",
187
+ Tiny: "Zeer klein",
188
+ "Tip: Paste the URL into the content to embed faster.": "Tip: plak de URL in de inhoud om deze sneller in te laten sluiten.",
189
+ "To-do List": "To-do lijst",
190
+ "Toggle caption off": "Bijschrift uitzetten",
191
+ "Toggle caption on": "Bijschrift aanzetten",
192
+ "Toggle the circle list style": "Schakel de stijl van lijsten met cirkel in",
193
+ "Toggle the decimal list style": "Schakel de stijl van lijsten met cijfers in",
194
+ "Toggle the decimal with leading zero list style": "Schakel de stijl van lijsten met cijfers voorafgegaan door een nul in",
195
+ "Toggle the disc list style": "Schakel de stijl van lijsten met bulletpoint in",
196
+ "Toggle the lower–latin list style": "Schakel de stijl van lijsten met kleine Latijnse letters in",
197
+ "Toggle the lower–roman list style": "Schakel de stijl van lijsten met kleine Romeinse cijfers in",
198
+ "Toggle the square list style": "Schakel de stijl van lijsten met vierkant in",
199
+ "Toggle the upper–latin list style": "Schakel de stijl van lijsten met Latijnse hoofdletters in",
200
+ "Toggle the upper–roman list style": "Schakel de stijl van lijsten met grote Romeinse cijfers in",
201
+ Turquoise: "Turquoise",
202
+ "Type or paste your content here.": "Voer of plak uw inhoud in.",
203
+ "Type your title": "Voor uw titel in",
204
+ Underline: "Onderlijnen",
205
+ Undo: "Ongedaan maken",
206
+ Unlink: "Verwijder link",
207
+ Update: "Update",
208
+ "Update image URL": "URL van afbeelding bijwerken",
209
+ "Upload failed": "Uploaden afbeelding mislukt",
210
+ "Upload in progress": "Bezig met uploaden",
211
+ "Upper-latin": "Latijnse hoofdletters",
212
+ "Upper-roman": "Grote Romeinse cijfers",
213
+ "Vertical text alignment toolbar": "Werkbalk voor verticale tekstuitlijning",
214
+ White: "Wit",
215
+ "Widget toolbar": "Widget werkbalk",
216
+ Width: "Breedte",
217
+ "Wrap text": "Tekstterugloop",
218
+ Yellow: "Geel"
219
+ }), t.getPluralForm = function (e) {
220
+ return 1 != e;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));
@@ -0,0 +1,222 @@
1
+ !function (e) {
2
+ var t = e.no = e.no || {};
3
+ t.dictionary = Object.assign(t.dictionary || {}, {
4
+ "%0 of %1": "%0 av %1",
5
+ "Align cell text to the bottom": "Juster celletekst til bunn ",
6
+ "Align cell text to the center": "Juster celletekst til midten ",
7
+ "Align cell text to the left": "Juster celletekst til venstre ",
8
+ "Align cell text to the middle": "Juster celletekst til midten",
9
+ "Align cell text to the right": "Juster celletekst til høyre ",
10
+ "Align cell text to the top": "Juster celletekst til topp",
11
+ "Align center": "Midtstill",
12
+ "Align left": "Venstrejuster",
13
+ "Align right": "Høyrejuster",
14
+ "Align table to the left": "Juster tabell til venstre ",
15
+ "Align table to the right": "Juster tabell til høyre ",
16
+ Alignment: "Justering",
17
+ Aquamarine: "Akvamarin",
18
+ Background: "Bakgrunn ",
19
+ Big: "Stor",
20
+ Black: "Svart",
21
+ "Block quote": "Blokksitat",
22
+ Blue: "Blå",
23
+ Bold: "Fet",
24
+ Border: "Kantlinje ",
25
+ "Break text": "Bryt tekst",
26
+ "Bulleted List": "Punktliste",
27
+ "Bulleted list styles toolbar": "Verktøylinje for punktlistestiler",
28
+ Cancel: "Avbryt",
29
+ "Cannot determine a category for the uploaded file.": "Kunne ikke avgjøre kategori for den opplastede filen.",
30
+ "Cannot upload file:": "Kan ikke laste opp fil:",
31
+ "Caption for image: %0": "Bildetekst for bilde: %0",
32
+ "Caption for the image": "Bildetekst",
33
+ "Cell properties": "Celleegenskaper ",
34
+ "Center table": "Sentrer tabell ",
35
+ "Centered image": "Midtstilt bilde",
36
+ "Change image text alternative": "Endre tekstalternativ til bildet",
37
+ "Choose heading": "Velg overskrift",
38
+ Circle: "Sirkel",
39
+ Code: "Kode",
40
+ Color: "Farge",
41
+ "Color picker": "Fargevalg ",
42
+ Column: "Kolonne",
43
+ "Could not insert image at the current position.": "Kunne ikke sette inn bilde på gjeldende posisjon.",
44
+ "Could not obtain resized image URL.": "Kunne ikke finne URL for bilde med endret størrelse.",
45
+ Dashed: "Stiplet",
46
+ Decimal: "Nummer",
47
+ "Decimal with leading zero": "Nummer med foranstilt null",
48
+ "Decrease indent": "Reduser innrykk",
49
+ Default: "Standard",
50
+ "Delete column": "Slett kolonne",
51
+ "Delete row": "Slett rad",
52
+ "Dim grey": "Svak grå",
53
+ Dimensions: "Dimensjoner",
54
+ Disc: "Disk",
55
+ "Document colors": "Dokumentfarger",
56
+ Dotted: "Stiplede",
57
+ Double: "Dobbel ",
58
+ Downloadable: "Nedlastbar",
59
+ "Dropdown toolbar": "Verktøylinje for nedtrekksliste",
60
+ "Edit block": "Rediger blokk",
61
+ "Edit link": "Rediger lenke",
62
+ "Editor block content toolbar": "Verktøylinje for blokkinnhold i redigeringsverktøy",
63
+ "Editor contextual toolbar": "Verktøylinje for kontekst i redigeringsverktøy",
64
+ "Editor editing area: %0": "Redigeringsområde for redigeringsverktøyet: %0",
65
+ "Editor toolbar": "Verktøylinje for redigeringsverktøy",
66
+ "Enter image caption": "Skriv inn bildetekst",
67
+ "Enter table caption": "Legg inn tabelltekst",
68
+ "Font Background Color": "Uthevingsfarge for tekst",
69
+ "Font Color": "Skriftfarge",
70
+ "Font Family": "Skrifttypefamilie",
71
+ "Font Size": "Skriftstørrelse",
72
+ "Full size image": "Bilde i full størrelse",
73
+ Green: "Grønn",
74
+ Grey: "Grå",
75
+ Groove: "Grov",
76
+ "Header column": "Overskriftkolonne",
77
+ "Header row": "Overskriftrad",
78
+ Heading: "Overskrift",
79
+ "Heading 1": "Overskrift 1",
80
+ "Heading 2": "Overskrift 2",
81
+ "Heading 3": "Overskrift 3",
82
+ "Heading 4": "Overskrift 4",
83
+ "Heading 5": "Overskrift 5",
84
+ "Heading 6": "Overskrift 6",
85
+ Height: "Høyde",
86
+ "Horizontal text alignment toolbar": "Verktøylinje for justering av tekst horisontalt ",
87
+ Huge: "Veldig stor",
88
+ "Image resize list": "Nedtrekksliste for bildestørrelse",
89
+ "Image toolbar": "Verktøylinje for bilde",
90
+ "image widget": "Bilde-widget",
91
+ "In line": "Innlemmet",
92
+ "Increase indent": "Øk innrykk",
93
+ Insert: "Sett inn",
94
+ "Insert column left": "Sett inn kolonne til venstre",
95
+ "Insert column right": "Sett inn kolonne til høyre",
96
+ "Insert image": "Sett inn bilde",
97
+ "Insert image or file": "Sett inn bilde eller fil",
98
+ "Insert image via URL": "Sett inn bilde via URL",
99
+ "Insert media": "Sett inn media",
100
+ "Insert paragraph after block": "Sett inn paragraf etter blokk",
101
+ "Insert paragraph before block": "Sett inn paragraf foran blokk",
102
+ "Insert row above": "Sett inn rad over",
103
+ "Insert row below": "Sett inn rad under",
104
+ "Insert table": "Sett inn tabell",
105
+ "Inserting image failed": "Innsetting av bilde mislyktes",
106
+ Inset: "Innover",
107
+ Italic: "Kursiv",
108
+ Justify: "Blokkjuster",
109
+ "Justify cell text": "Rett celletekst ",
110
+ "Left aligned image": "Venstrejustert bilde",
111
+ "Light blue": "Lyseblå",
112
+ "Light green": "Lysegrønn",
113
+ "Light grey": "Lysegrå",
114
+ Link: "Lenke",
115
+ "Link image": "Bildelenke",
116
+ "Link URL": "Lenke-URL",
117
+ "List properties": "Listeegenskaper",
118
+ "Lower-latin": "Små latinske tegn",
119
+ "Lower–roman": "Små romertall",
120
+ "Media toolbar": "Media verktøy ",
121
+ "Media URL": "Media-URL",
122
+ "media widget": "media-widget",
123
+ "Merge cell down": "Slå sammen celle under",
124
+ "Merge cell left": "Slå sammen celle til venstre",
125
+ "Merge cell right": "Slå sammen celle til høyre",
126
+ "Merge cell up": "Slå sammen celle over",
127
+ "Merge cells": "Slå sammen celler",
128
+ Next: "Neste",
129
+ None: "Ingen",
130
+ "Numbered List": "Nummerert liste",
131
+ "Numbered list styles toolbar": "Verktøylinje for stiler for nummererte lister",
132
+ "Open file manager": "Åpne filutforsker",
133
+ "Open in a new tab": "Åpne i ny fane",
134
+ "Open link in new tab": "Åpne lenke i ny fane",
135
+ "Open media in new tab": "Åpne media i ny fane",
136
+ Orange: "Oransje",
137
+ Original: "Original",
138
+ Outset: "Utover",
139
+ Padding: "Fylling",
140
+ Paragraph: "Avsnitt",
141
+ "Paste the media URL in the input.": "Lim inn media URL ",
142
+ "Press Enter to type after or press Shift + Enter to type before the widget": "Trykk Enter for å skrive etter eller trykk Shift + Enter for å skrive før widgeten",
143
+ Previous: "Forrige",
144
+ Purple: "Lilla",
145
+ Red: "Rød",
146
+ Redo: "Gjør om",
147
+ "Remove color": "Fjern farge",
148
+ "Resize image": "Endre bildestørrelse",
149
+ "Resize image to %0": "Endre bildestørrelse til %0",
150
+ "Resize image to the original size": "Endre bildestørrelse til originalstørrelse",
151
+ "Restore default": "Tilbakestill til standard",
152
+ "Reversed order": "Motsatt rekkefølge",
153
+ "Rich Text Editor": "Tekstredigeringsverktøy for rik tekst",
154
+ Ridge: "Kjede",
155
+ "Right aligned image": "Høyrejustert bilde",
156
+ Row: "Rad",
157
+ Save: "Lagre",
158
+ "Select all": "Velg alt ",
159
+ "Select column": "Velg kolonne ",
160
+ "Select row": "Velg rad",
161
+ "Selecting resized image failed": "Kunne ikke velge bilde med endret størrelse",
162
+ "Show more items": "Vis flere elementer",
163
+ "Side image": "Sidestilt bilde",
164
+ Small: "Liten",
165
+ Solid: "Hel",
166
+ "Split cell horizontally": "Del opp celle horisontalt",
167
+ "Split cell vertically": "Del opp celle vertikalt",
168
+ Square: "Firkant",
169
+ "Start at": "Start ved",
170
+ "Start index must be greater than 0.": "Startindeks må være større enn 0.",
171
+ Strikethrough: "Gjennomstreket",
172
+ Style: "Stil ",
173
+ Subscript: "Senket skrift",
174
+ Superscript: "Hevet skrift",
175
+ "Table alignment toolbar": "Verktøylinje for justering av tabell ",
176
+ "Table cell text alignment": "Celle tekstjustering ",
177
+ "Table properties": "Egenskaper for tabell",
178
+ "Table toolbar": "Tabell verktøylinje ",
179
+ "Text alignment": "Tekstjustering",
180
+ "Text alignment toolbar": "Verktøylinje for tekstjustering",
181
+ "Text alternative": "Tekstalternativ",
182
+ 'The color is invalid. Try "#FF0000" or "rgb(255,0,0)" or "red".': "Ugyldig farge ",
183
+ "The URL must not be empty.": "URL-en kan ikke være tom.",
184
+ 'The value is invalid. Try "10px" or "2em" or simply "2".': "Ugyldig verdi ",
185
+ "This link has no URL": "Denne lenken mangler en URL",
186
+ "This media URL is not supported.": "Denne media-URL-en er ikke støttet.",
187
+ Tiny: "Veldig liten",
188
+ "Tip: Paste the URL into the content to embed faster.": "Tips: lim inn URL i innhold for bedre hastighet ",
189
+ "To-do List": "Oppgaveliste",
190
+ "Toggle caption off": "Veksle tabelltekst av",
191
+ "Toggle caption on": "Veksle tabelltekst på",
192
+ "Toggle the circle list style": "Veksle sirkellistestil",
193
+ "Toggle the decimal list style": "Veksle nummerlistestil",
194
+ "Toggle the decimal with leading zero list style": "Veksle listestilen med nummer med foranstilt null",
195
+ "Toggle the disc list style": "Veksle disklistestil",
196
+ "Toggle the lower–latin list style": "Veksle listestilen med små latinske tegn",
197
+ "Toggle the lower–roman list style": "Veksle listestilen med små romertall",
198
+ "Toggle the square list style": "Veksle firkantlistestil",
199
+ "Toggle the upper–latin list style": "Veksle listestilen med store latinske tegn",
200
+ "Toggle the upper–roman list style": "Veksle listestilen med store romertall",
201
+ Turquoise: "Turkis",
202
+ "Type or paste your content here.": "Skriv eller lim inn ditt innhold her",
203
+ "Type your title": "Skriv inn tittel",
204
+ Underline: "Understreket",
205
+ Undo: "Angre",
206
+ Unlink: "Fjern lenke",
207
+ Update: "Oppdater",
208
+ "Update image URL": "Oppdater bilde-URL",
209
+ "Upload failed": "Kunne ikke laste opp",
210
+ "Upload in progress": "Laster opp fil",
211
+ "Upper-latin": "Store latinske tegn",
212
+ "Upper-roman": "Store romertall",
213
+ "Vertical text alignment toolbar": "Verktøylinje for justering av tekst vertikalt ",
214
+ White: "Hvit",
215
+ "Widget toolbar": "Widget verktøylinje ",
216
+ Width: "Bredde",
217
+ "Wrap text": "Omslutt",
218
+ Yellow: "Gul"
219
+ }), t.getPluralForm = function (e) {
220
+ return 1 != e;
221
+ };
222
+ }(window.CKEDITOR_TRANSLATIONS || (window.CKEDITOR_TRANSLATIONS = {}));