@atlaskit/editor-common 87.0.4 → 87.2.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 (168) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/cjs/i18n/cs.js +13 -1
  3. package/dist/cjs/i18n/da.js +13 -1
  4. package/dist/cjs/i18n/de.js +13 -1
  5. package/dist/cjs/i18n/en.js +12 -1
  6. package/dist/cjs/i18n/en_GB.js +12 -1
  7. package/dist/cjs/i18n/en_ZZ.js +12 -1
  8. package/dist/cjs/i18n/es.js +13 -1
  9. package/dist/cjs/i18n/fi.js +15 -3
  10. package/dist/cjs/i18n/fr.js +15 -3
  11. package/dist/cjs/i18n/hu.js +13 -1
  12. package/dist/cjs/i18n/it.js +13 -1
  13. package/dist/cjs/i18n/ja.js +13 -1
  14. package/dist/cjs/i18n/ko.js +13 -1
  15. package/dist/cjs/i18n/nb.js +13 -1
  16. package/dist/cjs/i18n/nl.js +13 -1
  17. package/dist/cjs/i18n/pl.js +13 -1
  18. package/dist/cjs/i18n/pt_BR.js +13 -1
  19. package/dist/cjs/i18n/ru.js +13 -1
  20. package/dist/cjs/i18n/sv.js +13 -1
  21. package/dist/cjs/i18n/th.js +13 -1
  22. package/dist/cjs/i18n/tr.js +13 -1
  23. package/dist/cjs/i18n/uk.js +15 -3
  24. package/dist/cjs/i18n/vi.js +13 -1
  25. package/dist/cjs/i18n/zh.js +13 -1
  26. package/dist/cjs/i18n/zh_TW.js +13 -1
  27. package/dist/cjs/link/ConfigureLinkOverlay/Dropdown.js +5 -2
  28. package/dist/cjs/link/ConfigureLinkOverlay/handleNavigation.js +43 -0
  29. package/dist/cjs/link/ConfigureLinkOverlay/index.js +7 -5
  30. package/dist/cjs/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
  31. package/dist/cjs/link/index.js +7 -0
  32. package/dist/cjs/monitoring/error.js +1 -1
  33. package/dist/cjs/styles/index.js +6 -0
  34. package/dist/cjs/styles/shared/expand.js +6 -1
  35. package/dist/cjs/ui/DropList/index.js +1 -1
  36. package/dist/es2019/i18n/cs.js +13 -1
  37. package/dist/es2019/i18n/da.js +13 -1
  38. package/dist/es2019/i18n/de.js +13 -1
  39. package/dist/es2019/i18n/en.js +12 -1
  40. package/dist/es2019/i18n/en_GB.js +12 -1
  41. package/dist/es2019/i18n/en_ZZ.js +12 -1
  42. package/dist/es2019/i18n/es.js +13 -1
  43. package/dist/es2019/i18n/fi.js +15 -3
  44. package/dist/es2019/i18n/fr.js +15 -3
  45. package/dist/es2019/i18n/hu.js +13 -1
  46. package/dist/es2019/i18n/it.js +13 -1
  47. package/dist/es2019/i18n/ja.js +13 -1
  48. package/dist/es2019/i18n/ko.js +13 -1
  49. package/dist/es2019/i18n/nb.js +13 -1
  50. package/dist/es2019/i18n/nl.js +13 -1
  51. package/dist/es2019/i18n/pl.js +13 -1
  52. package/dist/es2019/i18n/pt_BR.js +13 -1
  53. package/dist/es2019/i18n/ru.js +13 -1
  54. package/dist/es2019/i18n/sv.js +13 -1
  55. package/dist/es2019/i18n/th.js +13 -1
  56. package/dist/es2019/i18n/tr.js +13 -1
  57. package/dist/es2019/i18n/uk.js +15 -3
  58. package/dist/es2019/i18n/vi.js +13 -1
  59. package/dist/es2019/i18n/zh.js +13 -1
  60. package/dist/es2019/i18n/zh_TW.js +13 -1
  61. package/dist/es2019/link/ConfigureLinkOverlay/Dropdown.js +5 -2
  62. package/dist/es2019/link/ConfigureLinkOverlay/handleNavigation.js +38 -0
  63. package/dist/es2019/link/ConfigureLinkOverlay/index.js +7 -5
  64. package/dist/es2019/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
  65. package/dist/es2019/link/index.js +2 -1
  66. package/dist/es2019/monitoring/error.js +1 -1
  67. package/dist/es2019/styles/index.js +1 -1
  68. package/dist/es2019/styles/shared/expand.js +5 -0
  69. package/dist/es2019/ui/DropList/index.js +1 -1
  70. package/dist/esm/i18n/cs.js +13 -1
  71. package/dist/esm/i18n/da.js +13 -1
  72. package/dist/esm/i18n/de.js +13 -1
  73. package/dist/esm/i18n/en.js +12 -1
  74. package/dist/esm/i18n/en_GB.js +12 -1
  75. package/dist/esm/i18n/en_ZZ.js +12 -1
  76. package/dist/esm/i18n/es.js +13 -1
  77. package/dist/esm/i18n/fi.js +15 -3
  78. package/dist/esm/i18n/fr.js +15 -3
  79. package/dist/esm/i18n/hu.js +13 -1
  80. package/dist/esm/i18n/it.js +13 -1
  81. package/dist/esm/i18n/ja.js +13 -1
  82. package/dist/esm/i18n/ko.js +13 -1
  83. package/dist/esm/i18n/nb.js +13 -1
  84. package/dist/esm/i18n/nl.js +13 -1
  85. package/dist/esm/i18n/pl.js +13 -1
  86. package/dist/esm/i18n/pt_BR.js +13 -1
  87. package/dist/esm/i18n/ru.js +13 -1
  88. package/dist/esm/i18n/sv.js +13 -1
  89. package/dist/esm/i18n/th.js +13 -1
  90. package/dist/esm/i18n/tr.js +13 -1
  91. package/dist/esm/i18n/uk.js +15 -3
  92. package/dist/esm/i18n/vi.js +13 -1
  93. package/dist/esm/i18n/zh.js +13 -1
  94. package/dist/esm/i18n/zh_TW.js +13 -1
  95. package/dist/esm/link/ConfigureLinkOverlay/Dropdown.js +5 -2
  96. package/dist/esm/link/ConfigureLinkOverlay/handleNavigation.js +37 -0
  97. package/dist/esm/link/ConfigureLinkOverlay/index.js +7 -5
  98. package/dist/esm/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.js +12 -0
  99. package/dist/esm/link/index.js +2 -1
  100. package/dist/esm/monitoring/error.js +1 -1
  101. package/dist/esm/styles/index.js +1 -1
  102. package/dist/esm/styles/shared/expand.js +5 -0
  103. package/dist/esm/ui/DropList/index.js +1 -1
  104. package/dist/types/i18n/cs.d.ts +13 -1
  105. package/dist/types/i18n/da.d.ts +13 -1
  106. package/dist/types/i18n/de.d.ts +13 -1
  107. package/dist/types/i18n/en.d.ts +12 -1
  108. package/dist/types/i18n/en_GB.d.ts +12 -1
  109. package/dist/types/i18n/en_ZZ.d.ts +12 -1
  110. package/dist/types/i18n/es.d.ts +13 -1
  111. package/dist/types/i18n/fi.d.ts +13 -1
  112. package/dist/types/i18n/fr.d.ts +13 -1
  113. package/dist/types/i18n/hu.d.ts +13 -1
  114. package/dist/types/i18n/it.d.ts +13 -1
  115. package/dist/types/i18n/ja.d.ts +13 -1
  116. package/dist/types/i18n/ko.d.ts +13 -1
  117. package/dist/types/i18n/nb.d.ts +13 -1
  118. package/dist/types/i18n/nl.d.ts +13 -1
  119. package/dist/types/i18n/pl.d.ts +13 -1
  120. package/dist/types/i18n/pt_BR.d.ts +13 -1
  121. package/dist/types/i18n/ru.d.ts +13 -1
  122. package/dist/types/i18n/sv.d.ts +13 -1
  123. package/dist/types/i18n/th.d.ts +13 -1
  124. package/dist/types/i18n/tr.d.ts +13 -1
  125. package/dist/types/i18n/uk.d.ts +13 -1
  126. package/dist/types/i18n/vi.d.ts +13 -1
  127. package/dist/types/i18n/zh.d.ts +13 -1
  128. package/dist/types/i18n/zh_TW.d.ts +13 -1
  129. package/dist/types/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
  130. package/dist/types/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
  131. package/dist/types/link/ConfigureLinkOverlay/index.d.ts +9 -1
  132. package/dist/types/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
  133. package/dist/types/link/index.d.ts +1 -0
  134. package/dist/types/styles/index.d.ts +1 -1
  135. package/dist/types/styles/shared/expand.d.ts +1 -0
  136. package/dist/types-ts4.5/i18n/cs.d.ts +13 -1
  137. package/dist/types-ts4.5/i18n/da.d.ts +13 -1
  138. package/dist/types-ts4.5/i18n/de.d.ts +13 -1
  139. package/dist/types-ts4.5/i18n/en.d.ts +12 -1
  140. package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -1
  141. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -1
  142. package/dist/types-ts4.5/i18n/es.d.ts +13 -1
  143. package/dist/types-ts4.5/i18n/fi.d.ts +13 -1
  144. package/dist/types-ts4.5/i18n/fr.d.ts +13 -1
  145. package/dist/types-ts4.5/i18n/hu.d.ts +13 -1
  146. package/dist/types-ts4.5/i18n/it.d.ts +13 -1
  147. package/dist/types-ts4.5/i18n/ja.d.ts +13 -1
  148. package/dist/types-ts4.5/i18n/ko.d.ts +13 -1
  149. package/dist/types-ts4.5/i18n/nb.d.ts +13 -1
  150. package/dist/types-ts4.5/i18n/nl.d.ts +13 -1
  151. package/dist/types-ts4.5/i18n/pl.d.ts +13 -1
  152. package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -1
  153. package/dist/types-ts4.5/i18n/ru.d.ts +13 -1
  154. package/dist/types-ts4.5/i18n/sv.d.ts +13 -1
  155. package/dist/types-ts4.5/i18n/th.d.ts +13 -1
  156. package/dist/types-ts4.5/i18n/tr.d.ts +13 -1
  157. package/dist/types-ts4.5/i18n/uk.d.ts +13 -1
  158. package/dist/types-ts4.5/i18n/vi.d.ts +13 -1
  159. package/dist/types-ts4.5/i18n/zh.d.ts +13 -1
  160. package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -1
  161. package/dist/types-ts4.5/link/ConfigureLinkOverlay/Dropdown.d.ts +7 -1
  162. package/dist/types-ts4.5/link/ConfigureLinkOverlay/handleNavigation.d.ts +12 -0
  163. package/dist/types-ts4.5/link/ConfigureLinkOverlay/index.d.ts +9 -1
  164. package/dist/types-ts4.5/link/ConfigureLinkOverlay/useLinkOverlayAnalyticsEvents.d.ts +13 -1
  165. package/dist/types-ts4.5/link/index.d.ts +1 -0
  166. package/dist/types-ts4.5/styles/index.d.ts +1 -1
  167. package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -0
  168. package/package.json +2 -2
@@ -19,6 +19,7 @@ import { useLinkOverlayAnalyticsEvents } from './useLinkOverlayAnalyticsEvents';
19
19
  const SMALL_LINK_TOOLBAR_ANALYTICS_SOURCE = 'smallLinkToolbar';
20
20
  const Dropdown = ({
21
21
  onConfigureClick: onConfigureClickCallback,
22
+ onOpenLinkClick: onOpenLinkClickCallback,
22
23
  onDropdownChange,
23
24
  editorView,
24
25
  testId
@@ -51,10 +52,11 @@ const Dropdown = ({
51
52
  focusEditor();
52
53
  }
53
54
  }, [fireToolbarViewEvent, focusEditor, onDropdownChange]);
54
- const onGoToLinkClick = useCallback(() => {
55
+ const onGoToLinkClick = useCallback(event => {
55
56
  fireActionClickEvent('goToLink');
57
+ onOpenLinkClickCallback === null || onOpenLinkClickCallback === void 0 ? void 0 : onOpenLinkClickCallback(event);
56
58
  focusEditor();
57
- }, [fireActionClickEvent, focusEditor]);
59
+ }, [fireActionClickEvent, focusEditor, onOpenLinkClickCallback]);
58
60
  const onConfigureClick = useCallback(() => {
59
61
  fireActionClickEvent('configureLink');
60
62
  onConfigureClickCallback === null || onConfigureClickCallback === void 0 ? void 0 : onConfigureClickCallback();
@@ -84,6 +86,7 @@ const Dropdown = ({
84
86
  label: goToLinkLabel,
85
87
  size: 'medium'
86
88
  }),
89
+ testId: `${testId}-dropdown-item-open-link`,
87
90
  onClick: onGoToLinkClick
88
91
  }, goToLinkLabel), jsx(DropdownItem, {
89
92
  elemBefore: jsx(PreferencesIcon, {
@@ -0,0 +1,38 @@
1
+ import { ACTION, ACTION_SUBJECT, EVENT_TYPE, MODE, PLATFORMS } from '../../analytics';
2
+ /**
3
+ * Function that opens a new page and fires the relevant analytics events
4
+ */
5
+ export function handleNavigation({
6
+ url,
7
+ event,
8
+ onClickCallback,
9
+ fireAnalyticsEvent
10
+ }) {
11
+ if (fireAnalyticsEvent) {
12
+ fireAnalyticsEvent({
13
+ action: ACTION.VISITED,
14
+ actionSubject: ACTION_SUBJECT.LINK,
15
+ eventType: EVENT_TYPE.TRACK,
16
+ attributes: {
17
+ platform: PLATFORMS.WEB,
18
+ mode: MODE.EDITOR
19
+ }
20
+ });
21
+ }
22
+ if (url) {
23
+ try {
24
+ onClickCallback === null || onClickCallback === void 0 ? void 0 : onClickCallback({
25
+ event,
26
+ url
27
+ });
28
+ } catch {}
29
+ /**
30
+ * Links should navigate by default in live pages if:
31
+ * - the link is the direct target of the click event
32
+ * - default handling wasn't prevented with `event.preventDefault()`
33
+ */
34
+ if (!event.defaultPrevented) {
35
+ window.location.href = url;
36
+ }
37
+ }
38
+ }
@@ -31,7 +31,8 @@ export const OverlayButton = withAnalyticsContext()(({
31
31
  editorView,
32
32
  testId = 'link-configure-overlay-button',
33
33
  targetElementPos = 0,
34
- onDropdownChange
34
+ onDropdownChange,
35
+ onOpenLinkClick
35
36
  }) => {
36
37
  var _docNode$nodeSize;
37
38
  const {
@@ -40,8 +41,8 @@ export const OverlayButton = withAnalyticsContext()(({
40
41
  const configureLinkLabel = formatMessage(cardMessages.inlineConfigureLink);
41
42
  const [showDropdown, setShowDropdown] = useState(false);
42
43
  const {
43
- fireLinkClickEvent,
44
- fireActionClickEvent
44
+ fireActionClickEvent,
45
+ fireLinkClickEvent
45
46
  } = useLinkOverlayAnalyticsEvents();
46
47
  useLayoutEffect(() => {
47
48
  var _domNode;
@@ -71,10 +72,10 @@ export const OverlayButton = withAnalyticsContext()(({
71
72
  editorView.dispatch(tr);
72
73
  }, [editorView, isText, targetElementPos, nodeEnd]);
73
74
  const handleConfigureClickWithAnalytics = useCallback(() => {
74
- fireLinkClickEvent();
75
75
  fireActionClickEvent('configureLink');
76
+ fireLinkClickEvent();
76
77
  handleConfigureClick();
77
- }, [fireActionClickEvent, fireLinkClickEvent, handleConfigureClick]);
78
+ }, [fireLinkClickEvent, handleConfigureClick, fireActionClickEvent]);
78
79
  const {
79
80
  from,
80
81
  to
@@ -89,6 +90,7 @@ export const OverlayButton = withAnalyticsContext()(({
89
90
  }, showDropdown ? jsx(Dropdown, {
90
91
  testId: testId,
91
92
  onConfigureClick: handleConfigureClick,
93
+ onOpenLinkClick: onOpenLinkClick,
92
94
  onDropdownChange: onDropdownChange,
93
95
  editorView: editorView
94
96
  }) : jsx(Tooltip, {
@@ -7,6 +7,15 @@ export const useLinkOverlayAnalyticsEvents = () => {
7
7
  createAnalyticsEvent
8
8
  } = useAnalyticsEvents();
9
9
  return useMemo(() => ({
10
+ /**
11
+ * When a user clicks go to link or configure link buttons.
12
+ *
13
+ * When a link is "wide" the overlay button is the configure button.
14
+ * When a link is "narrow" the configure button is inside the dropdown.
15
+ *
16
+ * @param linkAction 'goToLink' when somebody clicks on the Go to link button
17
+ * in the chevron menu; 'configureLink' when somebody clicks on the Configure button (whether it's the overlay or in the dropdown)
18
+ */
10
19
  fireActionClickEvent: linkAction => {
11
20
  createAnalyticsEvent({
12
21
  action: ACTION.CLICKED,
@@ -17,6 +26,9 @@ export const useLinkOverlayAnalyticsEvents = () => {
17
26
  }
18
27
  }).fire(FabricChannel.media);
19
28
  },
29
+ /**
30
+ * When a user clicks on the dropdown for a short link, or when a user clicks on the configure button for a wide link.
31
+ */
20
32
  fireLinkClickEvent: () => {
21
33
  createAnalyticsEvent({
22
34
  action: ACTION.CLICKED,
@@ -9,4 +9,5 @@ export { HyperlinkAddToolbar } from './LinkPicker/HyperlinkAddToolbar';
9
9
  export { default as HyperlinkLinkAddToolbar, HyperlinkLinkAddToolbarWithIntl, RECENT_SEARCH_LIST_SIZE } from './LinkPicker/HyperlinkAddToolbar/HyperlinkAddToolbar';
10
10
  export { sha1 } from './LinkPicker/HyperlinkAddToolbar/utils';
11
11
  export { isLinkAtPos, isTextAtPos, getLinkPreferencesURLFromENV } from './utils';
12
- export { OverlayButton } from './ConfigureLinkOverlay';
12
+ export { OverlayButton } from './ConfigureLinkOverlay';
13
+ export { handleNavigation } from './ConfigureLinkOverlay/handleNavigation';
@@ -1,7 +1,7 @@
1
1
  import { isFedRamp } from './environment';
2
2
  const SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
3
3
  const packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
4
- const packageVersion = "87.0.4";
4
+ const packageVersion = "87.2.0";
5
5
  const sanitiseSentryEvents = (data, _hint) => {
6
6
  // Remove URL as it has UGC
7
7
  // TODO: Sanitise the URL instead of just removing it
@@ -29,7 +29,7 @@ export { smartCardStyles, FLOATING_TOOLBAR_LINKPICKER_CLASSNAME, DATASOURCE_INNE
29
29
  export { embedCardStyles, embedSpacingStyles } from './shared/embedCard';
30
30
  export { buttonGroupStyle, separatorStyles, wrapperStyle, triggerWrapperStyles } from './shared/plugins';
31
31
  export { UnsupportedSharedCssClassName, unsupportedStyles } from './shared/unsupported-content';
32
- export { expandIconWrapperStyle, expandClassNames } from './shared/expand';
32
+ export { expandIconWrapperStyle, expandClassNames, expandIconContainerStyle } from './shared/expand';
33
33
  export { ClassNames as MediaSharedClassNames } from './shared/media';
34
34
  export { BreakoutCssClassName } from './shared/breakout';
35
35
  export { BODIED_EXT_MBE_MARGIN_TOP } from './shared/extension';
@@ -4,6 +4,11 @@ import { css } from '@emotion/react';
4
4
  export const expandIconWrapperStyle = css({
5
5
  marginLeft: "var(--ds-space-negative-100, -8px)"
6
6
  });
7
+
8
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
9
+ export const expandIconContainerStyle = css({
10
+ padding: `${"var(--ds-space-050, 4px)"} ${"var(--ds-space-050, 4px)"} 0 0`
11
+ });
7
12
  const prefix = 'ak-editor-expand';
8
13
  export const expandClassNames = {
9
14
  prefix,
@@ -12,7 +12,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
12
12
  import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
13
13
  import Layer from '../Layer';
14
14
  const packageName = "@atlaskit/editor-common";
15
- const packageVersion = "87.0.4";
15
+ const packageVersion = "87.2.0";
16
16
  const halfFocusRing = 1;
17
17
  const dropOffset = '0, 8';
18
18
  class DropList extends Component {
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Czech
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Konfigurovat makro {macroName}',
10
11
  'fabric.editor.action': 'Aktuální úkol',
11
12
  'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
12
13
  'fabric.editor.addAltText': 'Alternativní text',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Zpět',
35
36
  'fabric.editor.backgroundColor': 'Barva pozadí',
36
37
  'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Přetažením přesunete.',
39
+ 'fabric.editor.blockControlMoveDown': 'Posunout dolů',
40
+ 'fabric.editor.blockControlMoveUp': 'Posunout nahoru',
37
41
  'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
38
42
  'fabric.editor.blockTitle': 'Karta',
39
43
  'fabric.editor.blockquote': 'citace',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Sbalit obsah',
69
73
  'fabric.editor.collapseTable': 'Sbalit tabulku',
70
74
  'fabric.editor.columnDragHandle': 'Možnosti sloupce',
75
+ 'fabric.editor.columnMovedLeft': 'Sloupec byl přesunut doleva na pozici {index} z {total}',
76
+ 'fabric.editor.columnMovedRight': 'Sloupec byl přesunut doprava na pozici {index} z {total}',
77
+ 'fabric.editor.columnSelected': 'Je vybrán sloupec {index} z {total}',
71
78
  'fabric.editor.columns': 'Rozvržení',
72
79
  'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {Byl vložen sloupec.} few {Byly vloženy {count} sloupce.} many {Bylo vloženo {count} sloupce.} other {Bylo vloženo {count} sloupců.}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Kopírovat',
96
103
  'fabric.editor.cornerControl': 'Zvýraznit tabulku',
97
104
  'fabric.editor.createComment': 'Komentář',
105
+ 'fabric.editor.createCommentDisabled': 'Komentovat můžete pouze text, nadpisy, smajlíky, kalendářní data, zmínky, odkazy a stavy.',
98
106
  'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
99
107
  'fabric.editor.customPanel': 'Vlastní panel',
100
108
  'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
101
- 'fabric.editor.datasource.assetsObjects': 'Aktiva (Beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Aktiva',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Vložit seznam Confluence',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
230
237
  'fabric.editor.highlight': 'Barva zvýraznění',
231
238
  'fabric.editor.highlightColor': 'Přepnout paletu barev zvýraznění',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Zvýraznění',
232
240
  'fabric.editor.horizontalRule': 'Dílčí příčka',
233
241
  'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Vložit nebo vyhledat odkaz',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Číslovaný sloupec',
323
331
  'fabric.editor.off': 'Formátování {formattingType} vypnuto',
324
332
  'fabric.editor.on': '{formattingType} zapnuto',
333
+ 'fabric.editor.openCellOptions': 'Otevřít možnosti buňky',
325
334
  'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
326
335
  'fabric.editor.orderedList': 'Číslovaný seznam',
327
336
  'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Rozvržení pravého bočního panelu',
358
367
  'fabric.editor.rowControl': 'Zvýraznit řádek',
359
368
  'fabric.editor.rowDragHandle': 'Možnosti řádku',
369
+ 'fabric.editor.rowMovedDown': 'Řádek byl přesunut dolů na pozici {index} z {total}',
370
+ 'fabric.editor.rowMovedUp': 'Řádek byl přesunut nahoru na pozici {index} z {total}',
371
+ 'fabric.editor.rowSelected': 'Je vybrán řádek {index} z {total}',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {Byl vložen řádek.} few {Byly vloženy {count} řádky.} many {Bylo vloženo {count} řádku.} other {Bylo vloženo {count} řádků.}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {Řádek byl odebrán.} few {Byly odebrány {count} řádky.} many {Bylo odebráno {count} řádku.} other {Bylo odebráno {count} řádků.}}',
362
374
  'fabric.editor.saveButton': 'Uložit',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Danish (Denmark)
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
10
11
  'fabric.editor.action': 'Handlingsgenstand',
11
12
  'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
12
13
  'fabric.editor.addAltText': 'Alternativ tekst',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Gå tilbage',
35
36
  'fabric.editor.backgroundColor': 'Baggrundsfarve',
36
37
  'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Træk for at flytte',
39
+ 'fabric.editor.blockControlMoveDown': 'Flyt ned',
40
+ 'fabric.editor.blockControlMoveUp': 'Flyt op',
37
41
  'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
38
42
  'fabric.editor.blockTitle': 'Kort',
39
43
  'fabric.editor.blockquote': 'et citat',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'skjul indhold',
69
73
  'fabric.editor.collapseTable': 'Luk tabel',
70
74
  'fabric.editor.columnDragHandle': 'Kolonneindstillinger',
75
+ 'fabric.editor.columnMovedLeft': 'Kolonne flyttet til venstre til {index} af {total}',
76
+ 'fabric.editor.columnMovedRight': 'Kolonne flyttet til højre til {index} af {total}',
77
+ 'fabric.editor.columnSelected': 'Kolonne {index} af {total} er valgt',
71
78
  'fabric.editor.columns': 'Layout',
72
79
  'fabric.editor.columns.description': 'Opdel din side i afsnit',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er blevet indsat} other {{count} kolonner er blevet indsat}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Kopiér',
96
103
  'fabric.editor.cornerControl': 'Fremhæv tabel',
97
104
  'fabric.editor.createComment': 'Kommenter',
105
+ 'fabric.editor.createCommentDisabled': 'Du kan kun kommentere tekst, overskrifter, emojier, datoer, omtaler, links og statusser.',
98
106
  'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
99
107
  'fabric.editor.customPanel': 'Brugerdefineret panel',
100
108
  'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
101
- 'fabric.editor.datasource.assetsObjects': 'Aktiver (beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Aktiver',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Indsæt Confluence-liste',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
230
237
  'fabric.editor.highlight': 'Farve på fremhævning',
231
238
  'fabric.editor.highlightColor': 'Slå fremhævningsfarvepalet til/fra',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Fremhæv',
232
240
  'fabric.editor.horizontalRule': 'Rumdeler',
233
241
  'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Indsæt eller søg efter link',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Kolonne med nummerering',
323
331
  'fabric.editor.off': '{formattingType} fra',
324
332
  'fabric.editor.on': '{formattingType} til',
333
+ 'fabric.editor.openCellOptions': 'Åbn celleegenskaber',
325
334
  'fabric.editor.openLink': 'Åbn link i en nye fane',
326
335
  'fabric.editor.orderedList': 'Nummereret liste',
327
336
  'fabric.editor.orderedList.description': 'Opret en sorteret liste',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
358
367
  'fabric.editor.rowControl': 'Fremhæv række',
359
368
  'fabric.editor.rowDragHandle': 'Rækkeindstillinger',
369
+ 'fabric.editor.rowMovedDown': 'Række flyttet ned til {index} af {total}',
370
+ 'fabric.editor.rowMovedUp': 'Række flyttet op til {index} af {total}',
371
+ 'fabric.editor.rowSelected': 'Række {index} af {total} er valgt',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {En række er blevet indsat} other {{count} rækker er blevet indsat}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {Rækken er blevet fjernet} other {{count} rækker er blevet fjernet}}',
362
374
  'fabric.editor.saveButton': 'Gem',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //German (Germany)
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': '{macroName} konfigurieren',
10
11
  'fabric.editor.action': 'Aufgabe',
11
12
  'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
12
13
  'fabric.editor.addAltText': 'Alternativtext',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Zurück',
35
36
  'fabric.editor.backgroundColor': 'Hintergrundfarbe',
36
37
  'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Zum Verschieben ziehen',
39
+ 'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
40
+ 'fabric.editor.blockControlMoveUp': 'Nach oben verschieben',
37
41
  'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
38
42
  'fabric.editor.blockTitle': 'Karte',
39
43
  'fabric.editor.blockquote': 'ein Angebot',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
69
73
  'fabric.editor.collapseTable': 'Tabelle reduzieren',
70
74
  'fabric.editor.columnDragHandle': 'Spaltenoptionen',
75
+ 'fabric.editor.columnMovedLeft': 'Spalte nach links verschoben auf {index} von {total}',
76
+ 'fabric.editor.columnMovedRight': 'Spalte nach rechts verschoben auf {index} von {total}',
77
+ 'fabric.editor.columnSelected': 'Spalte {index} von {total} ausgewählt',
71
78
  'fabric.editor.columns': 'Layouts',
72
79
  'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {Eine Spalte wurde hinzugefügt.} other {{count} Spalten wurden hinzugefügt.}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Kopieren',
96
103
  'fabric.editor.cornerControl': 'Tabelle hervorheben',
97
104
  'fabric.editor.createComment': 'Kommentieren',
105
+ 'fabric.editor.createCommentDisabled': 'Sie können nur Text, Überschriften, Emojis, Daten, Erwähnungen, Links und Status kommentieren.',
98
106
  'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
99
107
  'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
100
108
  'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
101
- 'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Confluence-Liste einfügen',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
230
237
  'fabric.editor.highlight': 'Markierungsfarbe',
231
238
  'fabric.editor.highlightColor': 'Farbpalette für Hervorhebungen umschalten',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Hervorheben',
232
240
  'fabric.editor.horizontalRule': 'Trennlinie',
233
241
  'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Nummerierte Spalte',
323
331
  'fabric.editor.off': '{formattingType} aus',
324
332
  'fabric.editor.on': '{formattingType} ein',
333
+ 'fabric.editor.openCellOptions': 'Zellenoptionen öffnen',
325
334
  'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
326
335
  'fabric.editor.orderedList': 'Nummerierte Liste',
327
336
  'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
358
367
  'fabric.editor.rowControl': 'Zeile hervorheben',
359
368
  'fabric.editor.rowDragHandle': 'Zeilenoptionen',
369
+ 'fabric.editor.rowMovedDown': 'Zeile nach unten verschoben auf {index} von {total}',
370
+ 'fabric.editor.rowMovedUp': 'Zeile nach oben verschoben auf {index} von {total}',
371
+ 'fabric.editor.rowSelected': 'Zeile {index} von {total} ausgewählt',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {Eine Zeile wurde eingefügt.} other {{count} Zeilen wurden eingefügt.}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {Die Zeile wurde entfernt.} other {{count} Zeilen wurden entfernt.}}',
362
374
  'fabric.editor.saveButton': 'Speichern',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
10
11
  'fabric.editor.action': 'Action item',
11
12
  'fabric.editor.action.description': 'Create and assign action items',
12
13
  'fabric.editor.addAltText': 'Alt text',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Go back',
35
36
  'fabric.editor.backgroundColor': 'Background color',
36
37
  'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
39
+ 'fabric.editor.blockControlMoveDown': 'Move down',
40
+ 'fabric.editor.blockControlMoveUp': 'Move up',
37
41
  'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
38
42
  'fabric.editor.blockTitle': 'Card',
39
43
  'fabric.editor.blockquote': 'a quote',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Collapse content',
69
73
  'fabric.editor.collapseTable': 'Collapse table',
70
74
  'fabric.editor.columnDragHandle': 'Column options',
75
+ 'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
76
+ 'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
77
+ 'fabric.editor.columnSelected': 'Column {index} of {total} selected',
71
78
  'fabric.editor.columns': 'Layouts',
72
79
  'fabric.editor.columns.description': 'Structure your page using sections',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been} other {{count} columns have been}} inserted',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Copy',
96
103
  'fabric.editor.cornerControl': 'Highlight table',
97
104
  'fabric.editor.createComment': 'Comment',
105
+ 'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
98
106
  'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
99
107
  'fabric.editor.customPanel': 'Custom panel',
100
108
  'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
101
- 'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
@@ -323,6 +330,7 @@ export default {
323
330
  'fabric.editor.numberedColumn': 'Numbered column',
324
331
  'fabric.editor.off': '{formattingType} Off',
325
332
  'fabric.editor.on': '{formattingType} On',
333
+ 'fabric.editor.openCellOptions': 'Open cell options',
326
334
  'fabric.editor.openLink': 'Open link in a new tab',
327
335
  'fabric.editor.orderedList': 'Numbered list',
328
336
  'fabric.editor.orderedList.description': 'Create an ordered list',
@@ -358,6 +366,9 @@ export default {
358
366
  'fabric.editor.rightSidebar': 'Right sidebar layout',
359
367
  'fabric.editor.rowControl': 'Highlight row',
360
368
  'fabric.editor.rowDragHandle': 'Row options',
369
+ 'fabric.editor.rowMovedDown': 'Row moved down to {index} of {total}',
370
+ 'fabric.editor.rowMovedUp': 'Row moved up to {index} of {total}',
371
+ 'fabric.editor.rowSelected': 'Row {index} of {total} selected',
361
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been} other {{count} rows have been}} inserted',
362
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been} other {{count} rows have been}} removed',
363
374
  'fabric.editor.saveButton': 'Save',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //English (United Kingdom)
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
10
11
  'fabric.editor.action': 'Action item',
11
12
  'fabric.editor.action.description': 'Create and assign action items',
12
13
  'fabric.editor.addAltText': 'Alt text',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Go back',
35
36
  'fabric.editor.backgroundColor': 'Background colour',
36
37
  'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
39
+ 'fabric.editor.blockControlMoveDown': 'Move down',
40
+ 'fabric.editor.blockControlMoveUp': 'Move up',
37
41
  'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
38
42
  'fabric.editor.blockTitle': 'Card',
39
43
  'fabric.editor.blockquote': 'a quote',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'Collapse content',
69
73
  'fabric.editor.collapseTable': 'Collapse table',
70
74
  'fabric.editor.columnDragHandle': 'Column options',
75
+ 'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
76
+ 'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
77
+ 'fabric.editor.columnSelected': 'Column {index} of {total} selected',
71
78
  'fabric.editor.columns': 'Layouts',
72
79
  'fabric.editor.columns.description': 'Structure your page using sections',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been} other {{count} columns have been}} inserted',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Copy',
96
103
  'fabric.editor.cornerControl': 'Highlight table',
97
104
  'fabric.editor.createComment': 'Comment',
105
+ 'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
98
106
  'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
99
107
  'fabric.editor.customPanel': 'Custom panel',
100
108
  'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
101
- 'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
@@ -323,6 +330,7 @@ export default {
323
330
  'fabric.editor.numberedColumn': 'Numbered column',
324
331
  'fabric.editor.off': '{formattingType} Off',
325
332
  'fabric.editor.on': '{formattingType} On',
333
+ 'fabric.editor.openCellOptions': 'Open cell options',
326
334
  'fabric.editor.openLink': 'Open link in a new tab',
327
335
  'fabric.editor.orderedList': 'Numbered list',
328
336
  'fabric.editor.orderedList.description': 'Create an ordered list',
@@ -358,6 +366,9 @@ export default {
358
366
  'fabric.editor.rightSidebar': 'Right sidebar layout',
359
367
  'fabric.editor.rowControl': 'Highlight row',
360
368
  'fabric.editor.rowDragHandle': 'Row options',
369
+ 'fabric.editor.rowMovedDown': 'Row moved down to {index} of {total}',
370
+ 'fabric.editor.rowMovedUp': 'Row moved up to {index} of {total}',
371
+ 'fabric.editor.rowSelected': 'Row {index} of {total} selected',
361
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been} other {{count} rows have been}} inserted',
362
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been} other {{count} rows have been}} removed',
363
374
  'fabric.editor.saveButton': 'Save',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': '⁣⁢Configure {macroName}⁠؜‍‌⁡‌⁡‍⁠؜⁣⁤',
10
11
  'fabric.editor.action': '⁣⁢Action item؜‍⁠⁠؜⁡‌‍⁡‍‌⁣⁤',
11
12
  'fabric.editor.action.description': '⁣⁢Create and assign action items‌‌⁡‌⁡‌؜⁠⁡⁣⁤',
12
13
  'fabric.editor.addAltText': '⁣⁢Alt text‌‍⁡⁡⁠؜‍⁡‌‍‌⁠‌⁣⁤',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': '⁣⁢Go back‍⁡⁠⁠‍⁠⁡‌⁠⁠؜⁣⁤',
35
36
  'fabric.editor.backgroundColor': '⁣⁢Background color‍‍؜‍⁡⁣⁤',
36
37
  'fabric.editor.blockCardUnavailable': '⁣⁢The inline link is inside {node} and cannot have its view changed‌⁠‌⁠‍⁠⁣⁤',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': '⁣⁢Drag to move‌⁡⁡⁠‌⁡؜‌⁡‍؜⁣⁤',
39
+ 'fabric.editor.blockControlMoveDown': '⁣⁢Move down⁠⁡‌‍؜‌‍‌‍⁡⁠⁠⁣⁤',
40
+ 'fabric.editor.blockControlMoveUp': '⁣⁢Move up⁠‌‌⁡‍⁡‌‍‍⁣⁤',
37
41
  'fabric.editor.blockDescription': '⁣⁢Display more information about a link, including a summary and actions‍⁠⁡⁣⁤',
38
42
  'fabric.editor.blockTitle': '⁣⁢Card‍‌‌؜‌؜⁡‍‍‌‌؜‍؜⁠⁡⁣⁤',
39
43
  'fabric.editor.blockquote': '⁣⁢a quote‍⁠؜‍‌‌⁠⁠‍⁠‍⁣⁤',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': '⁣⁢Collapse content‍⁡‌⁠؜‍‍‌؜⁠‌⁡‍⁡‌⁣⁤',
69
73
  'fabric.editor.collapseTable': '⁣⁢Collapse table⁠⁡⁠⁠‌؜؜‌⁠‍⁡⁣⁤',
70
74
  'fabric.editor.columnDragHandle': '⁣⁢Column options⁡‌؜⁡؜‌⁠‌‍‍⁣⁤',
75
+ 'fabric.editor.columnMovedLeft': '⁣⁢Column moved left to {index} of {total}⁠؜‌‌⁠⁡‌⁣⁤',
76
+ 'fabric.editor.columnMovedRight': '⁣⁢Column moved right to {index} of {total}⁠⁡‌؜⁡⁠⁠؜⁡⁣⁤',
77
+ 'fabric.editor.columnSelected': '⁣⁢Column {index} of {total} selected؜؜‍⁡؜⁡‌⁣⁤',
71
78
  'fabric.editor.columns': '⁣⁢Layouts⁡⁠‍⁠⁡‌⁠‍⁡⁣⁤',
72
79
  'fabric.editor.columns.description': '⁣⁢Structure your page using sections‌‍⁠⁠‍؜‍⁡⁡⁡⁣⁤',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {⁣⁢A column has been inserted⁡‌‍⁡⁠؜؜‍⁡⁡‌؜⁡؜‌⁣⁤} other {⁣⁢{count} columns have been inserted⁡‌‍⁡⁠؜؜‍⁡⁡‌؜⁡؜‌⁣⁤}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': '⁣⁢Copy⁠؜‍‍‌؜‌؜‍؜⁡⁠؜⁠⁠‌‌⁣⁤',
96
103
  'fabric.editor.cornerControl': '⁣⁢Highlight table⁡؜‌‍‌‍؜⁠‌⁠‍⁣⁤',
97
104
  'fabric.editor.createComment': '⁣⁢Comment⁠⁡⁡؜‌؜⁡⁡⁠‌؜⁣⁤',
105
+ 'fabric.editor.createCommentDisabled': '⁣⁢You can only comment on text, headings, emojis, dates, mentions, links, and statuses.؜⁠؜⁡⁡‍‍؜⁣⁤',
98
106
  'fabric.editor.createCommentInvalid': '⁣⁢You can only comment on text and headings⁠‍‌‌⁠‍⁡⁣⁤',
99
107
  'fabric.editor.customPanel': '⁣⁢Custom panel؜؜⁠⁠‍⁠؜⁣⁤',
100
108
  'fabric.editor.customPanel.description': '⁣⁢Add a note with an emoji and colored background‍⁠⁡‍⁡⁡⁡‌⁣⁤',
101
- 'fabric.editor.datasource.assetsObjects': '⁣⁢Assets (Beta)⁡⁡⁡⁠‍⁡⁠⁡‌⁣⁤',
102
109
  'fabric.editor.datasource.assetsObjects.description': '⁣⁢Insert objects from Assets in Jira Service Management with search and filtering‍‌⁡⁡‌‌‌‌‍‍⁠؜⁣⁤',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': '⁣⁢Assets‍؜‌؜⁡؜‌‌‌‍‌‍⁣⁤',
104
111
  'fabric.editor.datasource.confluenceSearch': '⁣⁢Insert Confluence list⁡⁡⁡⁠؜⁡‌؜⁡‍⁠‌‌؜؜‍⁣⁤',
@@ -323,6 +330,7 @@ export default {
323
330
  'fabric.editor.numberedColumn': '⁣⁢Numbered column؜؜⁠‌‍‍‌‍⁡⁣⁤',
324
331
  'fabric.editor.off': '⁣⁢{formattingType} Off‍‍‌‌⁡‌⁠⁠⁣⁤',
325
332
  'fabric.editor.on': '⁣⁢{formattingType} On⁠‌‌⁡‍‍⁡؜⁠⁣⁤',
333
+ 'fabric.editor.openCellOptions': '⁣⁢Open cell options؜‌‍‌⁡⁠‍⁠⁣⁤',
326
334
  'fabric.editor.openLink': '⁣⁢Open link in a new tab⁠⁡⁡‌‍‌⁠‌‌⁡⁡⁣⁤',
327
335
  'fabric.editor.orderedList': '⁣⁢Numbered list‍⁡؜؜⁡؜⁡‍؜⁣⁤',
328
336
  'fabric.editor.orderedList.description': '⁣⁢Create an ordered list‍؜⁠⁡‍‍‌‍‍⁣⁤',
@@ -358,6 +366,9 @@ export default {
358
366
  'fabric.editor.rightSidebar': '⁣⁢Right sidebar layout⁠‍‌‌‍⁠⁡‍‍‌⁣⁤',
359
367
  'fabric.editor.rowControl': '⁣⁢Highlight row‌‌⁡‍⁠⁡⁡⁠⁠⁣⁤',
360
368
  'fabric.editor.rowDragHandle': '⁣⁢Row options⁠؜⁠‍‍‌‍‍‍⁠⁡‌⁣⁤',
369
+ 'fabric.editor.rowMovedDown': '⁣⁢Row moved down to {index} of {total}؜‌⁡‌‍‌؜‌⁠؜؜⁣⁤',
370
+ 'fabric.editor.rowMovedUp': '⁣⁢Row moved up to {index} of {total}⁡⁠؜⁠⁡⁠؜⁡‍⁣⁤',
371
+ 'fabric.editor.rowSelected': '⁣⁢Row {index} of {total} selected⁠‍⁡؜‍‌‍⁠؜⁡⁣⁤',
361
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {⁣⁢A row has been inserted؜‌⁡⁠⁡‌⁠؜⁡‍⁡؜⁣⁤} other {⁣⁢{count} rows have been inserted؜‌⁡⁠⁡‌⁠؜⁡‍⁡؜⁣⁤}}',
362
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {⁣⁢The row has been removed⁡⁠‍‌⁡؜⁡؜⁡⁠⁠⁣⁤} other {⁣⁢{count} rows have been removed⁡⁠‍‌⁡؜⁡؜⁡⁠⁠⁣⁤}}',
363
374
  'fabric.editor.saveButton': '⁣⁢Save‍⁡‍؜؜⁠⁣⁤',
@@ -7,6 +7,7 @@
7
7
  */
8
8
  //Spanish (International)
9
9
  export default {
10
+ 'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
10
11
  'fabric.editor.action': 'Elemento de acción',
11
12
  'fabric.editor.action.description': 'Crear y asignar elementos de acción',
12
13
  'fabric.editor.addAltText': 'Texto alternativo',
@@ -34,6 +35,9 @@ export default {
34
35
  'fabric.editor.backLink': 'Regresar',
35
36
  'fabric.editor.backgroundColor': 'Color de fondo',
36
37
  'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
38
+ 'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para mover',
39
+ 'fabric.editor.blockControlMoveDown': 'Bajar',
40
+ 'fabric.editor.blockControlMoveUp': 'Subir',
37
41
  'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
38
42
  'fabric.editor.blockTitle': 'Tarjeta',
39
43
  'fabric.editor.blockquote': 'una cita',
@@ -68,6 +72,9 @@ export default {
68
72
  'fabric.editor.collapseNode': 'contraer contenido',
69
73
  'fabric.editor.collapseTable': 'Contraer tabla',
70
74
  'fabric.editor.columnDragHandle': 'Opciones de columna',
75
+ 'fabric.editor.columnMovedLeft': 'Columna movida a la izquierda a {index} de {total}',
76
+ 'fabric.editor.columnMovedRight': 'Columna movida a la derecha a {index} de {total}',
77
+ 'fabric.editor.columnSelected': '{index} de {total} columna/s seleccionada/s',
71
78
  'fabric.editor.columns': 'Diseños',
72
79
  'fabric.editor.columns.description': 'Estructurar la página con secciones',
73
80
  'fabric.editor.columnsAreInserted': '{count, plural, one {Se ha insertado una columna} other {Se han insertado {count} columnas}}',
@@ -95,10 +102,10 @@ export default {
95
102
  'fabric.editor.copyToClipboard': 'Copiar',
96
103
  'fabric.editor.cornerControl': 'Destacar tabla',
97
104
  'fabric.editor.createComment': 'Comentar',
105
+ 'fabric.editor.createCommentDisabled': 'Solo puedes comentar en texto, encabezados, emoticonos, fechas, menciones, enlaces y estados.',
98
106
  'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
99
107
  'fabric.editor.customPanel': 'Panel personalizado',
100
108
  'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
101
- 'fabric.editor.datasource.assetsObjects': 'Activos (beta)',
102
109
  'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
103
110
  'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Activos',
104
111
  'fabric.editor.datasource.confluenceSearch': 'Insertar lista de Confluence',
@@ -229,6 +236,7 @@ export default {
229
236
  'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
230
237
  'fabric.editor.highlight': 'Color de resaltado',
231
238
  'fabric.editor.highlightColor': 'Activar paleta de colores de resaltado',
239
+ 'fabric.editor.highlightFloatingToolbar': 'Destacar',
232
240
  'fabric.editor.horizontalRule': 'Divisor',
233
241
  'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
234
242
  'fabric.editor.hyperlink.linkVisibleLabel': 'Pegar o buscar el enlace',
@@ -322,6 +330,7 @@ export default {
322
330
  'fabric.editor.numberedColumn': 'Columna numerada',
323
331
  'fabric.editor.off': '{formattingType} desactivado',
324
332
  'fabric.editor.on': '{formattingType} activado',
333
+ 'fabric.editor.openCellOptions': 'Abrir opciones de celda',
325
334
  'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
326
335
  'fabric.editor.orderedList': 'Lista numerada',
327
336
  'fabric.editor.orderedList.description': 'Crear una lista ordenada',
@@ -357,6 +366,9 @@ export default {
357
366
  'fabric.editor.rightSidebar': 'Diseño de la barra lateral derecha',
358
367
  'fabric.editor.rowControl': 'Destacar fila',
359
368
  'fabric.editor.rowDragHandle': 'Opciones de fila',
369
+ 'fabric.editor.rowMovedDown': 'Fila movida hacia abajo a {index} de {total}',
370
+ 'fabric.editor.rowMovedUp': 'Fila movida hacia arriba a {index} de {total}',
371
+ 'fabric.editor.rowSelected': '{index} de {total} fila/s seleccionada/s',
360
372
  'fabric.editor.rowsAreInserted': '{count, plural, one {Se ha insertado una fila} other {Se han insertado {count} filas}}',
361
373
  'fabric.editor.rowsAreRemoved': '{count, plural, one {Se ha eliminado la fila} other {Se han eliminado {count} filas}}',
362
374
  'fabric.editor.saveButton': 'Guardar',