@atlaskit/editor-common 82.2.1 → 82.3.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.
Files changed (180) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/cjs/extensibility/Extension/Extension/index.js +0 -1
  3. package/dist/cjs/extensibility/Extension/Extension/styles.js +4 -9
  4. package/dist/cjs/extensibility/Extension/InlineExtension/index.js +0 -1
  5. package/dist/cjs/extensibility/Extension/InlineExtension/styles.js +1 -4
  6. package/dist/cjs/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
  7. package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +2 -2
  8. package/dist/cjs/i18n/cs.js +5 -5
  9. package/dist/cjs/i18n/da.js +9 -5
  10. package/dist/cjs/i18n/de.js +9 -5
  11. package/dist/cjs/i18n/en.js +8 -5
  12. package/dist/cjs/i18n/en_GB.js +8 -5
  13. package/dist/cjs/i18n/en_ZZ.js +8 -5
  14. package/dist/cjs/i18n/es.js +9 -5
  15. package/dist/cjs/i18n/fi.js +9 -5
  16. package/dist/cjs/i18n/fr.js +9 -5
  17. package/dist/cjs/i18n/hu.js +9 -5
  18. package/dist/cjs/i18n/it.js +9 -5
  19. package/dist/cjs/i18n/ja.js +9 -5
  20. package/dist/cjs/i18n/ko.js +9 -5
  21. package/dist/cjs/i18n/nb.js +5 -5
  22. package/dist/cjs/i18n/nl.js +9 -5
  23. package/dist/cjs/i18n/pl.js +9 -5
  24. package/dist/cjs/i18n/pt_BR.js +9 -5
  25. package/dist/cjs/i18n/ru.js +9 -5
  26. package/dist/cjs/i18n/sv.js +9 -5
  27. package/dist/cjs/i18n/th.js +4 -3
  28. package/dist/cjs/i18n/tr.js +7 -3
  29. package/dist/cjs/i18n/uk.js +9 -5
  30. package/dist/cjs/i18n/vi.js +9 -5
  31. package/dist/cjs/i18n/zh.js +8 -4
  32. package/dist/cjs/i18n/zh_TW.js +5 -5
  33. package/dist/cjs/monitoring/error.js +1 -1
  34. package/dist/cjs/ui/DropList/index.js +1 -1
  35. package/dist/cjs/ui-color/ColorPalette/Color/index.js +57 -7
  36. package/dist/cjs/ui-color/ColorPalette/Palettes/highlightColorPalette.js +38 -2
  37. package/dist/cjs/ui-color/ColorPalette/index.js +4 -2
  38. package/dist/cjs/utils/annotation/index.js +24 -0
  39. package/dist/cjs/utils/index.js +6 -0
  40. package/dist/es2019/extensibility/Extension/Extension/index.js +0 -1
  41. package/dist/es2019/extensibility/Extension/Extension/styles.js +4 -9
  42. package/dist/es2019/extensibility/Extension/InlineExtension/index.js +0 -1
  43. package/dist/es2019/extensibility/Extension/InlineExtension/styles.js +1 -4
  44. package/dist/es2019/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
  45. package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +2 -2
  46. package/dist/es2019/i18n/cs.js +5 -5
  47. package/dist/es2019/i18n/da.js +9 -5
  48. package/dist/es2019/i18n/de.js +9 -5
  49. package/dist/es2019/i18n/en.js +8 -5
  50. package/dist/es2019/i18n/en_GB.js +8 -5
  51. package/dist/es2019/i18n/en_ZZ.js +8 -5
  52. package/dist/es2019/i18n/es.js +9 -5
  53. package/dist/es2019/i18n/fi.js +9 -5
  54. package/dist/es2019/i18n/fr.js +9 -5
  55. package/dist/es2019/i18n/hu.js +9 -5
  56. package/dist/es2019/i18n/it.js +9 -5
  57. package/dist/es2019/i18n/ja.js +9 -5
  58. package/dist/es2019/i18n/ko.js +9 -5
  59. package/dist/es2019/i18n/nb.js +5 -5
  60. package/dist/es2019/i18n/nl.js +9 -5
  61. package/dist/es2019/i18n/pl.js +9 -5
  62. package/dist/es2019/i18n/pt_BR.js +9 -5
  63. package/dist/es2019/i18n/ru.js +9 -5
  64. package/dist/es2019/i18n/sv.js +9 -5
  65. package/dist/es2019/i18n/th.js +4 -3
  66. package/dist/es2019/i18n/tr.js +7 -3
  67. package/dist/es2019/i18n/uk.js +9 -5
  68. package/dist/es2019/i18n/vi.js +9 -5
  69. package/dist/es2019/i18n/zh.js +8 -4
  70. package/dist/es2019/i18n/zh_TW.js +5 -5
  71. package/dist/es2019/monitoring/error.js +1 -1
  72. package/dist/es2019/ui/DropList/index.js +1 -1
  73. package/dist/es2019/ui-color/ColorPalette/Color/index.js +61 -1
  74. package/dist/es2019/ui-color/ColorPalette/Palettes/highlightColorPalette.js +36 -1
  75. package/dist/es2019/ui-color/ColorPalette/index.js +4 -2
  76. package/dist/es2019/utils/annotation/index.js +22 -0
  77. package/dist/es2019/utils/index.js +1 -1
  78. package/dist/esm/extensibility/Extension/Extension/index.js +0 -1
  79. package/dist/esm/extensibility/Extension/Extension/styles.js +4 -9
  80. package/dist/esm/extensibility/Extension/InlineExtension/index.js +0 -1
  81. package/dist/esm/extensibility/Extension/InlineExtension/styles.js +1 -4
  82. package/dist/esm/extensibility/Extension/Lozenge/ExtensionLabel.js +2 -5
  83. package/dist/esm/extensibility/MultiBodiedExtension/styles.js +2 -2
  84. package/dist/esm/i18n/cs.js +5 -5
  85. package/dist/esm/i18n/da.js +9 -5
  86. package/dist/esm/i18n/de.js +9 -5
  87. package/dist/esm/i18n/en.js +8 -5
  88. package/dist/esm/i18n/en_GB.js +8 -5
  89. package/dist/esm/i18n/en_ZZ.js +8 -5
  90. package/dist/esm/i18n/es.js +9 -5
  91. package/dist/esm/i18n/fi.js +9 -5
  92. package/dist/esm/i18n/fr.js +9 -5
  93. package/dist/esm/i18n/hu.js +9 -5
  94. package/dist/esm/i18n/it.js +9 -5
  95. package/dist/esm/i18n/ja.js +9 -5
  96. package/dist/esm/i18n/ko.js +9 -5
  97. package/dist/esm/i18n/nb.js +5 -5
  98. package/dist/esm/i18n/nl.js +9 -5
  99. package/dist/esm/i18n/pl.js +9 -5
  100. package/dist/esm/i18n/pt_BR.js +9 -5
  101. package/dist/esm/i18n/ru.js +9 -5
  102. package/dist/esm/i18n/sv.js +9 -5
  103. package/dist/esm/i18n/th.js +4 -3
  104. package/dist/esm/i18n/tr.js +7 -3
  105. package/dist/esm/i18n/uk.js +9 -5
  106. package/dist/esm/i18n/vi.js +9 -5
  107. package/dist/esm/i18n/zh.js +8 -4
  108. package/dist/esm/i18n/zh_TW.js +5 -5
  109. package/dist/esm/monitoring/error.js +1 -1
  110. package/dist/esm/ui/DropList/index.js +1 -1
  111. package/dist/esm/ui-color/ColorPalette/Color/index.js +57 -7
  112. package/dist/esm/ui-color/ColorPalette/Palettes/highlightColorPalette.js +37 -1
  113. package/dist/esm/ui-color/ColorPalette/index.js +4 -2
  114. package/dist/esm/utils/annotation/index.js +22 -0
  115. package/dist/esm/utils/index.js +1 -1
  116. package/dist/types/analytics/types/inline-comment-events.d.ts +1 -0
  117. package/dist/types/i18n/cs.d.ts +3 -3
  118. package/dist/types/i18n/da.d.ts +7 -3
  119. package/dist/types/i18n/de.d.ts +7 -3
  120. package/dist/types/i18n/en.d.ts +6 -3
  121. package/dist/types/i18n/en_GB.d.ts +6 -3
  122. package/dist/types/i18n/en_ZZ.d.ts +6 -3
  123. package/dist/types/i18n/es.d.ts +7 -3
  124. package/dist/types/i18n/fi.d.ts +7 -3
  125. package/dist/types/i18n/fr.d.ts +7 -3
  126. package/dist/types/i18n/hu.d.ts +7 -3
  127. package/dist/types/i18n/it.d.ts +7 -3
  128. package/dist/types/i18n/ja.d.ts +7 -3
  129. package/dist/types/i18n/ko.d.ts +7 -3
  130. package/dist/types/i18n/nb.d.ts +3 -3
  131. package/dist/types/i18n/nl.d.ts +7 -3
  132. package/dist/types/i18n/pl.d.ts +7 -3
  133. package/dist/types/i18n/pt_BR.d.ts +7 -3
  134. package/dist/types/i18n/ru.d.ts +7 -3
  135. package/dist/types/i18n/sv.d.ts +7 -3
  136. package/dist/types/i18n/th.d.ts +4 -3
  137. package/dist/types/i18n/tr.d.ts +7 -3
  138. package/dist/types/i18n/uk.d.ts +7 -3
  139. package/dist/types/i18n/vi.d.ts +7 -3
  140. package/dist/types/i18n/zh.d.ts +7 -3
  141. package/dist/types/i18n/zh_TW.d.ts +3 -3
  142. package/dist/types/types/feature-flags.d.ts +16 -0
  143. package/dist/types/ui-color/ColorPalette/Color/index.d.ts +5 -2
  144. package/dist/types/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
  145. package/dist/types/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
  146. package/dist/types/utils/annotation/index.d.ts +10 -0
  147. package/dist/types/utils/index.d.ts +1 -1
  148. package/dist/types-ts4.5/analytics/types/inline-comment-events.d.ts +1 -0
  149. package/dist/types-ts4.5/i18n/cs.d.ts +3 -3
  150. package/dist/types-ts4.5/i18n/da.d.ts +7 -3
  151. package/dist/types-ts4.5/i18n/de.d.ts +7 -3
  152. package/dist/types-ts4.5/i18n/en.d.ts +6 -3
  153. package/dist/types-ts4.5/i18n/en_GB.d.ts +6 -3
  154. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +6 -3
  155. package/dist/types-ts4.5/i18n/es.d.ts +7 -3
  156. package/dist/types-ts4.5/i18n/fi.d.ts +7 -3
  157. package/dist/types-ts4.5/i18n/fr.d.ts +7 -3
  158. package/dist/types-ts4.5/i18n/hu.d.ts +7 -3
  159. package/dist/types-ts4.5/i18n/it.d.ts +7 -3
  160. package/dist/types-ts4.5/i18n/ja.d.ts +7 -3
  161. package/dist/types-ts4.5/i18n/ko.d.ts +7 -3
  162. package/dist/types-ts4.5/i18n/nb.d.ts +3 -3
  163. package/dist/types-ts4.5/i18n/nl.d.ts +7 -3
  164. package/dist/types-ts4.5/i18n/pl.d.ts +7 -3
  165. package/dist/types-ts4.5/i18n/pt_BR.d.ts +7 -3
  166. package/dist/types-ts4.5/i18n/ru.d.ts +7 -3
  167. package/dist/types-ts4.5/i18n/sv.d.ts +7 -3
  168. package/dist/types-ts4.5/i18n/th.d.ts +4 -3
  169. package/dist/types-ts4.5/i18n/tr.d.ts +7 -3
  170. package/dist/types-ts4.5/i18n/uk.d.ts +7 -3
  171. package/dist/types-ts4.5/i18n/vi.d.ts +7 -3
  172. package/dist/types-ts4.5/i18n/zh.d.ts +7 -3
  173. package/dist/types-ts4.5/i18n/zh_TW.d.ts +3 -3
  174. package/dist/types-ts4.5/types/feature-flags.d.ts +16 -0
  175. package/dist/types-ts4.5/ui-color/ColorPalette/Color/index.d.ts +5 -2
  176. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/highlightColorPalette.d.ts +3 -0
  177. package/dist/types-ts4.5/ui-color/ColorPalette/Palettes/type.d.ts +2 -0
  178. package/dist/types-ts4.5/utils/annotation/index.d.ts +10 -0
  179. package/dist/types-ts4.5/utils/index.d.ts +1 -1
  180. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @atlaskit/editor-common
2
2
 
3
+ ## 82.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#108458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/108458)
8
+ [`07ff840152c4a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/07ff840152c4a) -
9
+ [ED-23469] Add elementDragAndDrop key for platform_editor_element_drag_and_drop feature gate
10
+ - [#107856](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107856)
11
+ [`7ba2db81f78ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7ba2db81f78ac) -
12
+ [ux] [ED-23348] Make transparent option in highlight color palette more obvious with a diagonal
13
+ line.
14
+
15
+ ### Patch Changes
16
+
17
+ - [#109540](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109540)
18
+ [`2267be0c78aea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2267be0c78aea) -
19
+ [ux] Fix hover and remove interactions with new macro UX updates and update vr test snapshots
20
+ - [#109969](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109969)
21
+ [`52590a0b562ef`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/52590a0b562ef) -
22
+ ED-23690 Adds an attribute to annotation analytic events with the name of nodes inside the
23
+ annotation range
24
+ - Updated dependencies
25
+
26
+ ## 82.2.2
27
+
28
+ ### Patch Changes
29
+
30
+ - [#109033](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109033)
31
+ [`046555d9a96ea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/046555d9a96ea) -
32
+ Converts LD flag to an experiment for Preserve Table Widths part two feature.
33
+
3
34
  ## 82.2.1
4
35
 
5
36
  ### Patch Changes
@@ -62,7 +62,6 @@ function ExtensionWithPluginState(props) {
62
62
  editorAppearance !== 'full-width';
63
63
  var classNames = (0, _classnames2.default)('extension-container', 'block', shadowClassNames, (0, _defineProperty2.default)({
64
64
  'with-overlay': !hasBody && !showMacroInteractionDesignUpdates,
65
- 'with-border': showMacroInteractionDesignUpdates,
66
65
  'with-bodied-border': showMacroInteractionDesignUpdates && hasBody,
67
66
  'with-margin-styles': showMacroInteractionDesignUpdates && !isNodeNested,
68
67
  'with-hover-border': showMacroInteractionDesignUpdates && isNodeHovered,
@@ -17,19 +17,15 @@ var wrapperStyle = exports.wrapperStyle = (0, _react.css)(_styles.wrapperDefault
17
17
  '.extension-overflow-wrapper:not(.with-body)': {
18
18
  overflowX: 'auto'
19
19
  },
20
- '&.with-border': {
21
- border: "1px solid transparent" // adding this so macro doesn't jump when hover border is shown
22
- },
23
20
  '&.with-bodied-border': {
24
- border: "1px solid ".concat("var(--ds-border, ".concat(_colors.N30, ")"))
21
+ boxShadow: "0 0 0 1px ".concat("var(--ds-border, ".concat(_colors.N30, ")"))
25
22
  },
26
23
  '&.with-hover-border': {
27
- border: "1px solid ".concat("var(--ds-border-input, ".concat(_colors.N500, ")"))
24
+ boxShadow: "0 0 0 1px ".concat("var(--ds-border-input, ".concat(_colors.N500, ")"))
28
25
  },
29
26
  '&.with-margin-styles': {
30
27
  margin: "0 ".concat("var(--ds-space-negative-150, -12px)"),
31
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage/preview
32
- padding: '0 10px' // need exact number here to match editor elements' width
28
+ padding: "0 ".concat("var(--ds-space-150, 12px)")
33
29
  }
34
30
  });
35
31
  var header = exports.header = (0, _react.css)({
@@ -63,7 +59,6 @@ var contentWrapper = exports.contentWrapper = (0, _react.css)({
63
59
  });
64
60
  var overflowWrapperStyles = exports.overflowWrapperStyles = (0, _react.css)({
65
61
  '&.with-margin-styles': {
66
- // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
67
- margin: "0 -10px" // need exact number here to match editor elements' width
62
+ margin: "0 ".concat("var(--ds-space-negative-150, -12px)")
68
63
  }
69
64
  });
@@ -35,7 +35,6 @@ var InlineExtension = function InlineExtension(props) {
35
35
  'with-overlay': !showMacroInteractionDesignUpdates,
36
36
  'with-children': hasChildren,
37
37
  'with-danger-overlay': showMacroInteractionDesignUpdates,
38
- 'with-border': showMacroInteractionDesignUpdates,
39
38
  'with-hover-border': showMacroInteractionDesignUpdates && isNodeHovered
40
39
  });
41
40
  var rendererContainerWidth = widthState ? widthState.width - (0, _editorSharedStyles.akEditorGutterPaddingDynamic)() * 2 : 0;
@@ -24,11 +24,8 @@ var wrapperStyle = exports.wrapperStyle = (0, _react.css)(_styles.wrapperDefault
24
24
  padding: 0,
25
25
  background: "var(--ds-background-neutral-subtle, white)"
26
26
  },
27
- '&.with-border': {
28
- border: "1px solid transparent" // adding this so macro doesn't jump when hover border is shown
29
- },
30
27
  '&.with-hover-border': {
31
- border: "1px solid ".concat("var(--ds-border-input, ".concat(_colors.N500, ")"))
28
+ boxShadow: "0 0 0 1px ".concat("var(--ds-border-input, ".concat(_colors.N500, ")"))
32
29
  }
33
30
  });
34
31
  var inlineWrapperStyles = exports.inlineWrapperStyles = (0, _react.css)({
@@ -42,11 +42,8 @@ var labelStyles = (0, _react2.css)({
42
42
  background: "var(--ds-surface, ".concat(_colors.N0, ")")
43
43
  },
44
44
  '&.bodied-border': {
45
- border: "1px solid ".concat("var(--ds-border, ".concat(_colors.N30, ")"))
46
- },
47
- // to account for bodied having borders now - adding this to help with less conditional styling
48
- border: '1px solid transparent',
49
- borderBottom: 'none'
45
+ boxShadow: "0 0 0 1px ".concat("var(--ds-border, ".concat(_colors.N30, ")"))
46
+ }
50
47
  });
51
48
  var textStyles = (0, _react2.css)({
52
49
  fontSize: '14px',
@@ -27,10 +27,10 @@ var mbeExtensionWrapperCSSStyles = exports.mbeExtensionWrapperCSSStyles = (0, _r
27
27
  paddingTop: "var(--ds-space-100, 8px)".concat(" !important")
28
28
  },
29
29
  '&.with-border': {
30
- border: "1px solid ".concat("var(--ds-border, ".concat(_colors.N30, ")"))
30
+ boxShadow: "0 0 0 1px ".concat("var(--ds-border, ".concat(_colors.N30, ")"))
31
31
  },
32
32
  '&.with-hover-border': {
33
- border: "1px solid ".concat("var(--ds-border-input, ".concat(_colors.N500, ")"))
33
+ boxShadow: "0 0 0 1px ".concat("var(--ds-border-input, ".concat(_colors.N500, ")"))
34
34
  },
35
35
  '&.with-padding-background-styles': {
36
36
  padding: "var(--ds-space-100, 8px)",
@@ -118,8 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': 'Rozhodnutí',
119
119
  'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
120
120
  'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
121
- 'fabric.editor.decreaseColumnSize': 'Snížit velikost sloupce',
122
- 'fabric.editor.decreaseSize': 'Snížit velikost',
121
+ 'fabric.editor.decreaseSize': 'Snížit velikost tabulky nebo multimédia',
123
122
  'fabric.editor.defaultAltText': 'Dokument',
124
123
  'fabric.editor.description': 'Popis',
125
124
  'fabric.editor.displayBlock': 'Zobrazit jako kartu',
@@ -249,8 +248,7 @@ var _default = exports.default = {
249
248
  'fabric.editor.imageBorderSize': 'Velikost',
250
249
  'fabric.editor.imageBorderSubtle': 'Útlé',
251
250
  'fabric.editor.improvement': 'Vylepšení',
252
- 'fabric.editor.increaseColumnSize': 'Zvýšit velikost sloupce',
253
- 'fabric.editor.increaseSize': 'Zvýšit velikost',
251
+ 'fabric.editor.increaseSize': 'Zvýšit velikost tabulky nebo multimédia',
254
252
  'fabric.editor.indent': 'Zvětšit odsazení',
255
253
  'fabric.editor.info': 'Informace',
256
254
  'fabric.editor.infoPanel': 'Informační panel',
@@ -265,6 +263,8 @@ var _default = exports.default = {
265
263
  'fabric.editor.insertMenu': 'Vložit prvky',
266
264
  'fabric.editor.insertRow': 'Vložit řádek pod',
267
265
  'fabric.editor.insertRowDrag': 'Vložit řádek',
266
+ 'fabric.editor.insertTableColumn': 'Vložit sloupec tabulky',
267
+ 'fabric.editor.insertTableRow': 'Vložit řádek tabulky',
268
268
  'fabric.editor.invalidDateError': 'Zadejte platné datum.',
269
269
  'fabric.editor.invalidLink': 'Zadejte platný odkaz.',
270
270
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
@@ -341,6 +341,7 @@ var _default = exports.default = {
341
341
  'fabric.editor.placeholderTextPlaceholder': 'Přidat text placeholderu.',
342
342
  'fabric.editor.plainText': 'Použít prostý text',
343
343
  'fabric.editor.quickInsert': 'Rychlé vložení',
344
+ 'fabric.editor.recordLoomShortTitle': 'Nahrát',
344
345
  'fabric.editor.recordVideo': 'Nahrávání videa Loom',
345
346
  'fabric.editor.recordVideo.description': 'Nahrávejte a sdílejte svou obrazovku a myšlenky.',
346
347
  'fabric.editor.redo': 'Znovu',
@@ -444,7 +445,6 @@ var _default = exports.default = {
444
445
  'fabric.editor.typeahead.mentionInputLabel': 'Když začnete psát, budou se vyhledávat uživatelé k označení.',
445
446
  'fabric.editor.typeahead.mentionPopupLabel': 'Uživatelé, které můžete označit',
446
447
  'fabric.editor.typeahead.metionListItemLabel': 'Uživatel {name} @{shortName}',
447
- 'fabric.editor.unLockColumns': 'Proměnné šířky sloupců',
448
448
  'fabric.editor.unableToLoadContent': 'Obsah se nepodařilo načíst.',
449
449
  'fabric.editor.unableToOpenLink': 'Tento odkaz nelze otevřít',
450
450
  'fabric.editor.underline': 'Podtržení',
@@ -118,8 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': 'Beslutning',
119
119
  'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
120
120
  'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
121
- 'fabric.editor.decreaseColumnSize': 'Reducer kolonnestørrelse',
122
- 'fabric.editor.decreaseSize': 'Reducer størrelse',
121
+ 'fabric.editor.decreaseSize': 'Reducer tabel- eller mediestørrelse',
123
122
  'fabric.editor.defaultAltText': 'Dokument',
124
123
  'fabric.editor.description': 'Beskrivelse',
125
124
  'fabric.editor.displayBlock': 'Vis som kort',
@@ -136,6 +135,10 @@ var _default = exports.default = {
136
135
  'fabric.editor.edit.searchInput': 'Tilføj et link',
137
136
  'fabric.editor.editAltText': 'Rediger alternativ tekst',
138
137
  'fabric.editor.editDateText': 'Rediger dato',
138
+ 'fabric.editor.editDropdownEditDatasourceTitle': 'Rediger søgning',
139
+ 'fabric.editor.editDropdownEditLinkTitle': 'Rediger link',
140
+ 'fabric.editor.editDropdownExpandIconLabel': 'Udvid rullemenu',
141
+ 'fabric.editor.editDropdownTriggerTitle': 'Rediger',
139
142
  'fabric.editor.editLink': 'Redigér link',
140
143
  'fabric.editor.editMode.inviteToEditButton.title': 'Invitér til at redigere',
141
144
  'fabric.editor.editStatusColor': 'Rediger statusfarve',
@@ -245,8 +248,7 @@ var _default = exports.default = {
245
248
  'fabric.editor.imageBorderSize': 'Størrelse',
246
249
  'fabric.editor.imageBorderSubtle': 'Diskret',
247
250
  'fabric.editor.improvement': 'Forbedring',
248
- 'fabric.editor.increaseColumnSize': 'Forøg kolonnestørrelse',
249
- 'fabric.editor.increaseSize': 'Gør større',
251
+ 'fabric.editor.increaseSize': 'Forøg tabel- eller mediestørrelse',
250
252
  'fabric.editor.indent': 'Ryk ind',
251
253
  'fabric.editor.info': 'Info',
252
254
  'fabric.editor.infoPanel': 'Informationspanel',
@@ -261,6 +263,8 @@ var _default = exports.default = {
261
263
  'fabric.editor.insertMenu': 'Indsæt elementer',
262
264
  'fabric.editor.insertRow': 'Indsæt række under',
263
265
  'fabric.editor.insertRowDrag': 'Indsæt række',
266
+ 'fabric.editor.insertTableColumn': 'Indsæt tabelkolonne',
267
+ 'fabric.editor.insertTableRow': 'Indsæt tabelrække',
264
268
  'fabric.editor.invalidDateError': 'Indtast en gyldig dato',
265
269
  'fabric.editor.invalidLink': 'Indtast et gyldigt link.',
266
270
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
@@ -337,6 +341,7 @@ var _default = exports.default = {
337
341
  'fabric.editor.placeholderTextPlaceholder': 'Tilføj midlertidig tekst',
338
342
  'fabric.editor.plainText': 'Brug almindelig tekst',
339
343
  'fabric.editor.quickInsert': 'Hurtig indsætning',
344
+ 'fabric.editor.recordLoomShortTitle': 'Optag',
340
345
  'fabric.editor.recordVideo': 'Optag en Loom-video',
341
346
  'fabric.editor.recordVideo.description': 'Optag og del din skærm og dine tanker',
342
347
  'fabric.editor.redo': 'Gentag',
@@ -440,7 +445,6 @@ var _default = exports.default = {
440
445
  'fabric.editor.typeahead.mentionInputLabel': 'Begynd at indtaste for at søge efter brugere, du vil tagge',
441
446
  'fabric.editor.typeahead.mentionPopupLabel': 'Brugere, du kan tagge',
442
447
  'fabric.editor.typeahead.metionListItemLabel': 'Brugeren {name} @{shortName}',
443
- 'fabric.editor.unLockColumns': 'Variable søjlebredder',
444
448
  'fabric.editor.unableToLoadContent': 'Vi kunne ikke indlæse dette indhold',
445
449
  'fabric.editor.unableToOpenLink': 'Kan ikke åbne dette link',
446
450
  'fabric.editor.underline': 'Understreget',
@@ -118,8 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': 'Entscheidung',
119
119
  'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
120
120
  'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
121
- 'fabric.editor.decreaseColumnSize': 'Spalte verkleinern',
122
- 'fabric.editor.decreaseSize': 'Verkleinern',
121
+ 'fabric.editor.decreaseSize': 'Tabellen- oder Mediengröße verringern',
123
122
  'fabric.editor.defaultAltText': 'Dokument',
124
123
  'fabric.editor.description': 'Beschreibung',
125
124
  'fabric.editor.displayBlock': 'Karte anzeigen',
@@ -136,6 +135,10 @@ var _default = exports.default = {
136
135
  'fabric.editor.edit.searchInput': 'Einen Link hinzufügen',
137
136
  'fabric.editor.editAltText': 'Alternativtext bearbeiten',
138
137
  'fabric.editor.editDateText': 'Datum bearbeiten',
138
+ 'fabric.editor.editDropdownEditDatasourceTitle': 'Suchanfrage bearbeiten',
139
+ 'fabric.editor.editDropdownEditLinkTitle': 'Link bearbeiten',
140
+ 'fabric.editor.editDropdownExpandIconLabel': 'Drop-down-Menü erweitern',
141
+ 'fabric.editor.editDropdownTriggerTitle': 'Bearbeiten',
139
142
  'fabric.editor.editLink': 'Link bearbeiten',
140
143
  'fabric.editor.editMode.inviteToEditButton.title': 'Zum Bearbeiten einladen',
141
144
  'fabric.editor.editStatusColor': 'Statusfarbe bearbeiten',
@@ -245,8 +248,7 @@ var _default = exports.default = {
245
248
  'fabric.editor.imageBorderSize': 'Größe',
246
249
  'fabric.editor.imageBorderSubtle': 'Schmal',
247
250
  'fabric.editor.improvement': 'Verbesserung',
248
- 'fabric.editor.increaseColumnSize': 'Spalte vergrößern',
249
- 'fabric.editor.increaseSize': 'Vergrößern',
251
+ 'fabric.editor.increaseSize': 'Tabellen- oder Mediengröße erhöhen',
250
252
  'fabric.editor.indent': 'Einzug vergrößern',
251
253
  'fabric.editor.info': 'Info',
252
254
  'fabric.editor.infoPanel': 'Info-Panel',
@@ -261,6 +263,8 @@ var _default = exports.default = {
261
263
  'fabric.editor.insertMenu': 'Elemente einfügen',
262
264
  'fabric.editor.insertRow': 'Zeile unten einfügen',
263
265
  'fabric.editor.insertRowDrag': 'Zeile einfügen',
266
+ 'fabric.editor.insertTableColumn': 'Tabellenspalte einfügen',
267
+ 'fabric.editor.insertTableRow': 'Tabellenzeile einfügen',
264
268
  'fabric.editor.invalidDateError': 'Bitte geben Sie ein gültiges Datum ein.',
265
269
  'fabric.editor.invalidLink': 'Bitte geben Sie einen gültigen Link ein.',
266
270
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Teammitglied zu {productName} einladen} trusted {Teammitglied zu {productName} einladen} other {Teammitglied zu {productName} hinzufügen}}',
@@ -337,6 +341,7 @@ var _default = exports.default = {
337
341
  'fabric.editor.placeholderTextPlaceholder': 'Platzhaltertext hinzufügen',
338
342
  'fabric.editor.plainText': 'Nur-Text verwenden',
339
343
  'fabric.editor.quickInsert': 'Schnelleinfügung',
344
+ 'fabric.editor.recordLoomShortTitle': 'Aufzeichnen',
340
345
  'fabric.editor.recordVideo': 'Loom-Video aufnehmen',
341
346
  'fabric.editor.recordVideo.description': 'Nehmen Sie Ihren Bildschirm und Ihre Gedanken auf und teilen Sie sie.',
342
347
  'fabric.editor.redo': 'Wiederherstellen',
@@ -440,7 +445,6 @@ var _default = exports.default = {
440
445
  'fabric.editor.typeahead.mentionInputLabel': 'Beginnen Sie mit der Eingabe, um nach Benutzern zum Kennzeichnen zu suchen',
441
446
  'fabric.editor.typeahead.mentionPopupLabel': 'Benutzer, die Sie kennzeichnen können',
442
447
  'fabric.editor.typeahead.metionListItemLabel': 'Benutzer {name} @{shortName}',
443
- 'fabric.editor.unLockColumns': 'Variierbare Spaltenbreiten',
444
448
  'fabric.editor.unableToLoadContent': 'Der Inhalt konnte nicht geladen werden',
445
449
  'fabric.editor.unableToOpenLink': 'Dieser Link konnte nicht geöffnet werden.',
446
450
  'fabric.editor.underline': 'Unterstrichen',
@@ -118,8 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': 'Decision',
119
119
  'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
120
120
  'fabric.editor.decisionPlaceholder': 'Add a decision…',
121
- 'fabric.editor.decreaseColumnSize': 'Decrease column size',
122
- 'fabric.editor.decreaseSize': 'Decrease size',
121
+ 'fabric.editor.decreaseSize': 'Decrease table or media size',
123
122
  'fabric.editor.defaultAltText': 'Document',
124
123
  'fabric.editor.description': 'Description',
125
124
  'fabric.editor.displayBlock': 'Display card',
@@ -135,6 +134,8 @@ var _default = exports.default = {
135
134
  'fabric.editor.edit.datasource': 'Edit search query',
136
135
  'fabric.editor.edit.searchInput': 'Add a link',
137
136
  'fabric.editor.editAltText': 'Edit alt text',
137
+ 'fabric.editor.editDatasourceStandalone': 'Edit',
138
+ 'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
138
139
  'fabric.editor.editDateText': 'Edit Date',
139
140
  'fabric.editor.editDropdownEditDatasourceTitle': 'Edit search query',
140
141
  'fabric.editor.editDropdownEditLinkTitle': 'Edit link',
@@ -249,14 +250,14 @@ var _default = exports.default = {
249
250
  'fabric.editor.imageBorderSize': 'Size',
250
251
  'fabric.editor.imageBorderSubtle': 'Subtle',
251
252
  'fabric.editor.improvement': 'Improvement',
252
- 'fabric.editor.increaseColumnSize': 'Increase column size',
253
- 'fabric.editor.increaseSize': 'Increase size',
253
+ 'fabric.editor.increaseSize': 'Increase table or media size',
254
254
  'fabric.editor.indent': 'Indent',
255
255
  'fabric.editor.info': 'Info',
256
256
  'fabric.editor.infoPanel': 'Info panel',
257
257
  'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
258
258
  'fabric.editor.inlineConfigureLink': 'Configure link',
259
259
  'fabric.editor.inlineDescription': 'Display link as inline text',
260
+ 'fabric.editor.inlineGoToLink': 'Go to link',
260
261
  'fabric.editor.inlineOverlay': 'Configure',
261
262
  'fabric.editor.inlineTitle': 'Inline',
262
263
  'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
@@ -265,6 +266,8 @@ var _default = exports.default = {
265
266
  'fabric.editor.insertMenu': 'Insert elements',
266
267
  'fabric.editor.insertRow': 'Insert row below',
267
268
  'fabric.editor.insertRowDrag': 'Insert row',
269
+ 'fabric.editor.insertTableColumn': 'Insert table column',
270
+ 'fabric.editor.insertTableRow': 'Insert table row',
268
271
  'fabric.editor.invalidDateError': 'Enter a valid date',
269
272
  'fabric.editor.invalidLink': 'Please enter a valid link.',
270
273
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
@@ -341,6 +344,7 @@ var _default = exports.default = {
341
344
  'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
342
345
  'fabric.editor.plainText': 'Use plain text',
343
346
  'fabric.editor.quickInsert': 'Quick insert',
347
+ 'fabric.editor.recordLoomShortTitle': 'Record',
344
348
  'fabric.editor.recordVideo': 'Record a Loom video',
345
349
  'fabric.editor.recordVideo.description': 'Record and share your screen and thoughts',
346
350
  'fabric.editor.redo': 'Redo',
@@ -445,7 +449,6 @@ var _default = exports.default = {
445
449
  'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
446
450
  'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
447
451
  'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
448
- 'fabric.editor.unLockColumns': 'Variable column widths',
449
452
  'fabric.editor.unableToLoadContent': "We couldn't load this content",
450
453
  'fabric.editor.unableToOpenLink': 'Unable to open this link',
451
454
  'fabric.editor.underline': 'Underline',
@@ -118,8 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': 'Decision',
119
119
  'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
120
120
  'fabric.editor.decisionPlaceholder': 'Add a decision…',
121
- 'fabric.editor.decreaseColumnSize': 'Decrease column size',
122
- 'fabric.editor.decreaseSize': 'Decrease size',
121
+ 'fabric.editor.decreaseSize': 'Decrease table or media size',
123
122
  'fabric.editor.defaultAltText': 'Document',
124
123
  'fabric.editor.description': 'Description',
125
124
  'fabric.editor.displayBlock': 'Display card',
@@ -135,6 +134,8 @@ var _default = exports.default = {
135
134
  'fabric.editor.edit.datasource': 'Edit search query',
136
135
  'fabric.editor.edit.searchInput': 'Add a link',
137
136
  'fabric.editor.editAltText': 'Edit alt text',
137
+ 'fabric.editor.editDatasourceStandalone': 'Edit',
138
+ 'fabric.editor.editDatasourceStandaloneTooltip': 'Edit search query',
138
139
  'fabric.editor.editDateText': 'Edit Date',
139
140
  'fabric.editor.editDropdownEditDatasourceTitle': 'Edit search query',
140
141
  'fabric.editor.editDropdownEditLinkTitle': 'Edit link',
@@ -249,14 +250,14 @@ var _default = exports.default = {
249
250
  'fabric.editor.imageBorderSize': 'Size',
250
251
  'fabric.editor.imageBorderSubtle': 'Subtle',
251
252
  'fabric.editor.improvement': 'Improvement',
252
- 'fabric.editor.increaseColumnSize': 'Increase column size',
253
- 'fabric.editor.increaseSize': 'Increase size',
253
+ 'fabric.editor.increaseSize': 'Increase table or media size',
254
254
  'fabric.editor.indent': 'Indent',
255
255
  'fabric.editor.info': 'Info',
256
256
  'fabric.editor.infoPanel': 'Info panel',
257
257
  'fabric.editor.infoPanel.description': 'Highlight information in a coloured panel',
258
258
  'fabric.editor.inlineConfigureLink': 'Configure link',
259
259
  'fabric.editor.inlineDescription': 'Display link as inline text',
260
+ 'fabric.editor.inlineGoToLink': 'Go to link',
260
261
  'fabric.editor.inlineOverlay': 'Configure',
261
262
  'fabric.editor.inlineTitle': 'Inline',
262
263
  'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
@@ -265,6 +266,8 @@ var _default = exports.default = {
265
266
  'fabric.editor.insertMenu': 'Insert elements',
266
267
  'fabric.editor.insertRow': 'Insert row below',
267
268
  'fabric.editor.insertRowDrag': 'Insert row',
269
+ 'fabric.editor.insertTableColumn': 'Insert table column',
270
+ 'fabric.editor.insertTableRow': 'Insert table row',
268
271
  'fabric.editor.invalidDateError': 'Enter a valid date',
269
272
  'fabric.editor.invalidLink': 'Please enter a valid link.',
270
273
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
@@ -341,6 +344,7 @@ var _default = exports.default = {
341
344
  'fabric.editor.placeholderTextPlaceholder': 'Add placeholder text',
342
345
  'fabric.editor.plainText': 'Use plain text',
343
346
  'fabric.editor.quickInsert': 'Quick insert',
347
+ 'fabric.editor.recordLoomShortTitle': 'Record',
344
348
  'fabric.editor.recordVideo': 'Record a Loom video',
345
349
  'fabric.editor.recordVideo.description': 'Record and share your screen and thoughts',
346
350
  'fabric.editor.redo': 'Redo',
@@ -445,7 +449,6 @@ var _default = exports.default = {
445
449
  'fabric.editor.typeahead.mentionInputLabel': 'Begin typing to search for users to tag',
446
450
  'fabric.editor.typeahead.mentionPopupLabel': 'Users you can tag',
447
451
  'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
448
- 'fabric.editor.unLockColumns': 'Variable column widths',
449
452
  'fabric.editor.unableToLoadContent': "We couldn't load this content",
450
453
  'fabric.editor.unableToOpenLink': 'Unable to open this link',
451
454
  'fabric.editor.underline': 'Underline',
@@ -118,8 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': '⁣⁢Decision‍⁠⁡⁠؜‌⁠‍⁠⁠⁣⁤',
119
119
  'fabric.editor.decision.description': '⁣⁢Capture decisions so they’re easy to track‌‌‌‍‌؜‌⁡‌‍‌⁡⁠⁣⁤',
120
120
  'fabric.editor.decisionPlaceholder': '⁣⁢Add a decision…⁠⁡‌‍؜‍⁠‍⁣⁤',
121
- 'fabric.editor.decreaseColumnSize': '⁣⁢Decrease column size؜‍⁡‌‌‌؜‍⁠‍⁠⁠⁠⁣⁤',
122
- 'fabric.editor.decreaseSize': '⁣⁢Decrease size⁡‍؜‍‌‍⁣⁤',
121
+ 'fabric.editor.decreaseSize': '⁣⁢Decrease table or media size‌‌‍⁠⁠‌‍‌⁣⁤',
123
122
  'fabric.editor.defaultAltText': '⁣⁢Document⁠‌⁠‍⁠⁡‍‍⁣⁤',
124
123
  'fabric.editor.description': '⁣⁢Description‌؜‍‌؜‌‌؜‌⁡⁡⁣⁤',
125
124
  'fabric.editor.displayBlock': '⁣⁢Display card⁡؜‍‌‌؜‌⁡‍‍⁣⁤',
@@ -135,6 +134,8 @@ var _default = exports.default = {
135
134
  'fabric.editor.edit.datasource': '⁣⁢Edit search query⁠⁡⁡⁠؜؜‍؜⁡⁣⁤',
136
135
  'fabric.editor.edit.searchInput': '⁣⁢Add a link⁠⁠⁠‍⁡‍⁣⁤',
137
136
  'fabric.editor.editAltText': '⁣⁢Edit alt text⁠‍؜؜⁡⁠‌⁡⁣⁤',
137
+ 'fabric.editor.editDatasourceStandalone': '⁣⁢Edit؜⁠‌‍⁠⁠⁡‍⁡⁡⁡؜⁣⁤',
138
+ 'fabric.editor.editDatasourceStandaloneTooltip': '⁣⁢Edit search query‌؜‌⁡‍⁠؜⁠‍؜⁣⁤',
138
139
  'fabric.editor.editDateText': '⁣⁢Edit Date‍؜‍؜‌؜⁠‌⁠⁣⁤',
139
140
  'fabric.editor.editDropdownEditDatasourceTitle': '⁣⁢Edit search query‌⁠⁡⁡⁡‍⁠؜⁣⁤',
140
141
  'fabric.editor.editDropdownEditLinkTitle': '⁣⁢Edit link‌؜‌‌؜‌؜⁠⁠‍⁡؜‌‍‌‌⁠⁣⁤',
@@ -249,14 +250,14 @@ var _default = exports.default = {
249
250
  'fabric.editor.imageBorderSize': '⁣⁢Size؜؜‍⁠‌⁠؜‍⁠⁠⁣⁤',
250
251
  'fabric.editor.imageBorderSubtle': '⁣⁢Subtle‍⁠‌‌⁠⁠؜⁠⁡⁣⁤',
251
252
  'fabric.editor.improvement': '⁣⁢Improvement‌⁠⁡‍⁠⁠؜‌⁡‍⁣⁤',
252
- 'fabric.editor.increaseColumnSize': '⁣⁢Increase column size‌‍‌‌‍؜؜⁠⁣⁤',
253
- 'fabric.editor.increaseSize': '⁣⁢Increase size⁠⁠⁡⁠؜؜‌⁡⁣⁤',
253
+ 'fabric.editor.increaseSize': '⁣⁢Increase table or media size؜⁡‍؜‌⁡⁠⁡⁣⁤',
254
254
  'fabric.editor.indent': '⁣⁢Indent‌‍‌؜‌⁠‍‍‌⁡⁣⁤',
255
255
  'fabric.editor.info': '⁣⁢Info‌⁠⁡⁡‌⁡‍⁠⁡‍‌⁣⁤',
256
256
  'fabric.editor.infoPanel': '⁣⁢Info panel⁡؜‍⁠‍⁡‌‍؜‍⁠؜⁣⁤',
257
257
  'fabric.editor.infoPanel.description': '⁣⁢Highlight information in a colored panel⁡⁠⁡؜‍⁣⁤',
258
258
  'fabric.editor.inlineConfigureLink': '⁣⁢Configure link؜‌؜؜⁡‌‌⁣⁤',
259
259
  'fabric.editor.inlineDescription': '⁣⁢Display link as inline text‍⁠⁡‌‍⁡؜‌⁣⁤',
260
+ 'fabric.editor.inlineGoToLink': '⁣⁢Go to link⁡⁠؜؜⁡‌⁠⁣⁤',
260
261
  'fabric.editor.inlineOverlay': '⁣⁢Configure‌‍‍؜⁡‍⁡‌؜‍‍‍؜‌⁣⁤',
261
262
  'fabric.editor.inlineTitle': '⁣⁢Inline؜؜‌‌⁠‌‌⁡‌‌⁡⁡⁠⁣⁤',
262
263
  'fabric.editor.inputQueryAssistiveTxt': '⁣⁢When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.؜‍‍؜⁡⁡‌؜⁣⁤',
@@ -265,6 +266,8 @@ var _default = exports.default = {
265
266
  'fabric.editor.insertMenu': '⁣⁢Insert elements؜؜؜⁡‍‍⁠؜⁡⁣⁤',
266
267
  'fabric.editor.insertRow': '⁣⁢Insert row below‌؜⁡‌‌‍⁠⁣⁤',
267
268
  'fabric.editor.insertRowDrag': '⁣⁢Insert row⁡؜؜‌⁡؜‌⁡‌⁣⁤',
269
+ 'fabric.editor.insertTableColumn': '⁣⁢Insert table column؜⁡⁡‌؜⁡؜‌⁣⁤',
270
+ 'fabric.editor.insertTableRow': '⁣⁢Insert table row⁡⁠⁠‍‍⁣⁤',
268
271
  'fabric.editor.invalidDateError': '⁣⁢Enter a valid date⁡⁠⁡‌؜‍‍⁠⁡⁣⁤',
269
272
  'fabric.editor.invalidLink': '⁣⁢Please enter a valid link.‌‍⁠⁡⁠‌⁣⁤',
270
273
  'fabric.editor.inviteItem.title': '{userRole, select, admin {⁣⁢Invite teammate to {productName}⁠‍؜‍⁡⁠‌‌‍⁡‍‍‍‍⁣⁤} trusted {⁣⁢Invite teammate to {productName}⁠‍؜‍⁡⁠‌‌‍⁡‍‍‍‍⁣⁤} other {⁣⁢Add teammate to {productName}⁡‌⁡‌⁠‍‌؜‌⁡‍‍‌؜⁣⁤}}',
@@ -341,6 +344,7 @@ var _default = exports.default = {
341
344
  'fabric.editor.placeholderTextPlaceholder': '⁣⁢Add placeholder text‍⁠؜⁠‍⁣⁤',
342
345
  'fabric.editor.plainText': '⁣⁢Use plain text⁠⁡⁠‌⁡⁡؜⁡⁡⁡‌؜‌⁣⁤',
343
346
  'fabric.editor.quickInsert': '⁣⁢Quick insert⁠‍؜⁠⁡؜‍⁡⁡⁣⁤',
347
+ 'fabric.editor.recordLoomShortTitle': '⁣⁢Record؜⁠⁠؜‍‌‍؜⁡⁠‌⁠⁠؜⁣⁤',
344
348
  'fabric.editor.recordVideo': '⁣⁢Record a Loom video‍‍‌⁠⁡؜⁠‍⁣⁤',
345
349
  'fabric.editor.recordVideo.description': '⁣⁢Record and share your screen and thoughts؜‍‍‌⁡‍؜؜⁠‍‌⁡⁣⁤',
346
350
  'fabric.editor.redo': '⁣⁢Redo؜⁡⁠‌⁠‌‌⁡⁡‌‌⁡⁣⁤',
@@ -444,7 +448,6 @@ var _default = exports.default = {
444
448
  'fabric.editor.typeahead.mentionInputLabel': '⁣⁢Begin typing to search for users to tag‍⁡؜‌⁠‍⁡⁠⁣⁤',
445
449
  'fabric.editor.typeahead.mentionPopupLabel': '⁣⁢Users you can tag‌‍‌‍؜‌⁣⁤',
446
450
  'fabric.editor.typeahead.metionListItemLabel': '⁣⁢User {name} @{shortName}⁡‌؜⁡⁠‍⁣⁤',
447
- 'fabric.editor.unLockColumns': '⁣⁢Variable column widths⁠⁡⁡؜؜⁠⁠⁡‍⁡‌⁣⁤',
448
451
  'fabric.editor.unableToLoadContent': "⁣⁢We couldn't load this content‌⁡⁠؜‍⁡‍‌؜⁣⁤",
449
452
  'fabric.editor.unableToOpenLink': '⁣⁢Unable to open this link⁠‌⁡‍⁡‍⁠⁡⁡‍⁠‌⁡⁠؜⁠⁣⁤',
450
453
  'fabric.editor.underline': '⁣⁢Underline‌⁡؜؜⁠⁣⁤',
@@ -118,8 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': 'Decisión',
119
119
  'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
120
120
  'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
121
- 'fabric.editor.decreaseColumnSize': 'Reducir el tamaño de la columna',
122
- 'fabric.editor.decreaseSize': 'Reducir tamaño',
121
+ 'fabric.editor.decreaseSize': 'Reducir tamaño de tabla o elemento multimedia',
123
122
  'fabric.editor.defaultAltText': 'Documento',
124
123
  'fabric.editor.description': 'Descripción',
125
124
  'fabric.editor.displayBlock': 'Mostrar como tarjeta',
@@ -136,6 +135,10 @@ var _default = exports.default = {
136
135
  'fabric.editor.edit.searchInput': 'Añadir un enlace',
137
136
  'fabric.editor.editAltText': 'Editar texto alternativo',
138
137
  'fabric.editor.editDateText': 'Editar fecha',
138
+ 'fabric.editor.editDropdownEditDatasourceTitle': 'Editar consulta de búsqueda',
139
+ 'fabric.editor.editDropdownEditLinkTitle': 'Editar enlace',
140
+ 'fabric.editor.editDropdownExpandIconLabel': 'Ampliar el menú desplegable',
141
+ 'fabric.editor.editDropdownTriggerTitle': 'Editar',
139
142
  'fabric.editor.editLink': 'Editar enlace',
140
143
  'fabric.editor.editMode.inviteToEditButton.title': 'Invitar a editar',
141
144
  'fabric.editor.editStatusColor': 'Editar color de estado',
@@ -245,8 +248,7 @@ var _default = exports.default = {
245
248
  'fabric.editor.imageBorderSize': 'Tamaño',
246
249
  'fabric.editor.imageBorderSubtle': 'Sutil',
247
250
  'fabric.editor.improvement': 'Mejora',
248
- 'fabric.editor.increaseColumnSize': 'Aumentar el tamaño de la columna',
249
- 'fabric.editor.increaseSize': 'Aumentar tamaño',
251
+ 'fabric.editor.increaseSize': 'Reducir tamaño de tabla o elemento multimedia',
250
252
  'fabric.editor.indent': 'Aplicar sangría',
251
253
  'fabric.editor.info': 'Información',
252
254
  'fabric.editor.infoPanel': 'Panel de información',
@@ -261,6 +263,8 @@ var _default = exports.default = {
261
263
  'fabric.editor.insertMenu': 'Insertar elementos',
262
264
  'fabric.editor.insertRow': 'Insertar fila debajo',
263
265
  'fabric.editor.insertRowDrag': 'Insertar fila',
266
+ 'fabric.editor.insertTableColumn': 'Insertar columna de tabla',
267
+ 'fabric.editor.insertTableRow': 'Insertar fila de tabla',
264
268
  'fabric.editor.invalidDateError': 'Introducir una fecha válida',
265
269
  'fabric.editor.invalidLink': 'Introduce un enlace válido.',
266
270
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita a un compañero de equipo a {productName}} trusted {Invita a un compañero de equipo a {productName}} other {Añade a un compañero de equipo a {productName}}}',
@@ -337,6 +341,7 @@ var _default = exports.default = {
337
341
  'fabric.editor.placeholderTextPlaceholder': 'Añadir texto de marcador de posición',
338
342
  'fabric.editor.plainText': 'Usar texto sin formato',
339
343
  'fabric.editor.quickInsert': 'Inserción rápida',
344
+ 'fabric.editor.recordLoomShortTitle': 'Grabar',
340
345
  'fabric.editor.recordVideo': 'Grabar un vídeo de Loom',
341
346
  'fabric.editor.recordVideo.description': 'Graba y comparte tu pantalla y tus ideas',
342
347
  'fabric.editor.redo': 'Rehacer',
@@ -440,7 +445,6 @@ var _default = exports.default = {
440
445
  'fabric.editor.typeahead.mentionInputLabel': 'Comienza a escribir para buscar usuarios que etiquetar',
441
446
  'fabric.editor.typeahead.mentionPopupLabel': 'Usuarios a los que puedes etiquetar',
442
447
  'fabric.editor.typeahead.metionListItemLabel': 'Usuario {name} @{shortName}',
443
- 'fabric.editor.unLockColumns': 'Anchuras de columna variables',
444
448
  'fabric.editor.unableToLoadContent': 'No hemos podido cargar este contenido',
445
449
  'fabric.editor.unableToOpenLink': 'No se puede abrir este enlace',
446
450
  'fabric.editor.underline': 'Subrayado',
@@ -118,8 +118,7 @@ var _default = exports.default = {
118
118
  'fabric.editor.decision': 'Päätös',
119
119
  'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
120
120
  'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
121
- 'fabric.editor.decreaseColumnSize': 'Pienennä sarakkeen kokoa',
122
- 'fabric.editor.decreaseSize': 'Pienennä kokoa',
121
+ 'fabric.editor.decreaseSize': 'Pienennä taulukon tai median kokoa',
123
122
  'fabric.editor.defaultAltText': 'Asiakirja',
124
123
  'fabric.editor.description': 'Kuvaus',
125
124
  'fabric.editor.displayBlock': 'Näytä kortti',
@@ -136,6 +135,10 @@ var _default = exports.default = {
136
135
  'fabric.editor.edit.searchInput': 'Lisää linkki',
137
136
  'fabric.editor.editAltText': 'Muokkaa vaihtoehtoista tekstiä',
138
137
  'fabric.editor.editDateText': 'Muokkaa päiväystä',
138
+ 'fabric.editor.editDropdownEditDatasourceTitle': 'Muokkaa hakukyselyä',
139
+ 'fabric.editor.editDropdownEditLinkTitle': 'Muokkaa linkkiä',
140
+ 'fabric.editor.editDropdownExpandIconLabel': 'Laajenna avattava valikko',
141
+ 'fabric.editor.editDropdownTriggerTitle': 'Muokkaa',
139
142
  'fabric.editor.editLink': 'Muokkaa linkkiä',
140
143
  'fabric.editor.editMode.inviteToEditButton.title': 'Kutsu käyttäjä muokkaamaan',
141
144
  'fabric.editor.editStatusColor': 'Muokkaa tilaväriä',
@@ -245,8 +248,7 @@ var _default = exports.default = {
245
248
  'fabric.editor.imageBorderSize': 'Koko',
246
249
  'fabric.editor.imageBorderSubtle': 'Hienovarainen',
247
250
  'fabric.editor.improvement': 'Parannus',
248
- 'fabric.editor.increaseColumnSize': 'Suurenna sarakkeen kokoa',
249
- 'fabric.editor.increaseSize': 'Suurenna kokoa',
251
+ 'fabric.editor.increaseSize': 'Suurenna taulukon tai median kokoa',
250
252
  'fabric.editor.indent': 'Sisennys',
251
253
  'fabric.editor.info': 'Tietoja',
252
254
  'fabric.editor.infoPanel': 'Tietopaneeli',
@@ -261,6 +263,8 @@ var _default = exports.default = {
261
263
  'fabric.editor.insertMenu': 'Lisää elementtejä',
262
264
  'fabric.editor.insertRow': 'Lisää rivi alle',
263
265
  'fabric.editor.insertRowDrag': 'Lisää rivi',
266
+ 'fabric.editor.insertTableColumn': 'Lisää taulukkosarake',
267
+ 'fabric.editor.insertTableRow': 'Lisää taulukkorivi',
264
268
  'fabric.editor.invalidDateError': 'Anna käypä päiväys',
265
269
  'fabric.editor.invalidLink': 'Anna käypä linkki.',
266
270
  'fabric.editor.inviteItem.title': '{userRole, select, admin {Kutsu tiimikaveri tuotteeseen {productName}} trusted {Kutsu tiimikaveri tuotteeseen {productName}} other {Lisää tiimikaveri tuotteeseen {productName}}}',
@@ -337,6 +341,7 @@ var _default = exports.default = {
337
341
  'fabric.editor.placeholderTextPlaceholder': 'Lisää paikkamerkin teksti',
338
342
  'fabric.editor.plainText': 'Käytä perustekstiä',
339
343
  'fabric.editor.quickInsert': 'Pikalisäys',
344
+ 'fabric.editor.recordLoomShortTitle': 'Tallenna',
340
345
  'fabric.editor.recordVideo': 'Kuvaa Loom-video',
341
346
  'fabric.editor.recordVideo.description': 'Tallenna ja jaa näyttösi ja ajatuksesi',
342
347
  'fabric.editor.redo': 'Tee uudelleen',
@@ -440,7 +445,6 @@ var _default = exports.default = {
440
445
  'fabric.editor.typeahead.mentionInputLabel': 'Aloita kirjoittaminen hakeaksesi käyttäjiä, joita voit merkitä',
441
446
  'fabric.editor.typeahead.mentionPopupLabel': 'Käyttäjät, joita voit merkitä',
442
447
  'fabric.editor.typeahead.metionListItemLabel': 'Käyttäjä {name} @{shortName}',
443
- 'fabric.editor.unLockColumns': 'Vaihtelevat sarakkeiden leveydet',
444
448
  'fabric.editor.unableToLoadContent': 'Tätä sisältöä ei voitu ladata',
445
449
  'fabric.editor.unableToOpenLink': 'Tätä linkkiä ei voi avata',
446
450
  'fabric.editor.underline': 'Alleviivaus',