@atlaskit/editor-core 188.0.0 → 188.0.4
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 +13 -0
- package/dist/cjs/composable-editor/hooks/useProviderFactory.js +23 -47
- package/dist/cjs/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
- package/dist/cjs/i18n/cs.js +1 -54
- package/dist/cjs/i18n/da.js +1 -54
- package/dist/cjs/i18n/de.js +1 -54
- package/dist/cjs/i18n/en.js +1 -55
- package/dist/cjs/i18n/en_GB.js +1 -55
- package/dist/cjs/i18n/en_ZZ.js +1 -55
- package/dist/cjs/i18n/es.js +1 -54
- package/dist/cjs/i18n/fi.js +1 -54
- package/dist/cjs/i18n/fr.js +1 -54
- package/dist/cjs/i18n/hu.js +1 -54
- package/dist/cjs/i18n/it.js +1 -54
- package/dist/cjs/i18n/ja.js +1 -54
- package/dist/cjs/i18n/ko.js +1 -54
- package/dist/cjs/i18n/nb.js +1 -54
- package/dist/cjs/i18n/nl.js +1 -54
- package/dist/cjs/i18n/pl.js +1 -54
- package/dist/cjs/i18n/pt_BR.js +1 -54
- package/dist/cjs/i18n/ru.js +1 -54
- package/dist/cjs/i18n/sv.js +1 -54
- package/dist/cjs/i18n/th.js +1 -54
- package/dist/cjs/i18n/tr.js +1 -54
- package/dist/cjs/i18n/uk.js +1 -54
- package/dist/cjs/i18n/vi.js +1 -54
- package/dist/cjs/i18n/zh.js +1 -54
- package/dist/cjs/i18n/zh_TW.js +1 -54
- package/dist/cjs/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/hooks/useProviderFactory.js +32 -57
- package/dist/es2019/composable-editor/utils/getProvidersFromEditorProps.js +2 -2
- package/dist/es2019/i18n/cs.js +1 -54
- package/dist/es2019/i18n/da.js +1 -54
- package/dist/es2019/i18n/de.js +1 -54
- package/dist/es2019/i18n/en.js +1 -55
- package/dist/es2019/i18n/en_GB.js +1 -55
- package/dist/es2019/i18n/en_ZZ.js +1 -55
- package/dist/es2019/i18n/es.js +1 -54
- package/dist/es2019/i18n/fi.js +1 -54
- package/dist/es2019/i18n/fr.js +1 -54
- package/dist/es2019/i18n/hu.js +1 -54
- package/dist/es2019/i18n/it.js +1 -54
- package/dist/es2019/i18n/ja.js +1 -54
- package/dist/es2019/i18n/ko.js +1 -54
- package/dist/es2019/i18n/nb.js +1 -54
- package/dist/es2019/i18n/nl.js +1 -54
- package/dist/es2019/i18n/pl.js +1 -54
- package/dist/es2019/i18n/pt_BR.js +1 -54
- package/dist/es2019/i18n/ru.js +1 -54
- package/dist/es2019/i18n/sv.js +1 -54
- package/dist/es2019/i18n/th.js +1 -54
- package/dist/es2019/i18n/tr.js +1 -54
- package/dist/es2019/i18n/uk.js +1 -54
- package/dist/es2019/i18n/vi.js +1 -54
- package/dist/es2019/i18n/zh.js +1 -54
- package/dist/es2019/i18n/zh_TW.js +1 -54
- package/dist/es2019/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/hooks/useProviderFactory.js +24 -48
- package/dist/esm/composable-editor/utils/getProvidersFromEditorProps.js +1 -1
- package/dist/esm/i18n/cs.js +1 -54
- package/dist/esm/i18n/da.js +1 -54
- package/dist/esm/i18n/de.js +1 -54
- package/dist/esm/i18n/en.js +1 -55
- package/dist/esm/i18n/en_GB.js +1 -55
- package/dist/esm/i18n/en_ZZ.js +1 -55
- package/dist/esm/i18n/es.js +1 -54
- package/dist/esm/i18n/fi.js +1 -54
- package/dist/esm/i18n/fr.js +1 -54
- package/dist/esm/i18n/hu.js +1 -54
- package/dist/esm/i18n/it.js +1 -54
- package/dist/esm/i18n/ja.js +1 -54
- package/dist/esm/i18n/ko.js +1 -54
- package/dist/esm/i18n/nb.js +1 -54
- package/dist/esm/i18n/nl.js +1 -54
- package/dist/esm/i18n/pl.js +1 -54
- package/dist/esm/i18n/pt_BR.js +1 -54
- package/dist/esm/i18n/ru.js +1 -54
- package/dist/esm/i18n/sv.js +1 -54
- package/dist/esm/i18n/th.js +1 -54
- package/dist/esm/i18n/tr.js +1 -54
- package/dist/esm/i18n/uk.js +1 -54
- package/dist/esm/i18n/vi.js +1 -54
- package/dist/esm/i18n/zh.js +1 -54
- package/dist/esm/i18n/zh_TW.js +1 -54
- package/dist/esm/plugins/type-ahead/ui/TypeAheadListItem.js +3 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/composable-editor/hooks/useProviderFactory.d.ts +0 -6
- package/dist/types/i18n/cs.d.ts +1 -54
- package/dist/types/i18n/da.d.ts +1 -54
- package/dist/types/i18n/de.d.ts +1 -54
- package/dist/types/i18n/en.d.ts +1 -55
- package/dist/types/i18n/en_GB.d.ts +1 -55
- package/dist/types/i18n/en_ZZ.d.ts +1 -55
- package/dist/types/i18n/es.d.ts +1 -54
- package/dist/types/i18n/fi.d.ts +1 -54
- package/dist/types/i18n/fr.d.ts +1 -54
- package/dist/types/i18n/hu.d.ts +1 -54
- package/dist/types/i18n/it.d.ts +1 -54
- package/dist/types/i18n/ja.d.ts +1 -54
- package/dist/types/i18n/ko.d.ts +1 -54
- package/dist/types/i18n/nb.d.ts +1 -54
- package/dist/types/i18n/nl.d.ts +1 -54
- package/dist/types/i18n/pl.d.ts +1 -54
- package/dist/types/i18n/pt_BR.d.ts +1 -54
- package/dist/types/i18n/ru.d.ts +1 -54
- package/dist/types/i18n/sv.d.ts +1 -54
- package/dist/types/i18n/th.d.ts +1 -54
- package/dist/types/i18n/tr.d.ts +1 -54
- package/dist/types/i18n/uk.d.ts +1 -54
- package/dist/types/i18n/vi.d.ts +1 -54
- package/dist/types/i18n/zh.d.ts +1 -54
- package/dist/types/i18n/zh_TW.d.ts +1 -54
- package/dist/types/types/editor-props.d.ts +2 -2
- package/dist/types/utils/prepare-extension-provider.d.ts +2 -2
- package/dist/types-ts4.5/composable-editor/hooks/useProviderFactory.d.ts +0 -6
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -54
- package/dist/types-ts4.5/i18n/da.d.ts +1 -54
- package/dist/types-ts4.5/i18n/de.d.ts +1 -54
- package/dist/types-ts4.5/i18n/en.d.ts +1 -55
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -55
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -55
- package/dist/types-ts4.5/i18n/es.d.ts +1 -54
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -54
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -54
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -54
- package/dist/types-ts4.5/i18n/it.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -54
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -54
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -54
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -54
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -54
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -54
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -54
- package/dist/types-ts4.5/i18n/th.d.ts +1 -54
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -54
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -54
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -54
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -54
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -54
- package/dist/types-ts4.5/types/editor-props.d.ts +2 -2
- package/dist/types-ts4.5/utils/prepare-extension-provider.d.ts +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 188.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#40655](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40655) [`e08f00068b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e08f00068b8) - [ECA11Y-76] Typeahead List - Improvement for screen reader users, now it correctly reads the position of the selected item in the list
|
|
8
|
+
- [#40774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40774) [`c61db65ea25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c61db65ea25) - [ED-17196] Refactored provider factory initialisation
|
|
9
|
+
|
|
10
|
+
## 188.0.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749) [`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect yarn changeset to packages, upgrade adf-schema
|
|
15
|
+
|
|
3
16
|
## 188.0.0
|
|
4
17
|
|
|
5
18
|
### Major Changes
|
|
@@ -5,15 +5,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
7
7
|
exports.default = useProviderFactory;
|
|
8
|
-
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
9
8
|
var _react = require("react");
|
|
10
|
-
var _hooks = require("@atlaskit/editor-common/hooks");
|
|
11
9
|
var _providerFactory = require("@atlaskit/editor-common/provider-factory");
|
|
12
10
|
var _prepareExtensionProvider = _interopRequireDefault(require("../../utils/prepare-extension-provider"));
|
|
13
11
|
var _prepareQuickInsertProvider = _interopRequireDefault(require("../../utils/prepare-quick-insert-provider"));
|
|
14
12
|
var _getProvidersFromEditorProps = _interopRequireDefault(require("../utils/getProvidersFromEditorProps"));
|
|
15
13
|
var _handleProviders = _interopRequireDefault(require("../utils/handleProviders"));
|
|
16
|
-
function
|
|
14
|
+
function prepareProviders(editorActions, quickInsert, extensionProviders, createAnalyticsEvent) {
|
|
17
15
|
var extensionProvider = (0, _prepareExtensionProvider.default)(function () {
|
|
18
16
|
return editorActions;
|
|
19
17
|
})(extensionProviders);
|
|
@@ -34,9 +32,7 @@ function createNewState(editorActions, quickInsert, extensionProviders, createAn
|
|
|
34
32
|
* @returns ProviderFactory for Editor
|
|
35
33
|
*/
|
|
36
34
|
function useProviderFactory(props, editorActions, createAnalyticsEvent) {
|
|
37
|
-
var
|
|
38
|
-
quickInsert = props.quickInsert,
|
|
39
|
-
linking = props.linking,
|
|
35
|
+
var linking = props.linking,
|
|
40
36
|
autoformattingProvider = props.autoformattingProvider,
|
|
41
37
|
media = props.media,
|
|
42
38
|
emojiProvider = props.emojiProvider,
|
|
@@ -49,47 +45,15 @@ function useProviderFactory(props, editorActions, createAnalyticsEvent) {
|
|
|
49
45
|
activityProvider = props.activityProvider,
|
|
50
46
|
collabEdit = props.collabEdit,
|
|
51
47
|
collabEditProvider = props.collabEditProvider,
|
|
52
|
-
presenceProvider = props.presenceProvider
|
|
48
|
+
presenceProvider = props.presenceProvider,
|
|
49
|
+
quickInsert = props.quickInsert,
|
|
50
|
+
extensionProviders = props.extensionProviders;
|
|
51
|
+
|
|
52
|
+
// TODO: Remove these when we deprecate these props from editor-props - smartLinks is unfortunately still used in some places, we can sidestep this problem if we move everyone across to ComposableEditor and deprecate Editor
|
|
53
53
|
var UNSAFE_cards = props.UNSAFE_cards;
|
|
54
54
|
var smartLinks = props.smartLinks;
|
|
55
|
-
var
|
|
56
|
-
|
|
57
|
-
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
58
|
-
providerState = _useState2[0],
|
|
59
|
-
setProviderState = _useState2[1];
|
|
60
|
-
var prevProps = (0, _hooks.usePreviousState)({
|
|
61
|
-
extensionProviders: extensionProviders,
|
|
62
|
-
quickInsert: quickInsert
|
|
63
|
-
});
|
|
64
|
-
(0, _react.useEffect)(function () {
|
|
65
|
-
if (extensionProviders && extensionProviders !== (prevProps === null || prevProps === void 0 ? void 0 : prevProps.extensionProviders) ||
|
|
66
|
-
// Though this will introduce some performance regression related to quick insert
|
|
67
|
-
// loading but we can remove it soon when Forge will move to new API.
|
|
68
|
-
// quickInsert={Promise.resolve(consumerQuickInsert)} is one of the main reason behind this performance issue.
|
|
69
|
-
quickInsert && quickInsert !== (prevProps === null || prevProps === void 0 ? void 0 : prevProps.quickInsert)) {
|
|
70
|
-
var newState = createNewState(editorActions, quickInsert, extensionProviders, createAnalyticsEvent);
|
|
71
|
-
setProviderState(newState);
|
|
72
|
-
(0, _handleProviders.default)(providerFactory.current, (0, _getProvidersFromEditorProps.default)({
|
|
73
|
-
linking: linking,
|
|
74
|
-
smartLinks: smartLinks,
|
|
75
|
-
UNSAFE_cards: UNSAFE_cards,
|
|
76
|
-
autoformattingProvider: autoformattingProvider,
|
|
77
|
-
media: media,
|
|
78
|
-
emojiProvider: emojiProvider,
|
|
79
|
-
mentionProvider: mentionProvider,
|
|
80
|
-
legacyImageUploadProvider: legacyImageUploadProvider,
|
|
81
|
-
taskDecisionProvider: taskDecisionProvider,
|
|
82
|
-
contextIdentifierProvider: contextIdentifierProvider,
|
|
83
|
-
searchProvider: searchProvider,
|
|
84
|
-
macroProvider: macroProvider,
|
|
85
|
-
activityProvider: activityProvider,
|
|
86
|
-
collabEdit: collabEdit,
|
|
87
|
-
collabEditProvider: collabEditProvider,
|
|
88
|
-
presenceProvider: presenceProvider
|
|
89
|
-
}), newState.extensionProvider, newState.quickInsertProvider);
|
|
90
|
-
return;
|
|
91
|
-
}
|
|
92
|
-
(0, _handleProviders.default)(providerFactory.current, (0, _getProvidersFromEditorProps.default)({
|
|
55
|
+
var providers = (0, _react.useMemo)(function () {
|
|
56
|
+
return (0, _getProvidersFromEditorProps.default)({
|
|
93
57
|
linking: linking,
|
|
94
58
|
smartLinks: smartLinks,
|
|
95
59
|
UNSAFE_cards: UNSAFE_cards,
|
|
@@ -106,8 +70,20 @@ function useProviderFactory(props, editorActions, createAnalyticsEvent) {
|
|
|
106
70
|
collabEdit: collabEdit,
|
|
107
71
|
collabEditProvider: collabEditProvider,
|
|
108
72
|
presenceProvider: presenceProvider
|
|
109
|
-
})
|
|
110
|
-
}, [linking, smartLinks, UNSAFE_cards, autoformattingProvider, media, emojiProvider, mentionProvider, legacyImageUploadProvider, taskDecisionProvider, contextIdentifierProvider, searchProvider, macroProvider, activityProvider, collabEdit, collabEditProvider, presenceProvider
|
|
73
|
+
});
|
|
74
|
+
}, [linking, smartLinks, UNSAFE_cards, autoformattingProvider, media, emojiProvider, mentionProvider, legacyImageUploadProvider, taskDecisionProvider, contextIdentifierProvider, searchProvider, macroProvider, activityProvider, collabEdit, collabEditProvider, presenceProvider]);
|
|
75
|
+
var providerFactory = (0, _react.useRef)(new _providerFactory.ProviderFactory());
|
|
76
|
+
var preparedProviders = (0, _react.useMemo)(function () {
|
|
77
|
+
return (
|
|
78
|
+
// Though this will introduce some performance regression related to quick insert
|
|
79
|
+
// loading but we can remove it soon when Forge will move to new API.
|
|
80
|
+
// quickInsert={Promise.resolve(consumerQuickInsert)} is one of the main reason behind this performance issue.
|
|
81
|
+
prepareProviders(editorActions, quickInsert, extensionProviders, createAnalyticsEvent)
|
|
82
|
+
);
|
|
83
|
+
}, [extensionProviders, quickInsert, editorActions, createAnalyticsEvent]);
|
|
84
|
+
(0, _react.useEffect)(function () {
|
|
85
|
+
(0, _handleProviders.default)(providerFactory.current, providers, preparedProviders.extensionProvider, preparedProviders.quickInsertProvider);
|
|
86
|
+
}, [providers, preparedProviders]);
|
|
111
87
|
|
|
112
88
|
// componentWillUnmount equivalent
|
|
113
89
|
(0, _react.useEffect)(function () {
|
|
@@ -36,6 +36,6 @@ function getProvidersFromEditorProps(_ref) {
|
|
|
36
36
|
searchProvider: searchProvider,
|
|
37
37
|
presenceProvider: presenceProvider,
|
|
38
38
|
macroProvider: macroProvider,
|
|
39
|
-
collabEditProvider: collabEdit && collabEdit.provider ? collabEdit.provider : collabEditProvider
|
|
39
|
+
collabEditProvider: collabEdit !== null && collabEdit !== void 0 && collabEdit.provider ? collabEdit.provider : collabEditProvider
|
|
40
40
|
};
|
|
41
41
|
}
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -23,16 +23,13 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.alttext.validation': 'Vymažte z alternativního textu všechny zvláštní znaky.',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Panel nástrojů poznámek',
|
|
25
25
|
'fabric.editor.backLink': 'Zpět',
|
|
26
|
-
'fabric.editor.blockquote.description': 'Vložit citaci',
|
|
27
|
-
'fabric.editor.blockquote2': 'Citace',
|
|
28
26
|
'fabric.editor.captionPlaceholder': 'Přidejte popisek',
|
|
27
|
+
'fabric.editor.checkUncheckActionItem': 'Přepnout stav položky akce',
|
|
29
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Napište něco…',
|
|
30
29
|
'fabric.editor.clearAltTextEdit': 'Vymazat alternativní text',
|
|
31
30
|
'fabric.editor.closeAltTextEdit': 'Zpět',
|
|
32
31
|
'fabric.editor.closeFindReplaceDialog': 'Zavřít',
|
|
33
32
|
'fabric.editor.closeHelpDialog': 'Zavřít dialog nápovědy',
|
|
34
|
-
'fabric.editor.codeblock': 'Fragment kódu',
|
|
35
|
-
'fabric.editor.codeblock.description': 'Zobrazit kód se zvýrazněním syntaxe',
|
|
36
33
|
'fabric.editor.configFailedToLoad': 'Nepodařilo se načíst',
|
|
37
34
|
'fabric.editor.configPanel.cancel': 'Zrušit',
|
|
38
35
|
'fabric.editor.configPanel.close': 'Zavřít',
|
|
@@ -52,8 +49,6 @@ var _default = {
|
|
|
52
49
|
'fabric.editor.configPanel.submit': 'Odeslat',
|
|
53
50
|
'fabric.editor.createComment': 'Komentář',
|
|
54
51
|
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
55
|
-
'fabric.editor.customPanel': 'Vlastní panel',
|
|
56
|
-
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
57
52
|
'fabric.editor.decisionPlaceholder': 'Přidat rozhodnutí...',
|
|
58
53
|
'fabric.editor.description': 'Popis',
|
|
59
54
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
@@ -65,25 +60,7 @@ var _default = {
|
|
|
65
60
|
'fabric.editor.editorAssistiveLabel': 'Hlavní oblast obsahu. Začněte psát, abyste zadali text.',
|
|
66
61
|
'fabric.editor.editorHelp': 'Nápověda editoru.',
|
|
67
62
|
'fabric.editor.editors': 'Editoři',
|
|
68
|
-
'fabric.editor.elementBrowser.help': 'Nápověda',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administrace',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Vše',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Komunikace',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Obsah Confluence',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Vývoj',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Externí obsah',
|
|
75
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formátování',
|
|
76
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Média',
|
|
77
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigace',
|
|
78
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Sestavy',
|
|
79
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Vizuály a obrázky',
|
|
80
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Vašemu vyhledávání neodpovídají žádné výsledky',
|
|
81
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Zkuste vyhledat jiný termín nebo objevte nové aplikace pro produkty Atlassian.',
|
|
82
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Prozkoumat Atlassian Marketplace',
|
|
83
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Procházet',
|
|
84
63
|
'fabric.editor.error': 'Chyba',
|
|
85
|
-
'fabric.editor.errorPanel': 'Panel chyb',
|
|
86
|
-
'fabric.editor.errorPanel.description': 'Chyby zobrazit v barevném panelu',
|
|
87
64
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Vymazání rozšíření {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
88
65
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Vymazat',
|
|
89
66
|
'fabric.editor.extension.deleteElementTitle': 'Vymazat prvek',
|
|
@@ -93,26 +70,7 @@ var _default = {
|
|
|
93
70
|
'fabric.editor.findNext': 'Najít další',
|
|
94
71
|
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
95
72
|
'fabric.editor.findReplaceToolbarButton': 'Najít a nahradit',
|
|
96
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušit',
|
|
97
73
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
98
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Jste si jistí?',
|
|
99
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
100
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Ovládací prvky plovoucího panelu nástrojů byly otevřeny.',
|
|
101
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Plovoucí panel nástrojů',
|
|
102
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Posunout doleva',
|
|
103
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Posunout doprava',
|
|
104
|
-
'fabric.editor.heading1': 'Nadpis 1',
|
|
105
|
-
'fabric.editor.heading1Description': 'Použít pro nadpis nejvyšší úrovně',
|
|
106
|
-
'fabric.editor.heading2': 'Nadpis 2',
|
|
107
|
-
'fabric.editor.heading2Description': 'Použít pro klíčové oddíly',
|
|
108
|
-
'fabric.editor.heading3': 'Nadpis 3',
|
|
109
|
-
'fabric.editor.heading3Description': 'Použít pro pododdíly a nadpisy skupin',
|
|
110
|
-
'fabric.editor.heading4': 'Nadpis 4',
|
|
111
|
-
'fabric.editor.heading4Description': 'Použít pro podnadpisy',
|
|
112
|
-
'fabric.editor.heading5': 'Nadpis 5',
|
|
113
|
-
'fabric.editor.heading5Description': 'Použít pro seskupení položek seznamu',
|
|
114
|
-
'fabric.editor.heading6': 'Nadpis 6',
|
|
115
|
-
'fabric.editor.heading6Description': 'Použít pro nadpis nejnižší úrovně',
|
|
116
74
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
|
|
117
75
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
118
76
|
'fabric.editor.image.fullWidthLabel': 'Celá šířka',
|
|
@@ -124,8 +82,6 @@ var _default = {
|
|
|
124
82
|
'fabric.editor.imageBorderSubtle': 'Útlé',
|
|
125
83
|
'fabric.editor.indent': 'Zvětšit odsazení',
|
|
126
84
|
'fabric.editor.info': 'Informace',
|
|
127
|
-
'fabric.editor.infoPanel': 'Informační panel',
|
|
128
|
-
'fabric.editor.infoPanel.description': 'Zvýraznit informace v barevném panelu',
|
|
129
85
|
'fabric.editor.inputQueryAssistiveTxt': 'Když jsou k dispozici výsledky automatického dokončování, použijte šipky nahoru a dolů k prohlížení a klávesu Enter k výběru. Uživatelé dotykových zařízení mohou k prohlížení použít dotyk nebo gesta potáhnutí prstem.',
|
|
130
86
|
'fabric.editor.invalidDateError': 'Zadejte platné datum.',
|
|
131
87
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
|
|
@@ -147,11 +103,7 @@ var _default = {
|
|
|
147
103
|
'fabric.editor.mentionsIconLabel': 'Zmínka',
|
|
148
104
|
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
149
105
|
'fabric.editor.noSearchResults': 'Žádné výsledky vyhledávání',
|
|
150
|
-
'fabric.editor.normal': 'Standardní text',
|
|
151
106
|
'fabric.editor.note': 'Poznámka',
|
|
152
|
-
'fabric.editor.notePanel': 'Panel poznámek',
|
|
153
|
-
'fabric.editor.notePanel.description': 'Přidat poznámku do barevného panelu',
|
|
154
|
-
'fabric.editor.other': 'Jiné...',
|
|
155
107
|
'fabric.editor.outdent': 'Zmenšit odsazení',
|
|
156
108
|
'fabric.editor.panel.backgroundColor': 'Barva pozadí',
|
|
157
109
|
'fabric.editor.panel.emoji': 'Přidat emoji',
|
|
@@ -172,12 +124,9 @@ var _default = {
|
|
|
172
124
|
'fabric.editor.single': 'Jeden sloupec',
|
|
173
125
|
'fabric.editor.statusPlaceholder': 'Nastavit stav',
|
|
174
126
|
'fabric.editor.success': 'Úspěch',
|
|
175
|
-
'fabric.editor.successPanel': 'Panel úspěchů',
|
|
176
|
-
'fabric.editor.successPanel.description': 'Přidat tipy do barevného panelu',
|
|
177
127
|
'fabric.editor.supportAltText': 'Alternativní text je užitečný pro lidi, kteří kvůli zrakovým omezením používají čtečky obrazovky.',
|
|
178
128
|
'fabric.editor.taskPlaceholder': 'Napište svou akci a použitím „@“ ji někomu přidělte.',
|
|
179
129
|
'fabric.editor.textColor': 'Barva textu',
|
|
180
|
-
'fabric.editor.textStyles': 'Styly textu',
|
|
181
130
|
'fabric.editor.threeColumns': 'Tři sloupce',
|
|
182
131
|
'fabric.editor.threeColumnsWithSidebars': 'Tři sloupce s postranními panely',
|
|
183
132
|
'fabric.editor.toolbarMediaTitle': 'Přidat obrázek, video nebo soubor',
|
|
@@ -193,8 +142,6 @@ var _default = {
|
|
|
193
142
|
'fabric.editor.typeahead.metionListItemLabel': 'Uživatel {name} @{shortName}',
|
|
194
143
|
'fabric.editor.undo': 'Vrátit',
|
|
195
144
|
'fabric.editor.warning': 'Varování',
|
|
196
|
-
'fabric.editor.warningPanel': 'Panel upozornění',
|
|
197
|
-
'fabric.editor.warningPanel.description': 'Přidat poznámku s varováním do barevného panelu',
|
|
198
145
|
'fabric.editor.wrapLeft': 'Sbalit vpravo',
|
|
199
146
|
'fabric.editor.wrapRight': 'Sbalit vlevo'
|
|
200
147
|
};
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -23,16 +23,13 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.alttext.validation': 'Fjern alle specialtegn i ALT-tekst.',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Værktøjslinje til annotationer',
|
|
25
25
|
'fabric.editor.backLink': 'Gå tilbage',
|
|
26
|
-
'fabric.editor.blockquote.description': 'Indsæt citat',
|
|
27
|
-
'fabric.editor.blockquote2': 'Citat',
|
|
28
26
|
'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
|
|
27
|
+
'fabric.editor.checkUncheckActionItem': 'Slå handlingselement til/fra',
|
|
29
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
|
|
30
29
|
'fabric.editor.clearAltTextEdit': 'Ryd alternativ tekst',
|
|
31
30
|
'fabric.editor.closeAltTextEdit': 'Tilbage',
|
|
32
31
|
'fabric.editor.closeFindReplaceDialog': 'Luk',
|
|
33
32
|
'fabric.editor.closeHelpDialog': 'Luk dialogboksen',
|
|
34
|
-
'fabric.editor.codeblock': 'Kodestump',
|
|
35
|
-
'fabric.editor.codeblock.description': 'Vis kode med syntaksfremhævning',
|
|
36
33
|
'fabric.editor.configFailedToLoad': 'Kunne ikke indlæses',
|
|
37
34
|
'fabric.editor.configPanel.cancel': 'Annuller',
|
|
38
35
|
'fabric.editor.configPanel.close': 'Luk',
|
|
@@ -52,8 +49,6 @@ var _default = {
|
|
|
52
49
|
'fabric.editor.configPanel.submit': 'Send',
|
|
53
50
|
'fabric.editor.createComment': 'Kommentar',
|
|
54
51
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
55
|
-
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
56
|
-
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
57
52
|
'fabric.editor.decisionPlaceholder': 'Tilføj en beslutning ...',
|
|
58
53
|
'fabric.editor.description': 'Beskrivelse',
|
|
59
54
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
@@ -65,25 +60,7 @@ var _default = {
|
|
|
65
60
|
'fabric.editor.editorAssistiveLabel': 'Område for hovedindhold. Begynd at taste for at skrive tekst.',
|
|
66
61
|
'fabric.editor.editorHelp': 'Hjælp til redigering',
|
|
67
62
|
'fabric.editor.editors': 'Redaktører',
|
|
68
|
-
'fabric.editor.elementBrowser.help': 'Hjælp',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-indhold',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Udvikling',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Eksternt indhold',
|
|
75
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatering',
|
|
76
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Medie',
|
|
77
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
78
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Rapportering',
|
|
79
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Grafik og billeder',
|
|
80
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Ingen resultater matcher din søgning',
|
|
81
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Prøv et andet søgeord, eller find nye apps til Atlassian-produkter.',
|
|
82
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Gå på opdagelse på Atlassian Marketplace',
|
|
83
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Gennemse',
|
|
84
63
|
'fabric.editor.error': 'Fejl',
|
|
85
|
-
'fabric.editor.errorPanel': 'Fejlpanel',
|
|
86
|
-
'fabric.editor.errorPanel.description': 'Vis fejl i et farvel panel',
|
|
87
64
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
|
|
88
65
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Slet',
|
|
89
66
|
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
@@ -92,26 +69,7 @@ var _default = {
|
|
|
92
69
|
'fabric.editor.findNext': 'Find næste',
|
|
93
70
|
'fabric.editor.findPrevious': 'Find forrige',
|
|
94
71
|
'fabric.editor.findReplaceToolbarButton': 'Find og erstat',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Annuller',
|
|
96
72
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
|
|
97
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Er du sikker?',
|
|
98
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
99
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Flydende værktøjslinje er blevet åbnet',
|
|
100
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Flydende værktøjslinje',
|
|
101
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Rul til venstre',
|
|
102
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Rul til højre',
|
|
103
|
-
'fabric.editor.heading1': 'Overskrift 1',
|
|
104
|
-
'fabric.editor.heading1Description': 'Brug denne til overskrift på øverste niveau',
|
|
105
|
-
'fabric.editor.heading2': 'Overskrift 2',
|
|
106
|
-
'fabric.editor.heading2Description': 'Brug denne til hovedafsnit',
|
|
107
|
-
'fabric.editor.heading3': 'Overskrift 3',
|
|
108
|
-
'fabric.editor.heading3Description': 'Brug denne til underafsnit og mindre overskrifter',
|
|
109
|
-
'fabric.editor.heading4': 'Overskrift 4',
|
|
110
|
-
'fabric.editor.heading4Description': 'Brug denne til dybe overskrifter',
|
|
111
|
-
'fabric.editor.heading5': 'Overskrift 5',
|
|
112
|
-
'fabric.editor.heading5Description': 'Brug denne til at gruppere listeelementer',
|
|
113
|
-
'fabric.editor.heading6': 'Overskrift 6',
|
|
114
|
-
'fabric.editor.heading6Description': 'Brug denne til overskrift på lavt niveau',
|
|
115
73
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
116
74
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
117
75
|
'fabric.editor.image.fullWidthLabel': 'Fuld bredde',
|
|
@@ -123,8 +81,6 @@ var _default = {
|
|
|
123
81
|
'fabric.editor.imageBorderSubtle': 'Diskret',
|
|
124
82
|
'fabric.editor.indent': 'Ryk ind',
|
|
125
83
|
'fabric.editor.info': 'Info',
|
|
126
|
-
'fabric.editor.infoPanel': 'Informationspanel',
|
|
127
|
-
'fabric.editor.infoPanel.description': 'Fremhæv information i et farvet panel',
|
|
128
84
|
'fabric.editor.inputQueryAssistiveTxt': 'Når resultater med automatisk udfyldning er tilgængelige, skal du bruge pil op og pil ned til at gennemse og Enter til at vælge. Brugere af touchenheder kan trykke eller stryge.',
|
|
129
85
|
'fabric.editor.invalidDateError': 'Indtast en gyldig dato',
|
|
130
86
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
|
|
@@ -146,11 +102,7 @@ var _default = {
|
|
|
146
102
|
'fabric.editor.mentionsIconLabel': 'Benævnelse',
|
|
147
103
|
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
148
104
|
'fabric.editor.noSearchResults': 'Ingen søgeresultater',
|
|
149
|
-
'fabric.editor.normal': 'Normal tekst',
|
|
150
105
|
'fabric.editor.note': 'Note',
|
|
151
|
-
'fabric.editor.notePanel': 'Bemærkningspanel',
|
|
152
|
-
'fabric.editor.notePanel.description': 'Tilføj en note i et farvet panel',
|
|
153
|
-
'fabric.editor.other': 'Andre ...',
|
|
154
106
|
'fabric.editor.outdent': 'Ryk ud',
|
|
155
107
|
'fabric.editor.panel.backgroundColor': 'Baggrundsfarve',
|
|
156
108
|
'fabric.editor.panel.emoji': 'Tilføj emoji',
|
|
@@ -171,12 +123,9 @@ var _default = {
|
|
|
171
123
|
'fabric.editor.single': 'Enkelt kolonne',
|
|
172
124
|
'fabric.editor.statusPlaceholder': 'Angiv en status',
|
|
173
125
|
'fabric.editor.success': 'Succes',
|
|
174
|
-
'fabric.editor.successPanel': 'Succespanel',
|
|
175
|
-
'fabric.editor.successPanel.description': 'Tilføj tip i et farvet panel',
|
|
176
126
|
'fabric.editor.supportAltText': 'Alternativ tekst er nyttig, når folk bruger skærmlæsere pga. synshandicap.',
|
|
177
127
|
'fabric.editor.taskPlaceholder': 'Indtast din handling, og brug "@" for at tildele til nogen.',
|
|
178
128
|
'fabric.editor.textColor': 'Tekstfarve',
|
|
179
|
-
'fabric.editor.textStyles': 'Tekstformatering',
|
|
180
129
|
'fabric.editor.threeColumns': 'Tre kolonner',
|
|
181
130
|
'fabric.editor.threeColumnsWithSidebars': 'Tre kolonner med sidebjælker',
|
|
182
131
|
'fabric.editor.toolbarMediaTitle': 'Tilføj billede, video eller fil',
|
|
@@ -192,8 +141,6 @@ var _default = {
|
|
|
192
141
|
'fabric.editor.typeahead.metionListItemLabel': 'Brugeren {name} @{shortName}',
|
|
193
142
|
'fabric.editor.undo': 'Fortryd',
|
|
194
143
|
'fabric.editor.warning': 'Advarsel',
|
|
195
|
-
'fabric.editor.warningPanel': 'Advarselspanel',
|
|
196
|
-
'fabric.editor.warningPanel.description': 'Tilføj en advarselsnote i et farvet panel',
|
|
197
144
|
'fabric.editor.wrapLeft': 'Skub til venstre',
|
|
198
145
|
'fabric.editor.wrapRight': 'Skub til højre'
|
|
199
146
|
};
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -23,16 +23,13 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.alttext.validation': 'Bitte entfernen Sie jegliche Sonderzeichen in alternativem Text.',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Symbolleiste für Anmerkungen',
|
|
25
25
|
'fabric.editor.backLink': 'Zurück',
|
|
26
|
-
'fabric.editor.blockquote.description': 'Zitat einfügen',
|
|
27
|
-
'fabric.editor.blockquote2': 'Zitieren',
|
|
28
26
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
27
|
+
'fabric.editor.checkUncheckActionItem': 'Aufgabe umschalten',
|
|
29
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Mit der Eingabe beginnen',
|
|
30
29
|
'fabric.editor.clearAltTextEdit': 'Alternativtext löschen',
|
|
31
30
|
'fabric.editor.closeAltTextEdit': 'Zurück',
|
|
32
31
|
'fabric.editor.closeFindReplaceDialog': 'Schließen',
|
|
33
32
|
'fabric.editor.closeHelpDialog': 'Hilfedialog schließen',
|
|
34
|
-
'fabric.editor.codeblock': 'Code-Auszug',
|
|
35
|
-
'fabric.editor.codeblock.description': 'Code mit Syntaxhervorhebungen anzeigen',
|
|
36
33
|
'fabric.editor.configFailedToLoad': 'Fehler beim Laden',
|
|
37
34
|
'fabric.editor.configPanel.cancel': 'Abbrechen',
|
|
38
35
|
'fabric.editor.configPanel.close': 'Schließen',
|
|
@@ -52,8 +49,6 @@ var _default = {
|
|
|
52
49
|
'fabric.editor.configPanel.submit': 'Senden',
|
|
53
50
|
'fabric.editor.createComment': 'Kommentieren',
|
|
54
51
|
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
55
|
-
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
56
|
-
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
57
52
|
'fabric.editor.decisionPlaceholder': 'Entscheidung hinzufügen …',
|
|
58
53
|
'fabric.editor.description': 'Beschreibung',
|
|
59
54
|
'fabric.editor.dropPlaceholderLabel': 'Dokument',
|
|
@@ -65,25 +60,7 @@ var _default = {
|
|
|
65
60
|
'fabric.editor.editorAssistiveLabel': 'Hauptinhaltsbereich – geben Sie hier Ihren Text ein.',
|
|
66
61
|
'fabric.editor.editorHelp': 'Editorhilfe',
|
|
67
62
|
'fabric.editor.editors': 'Editoren',
|
|
68
|
-
'fabric.editor.elementBrowser.help': 'Hilfe',
|
|
69
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'Alle',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Kommunikation',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence-Inhalt',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Entwicklung',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'Externer Inhalt',
|
|
75
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatierung',
|
|
76
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Medien',
|
|
77
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
78
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Berichterstellung',
|
|
79
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Steuerelemente und Bilder',
|
|
80
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Keine Treffer für Ihre Suchanfrage',
|
|
81
|
-
'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.',
|
|
82
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Atlassian Marketplace erkunden',
|
|
83
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Durchsuchen',
|
|
84
63
|
'fabric.editor.error': 'Fehler',
|
|
85
|
-
'fabric.editor.errorPanel': 'Fehler-Panel',
|
|
86
|
-
'fabric.editor.errorPanel.description': 'Fehler in einem farbigen Panel hervorheben',
|
|
87
64
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
|
|
88
65
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Löschen',
|
|
89
66
|
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
@@ -92,26 +69,7 @@ var _default = {
|
|
|
92
69
|
'fabric.editor.findNext': 'Nächstes suchen',
|
|
93
70
|
'fabric.editor.findPrevious': 'Vorheriges suchen',
|
|
94
71
|
'fabric.editor.findReplaceToolbarButton': 'Suchen und ersetzen',
|
|
95
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Abbrechen',
|
|
96
72
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
97
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Sind Sie sicher?',
|
|
98
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
99
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Steuerelemente für nicht verankerte Symbolleiste wurden geöffnet',
|
|
100
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Nicht verankerte Symbolleiste',
|
|
101
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
|
|
102
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
|
|
103
|
-
'fabric.editor.heading1': 'Überschrift 1',
|
|
104
|
-
'fabric.editor.heading1Description': 'Verwenden Sie dies für Überschriften oberster Ebene.',
|
|
105
|
-
'fabric.editor.heading2': 'Überschrift 2',
|
|
106
|
-
'fabric.editor.heading2Description': 'Verwenden Sie dies für Schlüsselbereiche.',
|
|
107
|
-
'fabric.editor.heading3': 'Überschrift 3',
|
|
108
|
-
'fabric.editor.heading3Description': 'Verwenden Sie dies für Unterbereiche und Gruppenüberschriften.',
|
|
109
|
-
'fabric.editor.heading4': 'Überschrift 4',
|
|
110
|
-
'fabric.editor.heading4Description': 'Verwenden Sie dies für Überschriften tieferer Ebene.',
|
|
111
|
-
'fabric.editor.heading5': 'Überschrift 5',
|
|
112
|
-
'fabric.editor.heading5Description': 'Verwenden Sie dies für die Gruppierung von Listenelementen.',
|
|
113
|
-
'fabric.editor.heading6': 'Überschrift 6',
|
|
114
|
-
'fabric.editor.heading6Description': 'Verwenden Sie dies für Überschriften niedrigerer Ebene.',
|
|
115
73
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
|
|
116
74
|
'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
|
|
117
75
|
'fabric.editor.image.fullWidthLabel': 'Volle Breite',
|
|
@@ -123,8 +81,6 @@ var _default = {
|
|
|
123
81
|
'fabric.editor.imageBorderSubtle': 'Schmal',
|
|
124
82
|
'fabric.editor.indent': 'Einzug vergrößern',
|
|
125
83
|
'fabric.editor.info': 'Info',
|
|
126
|
-
'fabric.editor.infoPanel': 'Info-Panel',
|
|
127
|
-
'fabric.editor.infoPanel.description': 'Informationen in einem farbigen Panel hervorheben',
|
|
128
84
|
'fabric.editor.inputQueryAssistiveTxt': 'Wenn Autovervollständigungen angezeigt werden, navigieren Sie mit den Pfeiltasten nach oben und unten und drücken Sie die Eingabetaste zur Auswahl eines Ergebnisses. Benutzer mit Touchscreen-Geräten können mit Berührungen und Wischgesten navigieren.',
|
|
129
85
|
'fabric.editor.invalidDateError': 'Bitte geben Sie ein gültiges Datum ein.',
|
|
130
86
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Teammitglied zu {productName} einladen} trusted {Teammitglied zu {productName} einladen} other {Teammitglied zu {productName} hinzufügen}}',
|
|
@@ -146,11 +102,7 @@ var _default = {
|
|
|
146
102
|
'fabric.editor.mentionsIconLabel': 'Erwähnen',
|
|
147
103
|
'fabric.editor.noResultsFound': 'Keine Ergebnisse',
|
|
148
104
|
'fabric.editor.noSearchResults': 'Keine Suchergebnisse',
|
|
149
|
-
'fabric.editor.normal': 'Normaler Text',
|
|
150
105
|
'fabric.editor.note': 'Hinweis',
|
|
151
|
-
'fabric.editor.notePanel': 'Hinweis-Panel',
|
|
152
|
-
'fabric.editor.notePanel.description': 'Hinweis in einem farbigen Panel einfügen',
|
|
153
|
-
'fabric.editor.other': 'Sonstige …',
|
|
154
106
|
'fabric.editor.outdent': 'Einzug verkleinern',
|
|
155
107
|
'fabric.editor.panel.backgroundColor': 'Hintergrundfarbe',
|
|
156
108
|
'fabric.editor.panel.emoji': 'Emoji hinzufügen',
|
|
@@ -171,12 +123,9 @@ var _default = {
|
|
|
171
123
|
'fabric.editor.single': 'Einzelne Spalte',
|
|
172
124
|
'fabric.editor.statusPlaceholder': 'Status festlegen',
|
|
173
125
|
'fabric.editor.success': 'Erfolgreich',
|
|
174
|
-
'fabric.editor.successPanel': 'Erfolgs-Panel',
|
|
175
|
-
'fabric.editor.successPanel.description': 'Tipps in einem farbigen Panel einfügen',
|
|
176
126
|
'fabric.editor.supportAltText': 'Alternativtexte sind eine Hilfe für Personen, die aufgrund ihrer eingeschränkten Sehfähigkeit Screenreader nutzen.',
|
|
177
127
|
'fabric.editor.taskPlaceholder': 'Geben Sie Ihre Aktion ein und weisen Sie sie mithilfe von „@” jemandem zu.',
|
|
178
128
|
'fabric.editor.textColor': 'Textfarbe',
|
|
179
|
-
'fabric.editor.textStyles': 'Textstil',
|
|
180
129
|
'fabric.editor.threeColumns': 'Drei Spalten',
|
|
181
130
|
'fabric.editor.threeColumnsWithSidebars': 'Drei Spalten mit Seitenleisten',
|
|
182
131
|
'fabric.editor.toolbarMediaTitle': 'Bild, Video oder Datei hinzufügen',
|
|
@@ -192,8 +141,6 @@ var _default = {
|
|
|
192
141
|
'fabric.editor.typeahead.metionListItemLabel': 'Benutzer {name} @{shortName}',
|
|
193
142
|
'fabric.editor.undo': 'Rückgängig',
|
|
194
143
|
'fabric.editor.warning': 'Warnung',
|
|
195
|
-
'fabric.editor.warningPanel': 'Warn-Panel',
|
|
196
|
-
'fabric.editor.warningPanel.description': 'Hinweis zur Vorsicht in einem farbigen Panel einfügen',
|
|
197
144
|
'fabric.editor.wrapLeft': 'Links umwickeln',
|
|
198
145
|
'fabric.editor.wrapRight': 'Rechts umwickeln'
|
|
199
146
|
};
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -23,16 +23,13 @@ var _default = {
|
|
|
23
23
|
'fabric.editor.alttext.validation': 'Please remove any special characters in alt text.',
|
|
24
24
|
'fabric.editor.annotationToolbar': 'Annotation toolbar',
|
|
25
25
|
'fabric.editor.backLink': 'Go back',
|
|
26
|
-
'fabric.editor.blockquote.description': 'Insert a quote or citation',
|
|
27
|
-
'fabric.editor.blockquote2': 'Quote',
|
|
28
26
|
'fabric.editor.captionPlaceholder': 'Add a caption',
|
|
27
|
+
'fabric.editor.checkUncheckActionItem': 'Toggle action item',
|
|
29
28
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
30
29
|
'fabric.editor.clearAltTextEdit': 'Clear alt text',
|
|
31
30
|
'fabric.editor.closeAltTextEdit': 'Back',
|
|
32
31
|
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
33
32
|
'fabric.editor.closeHelpDialog': 'Close help dialog',
|
|
34
|
-
'fabric.editor.codeblock': 'Code snippet',
|
|
35
|
-
'fabric.editor.codeblock.description': 'Display code with syntax highlighting',
|
|
36
33
|
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
37
34
|
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
38
35
|
'fabric.editor.configPanel.close': 'Close',
|
|
@@ -53,8 +50,6 @@ var _default = {
|
|
|
53
50
|
'fabric.editor.configPanel.submit': 'Submit',
|
|
54
51
|
'fabric.editor.createComment': 'Comment',
|
|
55
52
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
56
|
-
'fabric.editor.customPanel': 'Custom panel',
|
|
57
|
-
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
58
53
|
'fabric.editor.decisionPlaceholder': 'Add a decision…',
|
|
59
54
|
'fabric.editor.description': 'Description',
|
|
60
55
|
'fabric.editor.dropPlaceholderLabel': 'Document',
|
|
@@ -66,25 +61,7 @@ var _default = {
|
|
|
66
61
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
67
62
|
'fabric.editor.editorHelp': 'Editor help',
|
|
68
63
|
'fabric.editor.editors': 'Editors',
|
|
69
|
-
'fabric.editor.elementBrowser.help': 'Help',
|
|
70
|
-
'fabric.editor.elementbrowser.categorylist.category-admin': 'Administration',
|
|
71
|
-
'fabric.editor.elementbrowser.categorylist.category-all': 'All',
|
|
72
|
-
'fabric.editor.elementbrowser.categorylist.category-communication': 'Communication',
|
|
73
|
-
'fabric.editor.elementbrowser.categorylist.category-confluence-content': 'Confluence content',
|
|
74
|
-
'fabric.editor.elementbrowser.categorylist.category-development': 'Development',
|
|
75
|
-
'fabric.editor.elementbrowser.categorylist.category-external-content': 'External content',
|
|
76
|
-
'fabric.editor.elementbrowser.categorylist.category-formatting': 'Formatting',
|
|
77
|
-
'fabric.editor.elementbrowser.categorylist.category-media': 'Media',
|
|
78
|
-
'fabric.editor.elementbrowser.categorylist.category-navigation': 'Navigation',
|
|
79
|
-
'fabric.editor.elementbrowser.categorylist.category-reporting': 'Reporting',
|
|
80
|
-
'fabric.editor.elementbrowser.categorylist.category-visuals': 'Visuals & images',
|
|
81
|
-
'fabric.editor.elementbrowser.search.empty-state.heading': 'Nothing matches your search',
|
|
82
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading': 'Try searching with a different term or discover new apps for Atlassian products.',
|
|
83
|
-
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': 'Explore Atlassian Marketplace',
|
|
84
|
-
'fabric.editor.elementbrowser.sidebar.heading': 'Browse',
|
|
85
64
|
'fabric.editor.error': 'Error',
|
|
86
|
-
'fabric.editor.errorPanel': 'Error panel',
|
|
87
|
-
'fabric.editor.errorPanel.description': 'Call out errors in a colored panel',
|
|
88
65
|
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
89
66
|
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
90
67
|
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
@@ -94,27 +71,7 @@ var _default = {
|
|
|
94
71
|
'fabric.editor.findNext': 'Find next',
|
|
95
72
|
'fabric.editor.findPrevious': 'Find previous',
|
|
96
73
|
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
97
|
-
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancel',
|
|
98
74
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
99
|
-
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{name}{amount, plural, =0 {} one { (+1 connected element)} other { (+# connected elements)}}',
|
|
100
|
-
'fabric.editor.floatingToolbar.confirmModalHeading': 'Are you sure?',
|
|
101
|
-
'fabric.editor.floatingToolbar.confirmModalOK': 'OK',
|
|
102
|
-
'fabric.editor.floatingToolbar.floatingToolbarAnnouncer': 'Floating toolbar controls have been opened',
|
|
103
|
-
'fabric.editor.floatingToolbar.floatingToolbarAriaLabel': 'Floating Toolbar',
|
|
104
|
-
'fabric.editor.floatingToolbar.scrollLeft': 'Scroll left',
|
|
105
|
-
'fabric.editor.floatingToolbar.scrollRight': 'Scroll right',
|
|
106
|
-
'fabric.editor.heading1': 'Heading 1',
|
|
107
|
-
'fabric.editor.heading1Description': 'Use this for a top level heading',
|
|
108
|
-
'fabric.editor.heading2': 'Heading 2',
|
|
109
|
-
'fabric.editor.heading2Description': 'Use this for key sections',
|
|
110
|
-
'fabric.editor.heading3': 'Heading 3',
|
|
111
|
-
'fabric.editor.heading3Description': 'Use this for sub sections and group headings',
|
|
112
|
-
'fabric.editor.heading4': 'Heading 4',
|
|
113
|
-
'fabric.editor.heading4Description': 'Use this for deep headings',
|
|
114
|
-
'fabric.editor.heading5': 'Heading 5',
|
|
115
|
-
'fabric.editor.heading5Description': 'Use this for grouping list items',
|
|
116
|
-
'fabric.editor.heading6': 'Heading 6',
|
|
117
|
-
'fabric.editor.heading6Description': 'Use this for low level headings',
|
|
118
75
|
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
119
76
|
'fabric.editor.helpDialogTips': 'Press {keyMap} to quickly open this dialog at any time',
|
|
120
77
|
'fabric.editor.image.fullWidthLabel': 'Full-width',
|
|
@@ -126,8 +83,6 @@ var _default = {
|
|
|
126
83
|
'fabric.editor.imageBorderSubtle': 'Subtle',
|
|
127
84
|
'fabric.editor.indent': 'Indent',
|
|
128
85
|
'fabric.editor.info': 'Info',
|
|
129
|
-
'fabric.editor.infoPanel': 'Info panel',
|
|
130
|
-
'fabric.editor.infoPanel.description': 'Highlight information in a colored panel',
|
|
131
86
|
'fabric.editor.inputQueryAssistiveTxt': 'When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.',
|
|
132
87
|
'fabric.editor.invalidDateError': 'Enter a valid date',
|
|
133
88
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invite} trusted {Invite} other {Add}} teammate to {productName}',
|
|
@@ -149,11 +104,7 @@ var _default = {
|
|
|
149
104
|
'fabric.editor.mentionsIconLabel': 'Mention',
|
|
150
105
|
'fabric.editor.noResultsFound': 'No results',
|
|
151
106
|
'fabric.editor.noSearchResults': 'No search results',
|
|
152
|
-
'fabric.editor.normal': 'Normal text',
|
|
153
107
|
'fabric.editor.note': 'Note',
|
|
154
|
-
'fabric.editor.notePanel': 'Note panel',
|
|
155
|
-
'fabric.editor.notePanel.description': 'Add a note in a colored panel',
|
|
156
|
-
'fabric.editor.other': 'Others...',
|
|
157
108
|
'fabric.editor.outdent': 'Outdent',
|
|
158
109
|
'fabric.editor.panel.backgroundColor': 'Background color',
|
|
159
110
|
'fabric.editor.panel.emoji': 'Add emoji',
|
|
@@ -174,12 +125,9 @@ var _default = {
|
|
|
174
125
|
'fabric.editor.single': 'Single column',
|
|
175
126
|
'fabric.editor.statusPlaceholder': 'Set a status',
|
|
176
127
|
'fabric.editor.success': 'Success',
|
|
177
|
-
'fabric.editor.successPanel': 'Success panel',
|
|
178
|
-
'fabric.editor.successPanel.description': 'Add tips in a colored panel',
|
|
179
128
|
'fabric.editor.supportAltText': 'Alt text is useful for people using screen readers because of visual limitations.',
|
|
180
129
|
'fabric.editor.taskPlaceholder': "Type your action, use '@' to assign to someone.",
|
|
181
130
|
'fabric.editor.textColor': 'Text color',
|
|
182
|
-
'fabric.editor.textStyles': 'Text styles',
|
|
183
131
|
'fabric.editor.threeColumns': 'Three columns',
|
|
184
132
|
'fabric.editor.threeColumnsWithSidebars': 'Three columns with sidebars',
|
|
185
133
|
'fabric.editor.toolbarMediaTitle': 'Add image, video, or file',
|
|
@@ -195,8 +143,6 @@ var _default = {
|
|
|
195
143
|
'fabric.editor.typeahead.metionListItemLabel': 'User {name} @{shortName}',
|
|
196
144
|
'fabric.editor.undo': 'Undo',
|
|
197
145
|
'fabric.editor.warning': 'Warning',
|
|
198
|
-
'fabric.editor.warningPanel': 'Warning panel',
|
|
199
|
-
'fabric.editor.warningPanel.description': 'Add a note of caution in a colored panel',
|
|
200
146
|
'fabric.editor.wrapLeft': 'Wrap left',
|
|
201
147
|
'fabric.editor.wrapRight': 'Wrap right'
|
|
202
148
|
};
|