@atlaskit/editor-common 78.11.1 → 78.11.3
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 +15 -0
- package/afm-cc/tsconfig.json +3 -0
- package/dist/cjs/doc-utils/editor-use-only.js +33 -0
- package/dist/cjs/doc-utils/index.js +12 -0
- package/dist/cjs/element-browser/messages.js +2 -2
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/cjs/i18n/cs.js +8 -5
- package/dist/cjs/i18n/da.js +12 -8
- package/dist/cjs/i18n/de.js +13 -8
- package/dist/cjs/i18n/en.js +14 -10
- package/dist/cjs/i18n/en_GB.js +14 -10
- package/dist/cjs/i18n/en_ZZ.js +15 -11
- package/dist/cjs/i18n/es.js +12 -8
- package/dist/cjs/i18n/fi.js +12 -8
- package/dist/cjs/i18n/fr.js +12 -8
- package/dist/cjs/i18n/hu.js +12 -8
- package/dist/cjs/i18n/it.js +12 -8
- package/dist/cjs/i18n/ja.js +12 -8
- package/dist/cjs/i18n/ko.js +12 -8
- package/dist/cjs/i18n/nb.js +12 -8
- package/dist/cjs/i18n/nl.js +12 -8
- package/dist/cjs/i18n/pl.js +12 -8
- package/dist/cjs/i18n/pt_BR.js +14 -6
- package/dist/cjs/i18n/ru.js +12 -8
- package/dist/cjs/i18n/sv.js +12 -8
- package/dist/cjs/i18n/th.js +12 -8
- package/dist/cjs/i18n/tr.js +14 -9
- package/dist/cjs/i18n/uk.js +12 -8
- package/dist/cjs/i18n/vi.js +59 -5
- package/dist/cjs/i18n/zh.js +59 -5
- package/dist/cjs/i18n/zh_TW.js +59 -5
- package/dist/cjs/media-single/index.js +6 -0
- package/dist/cjs/media-single/utils.js +25 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/doc-utils/editor-use-only.js +25 -0
- package/dist/es2019/doc-utils/index.js +1 -0
- package/dist/es2019/element-browser/messages.js +2 -2
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/es2019/i18n/cs.js +8 -5
- package/dist/es2019/i18n/da.js +12 -8
- package/dist/es2019/i18n/de.js +13 -8
- package/dist/es2019/i18n/en.js +14 -10
- package/dist/es2019/i18n/en_GB.js +14 -10
- package/dist/es2019/i18n/en_ZZ.js +15 -11
- package/dist/es2019/i18n/es.js +12 -8
- package/dist/es2019/i18n/fi.js +12 -8
- package/dist/es2019/i18n/fr.js +12 -8
- package/dist/es2019/i18n/hu.js +12 -8
- package/dist/es2019/i18n/it.js +12 -8
- package/dist/es2019/i18n/ja.js +12 -8
- package/dist/es2019/i18n/ko.js +12 -8
- package/dist/es2019/i18n/nb.js +12 -8
- package/dist/es2019/i18n/nl.js +12 -8
- package/dist/es2019/i18n/pl.js +12 -8
- package/dist/es2019/i18n/pt_BR.js +14 -6
- package/dist/es2019/i18n/ru.js +12 -8
- package/dist/es2019/i18n/sv.js +12 -8
- package/dist/es2019/i18n/th.js +12 -8
- package/dist/es2019/i18n/tr.js +14 -9
- package/dist/es2019/i18n/uk.js +12 -8
- package/dist/es2019/i18n/vi.js +59 -5
- package/dist/es2019/i18n/zh.js +59 -5
- package/dist/es2019/i18n/zh_TW.js +59 -5
- package/dist/es2019/media-single/index.js +1 -1
- package/dist/es2019/media-single/utils.js +26 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/doc-utils/editor-use-only.js +26 -0
- package/dist/esm/doc-utils/index.js +1 -0
- package/dist/esm/element-browser/messages.js +2 -2
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +8 -3
- package/dist/esm/i18n/cs.js +8 -5
- package/dist/esm/i18n/da.js +12 -8
- package/dist/esm/i18n/de.js +13 -8
- package/dist/esm/i18n/en.js +14 -10
- package/dist/esm/i18n/en_GB.js +14 -10
- package/dist/esm/i18n/en_ZZ.js +15 -11
- package/dist/esm/i18n/es.js +12 -8
- package/dist/esm/i18n/fi.js +12 -8
- package/dist/esm/i18n/fr.js +12 -8
- package/dist/esm/i18n/hu.js +12 -8
- package/dist/esm/i18n/it.js +12 -8
- package/dist/esm/i18n/ja.js +12 -8
- package/dist/esm/i18n/ko.js +12 -8
- package/dist/esm/i18n/nb.js +12 -8
- package/dist/esm/i18n/nl.js +12 -8
- package/dist/esm/i18n/pl.js +12 -8
- package/dist/esm/i18n/pt_BR.js +14 -6
- package/dist/esm/i18n/ru.js +12 -8
- package/dist/esm/i18n/sv.js +12 -8
- package/dist/esm/i18n/th.js +12 -8
- package/dist/esm/i18n/tr.js +14 -9
- package/dist/esm/i18n/uk.js +12 -8
- package/dist/esm/i18n/vi.js +59 -5
- package/dist/esm/i18n/zh.js +59 -5
- package/dist/esm/i18n/zh_TW.js +59 -5
- package/dist/esm/media-single/index.js +1 -1
- package/dist/esm/media-single/utils.js +24 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types/doc-utils/index.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +8 -5
- package/dist/types/i18n/da.d.ts +9 -5
- package/dist/types/i18n/de.d.ts +10 -5
- package/dist/types/i18n/en.d.ts +10 -6
- package/dist/types/i18n/en_GB.d.ts +10 -6
- package/dist/types/i18n/en_ZZ.d.ts +10 -6
- package/dist/types/i18n/es.d.ts +9 -5
- package/dist/types/i18n/fi.d.ts +9 -5
- package/dist/types/i18n/fr.d.ts +9 -5
- package/dist/types/i18n/hu.d.ts +9 -5
- package/dist/types/i18n/it.d.ts +9 -5
- package/dist/types/i18n/ja.d.ts +9 -5
- package/dist/types/i18n/ko.d.ts +9 -5
- package/dist/types/i18n/nb.d.ts +9 -5
- package/dist/types/i18n/nl.d.ts +9 -5
- package/dist/types/i18n/pl.d.ts +9 -5
- package/dist/types/i18n/pt_BR.d.ts +11 -3
- package/dist/types/i18n/ru.d.ts +9 -5
- package/dist/types/i18n/sv.d.ts +9 -5
- package/dist/types/i18n/th.d.ts +9 -5
- package/dist/types/i18n/tr.d.ts +10 -5
- package/dist/types/i18n/uk.d.ts +9 -5
- package/dist/types/i18n/vi.d.ts +57 -3
- package/dist/types/i18n/zh.d.ts +57 -3
- package/dist/types/i18n/zh_TW.d.ts +57 -3
- package/dist/types/media-single/index.d.ts +1 -1
- package/dist/types/media-single/utils.d.ts +11 -1
- package/dist/types-ts4.5/doc-utils/editor-use-only.d.ts +5 -0
- package/dist/types-ts4.5/doc-utils/index.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +8 -5
- package/dist/types-ts4.5/i18n/da.d.ts +9 -5
- package/dist/types-ts4.5/i18n/de.d.ts +10 -5
- package/dist/types-ts4.5/i18n/en.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_GB.d.ts +10 -6
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +10 -6
- package/dist/types-ts4.5/i18n/es.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fi.d.ts +9 -5
- package/dist/types-ts4.5/i18n/fr.d.ts +9 -5
- package/dist/types-ts4.5/i18n/hu.d.ts +9 -5
- package/dist/types-ts4.5/i18n/it.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ja.d.ts +9 -5
- package/dist/types-ts4.5/i18n/ko.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nb.d.ts +9 -5
- package/dist/types-ts4.5/i18n/nl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pl.d.ts +9 -5
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +11 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +9 -5
- package/dist/types-ts4.5/i18n/sv.d.ts +9 -5
- package/dist/types-ts4.5/i18n/th.d.ts +9 -5
- package/dist/types-ts4.5/i18n/tr.d.ts +10 -5
- package/dist/types-ts4.5/i18n/uk.d.ts +9 -5
- package/dist/types-ts4.5/i18n/vi.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +57 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +57 -3
- package/dist/types-ts4.5/media-single/index.d.ts +1 -1
- package/dist/types-ts4.5/media-single/utils.d.ts +11 -1
- package/doc-utils/package.json +15 -0
- package/package.json +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 78.11.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#78517](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78517) [`76013a9715c3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/76013a9715c3) - ED-22270: added valid range validation form MultiBodiedExtensionActions.changeActive
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
10
|
+
## 78.11.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#78508](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78508) [`0299ed52b4ff`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0299ed52b4ff) - Move currentMediaNodeWithPos util to editor common package
|
|
15
|
+
- [#79350](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79350) [`ba4e64dca012`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ba4e64dca012) - Add FF to enable mapSelectionBackward to fix the cursor position
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 78.11.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
{
|
|
112
112
|
"path": "../../../people-and-teams/profilecard/afm-cc/tsconfig.json"
|
|
113
113
|
},
|
|
114
|
+
{
|
|
115
|
+
"path": "../../../design-system/section-message/afm-cc/tsconfig.json"
|
|
116
|
+
},
|
|
114
117
|
{
|
|
115
118
|
"path": "../../../linking-platform/smart-card/afm-cc/tsconfig.json"
|
|
116
119
|
},
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.createEditorUseOnlyNotice = createEditorUseOnlyNotice;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
var _sectionMessage = _interopRequireDefault(require("@atlaskit/section-message"));
|
|
10
|
+
function AlternativePackagesMessage(_ref) {
|
|
11
|
+
var alternatePackages = _ref.alternatePackages;
|
|
12
|
+
if (!alternatePackages) {
|
|
13
|
+
return null;
|
|
14
|
+
}
|
|
15
|
+
if (alternatePackages.length === 1) {
|
|
16
|
+
return /*#__PURE__*/_react.default.createElement("p", null, "Consider using", ' ', /*#__PURE__*/_react.default.createElement("a", {
|
|
17
|
+
href: alternatePackages[0].link
|
|
18
|
+
}, alternatePackages[0].name), ' ', "instead.");
|
|
19
|
+
}
|
|
20
|
+
return /*#__PURE__*/_react.default.createElement("p", null, "Consider using one of these packages instead:", /*#__PURE__*/_react.default.createElement("ul", null, alternatePackages.map(function (p) {
|
|
21
|
+
return /*#__PURE__*/_react.default.createElement("li", null, /*#__PURE__*/_react.default.createElement("a", {
|
|
22
|
+
href: p.link
|
|
23
|
+
}, p.name));
|
|
24
|
+
})));
|
|
25
|
+
}
|
|
26
|
+
function createEditorUseOnlyNotice(componentName, alternatePackages) {
|
|
27
|
+
return /*#__PURE__*/_react.default.createElement(_sectionMessage.default, {
|
|
28
|
+
title: "Internal Editor Use Only",
|
|
29
|
+
appearance: "error"
|
|
30
|
+
}, /*#__PURE__*/_react.default.createElement("p", null, componentName, " is intended for internal use by the Editor Platform as a plugin dependency of the Editor within your product."), /*#__PURE__*/_react.default.createElement("p", null, "Direct use of this component is not supported."), /*#__PURE__*/_react.default.createElement(AlternativePackagesMessage, {
|
|
31
|
+
alternatePackages: alternatePackages
|
|
32
|
+
}));
|
|
33
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "createEditorUseOnlyNotice", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _editorUseOnly.createEditorUseOnlyNotice;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _editorUseOnly = require("./editor-use-only");
|
|
@@ -18,12 +18,12 @@ var _default = exports.default = (0, _reactIntlNext.defineMessages)({
|
|
|
18
18
|
},
|
|
19
19
|
assistiveTextDefault: {
|
|
20
20
|
id: 'fabric.editor.elementbrowser.searchbar.assistive.text.default',
|
|
21
|
-
defaultMessage: '{count} suggestions available by default.',
|
|
21
|
+
defaultMessage: '{count, plural, =0 {Nothing matches your search.} one {{count} suggestion available by default.} other {{count} suggestions available by default.}}',
|
|
22
22
|
description: 'Assistive text to describe the default list of suggestions'
|
|
23
23
|
},
|
|
24
24
|
assistiveTextResult: {
|
|
25
25
|
id: 'fabric.editor.elementbrowser.searchbar.assistive.text.result',
|
|
26
|
-
defaultMessage: '{count, plural, =0 {Nothing matches your search} one {{count} suggestion available for typed text.} other {{count} suggestions available for typed text.}}',
|
|
26
|
+
defaultMessage: '{count, plural, =0 {Nothing matches your search.} one {{count} suggestion available for typed text.} other {{count} suggestions available for typed text.}}',
|
|
27
27
|
description: 'Assistive text to describe the list of suggestions filtered by typed user input'
|
|
28
28
|
}
|
|
29
29
|
});
|
|
@@ -36,9 +36,14 @@ var useMultiBodiedExtensionActions = exports.useMultiBodiedExtensionActions = fu
|
|
|
36
36
|
var possiblyMbeNode = state.doc.nodeAt(pos);
|
|
37
37
|
var desiredPos = pos;
|
|
38
38
|
if (possiblyMbeNode && (possiblyMbeNode === null || possiblyMbeNode === void 0 || (_possiblyMbeNode$type = possiblyMbeNode.type) === null || _possiblyMbeNode$type === void 0 ? void 0 : _possiblyMbeNode$type.name) === 'multiBodiedExtension' && possiblyMbeNode !== null && possiblyMbeNode !== void 0 && possiblyMbeNode.content) {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
39
|
+
var _possiblyMbeNode$cont;
|
|
40
|
+
if (index < 0 || index >= (possiblyMbeNode === null || possiblyMbeNode === void 0 || (_possiblyMbeNode$cont = possiblyMbeNode.content) === null || _possiblyMbeNode$cont === void 0 ? void 0 : _possiblyMbeNode$cont.childCount)) {
|
|
41
|
+
var _possiblyMbeNode$cont2;
|
|
42
|
+
throw new Error("Index out of bounds: valid range is 0-".concat((possiblyMbeNode === null || possiblyMbeNode === void 0 || (_possiblyMbeNode$cont2 = possiblyMbeNode.content) === null || _possiblyMbeNode$cont2 === void 0 ? void 0 : _possiblyMbeNode$cont2.childCount) - 1, " inclusive"));
|
|
43
|
+
}
|
|
44
|
+
for (var i = 0; i <= index && i < (possiblyMbeNode === null || possiblyMbeNode === void 0 || (_possiblyMbeNode$cont3 = possiblyMbeNode.content) === null || _possiblyMbeNode$cont3 === void 0 ? void 0 : _possiblyMbeNode$cont3.childCount); i++) {
|
|
45
|
+
var _possiblyMbeNode$cont3, _possiblyMbeNode$cont4;
|
|
46
|
+
desiredPos += (possiblyMbeNode === null || possiblyMbeNode === void 0 || (_possiblyMbeNode$cont4 = possiblyMbeNode.content) === null || _possiblyMbeNode$cont4 === void 0 || (_possiblyMbeNode$cont4 = _possiblyMbeNode$cont4.child(i)) === null || _possiblyMbeNode$cont4 === void 0 ? void 0 : _possiblyMbeNode$cont4.nodeSize) || 0;
|
|
42
47
|
}
|
|
43
48
|
/* desiredPos gives the cursor at the end of last child of the current frame, in case of paragraph nodes, this will be the end of the paragraph
|
|
44
49
|
* Performing -1 brings the cursor inside the paragraph, similar to a user click, so any pasted text will be inside the last paragraph rather than a new line
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -122,6 +122,7 @@ var _default = exports.default = {
|
|
|
122
122
|
'fabric.editor.ecombedDescription': 'Zobrazit interaktivní náhled odkazu',
|
|
123
123
|
'fabric.editor.edit': 'Upravit',
|
|
124
124
|
'fabric.editor.edit.datasource': 'Upravit vyhledávací dotaz',
|
|
125
|
+
'fabric.editor.edit.searchInput': 'Přidat odkaz',
|
|
125
126
|
'fabric.editor.editAltText': 'Upravit alternativní text',
|
|
126
127
|
'fabric.editor.editDateText': 'Upravit datum',
|
|
127
128
|
'fabric.editor.editLink': 'Upravit odkaz',
|
|
@@ -133,6 +134,7 @@ var _default = exports.default = {
|
|
|
133
134
|
'fabric.editor.editors': 'Editoři',
|
|
134
135
|
'fabric.editor.elementBrowser.help': 'Nápověda',
|
|
135
136
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrace',
|
|
137
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
136
138
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Vše',
|
|
137
139
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Komunikace',
|
|
138
140
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Obsah Confluence',
|
|
@@ -146,9 +148,6 @@ var _default = exports.default = {
|
|
|
146
148
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
147
149
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
148
150
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
149
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
150
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'návrh je k dispozici pro zadaný text.',
|
|
151
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'návrhů je k dispozici pro zadaný text.',
|
|
152
151
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
153
152
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Vyhledat',
|
|
154
153
|
'fabric.editor.elementbrowser.sidebar.heading': 'Procházet',
|
|
@@ -187,6 +186,7 @@ var _default = exports.default = {
|
|
|
187
186
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plovoucí panel nástrojů',
|
|
188
187
|
'fabric.editor.floatingToolbar.scrollLeft': 'Posunout doleva',
|
|
189
188
|
'fabric.editor.floatingToolbar.scrollRight': 'Posunout doprava',
|
|
189
|
+
'fabric.editor.focusTableResizeHandle': 'Zaměření na úchyt ke změně velikosti tabulky',
|
|
190
190
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
191
191
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
192
192
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -254,11 +254,12 @@ var _default = exports.default = {
|
|
|
254
254
|
'fabric.editor.linkAddress': 'Adresa odkazu',
|
|
255
255
|
'fabric.editor.linkPlaceholder': 'Vložit odkaz',
|
|
256
256
|
'fabric.editor.lists': 'Seznamy',
|
|
257
|
+
'fabric.editor.listsFormat': 'Formátování seznamu',
|
|
257
258
|
'fabric.editor.markdown': 'Snížení',
|
|
258
259
|
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
260
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Šířka multimédia byla snížena na {newMediaWidth,number} pixel.} few {Šířka multimédia byla snížena na {newMediaWidth,number} pixely.} many {Šířka multimédia byla snížena na {newMediaWidth,number} pixelu.} other {Šířka multimédia byla snížena na {newMediaWidth,number} pixelů.}}',
|
|
261
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Šířka multimédia byla zvýšena na {newMediaWidth,number} pixel.} few {Šířka multimédia byla zvýšena na {newMediaWidth,number} pixely.} many {Šířka multimédia byla zvýšena na {newMediaWidth,number} pixelu.} other {Šířka multimédia byla zvýšena na {newMediaWidth,number} pixelů.}}',
|
|
259
262
|
'fabric.editor.media.MediaWidthIsMin': 'Velikost multimediálního prvku byla snížena na minimum.',
|
|
260
|
-
'fabric.editor.media.decreased': 'sníženo',
|
|
261
|
-
'fabric.editor.media.increased': 'zvýšeno',
|
|
262
263
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Velikost multimediálního prvku byla zvýšena na maximum.',
|
|
263
264
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'vstup výšky',
|
|
264
265
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Výška',
|
|
@@ -323,6 +324,7 @@ var _default = exports.default = {
|
|
|
323
324
|
'fabric.editor.removeRows': '{0, plural, one {Odstranit řádek} few {Odstranit řádky} many {Odstranit řádky} other {Odstranit řádky}}',
|
|
324
325
|
'fabric.editor.replace': 'Nahradit',
|
|
325
326
|
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
327
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} shoda nahrazena} few {{numberOfMatches,number} shody nahrazeny} many {{numberOfMatches,number} shody nahrazeno} other {{numberOfMatches,number} shod nahrazeno}}',
|
|
326
328
|
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
327
329
|
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}',
|
|
328
330
|
'fabric.editor.richText': 'Použít formátovaný text',
|
|
@@ -373,6 +375,7 @@ var _default = exports.default = {
|
|
|
373
375
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
374
376
|
'fabric.editor.text.formatting.off': 'Formátování textu vypnuto',
|
|
375
377
|
'fabric.editor.textColor': 'Barva textu',
|
|
378
|
+
'fabric.editor.textFormatting': 'Formátování textu',
|
|
376
379
|
'fabric.editor.textStyles': 'Styly textu',
|
|
377
380
|
'fabric.editor.threeColumns': 'Tři sloupce',
|
|
378
381
|
'fabric.editor.threeColumnsWithSidebars': 'Tři sloupce s postranními panely',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -18,6 +18,7 @@ var _default = exports.default = {
|
|
|
18
18
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
19
19
|
'fabric.editor.addColumnLeft': 'Tilføj kolonne til venstre',
|
|
20
20
|
'fabric.editor.addColumnRight': 'Tilføj kolonne til højre',
|
|
21
|
+
'fabric.editor.addCommentOnMedia': 'Tilføj kommentar',
|
|
21
22
|
'fabric.editor.addImageBorder': 'Tilføj kant',
|
|
22
23
|
'fabric.editor.addMediaFiles': 'Tilføj billede, video eller fil',
|
|
23
24
|
'fabric.editor.addRowAbove': 'Tilføj række ovenfor',
|
|
@@ -109,7 +110,7 @@ var _default = exports.default = {
|
|
|
109
110
|
'fabric.editor.decision.description': 'Registrér beslutninger, så de er lette at finde igen',
|
|
110
111
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
111
112
|
'fabric.editor.decreaseSize': 'Reducer størrelse',
|
|
112
|
-
'fabric.editor.defaultAltText': '
|
|
113
|
+
'fabric.editor.defaultAltText': 'Dokument',
|
|
113
114
|
'fabric.editor.description': 'Beskrivelse',
|
|
114
115
|
'fabric.editor.displayBlock': 'Vis som kort',
|
|
115
116
|
'fabric.editor.displayEmbed': 'Vis som indlejret',
|
|
@@ -122,6 +123,7 @@ var _default = exports.default = {
|
|
|
122
123
|
'fabric.editor.ecombedDescription': 'Vis en interaktiv forhåndsvisning af et link',
|
|
123
124
|
'fabric.editor.edit': 'Redigér',
|
|
124
125
|
'fabric.editor.edit.datasource': 'Rediger søgning',
|
|
126
|
+
'fabric.editor.edit.searchInput': 'Tilføj et link',
|
|
125
127
|
'fabric.editor.editAltText': 'Rediger alternativ tekst',
|
|
126
128
|
'fabric.editor.editDateText': 'Rediger dato',
|
|
127
129
|
'fabric.editor.editLink': 'Redigér link',
|
|
@@ -133,6 +135,7 @@ var _default = exports.default = {
|
|
|
133
135
|
'fabric.editor.editors': 'Redaktører',
|
|
134
136
|
'fabric.editor.elementBrowser.help': 'Hjælp',
|
|
135
137
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
136
139
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
137
140
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
|
|
138
141
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-indhold',
|
|
@@ -146,9 +149,7 @@ var _default = exports.default = {
|
|
|
146
149
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen resultater matcher din søgning',
|
|
147
150
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
|
|
148
151
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
|
|
149
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
150
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'muligt forslag til indtastet tekst.',
|
|
151
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'mulige forslag til indtastet tekst.',
|
|
152
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Der er ikke noget, der matcher din søgning} one {{count} muligt forslag til indtastet tekst.} other {{count} mulige forslag til indtastet tekst.}}',
|
|
152
153
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Indtast',
|
|
153
154
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Søg',
|
|
154
155
|
'fabric.editor.elementbrowser.sidebar.heading': 'Gennemse',
|
|
@@ -255,11 +256,12 @@ var _default = exports.default = {
|
|
|
255
256
|
'fabric.editor.linkAddress': 'Linkadresse',
|
|
256
257
|
'fabric.editor.linkPlaceholder': 'Indsæt link',
|
|
257
258
|
'fabric.editor.lists': 'Liste',
|
|
259
|
+
'fabric.editor.listsFormat': 'Listeformatering',
|
|
258
260
|
'fabric.editor.markdown': 'Markdown',
|
|
259
261
|
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
262
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Mediebredde reduceret til {newMediaWidth,number} pixel.} other {Mediebredde reduceret til {newMediaWidth,number} pixels.}}',
|
|
263
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Mediebredde øget til {newMediaWidth,number} pixel.} other {Mediebredde øget til {newMediaWidth,number} pixels.}}',
|
|
260
264
|
'fabric.editor.media.MediaWidthIsMin': 'Medier reduceret til minimumsstørrelsen',
|
|
261
|
-
'fabric.editor.media.decreased': 'reduceret',
|
|
262
|
-
'fabric.editor.media.increased': 'øget',
|
|
263
265
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Medier øget til maksimumsstørrelsen',
|
|
264
266
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'højdeinput',
|
|
265
267
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Højde',
|
|
@@ -306,7 +308,7 @@ var _default = exports.default = {
|
|
|
306
308
|
'fabric.editor.pageActionsLabel': 'Sidehandlinger',
|
|
307
309
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
308
310
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
309
|
-
'fabric.editor.pasteOptions': '
|
|
311
|
+
'fabric.editor.pasteOptions': 'Indstillinger for indsæt',
|
|
310
312
|
'fabric.editor.pastePlainText': 'Indsæt almindelig tekst',
|
|
311
313
|
'fabric.editor.placeholderAltText': 'Beskriv billedet med alternativ tekst',
|
|
312
314
|
'fabric.editor.placeholderText': 'Midlertidig text',
|
|
@@ -324,6 +326,7 @@ var _default = exports.default = {
|
|
|
324
326
|
'fabric.editor.removeRows': '{0, plural, one {Slet række} other {Slet rækker}}',
|
|
325
327
|
'fabric.editor.replace': 'Erstat',
|
|
326
328
|
'fabric.editor.replaceAll': 'Erstat alle',
|
|
329
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} match erstattet} other {{numberOfMatches,number} match erstattet}}',
|
|
327
330
|
'fabric.editor.replaceWith': 'Erstat med',
|
|
328
331
|
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}',
|
|
329
332
|
'fabric.editor.richText': 'Brug RTF',
|
|
@@ -364,7 +367,7 @@ var _default = exports.default = {
|
|
|
364
367
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Tabelbredde øget til {newWidth,number} pixel.} other {Tabelbredde øget til {newWidth,number} pixels.}}',
|
|
365
368
|
'fabric.editor.tableSelector': 'Tabelstørrelse',
|
|
366
369
|
'fabric.editor.tableSelector.description': 'Tilføj en tabel ved hjælp af popup for at vælge en brugerdefineret størrelse',
|
|
367
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
370
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} af {numberOfRows}',
|
|
368
371
|
'fabric.editor.tableSizeSelectorPopup': 'Vælger til tabelstørrelse',
|
|
369
372
|
'fabric.editor.tables.adjustColumn': 'Tilpas kolonne',
|
|
370
373
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
|
|
@@ -374,6 +377,7 @@ var _default = exports.default = {
|
|
|
374
377
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
375
378
|
'fabric.editor.text.formatting.off': 'Tekstformatering fra',
|
|
376
379
|
'fabric.editor.textColor': 'Tekstfarve',
|
|
380
|
+
'fabric.editor.textFormatting': 'Tekstformatering',
|
|
377
381
|
'fabric.editor.textStyles': 'Tekstformatering',
|
|
378
382
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
379
383
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidebjælker',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -18,6 +18,7 @@ var _default = exports.default = {
|
|
|
18
18
|
'fabric.editor.addAltText': 'Alternativtext',
|
|
19
19
|
'fabric.editor.addColumnLeft': 'Spalte links hinzufügen',
|
|
20
20
|
'fabric.editor.addColumnRight': 'Spalte rechts hinzufügen',
|
|
21
|
+
'fabric.editor.addCommentOnMedia': 'Kommentar hinzufügen',
|
|
21
22
|
'fabric.editor.addImageBorder': 'Rahmen hinzufügen',
|
|
22
23
|
'fabric.editor.addMediaFiles': 'Bild, Video oder Datei hinzufügen',
|
|
23
24
|
'fabric.editor.addRowAbove': 'Zeile oberhalb hinzufügen',
|
|
@@ -109,7 +110,7 @@ var _default = exports.default = {
|
|
|
109
110
|
'fabric.editor.decision.description': 'Entscheidungen erfassen, um sie leicht zu verfolgen',
|
|
110
111
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
111
112
|
'fabric.editor.decreaseSize': 'Größe verringern',
|
|
112
|
-
'fabric.editor.defaultAltText': '
|
|
113
|
+
'fabric.editor.defaultAltText': 'Dokument',
|
|
113
114
|
'fabric.editor.description': 'Beschreibung',
|
|
114
115
|
'fabric.editor.displayBlock': 'Karte anzeigen',
|
|
115
116
|
'fabric.editor.displayEmbed': 'Einbettung anzeigen',
|
|
@@ -122,6 +123,7 @@ var _default = exports.default = {
|
|
|
122
123
|
'fabric.editor.ecombedDescription': 'Interaktive Vorschau eines Links anzeigen',
|
|
123
124
|
'fabric.editor.edit': 'Bearbeiten',
|
|
124
125
|
'fabric.editor.edit.datasource': 'Suchanfrage bearbeiten',
|
|
126
|
+
'fabric.editor.edit.searchInput': 'Einen Link hinzufügen',
|
|
125
127
|
'fabric.editor.editAltText': 'Alternativtext bearbeiten',
|
|
126
128
|
'fabric.editor.editDateText': 'Datum bearbeiten',
|
|
127
129
|
'fabric.editor.editLink': 'Link bearbeiten',
|
|
@@ -133,6 +135,7 @@ var _default = exports.default = {
|
|
|
133
135
|
'fabric.editor.editors': 'Editoren',
|
|
134
136
|
'fabric.editor.elementBrowser.help': 'Hilfe',
|
|
135
137
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
136
139
|
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
137
140
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
|
|
138
141
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-Inhalt',
|
|
@@ -146,9 +149,7 @@ var _default = exports.default = {
|
|
|
146
149
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Keine Treffer für Ihre Suchanfrage',
|
|
147
150
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Versuchen Sie, nach einem anderen Begriff zu suchen, oder entdecken Sie neue Apps für Atlassian-Produkte.',
|
|
148
151
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace erkunden',
|
|
149
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
150
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': 'Vorschlag für eingegebenen Text verfügbar.',
|
|
151
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'Vorschläge für eingegebenen Text verfügbar.',
|
|
152
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Keine Treffer für Ihre Suchanfrage} one {{count} Vorschlag für eingegebenen Text verfügbar.} other {{count} Vorschläge für eingegebenen Text verfügbar.}}',
|
|
152
153
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Eingeben',
|
|
153
154
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Suchen',
|
|
154
155
|
'fabric.editor.elementbrowser.sidebar.heading': 'Durchsuchen',
|
|
@@ -187,6 +188,7 @@ var _default = exports.default = {
|
|
|
187
188
|
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Nicht verankerte Symbolleiste',
|
|
188
189
|
'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
|
|
189
190
|
'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
|
|
191
|
+
'fabric.editor.focusTableResizeHandle': 'Ziehpunkt zur Größenänderung der Tabelle fokussieren',
|
|
190
192
|
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
191
193
|
'fabric.editor.headerRow': 'Kopfzeile',
|
|
192
194
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
@@ -254,11 +256,12 @@ var _default = exports.default = {
|
|
|
254
256
|
'fabric.editor.linkAddress': 'Link-Adresse',
|
|
255
257
|
'fabric.editor.linkPlaceholder': 'Link einfügen',
|
|
256
258
|
'fabric.editor.lists': 'Listen',
|
|
259
|
+
'fabric.editor.listsFormat': 'Listenformatierung',
|
|
257
260
|
'fabric.editor.markdown': 'Markdown',
|
|
258
261
|
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
262
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.} other {Die Medienbreite wurde auf {newMediaWidth,number} Pixel verringert.}}',
|
|
263
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Die Medienbreite wurde auf {newMediaWidth,number} Pixel erhöht.} other {Die Medienbreite wurde auf {newMediaWidth,number} Pixel erhöht.}}',
|
|
259
264
|
'fabric.editor.media.MediaWidthIsMin': 'Medien auf Mindestgröße verringert',
|
|
260
|
-
'fabric.editor.media.decreased': 'verringert',
|
|
261
|
-
'fabric.editor.media.increased': 'erhöht',
|
|
262
265
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Medien auf maximale Größe erhöht',
|
|
263
266
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'Eingabe der Höhe',
|
|
264
267
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Höhe',
|
|
@@ -305,7 +308,7 @@ var _default = exports.default = {
|
|
|
305
308
|
'fabric.editor.pageActionsLabel': 'Seitenaktionen',
|
|
306
309
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
307
310
|
'fabric.editor.panel.emoji': 'Emoji hinzufügen',
|
|
308
|
-
'fabric.editor.pasteOptions': 'Optionen
|
|
311
|
+
'fabric.editor.pasteOptions': 'Optionen zum Einfügen',
|
|
309
312
|
'fabric.editor.pastePlainText': 'Einfachen Text einfügen',
|
|
310
313
|
'fabric.editor.placeholderAltText': 'Dieses Bild mit Alternativtext beschreiben',
|
|
311
314
|
'fabric.editor.placeholderText': 'Platzhaltertext',
|
|
@@ -323,6 +326,7 @@ var _default = exports.default = {
|
|
|
323
326
|
'fabric.editor.removeRows': '{0, plural, one {Zeile löschen} other {Zeilen löschen}}',
|
|
324
327
|
'fabric.editor.replace': 'Ersetzen',
|
|
325
328
|
'fabric.editor.replaceAll': 'Alle ersetzen',
|
|
329
|
+
'fabric.editor.replaceSuccess': '{numberOfMatches, plural, one {{numberOfMatches,number} Übereinstimmung ersetzt} other {{numberOfMatches,number} Übereinstimmungen ersetzt}}',
|
|
326
330
|
'fabric.editor.replaceWith': 'Ersetzen mit',
|
|
327
331
|
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}',
|
|
328
332
|
'fabric.editor.richText': 'Rich Text verwenden',
|
|
@@ -363,7 +367,7 @@ var _default = exports.default = {
|
|
|
363
367
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, one {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.} other {Die Tabellenbreite wurde auf {newWidth,number} Pixel erhöht.}}',
|
|
364
368
|
'fabric.editor.tableSelector': 'Tabellengröße',
|
|
365
369
|
'fabric.editor.tableSelector.description': 'Fügen Sie eine Tabelle hinzu und wählen Sie im Popup-Fenster eine benutzerdefinierte Größe aus.',
|
|
366
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
370
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} von {numberOfRows}',
|
|
367
371
|
'fabric.editor.tableSizeSelectorPopup': 'Auswahl der Tabellengröße',
|
|
368
372
|
'fabric.editor.tables.adjustColumn': 'Spalte anpassen',
|
|
369
373
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
|
|
@@ -373,6 +377,7 @@ var _default = exports.default = {
|
|
|
373
377
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
374
378
|
'fabric.editor.text.formatting.off': 'Textformatierung aus',
|
|
375
379
|
'fabric.editor.textColor': 'Textfarbe',
|
|
380
|
+
'fabric.editor.textFormatting': 'Textformatierung',
|
|
376
381
|
'fabric.editor.textStyles': 'Textstil',
|
|
377
382
|
'fabric.editor.threeColumns': 'Drei Spalten',
|
|
378
383
|
'fabric.editor.threeColumnsWithSidebars': 'Drei Spalten mit Seitenleisten',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -18,6 +18,7 @@ var _default = exports.default = {
|
|
|
18
18
|
'fabric.editor.addAltText': 'Alt text',
|
|
19
19
|
'fabric.editor.addColumnLeft': 'Add column left',
|
|
20
20
|
'fabric.editor.addColumnRight': 'Add column right',
|
|
21
|
+
'fabric.editor.addCommentOnMedia': 'Add comment',
|
|
21
22
|
'fabric.editor.addImageBorder': 'Add border',
|
|
22
23
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
23
24
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
@@ -33,7 +34,7 @@ var _default = exports.default = {
|
|
|
33
34
|
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
34
35
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
35
36
|
'fabric.editor.backLink': 'Go back',
|
|
36
|
-
'fabric.editor.backgroundColor': 'Background
|
|
37
|
+
'fabric.editor.backgroundColor': 'Background color',
|
|
37
38
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
38
39
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
39
40
|
'fabric.editor.blockTitle': 'Card',
|
|
@@ -109,7 +110,7 @@ var _default = exports.default = {
|
|
|
109
110
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
110
111
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
111
112
|
'fabric.editor.decreaseSize': 'Decrease size',
|
|
112
|
-
'fabric.editor.defaultAltText': '
|
|
113
|
+
'fabric.editor.defaultAltText': 'Document',
|
|
113
114
|
'fabric.editor.description': 'Description',
|
|
114
115
|
'fabric.editor.displayBlock': 'Display card',
|
|
115
116
|
'fabric.editor.displayEmbed': 'Display embed',
|
|
@@ -122,6 +123,7 @@ var _default = exports.default = {
|
|
|
122
123
|
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
123
124
|
'fabric.editor.edit': 'Edit',
|
|
124
125
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
126
|
+
'fabric.editor.edit.searchInput': 'Add a link',
|
|
125
127
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
126
128
|
'fabric.editor.editDateText': 'Edit Date',
|
|
127
129
|
'fabric.editor.editLink': 'Edit link',
|
|
@@ -133,6 +135,7 @@ var _default = exports.default = {
|
|
|
133
135
|
'fabric.editor.editors': 'Editors',
|
|
134
136
|
'fabric.editor.elementBrowser.help': 'Help',
|
|
135
137
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
136
139
|
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
137
140
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
|
|
138
141
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
@@ -146,9 +149,8 @@ var _default = exports.default = {
|
|
|
146
149
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
147
150
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
148
151
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
149
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
150
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
151
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggestions available for typed text.',
|
|
152
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.default': '{count} suggestions available by default.',
|
|
153
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Nothing matches your search} one {{count} suggestion available for typed text.} other {{count} suggestions available for typed text.}}',
|
|
152
154
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
153
155
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Search',
|
|
154
156
|
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
@@ -255,12 +257,12 @@ var _default = exports.default = {
|
|
|
255
257
|
'fabric.editor.linkAddress': 'Link address',
|
|
256
258
|
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
257
259
|
'fabric.editor.lists': 'Lists',
|
|
260
|
+
'fabric.editor.listsFormat': 'List formating',
|
|
258
261
|
'fabric.editor.markdown': 'Markdown',
|
|
259
262
|
'fabric.editor.matchCase': 'Match case',
|
|
260
|
-
'fabric.editor.media.
|
|
263
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
264
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
261
265
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
262
|
-
'fabric.editor.media.decreased': 'decreased',
|
|
263
|
-
'fabric.editor.media.increased': 'increased',
|
|
264
266
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
265
267
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
266
268
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
|
@@ -366,7 +368,7 @@ var _default = exports.default = {
|
|
|
366
368
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
367
369
|
'fabric.editor.tableSelector': 'Table size',
|
|
368
370
|
'fabric.editor.tableSelector.description': 'Add a table using popup to select a custom size',
|
|
369
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
371
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
|
|
370
372
|
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
371
373
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
372
374
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
@@ -376,6 +378,7 @@ var _default = exports.default = {
|
|
|
376
378
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
377
379
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
378
380
|
'fabric.editor.textColor': 'Text color',
|
|
381
|
+
'fabric.editor.textFormatting': 'Text formatting',
|
|
379
382
|
'fabric.editor.textStyles': 'Text styles',
|
|
380
383
|
'fabric.editor.threeColumns': 'Three columns',
|
|
381
384
|
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
@@ -474,5 +477,6 @@ var _default = exports.default = {
|
|
|
474
477
|
'fabric.theme.teal': 'Teal',
|
|
475
478
|
'fabric.theme.white': 'White',
|
|
476
479
|
'fabric.theme.yellow': 'Yellow',
|
|
477
|
-
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
480
|
+
'fabrid.editor.rowNumbers': 'Row numbers',
|
|
481
|
+
testMessage: 'Default Message'
|
|
478
482
|
};
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -18,6 +18,7 @@ var _default = exports.default = {
|
|
|
18
18
|
'fabric.editor.addAltText': 'Alt text',
|
|
19
19
|
'fabric.editor.addColumnLeft': 'Add column left',
|
|
20
20
|
'fabric.editor.addColumnRight': 'Add column right',
|
|
21
|
+
'fabric.editor.addCommentOnMedia': 'Add comment',
|
|
21
22
|
'fabric.editor.addImageBorder': 'Add border',
|
|
22
23
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
23
24
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
@@ -33,7 +34,7 @@ var _default = exports.default = {
|
|
|
33
34
|
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
34
35
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
35
36
|
'fabric.editor.backLink': 'Go back',
|
|
36
|
-
'fabric.editor.backgroundColor': 'Background
|
|
37
|
+
'fabric.editor.backgroundColor': 'Background colour',
|
|
37
38
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
38
39
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
39
40
|
'fabric.editor.blockTitle': 'Card',
|
|
@@ -109,7 +110,7 @@ var _default = exports.default = {
|
|
|
109
110
|
'fabric.editor.decision.description': 'Capture decisions so they’re easy to track',
|
|
110
111
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
111
112
|
'fabric.editor.decreaseSize': 'Decrease size',
|
|
112
|
-
'fabric.editor.defaultAltText': '
|
|
113
|
+
'fabric.editor.defaultAltText': 'Document',
|
|
113
114
|
'fabric.editor.description': 'Description',
|
|
114
115
|
'fabric.editor.displayBlock': 'Display card',
|
|
115
116
|
'fabric.editor.displayEmbed': 'Display embed',
|
|
@@ -122,6 +123,7 @@ var _default = exports.default = {
|
|
|
122
123
|
'fabric.editor.ecombedDescription': 'Display an interactive preview of a link',
|
|
123
124
|
'fabric.editor.edit': 'Edit',
|
|
124
125
|
'fabric.editor.edit.datasource': 'Edit search query',
|
|
126
|
+
'fabric.editor.edit.searchInput': 'Add a link',
|
|
125
127
|
'fabric.editor.editAltText': 'Edit alt text',
|
|
126
128
|
'fabric.editor.editDateText': 'Edit Date',
|
|
127
129
|
'fabric.editor.editLink': 'Edit link',
|
|
@@ -133,6 +135,7 @@ var _default = exports.default = {
|
|
|
133
135
|
'fabric.editor.editors': 'Editors',
|
|
134
136
|
'fabric.editor.elementBrowser.help': 'Help',
|
|
135
137
|
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
138
|
+
'fabric.editor.elementbrowser.categorylist.category-ai': 'Atlassian Intelligence',
|
|
136
139
|
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
137
140
|
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
|
|
138
141
|
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
@@ -146,9 +149,8 @@ var _default = exports.default = {
|
|
|
146
149
|
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
147
150
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
148
151
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
149
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
150
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.
|
|
151
|
-
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': 'suggestions available for typed text.',
|
|
152
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.default': '{count} suggestions available by default.',
|
|
153
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.result': '{count, plural, =0 {Nothing matches your search} one {{count} suggestion available for typed text.} other {{count} suggestions available for typed text.}}',
|
|
152
154
|
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
153
155
|
'fabric.editor.elementbrowser.searchbar.placeholder': 'Search',
|
|
154
156
|
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
@@ -255,12 +257,12 @@ var _default = exports.default = {
|
|
|
255
257
|
'fabric.editor.linkAddress': 'Link address',
|
|
256
258
|
'fabric.editor.linkPlaceholder': 'Paste link',
|
|
257
259
|
'fabric.editor.lists': 'Lists',
|
|
260
|
+
'fabric.editor.listsFormat': 'List formating',
|
|
258
261
|
'fabric.editor.markdown': 'Markdown',
|
|
259
262
|
'fabric.editor.matchCase': 'Match case',
|
|
260
|
-
'fabric.editor.media.
|
|
263
|
+
'fabric.editor.media.DefaultMediaWidthDecreased': '{newMediaWidth, plural, one {Media width decreased to # pixel.} other {Media width decreased to # pixels.}}',
|
|
264
|
+
'fabric.editor.media.DefaultMediaWidthIncreased': '{newMediaWidth, plural, one {Media width increased to # pixel.} other {Media width increased to # pixels.}}',
|
|
261
265
|
'fabric.editor.media.MediaWidthIsMin': 'Media decreased to the minimum size',
|
|
262
|
-
'fabric.editor.media.decreased': 'decreased',
|
|
263
|
-
'fabric.editor.media.increased': 'increased',
|
|
264
266
|
'fabric.editor.media.pixelEntry.MediaWidthIsMax': 'Media increased to the maximum size',
|
|
265
267
|
'fabric.editor.media.pixelEntry.inputHeightAriaLabel': 'height input',
|
|
266
268
|
'fabric.editor.media.pixelEntry.inputHeightTooltip': 'Height',
|
|
@@ -366,7 +368,7 @@ var _default = exports.default = {
|
|
|
366
368
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': 'Table width increased to {newWidth, plural, one {# pixel} other {# pixels}}.',
|
|
367
369
|
'fabric.editor.tableSelector': 'Table size',
|
|
368
370
|
'fabric.editor.tableSelector.description': 'Add a table using popup to select a custom size',
|
|
369
|
-
'fabric.editor.tableSizeSelectorButton': '
|
|
371
|
+
'fabric.editor.tableSizeSelectorButton': '{numberOfColumns} by {numberOfRows}',
|
|
370
372
|
'fabric.editor.tableSizeSelectorPopup': 'Table size selector',
|
|
371
373
|
'fabric.editor.tables.adjustColumn': 'Adjust column',
|
|
372
374
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
@@ -376,6 +378,7 @@ var _default = exports.default = {
|
|
|
376
378
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
377
379
|
'fabric.editor.text.formatting.off': 'Text formatting Off',
|
|
378
380
|
'fabric.editor.textColor': 'Text colour',
|
|
381
|
+
'fabric.editor.textFormatting': 'Text formatting',
|
|
379
382
|
'fabric.editor.textStyles': 'Text styles',
|
|
380
383
|
'fabric.editor.threeColumns': 'Three columns',
|
|
381
384
|
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
@@ -474,5 +477,6 @@ var _default = exports.default = {
|
|
|
474
477
|
'fabric.theme.teal': 'Teal',
|
|
475
478
|
'fabric.theme.white': 'White',
|
|
476
479
|
'fabric.theme.yellow': 'Yellow',
|
|
477
|
-
'fabrid.editor.rowNumbers': 'Row numbers'
|
|
480
|
+
'fabrid.editor.rowNumbers': 'Row numbers',
|
|
481
|
+
testMessage: 'Default Message'
|
|
478
482
|
};
|