ckeditor5 31.1.0 → 34.0.0

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.
@@ -5,282 +5,307 @@
5
5
  "id": "./src/clipboard.js",
6
6
  "buildMeta": {
7
7
  "exportsType": "namespace",
8
- "providedExports": [
9
- "Clipboard",
10
- "ClipboardPipeline",
11
- "DragDrop",
12
- "PastePlainText"
13
- ]
14
- }
8
+ "sideEffectFree": true
9
+ },
10
+ "exports": [
11
+ "Clipboard",
12
+ "ClipboardPipeline",
13
+ "DragDrop",
14
+ "PastePlainText"
15
+ ]
15
16
  },
16
17
  "./core.js": {
17
18
  "id": "./src/core.js",
18
19
  "buildMeta": {
19
20
  "exportsType": "namespace",
20
- "providedExports": [
21
- "Plugin",
22
- "Command",
23
- "MultiCommand",
24
- "Context",
25
- "ContextPlugin",
26
- "Editor",
27
- "EditorUI",
28
- "attachToForm",
29
- "DataApiMixin",
30
- "ElementApiMixin",
31
- "secureSourceElement",
32
- "PendingActions",
33
- "icons"
34
- ]
35
- }
21
+ "sideEffectFree": true
22
+ },
23
+ "exports": [
24
+ "Command",
25
+ "Context",
26
+ "ContextPlugin",
27
+ "DataApiMixin",
28
+ "Editor",
29
+ "EditorUI",
30
+ "ElementApiMixin",
31
+ "MultiCommand",
32
+ "PendingActions",
33
+ "Plugin",
34
+ "attachToForm",
35
+ "icons",
36
+ "secureSourceElement"
37
+ ]
36
38
  },
37
39
  "./engine.js": {
38
40
  "id": "./src/engine.js",
39
41
  "buildMeta": {
40
42
  "exportsType": "namespace",
41
- "providedExports": [
42
- "enablePlaceholder",
43
- "disablePlaceholder",
44
- "showPlaceholder",
45
- "hidePlaceholder",
46
- "needsPlaceholder",
47
- "EditingController",
48
- "DataController",
49
- "Conversion",
50
- "HtmlDataProcessor",
51
- "InsertOperation",
52
- "MarkerOperation",
53
- "OperationFactory",
54
- "transformSets",
55
- "DocumentSelection",
56
- "Range",
57
- "LiveRange",
58
- "LivePosition",
59
- "Model",
60
- "TreeWalker",
61
- "Element",
62
- "DomConverter",
63
- "Renderer",
64
- "ViewDocument",
65
- "getFillerOffset",
66
- "Observer",
67
- "ClickObserver",
68
- "DomEventObserver",
69
- "MouseObserver",
70
- "DowncastWriter",
71
- "UpcastWriter",
72
- "Matcher",
73
- "DomEventData",
74
- "StylesProcessor",
75
- "addBackgroundRules",
76
- "addBorderRules",
77
- "addMarginRules",
78
- "addPaddingRules",
79
- "isColor",
80
- "isLineStyle",
81
- "isLength",
82
- "isPercentage",
83
- "isRepeat",
84
- "isPosition",
85
- "isAttachment",
86
- "isURL",
87
- "getBoxSidesValues",
88
- "getBoxSidesValueReducer",
89
- "getBoxSidesShorthandValue",
90
- "getPositionShorthandNormalizer",
91
- "getShorthandValues"
92
- ]
93
- }
43
+ "sideEffectFree": true
44
+ },
45
+ "exports": [
46
+ "ClickObserver",
47
+ "Conversion",
48
+ "DataController",
49
+ "DocumentFragment",
50
+ "DocumentSelection",
51
+ "DomConverter",
52
+ "DomEventData",
53
+ "DomEventObserver",
54
+ "DowncastWriter",
55
+ "EditingController",
56
+ "Element",
57
+ "History",
58
+ "HtmlDataProcessor",
59
+ "InsertOperation",
60
+ "LivePosition",
61
+ "LiveRange",
62
+ "MarkerOperation",
63
+ "Matcher",
64
+ "Model",
65
+ "MouseObserver",
66
+ "Observer",
67
+ "OperationFactory",
68
+ "Position",
69
+ "Range",
70
+ "Renderer",
71
+ "StylesProcessor",
72
+ "Text",
73
+ "TreeWalker",
74
+ "UpcastWriter",
75
+ "ViewDocument",
76
+ "ViewDocumentFragment",
77
+ "ViewElement",
78
+ "ViewText",
79
+ "addBackgroundRules",
80
+ "addBorderRules",
81
+ "addMarginRules",
82
+ "addPaddingRules",
83
+ "disablePlaceholder",
84
+ "enablePlaceholder",
85
+ "getBoxSidesShorthandValue",
86
+ "getBoxSidesValueReducer",
87
+ "getBoxSidesValues",
88
+ "getFillerOffset",
89
+ "getPositionShorthandNormalizer",
90
+ "getShorthandValues",
91
+ "hidePlaceholder",
92
+ "isAttachment",
93
+ "isColor",
94
+ "isLength",
95
+ "isLineStyle",
96
+ "isPercentage",
97
+ "isPosition",
98
+ "isRepeat",
99
+ "isURL",
100
+ "needsPlaceholder",
101
+ "showPlaceholder",
102
+ "transformSets"
103
+ ]
94
104
  },
95
105
  "./enter.js": {
96
106
  "id": "./src/enter.js",
97
107
  "buildMeta": {
98
108
  "exportsType": "namespace",
99
- "providedExports": [
100
- "Enter",
101
- "ShiftEnter"
102
- ]
103
- }
109
+ "sideEffectFree": true
110
+ },
111
+ "exports": [
112
+ "Enter",
113
+ "ShiftEnter"
114
+ ]
104
115
  },
105
116
  "./paragraph.js": {
106
117
  "id": "./src/paragraph.js",
107
118
  "buildMeta": {
108
119
  "exportsType": "namespace",
109
- "providedExports": [
110
- "Paragraph",
111
- "ParagraphButtonUI"
112
- ]
113
- }
120
+ "sideEffectFree": true
121
+ },
122
+ "exports": [
123
+ "Paragraph",
124
+ "ParagraphButtonUI"
125
+ ]
114
126
  },
115
127
  "./select-all.js": {
116
128
  "id": "./src/select-all.js",
117
129
  "buildMeta": {
118
130
  "exportsType": "namespace",
119
- "providedExports": [
120
- "SelectAll",
121
- "SelectAllEditing",
122
- "SelectAllUI"
123
- ]
124
- }
131
+ "sideEffectFree": true
132
+ },
133
+ "exports": [
134
+ "SelectAll",
135
+ "SelectAllEditing",
136
+ "SelectAllUI"
137
+ ]
125
138
  },
126
139
  "./typing.js": {
127
140
  "id": "./src/typing.js",
128
141
  "buildMeta": {
129
142
  "exportsType": "namespace",
130
- "providedExports": [
131
- "Typing",
132
- "Input",
133
- "Delete",
134
- "TextWatcher",
135
- "TwoStepCaretMovement",
136
- "TextTransformation",
137
- "inlineHighlight",
138
- "findAttributeRange",
139
- "getLastTextLine",
140
- "isNonTypingKeystroke"
141
- ]
142
- }
143
+ "sideEffectFree": true
144
+ },
145
+ "exports": [
146
+ "Delete",
147
+ "Input",
148
+ "TextTransformation",
149
+ "TextWatcher",
150
+ "TwoStepCaretMovement",
151
+ "Typing",
152
+ "findAttributeRange",
153
+ "getLastTextLine",
154
+ "inlineHighlight",
155
+ "isNonTypingKeystroke"
156
+ ]
143
157
  },
144
158
  "./ui.js": {
145
159
  "id": "./src/ui.js",
146
160
  "buildMeta": {
147
161
  "exportsType": "namespace",
148
- "providedExports": [
149
- "clickOutsideHandler",
150
- "injectCssTransitionDisabler",
151
- "submitHandler",
152
- "BodyCollection",
153
- "ButtonView",
154
- "SwitchButtonView",
155
- "getLocalizedColorOptions",
156
- "normalizeColorOptions",
157
- "normalizeSingleColorDefinition",
158
- "ColorGridView",
159
- "ColorTileView",
160
- "DropdownButtonView",
161
- "SplitButtonView",
162
- "createDropdown",
163
- "addToolbarToDropdown",
164
- "addListToDropdown",
165
- "EditorUIView",
166
- "BoxedEditorUIView",
167
- "InlineEditableUIView",
168
- "FormHeaderView",
169
- "FocusCycler",
170
- "IconView",
171
- "InputTextView",
172
- "IframeView",
173
- "LabelView",
174
- "LabeledFieldView",
175
- "createLabeledInputText",
176
- "createLabeledDropdown",
177
- "ListItemView",
178
- "ListView",
179
- "Notification",
180
- "Model",
181
- "BalloonPanelView",
182
- "ContextualBalloon",
183
- "StickyPanelView",
184
- "TooltipView",
185
- "Template",
186
- "ToolbarView",
187
- "ToolbarSeparatorView",
188
- "enableToolbarKeyboardFocus",
189
- "normalizeToolbarConfig",
190
- "BalloonToolbar",
191
- "BlockToolbar",
192
- "View",
193
- "ViewCollection"
194
- ]
195
- }
162
+ "sideEffectFree": true
163
+ },
164
+ "exports": [
165
+ "BalloonPanelView",
166
+ "BalloonToolbar",
167
+ "BlockToolbar",
168
+ "BodyCollection",
169
+ "BoxedEditorUIView",
170
+ "ButtonView",
171
+ "ColorGridView",
172
+ "ColorTileView",
173
+ "ContextualBalloon",
174
+ "DropdownButtonView",
175
+ "EditorUIView",
176
+ "FocusCycler",
177
+ "FormHeaderView",
178
+ "IconView",
179
+ "IframeView",
180
+ "InlineEditableUIView",
181
+ "InputNumberView",
182
+ "InputTextView",
183
+ "InputView",
184
+ "LabelView",
185
+ "LabeledFieldView",
186
+ "ListItemView",
187
+ "ListView",
188
+ "Model",
189
+ "Notification",
190
+ "SplitButtonView",
191
+ "StickyPanelView",
192
+ "SwitchButtonView",
193
+ "Template",
194
+ "ToolbarSeparatorView",
195
+ "ToolbarView",
196
+ "TooltipView",
197
+ "View",
198
+ "ViewCollection",
199
+ "addListToDropdown",
200
+ "addToolbarToDropdown",
201
+ "clickOutsideHandler",
202
+ "createDropdown",
203
+ "createLabeledDropdown",
204
+ "createLabeledInputNumber",
205
+ "createLabeledInputText",
206
+ "enableToolbarKeyboardFocus",
207
+ "getLocalizedColorOptions",
208
+ "injectCssTransitionDisabler",
209
+ "normalizeColorOptions",
210
+ "normalizeSingleColorDefinition",
211
+ "normalizeToolbarConfig",
212
+ "submitHandler"
213
+ ]
196
214
  },
197
215
  "./undo.js": {
198
216
  "id": "./src/undo.js",
199
217
  "buildMeta": {
200
218
  "exportsType": "namespace",
201
- "providedExports": [
202
- "Undo",
203
- "UndoEditing",
204
- "UndoUi"
205
- ]
206
- }
219
+ "sideEffectFree": true
220
+ },
221
+ "exports": [
222
+ "Undo",
223
+ "UndoEditing",
224
+ "UndoUi"
225
+ ]
207
226
  },
208
227
  "./upload.js": {
209
228
  "id": "./src/upload.js",
210
229
  "buildMeta": {
211
230
  "exportsType": "namespace",
212
- "providedExports": [
213
- "FileRepository",
214
- "FileDialogButtonView",
215
- "Base64UploadAdapter",
216
- "SimpleUploadAdapter"
217
- ]
218
- }
231
+ "sideEffectFree": true
232
+ },
233
+ "exports": [
234
+ "Base64UploadAdapter",
235
+ "FileDialogButtonView",
236
+ "FileRepository",
237
+ "SimpleUploadAdapter"
238
+ ]
219
239
  },
220
240
  "./utils.js": {
221
241
  "id": "./src/utils.js",
222
242
  "buildMeta": {
223
243
  "exportsType": "namespace",
224
- "providedExports": [
225
- "env",
226
- "diff",
227
- "mix",
228
- "EmitterMixin",
229
- "ObservableMixin",
230
- "CKEditorError",
231
- "logError",
232
- "logWarning",
233
- "ElementReplacer",
234
- "createElement",
235
- "DomEmitterMixin",
236
- "global",
237
- "getDataFromElement",
238
- "Rect",
239
- "ResizeObserver",
240
- "setDataInElement",
241
- "toUnit",
242
- "keyCodes",
243
- "getCode",
244
- "parseKeystroke",
245
- "getEnvKeystrokeText",
246
- "isArrowKeyCode",
247
- "getLocalizedArrowKeyCodeDirection",
248
- "isForwardArrowKeyCode",
249
- "getLanguageDirection",
250
- "Locale",
251
- "Collection",
252
- "first",
253
- "FocusTracker",
254
- "KeystrokeHandler",
255
- "toArray",
256
- "toMap",
257
- "priorities",
258
- "uid",
259
- "version"
260
- ]
261
- }
244
+ "sideEffectFree": true
245
+ },
246
+ "exports": [
247
+ "CKEditorError",
248
+ "Collection",
249
+ "DomEmitterMixin",
250
+ "ElementReplacer",
251
+ "EmitterMixin",
252
+ "FocusTracker",
253
+ "KeystrokeHandler",
254
+ "Locale",
255
+ "ObservableMixin",
256
+ "Rect",
257
+ "ResizeObserver",
258
+ "createElement",
259
+ "diff",
260
+ "env",
261
+ "first",
262
+ "getCode",
263
+ "getDataFromElement",
264
+ "getEnvKeystrokeText",
265
+ "getLanguageDirection",
266
+ "getLocalizedArrowKeyCodeDirection",
267
+ "global",
268
+ "isArrowKeyCode",
269
+ "isForwardArrowKeyCode",
270
+ "isVisible",
271
+ "keyCodes",
272
+ "logError",
273
+ "logWarning",
274
+ "mix",
275
+ "parseKeystroke",
276
+ "priorities",
277
+ "scrollAncestorsToShowTarget",
278
+ "scrollViewportToShowTarget",
279
+ "setDataInElement",
280
+ "toArray",
281
+ "toMap",
282
+ "toUnit",
283
+ "uid",
284
+ "version"
285
+ ]
262
286
  },
263
287
  "./widget.js": {
264
288
  "id": "./src/widget.js",
265
289
  "buildMeta": {
266
290
  "exportsType": "namespace",
267
- "providedExports": [
268
- "Widget",
269
- "WidgetToolbarRepository",
270
- "WidgetResize",
271
- "WidgetTypeAround",
272
- "WIDGET_CLASS_NAME",
273
- "WIDGET_SELECTED_CLASS_NAME",
274
- "isWidget",
275
- "toWidget",
276
- "setHighlightHandling",
277
- "setLabel",
278
- "getLabel",
279
- "toWidgetEditable",
280
- "findOptimalInsertionRange",
281
- "viewToModelPositionOutsideModelElement"
282
- ]
283
- }
291
+ "sideEffectFree": true
292
+ },
293
+ "exports": [
294
+ "WIDGET_CLASS_NAME",
295
+ "WIDGET_SELECTED_CLASS_NAME",
296
+ "Widget",
297
+ "WidgetResize",
298
+ "WidgetToolbarRepository",
299
+ "WidgetTypeAround",
300
+ "findOptimalInsertionRange",
301
+ "getLabel",
302
+ "isWidget",
303
+ "setHighlightHandling",
304
+ "setLabel",
305
+ "toWidget",
306
+ "toWidgetEditable",
307
+ "viewToModelPositionOutsideModelElement"
308
+ ]
284
309
  }
285
310
  }
286
311
  }
@@ -1 +1 @@
1
- !function(e){const o=e.ar=e.ar||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"",Aquamarine:"",Black:"",Blue:"",Cancel:"إلغاء","Dim grey":"","Dropdown toolbar":"","Edit block":"","Editor toolbar":"",Green:"",Grey:"","Light blue":"","Light green":"","Light grey":"",Next:"",Orange:"",Previous:"",Purple:"",Red:"",Redo:"إعادة","Remove color":"","Restore default":"","Rich Text Editor":"معالج نصوص","Rich Text Editor, %0":"معالج نصوص، 0%",Save:"حفظ","Show more items":"",Turquoise:"",Undo:"تراجع","Upload in progress":"جاري الرفع",White:"",Yellow:""}),o.getPluralForm=function(e){return 0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const o=e.ar=e.ar||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"",Aquamarine:"",Black:"",Blue:"",Cancel:"إلغاء","Dim grey":"","Dropdown toolbar":"","Edit block":"","Editor toolbar":"",Green:"",Grey:"","Light blue":"","Light green":"","Light grey":"",Next:"",Orange:"",Previous:"",Purple:"",Red:"",Redo:"إعادة","Remove color":"","Restore default":"","Rich Text Editor":"معالج نصوص","Rich Text Editor, %0":"معالج نصوص، %0",Save:"حفظ","Show more items":"",Turquoise:"",Undo:"تراجع","Upload in progress":"جاري الرفع",White:"",Yellow:""}),o.getPluralForm=function(e){return 0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11&&e%100<=99?4:5}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(o){const i=o.bs=o.bs||{};i.dictionary=Object.assign(i.dictionary||{},{"%0 of %1":"%0 od %1",Cancel:"Poništi","Remove color":"Ukloni boju","Restore default":"Vrati na zadano",Save:"Sačuvaj","Show more items":"Prikaži više stavki"}),i.getPluralForm=function(o){return o%10==1&&o%100!=11?0:o%10>=2&&o%10<=4&&(o%100<10||o%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const o=e.cs=e.cs||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"%0 z %1",Aquamarine:"Akvamarínová",Black:"Černá",Blue:"Modrá",Cancel:"Zrušit","Dim grey":"Tmavě šedá","Dropdown toolbar":"Rozbalovací panel nástrojů","Edit block":"Upravit blok","Editor toolbar":"Panel nástrojů editoru",Green:"Zelená",Grey:"Šedá","Insert paragraph after block":"Vložte odstavec za blok","Insert paragraph before block":"Vložte odstavec před blok","Light blue":"Světle modrá","Light green":"Světle zelená","Light grey":"Světle šedá",Next:"Další",Orange:"Oranžová",Previous:"Předchozí",Purple:"Fialová",Red:"Červená",Redo:"Znovu","Remove color":"Odstranit barvu","Restore default":"","Rich Text Editor":"Textový editor","Rich Text Editor, %0":"Textový editor, %0",Save:"Uložit","Select all":"Vybrat vše","Show more items":"Zobrazit další položky",Turquoise:"Tyrkysová",Undo:"Zpět","Upload in progress":"Probíhá nahrávání",White:"Bílá","Widget toolbar":"Panel nástrojů ovládacího prvku",Yellow:"Žlutá"}),o.getPluralForm=function(e){return 1==e&&e%1==0?0:e>=2&&e<=4&&e%1==0?1:e%1!=0?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(o){const e=o.cs=o.cs||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 of %1":"%0 z %1",Aquamarine:"Akvamarínová",Black:"Černá",Blue:"Modrá",Cancel:"Zrušit","Dim grey":"Tmavě šedá","Dropdown toolbar":"Rozbalovací panel nástrojů","Edit block":"Upravit blok","Editor toolbar":"Panel nástrojů editoru",Green:"Zelená",Grey:"Šedá","Insert paragraph after block":"Vložte odstavec za blok","Insert paragraph before block":"Vložte odstavec před blok","Light blue":"Světle modrá","Light green":"Světle zelená","Light grey":"Světle šedá",Next:"Další",Orange:"Oranžová",Previous:"Předchozí",Purple:"Fialová",Red:"Červená",Redo:"Znovu","Remove color":"Odstranit barvu","Restore default":"Obnovit výchozí","Rich Text Editor":"Textový editor","Rich Text Editor, %0":"Textový editor, %0",Save:"Uložit","Select all":"Vybrat vše","Show more items":"Zobrazit další položky",Turquoise:"Tyrkysová",Undo:"Zpět","Upload in progress":"Probíhá nahrávání",White:"Bílá","Widget toolbar":"Panel nástrojů ovládacího prvku",Yellow:"Žlutá"}),e.getPluralForm=function(o){return 1==o&&o%1==0?0:o>=2&&o<=4&&o%1==0?1:o%1!=0?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const o=e.el=e.el||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"",Aquamarine:"",Black:"",Blue:"",Cancel:"Ακύρωση","Dim grey":"","Dropdown toolbar":"","Edit block":"","Editor toolbar":"",Green:"",Grey:"","Light blue":"","Light green":"","Light grey":"",Next:"",Orange:"",Previous:"",Purple:"",Red:"",Redo:"Επανάληψη","Remove color":"","Restore default":"","Rich Text Editor":"Επεξεργαστής Πλούσιου Κειμένου","Rich Text Editor, %0":"Επεξεργαστής Πλούσιου Κειμένου, 0%",Save:"Αποθήκευση","Show more items":"",Turquoise:"",Undo:"Αναίρεση",White:"",Yellow:""}),o.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const o=e.el=e.el||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"%0 από %1",Aquamarine:"Ακουαμαρίνα",Black:"Μαύρο",Blue:"Μπλε",Cancel:"Ακύρωση","Dim grey":"Θολό γκρι","Dropdown toolbar":"Γραμμή εργαλείων αναδυόμενου μενού","Edit block":"Επεξεργασία τμήματος","Editor toolbar":"Γραμμή εργαλείων επεξεργαστή",Green:"Πράσινο",Grey:"Γκρι","Insert paragraph after block":"Εισαγωγή παραγράφου μετά το τμήμα","Insert paragraph before block":"Εισαγωγή παραγράφου πριν το τμήμα","Light blue":"Φωτινό μπλε","Light green":"Φωτινό πράσινο","Light grey":"Φωτινό γκρι",Next:"Επόμενο",Orange:"Πορτοκαλί",Previous:"Προηγούμενο",Purple:"Πορφυρό",Red:"Κόκκινο",Redo:"Επανάληψη","Remove color":"Απομάκρυνση χρώματος","Restore default":"Επαναφορά προεπιλογής","Rich Text Editor":"Επεξεργαστής εμπλουτισμένου κειμένου","Rich Text Editor, %0":"Επεξεργαστής εμπλουτισμένου κειμένου, %0",Save:"Αποθήκευση","Select all":"Επιλογή όλων","Show more items":"Προβολή περισσότερων αντικειμένων",Turquoise:"Τιρκουάζ",Undo:"Αναίρεση","Upload in progress":"Αποστολή σε εξέλιξη",White:"Λευκό","Widget toolbar":"Γραμμή εργαλείων γραφικού στοιχείου",Yellow:"Κίτρινο"}),o.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const o=e["en-au"]=e["en-au"]||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"%0 of %1",Aquamarine:"Aquamarine",Black:"Black",Blue:"Blue",Cancel:"Cancel","Dim grey":"Dim grey","Dropdown toolbar":"Dropdown toolbar","Edit block":"Edit block","Editor toolbar":"Editor toolbar",Green:"Green",Grey:"Grey","Insert paragraph after block":"Insert paragraph after block","Insert paragraph before block":"Insert paragraph before block","Light blue":"Light blue","Light green":"Light green","Light grey":"Light grey",Next:"Next",Orange:"Orange",Previous:"Previous",Purple:"Purple",Red:"Red",Redo:"Redo","Remove color":"Remove colour","Restore default":"","Rich Text Editor":"Rich Text Editor","Rich Text Editor, %0":"Rich Text Editor, %0",Save:"Save","Select all":"Select all","Show more items":"Show more items",Turquoise:"Turquoise",Undo:"Undo","Upload in progress":"Upload in progress",White:"White","Widget toolbar":"Widget toolbar",Yellow:"Yellow"}),o.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const o=e["en-au"]=e["en-au"]||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"%0 of %1",Aquamarine:"Aquamarine",Black:"Black",Blue:"Blue",Cancel:"Cancel","Dim grey":"Dim grey","Dropdown toolbar":"Dropdown toolbar","Edit block":"Edit block","Editor toolbar":"Editor toolbar",Green:"Green",Grey:"Grey","Insert paragraph after block":"Insert paragraph after block","Insert paragraph before block":"Insert paragraph before block","Light blue":"Light blue","Light green":"Light green","Light grey":"Light grey",Next:"Next",Orange:"Orange",Previous:"Previous",Purple:"Purple",Red:"Red",Redo:"Redo","Remove color":"Remove colour","Restore default":"Restore default","Rich Text Editor":"Rich Text Editor","Rich Text Editor, %0":"Rich Text Editor, %0",Save:"Save","Select all":"Select all","Show more items":"Show more items",Turquoise:"Turquoise",Undo:"Undo","Upload in progress":"Upload in progress",White:"White","Widget toolbar":"Widget toolbar",Yellow:"Yellow"}),o.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const o=e.fa=e.fa||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"0% از 1%",Aquamarine:"زمرد کبود",Black:"سیاه",Blue:"آبی",Cancel:"لغو","Dim grey":"خاکستری تیره","Dropdown toolbar":"نوارابزار کشویی","Edit block":"ویرایش قطعه","Editor toolbar":"نوارابزار ویرایشگر",Green:"سبز",Grey:"خاکستری","Insert paragraph after block":"درج پاراگراف بعد از بلوک","Insert paragraph before block":"درج پاراگراف قبل از بلوک","Light blue":"آبی روشن","Light green":"سبز روشن","Light grey":"خاکستری روشن",Next:"بعدی",Orange:"نارنجی",Previous:"قبلی",Purple:"بنفش",Red:"قرمز",Redo:"باز انجام","Remove color":"حذف رنگ","Restore default":"","Rich Text Editor":"ویرایشگر متن غنی","Rich Text Editor, %0":"ویرایشگر متن غنی، %0",Save:"ذخیره","Select all":"انتخاب همه","Show more items":"نمایش گزینه‌های بیشتر",Turquoise:"فیروزه ای",Undo:"بازگردانی","Upload in progress":"آپلود در حال انجام",White:"سفید","Widget toolbar":"نوار ابزار ویجت",Yellow:"زرد"}),o.getPluralForm=function(e){return e>1}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const o=e.fa=e.fa||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"%0 از %1",Aquamarine:"زمرد کبود",Black:"سیاه",Blue:"آبی",Cancel:"لغو","Dim grey":"خاکستری تیره","Dropdown toolbar":"نوارابزار کشویی","Edit block":"ویرایش قطعه","Editor toolbar":"نوارابزار ویرایشگر",Green:"سبز",Grey:"خاکستری","Insert paragraph after block":"درج پاراگراف بعد از بلوک","Insert paragraph before block":"درج پاراگراف قبل از بلوک","Light blue":"آبی روشن","Light green":"سبز روشن","Light grey":"خاکستری روشن",Next:"بعدی",Orange:"نارنجی",Previous:"قبلی",Purple:"بنفش",Red:"قرمز",Redo:"باز انجام","Remove color":"حذف رنگ","Restore default":"","Rich Text Editor":"ویرایشگر متن غنی","Rich Text Editor, %0":"ویرایشگر متن غنی، %0",Save:"ذخیره","Select all":"انتخاب همه","Show more items":"نمایش گزینه‌های بیشتر",Turquoise:"فیروزه ای",Undo:"بازگردانی","Upload in progress":"آپلود در حال انجام",White:"سفید","Widget toolbar":"نوار ابزار ویجت",Yellow:"زرد"}),o.getPluralForm=function(e){return e>1}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const i=e.fi=e.fi||{};i.dictionary=Object.assign(i.dictionary||{},{"%0 of %1":"",Aquamarine:"Akvamariini",Black:"Musta",Blue:"Sininen",Cancel:"Peruuta","Dim grey":"","Dropdown toolbar":"","Edit block":"Muokkaa lohkoa","Editor toolbar":"",Green:"Vihreä",Grey:"Harmaa","Light blue":"Vaaleansininen","Light green":"Vaaleanvihreä","Light grey":"Vaaleanharmaa",Next:"",Orange:"Oranssi",Previous:"",Purple:"Purppura",Red:"Punainen",Redo:"Tee uudelleen","Remove color":"Poista väri","Restore default":"","Rich Text Editor":"Rikas tekstieditori","Rich Text Editor, %0":"Rikas tekstieditori, %0",Save:"Tallenna","Show more items":"",Turquoise:"Turkoosi",Undo:"Peru","Upload in progress":"Lähetys käynnissä",White:"Valkoinen",Yellow:"Keltainen"}),i.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const i=e.fi=e.fi||{};i.dictionary=Object.assign(i.dictionary||{},{"%0 of %1":"",Aquamarine:"Akvamariini",Black:"Musta",Blue:"Sininen",Cancel:"Peruuta","Dim grey":"","Dropdown toolbar":"","Edit block":"Muokkaa lohkoa","Editor toolbar":"Editorin työkalupalkki",Green:"Vihreä",Grey:"Harmaa","Light blue":"Vaaleansininen","Light green":"Vaaleanvihreä","Light grey":"Vaaleanharmaa",Next:"Seuraava",Orange:"Oranssi",Previous:"Edellinen",Purple:"Purppura",Red:"Punainen",Redo:"Tee uudelleen","Remove color":"Poista väri","Restore default":"Palauta oletus","Rich Text Editor":"Rikas tekstieditori","Rich Text Editor, %0":"Rikas tekstieditori, %0",Save:"Tallenna","Show more items":"",Turquoise:"Turkoosi",Undo:"Peru","Upload in progress":"Lähetys käynnissä",White:"Valkoinen",Yellow:"Keltainen"}),i.getPluralForm=function(e){return 1!=e}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(e){const o=e.he=e.he||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"0% מתוך %1",Aquamarine:"",Black:"",Blue:"",Cancel:"ביטול","Dim grey":"","Dropdown toolbar":"סרגל כלים נפתח","Edit block":"הגדרות בלוק","Editor toolbar":"סרגל הכלים",Green:"",Grey:"","Insert paragraph after block":"","Insert paragraph before block":"","Light blue":"","Light green":"","Light grey":"",Next:"הבא",Orange:"",Previous:"הקודם",Purple:"",Red:"",Redo:"ביצוע מחדש","Remove color":"","Restore default":"","Rich Text Editor":"עורך טקסט עשיר","Rich Text Editor, %0":"עורך טקסט עשיר, %0",Save:"שמירה","Show more items":"הצד פריטים נוספים",Turquoise:"",Undo:"ביטול","Upload in progress":"העלאה מתבצעת",White:"","Widget toolbar":"סרגל יישומון",Yellow:""}),o.getPluralForm=function(e){return 1==e&&e%1==0?0:2==e&&e%1==0?1:e%10==0&&e%1==0&&e>10?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(e){const o=e.he=e.he||{};o.dictionary=Object.assign(o.dictionary||{},{"%0 of %1":"%0 מתוך %1",Aquamarine:"",Black:"",Blue:"",Cancel:"ביטול","Dim grey":"","Dropdown toolbar":"סרגל כלים נפתח","Edit block":"הגדרות בלוק","Editor toolbar":"סרגל הכלים",Green:"",Grey:"","Insert paragraph after block":"","Insert paragraph before block":"","Light blue":"","Light green":"","Light grey":"",Next:"הבא",Orange:"",Previous:"הקודם",Purple:"",Red:"",Redo:"ביצוע מחדש","Remove color":"","Restore default":"","Rich Text Editor":"עורך טקסט עשיר","Rich Text Editor, %0":"עורך טקסט עשיר, %0",Save:"שמירה","Show more items":"הצד פריטים נוספים",Turquoise:"",Undo:"ביטול","Upload in progress":"העלאה מתבצעת",White:"","Widget toolbar":"סרגל יישומון",Yellow:""}),o.getPluralForm=function(e){return 1==e&&e%1==0?0:2==e&&e%1==0?1:e%10==0&&e%1==0&&e>10?2:3}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(a){const e=a.hr=a.hr||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 of %1":"%0 od %1",Aquamarine:"Akvamarin",Black:"Crna",Blue:"Plava",Cancel:"Poništi","Dim grey":"Tamnosiva","Dropdown toolbar":"Traka padajućeg izbornika","Edit block":"Uredi blok","Editor toolbar":"Traka uređivača",Green:"Zelena",Grey:"Siva","Insert paragraph after block":"","Insert paragraph before block":"","Light blue":"Svijetloplava","Light green":"Svijetlozelena","Light grey":"Svijetlosiva",Next:"Sljedeći",Orange:"Narančasta",Previous:"Prethodni",Purple:"Ljubičasta",Red:"Crvena",Redo:"Ponovi","Remove color":"Ukloni boju","Restore default":"","Rich Text Editor":"Rich Text Editor","Rich Text Editor, %0":"Rich Text Editor, %0",Save:"Snimi","Select all":"Odaberi sve","Show more items":"Prikaži više stavaka",Turquoise:"Tirkizna",Undo:"Poništi","Upload in progress":"Slanje u tijeku",White:"Bijela","Widget toolbar":"Traka sa spravicama",Yellow:"Žuta"}),e.getPluralForm=function(a){return a%10==1&&a%100!=11?0:a%10>=2&&a%10<=4&&(a%100<10||a%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const e=a.hr=a.hr||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 of %1":"%0 od %1",Aquamarine:"Akvamarin",Black:"Crna",Blue:"Plava",Cancel:"Poništi","Dim grey":"Tamnosiva","Dropdown toolbar":"Traka padajućeg izbornika","Edit block":"Uredi blok","Editor toolbar":"Traka uređivača",Green:"Zelena",Grey:"Siva","Insert paragraph after block":"Umetni odlomak poslije bloka","Insert paragraph before block":"Umetni odlomak prije bloka","Light blue":"Svijetloplava","Light green":"Svijetlozelena","Light grey":"Svijetlosiva",Next:"Sljedeći",Orange:"Narančasta",Previous:"Prethodni",Purple:"Ljubičasta",Red:"Crvena",Redo:"Ponovi","Remove color":"Ukloni boju","Restore default":"Vrati tvorničke postavke","Rich Text Editor":"Rich Text Editor","Rich Text Editor, %0":"Rich Text Editor, %0",Save:"Snimi","Select all":"Odaberi sve","Show more items":"Prikaži više stavaka",Turquoise:"Tirkizna",Undo:"Poništi","Upload in progress":"Slanje u tijeku",White:"Bijela","Widget toolbar":"Traka sa spravicama",Yellow:"Žuta"}),e.getPluralForm=function(a){return a%10==1&&a%100!=11?0:a%10>=2&&a%10<=4&&(a%100<10||a%100>=20)?1:2}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -1 +1 @@
1
- !function(a){const e=a.id=a.id||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 of %1":"%0 dari %1",Aquamarine:"Biru laut",Black:"Hitam",Blue:"Biru",Cancel:"Batal","Dim grey":"Kelabu gelap","Dropdown toolbar":"Alat dropdown","Edit block":"Sunting blok","Editor toolbar":"Alat editor",Green:"Hijau",Grey:"Kelabu","Insert paragraph after block":"","Insert paragraph before block":"","Light blue":"Biru terang","Light green":"Hijau terang","Light grey":"Kelabu terang",Next:"Berikutnya",Orange:"Jingga",Previous:"Sebelumnya",Purple:"Ungu",Red:"Merah",Redo:"Lakukan lagi","Remove color":"Hapus warna","Restore default":"","Rich Text Editor":"Editor Teks Kaya","Rich Text Editor, %0":"Editor Teks Kaya, %0",Save:"Simpan","Select all":"Pilih semua","Show more items":"",Turquoise:"Turkish",Undo:"Batal","Upload in progress":"Sedang mengunggah",White:"Putih","Widget toolbar":"Alat widget",Yellow:"Kuning"}),e.getPluralForm=function(a){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(a){const e=a.id=a.id||{};e.dictionary=Object.assign(e.dictionary||{},{"%0 of %1":"%0 dari %1",Aquamarine:"Biru laut",Black:"Hitam",Blue:"Biru",Cancel:"Batal","Dim grey":"Kelabu gelap","Dropdown toolbar":"Alat dropdown","Edit block":"Sunting blok","Editor toolbar":"Alat editor",Green:"Hijau",Grey:"Kelabu","Insert paragraph after block":"Tambahkan paragraf setelah blok","Insert paragraph before block":"Tambahkan paragraf sebelum blok","Light blue":"Biru terang","Light green":"Hijau terang","Light grey":"Kelabu terang",Next:"Berikutnya",Orange:"Jingga",Previous:"Sebelumnya",Purple:"Ungu",Red:"Merah",Redo:"Lakukan lagi","Remove color":"Hapus warna","Restore default":"","Rich Text Editor":"Editor Teks Kaya","Rich Text Editor, %0":"Editor Teks Kaya, %0",Save:"Simpan","Select all":"Pilih semua","Show more items":"",Turquoise:"Turkish",Undo:"Batal","Upload in progress":"Sedang mengunggah",White:"Putih","Widget toolbar":"Alat widget",Yellow:"Kuning"}),e.getPluralForm=function(a){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -0,0 +1 @@
1
+ !function(a){const n=a.jv=a.jv||{};n.dictionary=Object.assign(n.dictionary||{},{"%0 of %1":"%0 saking %1",Cancel:"Batal","Remove color":"Busek warni","Restore default":"Mangsulaken default",Save:"Rimat","Show more items":"Tampilaken langkung kathah"}),n.getPluralForm=function(a){return 0}}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));