@atlaskit/editor-common 105.7.0 → 105.8.1
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 +28 -0
- package/afm-jira/tsconfig.json +3 -0
- package/dist/cjs/ai-messages/ai.js +5 -0
- package/dist/cjs/collab/index.js +4 -2
- package/dist/cjs/extensions/combine-extension-providers.js +57 -0
- package/dist/cjs/extensions/default-extension-provider.js +94 -33
- package/dist/cjs/extensions/extension-handlers.js +63 -29
- package/dist/cjs/i18n/cs.js +2 -0
- package/dist/cjs/i18n/da.js +2 -0
- package/dist/cjs/i18n/de.js +2 -0
- package/dist/cjs/i18n/en.js +2 -0
- package/dist/cjs/i18n/en_GB.js +2 -0
- package/dist/cjs/i18n/en_ZZ.js +2 -0
- package/dist/cjs/i18n/es.js +2 -0
- package/dist/cjs/i18n/fi.js +2 -0
- package/dist/cjs/i18n/fr.js +2 -0
- package/dist/cjs/i18n/hr.js +1 -1
- package/dist/cjs/i18n/hu.js +3 -0
- package/dist/cjs/i18n/it.js +2 -0
- package/dist/cjs/i18n/ja.js +6 -0
- package/dist/cjs/i18n/ko.js +6 -0
- package/dist/cjs/i18n/nb.js +6 -0
- package/dist/cjs/i18n/nl.js +2 -0
- package/dist/cjs/i18n/pl.js +2 -0
- package/dist/cjs/i18n/pt_BR.js +2 -0
- package/dist/cjs/i18n/ru.js +2 -0
- package/dist/cjs/i18n/sv.js +2 -0
- package/dist/cjs/i18n/th.js +2 -0
- package/dist/cjs/i18n/tr.js +2 -0
- package/dist/cjs/i18n/uk.js +2 -0
- package/dist/cjs/i18n/vi.js +2 -0
- package/dist/cjs/i18n/zh.js +2 -0
- package/dist/cjs/i18n/zh_TW.js +2 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/resizer.js +56 -2
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/ai-messages/ai.js +5 -0
- package/dist/es2019/collab/index.js +45 -2
- package/dist/es2019/extensions/combine-extension-providers.js +23 -0
- package/dist/es2019/extensions/default-extension-provider.js +27 -1
- package/dist/es2019/extensions/extension-handlers.js +38 -4
- package/dist/es2019/i18n/cs.js +2 -0
- package/dist/es2019/i18n/da.js +2 -0
- package/dist/es2019/i18n/de.js +2 -0
- package/dist/es2019/i18n/en.js +2 -0
- package/dist/es2019/i18n/en_GB.js +2 -0
- package/dist/es2019/i18n/en_ZZ.js +2 -0
- package/dist/es2019/i18n/es.js +2 -0
- package/dist/es2019/i18n/fi.js +2 -0
- package/dist/es2019/i18n/fr.js +2 -0
- package/dist/es2019/i18n/hr.js +1 -1
- package/dist/es2019/i18n/hu.js +3 -0
- package/dist/es2019/i18n/it.js +2 -0
- package/dist/es2019/i18n/ja.js +6 -0
- package/dist/es2019/i18n/ko.js +6 -0
- package/dist/es2019/i18n/nb.js +6 -0
- package/dist/es2019/i18n/nl.js +2 -0
- package/dist/es2019/i18n/pl.js +2 -0
- package/dist/es2019/i18n/pt_BR.js +2 -0
- package/dist/es2019/i18n/ru.js +2 -0
- package/dist/es2019/i18n/sv.js +2 -0
- package/dist/es2019/i18n/th.js +2 -0
- package/dist/es2019/i18n/tr.js +2 -0
- package/dist/es2019/i18n/uk.js +2 -0
- package/dist/es2019/i18n/vi.js +2 -0
- package/dist/es2019/i18n/zh.js +2 -0
- package/dist/es2019/i18n/zh_TW.js +2 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/resizer.js +55 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/ai-messages/ai.js +5 -0
- package/dist/esm/collab/index.js +3 -1
- package/dist/esm/extensions/combine-extension-providers.js +56 -0
- package/dist/esm/extensions/default-extension-provider.js +94 -33
- package/dist/esm/extensions/extension-handlers.js +62 -30
- package/dist/esm/i18n/cs.js +2 -0
- package/dist/esm/i18n/da.js +2 -0
- package/dist/esm/i18n/de.js +2 -0
- package/dist/esm/i18n/en.js +2 -0
- package/dist/esm/i18n/en_GB.js +2 -0
- package/dist/esm/i18n/en_ZZ.js +2 -0
- package/dist/esm/i18n/es.js +2 -0
- package/dist/esm/i18n/fi.js +2 -0
- package/dist/esm/i18n/fr.js +2 -0
- package/dist/esm/i18n/hr.js +1 -1
- package/dist/esm/i18n/hu.js +3 -0
- package/dist/esm/i18n/it.js +2 -0
- package/dist/esm/i18n/ja.js +6 -0
- package/dist/esm/i18n/ko.js +6 -0
- package/dist/esm/i18n/nb.js +6 -0
- package/dist/esm/i18n/nl.js +2 -0
- package/dist/esm/i18n/pl.js +2 -0
- package/dist/esm/i18n/pt_BR.js +2 -0
- package/dist/esm/i18n/ru.js +2 -0
- package/dist/esm/i18n/sv.js +2 -0
- package/dist/esm/i18n/th.js +2 -0
- package/dist/esm/i18n/tr.js +2 -0
- package/dist/esm/i18n/uk.js +2 -0
- package/dist/esm/i18n/vi.js +2 -0
- package/dist/esm/i18n/zh.js +2 -0
- package/dist/esm/i18n/zh_TW.js +2 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/resizer.js +55 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/ai-messages/ai.d.ts +5 -0
- package/dist/types/collab/index.d.ts +2 -0
- package/dist/types/extensions/default-extension-provider.d.ts +4 -0
- package/dist/types/extensions/extension-handlers.d.ts +3 -2
- package/dist/types/extensions/types/extension-manifest.d.ts +4 -0
- package/dist/types/extensions/types/extension-provider.d.ts +2 -0
- package/dist/types/extensions.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +2 -0
- package/dist/types/i18n/da.d.ts +2 -0
- package/dist/types/i18n/de.d.ts +2 -0
- package/dist/types/i18n/en.d.ts +2 -0
- package/dist/types/i18n/en_GB.d.ts +2 -0
- package/dist/types/i18n/en_ZZ.d.ts +2 -0
- package/dist/types/i18n/es.d.ts +2 -0
- package/dist/types/i18n/fi.d.ts +2 -0
- package/dist/types/i18n/fr.d.ts +2 -0
- package/dist/types/i18n/hu.d.ts +3 -0
- package/dist/types/i18n/it.d.ts +2 -0
- package/dist/types/i18n/ja.d.ts +6 -0
- package/dist/types/i18n/ko.d.ts +6 -0
- package/dist/types/i18n/nb.d.ts +6 -0
- package/dist/types/i18n/nl.d.ts +2 -0
- package/dist/types/i18n/pl.d.ts +2 -0
- package/dist/types/i18n/pt_BR.d.ts +2 -0
- package/dist/types/i18n/ru.d.ts +2 -0
- package/dist/types/i18n/sv.d.ts +2 -0
- package/dist/types/i18n/th.d.ts +2 -0
- package/dist/types/i18n/tr.d.ts +2 -0
- package/dist/types/i18n/uk.d.ts +2 -0
- package/dist/types/i18n/vi.d.ts +2 -0
- package/dist/types/i18n/zh.d.ts +2 -0
- package/dist/types/i18n/zh_TW.d.ts +2 -0
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/resizer.d.ts +1 -0
- package/dist/types-ts4.5/ai-messages/ai.d.ts +5 -0
- package/dist/types-ts4.5/collab/index.d.ts +2 -0
- package/dist/types-ts4.5/extensions/default-extension-provider.d.ts +4 -0
- package/dist/types-ts4.5/extensions/extension-handlers.d.ts +3 -2
- package/dist/types-ts4.5/extensions/types/extension-manifest.d.ts +4 -0
- package/dist/types-ts4.5/extensions/types/extension-provider.d.ts +2 -0
- package/dist/types-ts4.5/extensions.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -0
- package/dist/types-ts4.5/i18n/da.d.ts +2 -0
- package/dist/types-ts4.5/i18n/de.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -0
- package/dist/types-ts4.5/i18n/es.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +3 -0
- package/dist/types-ts4.5/i18n/it.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -0
- package/dist/types-ts4.5/i18n/th.d.ts +2 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -0
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/resizer.d.ts +1 -0
- package/package.json +7 -4
|
@@ -3,46 +3,39 @@ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
|
3
3
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import Loadable from 'react-loadable';
|
|
6
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
7
|
import { getExtensionKeyAndNodeKey, resolveImport } from './manifest-helpers';
|
|
8
|
+
function getNodeFromManifest(
|
|
9
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
10
|
+
manifest, extKey, nodeKey, extensionType, extensionKey) {
|
|
11
|
+
if (!manifest) {
|
|
12
|
+
throw new Error("Extension with key \"".concat(extKey, "\" and type \"").concat(extensionType, "\" not found!"));
|
|
13
|
+
}
|
|
14
|
+
if (!manifest.modules.nodes) {
|
|
15
|
+
throw new Error("Couldn't find any node for extension type \"".concat(extensionType, "\" and key \"").concat(extensionKey, "\"!"));
|
|
16
|
+
}
|
|
17
|
+
var node = manifest.modules.nodes[nodeKey];
|
|
18
|
+
if (!node) {
|
|
19
|
+
throw new Error("Node with key \"".concat(extensionKey, "\" not found on manifest for extension type \"").concat(extensionType, "\" and key \"").concat(extensionKey, "\"!"));
|
|
20
|
+
}
|
|
21
|
+
return node;
|
|
22
|
+
}
|
|
7
23
|
export function getExtensionModuleNode(_x, _x2, _x3) {
|
|
8
24
|
return _getExtensionModuleNode.apply(this, arguments);
|
|
9
25
|
}
|
|
10
|
-
|
|
11
|
-
/**
|
|
12
|
-
* Gets `__` prefixed properties from an extension node module definition
|
|
13
|
-
*/
|
|
14
26
|
function _getExtensionModuleNode() {
|
|
15
27
|
_getExtensionModuleNode = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime.mark(function _callee(extensionProvider, extensionType, extensionKey) {
|
|
16
|
-
var
|
|
28
|
+
var _getExtensionKeyAndNo3, _getExtensionKeyAndNo4, extKey, nodeKey, manifest;
|
|
17
29
|
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
18
30
|
while (1) switch (_context.prev = _context.next) {
|
|
19
31
|
case 0:
|
|
20
|
-
|
|
32
|
+
_getExtensionKeyAndNo3 = getExtensionKeyAndNodeKey(extensionKey, extensionType), _getExtensionKeyAndNo4 = _slicedToArray(_getExtensionKeyAndNo3, 2), extKey = _getExtensionKeyAndNo4[0], nodeKey = _getExtensionKeyAndNo4[1];
|
|
21
33
|
_context.next = 3;
|
|
22
34
|
return extensionProvider.getExtension(extensionType, extKey);
|
|
23
35
|
case 3:
|
|
24
36
|
manifest = _context.sent;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
break;
|
|
28
|
-
}
|
|
29
|
-
throw new Error("Extension with key \"".concat(extKey, "\" and type \"").concat(extensionType, "\" not found!"));
|
|
30
|
-
case 6:
|
|
31
|
-
if (manifest.modules.nodes) {
|
|
32
|
-
_context.next = 8;
|
|
33
|
-
break;
|
|
34
|
-
}
|
|
35
|
-
throw new Error("Couldn't find any node for extension type \"".concat(extensionType, "\" and key \"").concat(extensionKey, "\"!"));
|
|
36
|
-
case 8:
|
|
37
|
-
node = manifest.modules.nodes[nodeKey];
|
|
38
|
-
if (node) {
|
|
39
|
-
_context.next = 11;
|
|
40
|
-
break;
|
|
41
|
-
}
|
|
42
|
-
throw new Error("Node with key \"".concat(extensionKey, "\" not found on manifest for extension type \"").concat(extensionType, "\" and key \"").concat(extensionKey, "\"!"));
|
|
43
|
-
case 11:
|
|
44
|
-
return _context.abrupt("return", node);
|
|
45
|
-
case 12:
|
|
37
|
+
return _context.abrupt("return", getNodeFromManifest(manifest, extKey, nodeKey, extensionType, extensionKey));
|
|
38
|
+
case 5:
|
|
46
39
|
case "end":
|
|
47
40
|
return _context.stop();
|
|
48
41
|
}
|
|
@@ -50,6 +43,27 @@ function _getExtensionModuleNode() {
|
|
|
50
43
|
}));
|
|
51
44
|
return _getExtensionModuleNode.apply(this, arguments);
|
|
52
45
|
}
|
|
46
|
+
export function getExtensionModuleNodeMaybePreloaded(extensionProvider, extensionType, extensionKey
|
|
47
|
+
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
48
|
+
) {
|
|
49
|
+
var _extensionProvider$ge;
|
|
50
|
+
var _getExtensionKeyAndNo = getExtensionKeyAndNodeKey(extensionKey, extensionType),
|
|
51
|
+
_getExtensionKeyAndNo2 = _slicedToArray(_getExtensionKeyAndNo, 2),
|
|
52
|
+
extKey = _getExtensionKeyAndNo2[0],
|
|
53
|
+
nodeKey = _getExtensionKeyAndNo2[1];
|
|
54
|
+
var manifest = extensionProvider === null || extensionProvider === void 0 || (_extensionProvider$ge = extensionProvider.getPreloadedExtension) === null || _extensionProvider$ge === void 0 ? void 0 : _extensionProvider$ge.call(extensionProvider, extensionType, extKey);
|
|
55
|
+
if (manifest) {
|
|
56
|
+
return getNodeFromManifest(manifest, extKey, nodeKey, extensionType, extensionKey);
|
|
57
|
+
} else {
|
|
58
|
+
return extensionProvider.getExtension(extensionType, extKey).then(function (manifest) {
|
|
59
|
+
return getNodeFromManifest(manifest, extKey, nodeKey, extensionType, extensionKey);
|
|
60
|
+
});
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Gets `__` prefixed properties from an extension node module definition
|
|
66
|
+
*/
|
|
53
67
|
export function getExtensionModuleNodePrivateProps(_x4, _x5, _x6) {
|
|
54
68
|
return _getExtensionModuleNodePrivateProps.apply(this, arguments);
|
|
55
69
|
}
|
|
@@ -91,9 +105,27 @@ function ExtensionLoading(props) {
|
|
|
91
105
|
export function getNodeRenderer(extensionProvider, extensionType, extensionKey) {
|
|
92
106
|
return Loadable({
|
|
93
107
|
loader: function loader() {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
108
|
+
if (fg('confluence_preload_extension_providers')) {
|
|
109
|
+
// Logic here is specific to Confluence because it doesn't use the original react-loadable.
|
|
110
|
+
// The library is replaced with a custom one that supports synchronous return value from loader.
|
|
111
|
+
var maybePromise = getExtensionModuleNodeMaybePreloaded(extensionProvider, extensionType, extensionKey);
|
|
112
|
+
if (maybePromise instanceof Promise) {
|
|
113
|
+
return maybePromise.then(function (node) {
|
|
114
|
+
return resolveImport(node.render());
|
|
115
|
+
});
|
|
116
|
+
} else {
|
|
117
|
+
var _renderSync, _ref;
|
|
118
|
+
// maybePromise is sync here
|
|
119
|
+
var preloaded = maybePromise === null || maybePromise === void 0 || (_renderSync = (_ref = maybePromise).renderSync) === null || _renderSync === void 0 ? void 0 : _renderSync.call(_ref);
|
|
120
|
+
// Note resolveImport is still async but we are not waiting on a already-fulfilled value.
|
|
121
|
+
// It is fast enough to not flip back to loading.
|
|
122
|
+
return resolveImport(preloaded ? preloaded : maybePromise.render());
|
|
123
|
+
}
|
|
124
|
+
} else {
|
|
125
|
+
return getExtensionModuleNode(extensionProvider, extensionType, extensionKey).then(function (node) {
|
|
126
|
+
return resolveImport(node.render());
|
|
127
|
+
});
|
|
128
|
+
}
|
|
97
129
|
},
|
|
98
130
|
loading: ExtensionLoading
|
|
99
131
|
});
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Samočinné generování je v Elevate momentálně zakázáno.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nyní můžete do výzev vkládat odkazy 🔗 na obsah Jira a Confluence.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Využívá technologii Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generuje se',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence nedokázala zpracovat vaši žádost, protože váš obsah obsahuje odkazy na obsah omezený HIPAA. Odeberte tyto odkazy a zkuste to znovu.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Obsah je pro souhrn příliš krátký. Přidejte další a zkuste to znovu.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) neodpovídá. Zkuste to znovu později nebo <link>zkontrolujte stav AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Zkuste stránku načíst znovu.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Něco se pokazilo',
|
|
592
593
|
'fabric.editor.on': '{formattingType} zapnuto',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Otevřený',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Otevřít možnosti buňky',
|
|
594
596
|
'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
|
|
595
597
|
'fabric.editor.orderedList': 'Číslovaný seznam',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering er deaktiveret i Elevate i øjeblikket.',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nu kan du indsætte links 🔗 til Jira- og Confluence-indhold i dine prompter.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Drevet af Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genererer',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kunne ikke behandle din anmodning, da dit indhold indeholder links til HIPAA-begrænset indhold. Fjern disse links, og prøv igen.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Indholdet er for kort til at opsummere. Tilføj mere, og prøv igen.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarer ikke. Prøv igen senere, eller <link>kontrollér status for AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Prøv at genindlæse siden.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Noget gik galt!',
|
|
591
592
|
'fabric.editor.on': '{formattingType} til',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Åbn',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Åbn celleegenskaber',
|
|
593
595
|
'fabric.editor.openLink': 'Åbn link i en nye fane',
|
|
594
596
|
'fabric.editor.orderedList': 'Nummereret liste',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Aktuell ist die freie Erstellung von Aufforderungen in Elevate deaktiviert.',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Sie können in Ihren Prompts jetzt Links 🔗 in Jira- oder Confluence-Inhalte einfügen.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Bereitgestellt von Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Wird erstellt',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence konnte Ihre Anfrage nicht bearbeiten, da sie Links zu HIPAA-beschränkten Inhalten enthält. Bitte entfernen Sie diese Links und versuchen Sie es erneut.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Der Inhalt ist zu kurz, um ihn zusammenzufassen. Bitte fügen Sie mehr Inhalt hinzu und versuchen Sie es erneut.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) reagiert nicht. Versuchen Sie es später erneut oder <link>überprüfen Sie den Status von AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Versuchen Sie, die Seite neu zu laden.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Etwas ist schiefgelaufen!',
|
|
591
592
|
'fabric.editor.on': '{formattingType} ein',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Öffnen',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Zellenoptionen öffnen',
|
|
593
595
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
594
596
|
'fabric.editor.orderedList': 'Nummerierte Liste',
|
package/dist/esm/i18n/en.js
CHANGED
|
@@ -192,6 +192,7 @@ export default {
|
|
|
192
192
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
193
193
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
194
194
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
195
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generating',
|
|
195
196
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.',
|
|
196
197
|
'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarize. Please add more and try again.',
|
|
197
198
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
|
|
@@ -671,6 +672,7 @@ export default {
|
|
|
671
672
|
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
672
673
|
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
673
674
|
'fabric.editor.on': '{formattingType} On',
|
|
675
|
+
'fabric.editor.openButtonTitle': 'Open',
|
|
674
676
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
675
677
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
676
678
|
'fabric.editor.orderedList': 'Numbered list',
|
package/dist/esm/i18n/en_GB.js
CHANGED
|
@@ -192,6 +192,7 @@ export default {
|
|
|
192
192
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
193
193
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
194
194
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
195
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generating',
|
|
195
196
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.',
|
|
196
197
|
'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarise. Please add more and try again.',
|
|
197
198
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
|
|
@@ -671,6 +672,7 @@ export default {
|
|
|
671
672
|
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
672
673
|
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
673
674
|
'fabric.editor.on': '{formattingType} On',
|
|
675
|
+
'fabric.editor.openButtonTitle': 'Open',
|
|
674
676
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
675
677
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
676
678
|
'fabric.editor.orderedList': 'Numbered list',
|
package/dist/esm/i18n/en_ZZ.js
CHANGED
|
@@ -192,6 +192,7 @@ export default {
|
|
|
192
192
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Free generate is disabled in Elevate at this time.',
|
|
193
193
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 You can now paste links 🔗 to Jira and Confluence content in your prompts.',
|
|
194
194
|
'fabric.editor.ai.experience.footerRightText.agents': 'Powered by Rovo',
|
|
195
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generating',
|
|
195
196
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence was unable to process your request as your content contains links to HIPAA restricted content. Please remove these links and try again.',
|
|
196
197
|
'fabric.editor.ai.experience.inputTooShortError': 'The content is too short to summarize. Please add more and try again.',
|
|
197
198
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) isn’t responding. Try again later or <link>check the status of AI</link>.',
|
|
@@ -671,6 +672,7 @@ export default {
|
|
|
671
672
|
'fabric.editor.offlineErrorFallbackDescription': 'Try reloading the page.',
|
|
672
673
|
'fabric.editor.offlineErrorFallbackHeading': 'Something went wrong!',
|
|
673
674
|
'fabric.editor.on': '{formattingType} On',
|
|
675
|
+
'fabric.editor.openButtonTitle': 'Open',
|
|
674
676
|
'fabric.editor.openCellOptions': 'Open cell options',
|
|
675
677
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
676
678
|
'fabric.editor.orderedList': 'Numbered list',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'La generación libre está desactivada en Elevate en este momento.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Ahora puedes pegar los enlaces 🔗 al contenido de Jira y Confluence en tus indicaciones.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Con tecnología de Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generando',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence no ha podido procesar tu solicitud porque tu contenido contiene enlaces a contenido restringido por la HIPAA. Elimina estos enlaces e inténtalo de nuevo.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'El contenido es demasiado corto para resumirlo. Añade más y vuelve a intentarlo.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) no responde. Inténtalo de nuevo más tarde o <link>consulta el estado de AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Prueba volviendo a cargar la página.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Algo ha ido mal.',
|
|
592
593
|
'fabric.editor.on': '{formattingType} activado',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Abrir',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Abrir opciones de celda',
|
|
594
596
|
'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
|
|
595
597
|
'fabric.editor.orderedList': 'Lista numerada',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Vapaa luonti on poistettu käytöstä Elevatessa tällä hetkellä.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Voit nyt liittää linkkejä 🔗 Jira- ja Confluence-sisältöön kehotteissa.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Palvelun tarjoaa Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Luodaan',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence ei pystynyt käsittelemään pyyntöäsi, koska sisältösi sisältää linkkejä HIPAA-rajoitettuun sisältöön. Poista nämä linkit ja yritä uudelleen.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Sisältö on liian lyhyt yhteenvetoa varten. Lisää sisältöä ja yritä uudelleen.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) ei vastaa. Yritä myöhemmin uudelleen tai <link>tarkista AI:n tila</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Yritä ladata sivu uudelleen.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Jotain meni vikaan!',
|
|
592
593
|
'fabric.editor.on': '{formattingType} käytössä',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Avaa',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Avaa soluvalinnat',
|
|
594
596
|
'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
|
|
595
597
|
'fabric.editor.orderedList': 'Numeroitu luettelo',
|
package/dist/esm/i18n/fr.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'La génération libre est désactivée dans Elevate pour le moment.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Vous pouvez désormais coller des liens 🔗 vers du contenu Jira et Confluence dans vos prompts.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Optimisé par Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Génération',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': "Atlassian Intelligence n'a pas pu traiter votre demande, car votre contenu comprend des liens vers du contenu soumis à des restrictions HIPAA. Veuillez supprimer ces liens, puis réessayer.",
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Le contenu est trop court pour être résumé. Veuillez ajouter du contenu, puis réessayez.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': "Atlassian Intelligence (AI) ne répond pas. Réessayez plus tard ou <link>vérifiez l'état d'AI</link>.",
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Essayez de recharger la page.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': "Une erreur s'est produite.",
|
|
592
593
|
'fabric.editor.on': '{formattingType} activé',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Ouvrir',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Ouvrir les options des cellules',
|
|
594
596
|
'fabric.editor.openLink': 'Ouvrir le lien dans un nouvel onglet',
|
|
595
597
|
'fabric.editor.orderedList': 'Liste numérotée',
|
package/dist/esm/i18n/hr.js
CHANGED
|
@@ -474,7 +474,7 @@ export default {
|
|
|
474
474
|
'fabric.editor.expandDefaultTitle': 'Klikni ovdje za proširenje...',
|
|
475
475
|
'fabric.editor.expandNode': 'Proširi sadržaj',
|
|
476
476
|
'fabric.editor.expandPlaceholder': 'Dodijeli naslov ovom proširenju...',
|
|
477
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Brisanje {nodeName}
|
|
477
|
+
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Brisanje {nodeName} prekinut će sve što je povezano s njim.',
|
|
478
478
|
'fabric.editor.extension.confirmDeleteLinkedModalMessagePrefix': 'Brisanje',
|
|
479
479
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Izbriši',
|
|
480
480
|
'fabric.editor.extension.deleteElementTitle': 'Izbriši element',
|
package/dist/esm/i18n/hu.js
CHANGED
|
@@ -476,9 +476,11 @@ export default {
|
|
|
476
476
|
'fabric.editor.image.fullWidthLabel': 'Teljes szélesség',
|
|
477
477
|
'fabric.editor.imageBorderBold': 'Félkövér',
|
|
478
478
|
'fabric.editor.imageBorderColor': 'Szín',
|
|
479
|
+
'fabric.editor.imageBorderColor.dropdownAriaLabel': 'Képkeret lehetőségei Szín legördülő menü',
|
|
479
480
|
'fabric.editor.imageBorderMedium': 'Közepes',
|
|
480
481
|
'fabric.editor.imageBorderOptions': 'Szegély beállításai',
|
|
481
482
|
'fabric.editor.imageBorderSize': 'Méret',
|
|
483
|
+
'fabric.editor.imageBorderSize.dropdownAriaLabel': 'Képkeret lehetőségei Méret legördülő menü',
|
|
482
484
|
'fabric.editor.imageBorderSubtle': 'Vékony',
|
|
483
485
|
'fabric.editor.improvement': 'Javítás',
|
|
484
486
|
'fabric.editor.increaseSize': 'Táblázat vagy média méretének növelése',
|
|
@@ -587,6 +589,7 @@ export default {
|
|
|
587
589
|
'fabric.editor.offlineErrorFallbackDescription': 'Próbáld meg újra betölteni az oldalt.',
|
|
588
590
|
'fabric.editor.offlineErrorFallbackHeading': 'Hiba történt.',
|
|
589
591
|
'fabric.editor.on': '{formattingType} bekapcsolva',
|
|
592
|
+
'fabric.editor.openButtonTitle': 'Nyitott',
|
|
590
593
|
'fabric.editor.openCellOptions': 'Cellabeállítások megnyitása',
|
|
591
594
|
'fabric.editor.openLink': 'Hivatkozás megnyitása új lapon',
|
|
592
595
|
'fabric.editor.orderedList': 'Számozott lista',
|
package/dist/esm/i18n/it.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'La scrittura libera dei prompt è disabilitata in Elevate in questa fase.',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Ora puoi incollare link 🔗 ai contenuti di Jira e Confluence nei tuoi prompt.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Con tecnologia Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generazione in corso',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence non ha potuto elaborare la tua richiesta in quanto nel contenuto sono presenti link a contenuti soggetti a restrizioni HIPAA. Rimuovi questi link e riprova.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Il contenuto è troppo breve per essere riassunto. Aggiungine altro e riprova.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) non risponde. Riprova più tardi o <link>controlla lo stato di AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Prova a ricaricare la pagina.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Si è verificato un problema.',
|
|
591
592
|
'fabric.editor.on': '{formattingType} attiva',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Apri',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Apri opzioni cella',
|
|
593
595
|
'fabric.editor.openLink': 'Apri link in una nuova scheda',
|
|
594
596
|
'fabric.editor.orderedList': 'Elenco numerato',
|
package/dist/esm/i18n/ja.js
CHANGED
|
@@ -33,6 +33,7 @@ export default {
|
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': '最新情報を要約します',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': '生成',
|
|
35
35
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Atlassian Intelligence に質問する',
|
|
36
|
+
'fabric.editor.ai.config.item.action.edit': '編集',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insert': '挿入',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertAtTop': '最上部に挿入',
|
|
38
39
|
'fabric.editor.ai.config.item.action.insertBelow': '下に挿入',
|
|
@@ -183,6 +184,7 @@ export default {
|
|
|
183
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': '(自由形式の生成は現在 Elevate で無効になっています)。',
|
|
184
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Jira と Confluence のコンテンツへのリンク 🔗 をプロンプトに貼り付けられるようになりました。',
|
|
185
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Rovo を使用',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': '生成しています',
|
|
186
188
|
'fabric.editor.ai.experience.hipaaContentError': 'HIPAA の制限対象となるコンテンツへのリンクが含まれているため、Atlassian Intelligence はリクエストを処理できませんでした。これらのリンクを削除して、もう一度お試しください。',
|
|
187
189
|
'fabric.editor.ai.experience.inputTooShortError': '内容が短すぎて要約できません。内容を追加して、もう一度お試しください。',
|
|
188
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) が応答していません。後でもう一度お試しになるか、<link>AI のステータスを確認してください</link>。',
|
|
@@ -280,6 +282,7 @@ export default {
|
|
|
280
282
|
'fabric.editor.codeblock.description': '構文をハイライトしてコードを表示',
|
|
281
283
|
'fabric.editor.collapseNode': 'コンテンツを折りたたむ',
|
|
282
284
|
'fabric.editor.collapseTable': 'テーブルを折りたたむ',
|
|
285
|
+
'fabric.editor.colorPicker.menuLabel': 'カラー ピッカー メニュー',
|
|
283
286
|
'fabric.editor.columnDragHandle': '列オプション',
|
|
284
287
|
'fabric.editor.columnMovedLeft': '列を左に移動しました。現在、全 {total} 列中 {index} 列目です',
|
|
285
288
|
'fabric.editor.columnMovedRight': '列を右に移動しました。現在、全 {total} 列中 {index} 列目です',
|
|
@@ -588,6 +591,7 @@ export default {
|
|
|
588
591
|
'fabric.editor.offlineErrorFallbackDescription': 'ページを再読み込みしてください。',
|
|
589
592
|
'fabric.editor.offlineErrorFallbackHeading': 'エラーが発生しました。',
|
|
590
593
|
'fabric.editor.on': '{formattingType}オン',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'オープン',
|
|
591
595
|
'fabric.editor.openCellOptions': 'セルのオプションを開く',
|
|
592
596
|
'fabric.editor.openLink': 'リンクを新しいタブで開く',
|
|
593
597
|
'fabric.editor.orderedList': '番号付きリスト',
|
|
@@ -655,6 +659,7 @@ export default {
|
|
|
655
659
|
'fabric.editor.splitCell': 'セルを分割',
|
|
656
660
|
'fabric.editor.status': 'ステータス',
|
|
657
661
|
'fabric.editor.status.description': 'カスタム ステータス ラベルを追加',
|
|
662
|
+
'fabric.editor.statusEditorLabel': 'ステータス エディター',
|
|
658
663
|
'fabric.editor.statusPickerOpenedAlert': 'ステータス エディターのポップアップが開きました。Tab キーを押してポップアップにアクセスしてください',
|
|
659
664
|
'fabric.editor.statusPlaceholder': 'ステータスを設定',
|
|
660
665
|
'fabric.editor.story': 'ストーリー',
|
|
@@ -751,6 +756,7 @@ export default {
|
|
|
751
756
|
'fabric.editor.viewAndAddCommentsOnMedia': 'コメントを表示および追加',
|
|
752
757
|
'fabric.editor.viewCommentOnMedia': 'コメントを見る',
|
|
753
758
|
'fabric.editor.viewMore': 'さらに表示',
|
|
759
|
+
'fabric.editor.viewMoreAriaLabel': 'すべての要素を表示',
|
|
754
760
|
'fabric.editor.visit': 'リンクを新しいウィンドウで開く',
|
|
755
761
|
'fabric.editor.warning': '警告',
|
|
756
762
|
'fabric.editor.warningPanel': '警告パネル',
|
package/dist/esm/i18n/ko.js
CHANGED
|
@@ -33,6 +33,7 @@ export default {
|
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': '업데이트의 콘텐츠를 요약합니다',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': '생성',
|
|
35
35
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Atlassian Intelligence에 물어보기',
|
|
36
|
+
'fabric.editor.ai.config.item.action.edit': '편집',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insert': '삽입',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertAtTop': '맨 위에 삽입',
|
|
38
39
|
'fabric.editor.ai.config.item.action.insertBelow': '아래에 삽입',
|
|
@@ -183,6 +184,7 @@ export default {
|
|
|
183
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': '현재 Elevate에서는 자유 생성이 사용 중지되어 있습니다.',
|
|
184
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 이제 프롬프트에 Jira 및 Confluence 콘텐츠 링크🔗를 붙여넣을 수 있습니다.',
|
|
185
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Rovo에서 제공',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': '생성 중',
|
|
186
188
|
'fabric.editor.ai.experience.hipaaContentError': '콘텐츠에 HIPAA 제한 콘텐츠 링크가 포함되어 있으므로 Atlassian Intelligence에서 요청을 처리할 수 없습니다. 이 링크를 제거하고 다시 시도하세요.',
|
|
187
189
|
'fabric.editor.ai.experience.inputTooShortError': '내용이 너무 짧아 요약할 수 없습니다. 내용을 더 추가하고 다시 시도하세요.',
|
|
188
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence(AI)가 응답하지 않습니다. 나중에 다시 시도하거나 <link>AI 상태를 확인</link>하세요.',
|
|
@@ -280,6 +282,7 @@ export default {
|
|
|
280
282
|
'fabric.editor.codeblock.description': '구문 강조 기능 포함하여 코드 표시',
|
|
281
283
|
'fabric.editor.collapseNode': '콘텐츠 접기',
|
|
282
284
|
'fabric.editor.collapseTable': '표 축소',
|
|
285
|
+
'fabric.editor.colorPicker.menuLabel': '색상 선택기 메뉴',
|
|
283
286
|
'fabric.editor.columnDragHandle': '열 옵션',
|
|
284
287
|
'fabric.editor.columnMovedLeft': '열이 {index}/{total}열로 왼쪽으로 이동',
|
|
285
288
|
'fabric.editor.columnMovedRight': '열이 {index}/{total}열로 오른쪽으로 이동',
|
|
@@ -588,6 +591,7 @@ export default {
|
|
|
588
591
|
'fabric.editor.offlineErrorFallbackDescription': '페이지를 다시 로드해 보세요.',
|
|
589
592
|
'fabric.editor.offlineErrorFallbackHeading': '문제가 발생했습니다!',
|
|
590
593
|
'fabric.editor.on': '{formattingType} 켜짐',
|
|
594
|
+
'fabric.editor.openButtonTitle': '미해결',
|
|
591
595
|
'fabric.editor.openCellOptions': '셀 옵션 열기',
|
|
592
596
|
'fabric.editor.openLink': '새 탭에서 링크 열기',
|
|
593
597
|
'fabric.editor.orderedList': '번호 목록',
|
|
@@ -655,6 +659,7 @@ export default {
|
|
|
655
659
|
'fabric.editor.splitCell': '셀 나누기',
|
|
656
660
|
'fabric.editor.status': '상태',
|
|
657
661
|
'fabric.editor.status.description': '사용자 정의 상태 레이블 추가',
|
|
662
|
+
'fabric.editor.statusEditorLabel': '상태 편집기',
|
|
658
663
|
'fabric.editor.statusPickerOpenedAlert': '상태 편집기 팝업이 열렸습니다. Tab 키를 눌러 팝업에 액세스하세요',
|
|
659
664
|
'fabric.editor.statusPlaceholder': '상태 설정',
|
|
660
665
|
'fabric.editor.story': '스토리',
|
|
@@ -751,6 +756,7 @@ export default {
|
|
|
751
756
|
'fabric.editor.viewAndAddCommentsOnMedia': '댓글 확인 및 추가',
|
|
752
757
|
'fabric.editor.viewCommentOnMedia': '댓글 보기',
|
|
753
758
|
'fabric.editor.viewMore': '더 보기',
|
|
759
|
+
'fabric.editor.viewMoreAriaLabel': '모든 요소 보기',
|
|
754
760
|
'fabric.editor.visit': '새 창에서 링크 열기',
|
|
755
761
|
'fabric.editor.warning': '경고',
|
|
756
762
|
'fabric.editor.warningPanel': '경고 패널',
|
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -33,6 +33,7 @@ export default {
|
|
|
33
33
|
'fabric.editor.ai.atlas-prebuilt.atlasSummarizePageConfigItemDescription': 'Oppsummerer oppdateringens innhold',
|
|
34
34
|
'fabric.editor.ai.commandPalette.promptBuilderForm.buttons.submit': 'Generer',
|
|
35
35
|
'fabric.editor.ai.commandPalette.promptBuilderForm.generateContent.ariaLabel': 'Spør Atlassian Intelligence',
|
|
36
|
+
'fabric.editor.ai.config.item.action.edit': 'Rediger',
|
|
36
37
|
'fabric.editor.ai.config.item.action.insert': 'Sett inn',
|
|
37
38
|
'fabric.editor.ai.config.item.action.insertAtTop': 'Sett inn øverst',
|
|
38
39
|
'fabric.editor.ai.config.item.action.insertBelow': 'Sett inn under',
|
|
@@ -182,6 +183,7 @@ export default {
|
|
|
182
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering er deaktivert i Elevate for øyeblikket.',
|
|
183
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Du kan nå lime inn koblinger 🔗 til Jira- og Confluence-innhold i ledetekstene.',
|
|
184
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Levert av Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genererer',
|
|
185
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kan ikke behandle forespørselen din ettersom innholdet ditt inneholder koblinger til HIPAA-begrenset innhold. Fjern disse koblingene og prøv igjen.',
|
|
186
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Innholdet er for kort til å oppsummeres. Legg til mer og prøv igjen.',
|
|
187
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarer ikke. Prøv igjen senere eller <link>sjekk AI-statusen</link>.',
|
|
@@ -279,6 +281,7 @@ export default {
|
|
|
279
281
|
'fabric.editor.codeblock.description': 'Vis kode med syntaksutheving',
|
|
280
282
|
'fabric.editor.collapseNode': 'Minimer innhold',
|
|
281
283
|
'fabric.editor.collapseTable': 'Minimer tabell',
|
|
284
|
+
'fabric.editor.colorPicker.menuLabel': 'Fargevelgermeny',
|
|
282
285
|
'fabric.editor.columnDragHandle': 'Kolonnealternativer',
|
|
283
286
|
'fabric.editor.columnMovedLeft': 'Kolonnen ble flyttet til venstre til {index} av {total}',
|
|
284
287
|
'fabric.editor.columnMovedRight': 'Kolonnen ble flyttet til høyre til {index} av {total}',
|
|
@@ -587,6 +590,7 @@ export default {
|
|
|
587
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Prøv å laste inn siden på nytt.',
|
|
588
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Noe gikk galt!',
|
|
589
592
|
'fabric.editor.on': '{formattingType} på',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Åpen',
|
|
590
594
|
'fabric.editor.openCellOptions': 'Åpne cellealternativer',
|
|
591
595
|
'fabric.editor.openLink': 'Åpne kobling i en ny fane',
|
|
592
596
|
'fabric.editor.orderedList': 'Nummerert liste',
|
|
@@ -654,6 +658,7 @@ export default {
|
|
|
654
658
|
'fabric.editor.splitCell': 'Del celle',
|
|
655
659
|
'fabric.editor.status': 'Status',
|
|
656
660
|
'fabric.editor.status.description': 'Legg til en egendefinert statusetikett',
|
|
661
|
+
'fabric.editor.statusEditorLabel': 'Redigeringsmodul for status',
|
|
657
662
|
'fabric.editor.statusPickerOpenedAlert': 'Pop-up for å redigere status er åpnet. Trykk på Tab for å gå til pop-up-vinduet',
|
|
658
663
|
'fabric.editor.statusPlaceholder': 'Angi en status',
|
|
659
664
|
'fabric.editor.story': 'Historie',
|
|
@@ -750,6 +755,7 @@ export default {
|
|
|
750
755
|
'fabric.editor.viewAndAddCommentsOnMedia': 'Vis og legg til kommentarer',
|
|
751
756
|
'fabric.editor.viewCommentOnMedia': 'Vis kommentarer',
|
|
752
757
|
'fabric.editor.viewMore': 'Vis mer',
|
|
758
|
+
'fabric.editor.viewMoreAriaLabel': 'Vis alle elementer',
|
|
753
759
|
'fabric.editor.visit': 'Åpne koblingen i et nytt vindu',
|
|
754
760
|
'fabric.editor.warning': 'Advarsel',
|
|
755
761
|
'fabric.editor.warningPanel': 'Advarselspanel',
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Vrij genereren is momenteel uitgeschakeld in Elevate',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Je kunt nu links 🔗 naar Jira- en Confluence-inhoud in je prompts plakken.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Mogelijk gemaakt door Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genereren',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kon je aanvraag niet verwerken omdat je inhoud links bevat naar inhoud met een HIPAA-beperking. Verwijder deze links en probeer het opnieuw.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'De inhoud is te kort om samen te vatten. Voeg meer inhoud toe en probeer het dan nogmaals.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) reageert niet. Probeer het later opnieuw of <link>controleer de status van AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Probeer de pagina opnieuw te laden.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Er is iets misgegaan.',
|
|
591
592
|
'fabric.editor.on': '{formattingType} aan',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Openen',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Celopties openen',
|
|
593
595
|
'fabric.editor.openLink': 'Link openen in een nieuw tabblad',
|
|
594
596
|
'fabric.editor.orderedList': 'Genummerde lijst',
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Samodzielnie generowane podpowiedzi są obecnie wyłączone w Elevate.',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Możesz teraz wklejać łącza 🔗 do zawartości Jiry i Confluence w swoich poleceniach.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Obsługiwane przez Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Generowanie',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence nie może przetworzyć Twojego żądania, ponieważ treść zawiera łącza do zawartości podlegających ograniczeniom przepisów HIPAA. Usuń te łącza i spróbuj ponownie.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Treść jest za krótka, aby ją podsumować. Dodaj więcej i spróbuj ponownie.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) nie odpowiada. Spróbuj ponownie później lub <link>sprawdź status AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Spróbuj załadować stronę ponownie.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Coś poszło nie tak',
|
|
592
593
|
'fabric.editor.on': '{formattingType} wł.',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Otwórz',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Otwórz opcje komórki',
|
|
594
596
|
'fabric.editor.openLink': 'Otwórz łącze na nowej karcie',
|
|
595
597
|
'fabric.editor.orderedList': 'Lista numerowana',
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -182,6 +182,7 @@ export default {
|
|
|
182
182
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'A geração gratuita está desativada no Elevate no momento.',
|
|
183
183
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Agora é possível colar links 🔗 no conteúdo do Jira e do Confluence em seus prompts.',
|
|
184
184
|
'fabric.editor.ai.experience.footerRightText.agents': 'Com tecnologia Rovo',
|
|
185
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Gerando',
|
|
185
186
|
'fabric.editor.ai.experience.hipaaContentError': 'O Atlassian Intelligence não conseguiu processar a solicitação, pois o conteúdo contém links para conteúdo restrito da HIPAA. Remova esses links e tente de novo.',
|
|
186
187
|
'fabric.editor.ai.experience.inputTooShortError': 'O conteúdo é curto demais para ser resumido. Adicione mais e tente de novo.',
|
|
187
188
|
'fabric.editor.ai.experience.internalServerError': 'O Atlassian Intelligence (AI) não está respondendo. Tente de novo mais tarde ou <link>confira o status do AI</link>.',
|
|
@@ -588,6 +589,7 @@ export default {
|
|
|
588
589
|
'fabric.editor.offlineErrorFallbackDescription': 'Recarregue a página.',
|
|
589
590
|
'fabric.editor.offlineErrorFallbackHeading': 'Algo deu errado!',
|
|
590
591
|
'fabric.editor.on': '{formattingType} Ativado',
|
|
592
|
+
'fabric.editor.openButtonTitle': 'Aberto',
|
|
591
593
|
'fabric.editor.openCellOptions': 'Abrir opções de célula',
|
|
592
594
|
'fabric.editor.openLink': 'Abrir link em uma nova guia',
|
|
593
595
|
'fabric.editor.orderedList': 'Lista numerada',
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Свободная генерация в Elevate в настоящее время отключена',
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Теперь вы можете вставлять в запросы ссылки 🔗 на контент Jira и Confluence.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'На базе Rovo',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Выполняется генерация',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence не удалось обработать запрос, так как в контенте содержатся ссылки на содержимое, доступ к которому ограничен в соответствии с требованиями HIPAA. Удалите эти ссылки и повторите попытку.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'Контент слишком короткий для создания сводки. Добавьте информацию и повторите попытку.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) не отвечает. Повторите попытку позже или <link>проверьте статус AI</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Попробуйте перезагрузить страницу.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Произошла ошибка.',
|
|
592
593
|
'fabric.editor.on': '{formattingType} вкл.',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Открыть',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Открыть параметры ячейки',
|
|
594
596
|
'fabric.editor.openLink': 'Открыть ссылку на новой вкладке',
|
|
595
597
|
'fabric.editor.orderedList': 'Нумерованный список',
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -183,6 +183,7 @@ export default {
|
|
|
183
183
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'Fri generering är inaktiverad i Elevate just nu.',
|
|
184
184
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Nu kan du klistra in länkar 🔗 till Jira- och Confluence-innehåll i dina uppmaningar.',
|
|
185
185
|
'fabric.editor.ai.experience.footerRightText.agents': 'Drivs av Rovo',
|
|
186
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Genererar',
|
|
186
187
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence kunde inte behandla din förfrågan eftersom innehållet innehåller länkar till HIPAA-begränsat innehåll. Ta bort länkarna och försök igen.',
|
|
187
188
|
'fabric.editor.ai.experience.inputTooShortError': 'Innehållet är för kort för att sammanfatta. Lägg till mer och försök igen.',
|
|
188
189
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) svarar inte. Försök igen senare eller <link>kontrollera status för AI</link>.',
|
|
@@ -589,6 +590,7 @@ export default {
|
|
|
589
590
|
'fabric.editor.offlineErrorFallbackDescription': 'Försök uppdatera sidan.',
|
|
590
591
|
'fabric.editor.offlineErrorFallbackHeading': 'Något gick fel!',
|
|
591
592
|
'fabric.editor.on': '{formattingType} på',
|
|
593
|
+
'fabric.editor.openButtonTitle': 'Öppen',
|
|
592
594
|
'fabric.editor.openCellOptions': 'Öppna cellalternativ',
|
|
593
595
|
'fabric.editor.openLink': 'Öppna länk i en ny flik',
|
|
594
596
|
'fabric.editor.orderedList': 'Numrerad lista',
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -169,6 +169,7 @@ export default {
|
|
|
169
169
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': 'การสร้างข้อความอิสระถูกปิดใช้งานใน Elevate ในขณะนี้',
|
|
170
170
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 คุณสามารถวางลิงก์ 🔗 ที่เชื่อมโยงไปยังเนื้อหา Jira และ Confluence ลงในข้อความแจ้งเตือนของคุณได้แล้วในขณะนี้<strong></strong>',
|
|
171
171
|
'fabric.editor.ai.experience.footerRightText.agents': 'สนับสนุนโดย Rovo',
|
|
172
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'กำลังสร้าง',
|
|
172
173
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence ไม่สามารถดำเนินการตามคำขอของคุณได้ เนื่องจากเนื้อหาของคุณมีลิงก์ไปยังเนื้อหาที่ถูกจำกัดโดย HIPAA โปรดลบลิงก์เหล่านี้ออกแล้วลองอีกครั้ง',
|
|
173
174
|
'fabric.editor.ai.experience.inputTooShortError': 'เนื้อหาสั้นเกินไปที่จะสรุป โปรดเพิ่มเนื้อหาแล้วลองอีกครั้ง',
|
|
174
175
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) ไม่ตอบสนอง ลองอีกครั้งในภายหลัง หรือ<link>ตรวจสอบสถานะของ AI</link>',
|
|
@@ -575,6 +576,7 @@ export default {
|
|
|
575
576
|
'fabric.editor.offlineErrorFallbackDescription': 'ลองโหลดหน้าข้อมูลใหม่อีกครั้ง',
|
|
576
577
|
'fabric.editor.offlineErrorFallbackHeading': 'เกิดข้อผิดพลาดบางอย่าง!',
|
|
577
578
|
'fabric.editor.on': 'เปิด {formattingType}',
|
|
579
|
+
'fabric.editor.openButtonTitle': 'เปิด',
|
|
578
580
|
'fabric.editor.openCellOptions': 'เปิดตัวเลือกช่องข้อมูล',
|
|
579
581
|
'fabric.editor.openLink': 'เปิดลิงก์ในแถบใหม่',
|
|
580
582
|
'fabric.editor.orderedList': 'รายการแบบมีตัวเลข',
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -184,6 +184,7 @@ export default {
|
|
|
184
184
|
'fabric.editor.ai.experience.elevateDisabledGenetateError': "Şu anda Elevate'te serbest oluşturma devre dışıdır.",
|
|
185
185
|
'fabric.editor.ai.experience.engagementBannerLinksText': '🚀 Artık bağlantıları 🔗 istemlerinizdeki Jira ve Confluence içeriğine yapıştırabilirsiniz.',
|
|
186
186
|
'fabric.editor.ai.experience.footerRightText.agents': 'Rovo tarafından desteklenir',
|
|
187
|
+
'fabric.editor.ai.experience.generatingAiResponse': 'Oluşturuluyor',
|
|
187
188
|
'fabric.editor.ai.experience.hipaaContentError': 'Atlassian Intelligence, içeriğiniz HIPAA kısıtlı içeriklere giden bağlantılar içerdiğinden talebinizi işleyemedi. Lütfen bu bağlantıları kaldırın ve yeniden deneyin.',
|
|
188
189
|
'fabric.editor.ai.experience.inputTooShortError': 'İçerik özetlenemeyecek kadar kısa. Lütfen ekleme yapın ve yeniden deneyin.',
|
|
189
190
|
'fabric.editor.ai.experience.internalServerError': 'Atlassian Intelligence (AI) yanıt vermiyor. Daha sonra yeniden deneyin veya <link>AI durumunu kontrol edin</link>.',
|
|
@@ -590,6 +591,7 @@ export default {
|
|
|
590
591
|
'fabric.editor.offlineErrorFallbackDescription': 'Sayfayı yeniden yüklemeyi deneyin.',
|
|
591
592
|
'fabric.editor.offlineErrorFallbackHeading': 'Bir hata oluştu!',
|
|
592
593
|
'fabric.editor.on': '{formattingType} Açık',
|
|
594
|
+
'fabric.editor.openButtonTitle': 'Açık',
|
|
593
595
|
'fabric.editor.openCellOptions': 'Hücre seçeneklerini aç',
|
|
594
596
|
'fabric.editor.openLink': 'Bağlantıyı yeni sekmede açın',
|
|
595
597
|
'fabric.editor.orderedList': 'Numaralı liste',
|