@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
|
@@ -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,11 @@ 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;
|
|
22
28
|
'fabric.editor.backgroundColor': string;
|
|
23
29
|
'fabric.editor.blockCardUnavailable': string;
|
|
24
30
|
'fabric.editor.blockDescription': string;
|
|
@@ -34,10 +40,15 @@ declare const _default: {
|
|
|
34
40
|
'fabric.editor.cardFloatingControls': string;
|
|
35
41
|
'fabric.editor.cellBackground': string;
|
|
36
42
|
'fabric.editor.cellOptions': string;
|
|
43
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
44
|
+
'fabric.editor.clearAltTextEdit': string;
|
|
37
45
|
'fabric.editor.clearCells': string;
|
|
38
46
|
'fabric.editor.clearFormatting': string;
|
|
39
47
|
'fabric.editor.clearLink': string;
|
|
40
48
|
'fabric.editor.clearLinkText': string;
|
|
49
|
+
'fabric.editor.closeAltTextEdit': string;
|
|
50
|
+
'fabric.editor.closeFindReplaceDialog': string;
|
|
51
|
+
'fabric.editor.closeHelpDialog': string;
|
|
41
52
|
'fabric.editor.code': string;
|
|
42
53
|
'fabric.editor.code.on': string;
|
|
43
54
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
@@ -52,6 +63,25 @@ declare const _default: {
|
|
|
52
63
|
'fabric.editor.columnDragHandle': string;
|
|
53
64
|
'fabric.editor.columns': string;
|
|
54
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;
|
|
55
85
|
'fabric.editor.copiedToClipboard': string;
|
|
56
86
|
'fabric.editor.copyToClipboard': string;
|
|
57
87
|
'fabric.editor.cornerControl': string;
|
|
@@ -63,12 +93,16 @@ declare const _default: {
|
|
|
63
93
|
'fabric.editor.datasource.assetsObjects.description': string;
|
|
64
94
|
'fabric.editor.datasource.jiraIssue': string;
|
|
65
95
|
'fabric.editor.datasource.jiraIssue.description': string;
|
|
96
|
+
'fabric.editor.datasourceAppearanceTitle': string;
|
|
66
97
|
'fabric.editor.datasourceTitle': string;
|
|
67
98
|
'fabric.editor.date': string;
|
|
68
99
|
'fabric.editor.date.description': string;
|
|
69
100
|
'fabric.editor.decision': string;
|
|
70
101
|
'fabric.editor.decision.description': string;
|
|
102
|
+
'fabric.editor.decisionPlaceholder': string;
|
|
103
|
+
'fabric.editor.decreaseSize': string;
|
|
71
104
|
'fabric.editor.defaultAltText': string;
|
|
105
|
+
'fabric.editor.description': string;
|
|
72
106
|
'fabric.editor.displayBlock': string;
|
|
73
107
|
'fabric.editor.displayEmbed': string;
|
|
74
108
|
'fabric.editor.displayInline': string;
|
|
@@ -76,14 +110,31 @@ declare const _default: {
|
|
|
76
110
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
77
111
|
'fabric.editor.displayText': string;
|
|
78
112
|
'fabric.editor.distributeColumns': string;
|
|
113
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
79
114
|
'fabric.editor.ecombedDescription': string;
|
|
115
|
+
'fabric.editor.edit': string;
|
|
80
116
|
'fabric.editor.edit.datasource': string;
|
|
117
|
+
'fabric.editor.editAltText': string;
|
|
81
118
|
'fabric.editor.editDateText': string;
|
|
82
119
|
'fabric.editor.editLink': string;
|
|
83
120
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
84
121
|
'fabric.editor.editStatusColor': string;
|
|
85
122
|
'fabric.editor.editStatusText': string;
|
|
86
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;
|
|
87
138
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
88
139
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
89
140
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -98,6 +149,7 @@ declare const _default: {
|
|
|
98
149
|
'fabric.editor.emoji.description': string;
|
|
99
150
|
'fabric.editor.emptyLink': string;
|
|
100
151
|
'fabric.editor.epic': string;
|
|
152
|
+
'fabric.editor.error': string;
|
|
101
153
|
'fabric.editor.errorPanel': string;
|
|
102
154
|
'fabric.editor.errorPanel.description': string;
|
|
103
155
|
'fabric.editor.expand': string;
|
|
@@ -105,13 +157,29 @@ declare const _default: {
|
|
|
105
157
|
'fabric.editor.expandDefaultTitle': string;
|
|
106
158
|
'fabric.editor.expandNode': string;
|
|
107
159
|
'fabric.editor.expandPlaceholder': string;
|
|
160
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
108
161
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
162
|
+
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': string;
|
|
109
163
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
110
164
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
165
|
+
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
111
166
|
'fabric.editor.failed_to_upload': string;
|
|
112
167
|
'fabric.editor.feedbackDialog': string;
|
|
113
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;
|
|
114
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;
|
|
115
183
|
'fabric.editor.headerColumn': string;
|
|
116
184
|
'fabric.editor.headerRow': string;
|
|
117
185
|
'fabric.editor.heading1': string;
|
|
@@ -134,6 +202,7 @@ declare const _default: {
|
|
|
134
202
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
135
203
|
'fabric.editor.help': string;
|
|
136
204
|
'fabric.editor.help.description': string;
|
|
205
|
+
'fabric.editor.helpDialogTips': string;
|
|
137
206
|
'fabric.editor.horizontalRule': string;
|
|
138
207
|
'fabric.editor.horizontalRule.description': string;
|
|
139
208
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -142,20 +211,33 @@ declare const _default: {
|
|
|
142
211
|
'fabric.editor.hyperlink.textVisibleLabel': string;
|
|
143
212
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
144
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;
|
|
145
221
|
'fabric.editor.improvement': string;
|
|
222
|
+
'fabric.editor.increaseSize': string;
|
|
146
223
|
'fabric.editor.indent': string;
|
|
224
|
+
'fabric.editor.info': string;
|
|
147
225
|
'fabric.editor.infoPanel': string;
|
|
148
226
|
'fabric.editor.infoPanel.description': string;
|
|
149
227
|
'fabric.editor.inlineDescription': string;
|
|
150
228
|
'fabric.editor.inlineOverlay': string;
|
|
151
229
|
'fabric.editor.inlineTitle': string;
|
|
230
|
+
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
152
231
|
'fabric.editor.insertColumn': string;
|
|
153
232
|
'fabric.editor.insertColumnDrag': string;
|
|
154
233
|
'fabric.editor.insertMenu': string;
|
|
155
234
|
'fabric.editor.insertRow': string;
|
|
156
235
|
'fabric.editor.insertRowDrag': string;
|
|
236
|
+
'fabric.editor.invalidDateError': string;
|
|
157
237
|
'fabric.editor.invalidLink': string;
|
|
238
|
+
'fabric.editor.inviteItem.title': string;
|
|
158
239
|
'fabric.editor.italic': string;
|
|
240
|
+
'fabric.editor.keyboardShortcuts': string;
|
|
159
241
|
'fabric.editor.layoutFixedWidth': string;
|
|
160
242
|
'fabric.editor.layoutFullWidth': string;
|
|
161
243
|
'fabric.editor.layoutWide': string;
|
|
@@ -165,12 +247,32 @@ declare const _default: {
|
|
|
165
247
|
'fabric.editor.linkAddress': string;
|
|
166
248
|
'fabric.editor.linkPlaceholder': string;
|
|
167
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;
|
|
168
264
|
'fabric.editor.mediaAddLink': string;
|
|
169
265
|
'fabric.editor.mediaFiles': string;
|
|
170
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;
|
|
171
270
|
'fabric.editor.media_change_mediasingle': string;
|
|
172
271
|
'fabric.editor.mention': string;
|
|
173
272
|
'fabric.editor.mention.description': string;
|
|
273
|
+
'fabric.editor.mentionNode.label': string;
|
|
274
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
275
|
+
'fabric.editor.mentionsIconLabel': string;
|
|
174
276
|
'fabric.editor.mergeCells': string;
|
|
175
277
|
'fabric.editor.moreFormatting': string;
|
|
176
278
|
'fabric.editor.moveColumnLeft': string;
|
|
@@ -179,7 +281,10 @@ declare const _default: {
|
|
|
179
281
|
'fabric.editor.moveRowUp': string;
|
|
180
282
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
181
283
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
284
|
+
'fabric.editor.noResultsFound': string;
|
|
285
|
+
'fabric.editor.noSearchResults': string;
|
|
182
286
|
'fabric.editor.normal': string;
|
|
287
|
+
'fabric.editor.note': string;
|
|
183
288
|
'fabric.editor.notePanel': string;
|
|
184
289
|
'fabric.editor.notePanel.description': string;
|
|
185
290
|
'fabric.editor.numberedColumn': string;
|
|
@@ -191,20 +296,39 @@ declare const _default: {
|
|
|
191
296
|
'fabric.editor.other': string;
|
|
192
297
|
'fabric.editor.outdent': string;
|
|
193
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;
|
|
194
304
|
'fabric.editor.placeholderText': string;
|
|
195
305
|
'fabric.editor.placeholderText.description': string;
|
|
306
|
+
'fabric.editor.placeholderTextPlaceholder': string;
|
|
307
|
+
'fabric.editor.plainText': string;
|
|
308
|
+
'fabric.editor.quickInsert': string;
|
|
196
309
|
'fabric.editor.recordVideo': string;
|
|
197
310
|
'fabric.editor.recordVideo.description': string;
|
|
198
311
|
'fabric.editor.redo': string;
|
|
199
312
|
'fabric.editor.remove': string;
|
|
200
313
|
'fabric.editor.removeColumns': string;
|
|
201
314
|
'fabric.editor.removeEmoji': string;
|
|
315
|
+
'fabric.editor.removeImageBorder': string;
|
|
202
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;
|
|
203
322
|
'fabric.editor.rightSidebar': string;
|
|
204
323
|
'fabric.editor.rowControl': string;
|
|
205
324
|
'fabric.editor.rowDragHandle': string;
|
|
206
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;
|
|
207
330
|
'fabric.editor.settingsLinks': string;
|
|
331
|
+
'fabric.editor.shortcut': string;
|
|
208
332
|
'fabric.editor.single': string;
|
|
209
333
|
'fabric.editor.sortColumnASC': string;
|
|
210
334
|
'fabric.editor.sortColumnDESC': string;
|
|
@@ -219,10 +343,12 @@ declare const _default: {
|
|
|
219
343
|
'fabric.editor.subTask': string;
|
|
220
344
|
'fabric.editor.subscript': string;
|
|
221
345
|
'fabric.editor.subscript.off.superscript.on': string;
|
|
346
|
+
'fabric.editor.success': string;
|
|
222
347
|
'fabric.editor.successPanel': string;
|
|
223
348
|
'fabric.editor.successPanel.description': string;
|
|
224
349
|
'fabric.editor.superscript': string;
|
|
225
350
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
351
|
+
'fabric.editor.supportAltText': string;
|
|
226
352
|
'fabric.editor.table': string;
|
|
227
353
|
'fabric.editor.table.description': string;
|
|
228
354
|
'fabric.editor.tableOptions': string;
|
|
@@ -237,7 +363,9 @@ declare const _default: {
|
|
|
237
363
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
238
364
|
'fabric.editor.tables.resizeTable': string;
|
|
239
365
|
'fabric.editor.task': string;
|
|
366
|
+
'fabric.editor.taskPlaceholder': string;
|
|
240
367
|
'fabric.editor.text.formatting.off': string;
|
|
368
|
+
'fabric.editor.textColor': string;
|
|
241
369
|
'fabric.editor.textStyles': string;
|
|
242
370
|
'fabric.editor.threeColumns': string;
|
|
243
371
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -245,6 +373,7 @@ declare const _default: {
|
|
|
245
373
|
'fabric.editor.time.updated': string;
|
|
246
374
|
'fabric.editor.time.viewed': string;
|
|
247
375
|
'fabric.editor.toolbarLabel': string;
|
|
376
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
248
377
|
'fabric.editor.tooltip.blockPanel': string;
|
|
249
378
|
'fabric.editor.tooltip.bulletList': string;
|
|
250
379
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -252,6 +381,15 @@ declare const _default: {
|
|
|
252
381
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
253
382
|
'fabric.editor.tooltip.taskList': string;
|
|
254
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;
|
|
255
393
|
'fabric.editor.unableToLoadContent': string;
|
|
256
394
|
'fabric.editor.unableToOpenLink': string;
|
|
257
395
|
'fabric.editor.underline': string;
|
|
@@ -265,12 +403,15 @@ declare const _default: {
|
|
|
265
403
|
'fabric.editor.url': string;
|
|
266
404
|
'fabric.editor.urlDescription': string;
|
|
267
405
|
'fabric.editor.urlTitle': string;
|
|
406
|
+
'fabric.editor.useMarkdown': string;
|
|
268
407
|
'fabric.editor.viewMore': string;
|
|
269
408
|
'fabric.editor.visit': string;
|
|
409
|
+
'fabric.editor.warning': string;
|
|
270
410
|
'fabric.editor.warningPanel': string;
|
|
271
411
|
'fabric.editor.warningPanel.description': string;
|
|
272
412
|
'fabric.editor.wrapLeft': string;
|
|
273
413
|
'fabric.editor.wrapRight': string;
|
|
414
|
+
'fabric.emoji.label': string;
|
|
274
415
|
'fabric.theme.blue': string;
|
|
275
416
|
'fabric.theme.bold-blue': string;
|
|
276
417
|
'fabric.theme.bold-gray': string;
|
|
@@ -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,6 +20,9 @@ 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;
|
|
22
27
|
'fabric.editor.backgroundColor': string;
|
|
23
28
|
'fabric.editor.blockCardUnavailable': string;
|
|
@@ -34,10 +39,13 @@ declare const _default: {
|
|
|
34
39
|
'fabric.editor.cardFloatingControls': string;
|
|
35
40
|
'fabric.editor.cellBackground': string;
|
|
36
41
|
'fabric.editor.cellOptions': string;
|
|
42
|
+
'fabric.editor.checkUncheckActionItem': string;
|
|
43
|
+
'fabric.editor.clearAltTextEdit': string;
|
|
37
44
|
'fabric.editor.clearCells': string;
|
|
38
45
|
'fabric.editor.clearFormatting': string;
|
|
39
46
|
'fabric.editor.clearLink': string;
|
|
40
47
|
'fabric.editor.clearLinkText': string;
|
|
48
|
+
'fabric.editor.closeHelpDialog': string;
|
|
41
49
|
'fabric.editor.code': string;
|
|
42
50
|
'fabric.editor.code.on': string;
|
|
43
51
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
@@ -52,6 +60,16 @@ declare const _default: {
|
|
|
52
60
|
'fabric.editor.columnDragHandle': string;
|
|
53
61
|
'fabric.editor.columns': string;
|
|
54
62
|
'fabric.editor.columns.description': string;
|
|
63
|
+
'fabric.editor.configFailedToLoad': string;
|
|
64
|
+
'fabric.editor.configPanel.documentation': string;
|
|
65
|
+
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
66
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
67
|
+
'fabric.editor.configPanel.formType.addField': string;
|
|
68
|
+
'fabric.editor.configPanel.formType.removeField': string;
|
|
69
|
+
'fabric.editor.configPanel.help': string;
|
|
70
|
+
'fabric.editor.configPanel.invalid': string;
|
|
71
|
+
'fabric.editor.configPanel.required': string;
|
|
72
|
+
'fabric.editor.configPanel.submit': string;
|
|
55
73
|
'fabric.editor.copiedToClipboard': string;
|
|
56
74
|
'fabric.editor.copyToClipboard': string;
|
|
57
75
|
'fabric.editor.cornerControl': string;
|
|
@@ -68,7 +86,9 @@ declare const _default: {
|
|
|
68
86
|
'fabric.editor.date.description': string;
|
|
69
87
|
'fabric.editor.decision': string;
|
|
70
88
|
'fabric.editor.decision.description': string;
|
|
89
|
+
'fabric.editor.decisionPlaceholder': string;
|
|
71
90
|
'fabric.editor.defaultAltText': string;
|
|
91
|
+
'fabric.editor.description': string;
|
|
72
92
|
'fabric.editor.displayBlock': string;
|
|
73
93
|
'fabric.editor.displayEmbed': string;
|
|
74
94
|
'fabric.editor.displayInline': string;
|
|
@@ -76,14 +96,31 @@ declare const _default: {
|
|
|
76
96
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
77
97
|
'fabric.editor.displayText': string;
|
|
78
98
|
'fabric.editor.distributeColumns': string;
|
|
99
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
79
100
|
'fabric.editor.ecombedDescription': string;
|
|
101
|
+
'fabric.editor.edit': string;
|
|
80
102
|
'fabric.editor.edit.datasource': string;
|
|
103
|
+
'fabric.editor.editAltText': string;
|
|
81
104
|
'fabric.editor.editDateText': string;
|
|
82
105
|
'fabric.editor.editLink': string;
|
|
83
106
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
84
107
|
'fabric.editor.editStatusColor': string;
|
|
85
108
|
'fabric.editor.editStatusText': string;
|
|
86
109
|
'fabric.editor.editableContentLabel': string;
|
|
110
|
+
'fabric.editor.editorHelp': string;
|
|
111
|
+
'fabric.editor.editors': string;
|
|
112
|
+
'fabric.editor.elementBrowser.help': string;
|
|
113
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
114
|
+
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
115
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
116
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
117
|
+
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
118
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
119
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
120
|
+
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
121
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
122
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
123
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
87
124
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
88
125
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
89
126
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
@@ -98,6 +135,7 @@ declare const _default: {
|
|
|
98
135
|
'fabric.editor.emoji.description': string;
|
|
99
136
|
'fabric.editor.emptyLink': string;
|
|
100
137
|
'fabric.editor.epic': string;
|
|
138
|
+
'fabric.editor.error': string;
|
|
101
139
|
'fabric.editor.errorPanel': string;
|
|
102
140
|
'fabric.editor.errorPanel.description': string;
|
|
103
141
|
'fabric.editor.expand': string;
|
|
@@ -105,13 +143,25 @@ declare const _default: {
|
|
|
105
143
|
'fabric.editor.expandDefaultTitle': string;
|
|
106
144
|
'fabric.editor.expandNode': string;
|
|
107
145
|
'fabric.editor.expandPlaceholder': string;
|
|
146
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': string;
|
|
108
147
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': string;
|
|
109
148
|
'fabric.editor.extension.deleteElementTitle': string;
|
|
110
149
|
'fabric.editor.extension.sourceNoTitledName': string;
|
|
150
|
+
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
111
151
|
'fabric.editor.failed_to_upload': string;
|
|
112
152
|
'fabric.editor.feedbackDialog': string;
|
|
113
153
|
'fabric.editor.feedbackDialog.description': string;
|
|
154
|
+
'fabric.editor.findNext': string;
|
|
155
|
+
'fabric.editor.findPrevious': string;
|
|
156
|
+
'fabric.editor.findReplaceToolbarButton': string;
|
|
114
157
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': string;
|
|
158
|
+
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': string;
|
|
159
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
160
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
161
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
162
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
163
|
+
'fabric.editor.floatingToolbar.scrollLeft': string;
|
|
164
|
+
'fabric.editor.floatingToolbar.scrollRight': string;
|
|
115
165
|
'fabric.editor.headerColumn': string;
|
|
116
166
|
'fabric.editor.headerRow': string;
|
|
117
167
|
'fabric.editor.heading1': string;
|
|
@@ -134,6 +184,7 @@ declare const _default: {
|
|
|
134
184
|
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
135
185
|
'fabric.editor.help': string;
|
|
136
186
|
'fabric.editor.help.description': string;
|
|
187
|
+
'fabric.editor.helpDialogTips': string;
|
|
137
188
|
'fabric.editor.horizontalRule': string;
|
|
138
189
|
'fabric.editor.horizontalRule.description': string;
|
|
139
190
|
'fabric.editor.hyperlink.linkVisibleLabel': string;
|
|
@@ -142,6 +193,8 @@ declare const _default: {
|
|
|
142
193
|
'fabric.editor.hyperlink.textVisibleLabel': string;
|
|
143
194
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
144
195
|
'fabric.editor.image': string;
|
|
196
|
+
'fabric.editor.image.fullWidthLabel': string;
|
|
197
|
+
'fabric.editor.imageBorderOptions': string;
|
|
145
198
|
'fabric.editor.improvement': string;
|
|
146
199
|
'fabric.editor.indent': string;
|
|
147
200
|
'fabric.editor.infoPanel': string;
|
|
@@ -149,13 +202,17 @@ declare const _default: {
|
|
|
149
202
|
'fabric.editor.inlineDescription': string;
|
|
150
203
|
'fabric.editor.inlineOverlay': string;
|
|
151
204
|
'fabric.editor.inlineTitle': string;
|
|
205
|
+
'fabric.editor.inputQueryAssistiveTxt': string;
|
|
152
206
|
'fabric.editor.insertColumn': string;
|
|
153
207
|
'fabric.editor.insertColumnDrag': string;
|
|
154
208
|
'fabric.editor.insertMenu': string;
|
|
155
209
|
'fabric.editor.insertRow': string;
|
|
156
210
|
'fabric.editor.insertRowDrag': string;
|
|
211
|
+
'fabric.editor.invalidDateError': string;
|
|
157
212
|
'fabric.editor.invalidLink': string;
|
|
213
|
+
'fabric.editor.inviteItem.title': string;
|
|
158
214
|
'fabric.editor.italic': string;
|
|
215
|
+
'fabric.editor.keyboardShortcuts': string;
|
|
159
216
|
'fabric.editor.layoutFixedWidth': string;
|
|
160
217
|
'fabric.editor.layoutFullWidth': string;
|
|
161
218
|
'fabric.editor.layoutWide': string;
|
|
@@ -165,12 +222,23 @@ declare const _default: {
|
|
|
165
222
|
'fabric.editor.linkAddress': string;
|
|
166
223
|
'fabric.editor.linkPlaceholder': string;
|
|
167
224
|
'fabric.editor.lists': string;
|
|
225
|
+
'fabric.editor.markdown': string;
|
|
226
|
+
'fabric.editor.matchCase': string;
|
|
227
|
+
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': string;
|
|
228
|
+
'fabric.editor.media.pixelEntry.inputWidthAriaLabel': string;
|
|
229
|
+
'fabric.editor.media.pixelEntry.migrationButtonText': string;
|
|
230
|
+
'fabric.editor.media.pixelEntry.migrationButtonTooltip': string;
|
|
231
|
+
'fabric.editor.media.pixelEntry.validationFailedMessage': string;
|
|
168
232
|
'fabric.editor.mediaAddLink': string;
|
|
169
233
|
'fabric.editor.mediaFiles': string;
|
|
170
234
|
'fabric.editor.mediaFiles.description': string;
|
|
235
|
+
'fabric.editor.media_change_mediainline_caption_warn': string;
|
|
236
|
+
'fabric.editor.media_change_mediainline_default': string;
|
|
171
237
|
'fabric.editor.media_change_mediasingle': string;
|
|
172
238
|
'fabric.editor.mention': string;
|
|
173
239
|
'fabric.editor.mention.description': string;
|
|
240
|
+
'fabric.editor.mentionNode.label': string;
|
|
241
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
174
242
|
'fabric.editor.mergeCells': string;
|
|
175
243
|
'fabric.editor.moreFormatting': string;
|
|
176
244
|
'fabric.editor.moveColumnLeft': string;
|
|
@@ -179,6 +247,8 @@ declare const _default: {
|
|
|
179
247
|
'fabric.editor.moveRowUp': string;
|
|
180
248
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
181
249
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
250
|
+
'fabric.editor.noResultsFound': string;
|
|
251
|
+
'fabric.editor.noSearchResults': string;
|
|
182
252
|
'fabric.editor.normal': string;
|
|
183
253
|
'fabric.editor.notePanel': string;
|
|
184
254
|
'fabric.editor.notePanel.description': string;
|
|
@@ -191,20 +261,28 @@ declare const _default: {
|
|
|
191
261
|
'fabric.editor.other': string;
|
|
192
262
|
'fabric.editor.outdent': string;
|
|
193
263
|
'fabric.editor.pageActionsLabel': string;
|
|
264
|
+
'fabric.editor.panel.backgroundColor': string;
|
|
265
|
+
'fabric.editor.pastePlainText': string;
|
|
266
|
+
'fabric.editor.placeholderAltText': string;
|
|
194
267
|
'fabric.editor.placeholderText': string;
|
|
195
268
|
'fabric.editor.placeholderText.description': string;
|
|
269
|
+
'fabric.editor.placeholderTextPlaceholder': string;
|
|
196
270
|
'fabric.editor.recordVideo': string;
|
|
197
271
|
'fabric.editor.recordVideo.description': string;
|
|
198
272
|
'fabric.editor.redo': string;
|
|
199
273
|
'fabric.editor.remove': string;
|
|
200
274
|
'fabric.editor.removeColumns': string;
|
|
201
275
|
'fabric.editor.removeEmoji': string;
|
|
276
|
+
'fabric.editor.removeImageBorder': string;
|
|
202
277
|
'fabric.editor.removeRows': string;
|
|
278
|
+
'fabric.editor.resultsCount': string;
|
|
203
279
|
'fabric.editor.rightSidebar': string;
|
|
204
280
|
'fabric.editor.rowControl': string;
|
|
205
281
|
'fabric.editor.rowDragHandle': string;
|
|
206
282
|
'fabric.editor.saveButton': string;
|
|
283
|
+
'fabric.editor.selectLanguage': string;
|
|
207
284
|
'fabric.editor.settingsLinks': string;
|
|
285
|
+
'fabric.editor.shortcut': string;
|
|
208
286
|
'fabric.editor.single': string;
|
|
209
287
|
'fabric.editor.sortColumnASC': string;
|
|
210
288
|
'fabric.editor.sortColumnDESC': string;
|
|
@@ -223,6 +301,7 @@ declare const _default: {
|
|
|
223
301
|
'fabric.editor.successPanel.description': string;
|
|
224
302
|
'fabric.editor.superscript': string;
|
|
225
303
|
'fabric.editor.superscript.off.subscript.on': string;
|
|
304
|
+
'fabric.editor.supportAltText': string;
|
|
226
305
|
'fabric.editor.table': string;
|
|
227
306
|
'fabric.editor.table.description': string;
|
|
228
307
|
'fabric.editor.tableOptions': string;
|
|
@@ -237,7 +316,9 @@ declare const _default: {
|
|
|
237
316
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
238
317
|
'fabric.editor.tables.resizeTable': string;
|
|
239
318
|
'fabric.editor.task': string;
|
|
319
|
+
'fabric.editor.taskPlaceholder': string;
|
|
240
320
|
'fabric.editor.text.formatting.off': string;
|
|
321
|
+
'fabric.editor.textColor': string;
|
|
241
322
|
'fabric.editor.textStyles': string;
|
|
242
323
|
'fabric.editor.threeColumns': string;
|
|
243
324
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
@@ -245,6 +326,7 @@ declare const _default: {
|
|
|
245
326
|
'fabric.editor.time.updated': string;
|
|
246
327
|
'fabric.editor.time.viewed': string;
|
|
247
328
|
'fabric.editor.toolbarLabel': string;
|
|
329
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
248
330
|
'fabric.editor.tooltip.blockPanel': string;
|
|
249
331
|
'fabric.editor.tooltip.bulletList': string;
|
|
250
332
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -252,6 +334,15 @@ declare const _default: {
|
|
|
252
334
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
253
335
|
'fabric.editor.tooltip.taskList': string;
|
|
254
336
|
'fabric.editor.twoColumns': string;
|
|
337
|
+
'fabric.editor.typeAhead.popupLabel': string;
|
|
338
|
+
'fabric.editor.typeAhead.quickInsertInputLabel': string;
|
|
339
|
+
'fabric.editor.typeAhead.quickInsertPopupLabel': string;
|
|
340
|
+
'fabric.editor.typeahead.emojiInputLabel': string;
|
|
341
|
+
'fabric.editor.typeahead.emojiListItemLabel': string;
|
|
342
|
+
'fabric.editor.typeahead.emojiPopupLabel': string;
|
|
343
|
+
'fabric.editor.typeahead.mentionInputLabel': string;
|
|
344
|
+
'fabric.editor.typeahead.mentionPopupLabel': string;
|
|
345
|
+
'fabric.editor.typeahead.metionListItemLabel': string;
|
|
255
346
|
'fabric.editor.unableToLoadContent': string;
|
|
256
347
|
'fabric.editor.unableToOpenLink': string;
|
|
257
348
|
'fabric.editor.underline': string;
|