@atlaskit/editor-core 158.0.1 → 160.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 +19 -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/plugins/table/ui/LayoutButton/index.js +46 -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/plugins/table/ui/LayoutButton/index.js +40 -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/plugins/table/ui/LayoutButton/index.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/ko.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;
|
package/dist/types/i18n/nb.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;
|
package/dist/types/i18n/nl.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;
|