@atlaskit/editor-core 158.0.1 → 159.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 +6 -0
- package/dist/cjs/i18n/cs.js +42 -6
- package/dist/cjs/i18n/da.js +44 -8
- package/dist/cjs/i18n/de.js +45 -9
- package/dist/cjs/i18n/en_ZZ.js +328 -0
- package/dist/cjs/i18n/es.js +43 -7
- package/dist/cjs/i18n/et.js +2 -5
- package/dist/cjs/i18n/fi.js +44 -8
- package/dist/cjs/i18n/fr.js +42 -6
- package/dist/cjs/i18n/hu.js +44 -8
- package/dist/cjs/i18n/it.js +42 -6
- package/dist/cjs/i18n/ja.js +43 -7
- package/dist/cjs/i18n/ko.js +44 -8
- package/dist/cjs/i18n/nb.js +42 -6
- package/dist/cjs/i18n/nl.js +44 -8
- package/dist/cjs/i18n/pl.js +18 -6
- package/dist/cjs/i18n/pt_BR.js +42 -6
- package/dist/cjs/i18n/pt_PT.js +2 -5
- package/dist/cjs/i18n/ru.js +44 -8
- package/dist/cjs/i18n/sk.js +2 -5
- package/dist/cjs/i18n/sv.js +43 -7
- package/dist/cjs/i18n/th.js +42 -6
- package/dist/cjs/i18n/tr.js +44 -8
- package/dist/cjs/i18n/uk.js +42 -6
- package/dist/cjs/i18n/vi.js +42 -6
- package/dist/cjs/i18n/zh.js +39 -6
- package/dist/cjs/i18n/zh_TW.js +42 -6
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +42 -6
- package/dist/es2019/i18n/da.js +44 -8
- package/dist/es2019/i18n/de.js +45 -9
- package/dist/es2019/i18n/en_ZZ.js +320 -0
- package/dist/es2019/i18n/es.js +43 -7
- package/dist/es2019/i18n/et.js +2 -5
- package/dist/es2019/i18n/fi.js +44 -8
- package/dist/es2019/i18n/fr.js +42 -6
- package/dist/es2019/i18n/hu.js +44 -8
- package/dist/es2019/i18n/it.js +42 -6
- package/dist/es2019/i18n/ja.js +43 -7
- package/dist/es2019/i18n/ko.js +44 -8
- package/dist/es2019/i18n/nb.js +42 -6
- package/dist/es2019/i18n/nl.js +44 -8
- package/dist/es2019/i18n/pl.js +18 -6
- package/dist/es2019/i18n/pt_BR.js +42 -6
- package/dist/es2019/i18n/pt_PT.js +2 -5
- package/dist/es2019/i18n/ru.js +44 -8
- package/dist/es2019/i18n/sk.js +2 -5
- package/dist/es2019/i18n/sv.js +43 -7
- package/dist/es2019/i18n/th.js +42 -6
- package/dist/es2019/i18n/tr.js +44 -8
- package/dist/es2019/i18n/uk.js +42 -6
- package/dist/es2019/i18n/vi.js +42 -6
- package/dist/es2019/i18n/zh.js +39 -6
- package/dist/es2019/i18n/zh_TW.js +42 -6
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +42 -6
- package/dist/esm/i18n/da.js +44 -8
- package/dist/esm/i18n/de.js +45 -9
- package/dist/esm/i18n/en_ZZ.js +320 -0
- package/dist/esm/i18n/es.js +43 -7
- package/dist/esm/i18n/et.js +2 -5
- package/dist/esm/i18n/fi.js +44 -8
- package/dist/esm/i18n/fr.js +42 -6
- package/dist/esm/i18n/hu.js +44 -8
- package/dist/esm/i18n/it.js +42 -6
- package/dist/esm/i18n/ja.js +43 -7
- package/dist/esm/i18n/ko.js +44 -8
- package/dist/esm/i18n/nb.js +42 -6
- package/dist/esm/i18n/nl.js +44 -8
- package/dist/esm/i18n/pl.js +18 -6
- package/dist/esm/i18n/pt_BR.js +42 -6
- package/dist/esm/i18n/pt_PT.js +2 -5
- package/dist/esm/i18n/ru.js +44 -8
- package/dist/esm/i18n/sk.js +2 -5
- package/dist/esm/i18n/sv.js +43 -7
- package/dist/esm/i18n/th.js +42 -6
- package/dist/esm/i18n/tr.js +44 -8
- package/dist/esm/i18n/uk.js +42 -6
- package/dist/esm/i18n/vi.js +42 -6
- package/dist/esm/i18n/zh.js +39 -6
- package/dist/esm/i18n/zh_TW.js +42 -6
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +40 -4
- package/dist/types/i18n/da.d.ts +40 -4
- package/dist/types/i18n/de.d.ts +40 -4
- package/dist/types/i18n/en_ZZ.d.ts +320 -0
- package/dist/types/i18n/es.d.ts +40 -4
- package/dist/types/i18n/et.d.ts +1 -4
- package/dist/types/i18n/fi.d.ts +40 -4
- package/dist/types/i18n/fr.d.ts +40 -4
- package/dist/types/i18n/hu.d.ts +40 -4
- package/dist/types/i18n/it.d.ts +40 -4
- package/dist/types/i18n/ja.d.ts +40 -4
- package/dist/types/i18n/ko.d.ts +40 -4
- package/dist/types/i18n/nb.d.ts +40 -4
- package/dist/types/i18n/nl.d.ts +40 -4
- package/dist/types/i18n/pl.d.ts +16 -4
- package/dist/types/i18n/pt_BR.d.ts +40 -4
- package/dist/types/i18n/pt_PT.d.ts +1 -4
- package/dist/types/i18n/ru.d.ts +40 -4
- package/dist/types/i18n/sk.d.ts +1 -4
- package/dist/types/i18n/sv.d.ts +40 -4
- package/dist/types/i18n/th.d.ts +40 -4
- package/dist/types/i18n/tr.d.ts +40 -4
- package/dist/types/i18n/uk.d.ts +40 -4
- package/dist/types/i18n/vi.d.ts +40 -4
- package/dist/types/i18n/zh.d.ts +37 -4
- package/dist/types/i18n/zh_TW.d.ts +40 -4
- package/package.json +6 -6
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -15,6 +15,8 @@ declare const _default: {
|
|
|
15
15
|
'fabric.editor.annotationToolbar': string;
|
|
16
16
|
'fabric.editor.backLink': string;
|
|
17
17
|
'fabric.editor.blockCardUnavailable': string;
|
|
18
|
+
'fabric.editor.blockDescription': string;
|
|
19
|
+
'fabric.editor.blockTitle': string;
|
|
18
20
|
'fabric.editor.blockquote': string;
|
|
19
21
|
'fabric.editor.blockquote.description': string;
|
|
20
22
|
'fabric.editor.blockquote2': string;
|
|
@@ -26,6 +28,7 @@ declare const _default: {
|
|
|
26
28
|
'fabric.editor.cardFloatingControls': string;
|
|
27
29
|
'fabric.editor.cellBackground': string;
|
|
28
30
|
'fabric.editor.cellOptions': string;
|
|
31
|
+
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
29
32
|
'fabric.editor.clearAltTextEdit': string;
|
|
30
33
|
'fabric.editor.clearCells': string;
|
|
31
34
|
'fabric.editor.clearFormatting': string;
|
|
@@ -35,6 +38,7 @@ declare const _default: {
|
|
|
35
38
|
'fabric.editor.closeFindReplaceDialog': string;
|
|
36
39
|
'fabric.editor.closeHelpDialog': string;
|
|
37
40
|
'fabric.editor.code': string;
|
|
41
|
+
'fabric.editor.code.on': string;
|
|
38
42
|
'fabric.editor.codeblock': string;
|
|
39
43
|
'fabric.editor.codeblock.description': string;
|
|
40
44
|
'fabric.editor.collapseTable': string;
|
|
@@ -61,6 +65,8 @@ declare const _default: {
|
|
|
61
65
|
'fabric.editor.copyToClipboard': string;
|
|
62
66
|
'fabric.editor.createComment': string;
|
|
63
67
|
'fabric.editor.createCommentInvalid': string;
|
|
68
|
+
'fabric.editor.customPanel': string;
|
|
69
|
+
'fabric.editor.customPanel.description': string;
|
|
64
70
|
'fabric.editor.date': string;
|
|
65
71
|
'fabric.editor.date.description': string;
|
|
66
72
|
'fabric.editor.decision': string;
|
|
@@ -74,6 +80,8 @@ declare const _default: {
|
|
|
74
80
|
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
75
81
|
'fabric.editor.displayText': string;
|
|
76
82
|
'fabric.editor.distributeColumns': string;
|
|
83
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
84
|
+
'fabric.editor.ecombedDescription': string;
|
|
77
85
|
'fabric.editor.edit': string;
|
|
78
86
|
'fabric.editor.editAltText': string;
|
|
79
87
|
'fabric.editor.editDateText': string;
|
|
@@ -81,7 +89,9 @@ declare const _default: {
|
|
|
81
89
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
82
90
|
'fabric.editor.editStatusColor': string;
|
|
83
91
|
'fabric.editor.editStatusText': string;
|
|
92
|
+
'fabric.editor.editableContentLabel': string;
|
|
84
93
|
'fabric.editor.editorHelp': string;
|
|
94
|
+
'fabric.editor.editors': string;
|
|
85
95
|
'fabric.editor.elementBrowser.help': string;
|
|
86
96
|
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
87
97
|
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
@@ -98,6 +108,7 @@ declare const _default: {
|
|
|
98
108
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
99
109
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
100
110
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
111
|
+
'fabric.editor.embedTitle': string;
|
|
101
112
|
'fabric.editor.emoji': string;
|
|
102
113
|
'fabric.editor.emoji.description': string;
|
|
103
114
|
'fabric.editor.emptyLink': string;
|
|
@@ -119,6 +130,8 @@ declare const _default: {
|
|
|
119
130
|
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
120
131
|
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
121
132
|
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
133
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
134
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
122
135
|
'fabric.editor.headerColumn': string;
|
|
123
136
|
'fabric.editor.headerRow': string;
|
|
124
137
|
'fabric.editor.heading1': string;
|
|
@@ -133,11 +146,19 @@ declare const _default: {
|
|
|
133
146
|
'fabric.editor.heading5Description': string;
|
|
134
147
|
'fabric.editor.heading6': string;
|
|
135
148
|
'fabric.editor.heading6Description': string;
|
|
149
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
150
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
151
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
152
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
153
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
154
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
155
|
+
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
136
156
|
'fabric.editor.help': string;
|
|
137
157
|
'fabric.editor.help.description': string;
|
|
138
158
|
'fabric.editor.helpDialogTips': string;
|
|
139
159
|
'fabric.editor.horizontalRule': string;
|
|
140
160
|
'fabric.editor.horizontalRule.description': string;
|
|
161
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
141
162
|
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
142
163
|
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
143
164
|
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
@@ -146,6 +167,8 @@ declare const _default: {
|
|
|
146
167
|
'fabric.editor.info': string;
|
|
147
168
|
'fabric.editor.infoPanel': string;
|
|
148
169
|
'fabric.editor.infoPanel.description': string;
|
|
170
|
+
'fabric.editor.inlineDescription': string;
|
|
171
|
+
'fabric.editor.inlineTitle': string;
|
|
149
172
|
'fabric.editor.insertColumn': string;
|
|
150
173
|
'fabric.editor.insertMenu': string;
|
|
151
174
|
'fabric.editor.insertRow': string;
|
|
@@ -166,8 +189,11 @@ declare const _default: {
|
|
|
166
189
|
'fabric.editor.markdown': string;
|
|
167
190
|
'fabric.editor.matchCase': string;
|
|
168
191
|
'fabric.editor.mediaAddLink': string;
|
|
192
|
+
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
169
193
|
'fabric.editor.mention': string;
|
|
170
194
|
'fabric.editor.mention.description': string;
|
|
195
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
196
|
+
'fabric.editor.mentionsIconLabel': string;
|
|
171
197
|
'fabric.editor.mergeCells': string;
|
|
172
198
|
'fabric.editor.moreFormatting': string;
|
|
173
199
|
'fabric.editor.noResultsFound': string;
|
|
@@ -176,9 +202,12 @@ declare const _default: {
|
|
|
176
202
|
'fabric.editor.notePanel': string;
|
|
177
203
|
'fabric.editor.notePanel.description': string;
|
|
178
204
|
'fabric.editor.numberedColumn': string;
|
|
205
|
+
'fabric.editor.off': string;
|
|
206
|
+
'fabric.editor.on': string;
|
|
179
207
|
'fabric.editor.orderedList': string;
|
|
180
208
|
'fabric.editor.orderedList.description': string;
|
|
181
209
|
'fabric.editor.other': string;
|
|
210
|
+
'fabric.editor.pageActionsLabel': string;
|
|
182
211
|
'fabric.editor.panel.backgroundColor': string;
|
|
183
212
|
'fabric.editor.panel.emoji': string;
|
|
184
213
|
'fabric.editor.pastePlainText': string;
|
|
@@ -190,6 +219,7 @@ declare const _default: {
|
|
|
190
219
|
'fabric.editor.redo': string;
|
|
191
220
|
'fabric.editor.remove': string;
|
|
192
221
|
'fabric.editor.removeColumns': string;
|
|
222
|
+
'fabric.editor.removeEmoji': string;
|
|
193
223
|
'fabric.editor.removeRows': string;
|
|
194
224
|
'fabric.editor.replace': string;
|
|
195
225
|
'fabric.editor.replaceAll': string;
|
|
@@ -198,7 +228,7 @@ declare const _default: {
|
|
|
198
228
|
'fabric.editor.rightSidebar': string;
|
|
199
229
|
'fabric.editor.saveButton': string;
|
|
200
230
|
'fabric.editor.selectLanguage': string;
|
|
201
|
-
'fabric.editor.
|
|
231
|
+
'fabric.editor.single': string;
|
|
202
232
|
'fabric.editor.sortColumnASC': string;
|
|
203
233
|
'fabric.editor.sortColumnDESC': string;
|
|
204
234
|
'fabric.editor.splitCell': string;
|
|
@@ -209,10 +239,12 @@ declare const _default: {
|
|
|
209
239
|
'fabric.editor.strike': string;
|
|
210
240
|
'fabric.editor.subTask': string;
|
|
211
241
|
'fabric.editor.subscript': string;
|
|
242
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
212
243
|
'fabric.editor.success': string;
|
|
213
244
|
'fabric.editor.successPanel': string;
|
|
214
245
|
'fabric.editor.successPanel.description': string;
|
|
215
246
|
'fabric.editor.superscript': string;
|
|
247
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
216
248
|
'fabric.editor.supportAltText': string;
|
|
217
249
|
'fabric.editor.table': string;
|
|
218
250
|
'fabric.editor.table.description': string;
|
|
@@ -221,15 +253,16 @@ declare const _default: {
|
|
|
221
253
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
222
254
|
'fabric.editor.task': string;
|
|
223
255
|
'fabric.editor.taskPlaceholder': string;
|
|
256
|
+
'fabric.editor.text.formatting.off': string;
|
|
224
257
|
'fabric.editor.textColor': string;
|
|
225
|
-
'fabric.editor.textColor.lessColors': string;
|
|
226
|
-
'fabric.editor.textColor.moreColors': string;
|
|
227
258
|
'fabric.editor.textStyles': string;
|
|
228
259
|
'fabric.editor.threeColumns': string;
|
|
229
260
|
'fabric.editor.threeColumnsWithSidebars': string;
|
|
230
261
|
'fabric.editor.time.ago': string;
|
|
231
262
|
'fabric.editor.time.updated': string;
|
|
232
263
|
'fabric.editor.time.viewed': string;
|
|
264
|
+
'fabric.editor.toolbarLabel': string;
|
|
265
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
233
266
|
'fabric.editor.tooltip.blockPanel': string;
|
|
234
267
|
'fabric.editor.tooltip.bulletList': string;
|
|
235
268
|
'fabric.editor.tooltip.decisionList': string;
|
|
@@ -237,6 +270,7 @@ declare const _default: {
|
|
|
237
270
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
238
271
|
'fabric.editor.tooltip.taskList': string;
|
|
239
272
|
'fabric.editor.twoColumns': string;
|
|
273
|
+
'fabric.editor.typeAheadResultLabel': string;
|
|
240
274
|
'fabric.editor.unableToOpenLink': string;
|
|
241
275
|
'fabric.editor.underline': string;
|
|
242
276
|
'fabric.editor.undo': string;
|
|
@@ -244,6 +278,8 @@ declare const _default: {
|
|
|
244
278
|
'fabric.editor.unorderedList': string;
|
|
245
279
|
'fabric.editor.unorderedList.description': string;
|
|
246
280
|
'fabric.editor.url': string;
|
|
281
|
+
'fabric.editor.urlDescription': string;
|
|
282
|
+
'fabric.editor.urlTitle': string;
|
|
247
283
|
'fabric.editor.viewMore': string;
|
|
248
284
|
'fabric.editor.visit': string;
|
|
249
285
|
'fabric.editor.warning': string;
|
|
@@ -277,7 +313,7 @@ declare const _default: {
|
|
|
277
313
|
/**
|
|
278
314
|
* NOTE:
|
|
279
315
|
*
|
|
280
|
-
* This file is automatically generated by
|
|
316
|
+
* This file is automatically generated by Traduki 2.0.
|
|
281
317
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
282
318
|
*/
|
|
283
319
|
export default _default;
|
|
@@ -0,0 +1,320 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
'fabric.editor.action': string;
|
|
3
|
+
'fabric.editor.action.description': string;
|
|
4
|
+
'fabric.editor.addAltText': string;
|
|
5
|
+
'fabric.editor.alignCenter': string;
|
|
6
|
+
'fabric.editor.alignImageCenter': string;
|
|
7
|
+
'fabric.editor.alignImageLeft': string;
|
|
8
|
+
'fabric.editor.alignImageRight': string;
|
|
9
|
+
'fabric.editor.alignLeft': string;
|
|
10
|
+
'fabric.editor.alignRight': string;
|
|
11
|
+
'fabric.editor.alignment': string;
|
|
12
|
+
'fabric.editor.altText': string;
|
|
13
|
+
'fabric.editor.alttext.validation': string;
|
|
14
|
+
'fabric.editor.annotate': string;
|
|
15
|
+
'fabric.editor.annotationToolbar': string;
|
|
16
|
+
'fabric.editor.backLink': string;
|
|
17
|
+
'fabric.editor.blockCardUnavailable': string;
|
|
18
|
+
'fabric.editor.blockDescription': string;
|
|
19
|
+
'fabric.editor.blockTitle': string;
|
|
20
|
+
'fabric.editor.blockquote': string;
|
|
21
|
+
'fabric.editor.blockquote.description': string;
|
|
22
|
+
'fabric.editor.blockquote2': string;
|
|
23
|
+
'fabric.editor.bold': string;
|
|
24
|
+
'fabric.editor.bug': string;
|
|
25
|
+
'fabric.editor.canNotSortTable': string;
|
|
26
|
+
'fabric.editor.cancelButton': string;
|
|
27
|
+
'fabric.editor.captionPlaceholder': string;
|
|
28
|
+
'fabric.editor.cardFloatingControls': string;
|
|
29
|
+
'fabric.editor.cellBackground': string;
|
|
30
|
+
'fabric.editor.cellOptions': string;
|
|
31
|
+
'fabric.editor.chromeCollapsedPlaceholder': string;
|
|
32
|
+
'fabric.editor.clearAltTextEdit': string;
|
|
33
|
+
'fabric.editor.clearCells': string;
|
|
34
|
+
'fabric.editor.clearFormatting': string;
|
|
35
|
+
'fabric.editor.clearLink': string;
|
|
36
|
+
'fabric.editor.clearLinkText': string;
|
|
37
|
+
'fabric.editor.closeAltTextEdit': string;
|
|
38
|
+
'fabric.editor.closeFindReplaceDialog': string;
|
|
39
|
+
'fabric.editor.closeHelpDialog': string;
|
|
40
|
+
'fabric.editor.code': string;
|
|
41
|
+
'fabric.editor.code.on': string;
|
|
42
|
+
'fabric.editor.codeblock': string;
|
|
43
|
+
'fabric.editor.codeblock.description': string;
|
|
44
|
+
'fabric.editor.collapseTable': string;
|
|
45
|
+
'fabric.editor.columns': string;
|
|
46
|
+
'fabric.editor.columns.description': string;
|
|
47
|
+
'fabric.editor.configFailedToLoad': string;
|
|
48
|
+
'fabric.editor.configPanel.cancel': string;
|
|
49
|
+
'fabric.editor.configPanel.close': string;
|
|
50
|
+
'fabric.editor.configPanel.customSelect.createOption': string;
|
|
51
|
+
'fabric.editor.configPanel.dateRange.custom.from': string;
|
|
52
|
+
'fabric.editor.configPanel.dateRange.custom.to': string;
|
|
53
|
+
'fabric.editor.configPanel.dateRange.grouping.collapse': string;
|
|
54
|
+
'fabric.editor.configPanel.dateRange.grouping.expand': string;
|
|
55
|
+
'fabric.editor.configPanel.dateRange.option.custom': string;
|
|
56
|
+
'fabric.editor.configPanel.documentation': string;
|
|
57
|
+
'fabric.editor.configPanel.errorBoundary.note': string;
|
|
58
|
+
'fabric.editor.configPanel.errorBoundary.title': string;
|
|
59
|
+
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': string;
|
|
60
|
+
'fabric.editor.configPanel.formType.addField': string;
|
|
61
|
+
'fabric.editor.configPanel.formType.removeField': string;
|
|
62
|
+
'fabric.editor.configPanel.invalid': string;
|
|
63
|
+
'fabric.editor.configPanel.required': string;
|
|
64
|
+
'fabric.editor.configPanel.submit': string;
|
|
65
|
+
'fabric.editor.copiedToClipboard': string;
|
|
66
|
+
'fabric.editor.copyToClipboard': string;
|
|
67
|
+
'fabric.editor.createComment': string;
|
|
68
|
+
'fabric.editor.createCommentInvalid': string;
|
|
69
|
+
'fabric.editor.customPanel': string;
|
|
70
|
+
'fabric.editor.customPanel.description': string;
|
|
71
|
+
'fabric.editor.date': string;
|
|
72
|
+
'fabric.editor.date.description': string;
|
|
73
|
+
'fabric.editor.decision': string;
|
|
74
|
+
'fabric.editor.decision.description': string;
|
|
75
|
+
'fabric.editor.decisionPlaceholder': string;
|
|
76
|
+
'fabric.editor.defaultAltText': string;
|
|
77
|
+
'fabric.editor.displayBlock': string;
|
|
78
|
+
'fabric.editor.displayEmbed': string;
|
|
79
|
+
'fabric.editor.displayInline': string;
|
|
80
|
+
'fabric.editor.displayLink': string;
|
|
81
|
+
'fabric.editor.displayOptionUnavailableInParentNode': string;
|
|
82
|
+
'fabric.editor.displayText': string;
|
|
83
|
+
'fabric.editor.distributeColumns': string;
|
|
84
|
+
'fabric.editor.dropPlaceholderLabel': string;
|
|
85
|
+
'fabric.editor.ecombedDescription': string;
|
|
86
|
+
'fabric.editor.edit': string;
|
|
87
|
+
'fabric.editor.editAltText': string;
|
|
88
|
+
'fabric.editor.editDateText': string;
|
|
89
|
+
'fabric.editor.editLink': string;
|
|
90
|
+
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
91
|
+
'fabric.editor.editStatusColor': string;
|
|
92
|
+
'fabric.editor.editStatusText': string;
|
|
93
|
+
'fabric.editor.editableContentLabel': string;
|
|
94
|
+
'fabric.editor.editorHelp': string;
|
|
95
|
+
'fabric.editor.editors': string;
|
|
96
|
+
'fabric.editor.elementBrowser.help': string;
|
|
97
|
+
'fabric.editor.elementbrowser.categorylist.category-admin': string;
|
|
98
|
+
'fabric.editor.elementbrowser.categorylist.category-all': string;
|
|
99
|
+
'fabric.editor.elementbrowser.categorylist.category-communication': string;
|
|
100
|
+
'fabric.editor.elementbrowser.categorylist.category-confluence-content': string;
|
|
101
|
+
'fabric.editor.elementbrowser.categorylist.category-development': string;
|
|
102
|
+
'fabric.editor.elementbrowser.categorylist.category-external-content': string;
|
|
103
|
+
'fabric.editor.elementbrowser.categorylist.category-formatting': string;
|
|
104
|
+
'fabric.editor.elementbrowser.categorylist.category-media': string;
|
|
105
|
+
'fabric.editor.elementbrowser.categorylist.category-navigation': string;
|
|
106
|
+
'fabric.editor.elementbrowser.categorylist.category-reporting': string;
|
|
107
|
+
'fabric.editor.elementbrowser.categorylist.category-visuals': string;
|
|
108
|
+
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
109
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
110
|
+
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
111
|
+
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
112
|
+
'fabric.editor.embedTitle': string;
|
|
113
|
+
'fabric.editor.emoji': string;
|
|
114
|
+
'fabric.editor.emoji.description': string;
|
|
115
|
+
'fabric.editor.emptyLink': string;
|
|
116
|
+
'fabric.editor.epic': string;
|
|
117
|
+
'fabric.editor.error': string;
|
|
118
|
+
'fabric.editor.errorPanel': string;
|
|
119
|
+
'fabric.editor.errorPanel.description': string;
|
|
120
|
+
'fabric.editor.expand': string;
|
|
121
|
+
'fabric.editor.expand.description': string;
|
|
122
|
+
'fabric.editor.extensions.config-panel.save-indicator': string;
|
|
123
|
+
'fabric.editor.feedbackDialog': string;
|
|
124
|
+
'fabric.editor.feedbackDialog.description': string;
|
|
125
|
+
'fabric.editor.filesAndImages': string;
|
|
126
|
+
'fabric.editor.filesAndImages.description': string;
|
|
127
|
+
'fabric.editor.find': string;
|
|
128
|
+
'fabric.editor.findNext': string;
|
|
129
|
+
'fabric.editor.findPrevious': string;
|
|
130
|
+
'fabric.editor.findReplaceToolbarButton': string;
|
|
131
|
+
'fabric.editor.floatingToolbar.confirmModalCancel': string;
|
|
132
|
+
'fabric.editor.floatingToolbar.confirmModalHeading': string;
|
|
133
|
+
'fabric.editor.floatingToolbar.confirmModalOK': string;
|
|
134
|
+
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': string;
|
|
135
|
+
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': string;
|
|
136
|
+
'fabric.editor.headerColumn': string;
|
|
137
|
+
'fabric.editor.headerRow': string;
|
|
138
|
+
'fabric.editor.heading1': string;
|
|
139
|
+
'fabric.editor.heading1Description': string;
|
|
140
|
+
'fabric.editor.heading2': string;
|
|
141
|
+
'fabric.editor.heading2Description': string;
|
|
142
|
+
'fabric.editor.heading3': string;
|
|
143
|
+
'fabric.editor.heading3Description': string;
|
|
144
|
+
'fabric.editor.heading4': string;
|
|
145
|
+
'fabric.editor.heading4Description': string;
|
|
146
|
+
'fabric.editor.heading5': string;
|
|
147
|
+
'fabric.editor.heading5Description': string;
|
|
148
|
+
'fabric.editor.heading6': string;
|
|
149
|
+
'fabric.editor.heading6Description': string;
|
|
150
|
+
'fabric.editor.headingLink.hyperlinkIconBlogLabel': string;
|
|
151
|
+
'fabric.editor.headingLink.hyperlinkIconBugLabel': string;
|
|
152
|
+
'fabric.editor.headingLink.hyperlinkIconIssueLabel': string;
|
|
153
|
+
'fabric.editor.headingLink.hyperlinkIconPageLabel': string;
|
|
154
|
+
'fabric.editor.headingLink.hyperlinkIconStoryLabel': string;
|
|
155
|
+
'fabric.editor.headingLink.hyperlinkIconTaskLabel': string;
|
|
156
|
+
'fabric.editor.headingLink.toolbarHelpTitle': string;
|
|
157
|
+
'fabric.editor.help': string;
|
|
158
|
+
'fabric.editor.help.description': string;
|
|
159
|
+
'fabric.editor.helpDialogTips': string;
|
|
160
|
+
'fabric.editor.horizontalRule': string;
|
|
161
|
+
'fabric.editor.horizontalRule.description': string;
|
|
162
|
+
'fabric.editor.hyperlink.linkAriaLabel': string;
|
|
163
|
+
'fabric.editor.hyperlink.searchLinkAriaDescription': string;
|
|
164
|
+
'fabric.editor.hyperlink.searchLinkResults': string;
|
|
165
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
166
|
+
'fabric.editor.image': string;
|
|
167
|
+
'fabric.editor.improvement': string;
|
|
168
|
+
'fabric.editor.info': string;
|
|
169
|
+
'fabric.editor.infoPanel': string;
|
|
170
|
+
'fabric.editor.infoPanel.description': string;
|
|
171
|
+
'fabric.editor.inlineDescription': string;
|
|
172
|
+
'fabric.editor.inlineTitle': string;
|
|
173
|
+
'fabric.editor.insertColumn': string;
|
|
174
|
+
'fabric.editor.insertMenu': string;
|
|
175
|
+
'fabric.editor.insertRow': string;
|
|
176
|
+
'fabric.editor.invalidDateError': string;
|
|
177
|
+
'fabric.editor.invalidLink': string;
|
|
178
|
+
'fabric.editor.inviteItem.title': string;
|
|
179
|
+
'fabric.editor.italic': string;
|
|
180
|
+
'fabric.editor.keyboardShortcuts': string;
|
|
181
|
+
'fabric.editor.layoutFixedWidth': string;
|
|
182
|
+
'fabric.editor.layoutFullWidth': string;
|
|
183
|
+
'fabric.editor.layoutWide': string;
|
|
184
|
+
'fabric.editor.leftSidebar': string;
|
|
185
|
+
'fabric.editor.link': string;
|
|
186
|
+
'fabric.editor.link.description': string;
|
|
187
|
+
'fabric.editor.linkAddress': string;
|
|
188
|
+
'fabric.editor.linkPlaceholder': string;
|
|
189
|
+
'fabric.editor.lists': string;
|
|
190
|
+
'fabric.editor.markdown': string;
|
|
191
|
+
'fabric.editor.matchCase': string;
|
|
192
|
+
'fabric.editor.mediaAddLink': string;
|
|
193
|
+
'fabric.editor.mediaGroupDeleteLabel': string;
|
|
194
|
+
'fabric.editor.mention': string;
|
|
195
|
+
'fabric.editor.mention.description': string;
|
|
196
|
+
'fabric.editor.mentionsAddLabel': string;
|
|
197
|
+
'fabric.editor.mentionsIconLabel': string;
|
|
198
|
+
'fabric.editor.mergeCells': string;
|
|
199
|
+
'fabric.editor.moreFormatting': string;
|
|
200
|
+
'fabric.editor.noResultsFound': string;
|
|
201
|
+
'fabric.editor.normal': string;
|
|
202
|
+
'fabric.editor.note': string;
|
|
203
|
+
'fabric.editor.notePanel': string;
|
|
204
|
+
'fabric.editor.notePanel.description': string;
|
|
205
|
+
'fabric.editor.numberedColumn': string;
|
|
206
|
+
'fabric.editor.off': string;
|
|
207
|
+
'fabric.editor.on': string;
|
|
208
|
+
'fabric.editor.orderedList': string;
|
|
209
|
+
'fabric.editor.orderedList.description': string;
|
|
210
|
+
'fabric.editor.other': string;
|
|
211
|
+
'fabric.editor.pageActionsLabel': string;
|
|
212
|
+
'fabric.editor.panel.backgroundColor': string;
|
|
213
|
+
'fabric.editor.panel.emoji': string;
|
|
214
|
+
'fabric.editor.pastePlainText': string;
|
|
215
|
+
'fabric.editor.placeholderAltText': string;
|
|
216
|
+
'fabric.editor.placeholderText': string;
|
|
217
|
+
'fabric.editor.placeholderText.description': string;
|
|
218
|
+
'fabric.editor.placeholderTextPlaceholder': string;
|
|
219
|
+
'fabric.editor.quickInsert': string;
|
|
220
|
+
'fabric.editor.redo': string;
|
|
221
|
+
'fabric.editor.remove': string;
|
|
222
|
+
'fabric.editor.removeColumns': string;
|
|
223
|
+
'fabric.editor.removeEmoji': string;
|
|
224
|
+
'fabric.editor.removeRows': string;
|
|
225
|
+
'fabric.editor.replace': string;
|
|
226
|
+
'fabric.editor.replaceAll': string;
|
|
227
|
+
'fabric.editor.replaceWith': string;
|
|
228
|
+
'fabric.editor.resultsCount': string;
|
|
229
|
+
'fabric.editor.rightSidebar': string;
|
|
230
|
+
'fabric.editor.saveButton': string;
|
|
231
|
+
'fabric.editor.selectLanguage': string;
|
|
232
|
+
'fabric.editor.single': string;
|
|
233
|
+
'fabric.editor.sortColumnASC': string;
|
|
234
|
+
'fabric.editor.sortColumnDESC': string;
|
|
235
|
+
'fabric.editor.splitCell': string;
|
|
236
|
+
'fabric.editor.status': string;
|
|
237
|
+
'fabric.editor.status.description': string;
|
|
238
|
+
'fabric.editor.statusPlaceholder': string;
|
|
239
|
+
'fabric.editor.story': string;
|
|
240
|
+
'fabric.editor.strike': string;
|
|
241
|
+
'fabric.editor.subTask': string;
|
|
242
|
+
'fabric.editor.subscript': string;
|
|
243
|
+
'fabric.editor.subscript.off.superscript.on': string;
|
|
244
|
+
'fabric.editor.success': string;
|
|
245
|
+
'fabric.editor.successPanel': string;
|
|
246
|
+
'fabric.editor.successPanel.description': string;
|
|
247
|
+
'fabric.editor.superscript': string;
|
|
248
|
+
'fabric.editor.superscript.off.subscript.on': string;
|
|
249
|
+
'fabric.editor.supportAltText': string;
|
|
250
|
+
'fabric.editor.table': string;
|
|
251
|
+
'fabric.editor.table.description': string;
|
|
252
|
+
'fabric.editor.tableOptions': string;
|
|
253
|
+
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
254
|
+
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
255
|
+
'fabric.editor.task': string;
|
|
256
|
+
'fabric.editor.taskPlaceholder': string;
|
|
257
|
+
'fabric.editor.text.formatting.off': string;
|
|
258
|
+
'fabric.editor.textColor': string;
|
|
259
|
+
'fabric.editor.textStyles': string;
|
|
260
|
+
'fabric.editor.threeColumns': string;
|
|
261
|
+
'fabric.editor.threeColumnsWithSidebars': string;
|
|
262
|
+
'fabric.editor.time.ago': string;
|
|
263
|
+
'fabric.editor.time.updated': string;
|
|
264
|
+
'fabric.editor.time.viewed': string;
|
|
265
|
+
'fabric.editor.toolbarLabel': string;
|
|
266
|
+
'fabric.editor.toolbarMediaTitle': string;
|
|
267
|
+
'fabric.editor.tooltip.blockPanel': string;
|
|
268
|
+
'fabric.editor.tooltip.bulletList': string;
|
|
269
|
+
'fabric.editor.tooltip.decisionList': string;
|
|
270
|
+
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
271
|
+
'fabric.editor.tooltip.nestedExpand': string;
|
|
272
|
+
'fabric.editor.tooltip.taskList': string;
|
|
273
|
+
'fabric.editor.twoColumns': string;
|
|
274
|
+
'fabric.editor.typeAheadResultLabel': string;
|
|
275
|
+
'fabric.editor.unableToOpenLink': string;
|
|
276
|
+
'fabric.editor.underline': string;
|
|
277
|
+
'fabric.editor.undo': string;
|
|
278
|
+
'fabric.editor.unlink': string;
|
|
279
|
+
'fabric.editor.unorderedList': string;
|
|
280
|
+
'fabric.editor.unorderedList.description': string;
|
|
281
|
+
'fabric.editor.url': string;
|
|
282
|
+
'fabric.editor.urlDescription': string;
|
|
283
|
+
'fabric.editor.urlTitle': string;
|
|
284
|
+
'fabric.editor.viewMore': string;
|
|
285
|
+
'fabric.editor.visit': string;
|
|
286
|
+
'fabric.editor.warning': string;
|
|
287
|
+
'fabric.editor.warningPanel': string;
|
|
288
|
+
'fabric.editor.warningPanel.description': string;
|
|
289
|
+
'fabric.editor.wrapLeft': string;
|
|
290
|
+
'fabric.editor.wrapRight': string;
|
|
291
|
+
'fabric.theme.blue': string;
|
|
292
|
+
'fabric.theme.dark-blue': string;
|
|
293
|
+
'fabric.theme.dark-green': string;
|
|
294
|
+
'fabric.theme.dark-purple': string;
|
|
295
|
+
'fabric.theme.dark-red': string;
|
|
296
|
+
'fabric.theme.dark-teal': string;
|
|
297
|
+
'fabric.theme.dark-yellow': string;
|
|
298
|
+
'fabric.theme.gray': string;
|
|
299
|
+
'fabric.theme.green': string;
|
|
300
|
+
'fabric.theme.light-blue': string;
|
|
301
|
+
'fabric.theme.light-gray': string;
|
|
302
|
+
'fabric.theme.light-green': string;
|
|
303
|
+
'fabric.theme.light-purple': string;
|
|
304
|
+
'fabric.theme.light-red': string;
|
|
305
|
+
'fabric.theme.light-teal': string;
|
|
306
|
+
'fabric.theme.light-yellow': string;
|
|
307
|
+
'fabric.theme.orange': string;
|
|
308
|
+
'fabric.theme.purple': string;
|
|
309
|
+
'fabric.theme.red': string;
|
|
310
|
+
'fabric.theme.teal': string;
|
|
311
|
+
'fabric.theme.white': string;
|
|
312
|
+
'fabric.theme.yellow': string;
|
|
313
|
+
};
|
|
314
|
+
/**
|
|
315
|
+
* NOTE:
|
|
316
|
+
*
|
|
317
|
+
* This file is automatically generated by Traduki 2.0.
|
|
318
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
319
|
+
*/
|
|
320
|
+
export default _default;
|