@atlaskit/editor-common 109.5.0 → 109.7.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.
- package/CHANGELOG.md +34 -0
- package/dist/cjs/ai-messages/ai-config-items.js +5 -0
- package/dist/cjs/analytics/types/enums.js +6 -0
- package/dist/cjs/element-browser/components/ViewMore.js +1 -1
- package/dist/cjs/i18n/cs.js +0 -1
- package/dist/cjs/i18n/da.js +0 -1
- package/dist/cjs/i18n/de.js +0 -1
- package/dist/cjs/i18n/en.js +5 -1
- package/dist/cjs/i18n/en_GB.js +5 -1
- package/dist/cjs/i18n/en_ZZ.js +5 -1
- package/dist/cjs/i18n/es.js +0 -1
- package/dist/cjs/i18n/fi.js +0 -1
- package/dist/cjs/i18n/fr.js +0 -1
- package/dist/cjs/i18n/hr.js +0 -1
- package/dist/cjs/i18n/hu.js +0 -1
- package/dist/cjs/i18n/it.js +0 -1
- package/dist/cjs/i18n/ja.js +0 -1
- package/dist/cjs/i18n/ko.js +0 -1
- package/dist/cjs/i18n/nb.js +0 -1
- package/dist/cjs/i18n/nl.js +0 -1
- package/dist/cjs/i18n/pl.js +0 -1
- package/dist/cjs/i18n/pt_BR.js +0 -1
- package/dist/cjs/i18n/ru.js +0 -1
- package/dist/cjs/i18n/sl.js +0 -1
- package/dist/cjs/i18n/sr_RS.js +0 -1
- package/dist/cjs/i18n/sr_YR.js +0 -1
- package/dist/cjs/i18n/sv.js +0 -1
- package/dist/cjs/i18n/th.js +0 -1
- package/dist/cjs/i18n/tr.js +0 -1
- package/dist/cjs/i18n/uk.js +0 -1
- package/dist/cjs/i18n/vi.js +0 -1
- package/dist/cjs/i18n/zh.js +0 -1
- package/dist/cjs/i18n/zh_TW.js +6 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/safe-plugin/index.js +3 -0
- package/dist/cjs/styles/shared/table.js +2 -1
- package/dist/cjs/toolbar/EditorToolbarUIProvider.js +7 -3
- package/dist/cjs/transforms/list-transforms.js +24 -9
- package/dist/cjs/transforms/list-utils.js +14 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/Shortcut/index.js +1 -1
- package/dist/cjs/ui/Toolbar/ButtonGroup.js +1 -1
- package/dist/cjs/ui/Toolbar/DropdownTriggerWrapper.js +1 -1
- package/dist/cjs/ui/Toolbar/DropdownWrapper.compiled.css +1 -2
- package/dist/cjs/ui/Toolbar/DropdownWrapper.js +1 -1
- package/dist/cjs/ui/Toolbar/ExpandIcon.js +1 -1
- package/dist/cjs/ui/Toolbar/Separator.js +1 -1
- package/dist/es2019/ai-messages/ai-config-items.js +5 -0
- package/dist/es2019/analytics/types/enums.js +6 -0
- package/dist/es2019/element-browser/components/ViewMore.js +1 -1
- package/dist/es2019/i18n/cs.js +0 -1
- package/dist/es2019/i18n/da.js +0 -1
- package/dist/es2019/i18n/de.js +0 -1
- package/dist/es2019/i18n/en.js +5 -1
- package/dist/es2019/i18n/en_GB.js +5 -1
- package/dist/es2019/i18n/en_ZZ.js +5 -1
- package/dist/es2019/i18n/es.js +0 -1
- package/dist/es2019/i18n/fi.js +0 -1
- package/dist/es2019/i18n/fr.js +0 -1
- package/dist/es2019/i18n/hr.js +0 -1
- package/dist/es2019/i18n/hu.js +0 -1
- package/dist/es2019/i18n/it.js +0 -1
- package/dist/es2019/i18n/ja.js +0 -1
- package/dist/es2019/i18n/ko.js +0 -1
- package/dist/es2019/i18n/nb.js +0 -1
- package/dist/es2019/i18n/nl.js +0 -1
- package/dist/es2019/i18n/pl.js +0 -1
- package/dist/es2019/i18n/pt_BR.js +0 -1
- package/dist/es2019/i18n/ru.js +0 -1
- package/dist/es2019/i18n/sl.js +0 -1
- package/dist/es2019/i18n/sr_RS.js +0 -1
- package/dist/es2019/i18n/sr_YR.js +0 -1
- package/dist/es2019/i18n/sv.js +0 -1
- package/dist/es2019/i18n/th.js +0 -1
- package/dist/es2019/i18n/tr.js +0 -1
- package/dist/es2019/i18n/uk.js +0 -1
- package/dist/es2019/i18n/vi.js +0 -1
- package/dist/es2019/i18n/zh.js +0 -1
- package/dist/es2019/i18n/zh_TW.js +6 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/safe-plugin/index.js +3 -0
- package/dist/es2019/styles/shared/table.js +4 -3
- package/dist/es2019/toolbar/EditorToolbarUIProvider.js +7 -3
- package/dist/es2019/transforms/list-transforms.js +21 -6
- package/dist/es2019/transforms/list-utils.js +13 -2
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/Shortcut/index.js +1 -1
- package/dist/es2019/ui/Toolbar/ButtonGroup.js +1 -1
- package/dist/es2019/ui/Toolbar/DropdownTriggerWrapper.js +1 -1
- package/dist/es2019/ui/Toolbar/DropdownWrapper.compiled.css +1 -2
- package/dist/es2019/ui/Toolbar/DropdownWrapper.js +1 -1
- package/dist/es2019/ui/Toolbar/ExpandIcon.js +1 -1
- package/dist/es2019/ui/Toolbar/Separator.js +1 -1
- package/dist/esm/ai-messages/ai-config-items.js +5 -0
- package/dist/esm/analytics/types/enums.js +6 -0
- package/dist/esm/element-browser/components/ViewMore.js +1 -1
- package/dist/esm/i18n/cs.js +0 -1
- package/dist/esm/i18n/da.js +0 -1
- package/dist/esm/i18n/de.js +0 -1
- package/dist/esm/i18n/en.js +5 -1
- package/dist/esm/i18n/en_GB.js +5 -1
- package/dist/esm/i18n/en_ZZ.js +5 -1
- package/dist/esm/i18n/es.js +0 -1
- package/dist/esm/i18n/fi.js +0 -1
- package/dist/esm/i18n/fr.js +0 -1
- package/dist/esm/i18n/hr.js +0 -1
- package/dist/esm/i18n/hu.js +0 -1
- package/dist/esm/i18n/it.js +0 -1
- package/dist/esm/i18n/ja.js +0 -1
- package/dist/esm/i18n/ko.js +0 -1
- package/dist/esm/i18n/nb.js +0 -1
- package/dist/esm/i18n/nl.js +0 -1
- package/dist/esm/i18n/pl.js +0 -1
- package/dist/esm/i18n/pt_BR.js +0 -1
- package/dist/esm/i18n/ru.js +0 -1
- package/dist/esm/i18n/sl.js +0 -1
- package/dist/esm/i18n/sr_RS.js +0 -1
- package/dist/esm/i18n/sr_YR.js +0 -1
- package/dist/esm/i18n/sv.js +0 -1
- package/dist/esm/i18n/th.js +0 -1
- package/dist/esm/i18n/tr.js +0 -1
- package/dist/esm/i18n/uk.js +0 -1
- package/dist/esm/i18n/vi.js +0 -1
- package/dist/esm/i18n/zh.js +0 -1
- package/dist/esm/i18n/zh_TW.js +6 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/safe-plugin/index.js +3 -0
- package/dist/esm/styles/shared/table.js +2 -1
- package/dist/esm/toolbar/EditorToolbarUIProvider.js +7 -3
- package/dist/esm/transforms/list-transforms.js +24 -9
- package/dist/esm/transforms/list-utils.js +14 -2
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/Shortcut/index.js +1 -1
- package/dist/esm/ui/Toolbar/ButtonGroup.js +1 -1
- package/dist/esm/ui/Toolbar/DropdownTriggerWrapper.js +1 -1
- package/dist/esm/ui/Toolbar/DropdownWrapper.compiled.css +1 -2
- package/dist/esm/ui/Toolbar/DropdownWrapper.js +1 -1
- package/dist/esm/ui/Toolbar/ExpandIcon.js +1 -1
- package/dist/esm/ui/Toolbar/Separator.js +1 -1
- package/dist/types/ai-messages/ai-config-items.d.ts +5 -0
- package/dist/types/analytics/types/enums.d.ts +7 -1
- package/dist/types/analytics/types/general-events.d.ts +11 -1
- package/dist/types/analytics/types/view-events.d.ts +4 -1
- package/dist/types/i18n/cs.d.ts +0 -1
- package/dist/types/i18n/da.d.ts +0 -1
- package/dist/types/i18n/de.d.ts +0 -1
- package/dist/types/i18n/en.d.ts +5 -1
- package/dist/types/i18n/en_GB.d.ts +5 -1
- package/dist/types/i18n/en_ZZ.d.ts +5 -1
- package/dist/types/i18n/es.d.ts +0 -1
- package/dist/types/i18n/fi.d.ts +0 -1
- package/dist/types/i18n/fr.d.ts +0 -1
- package/dist/types/i18n/hr.d.ts +0 -1
- package/dist/types/i18n/hu.d.ts +0 -1
- package/dist/types/i18n/it.d.ts +0 -1
- package/dist/types/i18n/ja.d.ts +0 -1
- package/dist/types/i18n/ko.d.ts +0 -1
- package/dist/types/i18n/nb.d.ts +0 -1
- package/dist/types/i18n/nl.d.ts +0 -1
- package/dist/types/i18n/pl.d.ts +0 -1
- package/dist/types/i18n/pt_BR.d.ts +0 -1
- package/dist/types/i18n/ru.d.ts +0 -1
- package/dist/types/i18n/sl.d.ts +0 -1
- package/dist/types/i18n/sr_RS.d.ts +0 -1
- package/dist/types/i18n/sr_YR.d.ts +0 -1
- package/dist/types/i18n/sv.d.ts +0 -1
- package/dist/types/i18n/th.d.ts +0 -1
- package/dist/types/i18n/tr.d.ts +0 -1
- package/dist/types/i18n/uk.d.ts +0 -1
- package/dist/types/i18n/vi.d.ts +0 -1
- package/dist/types/i18n/zh.d.ts +0 -1
- package/dist/types/i18n/zh_TW.d.ts +5 -1
- package/dist/types/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types/toolbar/EditorToolbarUIProvider.d.ts +2 -2
- package/dist/types/transforms/list-transforms.d.ts +1 -1
- package/dist/types-ts4.5/ai-messages/ai-config-items.d.ts +5 -0
- package/dist/types-ts4.5/analytics/types/enums.d.ts +7 -1
- package/dist/types-ts4.5/analytics/types/general-events.d.ts +11 -1
- package/dist/types-ts4.5/analytics/types/view-events.d.ts +4 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -1
- package/dist/types-ts4.5/i18n/da.d.ts +0 -1
- package/dist/types-ts4.5/i18n/de.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en.d.ts +5 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +5 -1
- package/dist/types-ts4.5/i18n/es.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/hr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -1
- package/dist/types-ts4.5/i18n/it.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -1
- package/dist/types-ts4.5/i18n/th.d.ts +0 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -1
- package/dist/types-ts4.5/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types-ts4.5/toolbar/EditorToolbarUIProvider.d.ts +2 -2
- package/dist/types-ts4.5/transforms/list-transforms.d.ts +1 -1
- package/package.json +4 -101
|
@@ -12,7 +12,16 @@ var _utils = require("@atlaskit/editor-prosemirror/utils");
|
|
|
12
12
|
var _listUtils = require("./list-utils");
|
|
13
13
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
14
14
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
15
|
-
var
|
|
15
|
+
var getContentSupportChecker = function getContentSupportChecker(targetNodeType) {
|
|
16
|
+
return function (node) {
|
|
17
|
+
try {
|
|
18
|
+
return targetNodeType.validContent(_model.Fragment.from(node));
|
|
19
|
+
} catch (_unused) {
|
|
20
|
+
return false;
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
var _transformListRecursively = exports.transformListRecursively = function transformListRecursively(props, onhandleUnsupportedContent) {
|
|
16
25
|
var transformedItems = [];
|
|
17
26
|
var listNode = props.listNode,
|
|
18
27
|
isSourceBulletOrOrdered = props.isSourceBulletOrOrdered,
|
|
@@ -37,7 +46,9 @@ var _transformListRecursively = exports.transformListRecursively = function tran
|
|
|
37
46
|
if (supportedListTypes.has(grandChild.type) && grandChild.type !== taskList) {
|
|
38
47
|
nestedTaskLists.push(_transformListRecursively(_objectSpread(_objectSpread({}, props), {}, {
|
|
39
48
|
listNode: grandChild
|
|
40
|
-
})));
|
|
49
|
+
}), onhandleUnsupportedContent));
|
|
50
|
+
} else if (!getContentSupportChecker(taskItem)(grandChild) && !grandChild.isTextblock) {
|
|
51
|
+
onhandleUnsupportedContent === null || onhandleUnsupportedContent === void 0 || onhandleUnsupportedContent(grandChild);
|
|
41
52
|
} else {
|
|
42
53
|
inlineContent.push.apply(inlineContent, (0, _toConsumableArray2.default)((0, _listUtils.convertBlockToInlineContent)(grandChild, schema)));
|
|
43
54
|
}
|
|
@@ -54,7 +65,7 @@ var _transformListRecursively = exports.transformListRecursively = function tran
|
|
|
54
65
|
} else if (child.type === taskList) {
|
|
55
66
|
var transformedNestedList = _transformListRecursively(_objectSpread(_objectSpread({}, props), {}, {
|
|
56
67
|
listNode: child
|
|
57
|
-
}));
|
|
68
|
+
}), onhandleUnsupportedContent);
|
|
58
69
|
var lastItem = transformedItems[transformedItems.length - 1];
|
|
59
70
|
if ((lastItem === null || lastItem === void 0 ? void 0 : lastItem.type) === listItem) {
|
|
60
71
|
// Attach nested list to previous item
|
|
@@ -72,7 +83,7 @@ var _transformListRecursively = exports.transformListRecursively = function tran
|
|
|
72
83
|
if (supportedListTypes.has(grandChild.type) && grandChild.type !== targetNodeType) {
|
|
73
84
|
var convertedNode = _transformListRecursively(_objectSpread(_objectSpread({}, props), {}, {
|
|
74
85
|
listNode: grandChild
|
|
75
|
-
}));
|
|
86
|
+
}), onhandleUnsupportedContent);
|
|
76
87
|
convertedNestedLists.push(convertedNode);
|
|
77
88
|
} else {
|
|
78
89
|
convertedNestedLists.push(grandChild);
|
|
@@ -94,6 +105,10 @@ var transformListStructure = exports.transformListStructure = function transform
|
|
|
94
105
|
sourcePos = context.sourcePos,
|
|
95
106
|
targetNodeType = context.targetNodeType;
|
|
96
107
|
var nodes = tr.doc.type.schema.nodes;
|
|
108
|
+
var unsupportedContent = [];
|
|
109
|
+
var onhandleUnsupportedContent = function onhandleUnsupportedContent(content) {
|
|
110
|
+
unsupportedContent.push(content);
|
|
111
|
+
};
|
|
97
112
|
try {
|
|
98
113
|
var listNode = {
|
|
99
114
|
node: sourceNode,
|
|
@@ -117,10 +132,10 @@ var transformListStructure = exports.transformListStructure = function transform
|
|
|
117
132
|
schema: tr.doc.type.schema,
|
|
118
133
|
supportedListTypes: supportedListTypes,
|
|
119
134
|
targetNodeType: targetNodeType
|
|
120
|
-
});
|
|
121
|
-
tr.replaceWith(listPos, listPos + sourceList.nodeSize, newList);
|
|
135
|
+
}, onhandleUnsupportedContent);
|
|
136
|
+
tr.replaceWith(listPos, listPos + sourceList.nodeSize, [newList].concat(unsupportedContent));
|
|
122
137
|
return tr;
|
|
123
|
-
} catch (
|
|
138
|
+
} catch (_unused2) {
|
|
124
139
|
return tr;
|
|
125
140
|
}
|
|
126
141
|
};
|
|
@@ -169,7 +184,7 @@ var transformBetweenListTypes = exports.transformBetweenListTypes = function tra
|
|
|
169
184
|
} else {
|
|
170
185
|
return transformListStructure(context);
|
|
171
186
|
}
|
|
172
|
-
} catch (
|
|
187
|
+
} catch (_unused3) {
|
|
173
188
|
return null;
|
|
174
189
|
}
|
|
175
190
|
};
|
|
@@ -206,7 +221,7 @@ var transformToTaskList = exports.transformToTaskList = function transformToTask
|
|
|
206
221
|
// Replace the range with the new list
|
|
207
222
|
tr.replaceWith(range.start, range.end, newList);
|
|
208
223
|
return tr;
|
|
209
|
-
} catch (
|
|
224
|
+
} catch (_unused4) {
|
|
210
225
|
return null;
|
|
211
226
|
}
|
|
212
227
|
};
|
|
@@ -24,13 +24,25 @@ var getSupportedListTypesSet = exports.getSupportedListTypesSet = function getSu
|
|
|
24
24
|
* Convert a block node to inline content suitable for task items
|
|
25
25
|
*/
|
|
26
26
|
var convertBlockToInlineContent = exports.convertBlockToInlineContent = function convertBlockToInlineContent(node, schema) {
|
|
27
|
-
var
|
|
27
|
+
var _schema$nodes = schema.nodes,
|
|
28
|
+
paragraph = _schema$nodes.paragraph,
|
|
29
|
+
hardBreak = _schema$nodes.hardBreak;
|
|
28
30
|
if (node.type === paragraph) {
|
|
29
31
|
return (0, _toConsumableArray2.default)(node.content.content);
|
|
30
32
|
}
|
|
31
33
|
if (node.isBlock) {
|
|
32
34
|
var textContent = node.textContent;
|
|
33
|
-
|
|
35
|
+
var lines = textContent.split('\n');
|
|
36
|
+
var newText = [];
|
|
37
|
+
lines.forEach(function (line, index) {
|
|
38
|
+
if (line !== '') {
|
|
39
|
+
newText.push(line ? schema.text(line) : schema.text(' '));
|
|
40
|
+
}
|
|
41
|
+
if (lines.length > 1 && index !== lines.length - 1) {
|
|
42
|
+
newText.push(hardBreak.create());
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
return newText;
|
|
34
46
|
}
|
|
35
47
|
return [node];
|
|
36
48
|
};
|
|
@@ -24,7 +24,7 @@ function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.
|
|
|
24
24
|
* @jsx jsx
|
|
25
25
|
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "109.
|
|
27
|
+
var packageVersion = "109.6.0";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var fadeIn = (0, _react2.keyframes)({
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
._1fvdglyw button:not([disabled]):after{border:none}._18u0idpf{margin-left:0}
|
|
3
3
|
._1e0c1txw{display:flex}
|
|
4
4
|
._1ul91wug{min-width:auto}
|
|
5
|
-
._1xdi1txw >span{display:flex}
|
|
6
5
|
._1ylx1txw >div>div{display:flex}
|
|
7
6
|
._4cvr1h6o{align-items:center}
|
|
8
|
-
._p7r11txw >div{display:flex}
|
|
7
|
+
._p7r11txw >div, ._1xdi1txw >span{display:flex}
|
|
@@ -308,6 +308,11 @@ export const aiConfigItemMessages = defineMessages({
|
|
|
308
308
|
defaultMessage: 'Write with AI or select from below',
|
|
309
309
|
description: 'Placeholder text in the prompt input guiding user interaction.'
|
|
310
310
|
},
|
|
311
|
+
freeGenerateRovoPromptHint: {
|
|
312
|
+
id: 'fabric.editor.ai.config.item.generateContent.rovoPromptHint',
|
|
313
|
+
defaultMessage: 'Write with Rovo or select from below',
|
|
314
|
+
description: 'Placeholder text in the prompt input guiding user interaction.'
|
|
315
|
+
},
|
|
311
316
|
// Free generate disabled messages
|
|
312
317
|
freeGenerateDisabledPromptHint: {
|
|
313
318
|
id: 'fabric.editor.ai.config.item.freeGenerate.disabled.promptHint',
|
|
@@ -324,6 +324,8 @@ export let ACTION_SUBJECT = /*#__PURE__*/function (ACTION_SUBJECT) {
|
|
|
324
324
|
ACTION_SUBJECT["USER_PREFERENCES"] = "userPreferences";
|
|
325
325
|
ACTION_SUBJECT["ALIGNMENT"] = "alignment";
|
|
326
326
|
ACTION_SUBJECT["OFFLINE_EDITING"] = "offlineEditing";
|
|
327
|
+
ACTION_SUBJECT["TOOLBAR_DROPDOWN_MENU"] = "toolbarDropdownMenu";
|
|
328
|
+
ACTION_SUBJECT["TOOLBAR_DROPDOWN_MENU_ITEM"] = "toolbarDropdownMenuItem";
|
|
327
329
|
return ACTION_SUBJECT;
|
|
328
330
|
}({});
|
|
329
331
|
export let ACTION_SUBJECT_ID = /*#__PURE__*/function (ACTION_SUBJECT_ID) {
|
|
@@ -338,6 +340,9 @@ export let ACTION_SUBJECT_ID = /*#__PURE__*/function (ACTION_SUBJECT_ID) {
|
|
|
338
340
|
ACTION_SUBJECT_ID["AI_PROACTIVE_FEEDBACK_DIALOG"] = "aiProactiveFeedbackDialog";
|
|
339
341
|
ACTION_SUBJECT_ID["AI_ASK_ROVO_BUTTON"] = "aiAskRovoButton";
|
|
340
342
|
ACTION_SUBJECT_ID["AI_HERO_PROMPT_BUTTON"] = "aiHeroPromptButton";
|
|
343
|
+
ACTION_SUBJECT_ID["AI_MORE_ROVO_OPTIONS"] = "aiMoreRovoOptions";
|
|
344
|
+
ACTION_SUBJECT_ID["AI_TRANSLATE"] = "aiTranslate";
|
|
345
|
+
ACTION_SUBJECT_ID["AI_CHANGE_TONE"] = "aiChangeTone";
|
|
341
346
|
ACTION_SUBJECT_ID["ALL"] = "all";
|
|
342
347
|
ACTION_SUBJECT_ID["ALT_TEXT"] = "altText";
|
|
343
348
|
ACTION_SUBJECT_ID["ANNOTATE_BUTTON"] = "annotateButton";
|
|
@@ -483,6 +488,7 @@ export let ACTION_SUBJECT_ID = /*#__PURE__*/function (ACTION_SUBJECT_ID) {
|
|
|
483
488
|
ACTION_SUBJECT_ID["MULTI_BODIED_EXTENSION"] = "multiBodiedExtension";
|
|
484
489
|
ACTION_SUBJECT_ID["UPLOAD_MEDIA"] = "uploadMedia";
|
|
485
490
|
ACTION_SUBJECT_ID["SELECTION_TOOLBAR_PREFERENCES"] = "selectionToolbarPreferences";
|
|
491
|
+
ACTION_SUBJECT_ID["SELECTION_TOOLBAR"] = "selectionToolbar";
|
|
486
492
|
ACTION_SUBJECT_ID["EDITOR_PLUGIN_SELECTION_EXTENSION_DROPDOWN"] = "editorPluginSelectionExtensionDropdown";
|
|
487
493
|
ACTION_SUBJECT_ID["EDITOR_PLUGIN_SELECTION_EXTENSION_ITEM"] = "editorPluginSelectionExtensionItem";
|
|
488
494
|
ACTION_SUBJECT_ID["EDITOR_PLUGIN_SELECTION_EXTENSION_COMPONENT"] = "editorPluginSelectionExtensionComponent";
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': 'Panel nástrojů poznámek',
|
|
269
269
|
'fabric.editor.backLink': 'Zpět',
|
|
270
270
|
'fabric.editor.backgroundColor': 'Barva pozadí',
|
|
271
|
-
'fabric.editor.block.menu.code.block': 'Rozvržení',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': 'Kopírovat blok',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': 'Kopírovat odkaz',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': 'Odstranit',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -267,7 +267,6 @@ export default {
|
|
|
267
267
|
'fabric.editor.annotationToolbar': 'Værktøjslinje til annotationer',
|
|
268
268
|
'fabric.editor.backLink': 'Gå tilbage',
|
|
269
269
|
'fabric.editor.backgroundColor': 'Baggrundsfarve',
|
|
270
|
-
'fabric.editor.block.menu.code.block': 'Layout',
|
|
271
270
|
'fabric.editor.block.menu.copy.block': 'Kopiér blok',
|
|
272
271
|
'fabric.editor.block.menu.copy.link': 'Kopiér link',
|
|
273
272
|
'fabric.editor.block.menu.delete.block': 'Slet',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -267,7 +267,6 @@ export default {
|
|
|
267
267
|
'fabric.editor.annotationToolbar': 'Symbolleiste für Anmerkungen',
|
|
268
268
|
'fabric.editor.backLink': 'Zurück',
|
|
269
269
|
'fabric.editor.backgroundColor': 'Hintergrundfarbe',
|
|
270
|
-
'fabric.editor.block.menu.code.block': 'Layout',
|
|
271
270
|
'fabric.editor.block.menu.copy.block': 'Block kopieren',
|
|
272
271
|
'fabric.editor.block.menu.copy.link': 'Link kopieren',
|
|
273
272
|
'fabric.editor.block.menu.delete.block': 'Löschen',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -197,6 +197,7 @@ export default {
|
|
|
197
197
|
'fabric.editor.ai.experience-application.rateLimitEnforced': 'We’ve received too many recent requests for Atlassian Intelligence (AI). Try again in a few minutes or read about <link>excessive use of AI</link>.',
|
|
198
198
|
'fabric.editor.ai.experience-application.tokenLimitExceeded': "We couldn't get a response. Your prompt or response was over the limit for this request. Close the dialog and try again.",
|
|
199
199
|
'fabric.editor.ai.experience-application.unhandledErrorMessage': "We're having trouble. Close the dialog and try again.",
|
|
200
|
+
'fabric.editor.ai.experience.adfStreamingError': "Our apologies, we couldn't get a response.",
|
|
200
201
|
'fabric.editor.ai.experience.apiError': 'We couldn’t get a response, please try again.',
|
|
201
202
|
'fabric.editor.ai.experience.aupViolationMessage': 'Your prompt or content might not comply with our Acceptable Use Policy. Please review both and refer to our <link>Acceptable Use Policy</link> if needed. If the problem persists, consider trying a different prompt or content.',
|
|
202
203
|
'fabric.editor.ai.experience.browseMore.agents': 'Browse Agents',
|
|
@@ -311,6 +312,7 @@ export default {
|
|
|
311
312
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
312
313
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
313
314
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
315
|
+
'fabric.editor.ai.toolbar.DefineDropdownIconTitle.title': 'Define',
|
|
314
316
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
315
317
|
'fabric.editor.ai.toolbar.askRovo.title': 'Ask Rovo',
|
|
316
318
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Ask Rovo {key}+'",
|
|
@@ -348,10 +350,11 @@ export default {
|
|
|
348
350
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
349
351
|
'fabric.editor.backLink': 'Go back',
|
|
350
352
|
'fabric.editor.backgroundColor': 'Background color',
|
|
351
|
-
'fabric.editor.block.menu.
|
|
353
|
+
'fabric.editor.block.menu.codeblock': 'Code block',
|
|
352
354
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
353
355
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
354
356
|
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
357
|
+
'fabric.editor.block.menu.layout': 'Layout',
|
|
355
358
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
356
359
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
357
360
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
@@ -594,6 +597,7 @@ export default {
|
|
|
594
597
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
595
598
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
596
599
|
'fabric.editor.highlight': 'Highlight color',
|
|
600
|
+
'fabric.editor.highlight.removeColor': 'Remove color',
|
|
597
601
|
'fabric.editor.highlightColor': 'Toggle highlight color palette',
|
|
598
602
|
'fabric.editor.highlightFloatingToolbar': 'Highlight',
|
|
599
603
|
'fabric.editor.horizontalRule': 'Divider',
|
|
@@ -197,6 +197,7 @@ export default {
|
|
|
197
197
|
'fabric.editor.ai.experience-application.rateLimitEnforced': 'We’ve received too many recent requests for Atlassian Intelligence (AI). Try again in a few minutes or read about <link>excessive use of AI</link>.',
|
|
198
198
|
'fabric.editor.ai.experience-application.tokenLimitExceeded': "We couldn't get a response. Your prompt or response was over the limit for this request. Close the dialog and try again.",
|
|
199
199
|
'fabric.editor.ai.experience-application.unhandledErrorMessage': "We're having trouble. Close the dialog and try again.",
|
|
200
|
+
'fabric.editor.ai.experience.adfStreamingError': "Our apologies, we couldn't get a response.",
|
|
200
201
|
'fabric.editor.ai.experience.apiError': 'We couldn’t get a response, please try again.',
|
|
201
202
|
'fabric.editor.ai.experience.aupViolationMessage': 'Your prompt or content might not comply with our Acceptable Use Policy. Please review both and refer to our <link>Acceptable Use Policy</link> if needed. If the problem persists, consider trying a different prompt or content.',
|
|
202
203
|
'fabric.editor.ai.experience.browseMore.agents': 'Browse Agents',
|
|
@@ -311,6 +312,7 @@ export default {
|
|
|
311
312
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
312
313
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
313
314
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
315
|
+
'fabric.editor.ai.toolbar.DefineDropdownIconTitle.title': 'Define',
|
|
314
316
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
315
317
|
'fabric.editor.ai.toolbar.askRovo.title': 'Ask Rovo',
|
|
316
318
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Ask Rovo {key}+'",
|
|
@@ -348,10 +350,11 @@ export default {
|
|
|
348
350
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
349
351
|
'fabric.editor.backLink': 'Go back',
|
|
350
352
|
'fabric.editor.backgroundColor': 'Background colour',
|
|
351
|
-
'fabric.editor.block.menu.
|
|
353
|
+
'fabric.editor.block.menu.codeblock': 'Code block',
|
|
352
354
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
353
355
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
354
356
|
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
357
|
+
'fabric.editor.block.menu.layout': 'Layout',
|
|
355
358
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
356
359
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
357
360
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
@@ -594,6 +597,7 @@ export default {
|
|
|
594
597
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
595
598
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
596
599
|
'fabric.editor.highlight': 'Highlight colour',
|
|
600
|
+
'fabric.editor.highlight.removeColor': 'Remove colour',
|
|
597
601
|
'fabric.editor.highlightColor': 'Toggle highlight colour palette',
|
|
598
602
|
'fabric.editor.highlightFloatingToolbar': 'Highlight',
|
|
599
603
|
'fabric.editor.horizontalRule': 'Divider',
|
|
@@ -197,6 +197,7 @@ export default {
|
|
|
197
197
|
'fabric.editor.ai.experience-application.rateLimitEnforced': 'We’ve received too many recent requests for Atlassian Intelligence (AI). Try again in a few minutes or read about <link>excessive use of AI</link>.',
|
|
198
198
|
'fabric.editor.ai.experience-application.tokenLimitExceeded': "We couldn't get a response. Your prompt or response was over the limit for this request. Close the dialog and try again.",
|
|
199
199
|
'fabric.editor.ai.experience-application.unhandledErrorMessage': "We're having trouble. Close the dialog and try again.",
|
|
200
|
+
'fabric.editor.ai.experience.adfStreamingError': "Our apologies, we couldn't get a response.",
|
|
200
201
|
'fabric.editor.ai.experience.apiError': 'We couldn’t get a response, please try again.',
|
|
201
202
|
'fabric.editor.ai.experience.aupViolationMessage': 'Your prompt or content might not comply with our Acceptable Use Policy. Please review both and refer to our <link>Acceptable Use Policy</link> if needed. If the problem persists, consider trying a different prompt or content.',
|
|
202
203
|
'fabric.editor.ai.experience.browseMore.agents': 'Browse Agents',
|
|
@@ -311,6 +312,7 @@ export default {
|
|
|
311
312
|
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
312
313
|
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
313
314
|
'fabric.editor.ai.telepointer.rovo': 'Rovo',
|
|
315
|
+
'fabric.editor.ai.toolbar.DefineDropdownIconTitle.title': 'Define',
|
|
314
316
|
'fabric.editor.ai.toolbar.askAI.title': 'Ask AI',
|
|
315
317
|
'fabric.editor.ai.toolbar.askRovo.title': 'Ask Rovo',
|
|
316
318
|
'fabric.editor.ai.toolbar.askRovo.tooltip.quickCommand': "Ask Rovo {key}+'",
|
|
@@ -348,10 +350,11 @@ export default {
|
|
|
348
350
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
349
351
|
'fabric.editor.backLink': 'Go back',
|
|
350
352
|
'fabric.editor.backgroundColor': 'Background color',
|
|
351
|
-
'fabric.editor.block.menu.
|
|
353
|
+
'fabric.editor.block.menu.codeblock': 'Code block',
|
|
352
354
|
'fabric.editor.block.menu.copy.block': 'Copy block',
|
|
353
355
|
'fabric.editor.block.menu.copy.link': 'Copy link',
|
|
354
356
|
'fabric.editor.block.menu.delete.block': 'Delete',
|
|
357
|
+
'fabric.editor.block.menu.layout': 'Layout',
|
|
355
358
|
'fabric.editor.block.menu.move.down': 'Move down',
|
|
356
359
|
'fabric.editor.block.menu.move.up': 'Move up',
|
|
357
360
|
'fabric.editor.block.menu.paragraph': 'Paragraph',
|
|
@@ -594,6 +597,7 @@ export default {
|
|
|
594
597
|
'fabric.editor.help.description': 'Browse all the keyboard shortcuts and markdown options',
|
|
595
598
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
596
599
|
'fabric.editor.highlight': 'Highlight color',
|
|
600
|
+
'fabric.editor.highlight.removeColor': 'Remove color',
|
|
597
601
|
'fabric.editor.highlightColor': 'Toggle highlight color palette',
|
|
598
602
|
'fabric.editor.highlightFloatingToolbar': 'Highlight',
|
|
599
603
|
'fabric.editor.horizontalRule': 'Divider',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': 'Barra de herramientas de anotaciones',
|
|
269
269
|
'fabric.editor.backLink': 'Regresar',
|
|
270
270
|
'fabric.editor.backgroundColor': 'Color de fondo',
|
|
271
|
-
'fabric.editor.block.menu.code.block': 'Diseño',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': 'Copiar bloque',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': 'Copiar enlace',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': 'Eliminar',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': 'Huomautuspalkki',
|
|
269
269
|
'fabric.editor.backLink': 'Siirry takaisin',
|
|
270
270
|
'fabric.editor.backgroundColor': 'Taustaväri',
|
|
271
|
-
'fabric.editor.block.menu.code.block': 'Asettelu',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': 'Kopioi sisältö',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': 'Kopioi linkki',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': 'Poista',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': "Barre d'outils d'annotation",
|
|
269
269
|
'fabric.editor.backLink': 'Retour',
|
|
270
270
|
'fabric.editor.backgroundColor': "Couleur d'arrière-plan",
|
|
271
|
-
'fabric.editor.block.menu.code.block': 'Disposition',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': 'Copier le bloc',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': 'Copier le lien',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': 'Supprimer',
|
package/dist/es2019/i18n/hr.js
CHANGED
|
@@ -338,7 +338,6 @@ export default {
|
|
|
338
338
|
'fabric.editor.annotationToolbar': 'Alatna traka za bilješke',
|
|
339
339
|
'fabric.editor.backLink': 'Idi natrag',
|
|
340
340
|
'fabric.editor.backgroundColor': 'Boja pozadine',
|
|
341
|
-
'fabric.editor.block.menu.code.block': 'Izgled',
|
|
342
341
|
'fabric.editor.block.menu.copy.block': 'Kopiraj blok',
|
|
343
342
|
'fabric.editor.block.menu.copy.link': 'Kopiraj poveznicu',
|
|
344
343
|
'fabric.editor.block.menu.delete.block': 'Izbriši',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -267,7 +267,6 @@ export default {
|
|
|
267
267
|
'fabric.editor.annotationToolbar': 'Jegyzeteszköztár',
|
|
268
268
|
'fabric.editor.backLink': 'Vissza',
|
|
269
269
|
'fabric.editor.backgroundColor': 'Háttérszín',
|
|
270
|
-
'fabric.editor.block.menu.code.block': 'Elrendezés',
|
|
271
270
|
'fabric.editor.block.menu.copy.block': 'Blokk másolása',
|
|
272
271
|
'fabric.editor.block.menu.copy.link': 'Link másolása',
|
|
273
272
|
'fabric.editor.block.menu.delete.block': 'Törlés',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -267,7 +267,6 @@ export default {
|
|
|
267
267
|
'fabric.editor.annotationToolbar': 'Barra degli strumenti di annotazione',
|
|
268
268
|
'fabric.editor.backLink': 'Torna indietro',
|
|
269
269
|
'fabric.editor.backgroundColor': 'Colore di sfondo',
|
|
270
|
-
'fabric.editor.block.menu.code.block': 'Layout',
|
|
271
270
|
'fabric.editor.block.menu.copy.block': 'Copia blocco',
|
|
272
271
|
'fabric.editor.block.menu.copy.link': 'Copia link',
|
|
273
272
|
'fabric.editor.block.menu.delete.block': 'Elimina',
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': '注釈ツールバー',
|
|
269
269
|
'fabric.editor.backLink': '戻る',
|
|
270
270
|
'fabric.editor.backgroundColor': '背景色',
|
|
271
|
-
'fabric.editor.block.menu.code.block': 'レイアウト',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': 'ブロックをコピー',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': 'リンクをコピー',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': '削除',
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': '주석 도구 모음',
|
|
269
269
|
'fabric.editor.backLink': '뒤로 가기',
|
|
270
270
|
'fabric.editor.backgroundColor': '배경색',
|
|
271
|
-
'fabric.editor.block.menu.code.block': '레이아웃',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': '블록 복사',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': '링크 복사',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': '삭제',
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -267,7 +267,6 @@ export default {
|
|
|
267
267
|
'fabric.editor.annotationToolbar': 'Verktøylinje for kommentarer',
|
|
268
268
|
'fabric.editor.backLink': 'Gå tilbake',
|
|
269
269
|
'fabric.editor.backgroundColor': 'Bakgrunnsfarge',
|
|
270
|
-
'fabric.editor.block.menu.code.block': 'Oppsett',
|
|
271
270
|
'fabric.editor.block.menu.copy.block': 'Kopier blokk',
|
|
272
271
|
'fabric.editor.block.menu.copy.link': 'Kopier kobling',
|
|
273
272
|
'fabric.editor.block.menu.delete.block': 'Slett',
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -267,7 +267,6 @@ export default {
|
|
|
267
267
|
'fabric.editor.annotationToolbar': 'Aantekeningentaakbalk',
|
|
268
268
|
'fabric.editor.backLink': 'Ga terug',
|
|
269
269
|
'fabric.editor.backgroundColor': 'Achtergrondkleur',
|
|
270
|
-
'fabric.editor.block.menu.code.block': 'Opmaak',
|
|
271
270
|
'fabric.editor.block.menu.copy.block': 'Blok kopiëren',
|
|
272
271
|
'fabric.editor.block.menu.copy.link': 'Link kopiëren',
|
|
273
272
|
'fabric.editor.block.menu.delete.block': 'Verwijderen',
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': 'Pasek narzędzi adnotacji',
|
|
269
269
|
'fabric.editor.backLink': 'Wróć',
|
|
270
270
|
'fabric.editor.backgroundColor': 'Kolor tła',
|
|
271
|
-
'fabric.editor.block.menu.code.block': 'Układ',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': 'Kopiuj blok',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': 'Kopiuj łącze',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': 'Usuń',
|
|
@@ -266,7 +266,6 @@ export default {
|
|
|
266
266
|
'fabric.editor.annotationToolbar': 'Barra de ferramentas de anotação',
|
|
267
267
|
'fabric.editor.backLink': 'Voltar',
|
|
268
268
|
'fabric.editor.backgroundColor': 'Cor do plano de fundo',
|
|
269
|
-
'fabric.editor.block.menu.code.block': 'Layout',
|
|
270
269
|
'fabric.editor.block.menu.copy.block': 'Copiar bloco',
|
|
271
270
|
'fabric.editor.block.menu.copy.link': 'Copiar link',
|
|
272
271
|
'fabric.editor.block.menu.delete.block': 'Excluir',
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': 'Панель инструментов для примечаний',
|
|
269
269
|
'fabric.editor.backLink': 'Назад',
|
|
270
270
|
'fabric.editor.backgroundColor': 'Цвет фона',
|
|
271
|
-
'fabric.editor.block.menu.code.block': 'Макет',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': 'Скопировать блок',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': 'Копировать ссылку',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': 'Удалить',
|
package/dist/es2019/i18n/sl.js
CHANGED
|
@@ -336,7 +336,6 @@ export default {
|
|
|
336
336
|
'fabric.editor.annotationToolbar': 'Orodna vrstica za opombe',
|
|
337
337
|
'fabric.editor.backLink': 'Nazaj',
|
|
338
338
|
'fabric.editor.backgroundColor': 'Barva ozadja',
|
|
339
|
-
'fabric.editor.block.menu.code.block': 'Postavitev',
|
|
340
339
|
'fabric.editor.block.menu.copy.block': 'Kopiraj blok',
|
|
341
340
|
'fabric.editor.block.menu.copy.link': 'Kopiraj povezavo',
|
|
342
341
|
'fabric.editor.block.menu.delete.block': 'Izbriši',
|
|
@@ -338,7 +338,6 @@ export default {
|
|
|
338
338
|
'fabric.editor.annotationToolbar': 'Traka sa alatkama za napomene',
|
|
339
339
|
'fabric.editor.backLink': 'Nazad',
|
|
340
340
|
'fabric.editor.backgroundColor': 'Boja pozadine',
|
|
341
|
-
'fabric.editor.block.menu.code.block': 'Raspored',
|
|
342
341
|
'fabric.editor.block.menu.copy.block': 'Kopiraj blok',
|
|
343
342
|
'fabric.editor.block.menu.copy.link': 'Kopiraj link',
|
|
344
343
|
'fabric.editor.block.menu.delete.block': 'Izbriši',
|
|
@@ -338,7 +338,6 @@ export default {
|
|
|
338
338
|
'fabric.editor.annotationToolbar': 'Трака са алаткама за напомене',
|
|
339
339
|
'fabric.editor.backLink': 'Назад',
|
|
340
340
|
'fabric.editor.backgroundColor': 'Боја позадине',
|
|
341
|
-
'fabric.editor.block.menu.code.block': 'Распоред',
|
|
342
341
|
'fabric.editor.block.menu.copy.block': 'Копирај блок',
|
|
343
342
|
'fabric.editor.block.menu.copy.link': 'Копирај линк',
|
|
344
343
|
'fabric.editor.block.menu.delete.block': 'Избриши',
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -267,7 +267,6 @@ export default {
|
|
|
267
267
|
'fabric.editor.annotationToolbar': 'Verktygsfält för kommentarer',
|
|
268
268
|
'fabric.editor.backLink': 'Gå tillbaka',
|
|
269
269
|
'fabric.editor.backgroundColor': 'Bakgrundsfärg',
|
|
270
|
-
'fabric.editor.block.menu.code.block': 'Layout',
|
|
271
270
|
'fabric.editor.block.menu.copy.block': 'Kopiera block',
|
|
272
271
|
'fabric.editor.block.menu.copy.link': 'Kopiera länk',
|
|
273
272
|
'fabric.editor.block.menu.delete.block': 'Radera',
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -253,7 +253,6 @@ export default {
|
|
|
253
253
|
'fabric.editor.annotationToolbar': 'แถบเครื่องมือข้อความหมายเหตุ',
|
|
254
254
|
'fabric.editor.backLink': 'ย้อนกลับ',
|
|
255
255
|
'fabric.editor.backgroundColor': 'สีพื้นหลัง',
|
|
256
|
-
'fabric.editor.block.menu.code.block': 'เค้าโครง',
|
|
257
256
|
'fabric.editor.block.menu.copy.block': 'คัดลอกบล็อก',
|
|
258
257
|
'fabric.editor.block.menu.copy.link': 'คัดลอกลิงก์',
|
|
259
258
|
'fabric.editor.block.menu.delete.block': 'ลบ',
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': 'Not ekleme araç çubuğu',
|
|
269
269
|
'fabric.editor.backLink': 'Geri dön',
|
|
270
270
|
'fabric.editor.backgroundColor': 'Arkaplan rengi',
|
|
271
|
-
'fabric.editor.block.menu.code.block': 'Yerleşim',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': 'Bloğu kopyala',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': 'Bağlantıyı kopyala',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': 'Sil',
|
package/dist/es2019/i18n/uk.js
CHANGED
|
@@ -253,7 +253,6 @@ export default {
|
|
|
253
253
|
'fabric.editor.annotationToolbar': 'Панель приміток',
|
|
254
254
|
'fabric.editor.backLink': 'Назад',
|
|
255
255
|
'fabric.editor.backgroundColor': 'Колір фону',
|
|
256
|
-
'fabric.editor.block.menu.code.block': 'Макет',
|
|
257
256
|
'fabric.editor.block.menu.copy.block': 'Копіювати блок',
|
|
258
257
|
'fabric.editor.block.menu.copy.link': 'Копіювати посилання',
|
|
259
258
|
'fabric.editor.block.menu.delete.block': 'Видалити',
|
package/dist/es2019/i18n/vi.js
CHANGED
|
@@ -253,7 +253,6 @@ export default {
|
|
|
253
253
|
'fabric.editor.annotationToolbar': 'Thanh công cụ chú thích',
|
|
254
254
|
'fabric.editor.backLink': 'Quay lại',
|
|
255
255
|
'fabric.editor.backgroundColor': 'Màu nền',
|
|
256
|
-
'fabric.editor.block.menu.code.block': 'Bố cục',
|
|
257
256
|
'fabric.editor.block.menu.copy.block': 'Sao chép khối',
|
|
258
257
|
'fabric.editor.block.menu.copy.link': 'Sao chép liên kết',
|
|
259
258
|
'fabric.editor.block.menu.delete.block': 'Xóa',
|
package/dist/es2019/i18n/zh.js
CHANGED
|
@@ -268,7 +268,6 @@ export default {
|
|
|
268
268
|
'fabric.editor.annotationToolbar': '标注工具栏',
|
|
269
269
|
'fabric.editor.backLink': '返回',
|
|
270
270
|
'fabric.editor.backgroundColor': '背景颜色',
|
|
271
|
-
'fabric.editor.block.menu.code.block': '布局',
|
|
272
271
|
'fabric.editor.block.menu.copy.block': '复制区块',
|
|
273
272
|
'fabric.editor.block.menu.copy.link': '复制链接',
|
|
274
273
|
'fabric.editor.block.menu.delete.block': '删除',
|