@atlaskit/editor-core 191.5.1 → 191.6.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 +24 -0
- package/afm-cc/tsconfig.json +1 -211
- package/dist/cjs/composable-editor/editor.js +2 -2
- package/dist/cjs/create-editor/create-preset.js +2 -0
- package/dist/cjs/i18n/cs.js +1 -38
- package/dist/cjs/i18n/da.js +1 -37
- package/dist/cjs/i18n/de.js +1 -37
- package/dist/cjs/i18n/en.js +1 -39
- package/dist/cjs/i18n/en_GB.js +1 -39
- package/dist/cjs/i18n/en_ZZ.js +1 -39
- package/dist/cjs/i18n/es.js +1 -37
- package/dist/cjs/i18n/fi.js +1 -37
- package/dist/cjs/i18n/fr.js +1 -37
- package/dist/cjs/i18n/hu.js +1 -37
- package/dist/cjs/i18n/it.js +1 -37
- package/dist/cjs/i18n/ja.js +1 -37
- package/dist/cjs/i18n/ko.js +1 -37
- package/dist/cjs/i18n/nb.js +1 -37
- package/dist/cjs/i18n/nl.js +1 -37
- package/dist/cjs/i18n/pl.js +1 -37
- package/dist/cjs/i18n/pt_BR.js +1 -37
- package/dist/cjs/i18n/ru.js +1 -37
- package/dist/cjs/i18n/sv.js +1 -37
- package/dist/cjs/i18n/th.js +1 -37
- package/dist/cjs/i18n/tr.js +1 -37
- package/dist/cjs/i18n/uk.js +1 -37
- package/dist/cjs/i18n/vi.js +1 -37
- package/dist/cjs/i18n/zh.js +1 -37
- package/dist/cjs/i18n/zh_TW.js +1 -37
- package/dist/cjs/labs-next.js +1 -1
- package/dist/cjs/presets/default.js +32 -32
- package/dist/cjs/presets/universal.js +70 -70
- package/dist/cjs/test-utils.js +2 -2
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/cjs/ui/ContentStyles/expand.js +1 -1
- package/dist/cjs/ui/ContentStyles/index.js +5 -5
- package/dist/cjs/ui/ContentStyles/layout.js +2 -2
- package/dist/cjs/ui/WithHelpTrigger/index.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor.js +1 -1
- package/dist/es2019/create-editor/create-preset.js +2 -0
- package/dist/es2019/i18n/cs.js +1 -38
- package/dist/es2019/i18n/da.js +1 -37
- package/dist/es2019/i18n/de.js +1 -37
- package/dist/es2019/i18n/en.js +1 -39
- package/dist/es2019/i18n/en_GB.js +1 -39
- package/dist/es2019/i18n/en_ZZ.js +1 -39
- package/dist/es2019/i18n/es.js +1 -37
- package/dist/es2019/i18n/fi.js +1 -37
- package/dist/es2019/i18n/fr.js +1 -37
- package/dist/es2019/i18n/hu.js +1 -37
- package/dist/es2019/i18n/it.js +1 -37
- package/dist/es2019/i18n/ja.js +1 -37
- package/dist/es2019/i18n/ko.js +1 -37
- package/dist/es2019/i18n/nb.js +1 -37
- package/dist/es2019/i18n/nl.js +1 -37
- package/dist/es2019/i18n/pl.js +1 -37
- package/dist/es2019/i18n/pt_BR.js +1 -37
- package/dist/es2019/i18n/ru.js +1 -37
- package/dist/es2019/i18n/sv.js +1 -37
- package/dist/es2019/i18n/th.js +1 -37
- package/dist/es2019/i18n/tr.js +1 -37
- package/dist/es2019/i18n/uk.js +1 -37
- package/dist/es2019/i18n/vi.js +1 -37
- package/dist/es2019/i18n/zh.js +1 -37
- package/dist/es2019/i18n/zh_TW.js +1 -37
- package/dist/es2019/index.js +2 -2
- package/dist/es2019/labs-next.js +1 -1
- package/dist/es2019/presets/default.js +28 -28
- package/dist/es2019/presets/universal.js +45 -45
- package/dist/es2019/test-utils.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/es2019/ui/ContentStyles/expand.js +2 -2
- package/dist/es2019/ui/ContentStyles/index.js +5 -5
- package/dist/es2019/ui/ContentStyles/layout.js +2 -2
- package/dist/es2019/ui/WithHelpTrigger/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor.js +1 -1
- package/dist/esm/create-editor/create-preset.js +2 -0
- package/dist/esm/i18n/cs.js +1 -38
- package/dist/esm/i18n/da.js +1 -37
- package/dist/esm/i18n/de.js +1 -37
- package/dist/esm/i18n/en.js +1 -39
- package/dist/esm/i18n/en_GB.js +1 -39
- package/dist/esm/i18n/en_ZZ.js +1 -39
- package/dist/esm/i18n/es.js +1 -37
- package/dist/esm/i18n/fi.js +1 -37
- package/dist/esm/i18n/fr.js +1 -37
- package/dist/esm/i18n/hu.js +1 -37
- package/dist/esm/i18n/it.js +1 -37
- package/dist/esm/i18n/ja.js +1 -37
- package/dist/esm/i18n/ko.js +1 -37
- package/dist/esm/i18n/nb.js +1 -37
- package/dist/esm/i18n/nl.js +1 -37
- package/dist/esm/i18n/pl.js +1 -37
- package/dist/esm/i18n/pt_BR.js +1 -37
- package/dist/esm/i18n/ru.js +1 -37
- package/dist/esm/i18n/sv.js +1 -37
- package/dist/esm/i18n/th.js +1 -37
- package/dist/esm/i18n/tr.js +1 -37
- package/dist/esm/i18n/uk.js +1 -37
- package/dist/esm/i18n/vi.js +1 -37
- package/dist/esm/i18n/zh.js +1 -37
- package/dist/esm/i18n/zh_TW.js +1 -37
- package/dist/esm/index.js +2 -2
- package/dist/esm/labs-next.js +1 -1
- package/dist/esm/presets/default.js +28 -28
- package/dist/esm/presets/universal.js +45 -45
- package/dist/esm/test-utils.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/esm/ui/ContentStyles/expand.js +2 -2
- package/dist/esm/ui/ContentStyles/index.js +5 -5
- package/dist/esm/ui/ContentStyles/layout.js +2 -2
- package/dist/esm/ui/WithHelpTrigger/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types/create-editor/create-preset.d.ts +3054 -2
- package/dist/types/i18n/cs.d.ts +0 -37
- package/dist/types/i18n/da.d.ts +0 -36
- package/dist/types/i18n/de.d.ts +0 -36
- package/dist/types/i18n/en.d.ts +0 -38
- package/dist/types/i18n/en_GB.d.ts +0 -38
- package/dist/types/i18n/en_ZZ.d.ts +0 -38
- package/dist/types/i18n/es.d.ts +0 -36
- package/dist/types/i18n/fi.d.ts +0 -36
- package/dist/types/i18n/fr.d.ts +0 -36
- package/dist/types/i18n/hu.d.ts +0 -36
- package/dist/types/i18n/it.d.ts +0 -36
- package/dist/types/i18n/ja.d.ts +0 -36
- package/dist/types/i18n/ko.d.ts +0 -36
- package/dist/types/i18n/nb.d.ts +0 -36
- package/dist/types/i18n/nl.d.ts +0 -36
- package/dist/types/i18n/pl.d.ts +0 -36
- package/dist/types/i18n/pt_BR.d.ts +0 -36
- package/dist/types/i18n/ru.d.ts +0 -36
- package/dist/types/i18n/sv.d.ts +0 -36
- package/dist/types/i18n/th.d.ts +0 -36
- package/dist/types/i18n/tr.d.ts +0 -36
- package/dist/types/i18n/uk.d.ts +0 -36
- package/dist/types/i18n/vi.d.ts +0 -36
- package/dist/types/i18n/zh.d.ts +0 -36
- package/dist/types/i18n/zh_TW.d.ts +0 -36
- package/dist/types/index.d.ts +4 -4
- package/dist/types/labs-next.d.ts +1 -1
- package/dist/types/presets/default.d.ts +770 -730
- package/dist/types/presets/universal.d.ts +3055 -4
- package/dist/types/presets/useUniversalPreset.d.ts +3054 -2
- package/dist/types/types/editor-props.d.ts +12 -12
- package/dist/types/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types/utils/action.d.ts +2 -2
- package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +3829 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -37
- package/dist/types-ts4.5/i18n/da.d.ts +0 -36
- package/dist/types-ts4.5/i18n/de.d.ts +0 -36
- package/dist/types-ts4.5/i18n/en.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -38
- package/dist/types-ts4.5/i18n/es.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -36
- package/dist/types-ts4.5/i18n/it.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -36
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -36
- package/dist/types-ts4.5/i18n/th.d.ts +0 -36
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -36
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -36
- package/dist/types-ts4.5/index.d.ts +4 -4
- package/dist/types-ts4.5/labs-next.d.ts +1 -1
- package/dist/types-ts4.5/presets/default.d.ts +774 -730
- package/dist/types-ts4.5/presets/universal.d.ts +3830 -4
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +3829 -2
- package/dist/types-ts4.5/types/editor-props.d.ts +12 -12
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/action.d.ts +2 -2
- package/docs/0-intro.tsx +5 -5
- package/package.json +21 -154
- package/tsconfig.json +193 -166
- package/dist/cjs/presets/types.js +0 -5
- package/dist/es2019/presets/types.js +0 -1
- package/dist/esm/presets/types.js +0 -1
- package/dist/types/presets/types.d.ts +0 -6
- package/dist/types-ts4.5/presets/types.d.ts +0 -6
|
@@ -14,7 +14,7 @@ var beforePrimaryToolbarPluginWrapperStyles = (0, _react.css)({
|
|
|
14
14
|
justifyContent: 'flex-end',
|
|
15
15
|
alignItems: 'center'
|
|
16
16
|
});
|
|
17
|
-
// Duplicate of the wrapper from `editor-
|
|
17
|
+
// Duplicate of the wrapper from `editor-plugins/before-primary-toolbar` used
|
|
18
18
|
// only in `FullPageToolbar` to decouple the plugin from the main toolbar
|
|
19
19
|
var BeforePrimaryToolbarWrapper = exports.BeforePrimaryToolbarWrapper = function BeforePrimaryToolbarWrapper(props) {
|
|
20
20
|
return (0, _react.jsx)("div", {
|
|
@@ -8,8 +8,8 @@ exports.sidebarArea = exports.positionedOverEditorStyle = exports.fullPageEditor
|
|
|
8
8
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
9
9
|
var _react = require("@emotion/react");
|
|
10
10
|
var _adfSchema = require("@atlaskit/adf-schema");
|
|
11
|
-
var _commonStyles = require("@atlaskit/editor-
|
|
12
|
-
var _consts = require("@atlaskit/editor-
|
|
11
|
+
var _commonStyles = require("@atlaskit/editor-plugins/table/ui/common-styles");
|
|
12
|
+
var _consts = require("@atlaskit/editor-plugins/table/ui/consts");
|
|
13
13
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
14
14
|
var _ContentStyles = require("../../ContentStyles");
|
|
15
15
|
var _styles = require("../../styles");
|
|
@@ -14,7 +14,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
14
14
|
var _templateObject, _templateObject2;
|
|
15
15
|
var EXPAND_SELECTED_BACKGROUND = "var(--ds-background-neutral-subtle, rgba(255, 255, 255, 0.6))";
|
|
16
16
|
var EXPAND_ICON_COLOR = function EXPAND_ICON_COLOR() {
|
|
17
|
-
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n"])), "var(--ds-icon-subtle, ".concat(_colors.
|
|
17
|
+
return (0, _react.css)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n"])), "var(--ds-icon-subtle, ".concat(_colors.N100A, ")"));
|
|
18
18
|
};
|
|
19
19
|
var DANGER_STATE_BACKGROUND_COLOR = "var(--ds-background-danger, ".concat(_colors.R50, ")");
|
|
20
20
|
var DANGER_STATE_BORDER_COLOR = "var(--ds-border-danger, ".concat(_colors.R300, ")");
|
|
@@ -15,11 +15,11 @@ var _mention = require("@atlaskit/editor-common/mention");
|
|
|
15
15
|
var _selection = require("@atlaskit/editor-common/selection");
|
|
16
16
|
var _styles = require("@atlaskit/editor-common/styles");
|
|
17
17
|
var _utils = require("@atlaskit/editor-common/utils");
|
|
18
|
-
var _styles2 = require("@atlaskit/editor-
|
|
19
|
-
var _styles3 = require("@atlaskit/editor-
|
|
20
|
-
var _styles4 = require("@atlaskit/editor-
|
|
21
|
-
var _styles5 = require("@atlaskit/editor-
|
|
22
|
-
var _commonStyles = require("@atlaskit/editor-
|
|
18
|
+
var _styles2 = require("@atlaskit/editor-plugins/block-type/styles");
|
|
19
|
+
var _styles3 = require("@atlaskit/editor-plugins/find-replace/styles");
|
|
20
|
+
var _styles4 = require("@atlaskit/editor-plugins/paste-options-toolbar/styles");
|
|
21
|
+
var _styles5 = require("@atlaskit/editor-plugins/placeholder-text/styles");
|
|
22
|
+
var _commonStyles = require("@atlaskit/editor-plugins/table/ui/common-styles");
|
|
23
23
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
24
24
|
var _colors = require("@atlaskit/theme/colors");
|
|
25
25
|
var _getInlineNodeViewProducer = require("../../nodeviews/getInlineNodeViewProducer.styles");
|
|
@@ -20,8 +20,8 @@ exports.layoutStyles = void 0;
|
|
|
20
20
|
var _taggedTemplateLiteral2 = _interopRequireDefault(require("@babel/runtime/helpers/taggedTemplateLiteral"));
|
|
21
21
|
var _react = require("@emotion/react");
|
|
22
22
|
var _styles = require("@atlaskit/editor-common/styles");
|
|
23
|
-
var _types = require("@atlaskit/editor-
|
|
24
|
-
var _consts = require("@atlaskit/editor-
|
|
23
|
+
var _types = require("@atlaskit/editor-plugins/table/types");
|
|
24
|
+
var _consts = require("@atlaskit/editor-plugins/table/ui/consts");
|
|
25
25
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
26
26
|
var _colors = require("@atlaskit/theme/colors");
|
|
27
27
|
var _templateObject;
|
|
@@ -16,7 +16,7 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
16
16
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
17
17
|
var _analytics = require("@atlaskit/editor-common/analytics");
|
|
18
18
|
var _utils = require("@atlaskit/editor-common/utils");
|
|
19
|
-
var
|
|
19
|
+
var _helpDialog = require("@atlaskit/editor-plugins/help-dialog");
|
|
20
20
|
var _eventDispatcher = require("../../event-dispatcher");
|
|
21
21
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
22
22
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
@@ -46,7 +46,7 @@ var WithHelpTrigger = exports.default = /*#__PURE__*/function (_React$Component)
|
|
|
46
46
|
});
|
|
47
47
|
var editorView = editorActions._privateGetEditorView();
|
|
48
48
|
if (editorView) {
|
|
49
|
-
(0,
|
|
49
|
+
(0, _helpDialog.deprecatedOpenHelpCommand)(editorView.state.tr, editorView.dispatch);
|
|
50
50
|
}
|
|
51
51
|
});
|
|
52
52
|
return _this;
|
|
@@ -10,7 +10,7 @@ import { ACTION, fireAnalyticsEvent } from '@atlaskit/editor-common/analytics';
|
|
|
10
10
|
import { useConstructor } from '@atlaskit/editor-common/hooks';
|
|
11
11
|
import { EditorExperience, ExperienceStore } from '@atlaskit/editor-common/ufo';
|
|
12
12
|
import { getAnalyticsAppearance, startMeasure, stopMeasure } from '@atlaskit/editor-common/utils';
|
|
13
|
-
import { basePlugin } from '@atlaskit/editor-
|
|
13
|
+
import { basePlugin } from '@atlaskit/editor-plugins/base';
|
|
14
14
|
import EditorActions from '../actions';
|
|
15
15
|
import { createFeatureFlagsFromProps } from '../create-editor/feature-flags-from-props';
|
|
16
16
|
import { useEditorContext } from '../ui/EditorContext';
|
|
@@ -19,6 +19,8 @@ function withDangerouslyAppendPlugins(preset) {
|
|
|
19
19
|
}
|
|
20
20
|
const nextEditorPluginsToAppend = createEditorNextPluginsFromDangerouslyAppended(editorPluginsToAppend);
|
|
21
21
|
const presetWithAppendedPlugins = nextEditorPluginsToAppend.reduce((acc, plugin) => {
|
|
22
|
+
// These are dangerously appended, we don't need their type information leaking into
|
|
23
|
+
// universal preset
|
|
22
24
|
return acc.add(plugin);
|
|
23
25
|
}, preset);
|
|
24
26
|
return presetWithAppendedPlugins;
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -8,43 +8,6 @@
|
|
|
8
8
|
//Czech
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Napište něco…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Zavřít',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Nepodařilo se načíst',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Zrušit',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Zavřít',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Vytvořit',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Od',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Do',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Sbalit',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Rozbalit',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Vlastní',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentace',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Něco se pokazilo.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '„isMultiple“ a „style: radio“ nelze kombinovat',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Přidat pole',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Odebrat pole',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Potřebujete pomoc?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Neplatné pole',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Povinné pole',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Odeslat',
|
|
30
|
-
'fabric.editor.edit': 'Upravit',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Hlavní oblast obsahu. Začněte psát, abyste zadali text.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Vymazání rozšíření {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Vymazat',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Vymazat prvek',
|
|
36
|
-
'fabric.editor.extension.sourceNoTitledName': 'tento prvek',
|
|
37
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Všechny změny jsou vždy automaticky ukládány',
|
|
38
|
-
'fabric.editor.find': 'Najít',
|
|
39
|
-
'fabric.editor.findNext': 'Najít další',
|
|
40
|
-
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
41
|
-
'fabric.editor.findReplaceToolbarButton': 'Najít a nahradit',
|
|
42
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
43
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
|
|
44
|
-
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
45
|
-
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
46
|
-
'fabric.editor.replace': 'Nahradit',
|
|
47
|
-
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
48
|
-
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
49
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy'
|
|
50
13
|
};
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Danish (Denmark)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Luk',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Kunne ikke indlæses',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Annuller',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Luk',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Opret',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Fra',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'til',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Skjul',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Udvid',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Brugerdefineret',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Noget gik galt.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Kunne ikke kombinere isMultiple med stilen: alternativknap',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Tilføj felt',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Fjern felt',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Har du brug for hjælp?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Ugyldigt felt',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Påkrævet felt',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Send',
|
|
30
|
-
'fabric.editor.edit': 'Redigér',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Område for hovedindhold. Begynd at taste for at skrive tekst.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Slet',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Alle ændringer gemmes altid automatisk',
|
|
37
|
-
'fabric.editor.find': 'Find',
|
|
38
|
-
'fabric.editor.findNext': 'Find næste',
|
|
39
|
-
'fabric.editor.findPrevious': 'Find forrige',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Find og erstat',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
43
|
-
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
45
|
-
'fabric.editor.replace': 'Erstat',
|
|
46
|
-
'fabric.editor.replaceAll': 'Erstat alle',
|
|
47
|
-
'fabric.editor.replaceWith': 'Erstat med',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp'
|
|
49
13
|
};
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//German (Germany)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Mit der Eingabe beginnen',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Schließen',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Fehler beim Laden',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Abbrechen',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Schließen',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Erstellen',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Von',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Bis',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Reduzieren',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Erweitern',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Benutzerdefiniert',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Irgendetwas ist schiefgelaufen.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'isMultiple kann nicht mit Stil: radio kombiniert werden.',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Feld hinzufügen',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Feld entfernen',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Benötigen Sie Hilfe?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Ungültiges Feld',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Pflichtfeld',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Senden',
|
|
30
|
-
'fabric.editor.edit': 'Bearbeiten',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Hauptinhaltsbereich – geben Sie hier Ihren Text ein.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Löschen',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Alle Änderungen werden immer automatisch gespeichert.',
|
|
37
|
-
'fabric.editor.find': 'Suchen',
|
|
38
|
-
'fabric.editor.findNext': 'Nächstes suchen',
|
|
39
|
-
'fabric.editor.findPrevious': 'Vorheriges suchen',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Suchen und ersetzen',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
|
|
43
|
-
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Keine Ergebnisse',
|
|
45
|
-
'fabric.editor.replace': 'Ersetzen',
|
|
46
|
-
'fabric.editor.replaceAll': 'Alle ersetzen',
|
|
47
|
-
'fabric.editor.replaceWith': 'Ersetzen mit',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen'
|
|
49
13
|
};
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -8,44 +8,6 @@
|
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Close',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
23
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
24
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
25
|
-
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
26
|
-
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
27
|
-
'fabric.editor.configPanel.help': 'Need help?',
|
|
28
|
-
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
29
|
-
'fabric.editor.configPanel.required': 'Required field',
|
|
30
|
-
'fabric.editor.configPanel.submit': 'Submit',
|
|
31
|
-
'fabric.editor.edit': 'Edit',
|
|
32
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
33
|
-
'fabric.editor.
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
35
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
36
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
37
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
38
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
39
|
-
'fabric.editor.find': 'Find',
|
|
40
|
-
'fabric.editor.findNext': 'Find next',
|
|
41
|
-
'fabric.editor.findPrevious': 'Find previous',
|
|
42
|
-
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
43
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
44
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
45
|
-
'fabric.editor.matchCase': 'Match case',
|
|
46
|
-
'fabric.editor.noResultsFound': 'No results',
|
|
47
|
-
'fabric.editor.replace': 'Replace',
|
|
48
|
-
'fabric.editor.replaceAll': 'Replace all',
|
|
49
|
-
'fabric.editor.replaceWith': 'Replace with',
|
|
50
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
51
13
|
};
|
|
@@ -8,44 +8,6 @@
|
|
|
8
8
|
//English (United Kingdom)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Close',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
23
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
24
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
25
|
-
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
26
|
-
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
27
|
-
'fabric.editor.configPanel.help': 'Need help?',
|
|
28
|
-
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
29
|
-
'fabric.editor.configPanel.required': 'Required field',
|
|
30
|
-
'fabric.editor.configPanel.submit': 'Submit',
|
|
31
|
-
'fabric.editor.edit': 'Edit',
|
|
32
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
33
|
-
'fabric.editor.
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
35
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
36
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
37
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
38
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
39
|
-
'fabric.editor.find': 'Find',
|
|
40
|
-
'fabric.editor.findNext': 'Find next',
|
|
41
|
-
'fabric.editor.findPrevious': 'Find previous',
|
|
42
|
-
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
43
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
44
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
45
|
-
'fabric.editor.matchCase': 'Match case',
|
|
46
|
-
'fabric.editor.noResultsFound': 'No results',
|
|
47
|
-
'fabric.editor.replace': 'Replace',
|
|
48
|
-
'fabric.editor.replaceAll': 'Replace all',
|
|
49
|
-
'fabric.editor.replaceWith': 'Replace with',
|
|
50
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
51
13
|
};
|
|
@@ -8,44 +8,6 @@
|
|
|
8
8
|
//
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Close',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
23
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
24
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
25
|
-
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
26
|
-
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
27
|
-
'fabric.editor.configPanel.help': 'Need help?',
|
|
28
|
-
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
29
|
-
'fabric.editor.configPanel.required': 'Required field',
|
|
30
|
-
'fabric.editor.configPanel.submit': 'Submit',
|
|
31
|
-
'fabric.editor.edit': 'Edit',
|
|
32
11
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
33
|
-
'fabric.editor.
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
35
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
36
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
37
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
38
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
39
|
-
'fabric.editor.find': 'Find',
|
|
40
|
-
'fabric.editor.findNext': 'Find next',
|
|
41
|
-
'fabric.editor.findPrevious': 'Find previous',
|
|
42
|
-
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
43
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
44
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
45
|
-
'fabric.editor.matchCase': 'Match case',
|
|
46
|
-
'fabric.editor.noResultsFound': 'No results',
|
|
47
|
-
'fabric.editor.replace': 'Replace',
|
|
48
|
-
'fabric.editor.replaceAll': 'Replace all',
|
|
49
|
-
'fabric.editor.replaceWith': 'Replace with',
|
|
50
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
51
13
|
};
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Spanish (International)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Escribe algo…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Cerrar',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'No se pudo cargar',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Cerrar',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Crear',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Desde',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'a',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Contraer',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Ampliar',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Personalizar',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentación',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Algo ha ido mal.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'No se puede combinar isMultiple con style: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Añadir campo',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Eliminar campo',
|
|
26
|
-
'fabric.editor.configPanel.help': '¿Necesitas ayuda?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Campo no válido',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Campo obligatorio',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Enviar',
|
|
30
|
-
'fabric.editor.edit': 'Editar',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Área de contenido principal, empieza a escribir para introducir texto.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Eliminar',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Todos los cambios se guardan siempre automáticamente',
|
|
37
|
-
'fabric.editor.find': 'Buscar',
|
|
38
|
-
'fabric.editor.findNext': 'Buscar siguiente',
|
|
39
|
-
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Buscar y reemplazar',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda',
|
|
43
|
-
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Sin resultados',
|
|
45
|
-
'fabric.editor.replace': 'Reemplazar',
|
|
46
|
-
'fabric.editor.replaceAll': 'Reemplazar todo',
|
|
47
|
-
'fabric.editor.replaceWith': 'Reemplazar por',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda'
|
|
49
13
|
};
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Finnish
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Kirjoita jotain...',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Sulje',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Ei voitu ladata',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Peruuta',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Sulje',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Luo',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Alkaen',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': '-',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Kutista',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Laajenna',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Mukautettu',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentaatio',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Jotain meni pieleen.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Ei voi yhdistää kohdetta isMultiple tyyliin: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Lisää kenttä',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Poista kenttä',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Tarvitsetko apua?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Virheellinen kenttä',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Pakollinen kenttä',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Lähetä',
|
|
30
|
-
'fabric.editor.edit': 'Muokkaa',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Pääsisältöalue, aloita kirjoittaminen, jos haluat syöttää tekstiä.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Solmun {nodeName} poistaminen rikkoo kaiken siihen yhdistetyn.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Poista',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Poista elementti',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Kaikki muutokset tallennetaan aina automaattisesti',
|
|
37
|
-
'fabric.editor.find': 'Etsi',
|
|
38
|
-
'fabric.editor.findNext': 'Etsi seuraava',
|
|
39
|
-
'fabric.editor.findPrevious': 'Etsi edellinen',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Etsi ja korvaa',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Poista myös liitetyt elementit',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna',
|
|
43
|
-
'fabric.editor.matchCase': 'Sovita aakkoslaji',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Ei tuloksia',
|
|
45
|
-
'fabric.editor.replace': 'Korvaa',
|
|
46
|
-
'fabric.editor.replaceAll': 'Korvaa kaikki',
|
|
47
|
-
'fabric.editor.replaceWith': 'Korvaa kohteella',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna'
|
|
49
13
|
};
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//French (France)
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Saisissez quelque chose…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Fermer',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'Échec du chargement',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Annuler',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Fermer',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Créer',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Du',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'au',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Réduire',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Développer',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Personnalisée',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': "Une erreur s'est produite.",
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Impossible de combiner isMultiple avec style: radio',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Ajouter un champ',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Supprimer le champ',
|
|
26
|
-
'fabric.editor.configPanel.help': "Besoin d'aide ?",
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Champ non valide',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Champ obligatoire',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Soumettre',
|
|
30
|
-
'fabric.editor.edit': 'Modifier',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Zone de contenu principale, commencez à taper pour saisir du texte.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Si vous supprimez {nodeName}, tous les éléments qui y sont connectés deviendront inexploitables.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Supprimer',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Supprimer un élément',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Tous les changements sont toujours enregistrés automatiquement',
|
|
37
|
-
'fabric.editor.find': 'Rechercher',
|
|
38
|
-
'fabric.editor.findNext': 'Suivant',
|
|
39
|
-
'fabric.editor.findPrevious': 'Précédent',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Rechercher et remplacer',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Supprimer également les éléments connectés',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide",
|
|
43
|
-
'fabric.editor.matchCase': 'Respecter la casse',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Aucun résultat',
|
|
45
|
-
'fabric.editor.replace': 'Remplacer',
|
|
46
|
-
'fabric.editor.replaceAll': 'Remplacer tout',
|
|
47
|
-
'fabric.editor.replaceWith': 'Remplacer par',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} sur {totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide"
|
|
49
13
|
};
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -8,42 +8,6 @@
|
|
|
8
8
|
//Hungarian
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.chromeCollapsedPlaceholder': 'Írj be valamit…',
|
|
11
|
-
'fabric.editor.closeFindReplaceDialog': 'Bezárás',
|
|
12
|
-
'fabric.editor.configFailedToLoad': 'A betöltés nem sikerült',
|
|
13
|
-
'fabric.editor.configPanel.cancel': 'Mégse',
|
|
14
|
-
'fabric.editor.configPanel.close': 'Bezárás',
|
|
15
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Létrehozás',
|
|
16
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Ettől',
|
|
17
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Eddig',
|
|
18
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Összecsukás',
|
|
19
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Kibontás',
|
|
20
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Egyéni',
|
|
21
|
-
'fabric.editor.configPanel.documentation': 'Dokumentáció',
|
|
22
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Hiba történt.',
|
|
23
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Az isMultiple nem kombinálható a „radio” stílussal',
|
|
24
|
-
'fabric.editor.configPanel.formType.addField': 'Mező hozzáadása',
|
|
25
|
-
'fabric.editor.configPanel.formType.removeField': 'Mező eltávolítása',
|
|
26
|
-
'fabric.editor.configPanel.help': 'Segítségre van szükséged?',
|
|
27
|
-
'fabric.editor.configPanel.invalid': 'Érvénytelen mező',
|
|
28
|
-
'fabric.editor.configPanel.required': 'Kötelező mező',
|
|
29
|
-
'fabric.editor.configPanel.submit': 'Küldés',
|
|
30
|
-
'fabric.editor.edit': 'Szerkesztés',
|
|
31
11
|
'fabric.editor.editorAssistiveLabel': 'Fő tartalmi terület, kezdj el gépelni a szöveg beviteléhez.',
|
|
32
|
-
'fabric.editor.
|
|
33
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Ha törlöd a(z) {nodeName} csomópontot, a hozzá kapcsolódó elemek sem fognak működni.',
|
|
34
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Törlés',
|
|
35
|
-
'fabric.editor.extension.deleteElementTitle': 'Elem törlése',
|
|
36
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'A rendszer mindig automatikusan menti a módosításokat',
|
|
37
|
-
'fabric.editor.find': 'Keresés',
|
|
38
|
-
'fabric.editor.findNext': 'Következő keresése',
|
|
39
|
-
'fabric.editor.findPrevious': 'Előző keresése',
|
|
40
|
-
'fabric.editor.findReplaceToolbarButton': 'Keresés és csere',
|
|
41
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'A kapcsolódó elemek is törlődjenek',
|
|
42
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása',
|
|
43
|
-
'fabric.editor.matchCase': 'Kis- és nagybetűk megkülönböztetése',
|
|
44
|
-
'fabric.editor.noResultsFound': 'Nincs találat',
|
|
45
|
-
'fabric.editor.replace': 'Csere',
|
|
46
|
-
'fabric.editor.replaceAll': 'Az összes cseréje',
|
|
47
|
-
'fabric.editor.replaceWith': 'Csere erre:',
|
|
48
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition}/{totalResultsCount}'
|
|
12
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása'
|
|
49
13
|
};
|