@atlaskit/renderer 89.0.0 → 92.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/cjs/analytics/enums.js +1 -0
  3. package/dist/cjs/i18n/cs.js +9 -3
  4. package/dist/cjs/i18n/da.js +9 -3
  5. package/dist/cjs/i18n/de.js +9 -3
  6. package/dist/cjs/i18n/en_ZZ.js +28 -0
  7. package/dist/cjs/i18n/es.js +9 -3
  8. package/dist/cjs/i18n/fi.js +9 -3
  9. package/dist/cjs/i18n/fr.js +9 -3
  10. package/dist/cjs/i18n/hu.js +9 -3
  11. package/dist/cjs/i18n/it.js +9 -3
  12. package/dist/cjs/i18n/ja.js +9 -3
  13. package/dist/cjs/i18n/ko.js +9 -3
  14. package/dist/cjs/i18n/nb.js +9 -3
  15. package/dist/cjs/i18n/nl.js +9 -3
  16. package/dist/cjs/i18n/pl.js +2 -2
  17. package/dist/cjs/i18n/pt_BR.js +9 -3
  18. package/dist/cjs/i18n/ru.js +9 -3
  19. package/dist/cjs/i18n/sv.js +9 -3
  20. package/dist/cjs/i18n/th.js +9 -3
  21. package/dist/cjs/i18n/tr.js +9 -3
  22. package/dist/cjs/i18n/uk.js +9 -3
  23. package/dist/cjs/i18n/vi.js +9 -3
  24. package/dist/cjs/i18n/zh.js +9 -3
  25. package/dist/cjs/i18n/zh_TW.js +9 -3
  26. package/dist/cjs/react/nodes/codeBlock.js +17 -16
  27. package/dist/cjs/react/nodes/heading.js +4 -2
  28. package/dist/cjs/react/nodes/layoutColumn.js +7 -2
  29. package/dist/cjs/react/nodes/media.js +7 -6
  30. package/dist/cjs/react/nodes/table/sticky.js +13 -2
  31. package/dist/cjs/react/utils/inject-props.js +33 -0
  32. package/dist/cjs/ui/Expand.js +15 -11
  33. package/dist/cjs/ui/Renderer/index.js +44 -25
  34. package/dist/cjs/ui/Renderer/style.js +19 -7
  35. package/dist/cjs/ui/annotations/draft/component.js +22 -12
  36. package/dist/cjs/ui/annotations/element/mark.js +9 -5
  37. package/dist/cjs/version.json +1 -1
  38. package/dist/es2019/analytics/enums.js +1 -0
  39. package/dist/es2019/i18n/cs.js +9 -3
  40. package/dist/es2019/i18n/da.js +9 -3
  41. package/dist/es2019/i18n/de.js +9 -3
  42. package/dist/es2019/i18n/en_ZZ.js +20 -0
  43. package/dist/es2019/i18n/es.js +9 -3
  44. package/dist/es2019/i18n/fi.js +9 -3
  45. package/dist/es2019/i18n/fr.js +9 -3
  46. package/dist/es2019/i18n/hu.js +9 -3
  47. package/dist/es2019/i18n/it.js +9 -3
  48. package/dist/es2019/i18n/ja.js +9 -3
  49. package/dist/es2019/i18n/ko.js +9 -3
  50. package/dist/es2019/i18n/nb.js +9 -3
  51. package/dist/es2019/i18n/nl.js +9 -3
  52. package/dist/es2019/i18n/pl.js +2 -2
  53. package/dist/es2019/i18n/pt_BR.js +9 -3
  54. package/dist/es2019/i18n/ru.js +9 -3
  55. package/dist/es2019/i18n/sv.js +9 -3
  56. package/dist/es2019/i18n/th.js +9 -3
  57. package/dist/es2019/i18n/tr.js +9 -3
  58. package/dist/es2019/i18n/uk.js +9 -3
  59. package/dist/es2019/i18n/vi.js +9 -3
  60. package/dist/es2019/i18n/zh.js +9 -3
  61. package/dist/es2019/i18n/zh_TW.js +9 -3
  62. package/dist/es2019/react/nodes/codeBlock.js +25 -23
  63. package/dist/es2019/react/nodes/heading.js +4 -2
  64. package/dist/es2019/react/nodes/layoutColumn.js +7 -3
  65. package/dist/es2019/react/nodes/media.js +9 -5
  66. package/dist/es2019/react/nodes/table/sticky.js +16 -5
  67. package/dist/es2019/react/utils/inject-props.js +24 -0
  68. package/dist/es2019/ui/Expand.js +17 -12
  69. package/dist/es2019/ui/Renderer/index.js +45 -25
  70. package/dist/es2019/ui/Renderer/style.js +40 -24
  71. package/dist/es2019/ui/annotations/draft/component.js +18 -12
  72. package/dist/es2019/ui/annotations/element/mark.js +12 -6
  73. package/dist/es2019/version.json +1 -1
  74. package/dist/esm/analytics/enums.js +1 -0
  75. package/dist/esm/i18n/cs.js +9 -3
  76. package/dist/esm/i18n/da.js +9 -3
  77. package/dist/esm/i18n/de.js +9 -3
  78. package/dist/esm/i18n/en_ZZ.js +20 -0
  79. package/dist/esm/i18n/es.js +9 -3
  80. package/dist/esm/i18n/fi.js +9 -3
  81. package/dist/esm/i18n/fr.js +9 -3
  82. package/dist/esm/i18n/hu.js +9 -3
  83. package/dist/esm/i18n/it.js +9 -3
  84. package/dist/esm/i18n/ja.js +9 -3
  85. package/dist/esm/i18n/ko.js +9 -3
  86. package/dist/esm/i18n/nb.js +9 -3
  87. package/dist/esm/i18n/nl.js +9 -3
  88. package/dist/esm/i18n/pl.js +2 -2
  89. package/dist/esm/i18n/pt_BR.js +9 -3
  90. package/dist/esm/i18n/ru.js +9 -3
  91. package/dist/esm/i18n/sv.js +9 -3
  92. package/dist/esm/i18n/th.js +9 -3
  93. package/dist/esm/i18n/tr.js +9 -3
  94. package/dist/esm/i18n/uk.js +9 -3
  95. package/dist/esm/i18n/vi.js +9 -3
  96. package/dist/esm/i18n/zh.js +9 -3
  97. package/dist/esm/i18n/zh_TW.js +9 -3
  98. package/dist/esm/react/nodes/codeBlock.js +18 -14
  99. package/dist/esm/react/nodes/heading.js +4 -2
  100. package/dist/esm/react/nodes/layoutColumn.js +7 -3
  101. package/dist/esm/react/nodes/media.js +8 -5
  102. package/dist/esm/react/nodes/table/sticky.js +12 -2
  103. package/dist/esm/react/utils/inject-props.js +24 -0
  104. package/dist/esm/ui/Expand.js +16 -12
  105. package/dist/esm/ui/Renderer/index.js +46 -25
  106. package/dist/esm/ui/Renderer/style.js +16 -8
  107. package/dist/esm/ui/annotations/draft/component.js +18 -11
  108. package/dist/esm/ui/annotations/element/mark.js +11 -4
  109. package/dist/esm/version.json +1 -1
  110. package/dist/types/analytics/enums.d.ts +1 -0
  111. package/dist/types/analytics/events.d.ts +6 -1
  112. package/dist/types/i18n/cs.d.ts +7 -1
  113. package/dist/types/i18n/da.d.ts +7 -1
  114. package/dist/types/i18n/de.d.ts +7 -1
  115. package/dist/types/i18n/en_ZZ.d.ts +20 -0
  116. package/dist/types/i18n/es.d.ts +7 -1
  117. package/dist/types/i18n/fi.d.ts +7 -1
  118. package/dist/types/i18n/fr.d.ts +7 -1
  119. package/dist/types/i18n/hu.d.ts +7 -1
  120. package/dist/types/i18n/it.d.ts +7 -1
  121. package/dist/types/i18n/ja.d.ts +7 -1
  122. package/dist/types/i18n/ko.d.ts +7 -1
  123. package/dist/types/i18n/nb.d.ts +7 -1
  124. package/dist/types/i18n/nl.d.ts +7 -1
  125. package/dist/types/i18n/pl.d.ts +1 -1
  126. package/dist/types/i18n/pt_BR.d.ts +7 -1
  127. package/dist/types/i18n/ru.d.ts +7 -1
  128. package/dist/types/i18n/sv.d.ts +7 -1
  129. package/dist/types/i18n/th.d.ts +7 -1
  130. package/dist/types/i18n/tr.d.ts +7 -1
  131. package/dist/types/i18n/uk.d.ts +7 -1
  132. package/dist/types/i18n/vi.d.ts +7 -1
  133. package/dist/types/i18n/zh.d.ts +7 -1
  134. package/dist/types/i18n/zh_TW.d.ts +7 -1
  135. package/dist/types/react/nodes/codeBlock.d.ts +4 -14
  136. package/dist/types/react/nodes/heading.d.ts +1 -0
  137. package/dist/types/react/nodes/index.d.ts +1 -13
  138. package/dist/types/react/nodes/layoutColumn.d.ts +3 -1
  139. package/dist/types/react/nodes/media.d.ts +3 -1
  140. package/dist/types/react/utils/inject-props.d.ts +6 -0
  141. package/dist/types/ui/Expand.d.ts +1 -0
  142. package/dist/types/ui/Renderer/index.d.ts +5 -3
  143. package/dist/types/ui/Renderer/style.d.ts +3 -1
  144. package/dist/types/ui/annotations/draft/component.d.ts +1 -0
  145. package/dist/types/ui/annotations/element/mark.d.ts +1 -0
  146. package/package.json +14 -13
@@ -1,4 +1,5 @@
1
- import styled, { css } from 'styled-components';
1
+ import styled, { css as deprecatedCss } from 'styled-components';
2
+ import { css } from '@emotion/react';
2
3
  import { themed } from '@atlaskit/theme/components';
3
4
  import { gridSize, fontFamily, fontSize, borderRadius } from '@atlaskit/theme/constants';
4
5
  import * as colors from '@atlaskit/theme/colors';
@@ -33,7 +34,7 @@ export const headingSizes = {
33
34
  }
34
35
  };
35
36
 
36
- const headingAnchorStyle = headingTag => css`
37
+ const headingAnchorStyle = headingTag => deprecatedCss`
37
38
  /**
38
39
  * The copy link button doesn't reserve space in the DOM so that
39
40
  * the text alignment isn't impacted by the button/icon's space.
@@ -266,10 +267,43 @@ const fullWidthStyles = ({
266
267
  width: 100% !important;
267
268
  }
268
269
  `;
269
- }; // prettier-ignore
270
+ };
270
271
 
272
+ export const rendererStyles = theme => {
273
+ // This is required to be compatible with styled-components prop structure.
274
+ const props = {
275
+ theme
276
+ };
277
+ return css`
278
+ ${tableSharedStyle(props)}
279
+
280
+ ${whitespaceSharedStyles};
281
+ ${blockquoteSharedStyles};
282
+ ${headingsSharedStyles(props)};
283
+
284
+ ${paragraphSharedStyles};
285
+ ${listsSharedStyles};
286
+ ${indentationSharedStyles};
287
+ ${blockMarksSharedStyles};
288
+ ${codeMarkSharedStyles(props)};
289
+ ${shadowSharedStyle};
290
+ ${dateSharedStyle};
291
+ ${textColorStyles};
292
+ ${tasksAndDecisionsStyles};
293
+ ${smartCardSharedStyles}
294
+
295
+ /* plugin styles*/
296
+ ${mediaSingleSharedStyle} &
297
+ div[class^='image-wrap-'] + div[class^='image-wrap-'] {
298
+ margin-left: 0;
299
+ margin-right: 0;
300
+ }
271
301
 
272
- export const Wrapper = styled.div`
302
+ ${columnLayoutSharedStyle};
303
+ `;
304
+ }; // prettier-ignore
305
+
306
+ export const DeprecatedWrapper = styled.div`
273
307
  font-size: ${editorFontSize}px;
274
308
  line-height: 1.5rem;
275
309
  color: ${themed({
@@ -322,21 +356,8 @@ export const Wrapper = styled.div`
322
356
  color: ${colors.placeholderText};
323
357
  }
324
358
 
325
- ${whitespaceSharedStyles};
326
- ${blockquoteSharedStyles};
327
- ${headingsSharedStyles};
328
359
  ${panelSharedStyles};
329
360
  ${ruleSharedStyles};
330
- ${paragraphSharedStyles};
331
- ${listsSharedStyles};
332
- ${indentationSharedStyles};
333
- ${blockMarksSharedStyles};
334
- ${codeMarkSharedStyles};
335
- ${shadowSharedStyle};
336
- ${dateSharedStyle};
337
- ${textColorStyles};
338
- ${tasksAndDecisionsStyles};
339
- ${smartCardSharedStyles}
340
361
 
341
362
  & .UnknownBlock {
342
363
  font-family: ${fontFamily()};
@@ -401,11 +422,7 @@ export const Wrapper = styled.div`
401
422
 
402
423
  ${alignedHeadingAnchorStyle}
403
424
 
404
- ${mediaSingleSharedStyle} &
405
- div[class^='image-wrap-'] + div[class^='image-wrap-'] {
406
- margin-left: 0;
407
- margin-right: 0;
408
- }
425
+
409
426
 
410
427
  /* Breakout for tables and extensions */
411
428
  .${RendererCssClassName.DOCUMENT} > {
@@ -436,7 +453,7 @@ export const Wrapper = styled.div`
436
453
  overflow-x: auto;
437
454
  }
438
455
 
439
- ${tableSharedStyle}
456
+
440
457
 
441
458
  .${TableSharedCssClassName.TABLE_CONTAINER} {
442
459
  z-index: 0;
@@ -602,7 +619,6 @@ export const Wrapper = styled.div`
602
619
  }
603
620
  }
604
621
 
605
- ${columnLayoutSharedStyle};
606
622
  & [data-layout-section] {
607
623
  margin-top: ${gridSize() * 2.5}px;
608
624
  & > div + div {
@@ -1,26 +1,32 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- import React from 'react';
2
+
3
+ /** @jsx jsx */
4
+ import React, { Fragment } from 'react';
5
+ import { css, jsx } from '@emotion/react';
3
6
  import { InsertDraftPosition } from '../types';
4
7
  import { AnnotationsDraftContext } from '../context';
5
8
  import { splitText, calcTextSplitOffset } from './text';
6
9
  import { calcInsertDraftPositionOnText } from './position';
7
10
  import { dataAttributes } from './dom';
8
- import styled from 'styled-components';
9
11
  import { AnnotationSharedCSSByState } from '@atlaskit/editor-common/styles';
10
- const DraftAnnotation = styled.mark`
12
+
13
+ const markStyles = props => css`
11
14
  color: inherit;
12
15
  background-color: unset;
13
16
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
14
17
 
15
- ${AnnotationSharedCSSByState.focus};
18
+ ${AnnotationSharedCSSByState(props).focus};
16
19
  `;
20
+
17
21
  export const AnnotationDraft = ({
18
22
  draftPosition,
19
23
  children
20
24
  }) => {
21
- return /*#__PURE__*/React.createElement(DraftAnnotation, _extends({
25
+ return jsx("mark", _extends({
22
26
  "data-renderer-mark": true
23
- }, dataAttributes(draftPosition)), children);
27
+ }, dataAttributes(draftPosition), {
28
+ css: markStyles
29
+ }), children);
24
30
  };
25
31
  export const getAnnotationIndex = (annotationPosition, fragmentCount) => {
26
32
  if (annotationPosition === InsertDraftPosition.START) {
@@ -45,13 +51,13 @@ export const applyAnnotationOnText = ({
45
51
  const annotateIndex = getAnnotationIndex(shouldApplyAnnotationAt, texts.length);
46
52
  return texts.map((value, index) => {
47
53
  if (annotateIndex === index) {
48
- return /*#__PURE__*/React.createElement(AnnotationDraft, {
54
+ return jsx(AnnotationDraft, {
49
55
  key: index,
50
56
  draftPosition: draftPosition
51
57
  }, value);
52
58
  }
53
59
 
54
- return /*#__PURE__*/React.createElement(React.Fragment, {
60
+ return jsx(React.Fragment, {
55
61
  key: index
56
62
  }, value);
57
63
  });
@@ -75,11 +81,11 @@ export const TextWithAnnotationDraft = ({
75
81
  }, [nextDraftPosition, textPosition]);
76
82
 
77
83
  if (shouldApplyAnnotationAt === false || !nextDraftPosition) {
78
- return /*#__PURE__*/React.createElement(React.Fragment, null, children);
84
+ return jsx(Fragment, null, children);
79
85
  }
80
86
 
81
87
  if (shouldApplyAnnotationAt === InsertDraftPosition.AROUND_TEXT) {
82
- return /*#__PURE__*/React.createElement(AnnotationDraft, {
88
+ return jsx(AnnotationDraft, {
83
89
  key: 0,
84
90
  draftPosition: nextDraftPosition
85
91
  }, children);
@@ -89,7 +95,7 @@ export const TextWithAnnotationDraft = ({
89
95
  const texts = splitText(children, offsets);
90
96
 
91
97
  if (!texts) {
92
- return /*#__PURE__*/React.createElement(React.Fragment, null, children);
98
+ return jsx(Fragment, null, children);
93
99
  }
94
100
 
95
101
  const components = applyAnnotationOnText({
@@ -97,5 +103,5 @@ export const TextWithAnnotationDraft = ({
97
103
  shouldApplyAnnotationAt,
98
104
  draftPosition: nextDraftPosition
99
105
  });
100
- return /*#__PURE__*/React.createElement(React.Fragment, null, components);
106
+ return jsx(Fragment, null, components);
101
107
  };
@@ -1,22 +1,26 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
+
3
+ /** @jsx jsx */
2
4
  import React, { useMemo, useCallback } from 'react';
5
+ import { css, jsx } from '@emotion/react';
3
6
  import { AnnotationSharedCSSByState } from '@atlaskit/editor-common/styles';
4
7
  import { AnnotationMarkStates } from '@atlaskit/adf-schema';
5
- import styled from 'styled-components';
6
- const MarkStyled = styled.mark`
8
+
9
+ const markStyles = props => css`
7
10
  color: inherit;
8
11
  background-color: unset;
9
12
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
10
13
 
11
14
  &[data-mark-annotation-state='${AnnotationMarkStates.ACTIVE}'] {
12
- ${AnnotationSharedCSSByState.blur};
15
+ ${AnnotationSharedCSSByState(props).blur};
13
16
 
14
17
  &:focus,
15
18
  &[data-has-focus='true'] {
16
- ${AnnotationSharedCSSByState.focus};
19
+ ${AnnotationSharedCSSByState(props).focus};
17
20
  }
18
21
  }
19
22
  `;
23
+
20
24
  export const MarkComponent = ({
21
25
  annotationParentIds,
22
26
  children,
@@ -49,8 +53,10 @@ export const MarkComponent = ({
49
53
  } : {
50
54
  'aria-details': annotationIds.join(', ')
51
55
  };
52
- return /*#__PURE__*/React.createElement(MarkStyled, _extends({
56
+ return jsx("mark", _extends({
53
57
  id: id,
54
58
  onClick: onMarkClick
55
- }, accessibility, overriddenData), children);
59
+ }, accessibility, overriddenData, {
60
+ css: markStyles
61
+ }), children);
56
62
  };
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "89.0.0",
3
+ "version": "92.0.0",
4
4
  "sideEffects": false
5
5
  }
@@ -12,6 +12,7 @@ export var ACTION;
12
12
  (function (ACTION) {
13
13
  ACTION["STARTED"] = "started";
14
14
  ACTION["RENDERED"] = "rendered";
15
+ ACTION["RENDERER_TTI"] = "tti";
15
16
  ACTION["CRASHED"] = "unhandledErrorCaught";
16
17
  ACTION["INVALID_PROSEMIRROR_DOCUMENT"] = "invalidProsemirrorDocument";
17
18
  ACTION["SELECT_ALL_CAUGHT"] = "selectAllCaught";
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Czech
7
+ //Czech
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Zkopírováno!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopírovat',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Seřadit sloupec od Z do A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'vzestupně',
11
13
  'fabric.editor.headingLink.copied': 'Zkopírováno!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopírovat odkaz na nadpis',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopírovat',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Tabulku se sloučenou buňkou nelze seřadit',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopírování se nezdařilo',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Seřadit sloupec od A do Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'sestupně'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Danish
7
+ //Danish (Denmark)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopieret!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiér',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Sortér kolonnen fra Å til A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'stigende',
11
13
  'fabric.editor.headingLink.copied': 'Kopieret!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopiér link til overskrift',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopiér',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ En tabel med flettede celler kan ikke sorteres',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislykkedes',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Sortér kolonnen fra A til Å',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'faldende'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // German
7
+ //German (Germany)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopieren',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Spalte von Z nach A sortieren',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'aufsteigend',
11
13
  'fabric.editor.headingLink.copied': 'Kopiert!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Link in Überschrift kopieren',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopieren ist fehlgeschlagen'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopieren',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Tabellen mit verbundenen Zellen können nicht sortiert werden',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopieren ist fehlgeschlagen',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Spalte von A nach Z sortieren',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'absteigend'
14
20
  };
@@ -0,0 +1,20 @@
1
+ /**
2
+ * NOTE:
3
+ *
4
+ * This file is automatically generated by Traduki 2.0.
5
+ * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
+ */
7
+ //
8
+ export default {
9
+ 'fabric.editor.codeBlockCopyButton.copiedToClipboard': '⁣⁢Copied!⁡⁡؜؜⁠؜⁡‌⁡‍‍⁣⁤',
10
+ 'fabric.editor.codeBlockCopyButton.copyToClipboard': '⁣⁢Copy⁠‍؜‍⁠‍‌؜؜‍⁠⁡⁠⁠‍⁠⁣⁤',
11
+ 'fabric.editor.headingLink.ascOrderLabel': '⁣⁢Sort column Z to A؜‍‍‌‌⁠؜‍‍⁣⁤',
12
+ 'fabric.editor.headingLink.ascSortingLabel': '⁣⁢ascending⁡؜⁠⁠‍‍⁠‍⁡⁡⁡⁣⁤',
13
+ 'fabric.editor.headingLink.copied': '⁣⁢Copied!؜‍؜؜⁠‌؜⁣⁤',
14
+ 'fabric.editor.headingLink.copyAnchorLink': '⁣⁢Copy link to heading؜‍⁠؜⁡⁡⁠‍‍⁠‍⁡⁠‌⁡‍‍⁠⁣⁤',
15
+ 'fabric.editor.headingLink.copyAriaLabel': '⁣⁢Copy‍‍‍؜‍؜؜⁡‍⁡‍‍‍⁣⁤',
16
+ 'fabric.editor.headingLink.descOrderLabel': "⁣⁢⚠️ You can't sort a table with merged cell⁠⁠‍⁠⁡؜⁡⁣⁤",
17
+ 'fabric.editor.headingLink.failedToCopy': '⁣⁢Copy failed⁠⁠‌⁠‌‍‌⁣⁤',
18
+ 'fabric.editor.headingLink.noOrderLabel': '⁣⁢Sort column A to Z‌⁠؜؜⁡⁡‍‍‍‌⁠⁣⁤',
19
+ 'fabric.editor.headingLink.noneSortingLabel': '⁣⁢descending⁠؜⁠‌‍‌؜⁡؜⁣⁤'
20
+ };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Spanish
7
+ //Spanish (International)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '¡Copiado!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Ordenar columna de la Z a la A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
11
13
  'fabric.editor.headingLink.copied': '¡Copiado!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Copiar enlace en el título',
13
- 'fabric.editor.headingLink.failedToCopy': 'Copia fallida'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ No puedes ordenar una tabla con celdas combinadas',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Copia fallida',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Ordenar columna de la A a la Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'descendente'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Finnish
7
+ //Finnish
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopioitu!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopioi',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Lajittele sarake Z–A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'nousevassa järjestyksessä',
11
13
  'fabric.editor.headingLink.copied': 'Kopioitu!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopioi otsikkolinkki',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiointi epäonnistui'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopioi',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiointi epäonnistui',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Lajittele sarake A–Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'laskevassa järjestyksessä'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // French
7
+ //French (France)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copié !',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copier',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Trier la colonne de Z à A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'ordre croissant',
11
13
  'fabric.editor.headingLink.copied': 'Copié !',
12
14
  'fabric.editor.headingLink.copyAnchorLink': "Copier le lien vers l'en-tête",
13
- 'fabric.editor.headingLink.failedToCopy': 'Copie impossible'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Copier',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Impossible de trier un tableau comportant des cellules fusionnées',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Copie impossible',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Trier la colonne de A à Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'ordre décroissant'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Hungarian
7
+ //Hungarian
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Másolva!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Másolás',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Oszlop rendezése: Z → A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'növekvő',
11
13
  'fabric.editor.headingLink.copied': 'Másolva!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Fejléc linkjének másolása',
13
- 'fabric.editor.headingLink.failedToCopy': 'A másolás nem sikerült'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Másolás',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Az egyesített cellákat tartalmazó táblázatot nem tudod rendezni',
17
+ 'fabric.editor.headingLink.failedToCopy': 'A másolás nem sikerült',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Oszlop rendezése: A → Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'csökkenő'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Italian
7
+ //Italian (Italy)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiato.',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copia',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Ordina colonna da Z ad A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'crescente',
11
13
  'fabric.editor.headingLink.copied': 'Copiato.',
12
14
  'fabric.editor.headingLink.copyAnchorLink': "Copia link nell'intestazione",
13
- 'fabric.editor.headingLink.failedToCopy': 'Copia non riuscita'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Copia',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Non puoi ordinare una tabella con celle unite',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Copia non riuscita',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Ordina colonna da A a Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'decrescente'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Japanese
7
+ //Japanese
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'コピーしました',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'コピー',
11
+ 'fabric.editor.headingLink.ascOrderLabel': '列の並べ替え: Z から A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': '昇順',
11
13
  'fabric.editor.headingLink.copied': 'コピーしました',
12
14
  'fabric.editor.headingLink.copyAnchorLink': '見出しへのリンクをコピー',
13
- 'fabric.editor.headingLink.failedToCopy': 'コピーできませんでした。'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'コピー',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ 結合セルを含む表は並べ替えられません。',
17
+ 'fabric.editor.headingLink.failedToCopy': 'コピーできませんでした。',
18
+ 'fabric.editor.headingLink.noOrderLabel': '列の並べ替え: A から Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': '降順'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Korean
7
+ //Korean
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': '복사되었습니다!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': '복사',
11
+ 'fabric.editor.headingLink.ascOrderLabel': '내림차순으로 열 정렬',
12
+ 'fabric.editor.headingLink.ascSortingLabel': '오름차순',
11
13
  'fabric.editor.headingLink.copied': '복사되었습니다!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': '링크를 제목에 복사',
13
- 'fabric.editor.headingLink.failedToCopy': '복사 실패'
15
+ 'fabric.editor.headingLink.copyAriaLabel': '복사',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ 병합된 셀이 있는 표는 정렬할 수 없습니다',
17
+ 'fabric.editor.headingLink.failedToCopy': '복사 실패',
18
+ 'fabric.editor.headingLink.noOrderLabel': '오름차순으로 열 정렬',
19
+ 'fabric.editor.headingLink.noneSortingLabel': '내림차순'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Norwegian Bokmål
7
+ //Norwegian (Bokmål)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopiert!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopier',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Sorter kolonne Å til A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'stigende',
11
13
  'fabric.editor.headingLink.copied': 'Kopiert!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopier kobling til overskrift',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislyktes'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopier',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Du kan ikke sortere en tabell med en sammenslått celle',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiering mislyktes',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Sorter kolonne A til Å',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'synkende'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Dutch
7
+ //Dutch (Netherlands)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Gekopieerd!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiëren',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Rangschik kolom van Z tot A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'oplopend',
11
13
  'fabric.editor.headingLink.copied': 'Gekopieerd!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Link naar kop kopiëren',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiëren mislukt'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopiëren',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Je kunt een tabel met samengevoegde cellen niet rangschikken',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiëren mislukt',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Rangschik kolom van A tot Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'aflopend'
14
20
  };
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Polish
7
+ //Polish (Poland)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Skopiowano!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiuj',
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Portuguese (Brazil)
7
+ //Portuguese (Brazil)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Copiado!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Copiar',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Ordenar coluna de Z a A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'ascendente',
11
13
  'fabric.editor.headingLink.copied': 'Copiado!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Copiar link para cabeçalho',
13
- 'fabric.editor.headingLink.failedToCopy': 'Falha na cópia'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Copiar',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠ Você não pode ordenar uma tabela com células mescladas',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Falha na cópia',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Ordenar coluna de A a Z',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'descendente'
14
20
  };
@@ -1,14 +1,20 @@
1
1
  /**
2
2
  * NOTE:
3
3
  *
4
- * This file is automatically generated by i18n-tools.
4
+ * This file is automatically generated by Traduki 2.0.
5
5
  * DO NOT CHANGE IT BY HAND or your changes will be lost.
6
6
  */
7
- // Russian
7
+ //Russian
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопировано!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Скопировать',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Сортировать столбцы (Я–А)',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'по возрастанию',
11
13
  'fabric.editor.headingLink.copied': 'Скопировано!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Копировать ссылку в заголовок',
13
- 'fabric.editor.headingLink.failedToCopy': 'Ошибка копирования'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Скопировать',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Невозможно отсортировать таблицу с объединенной ячейкой',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Ошибка копирования',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Сортировать столбцы (А–Я)',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'по убыванию'
14
20
  };