@atlaskit/editor-common 103.23.0 → 104.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.
- package/CHANGELOG.md +27 -0
- package/dist/cjs/analytics/types/enums.js +2 -0
- package/dist/cjs/clipboard/index.js +28 -3
- package/dist/cjs/extensibility/Extension/Extension/index.js +8 -1
- package/dist/cjs/i18n/cs.js +10 -0
- package/dist/cjs/i18n/da.js +9 -0
- package/dist/cjs/i18n/de.js +10 -0
- package/dist/cjs/i18n/en.js +10 -0
- package/dist/cjs/i18n/en_GB.js +10 -0
- package/dist/cjs/i18n/en_ZZ.js +10 -0
- package/dist/cjs/i18n/es.js +10 -0
- package/dist/cjs/i18n/fi.js +10 -0
- package/dist/cjs/i18n/fr.js +11 -0
- package/dist/cjs/i18n/hr.js +890 -0
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +10 -0
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +10 -0
- package/dist/cjs/i18n/pl.js +11 -0
- package/dist/cjs/i18n/pt_BR.js +9 -0
- package/dist/cjs/i18n/ru.js +9 -0
- package/dist/cjs/i18n/sk.js +784 -3
- package/dist/cjs/i18n/sv.js +10 -0
- package/dist/cjs/i18n/th.js +9 -0
- package/dist/cjs/i18n/tr.js +10 -0
- package/dist/cjs/i18n/uk.js +9 -0
- package/dist/cjs/i18n/vi.js +9 -0
- package/dist/cjs/i18n/zh.js +9 -0
- package/dist/cjs/i18n/zh_TW.js +9 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/cjs/styles/shared/panel.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/analytics/types/enums.js +2 -0
- package/dist/es2019/clipboard/index.js +27 -1
- package/dist/es2019/extensibility/Extension/Extension/index.js +8 -1
- package/dist/es2019/i18n/cs.js +10 -0
- package/dist/es2019/i18n/da.js +9 -0
- package/dist/es2019/i18n/de.js +10 -0
- package/dist/es2019/i18n/en.js +10 -0
- package/dist/es2019/i18n/en_GB.js +10 -0
- package/dist/es2019/i18n/en_ZZ.js +10 -0
- package/dist/es2019/i18n/es.js +10 -0
- package/dist/es2019/i18n/fi.js +10 -0
- package/dist/es2019/i18n/fr.js +11 -0
- package/dist/es2019/i18n/hr.js +884 -0
- package/dist/es2019/i18n/hu.js +9 -0
- package/dist/es2019/i18n/it.js +10 -0
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +10 -0
- package/dist/es2019/i18n/pl.js +11 -0
- package/dist/es2019/i18n/pt_BR.js +9 -0
- package/dist/es2019/i18n/ru.js +9 -0
- package/dist/es2019/i18n/sk.js +784 -3
- package/dist/es2019/i18n/sv.js +10 -0
- package/dist/es2019/i18n/th.js +9 -0
- package/dist/es2019/i18n/tr.js +10 -0
- package/dist/es2019/i18n/uk.js +9 -0
- package/dist/es2019/i18n/vi.js +9 -0
- package/dist/es2019/i18n/zh.js +9 -0
- package/dist/es2019/i18n/zh_TW.js +9 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/es2019/styles/shared/panel.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/analytics/types/enums.js +2 -0
- package/dist/esm/clipboard/index.js +28 -1
- package/dist/esm/extensibility/Extension/Extension/index.js +8 -1
- package/dist/esm/i18n/cs.js +10 -0
- package/dist/esm/i18n/da.js +9 -0
- package/dist/esm/i18n/de.js +10 -0
- package/dist/esm/i18n/en.js +10 -0
- package/dist/esm/i18n/en_GB.js +10 -0
- package/dist/esm/i18n/en_ZZ.js +10 -0
- package/dist/esm/i18n/es.js +10 -0
- package/dist/esm/i18n/fi.js +10 -0
- package/dist/esm/i18n/fr.js +11 -0
- package/dist/esm/i18n/hr.js +884 -0
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.js +10 -0
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +10 -0
- package/dist/esm/i18n/pl.js +11 -0
- package/dist/esm/i18n/pt_BR.js +9 -0
- package/dist/esm/i18n/ru.js +9 -0
- package/dist/esm/i18n/sk.js +784 -3
- package/dist/esm/i18n/sv.js +10 -0
- package/dist/esm/i18n/th.js +9 -0
- package/dist/esm/i18n/tr.js +10 -0
- package/dist/esm/i18n/uk.js +9 -0
- package/dist/esm/i18n/vi.js +9 -0
- package/dist/esm/i18n/zh.js +9 -0
- package/dist/esm/i18n/zh_TW.js +9 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/react-node-view/getInlineNodeViewProducer.js +1 -21
- package/dist/esm/styles/shared/panel.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/analytics/types/enums.d.ts +2 -0
- package/dist/types/analytics/types/events.d.ts +1 -0
- package/dist/types/analytics/types/extension-events.d.ts +2 -1
- package/dist/types/analytics/types/node-events.d.ts +7 -3
- package/dist/types/clipboard/index.d.ts +4 -1
- package/dist/types/i18n/cs.d.ts +10 -0
- package/dist/types/i18n/da.d.ts +9 -0
- package/dist/types/i18n/de.d.ts +10 -0
- package/dist/types/i18n/en.d.ts +10 -0
- package/dist/types/i18n/en_GB.d.ts +10 -0
- package/dist/types/i18n/en_ZZ.d.ts +10 -0
- package/dist/types/i18n/es.d.ts +10 -0
- package/dist/types/i18n/fi.d.ts +10 -0
- package/dist/types/i18n/fr.d.ts +11 -0
- package/dist/types/i18n/hr.d.ts +883 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +10 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +10 -0
- package/dist/types/i18n/pl.d.ts +11 -0
- package/dist/types/i18n/pt_BR.d.ts +9 -0
- package/dist/types/i18n/ru.d.ts +9 -0
- package/dist/types/i18n/sk.d.ts +782 -2
- package/dist/types/i18n/sv.d.ts +10 -0
- package/dist/types/i18n/th.d.ts +9 -0
- package/dist/types/i18n/tr.d.ts +10 -0
- package/dist/types/i18n/uk.d.ts +9 -0
- package/dist/types/i18n/vi.d.ts +9 -0
- package/dist/types/i18n/zh.d.ts +9 -0
- package/dist/types/i18n/zh_TW.d.ts +9 -0
- package/dist/types-ts4.5/analytics/types/enums.d.ts +2 -0
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -0
- package/dist/types-ts4.5/analytics/types/extension-events.d.ts +2 -1
- package/dist/types-ts4.5/analytics/types/node-events.d.ts +7 -3
- package/dist/types-ts4.5/clipboard/index.d.ts +4 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +10 -0
- package/dist/types-ts4.5/i18n/da.d.ts +9 -0
- package/dist/types-ts4.5/i18n/de.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -0
- package/dist/types-ts4.5/i18n/es.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +10 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +11 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +883 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -0
- package/dist/types-ts4.5/i18n/it.d.ts +10 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +10 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +11 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +9 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +782 -2
- package/dist/types-ts4.5/i18n/sv.d.ts +10 -0
- package/dist/types-ts4.5/i18n/th.d.ts +9 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +9 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +9 -0
- package/package.json +11 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 104.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#148116](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148116)
|
|
8
|
+
[`6170d49320f56`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6170d49320f56) -
|
|
9
|
+
[ux] EDITOR-618 Add border style when a panel is nested in other panels
|
|
10
|
+
- [#149482](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149482)
|
|
11
|
+
[`1f1f73876c3c8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1f1f73876c3c8) -
|
|
12
|
+
ED-27860 Add analytics for copy and delete button in floating toolbars
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [#148798](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148798)
|
|
17
|
+
[`8112e98809756`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8112e98809756) -
|
|
18
|
+
[No Issue] Clean up virtualization feature flag
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
|
|
21
|
+
## 103.24.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [#148473](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/148473)
|
|
26
|
+
[`d0e0dc8f37b91`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d0e0dc8f37b91) -
|
|
27
|
+
[ux] Adds a condition to hide bodied extension content in live pages view mode if the
|
|
28
|
+
node?.attrs?.parameters?.macroParams?.hidden?.value is "true"
|
|
29
|
+
|
|
3
30
|
## 103.23.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|
|
@@ -277,6 +277,8 @@ var ACTION_SUBJECT = exports.ACTION_SUBJECT = /*#__PURE__*/function (ACTION_SUBJ
|
|
|
277
277
|
ACTION_SUBJECT["LAYOUT"] = "layout";
|
|
278
278
|
ACTION_SUBJECT["LIST"] = "list";
|
|
279
279
|
ACTION_SUBJECT["MEDIA"] = "media";
|
|
280
|
+
ACTION_SUBJECT["MEDIA_GROUP"] = "mediaGroup";
|
|
281
|
+
ACTION_SUBJECT["MEDIA_INLINE"] = "mediaInline";
|
|
280
282
|
ACTION_SUBJECT["MEDIA_SINGLE"] = "mediaSingle";
|
|
281
283
|
ACTION_SUBJECT["MENTION"] = "mention";
|
|
282
284
|
ACTION_SUBJECT["MENTION_TYPEAHEAD"] = "mentionTypeahead";
|
|
@@ -5,8 +5,9 @@ var _typeof3 = require("@babel/runtime/helpers/typeof");
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
-
exports.getAnalyticsPayload = exports.copyToClipboard = exports.copyHTMLToClipboardPolyfill = exports.copyHTMLToClipboard = void 0;
|
|
8
|
+
exports.getNodeCopiedAnalyticsPayload = exports.getAnalyticsPayload = exports.copyToClipboard = exports.copyHTMLToClipboardPolyfill = exports.copyHTMLToClipboard = void 0;
|
|
9
9
|
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
|
|
10
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
10
11
|
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
11
12
|
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
|
|
12
13
|
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
@@ -16,9 +17,9 @@ var _analytics = require("../analytics");
|
|
|
16
17
|
var _selection = require("../selection");
|
|
17
18
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
18
19
|
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof3(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
19
|
-
|
|
20
|
+
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; }
|
|
21
|
+
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; } // Ignored via go/ees005
|
|
20
22
|
// eslint-disable-next-line import/no-namespace
|
|
21
|
-
|
|
22
23
|
var isClipboardApiSupported = function isClipboardApiSupported() {
|
|
23
24
|
return !!navigator.clipboard && typeof navigator.clipboard.writeText === 'function';
|
|
24
25
|
};
|
|
@@ -238,4 +239,28 @@ var getAnalyticsPayload = exports.getAnalyticsPayload = function getAnalyticsPay
|
|
|
238
239
|
}
|
|
239
240
|
};
|
|
240
241
|
}
|
|
242
|
+
};
|
|
243
|
+
var getNodeCopiedAnalyticsPayload = exports.getNodeCopiedAnalyticsPayload = function getNodeCopiedAnalyticsPayload(node, inputMethod) {
|
|
244
|
+
var nodeType = node.type.name;
|
|
245
|
+
var extensionType;
|
|
246
|
+
var extensionKey;
|
|
247
|
+
if (isExtensionNode(nodeType)) {
|
|
248
|
+
extensionType = node.attrs.extensionType;
|
|
249
|
+
extensionKey = node.attrs.extensionKey;
|
|
250
|
+
}
|
|
251
|
+
var payload = {
|
|
252
|
+
eventType: _analytics.EVENT_TYPE.TRACK,
|
|
253
|
+
action: _analytics.ACTION.COPIED,
|
|
254
|
+
actionSubject: _analytics.ACTION_SUBJECT.DOCUMENT,
|
|
255
|
+
attributes: _objectSpread(_objectSpread({
|
|
256
|
+
content: [nodeType],
|
|
257
|
+
inputMethod: inputMethod,
|
|
258
|
+
nodeType: nodeType
|
|
259
|
+
}, extensionType ? {
|
|
260
|
+
extensionType: extensionType
|
|
261
|
+
} : {}), extensionKey ? {
|
|
262
|
+
extensionKey: extensionKey
|
|
263
|
+
} : {})
|
|
264
|
+
};
|
|
265
|
+
return payload;
|
|
241
266
|
};
|
|
@@ -31,6 +31,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
|
|
|
31
31
|
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; }
|
|
32
32
|
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; }
|
|
33
33
|
function ExtensionWithPluginState(props) {
|
|
34
|
+
var _node$attrs;
|
|
34
35
|
var node = props.node,
|
|
35
36
|
handleContentDOMRef = props.handleContentDOMRef,
|
|
36
37
|
children = props.children,
|
|
@@ -62,6 +63,12 @@ function ExtensionWithPluginState(props) {
|
|
|
62
63
|
var hasBody = ['bodiedExtension', 'multiBodiedExtension'].includes(node.type.name);
|
|
63
64
|
var hasChildren = !!children;
|
|
64
65
|
var removeBorder = showMacroInteractionDesignUpdates || !!(hideFrame && !hasBody);
|
|
66
|
+
|
|
67
|
+
// Some native bodied macros (e.g Content properties) have this param to hide in view mode
|
|
68
|
+
// which we want to also hide in live page view mode too
|
|
69
|
+
var macroParamHiddenValue = node === null || node === void 0 || (_node$attrs = node.attrs) === null || _node$attrs === void 0 || (_node$attrs = _node$attrs.parameters) === null || _node$attrs === void 0 || (_node$attrs = _node$attrs.macroParams) === null || _node$attrs === void 0 || (_node$attrs = _node$attrs.hidden) === null || _node$attrs === void 0 ? void 0 : _node$attrs.value;
|
|
70
|
+
var shouldHideInLivePageViewMode = isLivePageViewMode && macroParamHiddenValue === 'true'; // it is stored as a string
|
|
71
|
+
|
|
65
72
|
var getPos = props.getPos,
|
|
66
73
|
view = props.view;
|
|
67
74
|
var isTopLevelNode = _react.default.useMemo(function () {
|
|
@@ -190,7 +197,7 @@ function ExtensionWithPluginState(props) {
|
|
|
190
197
|
,
|
|
191
198
|
className: newContentClassNames,
|
|
192
199
|
"data-testid": "extension-new-content"
|
|
193
|
-
}, (0, _react2.jsx)("div", {
|
|
200
|
+
}, !shouldHideInLivePageViewMode && (0, _react2.jsx)("div", {
|
|
194
201
|
"data-testid": "extension-content"
|
|
195
202
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
196
203
|
,
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Shrne obsah aktualizace.',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generovat',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Zeptejte se Atlassian Intelligence.',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Upravit',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Vložit',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Vložit nahoru',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Vložit pod',
|
|
@@ -256,6 +257,8 @@ var _default = exports.default = {
|
|
|
256
257
|
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
257
258
|
'fabric.editor.blockquote2': 'Citace',
|
|
258
259
|
'fabric.editor.bold': 'Tučné',
|
|
260
|
+
'fabric.editor.breakoutFullWidthLabel': 'Celá šířka',
|
|
261
|
+
'fabric.editor.breakoutWideWidthLabel': 'Široká',
|
|
259
262
|
'fabric.editor.bug': 'Chyba',
|
|
260
263
|
'fabric.editor.canNotSortTable': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
261
264
|
'fabric.editor.cancelButton': 'Zrušit',
|
|
@@ -284,6 +287,7 @@ var _default = exports.default = {
|
|
|
284
287
|
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
|
285
288
|
'fabric.editor.collapseNode': 'Sbalit obsah',
|
|
286
289
|
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
290
|
+
'fabric.editor.colorPicker.menuLabel': 'Nabídka výběru barvy',
|
|
287
291
|
'fabric.editor.columnDragHandle': 'Možnosti sloupce',
|
|
288
292
|
'fabric.editor.columnMovedLeft': 'Sloupec byl přesunut doleva na pozici {index} z {total}',
|
|
289
293
|
'fabric.editor.columnMovedRight': 'Sloupec byl přesunut doprava na pozici {index} z {total}',
|
|
@@ -335,6 +339,7 @@ var _default = exports.default = {
|
|
|
335
339
|
'fabric.editor.datasourceTitle': 'Upravit vyhledávací dotaz',
|
|
336
340
|
'fabric.editor.date': 'Datum',
|
|
337
341
|
'fabric.editor.date.description': 'Přidat datum pomocí kalendáře',
|
|
342
|
+
'fabric.editor.datePickerOpenedAlert': 'Bylo otevřeno vyskakovací okno editoru kalendářního data, stisknutím klávesy Tab k němu přejdete.',
|
|
338
343
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
339
344
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
340
345
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
@@ -478,9 +483,11 @@ var _default = exports.default = {
|
|
|
478
483
|
'fabric.editor.image.fullWidthLabel': 'Celá šířka',
|
|
479
484
|
'fabric.editor.imageBorderBold': 'Tučné',
|
|
480
485
|
'fabric.editor.imageBorderColor': 'Barva',
|
|
486
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Rozevírací seznam s možnostmi barvy ohraničení obrázku',
|
|
481
487
|
'fabric.editor.imageBorderMedium': 'Střední',
|
|
482
488
|
'fabric.editor.imageBorderOptions': 'Možnosti ohraničení',
|
|
483
489
|
'fabric.editor.imageBorderSize': 'Velikost',
|
|
490
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Rozevírací seznam s možnostmi velikosti ohraničení obrázku',
|
|
484
491
|
'fabric.editor.imageBorderSubtle': 'Útlé',
|
|
485
492
|
'fabric.editor.improvement': 'Vylepšení',
|
|
486
493
|
'fabric.editor.increaseSize': 'Zvýšit velikost tabulky nebo multimédia',
|
|
@@ -656,6 +663,8 @@ var _default = exports.default = {
|
|
|
656
663
|
'fabric.editor.splitCell': 'Rozdělit buňku',
|
|
657
664
|
'fabric.editor.status': 'Stav',
|
|
658
665
|
'fabric.editor.status.description': 'Přidat vlastní štítek stavu',
|
|
666
|
+
'fabric.editor.statusEditorLabel': 'Editor stavu',
|
|
667
|
+
'fabric.editor.statusPickerOpenedAlert': 'Bylo otevřeno vyskakovací okno editoru stavu, stisknutím klávesy Tab k němu přejdete.',
|
|
659
668
|
'fabric.editor.statusPlaceholder': 'Nastavit stav',
|
|
660
669
|
'fabric.editor.story': 'Story',
|
|
661
670
|
'fabric.editor.strike': 'Přeškrtnutí',
|
|
@@ -751,6 +760,7 @@ var _default = exports.default = {
|
|
|
751
760
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Zobrazit a přidat komentáře',
|
|
752
761
|
'fabric.editor.viewCommentOnMedia': 'Zobrazit komentáře',
|
|
753
762
|
'fabric.editor.viewMore': 'Zobrazit více',
|
|
763
|
+
'fabric.editor.viewMoreAriaLabel': 'Zobrazit všechny prvky',
|
|
754
764
|
'fabric.editor.visit': 'Otevřít odkaz v novém okně',
|
|
755
765
|
'fabric.editor.warning': 'Varování',
|
|
756
766
|
'fabric.editor.warningPanel': 'Panel upozornění',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Opsummerer opdateringens indhold',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generér',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Spørg Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Rediger',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Indsæt',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Indsæt foroven',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Indsæt nedenfor',
|
|
@@ -255,6 +256,8 @@ var _default = exports.default = {
|
|
|
255
256
|
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
256
257
|
'fabric.editor.blockquote2': 'Citer',
|
|
257
258
|
'fabric.editor.bold': 'Fed',
|
|
259
|
+
'fabric.editor.breakoutFullWidthLabel': 'Fuld bredde',
|
|
260
|
+
'fabric.editor.breakoutWideWidthLabel': 'Bredt',
|
|
258
261
|
'fabric.editor.bug': 'Fejl',
|
|
259
262
|
'fabric.editor.canNotSortTable': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
260
263
|
'fabric.editor.cancelButton': 'Annullér',
|
|
@@ -283,6 +286,7 @@ var _default = exports.default = {
|
|
|
283
286
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
|
284
287
|
'fabric.editor.collapseNode': 'skjul indhold',
|
|
285
288
|
'fabric.editor.collapseTable': 'Luk tabel',
|
|
289
|
+
'fabric.editor.colorPicker.menuLabel': 'Farvevælgermenu',
|
|
286
290
|
'fabric.editor.columnDragHandle': 'Kolonneindstillinger',
|
|
287
291
|
'fabric.editor.columnMovedLeft': 'Kolonne flyttet til venstre til {index} af {total}',
|
|
288
292
|
'fabric.editor.columnMovedRight': 'Kolonne flyttet til højre til {index} af {total}',
|
|
@@ -478,9 +482,11 @@ var _default = exports.default = {
|
|
|
478
482
|
'fabric.editor.image.fullWidthLabel': 'Fuld bredde',
|
|
479
483
|
'fabric.editor.imageBorderBold': 'Fed',
|
|
480
484
|
'fabric.editor.imageBorderColor': 'Farve',
|
|
485
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Indstillinger for billedkant Rullemenuen farver',
|
|
481
486
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
482
487
|
'fabric.editor.imageBorderOptions': 'Kantmuligheder',
|
|
483
488
|
'fabric.editor.imageBorderSize': 'Størrelse',
|
|
489
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Indstillinger for billedkant Rullemenuen størrelse',
|
|
484
490
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
485
491
|
'fabric.editor.improvement': 'Forbedring',
|
|
486
492
|
'fabric.editor.increaseSize': 'Forøg tabel- eller mediestørrelse',
|
|
@@ -656,6 +662,8 @@ var _default = exports.default = {
|
|
|
656
662
|
'fabric.editor.splitCell': 'Opdel celle',
|
|
657
663
|
'fabric.editor.status': 'Status',
|
|
658
664
|
'fabric.editor.status.description': 'Tilføj en brugerdefineret statusetiket',
|
|
665
|
+
'fabric.editor.statusEditorLabel': 'Statusredigeringsprogram',
|
|
666
|
+
'fabric.editor.statusPickerOpenedAlert': 'Pop op-vinduet til statusredigering er åbnet. Tryk på Tab-tasten for at gå til pop op-vinduet',
|
|
659
667
|
'fabric.editor.statusPlaceholder': 'Angiv en status',
|
|
660
668
|
'fabric.editor.story': 'Historie',
|
|
661
669
|
'fabric.editor.strike': 'Gennemstreget',
|
|
@@ -751,6 +759,7 @@ var _default = exports.default = {
|
|
|
751
759
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Se og tilføj kommentarer',
|
|
752
760
|
'fabric.editor.viewCommentOnMedia': 'Se kommentarer',
|
|
753
761
|
'fabric.editor.viewMore': 'Vis mere',
|
|
762
|
+
'fabric.editor.viewMoreAriaLabel': 'Vis alle elementer',
|
|
754
763
|
'fabric.editor.visit': 'Åbn link i et nyt vindue',
|
|
755
764
|
'fabric.editor.warning': 'Advarsel',
|
|
756
765
|
'fabric.editor.warningPanel': 'Advarselspanel',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Fasst die Inhalte des Updates zusammen',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generieren',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Atlassian Intelligence fragen',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Bearbeiten',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Einfügen',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Oben einfügen',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Unten einfügen',
|
|
@@ -255,6 +256,8 @@ var _default = exports.default = {
|
|
|
255
256
|
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
|
256
257
|
'fabric.editor.blockquote2': 'Zitieren',
|
|
257
258
|
'fabric.editor.bold': 'Fett',
|
|
259
|
+
'fabric.editor.breakoutFullWidthLabel': 'Volle Breite',
|
|
260
|
+
'fabric.editor.breakoutWideWidthLabel': 'Breit',
|
|
258
261
|
'fabric.editor.bug': 'Bug',
|
|
259
262
|
'fabric.editor.canNotSortTable': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
260
263
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
@@ -283,6 +286,7 @@ var _default = exports.default = {
|
|
|
283
286
|
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
|
284
287
|
'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
|
|
285
288
|
'fabric.editor.collapseTable': 'Tabelle reduzieren',
|
|
289
|
+
'fabric.editor.colorPicker.menuLabel': 'Menü zur Farbauswahl',
|
|
286
290
|
'fabric.editor.columnDragHandle': 'Spaltenoptionen',
|
|
287
291
|
'fabric.editor.columnMovedLeft': 'Spalte nach links verschoben auf {index} von {total}',
|
|
288
292
|
'fabric.editor.columnMovedRight': 'Spalte nach rechts verschoben auf {index} von {total}',
|
|
@@ -334,6 +338,7 @@ var _default = exports.default = {
|
|
|
334
338
|
'fabric.editor.datasourceTitle': 'Suchanfrage bearbeiten',
|
|
335
339
|
'fabric.editor.date': 'Datum',
|
|
336
340
|
'fabric.editor.date.description': 'Datum mittels Kalender hinzufügen',
|
|
341
|
+
'fabric.editor.datePickerOpenedAlert': 'Pop-up des Datumseditors wurde geöffnet. Drücken Sie die Tabulatortaste, um das Pop-up aufzurufen.',
|
|
337
342
|
'fabric.editor.decision': 'Entscheidung',
|
|
338
343
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
339
344
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
@@ -477,9 +482,11 @@ var _default = exports.default = {
|
|
|
477
482
|
'fabric.editor.image.fullWidthLabel': 'Volle Breite',
|
|
478
483
|
'fabric.editor.imageBorderBold': 'Breit',
|
|
479
484
|
'fabric.editor.imageBorderColor': 'Farbe',
|
|
485
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Drop-down-Menü für die Farbauswahl von Bildrändern',
|
|
480
486
|
'fabric.editor.imageBorderMedium': 'Mittel',
|
|
481
487
|
'fabric.editor.imageBorderOptions': 'Rahmenoptionen',
|
|
482
488
|
'fabric.editor.imageBorderSize': 'Größe',
|
|
489
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Drop-down-Menü für die Größenauswahl von Bildrändern',
|
|
483
490
|
'fabric.editor.imageBorderSubtle': 'Schmal',
|
|
484
491
|
'fabric.editor.improvement': 'Verbesserung',
|
|
485
492
|
'fabric.editor.increaseSize': 'Tabellen- oder Mediengröße erhöhen',
|
|
@@ -655,6 +662,8 @@ var _default = exports.default = {
|
|
|
655
662
|
'fabric.editor.splitCell': 'Zelle teilen',
|
|
656
663
|
'fabric.editor.status': 'Status',
|
|
657
664
|
'fabric.editor.status.description': 'Benutzerdefiniertes Status-Label hinzufügen',
|
|
665
|
+
'fabric.editor.statusEditorLabel': 'Status-Editor',
|
|
666
|
+
'fabric.editor.statusPickerOpenedAlert': 'Pop-up des Statuseditors wurde geöffnet. Drücken Sie die Tabulatortaste, um das Pop-up aufzurufen.',
|
|
658
667
|
'fabric.editor.statusPlaceholder': 'Status festlegen',
|
|
659
668
|
'fabric.editor.story': 'Story',
|
|
660
669
|
'fabric.editor.strike': 'Durchgestrichen',
|
|
@@ -750,6 +759,7 @@ var _default = exports.default = {
|
|
|
750
759
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Kommentare anzeigen und hinzufügen',
|
|
751
760
|
'fabric.editor.viewCommentOnMedia': 'Kommentare anzeigen',
|
|
752
761
|
'fabric.editor.viewMore': 'Mehr anzeigen',
|
|
762
|
+
'fabric.editor.viewMoreAriaLabel': 'Alle Elemente anzeigen',
|
|
753
763
|
'fabric.editor.visit': 'Link in neuem Fenster öffnen',
|
|
754
764
|
'fabric.editor.warning': 'Warnung',
|
|
755
765
|
'fabric.editor.warningPanel': 'Warn-Panel',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Summarizes the content of the update',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generate',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Ask Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Edit',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
@@ -336,6 +337,8 @@ var _default = exports.default = {
|
|
|
336
337
|
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
337
338
|
'fabric.editor.blockquote2': 'Quote',
|
|
338
339
|
'fabric.editor.bold': 'Bold',
|
|
340
|
+
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
341
|
+
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
339
342
|
'fabric.editor.bug': 'Bug',
|
|
340
343
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
341
344
|
'fabric.editor.cancelButton': 'Cancel',
|
|
@@ -364,6 +367,7 @@ var _default = exports.default = {
|
|
|
364
367
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
365
368
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
366
369
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
370
|
+
'fabric.editor.colorPicker.menuLabel': 'Color picker menu',
|
|
367
371
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
368
372
|
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
369
373
|
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
@@ -494,6 +498,7 @@ var _default = exports.default = {
|
|
|
494
498
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
495
499
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
496
500
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
501
|
+
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
|
497
502
|
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
498
503
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
499
504
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
@@ -559,9 +564,11 @@ var _default = exports.default = {
|
|
|
559
564
|
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
560
565
|
'fabric.editor.imageBorderBold': 'Bold',
|
|
561
566
|
'fabric.editor.imageBorderColor': 'Color',
|
|
567
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Image border options Color dropdown',
|
|
562
568
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
563
569
|
'fabric.editor.imageBorderOptions': 'Border options',
|
|
564
570
|
'fabric.editor.imageBorderSize': 'Size',
|
|
571
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Image border options Size dropdown',
|
|
565
572
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
566
573
|
'fabric.editor.improvement': 'Improvement',
|
|
567
574
|
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
@@ -737,6 +744,8 @@ var _default = exports.default = {
|
|
|
737
744
|
'fabric.editor.splitCell': 'Split cell',
|
|
738
745
|
'fabric.editor.status': 'Status',
|
|
739
746
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
747
|
+
'fabric.editor.statusEditorLabel': 'Status editor',
|
|
748
|
+
'fabric.editor.statusPickerOpenedAlert': 'Status editor popup opened, press Tab to access popup',
|
|
740
749
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
741
750
|
'fabric.editor.story': 'Story',
|
|
742
751
|
'fabric.editor.strike': 'Strikethrough',
|
|
@@ -833,6 +842,7 @@ var _default = exports.default = {
|
|
|
833
842
|
'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
|
|
834
843
|
'fabric.editor.viewCommentOnMedia': 'View comments',
|
|
835
844
|
'fabric.editor.viewMore': 'View more',
|
|
845
|
+
'fabric.editor.viewMoreAriaLabel': 'View all elements',
|
|
836
846
|
'fabric.editor.visit': 'Open link in a new window',
|
|
837
847
|
'fabric.editor.warning': 'Warning',
|
|
838
848
|
'fabric.editor.warningPanel': 'Warning panel',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Summarises the content of the update',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generate',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Ask Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Edit',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
@@ -336,6 +337,8 @@ var _default = exports.default = {
|
|
|
336
337
|
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
337
338
|
'fabric.editor.blockquote2': 'Quote',
|
|
338
339
|
'fabric.editor.bold': 'Bold',
|
|
340
|
+
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
341
|
+
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
339
342
|
'fabric.editor.bug': 'Bug',
|
|
340
343
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
341
344
|
'fabric.editor.cancelButton': 'Cancel',
|
|
@@ -364,6 +367,7 @@ var _default = exports.default = {
|
|
|
364
367
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
365
368
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
366
369
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
370
|
+
'fabric.editor.colorPicker.menuLabel': 'Colour picker menu',
|
|
367
371
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
368
372
|
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
369
373
|
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
@@ -494,6 +498,7 @@ var _default = exports.default = {
|
|
|
494
498
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
495
499
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
496
500
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
501
|
+
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
|
497
502
|
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
498
503
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
499
504
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
@@ -559,9 +564,11 @@ var _default = exports.default = {
|
|
|
559
564
|
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
560
565
|
'fabric.editor.imageBorderBold': 'Bold',
|
|
561
566
|
'fabric.editor.imageBorderColor': 'Colour',
|
|
567
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Image border options Colour dropdown',
|
|
562
568
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
563
569
|
'fabric.editor.imageBorderOptions': 'Border options',
|
|
564
570
|
'fabric.editor.imageBorderSize': 'Size',
|
|
571
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Image border options Size dropdown',
|
|
565
572
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
566
573
|
'fabric.editor.improvement': 'Improvement',
|
|
567
574
|
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
@@ -737,6 +744,8 @@ var _default = exports.default = {
|
|
|
737
744
|
'fabric.editor.splitCell': 'Split cell',
|
|
738
745
|
'fabric.editor.status': 'Status',
|
|
739
746
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
747
|
+
'fabric.editor.statusEditorLabel': 'Status editor',
|
|
748
|
+
'fabric.editor.statusPickerOpenedAlert': 'Status editor popup opened, press Tab to access popup',
|
|
740
749
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
741
750
|
'fabric.editor.story': 'Story',
|
|
742
751
|
'fabric.editor.strike': 'Strikethrough',
|
|
@@ -833,6 +842,7 @@ var _default = exports.default = {
|
|
|
833
842
|
'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
|
|
834
843
|
'fabric.editor.viewCommentOnMedia': 'View comments',
|
|
835
844
|
'fabric.editor.viewMore': 'View more',
|
|
845
|
+
'fabric.editor.viewMoreAriaLabel': 'View all elements',
|
|
836
846
|
'fabric.editor.visit': 'Open link in a new window',
|
|
837
847
|
'fabric.editor.warning': 'Warning',
|
|
838
848
|
'fabric.editor.warningPanel': 'Warning panel',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Summarizes the content of the update',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generate',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Ask Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Edit',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Insert',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insert at top',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insert below',
|
|
@@ -336,6 +337,8 @@ var _default = exports.default = {
|
|
|
336
337
|
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
337
338
|
'fabric.editor.blockquote2': 'Quote',
|
|
338
339
|
'fabric.editor.bold': 'Bold',
|
|
340
|
+
'fabric.editor.breakoutFullWidthLabel': 'Full-width',
|
|
341
|
+
'fabric.editor.breakoutWideWidthLabel': 'Wide',
|
|
339
342
|
'fabric.editor.bug': 'Bug',
|
|
340
343
|
'fabric.editor.canNotSortTable': "⚠️ You can't sort a table with merged cells",
|
|
341
344
|
'fabric.editor.cancelButton': 'Cancel',
|
|
@@ -364,6 +367,7 @@ var _default = exports.default = {
|
|
|
364
367
|
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
365
368
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
366
369
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
370
|
+
'fabric.editor.colorPicker.menuLabel': 'Color picker menu',
|
|
367
371
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
368
372
|
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
369
373
|
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
@@ -494,6 +498,7 @@ var _default = exports.default = {
|
|
|
494
498
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
495
499
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
496
500
|
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
501
|
+
'fabric.editor.extensions.config-panel.loading-error.non-final': 'We ran into a bit of trouble. Refresh to try again.',
|
|
497
502
|
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
498
503
|
'fabric.editor.externalExtensionsHeading': 'Apps',
|
|
499
504
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
@@ -559,9 +564,11 @@ var _default = exports.default = {
|
|
|
559
564
|
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
560
565
|
'fabric.editor.imageBorderBold': 'Bold',
|
|
561
566
|
'fabric.editor.imageBorderColor': 'Color',
|
|
567
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Image border options Color dropdown',
|
|
562
568
|
'fabric.editor.imageBorderMedium': 'Medium',
|
|
563
569
|
'fabric.editor.imageBorderOptions': 'Border options',
|
|
564
570
|
'fabric.editor.imageBorderSize': 'Size',
|
|
571
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Image border options Size dropdown',
|
|
565
572
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
566
573
|
'fabric.editor.improvement': 'Improvement',
|
|
567
574
|
'fabric.editor.increaseSize': 'Increase table or media size',
|
|
@@ -737,6 +744,8 @@ var _default = exports.default = {
|
|
|
737
744
|
'fabric.editor.splitCell': 'Split cell',
|
|
738
745
|
'fabric.editor.status': 'Status',
|
|
739
746
|
'fabric.editor.status.description': 'Add a custom status label',
|
|
747
|
+
'fabric.editor.statusEditorLabel': 'Status editor',
|
|
748
|
+
'fabric.editor.statusPickerOpenedAlert': 'Status editor popup opened, press Tab to access popup',
|
|
740
749
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
741
750
|
'fabric.editor.story': 'Story',
|
|
742
751
|
'fabric.editor.strike': 'Strikethrough',
|
|
@@ -832,6 +841,7 @@ var _default = exports.default = {
|
|
|
832
841
|
'fabric.editor.viewAndAddCommentsOnMedia': 'View and add comments',
|
|
833
842
|
'fabric.editor.viewCommentOnMedia': 'View comments',
|
|
834
843
|
'fabric.editor.viewMore': 'View more',
|
|
844
|
+
'fabric.editor.viewMoreAriaLabel': 'View all elements',
|
|
835
845
|
'fabric.editor.visit': 'Open link in a new window',
|
|
836
846
|
'fabric.editor.warning': 'Warning',
|
|
837
847
|
'fabric.editor.warningPanel': 'Warning panel',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Resume el contenido de la actualización.',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generar',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Pregunta a Atlassian Intelligence',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Editar',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Insertar',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insertar arriba',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insertar debajo',
|
|
@@ -256,6 +257,8 @@ var _default = exports.default = {
|
|
|
256
257
|
'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
|
|
257
258
|
'fabric.editor.blockquote2': 'Citar',
|
|
258
259
|
'fabric.editor.bold': 'Negrita',
|
|
260
|
+
'fabric.editor.breakoutFullWidthLabel': 'Anchura completa',
|
|
261
|
+
'fabric.editor.breakoutWideWidthLabel': 'Ancho',
|
|
259
262
|
'fabric.editor.bug': 'Error',
|
|
260
263
|
'fabric.editor.canNotSortTable': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
261
264
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
@@ -284,6 +287,7 @@ var _default = exports.default = {
|
|
|
284
287
|
'fabric.editor.codeblock.description': 'Mostrar código con resaltado de sintaxis',
|
|
285
288
|
'fabric.editor.collapseNode': 'contraer contenido',
|
|
286
289
|
'fabric.editor.collapseTable': 'Contraer tabla',
|
|
290
|
+
'fabric.editor.colorPicker.menuLabel': 'Menú del selector de colores',
|
|
287
291
|
'fabric.editor.columnDragHandle': 'Opciones de columna',
|
|
288
292
|
'fabric.editor.columnMovedLeft': 'Columna movida a la izquierda a {index} de {total}',
|
|
289
293
|
'fabric.editor.columnMovedRight': 'Columna movida a la derecha a {index} de {total}',
|
|
@@ -335,6 +339,7 @@ var _default = exports.default = {
|
|
|
335
339
|
'fabric.editor.datasourceTitle': 'Editar consulta de búsqueda',
|
|
336
340
|
'fabric.editor.date': 'Fecha',
|
|
337
341
|
'fabric.editor.date.description': 'Añadir una fecha usando un calendario',
|
|
342
|
+
'fabric.editor.datePickerOpenedAlert': 'Ventana emergente abierta del editor de fecha y ventana emergente de Pulsa la tecla de tabulación para acceder',
|
|
338
343
|
'fabric.editor.decision': 'Decisión',
|
|
339
344
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
340
345
|
'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
|
|
@@ -478,9 +483,11 @@ var _default = exports.default = {
|
|
|
478
483
|
'fabric.editor.image.fullWidthLabel': 'Anchura completa',
|
|
479
484
|
'fabric.editor.imageBorderBold': 'Negrita',
|
|
480
485
|
'fabric.editor.imageBorderColor': 'Color',
|
|
486
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Menú desplegable de colores para los bordes de la imagen',
|
|
481
487
|
'fabric.editor.imageBorderMedium': 'Mediano',
|
|
482
488
|
'fabric.editor.imageBorderOptions': 'Opciones de borde',
|
|
483
489
|
'fabric.editor.imageBorderSize': 'Tamaño',
|
|
490
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Menú desplegable de tamaños para los bordes de la imagen',
|
|
484
491
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
485
492
|
'fabric.editor.improvement': 'Mejora',
|
|
486
493
|
'fabric.editor.increaseSize': 'Reducir tamaño de tabla o elemento multimedia',
|
|
@@ -656,6 +663,8 @@ var _default = exports.default = {
|
|
|
656
663
|
'fabric.editor.splitCell': 'Dividir celda',
|
|
657
664
|
'fabric.editor.status': 'Estado',
|
|
658
665
|
'fabric.editor.status.description': 'Añadir una etiqueta de estado personalizada',
|
|
666
|
+
'fabric.editor.statusEditorLabel': 'Editor de estados',
|
|
667
|
+
'fabric.editor.statusPickerOpenedAlert': 'Se ha abierto la ventana del editor de estado, pulsa la tecla de tabulación para acceder a la ventana emergente',
|
|
659
668
|
'fabric.editor.statusPlaceholder': 'Establecer un estado',
|
|
660
669
|
'fabric.editor.story': 'Historia',
|
|
661
670
|
'fabric.editor.strike': 'Tachado',
|
|
@@ -751,6 +760,7 @@ var _default = exports.default = {
|
|
|
751
760
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Ver y añadir comentarios',
|
|
752
761
|
'fabric.editor.viewCommentOnMedia': 'Ver comentarios',
|
|
753
762
|
'fabric.editor.viewMore': 'Ver más',
|
|
763
|
+
'fabric.editor.viewMoreAriaLabel': 'Ver todos los elementos',
|
|
754
764
|
'fabric.editor.visit': 'Abrir el enlace en otra ventana',
|
|
755
765
|
'fabric.editor.warning': 'Advertencia',
|
|
756
766
|
'fabric.editor.warningPanel': 'Panel de advertencias',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -39,6 +39,7 @@ var _default = exports.default = {
|
|
|
39
39
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Tekee yhteenvedon päivityksen sisällöstä',
|
|
40
40
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Luo',
|
|
41
41
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Kysy Atlassian Intelligenceltä',
|
|
42
|
+
'fabric.editor.ai.config.item.action.edit': 'Muokkaa',
|
|
42
43
|
'fabric.editor.ai.config.item.action.insert': 'Lisää',
|
|
43
44
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Lisää alkuun',
|
|
44
45
|
'fabric.editor.ai.config.item.action.insertBelow': 'Lisää alle',
|
|
@@ -256,6 +257,8 @@ var _default = exports.default = {
|
|
|
256
257
|
'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
|
|
257
258
|
'fabric.editor.blockquote2': 'Lainaa',
|
|
258
259
|
'fabric.editor.bold': 'Lihavoitu',
|
|
260
|
+
'fabric.editor.breakoutFullWidthLabel': 'Täysi leveys',
|
|
261
|
+
'fabric.editor.breakoutWideWidthLabel': 'Leveä',
|
|
259
262
|
'fabric.editor.bug': 'Bugi',
|
|
260
263
|
'fabric.editor.canNotSortTable': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
261
264
|
'fabric.editor.cancelButton': 'Peruuta',
|
|
@@ -284,6 +287,7 @@ var _default = exports.default = {
|
|
|
284
287
|
'fabric.editor.codeblock.description': 'Näytä koodi syntaksikorostuksen kanssa',
|
|
285
288
|
'fabric.editor.collapseNode': 'piilota sisältö',
|
|
286
289
|
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
290
|
+
'fabric.editor.colorPicker.menuLabel': 'Värivalitsimen valikko',
|
|
287
291
|
'fabric.editor.columnDragHandle': 'Sarakeasetukset',
|
|
288
292
|
'fabric.editor.columnMovedLeft': 'Sarake siirretty vasemmalle kohtaan {index}/{total}',
|
|
289
293
|
'fabric.editor.columnMovedRight': 'Sarake siirretty oikealle kohtaan {index}/{total}',
|
|
@@ -335,6 +339,7 @@ var _default = exports.default = {
|
|
|
335
339
|
'fabric.editor.datasourceTitle': 'Muokkaa hakukyselyä',
|
|
336
340
|
'fabric.editor.date': 'Päivämäärä',
|
|
337
341
|
'fabric.editor.date.description': 'Lisää päivämäärä kalenterin avulla',
|
|
342
|
+
'fabric.editor.datePickerOpenedAlert': 'Päivämäärän muokkauksen ponnahdusikkuna avattiin – siirry sinne painamalla sarkainta',
|
|
338
343
|
'fabric.editor.decision': 'Päätös',
|
|
339
344
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
340
345
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
@@ -478,9 +483,11 @@ var _default = exports.default = {
|
|
|
478
483
|
'fabric.editor.image.fullWidthLabel': 'Täysi leveys',
|
|
479
484
|
'fabric.editor.imageBorderBold': 'Voimakas',
|
|
480
485
|
'fabric.editor.imageBorderColor': 'Väri',
|
|
486
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Kuvan reunavaihtoehdot, värin avattava valikko',
|
|
481
487
|
'fabric.editor.imageBorderMedium': 'Keskikokoinen',
|
|
482
488
|
'fabric.editor.imageBorderOptions': 'Reunan asetukset',
|
|
483
489
|
'fabric.editor.imageBorderSize': 'Koko',
|
|
490
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Kuvan reunavaihtoehdot, koon avattava valikko',
|
|
484
491
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
485
492
|
'fabric.editor.improvement': 'Parannus',
|
|
486
493
|
'fabric.editor.increaseSize': 'Lisää taulukon/median kokoa',
|
|
@@ -656,6 +663,8 @@ var _default = exports.default = {
|
|
|
656
663
|
'fabric.editor.splitCell': 'Jaa solu',
|
|
657
664
|
'fabric.editor.status': 'Tila',
|
|
658
665
|
'fabric.editor.status.description': 'Lisää mukautettu tilan tunniste',
|
|
666
|
+
'fabric.editor.statusEditorLabel': 'Tilan muokkain',
|
|
667
|
+
'fabric.editor.statusPickerOpenedAlert': 'Tilan muokkauksen ponnahdusikkuna avattiin – siirry sinne painamalla sarkainta',
|
|
659
668
|
'fabric.editor.statusPlaceholder': 'Aseta tila',
|
|
660
669
|
'fabric.editor.story': 'Tarina',
|
|
661
670
|
'fabric.editor.strike': 'Yliviivaus',
|
|
@@ -751,6 +760,7 @@ var _default = exports.default = {
|
|
|
751
760
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Näytä ja lisää kommentteja',
|
|
752
761
|
'fabric.editor.viewCommentOnMedia': 'Näytä kommentit',
|
|
753
762
|
'fabric.editor.viewMore': 'Näytä lisää',
|
|
763
|
+
'fabric.editor.viewMoreAriaLabel': 'Näytä kaikki elementit',
|
|
754
764
|
'fabric.editor.visit': 'Avaa linkki uudessa ikkunassa',
|
|
755
765
|
'fabric.editor.warning': 'Varoitus',
|
|
756
766
|
'fabric.editor.warningPanel': 'Varoituspaneeli',
|