@atlaskit/editor-common 107.1.0 → 107.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/dist/cjs/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/cjs/i18n/cs.js +9 -0
- package/dist/cjs/i18n/da.js +9 -0
- package/dist/cjs/i18n/de.js +8 -0
- package/dist/cjs/i18n/en.js +1 -1
- package/dist/cjs/i18n/en_GB.js +1 -1
- package/dist/cjs/i18n/en_ZZ.js +1 -1
- package/dist/cjs/i18n/es.js +9 -1
- package/dist/cjs/i18n/fi.js +8 -0
- package/dist/cjs/i18n/fr.js +9 -2
- package/dist/cjs/i18n/hr.js +10 -1
- package/dist/cjs/i18n/hu.js +9 -0
- package/dist/cjs/i18n/it.js +8 -0
- package/dist/cjs/i18n/ja.js +8 -0
- package/dist/cjs/i18n/ko.js +9 -0
- package/dist/cjs/i18n/nb.js +10 -1
- package/dist/cjs/i18n/nl.js +9 -0
- package/dist/cjs/i18n/pl.js +7 -0
- package/dist/cjs/i18n/pt_BR.js +8 -0
- package/dist/cjs/i18n/ru.js +8 -0
- package/dist/cjs/i18n/sr_RS.js +9 -1
- package/dist/cjs/i18n/sr_YR.js +902 -0
- package/dist/cjs/i18n/sv.js +8 -0
- package/dist/cjs/i18n/th.js +9 -0
- package/dist/cjs/i18n/tr.js +7 -0
- package/dist/cjs/i18n/uk.js +10 -1
- package/dist/cjs/i18n/vi.js +9 -0
- package/dist/cjs/i18n/zh.js +8 -0
- package/dist/cjs/i18n/zh_TW.js +7 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/resizer.js +129 -4
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/breakout.js +46 -38
- package/dist/cjs/utils/hyperlink.js +1 -2
- package/dist/es2019/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/es2019/i18n/cs.js +9 -0
- package/dist/es2019/i18n/da.js +9 -0
- package/dist/es2019/i18n/de.js +8 -0
- package/dist/es2019/i18n/en.js +1 -1
- package/dist/es2019/i18n/en_GB.js +1 -1
- package/dist/es2019/i18n/en_ZZ.js +1 -1
- package/dist/es2019/i18n/es.js +9 -1
- package/dist/es2019/i18n/fi.js +8 -0
- package/dist/es2019/i18n/fr.js +9 -2
- package/dist/es2019/i18n/hr.js +10 -1
- package/dist/es2019/i18n/hu.js +9 -0
- package/dist/es2019/i18n/it.js +8 -0
- package/dist/es2019/i18n/ja.js +8 -0
- package/dist/es2019/i18n/ko.js +9 -0
- package/dist/es2019/i18n/nb.js +10 -1
- package/dist/es2019/i18n/nl.js +9 -0
- package/dist/es2019/i18n/pl.js +7 -0
- package/dist/es2019/i18n/pt_BR.js +8 -0
- package/dist/es2019/i18n/ru.js +8 -0
- package/dist/es2019/i18n/sr_RS.js +9 -1
- package/dist/es2019/i18n/sr_YR.js +896 -0
- package/dist/es2019/i18n/sv.js +8 -0
- package/dist/es2019/i18n/th.js +9 -0
- package/dist/es2019/i18n/tr.js +7 -0
- package/dist/es2019/i18n/uk.js +10 -1
- package/dist/es2019/i18n/vi.js +9 -0
- package/dist/es2019/i18n/zh.js +8 -0
- package/dist/es2019/i18n/zh_TW.js +7 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/resizer.js +128 -11
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/breakout.js +10 -10
- package/dist/es2019/utils/hyperlink.js +1 -2
- package/dist/esm/floating-toolbar/DropdownMenuItem.js +1 -2
- package/dist/esm/i18n/cs.js +9 -0
- package/dist/esm/i18n/da.js +9 -0
- package/dist/esm/i18n/de.js +8 -0
- package/dist/esm/i18n/en.js +1 -1
- package/dist/esm/i18n/en_GB.js +1 -1
- package/dist/esm/i18n/en_ZZ.js +1 -1
- package/dist/esm/i18n/es.js +9 -1
- package/dist/esm/i18n/fi.js +8 -0
- package/dist/esm/i18n/fr.js +9 -2
- package/dist/esm/i18n/hr.js +10 -1
- package/dist/esm/i18n/hu.js +9 -0
- package/dist/esm/i18n/it.js +8 -0
- package/dist/esm/i18n/ja.js +8 -0
- package/dist/esm/i18n/ko.js +9 -0
- package/dist/esm/i18n/nb.js +10 -1
- package/dist/esm/i18n/nl.js +9 -0
- package/dist/esm/i18n/pl.js +7 -0
- package/dist/esm/i18n/pt_BR.js +8 -0
- package/dist/esm/i18n/ru.js +8 -0
- package/dist/esm/i18n/sr_RS.js +9 -1
- package/dist/esm/i18n/sr_YR.js +896 -0
- package/dist/esm/i18n/sv.js +8 -0
- package/dist/esm/i18n/th.js +9 -0
- package/dist/esm/i18n/tr.js +7 -0
- package/dist/esm/i18n/uk.js +10 -1
- package/dist/esm/i18n/vi.js +9 -0
- package/dist/esm/i18n/zh.js +8 -0
- package/dist/esm/i18n/zh_TW.js +7 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/resizer.js +129 -4
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/breakout.js +46 -38
- package/dist/esm/utils/hyperlink.js +1 -2
- package/dist/types/i18n/cs.d.ts +9 -0
- package/dist/types/i18n/da.d.ts +9 -0
- package/dist/types/i18n/de.d.ts +8 -0
- package/dist/types/i18n/es.d.ts +8 -0
- package/dist/types/i18n/fi.d.ts +8 -0
- package/dist/types/i18n/fr.d.ts +7 -0
- package/dist/types/i18n/hr.d.ts +9 -0
- package/dist/types/i18n/hu.d.ts +9 -0
- package/dist/types/i18n/it.d.ts +8 -0
- package/dist/types/i18n/ja.d.ts +8 -0
- package/dist/types/i18n/ko.d.ts +9 -0
- package/dist/types/i18n/nb.d.ts +9 -0
- package/dist/types/i18n/nl.d.ts +9 -0
- package/dist/types/i18n/pl.d.ts +7 -0
- package/dist/types/i18n/pt_BR.d.ts +8 -0
- package/dist/types/i18n/ru.d.ts +8 -0
- package/dist/types/i18n/sr_RS.d.ts +8 -0
- package/dist/types/i18n/sr_YR.d.ts +895 -0
- package/dist/types/i18n/sv.d.ts +8 -0
- package/dist/types/i18n/th.d.ts +9 -0
- package/dist/types/i18n/tr.d.ts +7 -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 +8 -0
- package/dist/types/i18n/zh_TW.d.ts +7 -0
- package/dist/types/utils/breakout.d.ts +3 -3
- package/dist/types-ts4.5/i18n/cs.d.ts +9 -0
- package/dist/types-ts4.5/i18n/da.d.ts +9 -0
- package/dist/types-ts4.5/i18n/de.d.ts +8 -0
- package/dist/types-ts4.5/i18n/es.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +8 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +9 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -0
- package/dist/types-ts4.5/i18n/it.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +8 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +8 -0
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +8 -0
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +895 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +8 -0
- package/dist/types-ts4.5/i18n/th.d.ts +9 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -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 +8 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +7 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +3 -3
- package/package.json +2 -8
|
@@ -32,48 +32,56 @@ var breakoutConsts = exports.breakoutConsts = {
|
|
|
32
32
|
/**
|
|
33
33
|
* This function can return percentage value or px value depending upon the inputs
|
|
34
34
|
*/
|
|
35
|
-
calcBreakoutWidth: function calcBreakoutWidth(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
case 'wide':
|
|
41
|
-
if (effectiveFullWidth <= 0) {
|
|
42
|
-
return '100%';
|
|
43
|
-
}
|
|
44
|
-
var wideWidth = breakoutConsts.calcWideWidth(containerWidth, undefined, undefined, padding);
|
|
45
|
-
if (wideWidth.endsWith('%')) {
|
|
35
|
+
calcBreakoutWidth: function calcBreakoutWidth(breakoutConsts) {
|
|
36
|
+
return function (layout, containerWidth, padding) {
|
|
37
|
+
var effectiveFullWidth = containerWidth - (padding !== null && padding !== void 0 ? padding : breakoutConsts.padding);
|
|
38
|
+
switch (layout) {
|
|
39
|
+
case 'full-width':
|
|
46
40
|
return "".concat(Math.min(effectiveFullWidth, breakoutConsts.fullWidthLayoutWidth), "px");
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
41
|
+
case 'wide':
|
|
42
|
+
if (effectiveFullWidth <= 0) {
|
|
43
|
+
return '100%';
|
|
44
|
+
}
|
|
45
|
+
var wideWidth = breakoutConsts.calcWideWidth(breakoutConsts)(containerWidth, undefined, undefined, padding);
|
|
46
|
+
if (wideWidth.endsWith('%')) {
|
|
47
|
+
return "".concat(Math.min(effectiveFullWidth, breakoutConsts.fullWidthLayoutWidth), "px");
|
|
48
|
+
}
|
|
49
|
+
return wideWidth;
|
|
50
|
+
default:
|
|
51
|
+
return '100%';
|
|
52
|
+
}
|
|
53
|
+
};
|
|
52
54
|
},
|
|
53
|
-
calcBreakoutWithCustomWidth: function calcBreakoutWithCustomWidth(
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
55
|
+
calcBreakoutWithCustomWidth: function calcBreakoutWithCustomWidth(breakoutConsts) {
|
|
56
|
+
return function (mode, width, editorContainerWidth) {
|
|
57
|
+
if (width !== null && width > 0) {
|
|
58
|
+
var effectiveFullWidth = editorContainerWidth - breakoutConsts.padding;
|
|
59
|
+
// if below 0 then expect we're rendering in SSR
|
|
60
|
+
return "".concat(Math.min(width, effectiveFullWidth), "px");
|
|
61
|
+
}
|
|
62
|
+
return breakoutConsts.calcBreakoutWidth(breakoutConsts)(mode, editorContainerWidth);
|
|
63
|
+
};
|
|
60
64
|
},
|
|
61
|
-
calcLineLength: function calcLineLength() {
|
|
62
|
-
return
|
|
65
|
+
calcLineLength: function calcLineLength(breakoutConsts) {
|
|
66
|
+
return function () {
|
|
67
|
+
return breakoutConsts.defaultLayoutWidth;
|
|
68
|
+
};
|
|
63
69
|
},
|
|
64
|
-
calcWideWidth: function calcWideWidth() {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
calcWideWidth: function calcWideWidth(breakoutConsts) {
|
|
71
|
+
return function () {
|
|
72
|
+
var containerWidth = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : breakoutConsts.defaultLayoutWidth;
|
|
73
|
+
var maxWidth = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Infinity;
|
|
74
|
+
var fallback = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '100%';
|
|
75
|
+
var padding = arguments.length > 3 ? arguments[3] : undefined;
|
|
76
|
+
var effectiveFullWidth = containerWidth - (padding !== null && padding !== void 0 ? padding : breakoutConsts.padding);
|
|
77
|
+
var layoutMaxWidth = breakoutConsts.mapBreakpointToLayoutMaxWidth(breakoutConsts.getBreakpoint(containerWidth));
|
|
78
|
+
var wideWidth = Math.min(Math.ceil(layoutMaxWidth * breakoutConsts.wideScaleRatio), effectiveFullWidth);
|
|
79
|
+
return layoutMaxWidth > wideWidth ? fallback : "".concat(Math.min(maxWidth, wideWidth), "px");
|
|
80
|
+
};
|
|
73
81
|
}
|
|
74
82
|
};
|
|
75
83
|
var absoluteBreakoutWidth = exports.absoluteBreakoutWidth = function absoluteBreakoutWidth(layout, containerWidth) {
|
|
76
|
-
var breakoutWidth = breakoutConsts.calcBreakoutWidth(layout, containerWidth);
|
|
84
|
+
var breakoutWidth = breakoutConsts.calcBreakoutWidth(breakoutConsts)(layout, containerWidth);
|
|
77
85
|
|
|
78
86
|
// If it's percent, map to max layout size
|
|
79
87
|
if (breakoutWidth.endsWith('%')) {
|
|
@@ -88,9 +96,9 @@ var absoluteBreakoutWidth = exports.absoluteBreakoutWidth = function absoluteBre
|
|
|
88
96
|
}
|
|
89
97
|
return parseInt(breakoutWidth, 10);
|
|
90
98
|
};
|
|
91
|
-
var calcWideWidth = exports.calcWideWidth = breakoutConsts.calcWideWidth;
|
|
92
|
-
var calcBreakoutWidth = exports.calcBreakoutWidth = breakoutConsts.calcBreakoutWidth;
|
|
93
|
-
var calcBreakoutWithCustomWidth = exports.calcBreakoutWithCustomWidth = breakoutConsts.calcBreakoutWithCustomWidth;
|
|
99
|
+
var calcWideWidth = exports.calcWideWidth = breakoutConsts.calcWideWidth(breakoutConsts);
|
|
100
|
+
var calcBreakoutWidth = exports.calcBreakoutWidth = breakoutConsts.calcBreakoutWidth(breakoutConsts);
|
|
101
|
+
var calcBreakoutWithCustomWidth = exports.calcBreakoutWithCustomWidth = breakoutConsts.calcBreakoutWithCustomWidth(breakoutConsts);
|
|
94
102
|
function calculateBreakoutStyles(_ref) {
|
|
95
103
|
var mode = _ref.mode,
|
|
96
104
|
widthStateLineLength = _ref.widthStateLineLength,
|
|
@@ -14,7 +14,6 @@ exports.normalizeUrl = normalizeUrl;
|
|
|
14
14
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
15
15
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
16
16
|
var _adfSchema = require("@atlaskit/adf-schema");
|
|
17
|
-
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
18
17
|
var _enums = require("../analytics/types/enums");
|
|
19
18
|
var _shouldAutoLinkifyTld = require("./should-auto-linkify-tld");
|
|
20
19
|
var _slice = require("./slice");
|
|
@@ -220,7 +219,7 @@ var canLinkBeCreatedInRange = exports.canLinkBeCreatedInRange = function canLink
|
|
|
220
219
|
if ($from.parent.type.allowsMarkType(link)) {
|
|
221
220
|
var allowed = true;
|
|
222
221
|
state.doc.nodesBetween(from, to, function (node) {
|
|
223
|
-
var hasInlineCard = node.type === state.schema.nodes.inlineCard
|
|
222
|
+
var hasInlineCard = node.type === state.schema.nodes.inlineCard;
|
|
224
223
|
allowed = allowed && !node.marks.some(function (m) {
|
|
225
224
|
return m.type.excludes(link);
|
|
226
225
|
}) && !hasInlineCard;
|
|
@@ -10,7 +10,6 @@ import { css, jsx } from '@emotion/react';
|
|
|
10
10
|
|
|
11
11
|
import EditorDoneIcon from '@atlaskit/icon/core/migration/check-mark--editor-done';
|
|
12
12
|
import { ButtonItem } from '@atlaskit/menu';
|
|
13
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
14
13
|
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
15
14
|
import Tooltip from '@atlaskit/tooltip';
|
|
16
15
|
import { messages } from '../floating-toolbar';
|
|
@@ -154,7 +153,7 @@ export const DropdownMenuItem = props => {
|
|
|
154
153
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
155
154
|
const hasRole = item => {
|
|
156
155
|
var _item$domItemOptions2;
|
|
157
|
-
if (editorExperiment('platform_editor_controls', 'variant1')
|
|
156
|
+
if (editorExperiment('platform_editor_controls', 'variant1')) {
|
|
158
157
|
var _item$domItemOptions;
|
|
159
158
|
return ((_item$domItemOptions = item.domItemOptions) === null || _item$domItemOptions === void 0 ? void 0 : _item$domItemOptions.type) === 'item-checkbox' ? 'menuitemcheckbox' : 'menuitem';
|
|
160
159
|
}
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Vložit',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Vložit nahoru',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Vložit pod',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Vložit pod originál',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Nahradit',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Nahradit název',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Název nesmí mít více znaků než {maxLength}.',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Pokračovat v chatu',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Otevřít v chatu',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence – Agent Rovo',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Zkrátí obsah, aby byl stručnější.',
|
|
@@ -221,6 +223,7 @@ export default {
|
|
|
221
223
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.title': 'Vyzkoušejte AI',
|
|
223
225
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otevřít Atlassian Intelligence',
|
|
226
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Zeptat se AI {key}+'",
|
|
224
227
|
'fabric.editor.alignCenter': 'Zarovnat na střed',
|
|
225
228
|
'fabric.editor.alignImageCenter': 'Zarovnat na střed',
|
|
226
229
|
'fabric.editor.alignImageLeft': 'Zarovnat vlevo',
|
|
@@ -252,6 +255,10 @@ export default {
|
|
|
252
255
|
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
253
256
|
'fabric.editor.blockquote2': 'Citace',
|
|
254
257
|
'fabric.editor.bold': 'Tučné',
|
|
258
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Změnit velikost fragmentu kódu',
|
|
259
|
+
'fabric.editor.breakout.resizeElement': 'Změnit velikost prvku',
|
|
260
|
+
'fabric.editor.breakout.resizeExpand': 'Změnit velikost rozbalitelné sekce',
|
|
261
|
+
'fabric.editor.breakout.resizeLayout': 'Změnit velikost rozvržení',
|
|
255
262
|
'fabric.editor.breakoutFullWidthLabel': 'Celá šířka',
|
|
256
263
|
'fabric.editor.breakoutWideWidthLabel': 'Široká',
|
|
257
264
|
'fabric.editor.bug': 'Chyba',
|
|
@@ -338,6 +345,7 @@ export default {
|
|
|
338
345
|
'fabric.editor.decision': 'Rozhodnutí',
|
|
339
346
|
'fabric.editor.decision.description': 'Zaznamenávejte rozhodnutí, aby se snadněji sledovala',
|
|
340
347
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
348
|
+
'fabric.editor.decreaseElementSize': 'Snížit velikost prvku',
|
|
341
349
|
'fabric.editor.decreaseSize': 'Snížit velikost tabulky nebo multimédia',
|
|
342
350
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
343
351
|
'fabric.editor.delete': 'Odstranit',
|
|
@@ -485,6 +493,7 @@ export default {
|
|
|
485
493
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Rozevírací seznam s možnostmi velikosti ohraničení obrázku',
|
|
486
494
|
'fabric.editor.imageBorderSubtle': 'Útlé',
|
|
487
495
|
'fabric.editor.improvement': 'Vylepšení',
|
|
496
|
+
'fabric.editor.increaseElementSize': 'Zvýšit velikost prvku',
|
|
488
497
|
'fabric.editor.increaseSize': 'Zvýšit velikost tabulky nebo multimédia',
|
|
489
498
|
'fabric.editor.indent': 'Zvětšit odsazení',
|
|
490
499
|
'fabric.editor.info': 'Informace',
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Indsæt',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Indsæt foroven',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Indsæt nedenfor',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Indsæt under original',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Erstat',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Erstat titel',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Titlen må højst indeholde {maxLength} tegn',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Fortsæt i chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Åbn i chat',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo-medarbejder',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Forkorter indholdet for at gøre det mere kortfattet',
|
|
@@ -220,6 +222,7 @@ export default {
|
|
|
220
222
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
221
223
|
'fabric.editor.ai.toolbar.tryAI.title': 'Prøv AI',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Åbn Atlassian Intelligence',
|
|
225
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Spørg AI {key}+'",
|
|
223
226
|
'fabric.editor.alignCenter': 'Centrér',
|
|
224
227
|
'fabric.editor.alignImageCenter': 'Centrér',
|
|
225
228
|
'fabric.editor.alignImageLeft': 'Venstrejustér',
|
|
@@ -251,6 +254,10 @@ export default {
|
|
|
251
254
|
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
252
255
|
'fabric.editor.blockquote2': 'Citer',
|
|
253
256
|
'fabric.editor.bold': 'Fed',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Tilpas størrelse på kodestykke',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': 'Tilpas størrelse på element',
|
|
259
|
+
'fabric.editor.breakout.resizeExpand': 'Tilpas størrelse på udvidelse',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Tilpas størrelse på layout',
|
|
254
261
|
'fabric.editor.breakoutFullWidthLabel': 'Fuld bredde',
|
|
255
262
|
'fabric.editor.breakoutWideWidthLabel': 'Bredt',
|
|
256
263
|
'fabric.editor.bug': 'Fejl',
|
|
@@ -337,6 +344,7 @@ export default {
|
|
|
337
344
|
'fabric.editor.decision': 'Beslutning',
|
|
338
345
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
339
346
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Reducer elementstørrelse',
|
|
340
348
|
'fabric.editor.decreaseSize': 'Reducer tabel- eller mediestørrelse',
|
|
341
349
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
342
350
|
'fabric.editor.delete': 'Slet',
|
|
@@ -484,6 +492,7 @@ export default {
|
|
|
484
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Indstillinger for billedkant Rullemenuen størrelse',
|
|
485
493
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
486
494
|
'fabric.editor.improvement': 'Forbedring',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Øg elementstørrelse',
|
|
487
496
|
'fabric.editor.increaseSize': 'Forøg tabel- eller mediestørrelse',
|
|
488
497
|
'fabric.editor.indent': 'Ryk ind',
|
|
489
498
|
'fabric.editor.info': 'Info',
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Einfügen',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Oben einfügen',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Unten einfügen',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Unter dem Original einfügen',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Ersetzen',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Titel ersetzen',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Der Titel darf nicht mehr als {maxLength} Zeichen enthalten.',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Im Chat fortfahren',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Im Chat öffnen',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Rovo-Agent von Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Kürzt den Inhalt, um ihn präziser zu machen',
|
|
@@ -220,6 +222,7 @@ export default {
|
|
|
220
222
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
221
223
|
'fabric.editor.ai.toolbar.tryAI.title': 'AI testen',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Atlassian Intelligence öffnen',
|
|
225
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Atlassian Intelligence fragen – {key}+'",
|
|
223
226
|
'fabric.editor.alignCenter': 'Mittig ausrichten',
|
|
224
227
|
'fabric.editor.alignImageCenter': 'Mittig ausrichten',
|
|
225
228
|
'fabric.editor.alignImageLeft': 'Links ausrichten',
|
|
@@ -251,6 +254,9 @@ export default {
|
|
|
251
254
|
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
|
252
255
|
'fabric.editor.blockquote2': 'Zitieren',
|
|
253
256
|
'fabric.editor.bold': 'Fett',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Größe des Code-Auszugs ändern',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': 'Größe des Elements ändern',
|
|
259
|
+
'fabric.editor.breakout.resizeLayout': 'Größe des Layouts ändern',
|
|
254
260
|
'fabric.editor.breakoutFullWidthLabel': 'Volle Breite',
|
|
255
261
|
'fabric.editor.breakoutWideWidthLabel': 'Breit',
|
|
256
262
|
'fabric.editor.bug': 'Bug',
|
|
@@ -337,6 +343,7 @@ export default {
|
|
|
337
343
|
'fabric.editor.decision': 'Entscheidung',
|
|
338
344
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
339
345
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
346
|
+
'fabric.editor.decreaseElementSize': 'Größe des Elements verringern',
|
|
340
347
|
'fabric.editor.decreaseSize': 'Tabellen- oder Mediengröße verringern',
|
|
341
348
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
342
349
|
'fabric.editor.delete': 'Löschen',
|
|
@@ -484,6 +491,7 @@ export default {
|
|
|
484
491
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Drop-down-Menü für die Größenauswahl von Bildrändern',
|
|
485
492
|
'fabric.editor.imageBorderSubtle': 'Schmal',
|
|
486
493
|
'fabric.editor.improvement': 'Verbesserung',
|
|
494
|
+
'fabric.editor.increaseElementSize': 'Größe des Elements erhöhen',
|
|
487
495
|
'fabric.editor.increaseSize': 'Tabellen- oder Mediengröße erhöhen',
|
|
488
496
|
'fabric.editor.indent': 'Einzug vergrößern',
|
|
489
497
|
'fabric.editor.info': 'Info',
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -507,7 +507,7 @@ export default {
|
|
|
507
507
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
508
508
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
509
509
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
510
|
-
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the
|
|
510
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
511
511
|
'fabric.editor.find': 'Find',
|
|
512
512
|
'fabric.editor.findNext': 'Find next',
|
|
513
513
|
'fabric.editor.findPrevious': 'Find previous',
|
|
@@ -507,7 +507,7 @@ export default {
|
|
|
507
507
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
508
508
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
509
509
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
510
|
-
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the
|
|
510
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
511
511
|
'fabric.editor.find': 'Find',
|
|
512
512
|
'fabric.editor.findNext': 'Find next',
|
|
513
513
|
'fabric.editor.findPrevious': 'Find previous',
|
|
@@ -507,7 +507,7 @@ export default {
|
|
|
507
507
|
'fabric.editor.externalMediaFile': 'External media file',
|
|
508
508
|
'fabric.editor.failed_to_upload': 'Failed to upload',
|
|
509
509
|
'fabric.editor.feedbackDialog': 'Give feedback',
|
|
510
|
-
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the
|
|
510
|
+
'fabric.editor.feedbackDialog.description': 'Tell us about your experience using the cloud editor',
|
|
511
511
|
'fabric.editor.find': 'Find',
|
|
512
512
|
'fabric.editor.findNext': 'Find next',
|
|
513
513
|
'fabric.editor.findPrevious': 'Find previous',
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Insertar',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insertar arriba',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insertar debajo',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Insertar debajo del original',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Reemplazar',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Reemplazar título',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'El título no puede superar los {maxLength} caracteres',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continuar en el chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Abrir en el chat',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Agente Rovo de Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Acorta el contenido para hacerlo más conciso',
|
|
@@ -221,6 +223,7 @@ export default {
|
|
|
221
223
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.title': 'Probar AI',
|
|
223
225
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Abrir Atlassian Intelligence',
|
|
226
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pregunta a Atlassian Intelligence {key}+'",
|
|
224
227
|
'fabric.editor.alignCenter': 'Centrar',
|
|
225
228
|
'fabric.editor.alignImageCenter': 'Centrar',
|
|
226
229
|
'fabric.editor.alignImageLeft': 'Alinear a la izquierda',
|
|
@@ -252,6 +255,9 @@ export default {
|
|
|
252
255
|
'fabric.editor.blockquote.description': 'Insertar una cita o referencia',
|
|
253
256
|
'fabric.editor.blockquote2': 'Citar',
|
|
254
257
|
'fabric.editor.bold': 'Negrita',
|
|
258
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Redimensionar el fragmento de código',
|
|
259
|
+
'fabric.editor.breakout.resizeElement': 'Redimensionar el elemento',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Redimensionar diseño',
|
|
255
261
|
'fabric.editor.breakoutFullWidthLabel': 'Anchura completa',
|
|
256
262
|
'fabric.editor.breakoutWideWidthLabel': 'Ancho',
|
|
257
263
|
'fabric.editor.bug': 'Error',
|
|
@@ -338,6 +344,7 @@ export default {
|
|
|
338
344
|
'fabric.editor.decision': 'Decisión',
|
|
339
345
|
'fabric.editor.decision.description': 'Captar decisiones para que sea más fácil supervisarlas',
|
|
340
346
|
'fabric.editor.decisionPlaceholder': 'Añadir una decisión...',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Reducir el tamaño del elemento',
|
|
341
348
|
'fabric.editor.decreaseSize': 'Reducir tamaño de tabla o elemento multimedia',
|
|
342
349
|
'fabric.editor.defaultAltText': 'Documento',
|
|
343
350
|
'fabric.editor.delete': 'Eliminar',
|
|
@@ -418,7 +425,7 @@ export default {
|
|
|
418
425
|
'fabric.editor.externalMediaFile': 'Archivo multimedia externo',
|
|
419
426
|
'fabric.editor.failed_to_upload': 'Error al cargar',
|
|
420
427
|
'fabric.editor.feedbackDialog': 'Enviar comentarios',
|
|
421
|
-
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor
|
|
428
|
+
'fabric.editor.feedbackDialog.description': 'Cuéntanos tu experiencia con el editor en la nube',
|
|
422
429
|
'fabric.editor.find': 'Buscar',
|
|
423
430
|
'fabric.editor.findNext': 'Buscar siguiente',
|
|
424
431
|
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
@@ -485,6 +492,7 @@ export default {
|
|
|
485
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Menú desplegable de tamaños para los bordes de la imagen',
|
|
486
493
|
'fabric.editor.imageBorderSubtle': 'Sutil',
|
|
487
494
|
'fabric.editor.improvement': 'Mejora',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Aumentar el tamaño del elemento',
|
|
488
496
|
'fabric.editor.increaseSize': 'Reducir tamaño de tabla o elemento multimedia',
|
|
489
497
|
'fabric.editor.indent': 'Aplicar sangría',
|
|
490
498
|
'fabric.editor.info': 'Información',
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Lisää',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Lisää alkuun',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Lisää alle',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Lisää alkuperäisen alle',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Korvaa',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Korvaa otsikko',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Otsikossa saa olla enintään {maxLength} merkkiä',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Jatka chatissa',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Avaa chatissa',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligencen Rovo-agentti',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Lyhentää sisältöä, jotta se olisi ytimekkäämpi',
|
|
@@ -221,6 +223,7 @@ export default {
|
|
|
221
223
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.title': 'Kokeile AI:ta',
|
|
223
225
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Avaa Atlassian Intelligence',
|
|
226
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Kysy Atlassian Intelligenceltä {key}+'",
|
|
224
227
|
'fabric.editor.alignCenter': 'Tasaa keskelle',
|
|
225
228
|
'fabric.editor.alignImageCenter': 'Tasaa keskelle',
|
|
226
229
|
'fabric.editor.alignImageLeft': 'Tasaa vasemmalle',
|
|
@@ -252,6 +255,9 @@ export default {
|
|
|
252
255
|
'fabric.editor.blockquote.description': 'Lisää lainaus tai sitaatti',
|
|
253
256
|
'fabric.editor.blockquote2': 'Lainaa',
|
|
254
257
|
'fabric.editor.bold': 'Lihavoitu',
|
|
258
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Muuta koodinpätkän kokoa',
|
|
259
|
+
'fabric.editor.breakout.resizeElement': 'Muuta elementin kokoa',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Muuta asettelun kokoa',
|
|
255
261
|
'fabric.editor.breakoutFullWidthLabel': 'Täysi leveys',
|
|
256
262
|
'fabric.editor.breakoutWideWidthLabel': 'Leveä',
|
|
257
263
|
'fabric.editor.bug': 'Bugi',
|
|
@@ -338,6 +344,7 @@ export default {
|
|
|
338
344
|
'fabric.editor.decision': 'Päätös',
|
|
339
345
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
340
346
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Pienennä elementin kokoa',
|
|
341
348
|
'fabric.editor.decreaseSize': 'Vähennä taulukon/median kokoa',
|
|
342
349
|
'fabric.editor.defaultAltText': 'Asiakirja',
|
|
343
350
|
'fabric.editor.delete': 'Poista',
|
|
@@ -485,6 +492,7 @@ export default {
|
|
|
485
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Kuvan reunavaihtoehdot, koon pudotusvalikko',
|
|
486
493
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
487
494
|
'fabric.editor.improvement': 'Parannus',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Suurenna elementin kokoa',
|
|
488
496
|
'fabric.editor.increaseSize': 'Lisää taulukon/median kokoa',
|
|
489
497
|
'fabric.editor.indent': 'Sisennys',
|
|
490
498
|
'fabric.editor.info': 'Tietoja',
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Insérer',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Insérer en haut',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Insérer en dessous',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': "Insérer l'original en dessous",
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Remplacer',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Remplacer le titre',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Le titre ne peut pas dépasser {maxLength} caractères',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continuer dans le chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Ouvrir dans le chat',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Agent Rovo Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Raccourcit le contenu pour le rendre plus concis',
|
|
@@ -252,6 +254,9 @@ export default {
|
|
|
252
254
|
'fabric.editor.blockquote.description': 'Insérer une citation',
|
|
253
255
|
'fabric.editor.blockquote2': 'Citation',
|
|
254
256
|
'fabric.editor.bold': 'Gras',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Redimensionner le snippet de code',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': "Redimensionner l'élément",
|
|
259
|
+
'fabric.editor.breakout.resizeLayout': 'Redimensionner la disposition',
|
|
255
260
|
'fabric.editor.breakoutFullWidthLabel': 'Pleine largeur',
|
|
256
261
|
'fabric.editor.breakoutWideWidthLabel': 'Large',
|
|
257
262
|
'fabric.editor.bug': 'Bug',
|
|
@@ -311,7 +316,7 @@ export default {
|
|
|
311
316
|
'fabric.editor.configPanel.help': "Besoin d'aide ?",
|
|
312
317
|
'fabric.editor.configPanel.invalid': 'Champ non valide',
|
|
313
318
|
'fabric.editor.configPanel.required': 'Champ obligatoire',
|
|
314
|
-
'fabric.editor.configPanel.submit': '
|
|
319
|
+
'fabric.editor.configPanel.submit': 'Enregistrer',
|
|
315
320
|
'fabric.editor.copiedToClipboard': 'Copié !',
|
|
316
321
|
'fabric.editor.copyToClipboard': 'Copier',
|
|
317
322
|
'fabric.editor.cornerControl': 'Mettre le tableau en surbrillance',
|
|
@@ -338,6 +343,7 @@ export default {
|
|
|
338
343
|
'fabric.editor.decision': 'Décision',
|
|
339
344
|
'fabric.editor.decision.description': 'Enregistrer des décisions pour les suivre plus facilement',
|
|
340
345
|
'fabric.editor.decisionPlaceholder': 'Ajoutez une décision…',
|
|
346
|
+
'fabric.editor.decreaseElementSize': "Réduire la taille de l'élément",
|
|
341
347
|
'fabric.editor.decreaseSize': 'Réduire la taille du tableau ou de la ressource',
|
|
342
348
|
'fabric.editor.defaultAltText': 'Document',
|
|
343
349
|
'fabric.editor.delete': 'Supprimer',
|
|
@@ -485,6 +491,7 @@ export default {
|
|
|
485
491
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': "Menu déroulant des options de tailles de la bordure de l'image",
|
|
486
492
|
'fabric.editor.imageBorderSubtle': 'Subtile',
|
|
487
493
|
'fabric.editor.improvement': 'Amélioration',
|
|
494
|
+
'fabric.editor.increaseElementSize': "Augmenter la taille de l'élément",
|
|
488
495
|
'fabric.editor.increaseSize': 'Augmenter la taille du tableau ou de la ressource',
|
|
489
496
|
'fabric.editor.indent': 'Retrait positif',
|
|
490
497
|
'fabric.editor.info': 'Informations',
|
|
@@ -558,7 +565,7 @@ export default {
|
|
|
558
565
|
'fabric.editor.media.pixelEntry.inputWidthTooltip': 'Largeur maximale : {maxWidth} pixels',
|
|
559
566
|
'fabric.editor.media.pixelEntry.migrationButtonText': 'Convertir en pixels',
|
|
560
567
|
'fabric.editor.media.pixelEntry.migrationButtonTooltip': "Passer d'un pourcentage à une taille de pixels fixe",
|
|
561
|
-
'fabric.editor.media.pixelEntry.submitButtonText': '
|
|
568
|
+
'fabric.editor.media.pixelEntry.submitButtonText': 'Enregistrer',
|
|
562
569
|
'fabric.editor.media.pixelEntry.validationFailedMessage': 'La validation de la largeur a échoué',
|
|
563
570
|
'fabric.editor.mediaAddLink': 'Ajouter un lien',
|
|
564
571
|
'fabric.editor.mediaFiles': 'Image, vidéo ou fichier',
|
package/dist/es2019/i18n/hr.js
CHANGED
|
@@ -36,9 +36,11 @@ export default {
|
|
|
36
36
|
'fabric.editor.ai.config.item.action.insert': 'Umetni',
|
|
37
37
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Umetni na vrhu',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertBelow': 'Umetni ispod',
|
|
39
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Umetni ispod izvornika',
|
|
39
40
|
'fabric.editor.ai.config.item.action.replace': 'Zamijeni',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Zamijeni naslov',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Naslov ne smije biti dulji od {maxLength} znakova',
|
|
43
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Nastavi u razgovoru',
|
|
42
44
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Otvori u chatu',
|
|
43
45
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo agent',
|
|
44
46
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Skraćuje sadržaj kako bi bio sažetiji',
|
|
@@ -291,6 +293,7 @@ export default {
|
|
|
291
293
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
292
294
|
'fabric.editor.ai.toolbar.tryAI.title': 'Isprobaj AI',
|
|
293
295
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Otvori Atlassian Intelligence',
|
|
296
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "Pitaj AI {key}+'",
|
|
294
297
|
'fabric.editor.alignCenter': 'Centriraj',
|
|
295
298
|
'fabric.editor.alignImageCenter': 'Centriraj',
|
|
296
299
|
'fabric.editor.alignImageLeft': 'Poravnaj lijevo',
|
|
@@ -322,6 +325,10 @@ export default {
|
|
|
322
325
|
'fabric.editor.blockquote.description': 'Umetni navod ili citat',
|
|
323
326
|
'fabric.editor.blockquote2': 'Navod',
|
|
324
327
|
'fabric.editor.bold': 'Podebljano',
|
|
328
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Promijeni veličinu isječka koda',
|
|
329
|
+
'fabric.editor.breakout.resizeElement': 'Promijeni veličinu elementa',
|
|
330
|
+
'fabric.editor.breakout.resizeExpand': 'Promijeni veličinu i proširi',
|
|
331
|
+
'fabric.editor.breakout.resizeLayout': 'Promijeni veličinu izgleda',
|
|
325
332
|
'fabric.editor.bug': 'Bug',
|
|
326
333
|
'fabric.editor.canNotSortTable': '⚠️ Ne možeš sortirati tablicu sa spojenim ćelijama',
|
|
327
334
|
'fabric.editor.cancelButton': 'Odustani',
|
|
@@ -404,6 +411,7 @@ export default {
|
|
|
404
411
|
'fabric.editor.decision': 'Odluka',
|
|
405
412
|
'fabric.editor.decision.description': 'Bilježi odluke radi lakšeg praćenja',
|
|
406
413
|
'fabric.editor.decisionPlaceholder': 'Dodaj odluku...',
|
|
414
|
+
'fabric.editor.decreaseElementSize': 'Smanji veličinu elementa',
|
|
407
415
|
'fabric.editor.decreaseSize': 'Smanji veličinu tablice ili medija',
|
|
408
416
|
'fabric.editor.defaultAltText': 'Dokument',
|
|
409
417
|
'fabric.editor.delete': 'Izbriši',
|
|
@@ -484,7 +492,7 @@ export default {
|
|
|
484
492
|
'fabric.editor.externalMediaFile': 'Vanjska medijska datoteka',
|
|
485
493
|
'fabric.editor.failed_to_upload': 'Učitavanje nije uspjelo',
|
|
486
494
|
'fabric.editor.feedbackDialog': 'Pošalji povratne informacije',
|
|
487
|
-
'fabric.editor.feedbackDialog.description': '
|
|
495
|
+
'fabric.editor.feedbackDialog.description': 'Recite nam o svom iskustvu upotrebe uređivača u oblaku',
|
|
488
496
|
'fabric.editor.find': 'Pronađi',
|
|
489
497
|
'fabric.editor.findNext': 'Pronađi sljedeće',
|
|
490
498
|
'fabric.editor.findPrevious': 'Pronađi prethodno',
|
|
@@ -549,6 +557,7 @@ export default {
|
|
|
549
557
|
'fabric.editor.imageBorderSize': 'Veličina',
|
|
550
558
|
'fabric.editor.imageBorderSubtle': 'Suptilno',
|
|
551
559
|
'fabric.editor.improvement': 'Poboljšanje',
|
|
560
|
+
'fabric.editor.increaseElementSize': 'Povećaj veličinu elementa',
|
|
552
561
|
'fabric.editor.increaseSize': 'Povećaj veličinu tablice ili medija',
|
|
553
562
|
'fabric.editor.indent': 'Alineja',
|
|
554
563
|
'fabric.editor.info': 'Informacije',
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Beszúrás',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Beszúrás felülre',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Beszúrás alulra',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': 'Beszúrás az eredeti alá',
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Csere',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Cím lecserélése',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'A cím nem lehet hosszabb {maxLength} karakternél',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Folytatás csevegésben',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Megnyitás csevegésben',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Atlassian Intelligence Rovo-ügynök',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Lerövidíti a tartalmat, hogy tömörebb legyen',
|
|
@@ -220,6 +222,7 @@ export default {
|
|
|
220
222
|
'fabric.editor.ai.toolbar.titleText': 'Atlassian Intelligence',
|
|
221
223
|
'fabric.editor.ai.toolbar.tryAI.title': 'Az AI kipróbálása',
|
|
222
224
|
'fabric.editor.ai.toolbar.tryAI.tooltip': 'Az Atlassian Intelligence megnyitása',
|
|
225
|
+
'fabric.editor.ai.toolbar.tryAI.tooltip.quickCommand': "AI megkérdezése {key}+'",
|
|
223
226
|
'fabric.editor.alignCenter': 'Középre igazítás',
|
|
224
227
|
'fabric.editor.alignImageCenter': 'Középre igazítás',
|
|
225
228
|
'fabric.editor.alignImageLeft': 'Balra igazítás',
|
|
@@ -251,6 +254,10 @@ export default {
|
|
|
251
254
|
'fabric.editor.blockquote.description': 'Idézet beszúrása',
|
|
252
255
|
'fabric.editor.blockquote2': 'Idézet',
|
|
253
256
|
'fabric.editor.bold': 'Félkövér',
|
|
257
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Kódrészlet átméretezése',
|
|
258
|
+
'fabric.editor.breakout.resizeElement': 'Elem átméretezése',
|
|
259
|
+
'fabric.editor.breakout.resizeExpand': 'Kibontás átméretezése',
|
|
260
|
+
'fabric.editor.breakout.resizeLayout': 'Elrendezés átméretezése',
|
|
254
261
|
'fabric.editor.breakoutFullWidthLabel': 'Teljes szélesség',
|
|
255
262
|
'fabric.editor.breakoutWideWidthLabel': 'Széles',
|
|
256
263
|
'fabric.editor.bug': 'Hiba',
|
|
@@ -337,6 +344,7 @@ export default {
|
|
|
337
344
|
'fabric.editor.decision': 'Döntés',
|
|
338
345
|
'fabric.editor.decision.description': 'Döntések rögzítése az egyszerű nyomon követés érdekében',
|
|
339
346
|
'fabric.editor.decisionPlaceholder': 'Döntés hozzáadása...',
|
|
347
|
+
'fabric.editor.decreaseElementSize': 'Elemméret csökkentése',
|
|
340
348
|
'fabric.editor.decreaseSize': 'Táblázat vagy média méretének csökkentése',
|
|
341
349
|
'fabric.editor.defaultAltText': 'Dokumentum',
|
|
342
350
|
'fabric.editor.delete': 'Törlés',
|
|
@@ -484,6 +492,7 @@ export default {
|
|
|
484
492
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Képkeret lehetőségei Méret legördülő menü',
|
|
485
493
|
'fabric.editor.imageBorderSubtle': 'Vékony',
|
|
486
494
|
'fabric.editor.improvement': 'Javítás',
|
|
495
|
+
'fabric.editor.increaseElementSize': 'Elemméret növelése',
|
|
487
496
|
'fabric.editor.increaseSize': 'Táblázat vagy média méretének növelése',
|
|
488
497
|
'fabric.editor.indent': 'Behúzás',
|
|
489
498
|
'fabric.editor.info': 'Információ',
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -37,9 +37,11 @@ export default {
|
|
|
37
37
|
'fabric.editor.ai.config.item.action.insert': 'Inserisci',
|
|
38
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Inserisci sopra',
|
|
39
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Inserisci sotto',
|
|
40
|
+
'fabric.editor.ai.config.item.action.insertBelowOriginal': "Inserisci sotto l'originale",
|
|
40
41
|
'fabric.editor.ai.config.item.action.replace': 'Sostituisci',
|
|
41
42
|
'fabric.editor.ai.config.item.action.replaceTitle': 'Sostituisci il titolo',
|
|
42
43
|
'fabric.editor.ai.config.item.action.replaceTitleTooLongDisabledTooltip': 'Il titolo non può superare {maxLength} caratteri',
|
|
44
|
+
'fabric.editor.ai.config.item.action.rovoAgents.contineChatLabel': 'Continua nella chat',
|
|
43
45
|
'fabric.editor.ai.config.item.action.rovoAgents.continueInChatLabel': 'Apri nella chat',
|
|
44
46
|
'fabric.editor.ai.config.item.agent.title': 'Agente Rovo di Atlassian Intelligence',
|
|
45
47
|
'fabric.editor.ai.config.item.atlas-shorten-update.description': 'Abbrevia il contenuto per renderlo più conciso',
|
|
@@ -251,6 +253,10 @@ export default {
|
|
|
251
253
|
'fabric.editor.blockquote.description': 'Inserisci citazione',
|
|
252
254
|
'fabric.editor.blockquote2': 'Citazione',
|
|
253
255
|
'fabric.editor.bold': 'Grassetto',
|
|
256
|
+
'fabric.editor.breakout.resizeCodeBlock': 'Ridimensiona frammento di codice',
|
|
257
|
+
'fabric.editor.breakout.resizeElement': 'Ridimensiona elemento',
|
|
258
|
+
'fabric.editor.breakout.resizeExpand': 'Ridimensiona espansione',
|
|
259
|
+
'fabric.editor.breakout.resizeLayout': 'Ridimensiona layout',
|
|
254
260
|
'fabric.editor.breakoutFullWidthLabel': 'Larghezza piena',
|
|
255
261
|
'fabric.editor.breakoutWideWidthLabel': 'Largo',
|
|
256
262
|
'fabric.editor.bug': 'Bug',
|
|
@@ -337,6 +343,7 @@ export default {
|
|
|
337
343
|
'fabric.editor.decision': 'Decisione',
|
|
338
344
|
'fabric.editor.decision.description': 'Acquisisci decisioni per monitorarle agevolmente',
|
|
339
345
|
'fabric.editor.decisionPlaceholder': 'Aggiungi una decisione…',
|
|
346
|
+
'fabric.editor.decreaseElementSize': "Riduci dimensioni dell'elemento",
|
|
340
347
|
'fabric.editor.decreaseSize': "Riduci le dimensioni della tabella o dell'elemento multimediale",
|
|
341
348
|
'fabric.editor.defaultAltText': 'Documento',
|
|
342
349
|
'fabric.editor.delete': 'Elimina',
|
|
@@ -484,6 +491,7 @@ export default {
|
|
|
484
491
|
'fabric.editor.imageBorderSize.dropdownAriaLabel': "Menu a discesa delle opzioni di dimensioni per il bordo dell'immagine",
|
|
485
492
|
'fabric.editor.imageBorderSubtle': 'Sottile',
|
|
486
493
|
'fabric.editor.improvement': 'Miglioramento',
|
|
494
|
+
'fabric.editor.increaseElementSize': "Aumenta dimensioni dell'elemento",
|
|
487
495
|
'fabric.editor.increaseSize': "Aumenta le dimensioni della tabella o dell'elemento multimediale",
|
|
488
496
|
'fabric.editor.indent': 'Rientra',
|
|
489
497
|
'fabric.editor.info': 'Info',
|