@atlaskit/editor-common 76.18.5 → 76.18.7

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.
Files changed (140) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/dist/cjs/i18n/cs.js +34 -0
  3. package/dist/cjs/i18n/da.js +80 -46
  4. package/dist/cjs/i18n/de.js +76 -42
  5. package/dist/cjs/i18n/en.js +34 -0
  6. package/dist/cjs/i18n/en_GB.js +34 -0
  7. package/dist/cjs/i18n/en_ZZ.js +34 -0
  8. package/dist/cjs/i18n/es.js +34 -0
  9. package/dist/cjs/i18n/fi.js +51 -17
  10. package/dist/cjs/i18n/fr.js +34 -0
  11. package/dist/cjs/i18n/hu.js +59 -25
  12. package/dist/cjs/i18n/it.js +70 -36
  13. package/dist/cjs/i18n/ja.js +56 -22
  14. package/dist/cjs/i18n/ko.js +58 -24
  15. package/dist/cjs/i18n/nb.js +61 -27
  16. package/dist/cjs/i18n/nl.js +34 -0
  17. package/dist/cjs/i18n/pl.js +35 -1
  18. package/dist/cjs/i18n/pt_BR.js +34 -0
  19. package/dist/cjs/i18n/ru.js +34 -0
  20. package/dist/cjs/i18n/sv.js +51 -17
  21. package/dist/cjs/i18n/th.js +63 -35
  22. package/dist/cjs/i18n/tr.js +36 -2
  23. package/dist/cjs/i18n/uk.js +45 -17
  24. package/dist/cjs/i18n/vi.js +54 -26
  25. package/dist/cjs/i18n/zh.js +34 -0
  26. package/dist/cjs/i18n/zh_TW.js +34 -0
  27. package/dist/cjs/monitoring/error.js +1 -1
  28. package/dist/cjs/ui/DropList/index.js +1 -1
  29. package/dist/cjs/ui/ErrorBoundary/index.js +0 -1
  30. package/dist/es2019/i18n/cs.js +34 -0
  31. package/dist/es2019/i18n/da.js +80 -46
  32. package/dist/es2019/i18n/de.js +76 -42
  33. package/dist/es2019/i18n/en.js +34 -0
  34. package/dist/es2019/i18n/en_GB.js +34 -0
  35. package/dist/es2019/i18n/en_ZZ.js +34 -0
  36. package/dist/es2019/i18n/es.js +34 -0
  37. package/dist/es2019/i18n/fi.js +51 -17
  38. package/dist/es2019/i18n/fr.js +34 -0
  39. package/dist/es2019/i18n/hu.js +59 -25
  40. package/dist/es2019/i18n/it.js +70 -36
  41. package/dist/es2019/i18n/ja.js +56 -22
  42. package/dist/es2019/i18n/ko.js +58 -24
  43. package/dist/es2019/i18n/nb.js +61 -27
  44. package/dist/es2019/i18n/nl.js +34 -0
  45. package/dist/es2019/i18n/pl.js +35 -1
  46. package/dist/es2019/i18n/pt_BR.js +34 -0
  47. package/dist/es2019/i18n/ru.js +34 -0
  48. package/dist/es2019/i18n/sv.js +51 -17
  49. package/dist/es2019/i18n/th.js +63 -35
  50. package/dist/es2019/i18n/tr.js +36 -2
  51. package/dist/es2019/i18n/uk.js +45 -17
  52. package/dist/es2019/i18n/vi.js +54 -26
  53. package/dist/es2019/i18n/zh.js +34 -0
  54. package/dist/es2019/i18n/zh_TW.js +34 -0
  55. package/dist/es2019/monitoring/error.js +1 -1
  56. package/dist/es2019/ui/DropList/index.js +1 -1
  57. package/dist/es2019/ui/ErrorBoundary/index.js +0 -1
  58. package/dist/esm/i18n/cs.js +34 -0
  59. package/dist/esm/i18n/da.js +80 -46
  60. package/dist/esm/i18n/de.js +76 -42
  61. package/dist/esm/i18n/en.js +34 -0
  62. package/dist/esm/i18n/en_GB.js +34 -0
  63. package/dist/esm/i18n/en_ZZ.js +34 -0
  64. package/dist/esm/i18n/es.js +34 -0
  65. package/dist/esm/i18n/fi.js +51 -17
  66. package/dist/esm/i18n/fr.js +34 -0
  67. package/dist/esm/i18n/hu.js +59 -25
  68. package/dist/esm/i18n/it.js +70 -36
  69. package/dist/esm/i18n/ja.js +56 -22
  70. package/dist/esm/i18n/ko.js +58 -24
  71. package/dist/esm/i18n/nb.js +61 -27
  72. package/dist/esm/i18n/nl.js +34 -0
  73. package/dist/esm/i18n/pl.js +35 -1
  74. package/dist/esm/i18n/pt_BR.js +34 -0
  75. package/dist/esm/i18n/ru.js +34 -0
  76. package/dist/esm/i18n/sv.js +51 -17
  77. package/dist/esm/i18n/th.js +63 -35
  78. package/dist/esm/i18n/tr.js +36 -2
  79. package/dist/esm/i18n/uk.js +45 -17
  80. package/dist/esm/i18n/vi.js +54 -26
  81. package/dist/esm/i18n/zh.js +34 -0
  82. package/dist/esm/i18n/zh_TW.js +34 -0
  83. package/dist/esm/monitoring/error.js +1 -1
  84. package/dist/esm/ui/DropList/index.js +1 -1
  85. package/dist/esm/ui/ErrorBoundary/index.js +0 -1
  86. package/dist/types/analytics/types/events.d.ts +1 -0
  87. package/dist/types/i18n/cs.d.ts +34 -0
  88. package/dist/types/i18n/da.d.ts +34 -0
  89. package/dist/types/i18n/de.d.ts +34 -0
  90. package/dist/types/i18n/en.d.ts +34 -0
  91. package/dist/types/i18n/en_GB.d.ts +34 -0
  92. package/dist/types/i18n/en_ZZ.d.ts +34 -0
  93. package/dist/types/i18n/es.d.ts +34 -0
  94. package/dist/types/i18n/fi.d.ts +34 -0
  95. package/dist/types/i18n/fr.d.ts +34 -0
  96. package/dist/types/i18n/hu.d.ts +34 -0
  97. package/dist/types/i18n/it.d.ts +34 -0
  98. package/dist/types/i18n/ja.d.ts +34 -0
  99. package/dist/types/i18n/ko.d.ts +34 -0
  100. package/dist/types/i18n/nb.d.ts +34 -0
  101. package/dist/types/i18n/nl.d.ts +34 -0
  102. package/dist/types/i18n/pl.d.ts +34 -0
  103. package/dist/types/i18n/pt_BR.d.ts +34 -0
  104. package/dist/types/i18n/ru.d.ts +34 -0
  105. package/dist/types/i18n/sv.d.ts +34 -0
  106. package/dist/types/i18n/th.d.ts +28 -0
  107. package/dist/types/i18n/tr.d.ts +34 -0
  108. package/dist/types/i18n/uk.d.ts +28 -0
  109. package/dist/types/i18n/vi.d.ts +28 -0
  110. package/dist/types/i18n/zh.d.ts +34 -0
  111. package/dist/types/i18n/zh_TW.d.ts +34 -0
  112. package/dist/types/types/feature-flags.d.ts +0 -10
  113. package/dist/types-ts4.5/analytics/types/events.d.ts +1 -0
  114. package/dist/types-ts4.5/i18n/cs.d.ts +34 -0
  115. package/dist/types-ts4.5/i18n/da.d.ts +34 -0
  116. package/dist/types-ts4.5/i18n/de.d.ts +34 -0
  117. package/dist/types-ts4.5/i18n/en.d.ts +34 -0
  118. package/dist/types-ts4.5/i18n/en_GB.d.ts +34 -0
  119. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +34 -0
  120. package/dist/types-ts4.5/i18n/es.d.ts +34 -0
  121. package/dist/types-ts4.5/i18n/fi.d.ts +34 -0
  122. package/dist/types-ts4.5/i18n/fr.d.ts +34 -0
  123. package/dist/types-ts4.5/i18n/hu.d.ts +34 -0
  124. package/dist/types-ts4.5/i18n/it.d.ts +34 -0
  125. package/dist/types-ts4.5/i18n/ja.d.ts +34 -0
  126. package/dist/types-ts4.5/i18n/ko.d.ts +34 -0
  127. package/dist/types-ts4.5/i18n/nb.d.ts +34 -0
  128. package/dist/types-ts4.5/i18n/nl.d.ts +34 -0
  129. package/dist/types-ts4.5/i18n/pl.d.ts +34 -0
  130. package/dist/types-ts4.5/i18n/pt_BR.d.ts +34 -0
  131. package/dist/types-ts4.5/i18n/ru.d.ts +34 -0
  132. package/dist/types-ts4.5/i18n/sv.d.ts +34 -0
  133. package/dist/types-ts4.5/i18n/th.d.ts +28 -0
  134. package/dist/types-ts4.5/i18n/tr.d.ts +34 -0
  135. package/dist/types-ts4.5/i18n/uk.d.ts +28 -0
  136. package/dist/types-ts4.5/i18n/vi.d.ts +28 -0
  137. package/dist/types-ts4.5/i18n/zh.d.ts +34 -0
  138. package/dist/types-ts4.5/i18n/zh_TW.d.ts +34 -0
  139. package/dist/types-ts4.5/types/feature-flags.d.ts +0 -10
  140. package/package.json +2 -2
@@ -31,9 +31,13 @@ var _default = exports.default = {
31
31
  'fabric.editor.blockquote2': 'Quote',
32
32
  'fabric.editor.bold': 'Bold',
33
33
  'fabric.editor.bug': 'Bug',
34
+ 'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
34
35
  'fabric.editor.cancelButton': 'Cancel',
35
36
  'fabric.editor.captionPlaceholder': 'Add a caption',
36
37
  'fabric.editor.cardFloatingControls': 'Card options',
38
+ 'fabric.editor.cellBackground': 'Cell background',
39
+ 'fabric.editor.cellOptions': 'Cell options',
40
+ 'fabric.editor.clearCells': 'Clear {0, plural, one {cell} other {cells}}',
37
41
  'fabric.editor.clearFormatting': 'Clear formatting',
38
42
  'fabric.editor.clearLink': 'Clear link',
39
43
  'fabric.editor.clearLinkText': 'Clear text',
@@ -47,10 +51,12 @@ var _default = exports.default = {
47
51
  'fabric.editor.codeblock': 'Code snippet',
48
52
  'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
49
53
  'fabric.editor.collapseNode': 'Collapse content',
54
+ 'fabric.editor.collapseTable': 'Collapse table',
50
55
  'fabric.editor.columns': 'Layouts',
51
56
  'fabric.editor.columns.description': 'Structure your page using sections',
52
57
  'fabric.editor.copiedToClipboard': 'Copied!',
53
58
  'fabric.editor.copyToClipboard': 'Copy',
59
+ 'fabric.editor.cornerControl': 'Highlight table',
54
60
  'fabric.editor.createComment': 'Comment',
55
61
  'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
56
62
  'fabric.editor.customPanel': 'Custom panel',
@@ -67,6 +73,7 @@ var _default = exports.default = {
67
73
  'fabric.editor.displayLink': 'Display as text',
68
74
  'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
69
75
  'fabric.editor.displayText': 'Text to display',
76
+ 'fabric.editor.distributeColumns': 'Distribute columns',
70
77
  'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
71
78
  'fabric.editor.edit.datasource': 'Edit search query',
72
79
  'fabric.editor.editDateText': 'Edit Date',
@@ -91,8 +98,14 @@ var _default = exports.default = {
91
98
  'fabric.editor.expandDefaultTitle': 'Click here to expand...',
92
99
  'fabric.editor.expandNode': 'Expand content',
93
100
  'fabric.editor.expandPlaceholder': 'Give this expand a title...',
101
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Deleting',
102
+ 'fabric.editor.extension.deleteElementTitle': 'Delete element',
103
+ 'fabric.editor.extension.sourceNoTitledName': 'this element',
94
104
  'fabric.editor.feedbackDialog': 'Give feedback',
95
105
  'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
106
+ 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
107
+ 'fabric.editor.headerColumn': 'Header column',
108
+ 'fabric.editor.headerRow': 'Header row',
96
109
  'fabric.editor.heading1': 'Heading 1',
97
110
  'fabric.editor.heading1Description': 'Use this for a top level heading',
98
111
  'fabric.editor.heading2': 'Heading 2',
@@ -126,12 +139,15 @@ var _default = exports.default = {
126
139
  'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
127
140
  'fabric.editor.inlineDescription': 'Display link as inline text',
128
141
  'fabric.editor.inlineTitle': 'Inline',
142
+ 'fabric.editor.insertColumn': 'Insert column right',
129
143
  'fabric.editor.insertMenu': 'Insert',
144
+ 'fabric.editor.insertRow': 'Insert row below',
130
145
  'fabric.editor.invalidLink': 'Please enter a valid link.',
131
146
  'fabric.editor.italic': 'Italic',
132
147
  'fabric.editor.layoutFixedWidth': 'Back to center',
133
148
  'fabric.editor.layoutFullWidth': 'Go full width',
134
149
  'fabric.editor.layoutWide': 'Go wide',
150
+ 'fabric.editor.leftSidebar': 'Left sidebar',
135
151
  'fabric.editor.link': 'Link',
136
152
  'fabric.editor.link.description': 'Insert a link',
137
153
  'fabric.editor.linkAddress': 'Link address',
@@ -142,12 +158,14 @@ var _default = exports.default = {
142
158
  'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
143
159
  'fabric.editor.mention': 'Mention',
144
160
  'fabric.editor.mention.description': 'Mention someone to send them a notification',
161
+ 'fabric.editor.mergeCells': 'Merge cells',
145
162
  'fabric.editor.moreFormatting': 'More formatting',
146
163
  'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
147
164
  'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
148
165
  'fabric.editor.normal': 'Normal text',
149
166
  'fabric.editor.notePanel': 'Note panel',
150
167
  'fabric.editor.notePanel.description': 'Add a note in a colored panel',
168
+ 'fabric.editor.numberedColumn': 'Numbered column',
151
169
  'fabric.editor.off': '{formattingType} Off',
152
170
  'fabric.editor.on': '{formattingType} On',
153
171
  'fabric.editor.openLink': 'Open link in a new tab',
@@ -159,9 +177,17 @@ var _default = exports.default = {
159
177
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
160
178
  'fabric.editor.redo': 'Redo',
161
179
  'fabric.editor.remove': 'Remove',
180
+ 'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
162
181
  'fabric.editor.removeEmoji': 'Remove emoji',
182
+ 'fabric.editor.removeRows': 'Delete {0, plural, one {row} other {rows}}',
183
+ 'fabric.editor.rightSidebar': 'Right sidebar',
184
+ 'fabric.editor.rowControl': 'Highlight row',
163
185
  'fabric.editor.saveButton': 'Save',
164
186
  'fabric.editor.settingsLinks': 'Go to Link Preferences',
187
+ 'fabric.editor.single': 'Single column',
188
+ 'fabric.editor.sortColumnASC': 'Sort column A → Z',
189
+ 'fabric.editor.sortColumnDESC': 'Sort column Z → A',
190
+ 'fabric.editor.splitCell': 'Split cell',
165
191
  'fabric.editor.status': 'Status',
166
192
  'fabric.editor.status.description': 'Add a custom status label',
167
193
  'fabric.editor.statusPlaceholder': 'Set a status',
@@ -176,9 +202,16 @@ var _default = exports.default = {
176
202
  'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
177
203
  'fabric.editor.table': 'Table',
178
204
  'fabric.editor.table.description': 'Insert a table',
205
+ 'fabric.editor.tableOptions': 'Table options',
206
+ 'fabric.editor.tables.adjustColumn': 'Adjust column',
207
+ 'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
208
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
209
+ 'fabric.editor.tables.resizeTable': 'Resize table',
179
210
  'fabric.editor.task': 'Task',
180
211
  'fabric.editor.text.formatting.off': 'Text formatting Off',
181
212
  'fabric.editor.textStyles': 'Text styles',
213
+ 'fabric.editor.threeColumns': 'Three columns',
214
+ 'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
182
215
  'fabric.editor.time.ago': 'ago',
183
216
  'fabric.editor.time.updated': 'Updated',
184
217
  'fabric.editor.time.viewed': 'Viewed',
@@ -189,6 +222,7 @@ var _default = exports.default = {
189
222
  'fabric.editor.tooltip.defaultBlockNode': 'a block node',
190
223
  'fabric.editor.tooltip.nestedExpand': 'a nested expand',
191
224
  'fabric.editor.tooltip.taskList': 'an action item',
225
+ 'fabric.editor.twoColumns': 'Two columns',
192
226
  'fabric.editor.unableToOpenLink': 'Unable to open this link',
193
227
  'fabric.editor.underline': 'Underline',
194
228
  'fabric.editor.undo': 'Undo',
@@ -31,9 +31,13 @@ var _default = exports.default = {
31
31
  'fabric.editor.blockquote2': 'Quote',
32
32
  'fabric.editor.bold': 'Bold',
33
33
  'fabric.editor.bug': 'Bug',
34
+ 'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
34
35
  'fabric.editor.cancelButton': 'Cancel',
35
36
  'fabric.editor.captionPlaceholder': 'Add a caption',
36
37
  'fabric.editor.cardFloatingControls': 'Card options',
38
+ 'fabric.editor.cellBackground': 'Cell background',
39
+ 'fabric.editor.cellOptions': 'Cell options',
40
+ 'fabric.editor.clearCells': 'Clear {0, plural, one {cell} other {cells}}',
37
41
  'fabric.editor.clearFormatting': 'Clear formatting',
38
42
  'fabric.editor.clearLink': 'Clear link',
39
43
  'fabric.editor.clearLinkText': 'Clear text',
@@ -47,10 +51,12 @@ var _default = exports.default = {
47
51
  'fabric.editor.codeblock': 'Code snippet',
48
52
  'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
49
53
  'fabric.editor.collapseNode': 'Collapse content',
54
+ 'fabric.editor.collapseTable': 'Collapse table',
50
55
  'fabric.editor.columns': 'Layouts',
51
56
  'fabric.editor.columns.description': 'Structure your page using sections',
52
57
  'fabric.editor.copiedToClipboard': 'Copied!',
53
58
  'fabric.editor.copyToClipboard': 'Copy',
59
+ 'fabric.editor.cornerControl': 'Highlight table',
54
60
  'fabric.editor.createComment': 'Comment',
55
61
  'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
56
62
  'fabric.editor.customPanel': 'Custom panel',
@@ -67,6 +73,7 @@ var _default = exports.default = {
67
73
  'fabric.editor.displayLink': 'Display as text',
68
74
  'fabric.editor.displayOptionUnavailableInParentNode': "This display option isn't available inside {node}",
69
75
  'fabric.editor.displayText': 'Text to display',
76
+ 'fabric.editor.distributeColumns': 'Distribute columns',
70
77
  'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
71
78
  'fabric.editor.edit.datasource': 'Edit search query',
72
79
  'fabric.editor.editDateText': 'Edit Date',
@@ -91,8 +98,14 @@ var _default = exports.default = {
91
98
  'fabric.editor.expandDefaultTitle': 'Click here to expand...',
92
99
  'fabric.editor.expandNode': 'Expand content',
93
100
  'fabric.editor.expandPlaceholder': 'Give this expand a title...',
101
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Deleting',
102
+ 'fabric.editor.extension.deleteElementTitle': 'Delete element',
103
+ 'fabric.editor.extension.sourceNoTitledName': 'this element',
94
104
  'fabric.editor.feedbackDialog': 'Give feedback',
95
105
  'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the new editor',
106
+ 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
107
+ 'fabric.editor.headerColumn': 'Header column',
108
+ 'fabric.editor.headerRow': 'Header row',
96
109
  'fabric.editor.heading1': 'Heading 1',
97
110
  'fabric.editor.heading1Description': 'Use this for a top level heading',
98
111
  'fabric.editor.heading2': 'Heading 2',
@@ -126,12 +139,15 @@ var _default = exports.default = {
126
139
  'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
127
140
  'fabric.editor.inlineDescription': 'Display link as inline text',
128
141
  'fabric.editor.inlineTitle': 'Inline',
142
+ 'fabric.editor.insertColumn': 'Insert column right',
129
143
  'fabric.editor.insertMenu': 'Insert',
144
+ 'fabric.editor.insertRow': 'Insert row below',
130
145
  'fabric.editor.invalidLink': 'Please enter a valid link.',
131
146
  'fabric.editor.italic': 'Italic',
132
147
  'fabric.editor.layoutFixedWidth': 'Back to center',
133
148
  'fabric.editor.layoutFullWidth': 'Go full width',
134
149
  'fabric.editor.layoutWide': 'Go wide',
150
+ 'fabric.editor.leftSidebar': 'Left sidebar',
135
151
  'fabric.editor.link': 'Link',
136
152
  'fabric.editor.link.description': 'Insert a link',
137
153
  'fabric.editor.linkAddress': 'Link address',
@@ -142,12 +158,14 @@ var _default = exports.default = {
142
158
  'fabric.editor.mediaFiles.description': 'Add images and other files to your page',
143
159
  'fabric.editor.mention': 'Mention',
144
160
  'fabric.editor.mention.description': 'Mention someone to send them a notification',
161
+ 'fabric.editor.mergeCells': 'Merge cells',
145
162
  'fabric.editor.moreFormatting': 'More formatting',
146
163
  'fabric.editor.navigate.toolbar.editor': 'Navigate to editor toolbar',
147
164
  'fabric.editor.navigate.toolbar.floating': 'Navigate to floating toolbar',
148
165
  'fabric.editor.normal': 'Normal text',
149
166
  'fabric.editor.notePanel': 'Note panel',
150
167
  'fabric.editor.notePanel.description': 'Add a note in a coloured panel',
168
+ 'fabric.editor.numberedColumn': 'Numbered column',
151
169
  'fabric.editor.off': '{formattingType} Off',
152
170
  'fabric.editor.on': '{formattingType} On',
153
171
  'fabric.editor.openLink': 'Open link in a new tab',
@@ -159,9 +177,17 @@ var _default = exports.default = {
159
177
  'fabric.editor.placeholderText.description': 'Insert a text placeholder into the page',
160
178
  'fabric.editor.redo': 'Redo',
161
179
  'fabric.editor.remove': 'Remove',
180
+ 'fabric.editor.removeColumns': 'Delete {0, plural, one {column} other {columns}}',
162
181
  'fabric.editor.removeEmoji': 'Remove emoji',
182
+ 'fabric.editor.removeRows': 'Delete {0, plural, one {row} other {rows}}',
183
+ 'fabric.editor.rightSidebar': 'Right sidebar',
184
+ 'fabric.editor.rowControl': 'Highlight row',
163
185
  'fabric.editor.saveButton': 'Save',
164
186
  'fabric.editor.settingsLinks': 'Go to Link Preferences',
187
+ 'fabric.editor.single': 'Single column',
188
+ 'fabric.editor.sortColumnASC': 'Sort column A → Z',
189
+ 'fabric.editor.sortColumnDESC': 'Sort column Z → A',
190
+ 'fabric.editor.splitCell': 'Split cell',
165
191
  'fabric.editor.status': 'Status',
166
192
  'fabric.editor.status.description': 'Add a custom status label',
167
193
  'fabric.editor.statusPlaceholder': 'Set a status',
@@ -176,9 +202,16 @@ var _default = exports.default = {
176
202
  'fabric.editor.superscript.off.subscript.on': 'Superscript Off, Subscript On',
177
203
  'fabric.editor.table': 'Table',
178
204
  'fabric.editor.table.description': 'Insert a table',
205
+ 'fabric.editor.tableOptions': 'Table options',
206
+ 'fabric.editor.tables.adjustColumn': 'Adjust column',
207
+ 'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
208
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Delete',
209
+ 'fabric.editor.tables.resizeTable': 'Resize table',
179
210
  'fabric.editor.task': 'Task',
180
211
  'fabric.editor.text.formatting.off': 'Text formatting Off',
181
212
  'fabric.editor.textStyles': 'Text styles',
213
+ 'fabric.editor.threeColumns': 'Three columns',
214
+ 'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
182
215
  'fabric.editor.time.ago': 'ago',
183
216
  'fabric.editor.time.updated': 'Updated',
184
217
  'fabric.editor.time.viewed': 'Viewed',
@@ -189,6 +222,7 @@ var _default = exports.default = {
189
222
  'fabric.editor.tooltip.defaultBlockNode': 'a block node',
190
223
  'fabric.editor.tooltip.nestedExpand': 'a nested expand',
191
224
  'fabric.editor.tooltip.taskList': 'an action item',
225
+ 'fabric.editor.twoColumns': 'Two columns',
192
226
  'fabric.editor.unableToOpenLink': 'Unable to open this link',
193
227
  'fabric.editor.underline': 'Underline',
194
228
  'fabric.editor.undo': 'Undo',
@@ -31,9 +31,13 @@ var _default = exports.default = {
31
31
  'fabric.editor.blockquote2': '⁣⁢Quote‍؜؜⁡⁡⁠؜⁠‌‍⁣⁤',
32
32
  'fabric.editor.bold': '⁣⁢Bold‌⁠‍؜‌؜؜⁠؜‍⁣⁤',
33
33
  'fabric.editor.bug': '⁣⁢Bug؜⁡‌⁡‍⁠⁡‍⁡؜⁡⁣⁤',
34
+ 'fabric.editor.canNotSortTable': "⁣⁢⚠️ You can't sort a table with merged cells؜؜؜⁠⁠⁠⁡⁣⁤",
34
35
  'fabric.editor.cancelButton': '⁣⁢Cancel‍⁡⁡‌؜‌⁠‍‌؜⁣⁤',
35
36
  'fabric.editor.captionPlaceholder': '⁣⁢Add a caption؜‌‍‌‌‌‌‍⁠‍⁣⁤',
36
37
  'fabric.editor.cardFloatingControls': '⁣⁢Card options⁠⁡‍⁠؜؜؜⁡⁠؜‌؜؜‍⁣⁤',
38
+ 'fabric.editor.cellBackground': '⁣⁢Cell background⁠⁡‌⁡⁡‍‍‍‌⁠⁠‍؜⁠⁣⁤',
39
+ 'fabric.editor.cellOptions': '⁣⁢Cell options⁠⁠‌؜⁠؜‌‌‍⁠‍⁠؜⁡؜⁠⁣⁤',
40
+ 'fabric.editor.clearCells': '{0, plural, one {⁣⁢Clear cell⁠⁠‍‍⁡‌⁡⁡⁣⁤} other {⁣⁢Clear cells⁠⁠‍‍⁡‌⁡⁡⁣⁤}}',
37
41
  'fabric.editor.clearFormatting': '⁣⁢Clear formatting؜‌‌‍⁠⁠‍‍؜‌⁣⁤',
38
42
  'fabric.editor.clearLink': '⁣⁢Clear link⁠؜‍؜‍‌‌⁡‍⁠؜؜؜‌⁣⁤',
39
43
  'fabric.editor.clearLinkText': '⁣⁢Clear text⁡⁠⁠‍⁠‌⁠⁣⁤',
@@ -47,10 +51,12 @@ var _default = exports.default = {
47
51
  'fabric.editor.codeblock': '⁣⁢Code snippet؜‌‍⁡؜⁡؜‍‍‌⁣⁤',
48
52
  'fabric.editor.codeblock.description': '⁣⁢Display code with syntax highlighting⁠‌⁡‌‌؜؜؜⁣⁤',
49
53
  'fabric.editor.collapseNode': '⁣⁢Collapse content‍⁡‌⁠؜‍‍‌؜⁠‌⁡‍⁡‌⁣⁤',
54
+ 'fabric.editor.collapseTable': '⁣⁢Collapse table⁠⁡⁠⁠‌؜؜‌⁠‍⁡⁣⁤',
50
55
  'fabric.editor.columns': '⁣⁢Layouts⁡⁠‍⁠⁡‌⁠‍⁡⁣⁤',
51
56
  'fabric.editor.columns.description': '⁣⁢Structure your page using sections‌‍⁠⁠‍؜‍⁡⁡⁡⁣⁤',
52
57
  'fabric.editor.copiedToClipboard': '⁣⁢Copied!⁡‍‍⁠؜‍؜⁡⁣⁤',
53
58
  'fabric.editor.copyToClipboard': '⁣⁢Copy⁠؜‍‍‌؜‌؜‍؜⁡⁠؜⁠⁠‌‌⁣⁤',
59
+ 'fabric.editor.cornerControl': '⁣⁢Highlight table⁡؜‌‍‌‍؜⁠‌⁠‍⁣⁤',
54
60
  'fabric.editor.createComment': '⁣⁢Comment⁠⁡⁡؜‌؜⁡⁡⁠‌؜⁣⁤',
55
61
  'fabric.editor.createCommentInvalid': '⁣⁢You can only comment on text and headings⁠‍‌‌⁠‍⁡⁣⁤',
56
62
  'fabric.editor.customPanel': '⁣⁢Custom panel؜؜⁠⁠‍⁠؜⁣⁤',
@@ -67,6 +73,7 @@ var _default = exports.default = {
67
73
  'fabric.editor.displayLink': '⁣⁢Display as text؜⁠؜‍؜؜⁡⁡‌⁡؜‍⁣⁤',
68
74
  'fabric.editor.displayOptionUnavailableInParentNode': "⁣⁢This display option isn't available inside {node}⁠‌‌؜⁠‌‌⁡⁡‌‍⁡⁡⁣⁤",
69
75
  'fabric.editor.displayText': '⁣⁢Text to display‌⁠‌؜‍؜⁡؜⁣⁤',
76
+ 'fabric.editor.distributeColumns': '⁣⁢Distribute columns‍؜‍⁠‍‍‍⁠‍‌⁣⁤',
70
77
  'fabric.editor.ecombedDescription': '⁣⁢Display an interactive preview of a link‍⁡⁡‍؜؜؜⁡⁡⁣⁤',
71
78
  'fabric.editor.edit.datasource': '⁣⁢Edit search query⁠⁡⁡⁠؜؜‍؜⁡⁣⁤',
72
79
  'fabric.editor.editDateText': '⁣⁢Edit Date‍؜‍؜‌؜⁠‌⁠⁣⁤',
@@ -91,8 +98,14 @@ var _default = exports.default = {
91
98
  'fabric.editor.expandDefaultTitle': '⁣⁢Click here to expand...‍؜‍⁡‍‍؜⁡⁠‌⁡؜⁣⁤',
92
99
  'fabric.editor.expandNode': '⁣⁢Expand content⁡⁠⁠؜‍⁠؜‍‌؜؜⁡⁣⁤',
93
100
  'fabric.editor.expandPlaceholder': '⁣⁢Give this expand a title...؜⁠⁡‍؜؜؜⁡⁣⁤',
101
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': '⁣⁢Deleting⁠؜؜⁡؜؜‌‌⁠؜⁡‌⁣⁤',
102
+ 'fabric.editor.extension.deleteElementTitle': '⁣⁢Delete element⁠‍‍⁡⁡⁡؜؜‌؜⁡؜⁣⁤',
103
+ 'fabric.editor.extension.sourceNoTitledName': '⁣⁢this element‌‍⁡⁣⁤',
94
104
  'fabric.editor.feedbackDialog': '⁣⁢Give feedback؜⁡؜⁠‍‌‌‍⁡⁣⁤',
95
105
  'fabric.editor.feedbackDialog.description': '⁣⁢Tell us about your experience using the new editor‌‌؜؜؜؜؜⁡‍‍‍‌⁣⁤',
106
+ 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': '⁣⁢Also delete connected elements‌؜⁠⁠⁠⁡⁡‌‍؜⁣⁤',
107
+ 'fabric.editor.headerColumn': '⁣⁢Header column؜⁠⁠⁠⁠⁡⁡‌‌⁠‍‌‍‌⁣⁤',
108
+ 'fabric.editor.headerRow': '⁣⁢Header row‍‌‍‌‍؜‌⁠؜⁡⁡؜⁠⁣⁤',
96
109
  'fabric.editor.heading1': '⁣⁢Heading 1؜؜‌⁡⁡‍‌‌⁣⁤',
97
110
  'fabric.editor.heading1Description': '⁣⁢Use this for a top level heading⁡‌‌‍‌⁣⁤',
98
111
  'fabric.editor.heading2': '⁣⁢Heading 2⁡⁡؜⁠؜⁠‍⁣⁤',
@@ -126,12 +139,15 @@ var _default = exports.default = {
126
139
  'fabric.editor.infoPanel.description': '⁣⁢Highlight information in a colored panel⁡⁠⁡؜‍⁣⁤',
127
140
  'fabric.editor.inlineDescription': '⁣⁢Display link as inline text‍⁠⁡‌‍⁡؜‌⁣⁤',
128
141
  'fabric.editor.inlineTitle': '⁣⁢Inline؜؜‌‌⁠‌‌⁡‌‌⁡⁡⁠⁣⁤',
142
+ 'fabric.editor.insertColumn': '⁣⁢Insert column right⁡‍‌‌‍⁠؜‌‌‍⁡⁡؜⁠‍⁣⁤',
129
143
  'fabric.editor.insertMenu': '⁣⁢Insert‌؜‌‍؜⁠⁣⁤',
144
+ 'fabric.editor.insertRow': '⁣⁢Insert row below‌؜⁡‌‌‍⁠⁣⁤',
130
145
  'fabric.editor.invalidLink': '⁣⁢Please enter a valid link.‌‍⁠⁡⁠‌⁣⁤',
131
146
  'fabric.editor.italic': '⁣⁢Italic؜‌⁠⁡؜⁠‍‌؜⁠‌⁡⁣⁤',
132
147
  'fabric.editor.layoutFixedWidth': '⁣⁢Back to center؜؜؜⁠‌‍⁠‌‌⁣⁤',
133
148
  'fabric.editor.layoutFullWidth': '⁣⁢Go full width⁡⁡‌⁠‌⁡‍⁠⁡‌؜؜⁣⁤',
134
149
  'fabric.editor.layoutWide': '⁣⁢Go wide‌؜؜‍‍⁡⁡؜⁣⁤',
150
+ 'fabric.editor.leftSidebar': '⁣⁢Left sidebar؜⁡⁡⁡⁠؜‌‌⁠‌‍‌‍‌‍⁠؜⁣⁤',
135
151
  'fabric.editor.link': '⁣⁢Link⁡‍⁡‍؜؜؜⁠⁠⁣⁤',
136
152
  'fabric.editor.link.description': '⁣⁢Insert a link‌⁠⁠‌؜‍؜⁠؜⁣⁤',
137
153
  'fabric.editor.linkAddress': '⁣⁢Link address⁡⁠⁠‌‍‌‌⁡؜‌‌‌⁣⁤',
@@ -142,12 +158,14 @@ var _default = exports.default = {
142
158
  'fabric.editor.mediaFiles.description': '⁣⁢Add images and other files to your page⁠‍‌؜؜؜‍⁠⁠⁠⁠‍⁣⁤',
143
159
  'fabric.editor.mention': '⁣⁢Mention‌؜‌⁡⁡؜⁠⁣⁤',
144
160
  'fabric.editor.mention.description': '⁣⁢Mention someone to send them a notification‍؜‌‌⁡؜‌‌؜⁠⁠؜⁣⁤',
161
+ 'fabric.editor.mergeCells': '⁣⁢Merge cells‍؜؜؜‍‍⁠‍⁣⁤',
145
162
  'fabric.editor.moreFormatting': '⁣⁢More formatting‍‍‌‌⁣⁤',
146
163
  'fabric.editor.navigate.toolbar.editor': '⁣⁢Navigate to editor toolbar⁠‌‍⁠⁠⁠‍؜⁣⁤',
147
164
  'fabric.editor.navigate.toolbar.floating': '⁣⁢Navigate to floating toolbar⁠؜⁠‍‍؜؜‌⁠؜⁣⁤',
148
165
  'fabric.editor.normal': '⁣⁢Normal text‌؜؜‍⁡؜⁡‍‍⁣⁤',
149
166
  'fabric.editor.notePanel': '⁣⁢Note panel⁠‌⁡⁠⁠⁡⁡؜⁣⁤',
150
167
  'fabric.editor.notePanel.description': '⁣⁢Add a note in a colored panel⁡⁠‍⁡⁠؜؜؜⁣⁤',
168
+ 'fabric.editor.numberedColumn': '⁣⁢Numbered column؜؜⁠‌‍‍‌‍⁡⁣⁤',
151
169
  'fabric.editor.off': '⁣⁢{formattingType} Off‍‍‌‌⁡‌⁠⁠⁣⁤',
152
170
  'fabric.editor.on': '⁣⁢{formattingType} On⁠‌‌⁡‍‍⁡؜⁠⁣⁤',
153
171
  'fabric.editor.openLink': '⁣⁢Open link in a new tab⁠⁡⁡‌‍‌⁠‌‌⁡⁡⁣⁤',
@@ -159,9 +177,17 @@ var _default = exports.default = {
159
177
  'fabric.editor.placeholderText.description': '⁣⁢Insert a text placeholder into the page؜‍‍‍⁠⁠؜⁠⁡⁣⁤',
160
178
  'fabric.editor.redo': '⁣⁢Redo؜⁡⁠‌⁠‌‌⁡⁡‌‌⁡⁣⁤',
161
179
  'fabric.editor.remove': '⁣⁢Remove‌؜‌⁡⁠‍‍؜⁠⁣⁤',
180
+ 'fabric.editor.removeColumns': '{0, plural, one {⁣⁢Delete column‍⁠⁡⁠؜⁣⁤} other {⁣⁢Delete columns‍⁠⁡⁠؜⁣⁤}}',
162
181
  'fabric.editor.removeEmoji': '⁣⁢Remove emoji⁠؜‌؜⁡⁡‌⁠‍‌⁡⁣⁤',
182
+ 'fabric.editor.removeRows': '{0, plural, one {⁣⁢Delete row⁡⁠؜⁠‍؜⁡؜؜⁣⁤} other {⁣⁢Delete rows⁡⁠؜⁠‍؜⁡؜؜⁣⁤}}',
183
+ 'fabric.editor.rightSidebar': '⁣⁢Right sidebar⁡‌⁡؜؜‍‌⁠⁡‍‌⁣⁤',
184
+ 'fabric.editor.rowControl': '⁣⁢Highlight row‌‌⁡‍⁠⁡⁡⁠⁠⁣⁤',
163
185
  'fabric.editor.saveButton': '⁣⁢Save‍⁡‍؜؜⁠⁣⁤',
164
186
  'fabric.editor.settingsLinks': '⁣⁢Go to Link Preferences⁠‌؜‌⁡؜‍⁡⁡⁣⁤',
187
+ 'fabric.editor.single': '⁣⁢Single column‍؜⁡‍⁠؜⁠؜‌⁣⁤',
188
+ 'fabric.editor.sortColumnASC': '⁣⁢Sort column A → Z⁠⁡⁠‍⁡‍؜⁠‍⁠‍⁣⁤',
189
+ 'fabric.editor.sortColumnDESC': '⁣⁢Sort column Z → A‌⁡‍؜‌‍؜⁡⁣⁤',
190
+ 'fabric.editor.splitCell': '⁣⁢Split cell؜؜‍⁡؜‍⁠‌⁠⁡‌⁣⁤',
165
191
  'fabric.editor.status': '⁣⁢Status⁠‌؜‍‌؜‌⁣⁤',
166
192
  'fabric.editor.status.description': '⁣⁢Add a custom status label⁠؜‍⁡⁠‌⁡⁠⁠؜⁠‌⁣⁤',
167
193
  'fabric.editor.statusPlaceholder': '⁣⁢Set a status‍⁠⁠⁠‌‌⁠⁠⁠⁣⁤',
@@ -176,9 +202,16 @@ var _default = exports.default = {
176
202
  'fabric.editor.superscript.off.subscript.on': '⁣⁢Superscript Off, Subscript On‍‌؜‍⁠‍⁣⁤',
177
203
  'fabric.editor.table': '⁣⁢Table‌‌‍⁠‍‍‌⁡؜؜⁠؜؜⁣⁤',
178
204
  'fabric.editor.table.description': '⁣⁢Insert a table⁠⁠‌‍‍؜‌⁠‍⁡‌⁣⁤',
205
+ 'fabric.editor.tableOptions': '⁣⁢Table options‍⁠⁡‌‍‍⁠⁡⁣⁤',
206
+ 'fabric.editor.tables.adjustColumn': '⁣⁢Adjust column؜⁡‌؜‍⁠؜‍‌‌⁣⁤',
207
+ 'fabric.editor.tables.confirmDeleteLinkedModalMessage': '⁣⁢Deleting {nodeName} will break anything connected to it.؜‍⁡؜⁠‌؜؜‍⁣⁤',
208
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '⁣⁢Delete⁠؜⁡؜⁡؜⁡‍؜‌⁠‍‌⁣⁤',
209
+ 'fabric.editor.tables.resizeTable': '⁣⁢Resize table⁡‌⁠⁡⁡‌‌⁠‌⁣⁤',
179
210
  'fabric.editor.task': '⁣⁢Task‍؜‌؜‌‌⁠⁠⁡‍؜‍⁠⁣⁤',
180
211
  'fabric.editor.text.formatting.off': '⁣⁢Text formatting Off‍؜‍⁡⁠‍⁡؜⁠؜؜⁣⁤',
181
212
  'fabric.editor.textStyles': '⁣⁢Text styles⁠⁠‌‍؜⁡⁠⁠‍؜⁣⁤',
213
+ 'fabric.editor.threeColumns': '⁣⁢Three columns‌⁡‍؜⁡؜⁡⁡‌⁣⁤',
214
+ 'fabric.editor.threeColumnsWithSidebars': '⁣⁢Three columns with sidebars‍⁡⁡‌‍⁡؜⁠⁣⁤',
182
215
  'fabric.editor.time.ago': '⁣⁢ago⁡‌‍⁠⁠‍؜⁠⁡⁣⁤',
183
216
  'fabric.editor.time.updated': '⁣⁢Updated‌‍⁠؜‍⁠؜‌⁠؜‌⁠‌⁣⁤',
184
217
  'fabric.editor.time.viewed': '⁣⁢Viewed؜؜‌⁡⁡‍‌⁠‌⁣⁤',
@@ -189,6 +222,7 @@ var _default = exports.default = {
189
222
  'fabric.editor.tooltip.defaultBlockNode': '⁣⁢a block node⁠؜‌‌⁡⁡⁡‌⁡‍‌⁣⁤',
190
223
  'fabric.editor.tooltip.nestedExpand': '⁣⁢a nested expand‌‌؜؜؜⁡⁡⁠؜؜⁣⁤',
191
224
  'fabric.editor.tooltip.taskList': '⁣⁢an action item‍؜؜⁡⁠‌⁠‌؜‍⁣⁤',
225
+ 'fabric.editor.twoColumns': '⁣⁢Two columns؜؜‌⁠‍‌‍‌⁠⁠⁣⁤',
192
226
  'fabric.editor.unableToOpenLink': '⁣⁢Unable to open this link⁠‌⁡‍⁡‍⁠⁡⁡‍⁠‌⁡⁠؜⁠⁣⁤',
193
227
  'fabric.editor.underline': '⁣⁢Underline‌⁡؜؜⁠⁣⁤',
194
228
  'fabric.editor.undo': '⁣⁢Undo⁡‌⁡‌⁡‍‍‍⁡⁣⁤',
@@ -31,9 +31,13 @@ var _default = exports.default = {
31
31
  'fabric.editor.blockquote2': 'Citar',
32
32
  'fabric.editor.bold': 'Negrita',
33
33
  'fabric.editor.bug': 'Error',
34
+ 'fabric.editor.canNotSortTable': '⚠️ No puedes ordenar una tabla con celdas combinadas',
34
35
  'fabric.editor.cancelButton': 'Cancelar',
35
36
  'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
36
37
  'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
38
+ 'fabric.editor.cellBackground': 'Fondo de celda',
39
+ 'fabric.editor.cellOptions': 'Opciones de celda',
40
+ 'fabric.editor.clearCells': '{0, plural, one {Borrar celda} other {Borrar celdas}}',
37
41
  'fabric.editor.clearFormatting': 'Borrar formato',
38
42
  'fabric.editor.clearLink': 'Borrar enlace',
39
43
  'fabric.editor.clearLinkText': 'Borrar texto',
@@ -47,10 +51,12 @@ var _default = exports.default = {
47
51
  'fabric.editor.codeblock': 'Fragmento de código',
48
52
  'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
49
53
  'fabric.editor.collapseNode': 'contraer contenido',
54
+ 'fabric.editor.collapseTable': 'Contraer tabla',
50
55
  'fabric.editor.columns': 'Diseños',
51
56
  'fabric.editor.columns.description': 'Estructurar la página con secciones',
52
57
  'fabric.editor.copiedToClipboard': '¡Copiado!',
53
58
  'fabric.editor.copyToClipboard': 'Copiar',
59
+ 'fabric.editor.cornerControl': 'Destacar tabla',
54
60
  'fabric.editor.createComment': 'Comentar',
55
61
  'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
56
62
  'fabric.editor.customPanel': 'Panel personalizado',
@@ -67,6 +73,7 @@ var _default = exports.default = {
67
73
  'fabric.editor.displayLink': 'Mostrar como texto',
68
74
  'fabric.editor.displayOptionUnavailableInParentNode': 'Esta opción de visualización no se encuentra disponible en {node}',
69
75
  'fabric.editor.displayText': 'Texto para mostrar',
76
+ 'fabric.editor.distributeColumns': 'Distribuir columnas',
70
77
  'fabric.editor.ecombedDescription': 'Mostrar una vista previa interactiva de un enlace',
71
78
  'fabric.editor.edit.datasource': 'Editar consulta de búsqueda',
72
79
  'fabric.editor.editDateText': 'Editar fecha',
@@ -91,8 +98,14 @@ var _default = exports.default = {
91
98
  'fabric.editor.expandDefaultTitle': 'Haz clic aquí para ampliar...',
92
99
  'fabric.editor.expandNode': 'Ampliar contenido',
93
100
  'fabric.editor.expandPlaceholder': 'Indica un nombre para esta expansión...',
101
+ 'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Eliminando',
102
+ 'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
103
+ 'fabric.editor.extension.sourceNoTitledName': 'este elemento',
94
104
  'fabric.editor.feedbackDialog': 'Enviar comentarios',
95
105
  'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor nuevo',
106
+ 'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
107
+ 'fabric.editor.headerColumn': 'Columna de encabezado',
108
+ 'fabric.editor.headerRow': 'Fila de encabezado',
96
109
  'fabric.editor.heading1': 'Título 1',
97
110
  'fabric.editor.heading1Description': 'Úsalo en un título de nivel superior',
98
111
  'fabric.editor.heading2': 'Título 2',
@@ -126,12 +139,15 @@ var _default = exports.default = {
126
139
  'fabric.editor.infoPanel.description': 'Destacar información en un panel de color',
127
140
  'fabric.editor.inlineDescription': 'Mostrar enlace como texto insertado',
128
141
  'fabric.editor.inlineTitle': 'Insertado',
142
+ 'fabric.editor.insertColumn': 'Insertar columna a la derecha',
129
143
  'fabric.editor.insertMenu': 'Insertar',
144
+ 'fabric.editor.insertRow': 'Insertar fila debajo',
130
145
  'fabric.editor.invalidLink': 'Introduce un enlace válido.',
131
146
  'fabric.editor.italic': 'Cursiva',
132
147
  'fabric.editor.layoutFixedWidth': 'Volver a centrar',
133
148
  'fabric.editor.layoutFullWidth': 'Usar ancho completo',
134
149
  'fabric.editor.layoutWide': 'Usar formato ancho',
150
+ 'fabric.editor.leftSidebar': 'Barra lateral izquierda',
135
151
  'fabric.editor.link': 'Vincular',
136
152
  'fabric.editor.link.description': 'Insertar un enlace',
137
153
  'fabric.editor.linkAddress': 'Dirección del enlace',
@@ -142,12 +158,14 @@ var _default = exports.default = {
142
158
  'fabric.editor.mediaFiles.description': 'Añadir imágenes y otros archivos a la página',
143
159
  'fabric.editor.mention': 'Mención',
144
160
  'fabric.editor.mention.description': 'Mencionar a alguien para enviarle una notificación',
161
+ 'fabric.editor.mergeCells': 'Fusionar celdas',
145
162
  'fabric.editor.moreFormatting': 'Más formatos',
146
163
  'fabric.editor.navigate.toolbar.editor': 'Ve a la barra de herramientas del editor',
147
164
  'fabric.editor.navigate.toolbar.floating': 'Ve a la barra de herramientas flotante',
148
165
  'fabric.editor.normal': 'Texto normal',
149
166
  'fabric.editor.notePanel': 'Panel de notas',
150
167
  'fabric.editor.notePanel.description': 'Añadir una nota en un panel de color',
168
+ 'fabric.editor.numberedColumn': 'Columna numerada',
151
169
  'fabric.editor.off': '{formattingType} desactivado',
152
170
  'fabric.editor.on': '{formattingType} activado',
153
171
  'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
@@ -159,9 +177,17 @@ var _default = exports.default = {
159
177
  'fabric.editor.placeholderText.description': 'Insertar un marcador de posición de texto en la página',
160
178
  'fabric.editor.redo': 'Rehacer',
161
179
  'fabric.editor.remove': 'Eliminar',
180
+ 'fabric.editor.removeColumns': '{0, plural, one {Eliminar columna} other {Eliminar columnas}}',
162
181
  'fabric.editor.removeEmoji': 'Eliminar emoji',
182
+ 'fabric.editor.removeRows': '{0, plural, one {Eliminar fila} other {Eliminar filas}}',
183
+ 'fabric.editor.rightSidebar': 'Barra lateral derecha',
184
+ 'fabric.editor.rowControl': 'Destacar fila',
163
185
  'fabric.editor.saveButton': 'Guardar',
164
186
  'fabric.editor.settingsLinks': 'Ir a Preferencias de enlaces',
187
+ 'fabric.editor.single': 'Una sola columna',
188
+ 'fabric.editor.sortColumnASC': 'Ordenar columna A → Z',
189
+ 'fabric.editor.sortColumnDESC': 'Ordenar columna Z → A',
190
+ 'fabric.editor.splitCell': 'Dividir celda',
165
191
  'fabric.editor.status': 'Estado',
166
192
  'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
167
193
  'fabric.editor.statusPlaceholder': 'Establecer un estado',
@@ -176,9 +202,16 @@ var _default = exports.default = {
176
202
  'fabric.editor.superscript.off.subscript.on': 'Superíndice desactivado, subíndice activado',
177
203
  'fabric.editor.table': 'Tabla',
178
204
  'fabric.editor.table.description': 'Insertar una tabla',
205
+ 'fabric.editor.tableOptions': 'Opciones de tabla',
206
+ 'fabric.editor.tables.adjustColumn': 'Ajustar columna',
207
+ 'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
208
+ 'fabric.editor.tables.confirmDeleteLinkedModalOKButton': 'Eliminar',
209
+ 'fabric.editor.tables.resizeTable': 'Cambiar tamaño de tabla',
179
210
  'fabric.editor.task': 'Tarea',
180
211
  'fabric.editor.text.formatting.off': 'Formato de texto desactivado',
181
212
  'fabric.editor.textStyles': 'Estilos de texto',
213
+ 'fabric.editor.threeColumns': 'Tres columnas',
214
+ 'fabric.editor.threeColumnsWithSidebars': 'Tres columnas con barras laterales',
182
215
  'fabric.editor.time.ago': 'antes',
183
216
  'fabric.editor.time.updated': 'Actualizado',
184
217
  'fabric.editor.time.viewed': 'Visto',
@@ -189,6 +222,7 @@ var _default = exports.default = {
189
222
  'fabric.editor.tooltip.defaultBlockNode': 'un nodo de bloqueo',
190
223
  'fabric.editor.tooltip.nestedExpand': 'una expansión anidada',
191
224
  'fabric.editor.tooltip.taskList': 'un elemento de acción',
225
+ 'fabric.editor.twoColumns': 'Dos columnas',
192
226
  'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
193
227
  'fabric.editor.underline': 'Subrayado',
194
228
  'fabric.editor.undo': 'Deshacer',