@atlaskit/editor-common 77.4.5 → 78.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.
- package/CHANGELOG.md +38 -0
- package/dist/cjs/i18n/cs.js +166 -3
- package/dist/cjs/i18n/da.js +143 -2
- package/dist/cjs/i18n/de.js +166 -3
- package/dist/cjs/i18n/en.js +143 -1
- package/dist/cjs/i18n/en_GB.js +143 -1
- package/dist/cjs/i18n/en_ZZ.js +143 -1
- package/dist/cjs/i18n/es.js +143 -2
- package/dist/cjs/i18n/fi.js +144 -2
- package/dist/cjs/i18n/fr.js +143 -2
- package/dist/cjs/i18n/hu.js +143 -2
- package/dist/cjs/i18n/it.js +143 -2
- package/dist/cjs/i18n/ja.js +144 -2
- package/dist/cjs/i18n/ko.js +143 -2
- package/dist/cjs/i18n/nb.js +145 -2
- package/dist/cjs/i18n/nl.js +143 -2
- package/dist/cjs/i18n/pl.js +144 -2
- package/dist/cjs/i18n/pt_BR.js +141 -2
- package/dist/cjs/i18n/ru.js +145 -2
- package/dist/cjs/i18n/sv.js +143 -2
- package/dist/cjs/i18n/th.js +143 -2
- package/dist/cjs/i18n/tr.js +144 -2
- package/dist/cjs/i18n/uk.js +143 -2
- package/dist/cjs/i18n/vi.js +93 -2
- package/dist/cjs/i18n/zh.js +95 -2
- package/dist/cjs/i18n/zh_TW.js +93 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/i18n/cs.js +166 -3
- package/dist/es2019/i18n/da.js +143 -2
- package/dist/es2019/i18n/de.js +166 -3
- package/dist/es2019/i18n/en.js +143 -1
- package/dist/es2019/i18n/en_GB.js +143 -1
- package/dist/es2019/i18n/en_ZZ.js +143 -1
- package/dist/es2019/i18n/es.js +143 -2
- package/dist/es2019/i18n/fi.js +144 -2
- package/dist/es2019/i18n/fr.js +143 -2
- package/dist/es2019/i18n/hu.js +143 -2
- package/dist/es2019/i18n/it.js +143 -2
- package/dist/es2019/i18n/ja.js +144 -2
- package/dist/es2019/i18n/ko.js +143 -2
- package/dist/es2019/i18n/nb.js +145 -2
- package/dist/es2019/i18n/nl.js +143 -2
- package/dist/es2019/i18n/pl.js +144 -2
- package/dist/es2019/i18n/pt_BR.js +141 -2
- package/dist/es2019/i18n/ru.js +145 -2
- package/dist/es2019/i18n/sv.js +143 -2
- package/dist/es2019/i18n/th.js +143 -2
- package/dist/es2019/i18n/tr.js +144 -2
- package/dist/es2019/i18n/uk.js +143 -2
- package/dist/es2019/i18n/vi.js +93 -2
- package/dist/es2019/i18n/zh.js +95 -2
- package/dist/es2019/i18n/zh_TW.js +93 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/i18n/cs.js +166 -3
- package/dist/esm/i18n/da.js +143 -2
- package/dist/esm/i18n/de.js +166 -3
- package/dist/esm/i18n/en.js +143 -1
- package/dist/esm/i18n/en_GB.js +143 -1
- package/dist/esm/i18n/en_ZZ.js +143 -1
- package/dist/esm/i18n/es.js +143 -2
- package/dist/esm/i18n/fi.js +144 -2
- package/dist/esm/i18n/fr.js +143 -2
- package/dist/esm/i18n/hu.js +143 -2
- package/dist/esm/i18n/it.js +143 -2
- package/dist/esm/i18n/ja.js +144 -2
- package/dist/esm/i18n/ko.js +143 -2
- package/dist/esm/i18n/nb.js +145 -2
- package/dist/esm/i18n/nl.js +143 -2
- package/dist/esm/i18n/pl.js +144 -2
- package/dist/esm/i18n/pt_BR.js +141 -2
- package/dist/esm/i18n/ru.js +145 -2
- package/dist/esm/i18n/sv.js +143 -2
- package/dist/esm/i18n/th.js +143 -2
- package/dist/esm/i18n/tr.js +144 -2
- package/dist/esm/i18n/uk.js +143 -2
- package/dist/esm/i18n/vi.js +93 -2
- package/dist/esm/i18n/zh.js +95 -2
- package/dist/esm/i18n/zh_TW.js +93 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/list-events.d.ts +2 -2
- package/dist/types/analytics/types/table-events.d.ts +6 -6
- package/dist/types/analytics/types/utils.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +163 -0
- package/dist/types/i18n/da.d.ts +141 -0
- package/dist/types/i18n/de.d.ts +163 -0
- package/dist/types/i18n/en.d.ts +143 -1
- package/dist/types/i18n/en_GB.d.ts +143 -1
- package/dist/types/i18n/en_ZZ.d.ts +143 -1
- package/dist/types/i18n/es.d.ts +141 -0
- package/dist/types/i18n/fi.d.ts +142 -0
- package/dist/types/i18n/fr.d.ts +141 -0
- package/dist/types/i18n/hu.d.ts +141 -0
- package/dist/types/i18n/it.d.ts +141 -0
- package/dist/types/i18n/ja.d.ts +142 -0
- package/dist/types/i18n/ko.d.ts +141 -0
- package/dist/types/i18n/nb.d.ts +143 -0
- package/dist/types/i18n/nl.d.ts +141 -0
- package/dist/types/i18n/pl.d.ts +142 -0
- package/dist/types/i18n/pt_BR.d.ts +139 -0
- package/dist/types/i18n/ru.d.ts +143 -0
- package/dist/types/i18n/sv.d.ts +141 -0
- package/dist/types/i18n/th.d.ts +141 -0
- package/dist/types/i18n/tr.d.ts +142 -0
- package/dist/types/i18n/uk.d.ts +141 -0
- package/dist/types/i18n/vi.d.ts +91 -0
- package/dist/types/i18n/zh.d.ts +93 -0
- package/dist/types/i18n/zh_TW.d.ts +91 -0
- package/dist/types/types/feature-flags.d.ts +0 -41
- package/dist/types-ts4.5/analytics/types/list-events.d.ts +2 -2
- package/dist/types-ts4.5/analytics/types/table-events.d.ts +6 -6
- package/dist/types-ts4.5/analytics/types/utils.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +163 -0
- package/dist/types-ts4.5/i18n/da.d.ts +141 -0
- package/dist/types-ts4.5/i18n/de.d.ts +163 -0
- package/dist/types-ts4.5/i18n/en.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +143 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +143 -1
- package/dist/types-ts4.5/i18n/es.d.ts +141 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +142 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +141 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +141 -0
- package/dist/types-ts4.5/i18n/it.d.ts +141 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +142 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +141 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +143 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +141 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +142 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +139 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +143 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +141 -0
- package/dist/types-ts4.5/i18n/th.d.ts +141 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +142 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +141 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +91 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +93 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +91 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +0 -41
- package/package.json +3 -3
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -7,8 +7,10 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
+
'fabric.editor.addAltText': string;
|
|
10
11
|
'fabric.editor.addColumnLeft': string;
|
|
11
12
|
'fabric.editor.addColumnRight': string;
|
|
13
|
+
'fabric.editor.addImageBorder': string;
|
|
12
14
|
'fabric.editor.addMediaFiles': string;
|
|
13
15
|
'fabric.editor.addRowAbove': string;
|
|
14
16
|
'fabric.editor.addRowBelow': string;
|
|
@@ -18,7 +20,12 @@ declare const _default: {
|
|
|
18
20
|
'fabric.editor.alignImageRight': string;
|
|
19
21
|
'fabric.editor.alignLeft': string;
|
|
20
22
|
'fabric.editor.alignRight': string;
|
|
23
|
+
'fabric.editor.alignment': string;
|
|
24
|
+
'fabric.editor.altText': string;
|
|
25
|
+
'fabric.editor.alttext.validation': string;
|
|
21
26
|
'fabric.editor.annotationToolbar': string;
|
|
27
|
+
'fabric.editor.backLink': string;
|
|
28
|
+
'fabric.editor.backgroundColor': string;
|
|
22
29
|
'fabric.editor.blockCardUnavailable': string;
|
|
23
30
|
'fabric.editor.blockDescription': string;
|
|
24
31
|
'fabric.editor.blockTitle': string;
|
|
@@ -33,10 +40,15 @@ declare const _default: {
|
|
|
33
40
|
'fabric.editor.cardFloatingControls': string;
|
|
34
41
|
'fabric.editor.cellBackground': string;
|
|
35
42
|
'fabric.editor.cellOptions': string;
|
|
43
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
44
|
+
'fabric.editor.clearAltTextEdit': string;
|
|
36
45
|
'fabric.editor.clearCells': string;
|
|
37
46
|
'fabric.editor.clearFormatting': string;
|
|
38
47
|
'fabric.editor.clearLink': string;
|
|
39
48
|
'fabric.editor.clearLinkText': string;
|
|
49
|
+
'fabric.editor.closeAltTextEdit': string;
|
|
50
|
+
'fabric.editor.closeFindReplaceDialog': string;
|
|
51
|
+
'fabric.editor.closeHelpDialog': string;
|
|
40
52
|
'fabric.editor.code': string;
|
|
41
53
|
'fabric.editor.code.on': string;
|
|
42
54
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
@@ -51,6 +63,25 @@ declare const _default: {
|
|
|
51
63
|
'fabric.editor.columnDragHandle': string;
|
|
52
64
|
'fabric.editor.columns': string;
|
|
53
65
|
'fabric.editor.columns.description': string;
|
|
66
|
+
'fabric.editor.configFailedToLoad': string;
|
|
67
|
+
'fabric.editor.configPanel.cancel': string;
|
|
68
|
+
'fabric.editor.configPanel.close': string;
|
|
69
|
+
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
70
|
+
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
71
|
+
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
72
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
73
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
74
|
+
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
75
|
+
'fabric.editor.configPanel.documentation': string;
|
|
76
|
+
'fabric.editor.configPanel.errorBoundary.note': string;
|
|
77
|
+
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
78
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
79
|
+
'fabric.editor.configPanel.formType.addField': string;
|
|
80
|
+
'fabric.editor.configPanel.formType.removeField': string;
|
|
81
|
+
'fabric.editor.configPanel.help': string;
|
|
82
|
+
'fabric.editor.configPanel.invalid': string;
|
|
83
|
+
'fabric.editor.configPanel.required': string;
|
|
84
|
+
'fabric.editor.configPanel.submit': string;
|
|
54
85
|
'fabric.editor.copiedToClipboard': string;
|
|
55
86
|
'fabric.editor.copyToClipboard': string;
|
|
56
87
|
'fabric.editor.cornerControl': string;
|
|
@@ -62,12 +93,16 @@ declare const _default: {
|
|
|
62
93
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
63
94
|
'fabric.editor.datasource.jiraIssue': string;
|
|
64
95
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
96
|
+
'fabric.editor.datasourceAppearanceTitle': string;
|
|
65
97
|
'fabric.editor.datasourceTitle': string;
|
|
66
98
|
'fabric.editor.date': string;
|
|
67
99
|
'fabric.editor.date.description': string;
|
|
68
100
|
'fabric.editor.decision': string;
|
|
69
101
|
'fabric.editor.decision.description': string;
|
|
102
|
+
'fabric.editor.decisionPlaceholder': string;
|
|
103
|
+
'fabric.editor.decreaseSize': string;
|
|
70
104
|
'fabric.editor.defaultAltText': string;
|
|
105
|
+
'fabric.editor.description': string;
|
|
71
106
|
'fabric.editor.displayBlock': string;
|
|
72
107
|
'fabric.editor.displayEmbed': string;
|
|
73
108
|
'fabric.editor.displayInline': string;
|
|
@@ -75,14 +110,31 @@ declare const _default: {
|
|
|
75
110
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
76
111
|
'fabric.editor.displayText': string;
|
|
77
112
|
'fabric.editor.distributeColumns': string;
|
|
113
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
78
114
|
'fabric.editor.ecombedDescription': string;
|
|
115
|
+
'fabric.editor.edit': string;
|
|
79
116
|
'fabric.editor.edit.datasource': string;
|
|
117
|
+
'fabric.editor.editAltText': string;
|
|
80
118
|
'fabric.editor.editDateText': string;
|
|
81
119
|
'fabric.editor.editLink': string;
|
|
82
120
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
83
121
|
'fabric.editor.editStatusColor': string;
|
|
84
122
|
'fabric.editor.editStatusText': string;
|
|
85
123
|
'fabric.editor.editableContentLabel': string;
|
|
124
|
+
'fabric.editor.editorHelp': string;
|
|
125
|
+
'fabric.editor.editors': string;
|
|
126
|
+
'fabric.editor.elementBrowser.help': string;
|
|
127
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
128
|
+
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
129
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
130
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
131
|
+
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
132
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
133
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
134
|
+
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
135
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
136
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
137
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
86
138
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
87
139
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
88
140
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -97,6 +149,7 @@ declare const _default: {
|
|
|
97
149
|
'fabric.editor.emoji.description': string;
|
|
98
150
|
'fabric.editor.emptyLink': string;
|
|
99
151
|
'fabric.editor.epic': string;
|
|
152
|
+
'fabric.editor.error': string;
|
|
100
153
|
'fabric.editor.errorPanel': string;
|
|
101
154
|
'fabric.editor.errorPanel.description': string;
|
|
102
155
|
'fabric.editor.expand': string;
|
|
@@ -104,13 +157,29 @@ declare const _default: {
|
|
|
104
157
|
'fabric.editor.expandDefaultTitle': string;
|
|
105
158
|
'fabric.editor.expandNode': string;
|
|
106
159
|
'fabric.editor.expandPlaceholder': string;
|
|
160
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
107
161
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
162
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
108
163
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
109
164
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
165
|
+
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
110
166
|
'fabric.editor.failed_to_upload': string;
|
|
111
167
|
'fabric.editor.feedbackDialog': string;
|
|
112
168
|
'fabric.editor.feedbackDialog.description': string;
|
|
169
|
+
'fabric.editor.find': string;
|
|
170
|
+
'fabric.editor.findNext': string;
|
|
171
|
+
'fabric.editor.findPrevious': string;
|
|
172
|
+
'fabric.editor.findReplaceToolbarButton': string;
|
|
173
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
113
174
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
175
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': string;
|
|
176
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
177
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
178
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
179
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
180
|
+
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
181
|
+
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
182
|
+
'fabric.editor.focusTableResizeHandle': string;
|
|
114
183
|
'fabric.editor.headerColumn': string;
|
|
115
184
|
'fabric.editor.headerRow': string;
|
|
116
185
|
'fabric.editor.heading1': string;
|
|
@@ -133,6 +202,7 @@ declare const _default: {
|
|
|
133
202
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
134
203
|
'fabric.editor.help': string;
|
|
135
204
|
'fabric.editor.help.description': string;
|
|
205
|
+
'fabric.editor.helpDialogTips': string;
|
|
136
206
|
'fabric.editor.horizontalRule': string;
|
|
137
207
|
'fabric.editor.horizontalRule.description': string;
|
|
138
208
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -141,20 +211,33 @@ declare const _default: {
|
|
|
141
211
|
'fabric.editor.hyperlink.textVisibleLabel': string;
|
|
142
212
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
143
213
|
'fabric.editor.image': string;
|
|
214
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
215
|
+
'fabric.editor.imageBorderBold': string;
|
|
216
|
+
'fabric.editor.imageBorderColor': string;
|
|
217
|
+
'fabric.editor.imageBorderMedium': string;
|
|
218
|
+
'fabric.editor.imageBorderOptions': string;
|
|
219
|
+
'fabric.editor.imageBorderSize': string;
|
|
220
|
+
'fabric.editor.imageBorderSubtle': string;
|
|
144
221
|
'fabric.editor.improvement': string;
|
|
222
|
+
'fabric.editor.increaseSize': string;
|
|
145
223
|
'fabric.editor.indent': string;
|
|
224
|
+
'fabric.editor.info': string;
|
|
146
225
|
'fabric.editor.infoPanel': string;
|
|
147
226
|
'fabric.editor.infoPanel.description': string;
|
|
148
227
|
'fabric.editor.inlineDescription': string;
|
|
149
228
|
'fabric.editor.inlineOverlay': string;
|
|
150
229
|
'fabric.editor.inlineTitle': string;
|
|
230
|
+
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
151
231
|
'fabric.editor.insertColumn': string;
|
|
152
232
|
'fabric.editor.insertColumnDrag': string;
|
|
153
233
|
'fabric.editor.insertMenu': string;
|
|
154
234
|
'fabric.editor.insertRow': string;
|
|
155
235
|
'fabric.editor.insertRowDrag': string;
|
|
236
|
+
'fabric.editor.invalidDateError': string;
|
|
156
237
|
'fabric.editor.invalidLink': string;
|
|
238
|
+
'fabric.editor.inviteItem.title': string;
|
|
157
239
|
'fabric.editor.italic': string;
|
|
240
|
+
'fabric.editor.keyboardShortcuts': string;
|
|
158
241
|
'fabric.editor.layoutFixedWidth': string;
|
|
159
242
|
'fabric.editor.layoutFullWidth': string;
|
|
160
243
|
'fabric.editor.layoutWide': string;
|
|
@@ -164,12 +247,32 @@ declare const _default: {
|
|
|
164
247
|
'fabric.editor.linkAddress': string;
|
|
165
248
|
'fabric.editor.linkPlaceholder': string;
|
|
166
249
|
'fabric.editor.lists': string;
|
|
250
|
+
'fabric.editor.markdown': string;
|
|
251
|
+
'fabric.editor.matchCase': string;
|
|
252
|
+
'fabric.editor.media.MediaWidthIsMin': string;
|
|
253
|
+
'fabric.editor.media.decreased': string;
|
|
254
|
+
'fabric.editor.media.increased': string;
|
|
255
|
+
'fabric.editor.media.pixelEntry.MediaWidthIsMax': string;
|
|
256
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
257
|
+
'fabric.editor.media.pixelEntry.inputHeightTooltip': string;
|
|
258
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
259
|
+
'fabric.editor.media.pixelEntry.inputWidthTooltip': string;
|
|
260
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
261
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
262
|
+
'fabric.editor.media.pixelEntry.submitButtonText': string;
|
|
263
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
167
264
|
'fabric.editor.mediaAddLink': string;
|
|
168
265
|
'fabric.editor.mediaFiles': string;
|
|
169
266
|
'fabric.editor.mediaFiles.description': string;
|
|
267
|
+
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
268
|
+
'fabric.editor.media_change_mediainline_caption_warn': string;
|
|
269
|
+
'fabric.editor.media_change_mediainline_default': string;
|
|
170
270
|
'fabric.editor.media_change_mediasingle': string;
|
|
171
271
|
'fabric.editor.mention': string;
|
|
172
272
|
'fabric.editor.mention.description': string;
|
|
273
|
+
'fabric.editor.mentionNode.label': string;
|
|
274
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
275
|
+
'fabric.editor.mentionsIconLabel': string;
|
|
173
276
|
'fabric.editor.mergeCells': string;
|
|
174
277
|
'fabric.editor.moreFormatting': string;
|
|
175
278
|
'fabric.editor.moveColumnLeft': string;
|
|
@@ -178,7 +281,10 @@ declare const _default: {
|
|
|
178
281
|
'fabric.editor.moveRowUp': string;
|
|
179
282
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
180
283
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
284
|
+
'fabric.editor.noResultsFound': string;
|
|
285
|
+
'fabric.editor.noSearchResults': string;
|
|
181
286
|
'fabric.editor.normal': string;
|
|
287
|
+
'fabric.editor.note': string;
|
|
182
288
|
'fabric.editor.notePanel': string;
|
|
183
289
|
'fabric.editor.notePanel.description': string;
|
|
184
290
|
'fabric.editor.numberedColumn': string;
|
|
@@ -190,20 +296,39 @@ declare const _default: {
|
|
|
190
296
|
'fabric.editor.other': string;
|
|
191
297
|
'fabric.editor.outdent': string;
|
|
192
298
|
'fabric.editor.pageActionsLabel': string;
|
|
299
|
+
'fabric.editor.panel.backgroundColor': string;
|
|
300
|
+
'fabric.editor.panel.emoji': string;
|
|
301
|
+
'fabric.editor.pasteOptions': string;
|
|
302
|
+
'fabric.editor.pastePlainText': string;
|
|
303
|
+
'fabric.editor.placeholderAltText': string;
|
|
193
304
|
'fabric.editor.placeholderText': string;
|
|
194
305
|
'fabric.editor.placeholderText.description': string;
|
|
306
|
+
'fabric.editor.placeholderTextPlaceholder': string;
|
|
307
|
+
'fabric.editor.plainText': string;
|
|
308
|
+
'fabric.editor.quickInsert': string;
|
|
195
309
|
'fabric.editor.recordVideo': string;
|
|
196
310
|
'fabric.editor.recordVideo.description': string;
|
|
197
311
|
'fabric.editor.redo': string;
|
|
198
312
|
'fabric.editor.remove': string;
|
|
199
313
|
'fabric.editor.removeColumns': string;
|
|
200
314
|
'fabric.editor.removeEmoji': string;
|
|
315
|
+
'fabric.editor.removeImageBorder': string;
|
|
201
316
|
'fabric.editor.removeRows': string;
|
|
317
|
+
'fabric.editor.replace': string;
|
|
318
|
+
'fabric.editor.replaceAll': string;
|
|
319
|
+
'fabric.editor.replaceWith': string;
|
|
320
|
+
'fabric.editor.resultsCount': string;
|
|
321
|
+
'fabric.editor.richText': string;
|
|
202
322
|
'fabric.editor.rightSidebar': string;
|
|
203
323
|
'fabric.editor.rowControl': string;
|
|
204
324
|
'fabric.editor.rowDragHandle': string;
|
|
205
325
|
'fabric.editor.saveButton': string;
|
|
326
|
+
'fabric.editor.searchResults': string;
|
|
327
|
+
'fabric.editor.selectLanguage': string;
|
|
328
|
+
'fabric.editor.selectTableColumn': string;
|
|
329
|
+
'fabric.editor.selectTableRow': string;
|
|
206
330
|
'fabric.editor.settingsLinks': string;
|
|
331
|
+
'fabric.editor.shortcut': string;
|
|
207
332
|
'fabric.editor.single': string;
|
|
208
333
|
'fabric.editor.sortColumnASC': string;
|
|
209
334
|
'fabric.editor.sortColumnDESC': string;
|
|
@@ -218,14 +343,17 @@ declare const _default: {
|
|
|
218
343
|
'fabric.editor.subTask': string;
|
|
219
344
|
'fabric.editor.subscript': string;
|
|
220
345
|
'fabric.editor.subscript.off.superscript.on': string;
|
|
346
|
+
'fabric.editor.success': string;
|
|
221
347
|
'fabric.editor.successPanel': string;
|
|
222
348
|
'fabric.editor.successPanel.description': string;
|
|
223
349
|
'fabric.editor.superscript': string;
|
|
224
350
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
351
|
+
'fabric.editor.supportAltText': string;
|
|
225
352
|
'fabric.editor.table': string;
|
|
226
353
|
'fabric.editor.table.description': string;
|
|
227
354
|
'fabric.editor.tableOptions': string;
|
|
228
355
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
356
|
+
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
229
357
|
'fabric.editor.tableSelector': string;
|
|
230
358
|
'fabric.editor.tableSelector.description': string;
|
|
231
359
|
'fabric.editor.tableSizeSelectorButton': string;
|
|
@@ -235,7 +363,9 @@ declare const _default: {
|
|
|
235
363
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
236
364
|
'fabric.editor.tables.resizeTable': string;
|
|
237
365
|
'fabric.editor.task': string;
|
|
366
|
+
'fabric.editor.taskPlaceholder': string;
|
|
238
367
|
'fabric.editor.text.formatting.off': string;
|
|
368
|
+
'fabric.editor.textColor': string;
|
|
239
369
|
'fabric.editor.textStyles': string;
|
|
240
370
|
'fabric.editor.threeColumns': string;
|
|
241
371
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -243,6 +373,7 @@ declare const _default: {
|
|
|
243
373
|
'fabric.editor.time.updated': string;
|
|
244
374
|
'fabric.editor.time.viewed': string;
|
|
245
375
|
'fabric.editor.toolbarLabel': string;
|
|
376
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
246
377
|
'fabric.editor.tooltip.blockPanel': string;
|
|
247
378
|
'fabric.editor.tooltip.bulletList': string;
|
|
248
379
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -250,6 +381,15 @@ declare const _default: {
|
|
|
250
381
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
251
382
|
'fabric.editor.tooltip.taskList': string;
|
|
252
383
|
'fabric.editor.twoColumns': string;
|
|
384
|
+
'fabric.editor.typeAhead.popupLabel': string;
|
|
385
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
386
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
387
|
+
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
388
|
+
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
389
|
+
'fabric.editor.typeahead.emojiPopupLabel': string;
|
|
390
|
+
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
391
|
+
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
392
|
+
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
253
393
|
'fabric.editor.unableToLoadContent': string;
|
|
254
394
|
'fabric.editor.unableToOpenLink': string;
|
|
255
395
|
'fabric.editor.underline': string;
|
|
@@ -263,12 +403,15 @@ declare const _default: {
|
|
|
263
403
|
'fabric.editor.url': string;
|
|
264
404
|
'fabric.editor.urlDescription': string;
|
|
265
405
|
'fabric.editor.urlTitle': string;
|
|
406
|
+
'fabric.editor.useMarkdown': string;
|
|
266
407
|
'fabric.editor.viewMore': string;
|
|
267
408
|
'fabric.editor.visit': string;
|
|
409
|
+
'fabric.editor.warning': string;
|
|
268
410
|
'fabric.editor.warningPanel': string;
|
|
269
411
|
'fabric.editor.warningPanel.description': string;
|
|
270
412
|
'fabric.editor.wrapLeft': string;
|
|
271
413
|
'fabric.editor.wrapRight': string;
|
|
414
|
+
'fabric.emoji.label': string;
|
|
272
415
|
'fabric.theme.blue': string;
|
|
273
416
|
'fabric.theme.bold-blue': string;
|
|
274
417
|
'fabric.theme.bold-gray': string;
|