@atlaskit/editor-core 221.0.2 → 221.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/cjs/i18n/cs.js +4 -6
- package/dist/cjs/i18n/da.js +4 -6
- package/dist/cjs/i18n/de.js +4 -6
- package/dist/cjs/i18n/en.js +4 -6
- package/dist/cjs/i18n/en_GB.js +4 -6
- package/dist/cjs/i18n/en_ZZ.js +4 -6
- package/dist/cjs/i18n/es.js +4 -6
- package/dist/cjs/i18n/fi.js +4 -6
- package/dist/cjs/i18n/fr.js +4 -6
- package/dist/cjs/i18n/hr.js +4 -6
- package/dist/cjs/i18n/hu.js +4 -6
- package/dist/cjs/i18n/it.js +4 -6
- package/dist/cjs/i18n/ja.js +4 -6
- package/dist/cjs/i18n/ko.js +4 -6
- package/dist/cjs/i18n/nb.js +4 -6
- package/dist/cjs/i18n/nl.js +4 -6
- package/dist/cjs/i18n/pl.js +4 -6
- package/dist/cjs/i18n/pt_BR.js +4 -6
- package/dist/cjs/i18n/ru.js +4 -6
- package/dist/cjs/i18n/sl.js +4 -6
- package/dist/cjs/i18n/sr_RS.js +4 -6
- package/dist/cjs/i18n/sr_YR.js +4 -6
- package/dist/cjs/i18n/sv.js +4 -6
- package/dist/cjs/i18n/th.js +4 -6
- package/dist/cjs/i18n/tr.js +4 -6
- package/dist/cjs/i18n/uk.js +4 -6
- package/dist/cjs/i18n/vi.js +4 -6
- package/dist/cjs/i18n/zh.js +4 -6
- package/dist/cjs/i18n/zh_TW.js +4 -6
- package/dist/cjs/presets/universal.js +2 -1
- package/dist/cjs/utils/outdatedBrowsers.js +14 -7
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/i18n/cs.js +4 -6
- package/dist/es2019/i18n/da.js +4 -6
- package/dist/es2019/i18n/de.js +4 -6
- package/dist/es2019/i18n/en.js +4 -6
- package/dist/es2019/i18n/en_GB.js +4 -6
- package/dist/es2019/i18n/en_ZZ.js +4 -6
- package/dist/es2019/i18n/es.js +4 -6
- package/dist/es2019/i18n/fi.js +4 -6
- package/dist/es2019/i18n/fr.js +4 -6
- package/dist/es2019/i18n/hr.js +4 -6
- package/dist/es2019/i18n/hu.js +4 -6
- package/dist/es2019/i18n/it.js +4 -6
- package/dist/es2019/i18n/ja.js +4 -6
- package/dist/es2019/i18n/ko.js +4 -6
- package/dist/es2019/i18n/nb.js +4 -6
- package/dist/es2019/i18n/nl.js +4 -6
- package/dist/es2019/i18n/pl.js +4 -6
- package/dist/es2019/i18n/pt_BR.js +4 -6
- package/dist/es2019/i18n/ru.js +4 -6
- package/dist/es2019/i18n/sl.js +4 -6
- package/dist/es2019/i18n/sr_RS.js +4 -6
- package/dist/es2019/i18n/sr_YR.js +4 -6
- package/dist/es2019/i18n/sv.js +4 -6
- package/dist/es2019/i18n/th.js +4 -6
- package/dist/es2019/i18n/tr.js +4 -6
- package/dist/es2019/i18n/uk.js +4 -6
- package/dist/es2019/i18n/vi.js +4 -6
- package/dist/es2019/i18n/zh.js +4 -6
- package/dist/es2019/i18n/zh_TW.js +4 -6
- package/dist/es2019/presets/universal.js +2 -1
- package/dist/es2019/utils/outdatedBrowsers.js +14 -7
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/i18n/cs.js +4 -6
- package/dist/esm/i18n/da.js +4 -6
- package/dist/esm/i18n/de.js +4 -6
- package/dist/esm/i18n/en.js +4 -6
- package/dist/esm/i18n/en_GB.js +4 -6
- package/dist/esm/i18n/en_ZZ.js +4 -6
- package/dist/esm/i18n/es.js +4 -6
- package/dist/esm/i18n/fi.js +4 -6
- package/dist/esm/i18n/fr.js +4 -6
- package/dist/esm/i18n/hr.js +4 -6
- package/dist/esm/i18n/hu.js +4 -6
- package/dist/esm/i18n/it.js +4 -6
- package/dist/esm/i18n/ja.js +4 -6
- package/dist/esm/i18n/ko.js +4 -6
- package/dist/esm/i18n/nb.js +4 -6
- package/dist/esm/i18n/nl.js +4 -6
- package/dist/esm/i18n/pl.js +4 -6
- package/dist/esm/i18n/pt_BR.js +4 -6
- package/dist/esm/i18n/ru.js +4 -6
- package/dist/esm/i18n/sl.js +4 -6
- package/dist/esm/i18n/sr_RS.js +4 -6
- package/dist/esm/i18n/sr_YR.js +4 -6
- package/dist/esm/i18n/sv.js +4 -6
- package/dist/esm/i18n/th.js +4 -6
- package/dist/esm/i18n/tr.js +4 -6
- package/dist/esm/i18n/uk.js +4 -6
- package/dist/esm/i18n/vi.js +4 -6
- package/dist/esm/i18n/zh.js +4 -6
- package/dist/esm/i18n/zh_TW.js +4 -6
- package/dist/esm/presets/universal.js +2 -1
- package/dist/esm/utils/outdatedBrowsers.js +14 -7
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/i18n/cs.d.ts +2 -6
- package/dist/types/i18n/da.d.ts +2 -6
- package/dist/types/i18n/de.d.ts +2 -6
- package/dist/types/i18n/en.d.ts +2 -6
- package/dist/types/i18n/en_GB.d.ts +2 -6
- package/dist/types/i18n/en_ZZ.d.ts +2 -6
- package/dist/types/i18n/es.d.ts +2 -6
- package/dist/types/i18n/fi.d.ts +2 -6
- package/dist/types/i18n/fr.d.ts +2 -6
- package/dist/types/i18n/hr.d.ts +2 -6
- package/dist/types/i18n/hu.d.ts +2 -6
- package/dist/types/i18n/it.d.ts +2 -6
- package/dist/types/i18n/ja.d.ts +2 -6
- package/dist/types/i18n/ko.d.ts +2 -6
- package/dist/types/i18n/nb.d.ts +2 -6
- package/dist/types/i18n/nl.d.ts +2 -6
- package/dist/types/i18n/pl.d.ts +2 -6
- package/dist/types/i18n/pt_BR.d.ts +2 -6
- package/dist/types/i18n/ru.d.ts +2 -6
- package/dist/types/i18n/sl.d.ts +2 -6
- package/dist/types/i18n/sr_RS.d.ts +2 -6
- package/dist/types/i18n/sr_YR.d.ts +2 -6
- package/dist/types/i18n/sv.d.ts +2 -6
- package/dist/types/i18n/th.d.ts +2 -6
- package/dist/types/i18n/tr.d.ts +2 -6
- package/dist/types/i18n/uk.d.ts +2 -6
- package/dist/types/i18n/vi.d.ts +2 -6
- package/dist/types/i18n/zh.d.ts +2 -6
- package/dist/types/i18n/zh_TW.d.ts +2 -6
- package/package.json +12 -9
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _uk = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-editor-editor-core/i18n/uk"));
|
|
7
9
|
/* prettier-ignore */
|
|
10
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
8
11
|
/**
|
|
9
12
|
* NOTE:
|
|
10
13
|
*
|
|
11
14
|
* This file is automatically generated by Traduki 2.0.
|
|
12
15
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
16
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.editor.chromeCollapsedPlaceholder': 'Введіть текст…',
|
|
17
|
-
'fabric.editor.editorAssistiveLabel': 'Основна область вмісту: почніть вводити текст.',
|
|
18
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Відкрити довідку'
|
|
19
|
-
};
|
|
17
|
+
var _default = exports.default = _uk.default;
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _vi = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-editor-editor-core/i18n/vi"));
|
|
7
9
|
/* prettier-ignore */
|
|
10
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
8
11
|
/**
|
|
9
12
|
* NOTE:
|
|
10
13
|
*
|
|
11
14
|
* This file is automatically generated by Traduki 2.0.
|
|
12
15
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
16
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.editor.chromeCollapsedPlaceholder': 'Nhập nội dung bất kỳ...',
|
|
17
|
-
'fabric.editor.editorAssistiveLabel': 'Vùng nội dung chính, bắt đầu gõ để nhập văn bản.',
|
|
18
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Mở hộp thoại trợ giúp'
|
|
19
|
-
};
|
|
17
|
+
var _default = exports.default = _vi.default;
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _zh = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-editor-editor-core/i18n/zh"));
|
|
7
9
|
/* prettier-ignore */
|
|
10
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
8
11
|
/**
|
|
9
12
|
* NOTE:
|
|
10
13
|
*
|
|
11
14
|
* This file is automatically generated by Traduki 2.0.
|
|
12
15
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
16
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.editor.chromeCollapsedPlaceholder': '输入内容......',
|
|
17
|
-
'fabric.editor.editorAssistiveLabel': '主内容区域,开始键入以输入文本。',
|
|
18
|
-
'fabric.editor.headingLink.toolbarHelpTitle': '打开帮助对话框'
|
|
19
|
-
};
|
|
17
|
+
var _default = exports.default = _zh.default;
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _zh_TW = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-editor-editor-core/i18n/zh_TW"));
|
|
7
9
|
/* prettier-ignore */
|
|
10
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
8
11
|
/**
|
|
9
12
|
* NOTE:
|
|
10
13
|
*
|
|
11
14
|
* This file is automatically generated by Traduki 2.0.
|
|
12
15
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
16
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.editor.chromeCollapsedPlaceholder': '輸入一些內容...',
|
|
17
|
-
'fabric.editor.editorAssistiveLabel': '主要內容區域,打字即可輸入文字。',
|
|
18
|
-
'fabric.editor.headingLink.toolbarHelpTitle': '開啟說明對話方塊'
|
|
19
|
-
};
|
|
17
|
+
var _default = exports.default = _zh_TW.default;
|
|
@@ -173,7 +173,8 @@ function createUniversalPresetInternal(_ref) {
|
|
|
173
173
|
getEditorFeatureFlags: getEditorFeatureFlags,
|
|
174
174
|
isCommentEditor: isComment,
|
|
175
175
|
isChromelessEditor: isChromeless,
|
|
176
|
-
allowFixedColumnWidthOption: (0, _platformFeatureFlags.fg)('platform_editor_table_fixed_column_width_prop') ? props.allowTables && typeof props.allowTables !== 'boolean' && props.allowTables.allowFixedColumnWidthOption : false
|
|
176
|
+
allowFixedColumnWidthOption: (0, _platformFeatureFlags.fg)('platform_editor_table_fixed_column_width_prop') ? props.allowTables && typeof props.allowTables !== 'boolean' && props.allowTables.allowFixedColumnWidthOption : false,
|
|
177
|
+
__livePage: (0, _platformFeatureFlags.fg)('platform_editor_table_auto_convert_fix') ? props.__livePage : undefined
|
|
177
178
|
}], Boolean(props.allowTables)).maybeAdd([_tasksAndDecisions.tasksAndDecisionsPlugin, _objectSpread({
|
|
178
179
|
allowNestedTasks: props.allowNestedTasks,
|
|
179
180
|
consumeTabs: isFullPage,
|
|
@@ -6,25 +6,32 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.isOutdatedBrowser = void 0;
|
|
7
7
|
/* eslint-disable require-unicode-regexp */
|
|
8
8
|
|
|
9
|
+
var CHROME_REGEX = /Chrome\//;
|
|
10
|
+
var OPR_REGEX = /OPR\//;
|
|
11
|
+
var CHROME_VERSION_REGEX = /Chrome\/(\d+)/;
|
|
12
|
+
var GECKO_REGEX = /gecko\/\d/i;
|
|
13
|
+
var FIREFOX_VERSION_REGEX = /Firefox\/(\d+)/;
|
|
14
|
+
var EDGE_REGEX = /Edge\/(\d+)/;
|
|
15
|
+
var SAFARI_REGEX = /Version\/([0-9._]+).*Safari/;
|
|
9
16
|
var isOutdatedBrowser = exports.isOutdatedBrowser = function isOutdatedBrowser(userAgent) {
|
|
10
17
|
// Take browsers in both Desktop and Mobile (includes Chrome, Firefox, Edge and Safari) within last 2 years
|
|
11
|
-
var chrome =
|
|
12
|
-
var chromeVersion = chrome ? parseInt((userAgent.match(
|
|
18
|
+
var chrome = CHROME_REGEX.test(userAgent) && !OPR_REGEX.test(userAgent);
|
|
19
|
+
var chromeVersion = chrome ? parseInt((userAgent.match(CHROME_VERSION_REGEX) || [])[1], 10) : 0;
|
|
13
20
|
if (chromeVersion >= 123) {
|
|
14
21
|
return false;
|
|
15
22
|
}
|
|
16
|
-
var gecko =
|
|
17
|
-
var geckoVersion = gecko ? parseInt((userAgent.match(
|
|
23
|
+
var gecko = GECKO_REGEX.test(userAgent);
|
|
24
|
+
var geckoVersion = gecko ? parseInt((userAgent.match(FIREFOX_VERSION_REGEX) || [])[1], 10) : 0;
|
|
18
25
|
if (geckoVersion >= 124) {
|
|
19
26
|
return false;
|
|
20
27
|
}
|
|
21
|
-
var edge =
|
|
28
|
+
var edge = EDGE_REGEX.exec(userAgent);
|
|
22
29
|
var edgeVersion = edge ? +edge[1] : 0;
|
|
23
30
|
if (edgeVersion >= 123) {
|
|
24
31
|
return false;
|
|
25
32
|
}
|
|
26
|
-
var safari = !chrome && !gecko &&
|
|
27
|
-
var safariVersion = safari ? parseInt((userAgent.match(
|
|
33
|
+
var safari = !chrome && !gecko && SAFARI_REGEX.test(userAgent);
|
|
34
|
+
var safariVersion = safari ? parseInt((userAgent.match(SAFARI_REGEX) || [])[1], 10) : 0;
|
|
28
35
|
if (safariVersion >= 17) {
|
|
29
36
|
return false;
|
|
30
37
|
}
|
|
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.version = exports.name = void 0;
|
|
7
7
|
var name = exports.name = "@atlaskit/editor-core";
|
|
8
8
|
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
|
|
9
|
-
var version = exports.version = "221.0
|
|
9
|
+
var version = exports.version = "221.1.0";
|
package/dist/es2019/i18n/cs.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Hlavní oblast obsahu. Začněte psát, abyste zadali text.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/cs';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/da.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Område for hovedindhold. Begynd at taste for at skrive tekst.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/da';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/de.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Hauptinhaltsbereich – geben Sie hier Ihren Text ein.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/de';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/en.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/en';
|
|
11
|
+
export default translations;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/en_GB';
|
|
11
|
+
export default translations;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/en_ZZ';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/es.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Área de contenido principal, empieza a escribir para introducir texto.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/es';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/fi.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Pääsisältöalue, aloita kirjoittaminen, jos haluat syöttää tekstiä.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Avaa ohjeikkuna'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/fi';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/fr.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Zone de contenu principale, commencez à taper pour saisir du texte.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': "Ouvrir la boîte de dialogue d'aide"
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/fr';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/hr.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Glavno područje sadržaja, počni tipkati za unos teksta.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Otvori dijaloški okvir pomoći'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/hr';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/hu.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Fő tartalmi terület, kezdj el gépelni a szöveg beviteléhez.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Súgópanel megnyitása'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/hu';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/it.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Area del contenuto principale; inizia a digitare per inserire il testo.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Apri finestra della guida'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/it';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/ja.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'メイン コンテンツ領域。入力を開始してテキストを入力します。',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'ヘルプ ダイアログを開く'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/ja';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/ko.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': '주 콘텐츠 영역입니다. 텍스트를 입력하세요.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': '도움말 대화 상자 열기'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/ko';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/nb.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Hovedinnholdsområde, begynn å skrive for å angi tekst.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Åpne dialogboks for hjelp'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/nb';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/nl.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Hoofdveld content, begin met typen om tekst in te voeren.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open helpdialoogvenster'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/nl';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/pl.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Główny obszar zawartości. Zacznij pisać, aby wprowadzić tekst.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Otwórz okno dialogowe pomocy'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/pl';
|
|
11
|
+
export default translations;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Área de conteúdo principal, comece a digitar para inserir texto.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ajuda'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/pt_BR';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/ru.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Область основного содержимого. Начните печатать, чтобы ввести текст.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Открыть справку'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/ru';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/sl.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Glavno področje za vsebino; začnite tipkati, da vnesete besedilo.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Odpri pogovorno okno pomoči'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/sl';
|
|
11
|
+
export default translations;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Glavna oblast za sadržaj, počnite da unosite tekst.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Otvori dijalog pomoći'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/sr_RS';
|
|
11
|
+
export default translations;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Главна област за садржај, почните да уносите текст.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Отвори дијалог помоћи'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/sr_YR';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/sv.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Huvudsakligt innehållsområde, börja skriva för att ange text.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Öppna hjälpdialogruta'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/sv';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/th.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'พื้นที่เนื้อหาหลัก เริ่มพิมพ์เพื่อป้อนข้อความ',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'เปิดกรอบโต้ตอบความช่วยเหลือ'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/th';
|
|
11
|
+
export default translations;
|
package/dist/es2019/i18n/tr.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
/* prettier-ignore */
|
|
2
|
+
/* eslint-disable @atlaskit/editor/no-re-export */
|
|
2
3
|
/**
|
|
3
4
|
* NOTE:
|
|
4
5
|
*
|
|
5
6
|
* This file is automatically generated by Traduki 2.0.
|
|
6
7
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
'fabric.editor.editorAssistiveLabel': 'Ana içerik alanı, metin girmek için yazmaya başlayın.',
|
|
12
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Yardım iletişim kutusunu aç'
|
|
13
|
-
};
|
|
9
|
+
|
|
10
|
+
import translations from '@atlaskit/afm-i18n-platform-editor-editor-core/i18n/tr';
|
|
11
|
+
export default translations;
|