@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
@@ -2,6 +2,8 @@
2
2
 
3
3
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
4
 
5
+ var _typeof = require("@babel/runtime/helpers/typeof");
6
+
5
7
  Object.defineProperty(exports, "__esModule", {
6
8
  value: true
7
9
  });
@@ -11,7 +13,9 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
11
13
 
12
14
  var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
13
15
 
14
- var _react = _interopRequireDefault(require("react"));
16
+ var _react = _interopRequireWildcard(require("react"));
17
+
18
+ var _react2 = require("@emotion/react");
15
19
 
16
20
  var _types = require("../types");
17
21
 
@@ -23,20 +27,26 @@ var _position = require("./position");
23
27
 
24
28
  var _dom = require("./dom");
25
29
 
26
- var _styledComponents = _interopRequireDefault(require("styled-components"));
27
-
28
30
  var _styles = require("@atlaskit/editor-common/styles");
29
31
 
30
32
  var _templateObject;
31
33
 
32
- var DraftAnnotation = _styledComponents.default.mark(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n color: inherit;\n background-color: unset;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n\n ", ";\n"])), _styles.AnnotationSharedCSSByState.focus);
34
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
35
+
36
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
37
+
38
+ var markStyles = function markStyles(props) {
39
+ return (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n color: inherit;\n background-color: unset;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n\n ", ";\n"])), (0, _styles.AnnotationSharedCSSByState)(props).focus);
40
+ };
33
41
 
34
42
  var AnnotationDraft = function AnnotationDraft(_ref) {
35
43
  var draftPosition = _ref.draftPosition,
36
44
  children = _ref.children;
37
- return /*#__PURE__*/_react.default.createElement(DraftAnnotation, (0, _extends2.default)({
45
+ return (0, _react2.jsx)("mark", (0, _extends2.default)({
38
46
  "data-renderer-mark": true
39
- }, (0, _dom.dataAttributes)(draftPosition)), children);
47
+ }, (0, _dom.dataAttributes)(draftPosition), {
48
+ css: markStyles
49
+ }), children);
40
50
  };
41
51
 
42
52
  exports.AnnotationDraft = AnnotationDraft;
@@ -66,13 +76,13 @@ var applyAnnotationOnText = function applyAnnotationOnText(_ref2) {
66
76
  var annotateIndex = getAnnotationIndex(shouldApplyAnnotationAt, texts.length);
67
77
  return texts.map(function (value, index) {
68
78
  if (annotateIndex === index) {
69
- return /*#__PURE__*/_react.default.createElement(AnnotationDraft, {
79
+ return (0, _react2.jsx)(AnnotationDraft, {
70
80
  key: index,
71
81
  draftPosition: draftPosition
72
82
  }, value);
73
83
  }
74
84
 
75
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, {
85
+ return (0, _react2.jsx)(_react.default.Fragment, {
76
86
  key: index
77
87
  }, value);
78
88
  });
@@ -103,11 +113,11 @@ var TextWithAnnotationDraft = function TextWithAnnotationDraft(_ref3) {
103
113
  }, [nextDraftPosition, textPosition]);
104
114
 
105
115
  if (shouldApplyAnnotationAt === false || !nextDraftPosition) {
106
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, children);
116
+ return (0, _react2.jsx)(_react.Fragment, null, children);
107
117
  }
108
118
 
109
119
  if (shouldApplyAnnotationAt === _types.InsertDraftPosition.AROUND_TEXT) {
110
- return /*#__PURE__*/_react.default.createElement(AnnotationDraft, {
120
+ return (0, _react2.jsx)(AnnotationDraft, {
111
121
  key: 0,
112
122
  draftPosition: nextDraftPosition
113
123
  }, children);
@@ -117,7 +127,7 @@ var TextWithAnnotationDraft = function TextWithAnnotationDraft(_ref3) {
117
127
  var texts = (0, _text.splitText)(children, offsets);
118
128
 
119
129
  if (!texts) {
120
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, children);
130
+ return (0, _react2.jsx)(_react.Fragment, null, children);
121
131
  }
122
132
 
123
133
  var components = applyAnnotationOnText({
@@ -125,7 +135,7 @@ var TextWithAnnotationDraft = function TextWithAnnotationDraft(_ref3) {
125
135
  shouldApplyAnnotationAt: shouldApplyAnnotationAt,
126
136
  draftPosition: nextDraftPosition
127
137
  });
128
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, components);
138
+ return (0, _react2.jsx)(_react.Fragment, null, components);
129
139
  };
130
140
 
131
141
  exports.TextWithAnnotationDraft = TextWithAnnotationDraft;
@@ -19,12 +19,12 @@ var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/hel
19
19
 
20
20
  var _react = _interopRequireWildcard(require("react"));
21
21
 
22
+ var _react2 = require("@emotion/react");
23
+
22
24
  var _styles = require("@atlaskit/editor-common/styles");
23
25
 
24
26
  var _adfSchema = require("@atlaskit/adf-schema");
25
27
 
26
- var _styledComponents = _interopRequireDefault(require("styled-components"));
27
-
28
28
  var _templateObject;
29
29
 
30
30
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
@@ -35,7 +35,9 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
35
35
 
36
36
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
37
37
 
38
- var MarkStyled = _styledComponents.default.mark(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n color: inherit;\n background-color: unset;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n\n &[data-mark-annotation-state='", "'] {\n ", ";\n\n &:focus,\n &[data-has-focus='true'] {\n ", ";\n }\n }\n"])), _adfSchema.AnnotationMarkStates.ACTIVE, _styles.AnnotationSharedCSSByState.blur, _styles.AnnotationSharedCSSByState.focus);
38
+ var markStyles = function markStyles(props) {
39
+ return (0, _react2.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n color: inherit;\n background-color: unset;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n\n &[data-mark-annotation-state='", "'] {\n ", ";\n\n &:focus,\n &[data-has-focus='true'] {\n ", ";\n }\n }\n"])), _adfSchema.AnnotationMarkStates.ACTIVE, (0, _styles.AnnotationSharedCSSByState)(props).blur, (0, _styles.AnnotationSharedCSSByState)(props).focus);
40
+ };
39
41
 
40
42
  var MarkComponent = function MarkComponent(_ref) {
41
43
  var annotationParentIds = _ref.annotationParentIds,
@@ -70,10 +72,12 @@ var MarkComponent = function MarkComponent(_ref) {
70
72
  } : {
71
73
  'aria-details': annotationIds.join(', ')
72
74
  };
73
- return /*#__PURE__*/_react.default.createElement(MarkStyled, (0, _extends2.default)({
75
+ return (0, _react2.jsx)("mark", (0, _extends2.default)({
74
76
  id: id,
75
77
  onClick: onMarkClick
76
- }, accessibility, overriddenData), children);
78
+ }, accessibility, overriddenData, {
79
+ css: markStyles
80
+ }), children);
77
81
  };
78
82
 
79
83
  exports.MarkComponent = MarkComponent;
@@ -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 let 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
  };
@@ -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
- // Swedish
7
+ //Swedish
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopierad!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopiera',
11
+ 'fabric.editor.headingLink.ascOrderLabel': 'Sortera kolumn Ö till A',
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'stigande',
11
13
  'fabric.editor.headingLink.copied': 'Kopierad!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Kopiera länk till rubrik',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopiering misslyckades'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopiera',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Du kan inte sortera en tabell med sammanslagna celler',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopiering misslyckades',
18
+ 'fabric.editor.headingLink.noOrderLabel': 'Sortera kolumn A till Ö',
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'fallande'
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
- // Thai
7
+ //Thai (Thailand)
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
- // Turkish
7
+ //Turkish (Turkey)
8
8
  export default {
9
9
  'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopyalandı!',
10
10
  'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Kopyala',
11
+ 'fabric.editor.headingLink.ascOrderLabel': "Sütunu Z'den A'ya sırala",
12
+ 'fabric.editor.headingLink.ascSortingLabel': 'artan',
11
13
  'fabric.editor.headingLink.copied': 'Kopyalandı!',
12
14
  'fabric.editor.headingLink.copyAnchorLink': 'Başlık bağlantısını kopyala',
13
- 'fabric.editor.headingLink.failedToCopy': 'Kopyalama işlemi başarısız oldu'
15
+ 'fabric.editor.headingLink.copyAriaLabel': 'Kopyala',
16
+ 'fabric.editor.headingLink.descOrderLabel': '⚠️ Birleştirilmiş hücre içeren bir tabloyu sıralayamazsınız',
17
+ 'fabric.editor.headingLink.failedToCopy': 'Kopyalama işlemi başarısız oldu',
18
+ 'fabric.editor.headingLink.noOrderLabel': "Sütunu A'dan Z'ye sırala",
19
+ 'fabric.editor.headingLink.noneSortingLabel': 'azalan'
14
20
  };