@atlaskit/editor-common 87.0.3 → 87.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 +23 -0
- package/code-block/package.json +15 -0
- package/dist/cjs/code-block/index.js +31 -0
- package/dist/cjs/i18n/cs.js +13 -1
- package/dist/cjs/i18n/da.js +13 -1
- package/dist/cjs/i18n/de.js +13 -1
- package/dist/cjs/i18n/en.js +12 -1
- package/dist/cjs/i18n/en_GB.js +12 -1
- package/dist/cjs/i18n/en_ZZ.js +12 -1
- package/dist/cjs/i18n/es.js +13 -1
- package/dist/cjs/i18n/fi.js +15 -3
- package/dist/cjs/i18n/fr.js +15 -3
- package/dist/cjs/i18n/hu.js +13 -1
- package/dist/cjs/i18n/it.js +13 -1
- package/dist/cjs/i18n/ja.js +13 -1
- package/dist/cjs/i18n/ko.js +13 -1
- package/dist/cjs/i18n/nb.js +13 -1
- package/dist/cjs/i18n/nl.js +13 -1
- package/dist/cjs/i18n/pl.js +13 -1
- package/dist/cjs/i18n/pt_BR.js +13 -1
- package/dist/cjs/i18n/ru.js +13 -1
- package/dist/cjs/i18n/sv.js +13 -1
- package/dist/cjs/i18n/th.js +13 -1
- package/dist/cjs/i18n/tr.js +13 -1
- package/dist/cjs/i18n/uk.js +15 -3
- package/dist/cjs/i18n/vi.js +13 -1
- package/dist/cjs/i18n/zh.js +13 -1
- package/dist/cjs/i18n/zh_TW.js +13 -1
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/index.js +6 -0
- package/dist/cjs/styles/shared/expand.js +6 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/code-block/index.js +25 -0
- package/dist/es2019/i18n/cs.js +13 -1
- package/dist/es2019/i18n/da.js +13 -1
- package/dist/es2019/i18n/de.js +13 -1
- package/dist/es2019/i18n/en.js +12 -1
- package/dist/es2019/i18n/en_GB.js +12 -1
- package/dist/es2019/i18n/en_ZZ.js +12 -1
- package/dist/es2019/i18n/es.js +13 -1
- package/dist/es2019/i18n/fi.js +15 -3
- package/dist/es2019/i18n/fr.js +15 -3
- package/dist/es2019/i18n/hu.js +13 -1
- package/dist/es2019/i18n/it.js +13 -1
- package/dist/es2019/i18n/ja.js +13 -1
- package/dist/es2019/i18n/ko.js +13 -1
- package/dist/es2019/i18n/nb.js +13 -1
- package/dist/es2019/i18n/nl.js +13 -1
- package/dist/es2019/i18n/pl.js +13 -1
- package/dist/es2019/i18n/pt_BR.js +13 -1
- package/dist/es2019/i18n/ru.js +13 -1
- package/dist/es2019/i18n/sv.js +13 -1
- package/dist/es2019/i18n/th.js +13 -1
- package/dist/es2019/i18n/tr.js +13 -1
- package/dist/es2019/i18n/uk.js +15 -3
- package/dist/es2019/i18n/vi.js +13 -1
- package/dist/es2019/i18n/zh.js +13 -1
- package/dist/es2019/i18n/zh_TW.js +13 -1
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/index.js +1 -1
- package/dist/es2019/styles/shared/expand.js +5 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/code-block/index.js +25 -0
- package/dist/esm/i18n/cs.js +13 -1
- package/dist/esm/i18n/da.js +13 -1
- package/dist/esm/i18n/de.js +13 -1
- package/dist/esm/i18n/en.js +12 -1
- package/dist/esm/i18n/en_GB.js +12 -1
- package/dist/esm/i18n/en_ZZ.js +12 -1
- package/dist/esm/i18n/es.js +13 -1
- package/dist/esm/i18n/fi.js +15 -3
- package/dist/esm/i18n/fr.js +15 -3
- package/dist/esm/i18n/hu.js +13 -1
- package/dist/esm/i18n/it.js +13 -1
- package/dist/esm/i18n/ja.js +13 -1
- package/dist/esm/i18n/ko.js +13 -1
- package/dist/esm/i18n/nb.js +13 -1
- package/dist/esm/i18n/nl.js +13 -1
- package/dist/esm/i18n/pl.js +13 -1
- package/dist/esm/i18n/pt_BR.js +13 -1
- package/dist/esm/i18n/ru.js +13 -1
- package/dist/esm/i18n/sv.js +13 -1
- package/dist/esm/i18n/th.js +13 -1
- package/dist/esm/i18n/tr.js +13 -1
- package/dist/esm/i18n/uk.js +15 -3
- package/dist/esm/i18n/vi.js +13 -1
- package/dist/esm/i18n/zh.js +13 -1
- package/dist/esm/i18n/zh_TW.js +13 -1
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/index.js +1 -1
- package/dist/esm/styles/shared/expand.js +5 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/code-block/index.d.ts +9 -0
- package/dist/types/i18n/cs.d.ts +13 -1
- package/dist/types/i18n/da.d.ts +13 -1
- package/dist/types/i18n/de.d.ts +13 -1
- package/dist/types/i18n/en.d.ts +12 -1
- package/dist/types/i18n/en_GB.d.ts +12 -1
- package/dist/types/i18n/en_ZZ.d.ts +12 -1
- package/dist/types/i18n/es.d.ts +13 -1
- package/dist/types/i18n/fi.d.ts +13 -1
- package/dist/types/i18n/fr.d.ts +13 -1
- package/dist/types/i18n/hu.d.ts +13 -1
- package/dist/types/i18n/it.d.ts +13 -1
- package/dist/types/i18n/ja.d.ts +13 -1
- package/dist/types/i18n/ko.d.ts +13 -1
- package/dist/types/i18n/nb.d.ts +13 -1
- package/dist/types/i18n/nl.d.ts +13 -1
- package/dist/types/i18n/pl.d.ts +13 -1
- package/dist/types/i18n/pt_BR.d.ts +13 -1
- package/dist/types/i18n/ru.d.ts +13 -1
- package/dist/types/i18n/sv.d.ts +13 -1
- package/dist/types/i18n/th.d.ts +13 -1
- package/dist/types/i18n/tr.d.ts +13 -1
- package/dist/types/i18n/uk.d.ts +13 -1
- package/dist/types/i18n/vi.d.ts +13 -1
- package/dist/types/i18n/zh.d.ts +13 -1
- package/dist/types/i18n/zh_TW.d.ts +13 -1
- package/dist/types/styles/index.d.ts +1 -1
- package/dist/types/styles/shared/expand.d.ts +1 -0
- package/dist/types-ts4.5/code-block/index.d.ts +9 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +13 -1
- package/dist/types-ts4.5/i18n/da.d.ts +13 -1
- package/dist/types-ts4.5/i18n/de.d.ts +13 -1
- package/dist/types-ts4.5/i18n/en.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -1
- package/dist/types-ts4.5/i18n/es.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +13 -1
- package/dist/types-ts4.5/i18n/it.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +13 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +13 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +13 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +13 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +13 -1
- package/dist/types-ts4.5/i18n/th.d.ts +13 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +13 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +13 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +13 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +13 -1
- package/dist/types-ts4.5/styles/index.d.ts +1 -1
- package/dist/types-ts4.5/styles/shared/expand.d.ts +1 -0
- package/package.json +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @atlaskit/editor-common
|
|
2
2
|
|
|
3
|
+
## 87.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#125353](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/125353)
|
|
8
|
+
[`77847728bf617`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/77847728bf617) -
|
|
9
|
+
Migrate icons in Editor primary toolbar
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
15
|
+
## 87.0.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#125133](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/125133)
|
|
20
|
+
[`d804e5dd3216b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d804e5dd3216b) -
|
|
21
|
+
ED-24226 - Add state to manage the toggle word wrap state of code blocks. New WeakMap added in
|
|
22
|
+
editor-common/src/code-block, as word wrap state is shared throughout the editor. Covers regular
|
|
23
|
+
changes to code block by the user via the node view update function. Covers breakout of code block
|
|
24
|
+
node. Does not cover drag&drop & cut&paste edge cases.
|
|
25
|
+
|
|
3
26
|
## 87.0.3
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/editor-common/code-block",
|
|
3
|
+
"main": "../dist/cjs/code-block/index.js",
|
|
4
|
+
"module": "../dist/esm/code-block/index.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/code-block/index.js",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"types": "../dist/types/code-block/index.d.ts",
|
|
8
|
+
"typesVersions": {
|
|
9
|
+
">=4.5 <5.4": {
|
|
10
|
+
"*": [
|
|
11
|
+
"../dist/types-ts4.5/code-block/index.d.ts"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.transferCodeBlockWrappedValue = exports.isCodeBlockWordWrapEnabled = exports.defaultWordWrapState = exports.codeBlockWrappedStates = void 0;
|
|
7
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
8
|
+
var defaultWordWrapState = exports.defaultWordWrapState = false;
|
|
9
|
+
var codeBlockWrappedStates = exports.codeBlockWrappedStates = new WeakMap();
|
|
10
|
+
var isCodeBlockWordWrapEnabled = exports.isCodeBlockWordWrapEnabled = function isCodeBlockWordWrapEnabled(codeBlockNode) {
|
|
11
|
+
if (!(0, _platformFeatureFlags.fg)('editor_support_code_block_wrapping')) {
|
|
12
|
+
return false;
|
|
13
|
+
}
|
|
14
|
+
var currentNodeWordWrapState = codeBlockWrappedStates.get(codeBlockNode);
|
|
15
|
+
return currentNodeWordWrapState !== undefined ? currentNodeWordWrapState : defaultWordWrapState;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* As the code block node is used as the key, there is instances where the node will be destroyed & recreated and is no longer a valid key.
|
|
20
|
+
* In these instances, we must get the value from that old node and set it to the value of the new node.
|
|
21
|
+
*/
|
|
22
|
+
var transferCodeBlockWrappedValue = exports.transferCodeBlockWrappedValue = function transferCodeBlockWrappedValue(oldCodeBlockNode, newCodeBlockNode) {
|
|
23
|
+
if (!(0, _platformFeatureFlags.fg)('editor_support_code_block_wrapping')) {
|
|
24
|
+
return;
|
|
25
|
+
}
|
|
26
|
+
var previousValue = codeBlockWrappedStates.get(oldCodeBlockNode);
|
|
27
|
+
if (previousValue !== undefined) {
|
|
28
|
+
codeBlockWrappedStates.set(newCodeBlockNode, previousValue);
|
|
29
|
+
codeBlockWrappedStates.delete(oldCodeBlockNode);
|
|
30
|
+
}
|
|
31
|
+
};
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Czech
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Konfigurovat makro {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Aktuální úkol',
|
|
17
18
|
'fabric.editor.action.description': 'Vytvořit a přiřadit aktuální úkol',
|
|
18
19
|
'fabric.editor.addAltText': 'Alternativní text',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Zpět',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Barva pozadí',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'Vložený odkaz je uvnitř uzlu {node} a jeho zobrazení nelze změnit',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Přetažením přesunete.',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Posunout dolů',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Posunout nahoru',
|
|
43
47
|
'fabric.editor.blockDescription': 'Zobrazit další informace o odkazu, včetně souhrnu a akcí',
|
|
44
48
|
'fabric.editor.blockTitle': 'Karta',
|
|
45
49
|
'fabric.editor.blockquote': 'citace',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Sbalit obsah',
|
|
75
79
|
'fabric.editor.collapseTable': 'Sbalit tabulku',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Možnosti sloupce',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Sloupec byl přesunut doleva na pozici {index} z {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Sloupec byl přesunut doprava na pozici {index} z {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Je vybrán sloupec {index} z {total}',
|
|
77
84
|
'fabric.editor.columns': 'Rozvržení',
|
|
78
85
|
'fabric.editor.columns.description': 'Uspořádejte svou stránku pomocí oddílů',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Byl vložen sloupec.} few {Byly vloženy {count} sloupce.} many {Bylo vloženo {count} sloupce.} other {Bylo vloženo {count} sloupců.}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Kopírovat',
|
|
102
109
|
'fabric.editor.cornerControl': 'Zvýraznit tabulku',
|
|
103
110
|
'fabric.editor.createComment': 'Komentář',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Komentovat můžete pouze text, nadpisy, smajlíky, kalendářní data, zmínky, odkazy a stavy.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
105
113
|
'fabric.editor.customPanel': 'Vlastní panel',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Aktiva (Beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Aktiva',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Vložit seznam Confluence',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Zmáčkněte {keyMap}, abyste mohli kdykoliv rychle otevřít tento dialog.',
|
|
236
243
|
'fabric.editor.highlight': 'Barva zvýraznění',
|
|
237
244
|
'fabric.editor.highlightColor': 'Přepnout paletu barev zvýraznění',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Zvýraznění',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Dílčí příčka',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Rozdělit obsah horizontální čárou',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Vložit nebo vyhledat odkaz',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Číslovaný sloupec',
|
|
329
337
|
'fabric.editor.off': 'Formátování {formattingType} vypnuto',
|
|
330
338
|
'fabric.editor.on': '{formattingType} zapnuto',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Otevřít možnosti buňky',
|
|
331
340
|
'fabric.editor.openLink': 'Otevřít odkaz na nové kartě',
|
|
332
341
|
'fabric.editor.orderedList': 'Číslovaný seznam',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Vytvořit seřazený seznam',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Rozvržení pravého bočního panelu',
|
|
364
373
|
'fabric.editor.rowControl': 'Zvýraznit řádek',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Možnosti řádku',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Řádek byl přesunut dolů na pozici {index} z {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Řádek byl přesunut nahoru na pozici {index} z {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Je vybrán řádek {index} z {total}',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Byl vložen řádek.} few {Byly vloženy {count} řádky.} many {Bylo vloženo {count} řádku.} other {Bylo vloženo {count} řádků.}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Řádek byl odebrán.} few {Byly odebrány {count} řádky.} many {Bylo odebráno {count} řádku.} other {Bylo odebráno {count} řádků.}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Uložit',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Danish (Denmark)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Konfigurer {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Handlingsgenstand',
|
|
17
18
|
'fabric.editor.action.description': 'Opret og tildel handlingsgenstande',
|
|
18
19
|
'fabric.editor.addAltText': 'Alternativ tekst',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Gå tilbage',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Baggrundsfarve',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'Det indbyggede link er inden i {node}, og dets visning kan ikke ændres',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Træk for at flytte',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Flyt ned',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Flyt op',
|
|
43
47
|
'fabric.editor.blockDescription': 'Vis flere oplysninger om et link, inklusive sammendrag og handlinger',
|
|
44
48
|
'fabric.editor.blockTitle': 'Kort',
|
|
45
49
|
'fabric.editor.blockquote': 'et citat',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'skjul indhold',
|
|
75
79
|
'fabric.editor.collapseTable': 'Luk tabel',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Kolonneindstillinger',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Kolonne flyttet til venstre til {index} af {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Kolonne flyttet til højre til {index} af {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Kolonne {index} af {total} er valgt',
|
|
77
84
|
'fabric.editor.columns': 'Layout',
|
|
78
85
|
'fabric.editor.columns.description': 'Opdel din side i afsnit',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {En kolonne er blevet indsat} other {{count} kolonner er blevet indsat}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Kopiér',
|
|
102
109
|
'fabric.editor.cornerControl': 'Fremhæv tabel',
|
|
103
110
|
'fabric.editor.createComment': 'Kommenter',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Du kan kun kommentere tekst, overskrifter, emojier, datoer, omtaler, links og statusser.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
105
113
|
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Aktiver (beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Aktiver',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Indsæt Confluence-liste',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Tryk på {keyMap} for at få hurtig adgang til denne dialogboks',
|
|
236
243
|
'fabric.editor.highlight': 'Farve på fremhævning',
|
|
237
244
|
'fabric.editor.highlightColor': 'Slå fremhævningsfarvepalet til/fra',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Fremhæv',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Rumdeler',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Adskil indhold med en vandret linje',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Indsæt eller søg efter link',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Kolonne med nummerering',
|
|
329
337
|
'fabric.editor.off': '{formattingType} fra',
|
|
330
338
|
'fabric.editor.on': '{formattingType} til',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Åbn celleegenskaber',
|
|
331
340
|
'fabric.editor.openLink': 'Åbn link i en nye fane',
|
|
332
341
|
'fabric.editor.orderedList': 'Nummereret liste',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Opret en sorteret liste',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Layout med højre sidebjælke',
|
|
364
373
|
'fabric.editor.rowControl': 'Fremhæv række',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Rækkeindstillinger',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Række flyttet ned til {index} af {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Række flyttet op til {index} af {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Række {index} af {total} er valgt',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {En række er blevet indsat} other {{count} rækker er blevet indsat}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Rækken er blevet fjernet} other {{count} rækker er blevet fjernet}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Gem',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//German (Germany)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': '{macroName} konfigurieren',
|
|
16
17
|
'fabric.editor.action': 'Aufgabe',
|
|
17
18
|
'fabric.editor.action.description': 'Aufgaben erstellen und zuweisen',
|
|
18
19
|
'fabric.editor.addAltText': 'Alternativtext',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Zurück',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Hintergrundfarbe',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'Die Ansicht des Inline-Links kann nicht geändert werden, da sich der Link innerhalb von {node} befindet.',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Zum Verschieben ziehen',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Nach unten verschieben',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Nach oben verschieben',
|
|
43
47
|
'fabric.editor.blockDescription': 'Weitere Informationen zu einem Link anzeigen, darunter eine Zusammenfassung und Aktionen',
|
|
44
48
|
'fabric.editor.blockTitle': 'Karte',
|
|
45
49
|
'fabric.editor.blockquote': 'ein Angebot',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Inhaltsanzeige reduzieren',
|
|
75
79
|
'fabric.editor.collapseTable': 'Tabelle reduzieren',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Spaltenoptionen',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Spalte nach links verschoben auf {index} von {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Spalte nach rechts verschoben auf {index} von {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Spalte {index} von {total} ausgewählt',
|
|
77
84
|
'fabric.editor.columns': 'Layouts',
|
|
78
85
|
'fabric.editor.columns.description': 'Seite mithilfe von Abschnitten strukturieren',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Eine Spalte wurde hinzugefügt.} other {{count} Spalten wurden hinzugefügt.}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Kopieren',
|
|
102
109
|
'fabric.editor.cornerControl': 'Tabelle hervorheben',
|
|
103
110
|
'fabric.editor.createComment': 'Kommentieren',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Sie können nur Text, Überschriften, Emojis, Daten, Erwähnungen, Links und Status kommentieren.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
105
113
|
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Confluence-Liste einfügen',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Drücken Sie {keyMap}, um diesen Dialog jederzeit schnell zu öffnen',
|
|
236
243
|
'fabric.editor.highlight': 'Markierungsfarbe',
|
|
237
244
|
'fabric.editor.highlightColor': 'Farbpalette für Hervorhebungen umschalten',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Hervorheben',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Trennlinie',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Inhalte mithilfe einer horizontalen Linie unterteilen',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Link einfügen oder suchen',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Nummerierte Spalte',
|
|
329
337
|
'fabric.editor.off': '{formattingType} aus',
|
|
330
338
|
'fabric.editor.on': '{formattingType} ein',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Zellenoptionen öffnen',
|
|
331
340
|
'fabric.editor.openLink': 'Link in neuer Registerkarte öffnen',
|
|
332
341
|
'fabric.editor.orderedList': 'Nummerierte Liste',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Sortierte Liste erstellen',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Layout der rechten Seitenleiste',
|
|
364
373
|
'fabric.editor.rowControl': 'Zeile hervorheben',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Zeilenoptionen',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Zeile nach unten verschoben auf {index} von {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Zeile nach oben verschoben auf {index} von {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Zeile {index} von {total} ausgewählt',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Eine Zeile wurde eingefügt.} other {{count} Zeilen wurden eingefügt.}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Die Zeile wurde entfernt.} other {{count} Zeilen wurden entfernt.}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Speichern',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Action item',
|
|
17
18
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
19
|
'fabric.editor.addAltText': 'Alt text',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Go back',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Background color',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
43
47
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
44
48
|
'fabric.editor.blockTitle': 'Card',
|
|
45
49
|
'fabric.editor.blockquote': 'a quote',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
75
79
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Column {index} of {total} selected',
|
|
77
84
|
'fabric.editor.columns': 'Layouts',
|
|
78
85
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been} other {{count} columns have been}} inserted',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
102
109
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
103
110
|
'fabric.editor.createComment': 'Comment',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
105
113
|
'fabric.editor.customPanel': 'Custom panel',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
@@ -329,6 +336,7 @@ var _default = exports.default = {
|
|
|
329
336
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
330
337
|
'fabric.editor.off': '{formattingType} Off',
|
|
331
338
|
'fabric.editor.on': '{formattingType} On',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Open cell options',
|
|
332
340
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
333
341
|
'fabric.editor.orderedList': 'Numbered list',
|
|
334
342
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
@@ -364,6 +372,9 @@ var _default = exports.default = {
|
|
|
364
372
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
365
373
|
'fabric.editor.rowControl': 'Highlight row',
|
|
366
374
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Row moved down to {index} of {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Row moved up to {index} of {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Row {index} of {total} selected',
|
|
367
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been} other {{count} rows have been}} inserted',
|
|
368
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been} other {{count} rows have been}} removed',
|
|
369
380
|
'fabric.editor.saveButton': 'Save',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//English (United Kingdom)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Action item',
|
|
17
18
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
19
|
'fabric.editor.addAltText': 'Alt text',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Go back',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Background colour',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
43
47
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
44
48
|
'fabric.editor.blockTitle': 'Card',
|
|
45
49
|
'fabric.editor.blockquote': 'a quote',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
75
79
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Column {index} of {total} selected',
|
|
77
84
|
'fabric.editor.columns': 'Layouts',
|
|
78
85
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been} other {{count} columns have been}} inserted',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
102
109
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
103
110
|
'fabric.editor.createComment': 'Comment',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
105
113
|
'fabric.editor.customPanel': 'Custom panel',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
@@ -329,6 +336,7 @@ var _default = exports.default = {
|
|
|
329
336
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
330
337
|
'fabric.editor.off': '{formattingType} Off',
|
|
331
338
|
'fabric.editor.on': '{formattingType} On',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Open cell options',
|
|
332
340
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
333
341
|
'fabric.editor.orderedList': 'Numbered list',
|
|
334
342
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
@@ -364,6 +372,9 @@ var _default = exports.default = {
|
|
|
364
372
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
365
373
|
'fabric.editor.rowControl': 'Highlight row',
|
|
366
374
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Row moved down to {index} of {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Row moved up to {index} of {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Row {index} of {total} selected',
|
|
367
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been} other {{count} rows have been}} inserted',
|
|
368
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been} other {{count} rows have been}} removed',
|
|
369
380
|
'fabric.editor.saveButton': 'Save',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Configure {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Action item',
|
|
17
18
|
'fabric.editor.action.description': 'Create and assign action items',
|
|
18
19
|
'fabric.editor.addAltText': 'Alt text',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Go back',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Background color',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'The inline link is inside {node} and cannot have its view changed',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Drag to move',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Move down',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Move up',
|
|
43
47
|
'fabric.editor.blockDescription': 'Display more information about a link, including a summary and actions',
|
|
44
48
|
'fabric.editor.blockTitle': 'Card',
|
|
45
49
|
'fabric.editor.blockquote': 'a quote',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'Collapse content',
|
|
75
79
|
'fabric.editor.collapseTable': 'Collapse table',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Column options',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Column moved left to {index} of {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Column moved right to {index} of {total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Column {index} of {total} selected',
|
|
77
84
|
'fabric.editor.columns': 'Layouts',
|
|
78
85
|
'fabric.editor.columns.description': 'Structure your page using sections',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {A column has been inserted} other {{count} columns have been inserted}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Copy',
|
|
102
109
|
'fabric.editor.cornerControl': 'Highlight table',
|
|
103
110
|
'fabric.editor.createComment': 'Comment',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
105
113
|
'fabric.editor.customPanel': 'Custom panel',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Assets (Beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Assets',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Insert Confluence list',
|
|
@@ -329,6 +336,7 @@ var _default = exports.default = {
|
|
|
329
336
|
'fabric.editor.numberedColumn': 'Numbered column',
|
|
330
337
|
'fabric.editor.off': '{formattingType} Off',
|
|
331
338
|
'fabric.editor.on': '{formattingType} On',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Open cell options',
|
|
332
340
|
'fabric.editor.openLink': 'Open link in a new tab',
|
|
333
341
|
'fabric.editor.orderedList': 'Numbered list',
|
|
334
342
|
'fabric.editor.orderedList.description': 'Create an ordered list',
|
|
@@ -364,6 +372,9 @@ var _default = exports.default = {
|
|
|
364
372
|
'fabric.editor.rightSidebar': 'Right sidebar layout',
|
|
365
373
|
'fabric.editor.rowControl': 'Highlight row',
|
|
366
374
|
'fabric.editor.rowDragHandle': 'Row options',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Row moved down to {index} of {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Row moved up to {index} of {total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Row {index} of {total} selected',
|
|
367
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {A row has been inserted} other {{count} rows have been inserted}}',
|
|
368
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {The row has been removed} other {{count} rows have been removed}}',
|
|
369
380
|
'fabric.editor.saveButton': 'Save',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Spanish (International)
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Configurar {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Elemento de acción',
|
|
17
18
|
'fabric.editor.action.description': 'Crear y asignar elementos de acción',
|
|
18
19
|
'fabric.editor.addAltText': 'Texto alternativo',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Regresar',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Color de fondo',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'El enlace insertado está dentro de {node} y no puede cambiar de vista',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Arrastrar para mover',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Bajar',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Subir',
|
|
43
47
|
'fabric.editor.blockDescription': 'Mostrar más información sobre un enlace, incluido un resumen y acciones',
|
|
44
48
|
'fabric.editor.blockTitle': 'Tarjeta',
|
|
45
49
|
'fabric.editor.blockquote': 'una cita',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'contraer contenido',
|
|
75
79
|
'fabric.editor.collapseTable': 'Contraer tabla',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Opciones de columna',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Columna movida a la izquierda a {index} de {total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Columna movida a la derecha a {index} de {total}',
|
|
83
|
+
'fabric.editor.columnSelected': '{index} de {total} columna/s seleccionada/s',
|
|
77
84
|
'fabric.editor.columns': 'Diseños',
|
|
78
85
|
'fabric.editor.columns.description': 'Estructurar la página con secciones',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Se ha insertado una columna} other {Se han insertado {count} columnas}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Copiar',
|
|
102
109
|
'fabric.editor.cornerControl': 'Destacar tabla',
|
|
103
110
|
'fabric.editor.createComment': 'Comentar',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Solo puedes comentar en texto, encabezados, emoticonos, fechas, menciones, enlaces y estados.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
|
|
105
113
|
'fabric.editor.customPanel': 'Panel personalizado',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Activos (beta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Activos',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Insertar lista de Confluence',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Pulsa {keyMap} para abrir este diálogo con rapidez en cualquier momento',
|
|
236
243
|
'fabric.editor.highlight': 'Color de resaltado',
|
|
237
244
|
'fabric.editor.highlightColor': 'Activar paleta de colores de resaltado',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Destacar',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Divisor',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Separar el contenido con una línea horizontal',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Pegar o buscar el enlace',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Columna numerada',
|
|
329
337
|
'fabric.editor.off': '{formattingType} desactivado',
|
|
330
338
|
'fabric.editor.on': '{formattingType} activado',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Abrir opciones de celda',
|
|
331
340
|
'fabric.editor.openLink': 'Abrir el enlace en otra pestaña',
|
|
332
341
|
'fabric.editor.orderedList': 'Lista numerada',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Crear una lista ordenada',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Diseño de la barra lateral derecha',
|
|
364
373
|
'fabric.editor.rowControl': 'Destacar fila',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Opciones de fila',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Fila movida hacia abajo a {index} de {total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Fila movida hacia arriba a {index} de {total}',
|
|
377
|
+
'fabric.editor.rowSelected': '{index} de {total} fila/s seleccionada/s',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Se ha insertado una fila} other {Se han insertado {count} filas}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Se ha eliminado la fila} other {Se han eliminado {count} filas}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Guardar',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -13,6 +13,7 @@ exports.default = void 0;
|
|
|
13
13
|
*/
|
|
14
14
|
//Finnish
|
|
15
15
|
var _default = exports.default = {
|
|
16
|
+
'editor-common-extensibility.macro.button.configure': 'Määritä {macroName}',
|
|
16
17
|
'fabric.editor.action': 'Tehtävä',
|
|
17
18
|
'fabric.editor.action.description': 'Luo ja määrää toimintokohteita',
|
|
18
19
|
'fabric.editor.addAltText': 'Vaihtoehtoinen teksti',
|
|
@@ -40,6 +41,9 @@ var _default = exports.default = {
|
|
|
40
41
|
'fabric.editor.backLink': 'Siirry takaisin',
|
|
41
42
|
'fabric.editor.backgroundColor': 'Taustaväri',
|
|
42
43
|
'fabric.editor.blockCardUnavailable': 'Sisäelementtilinkki on solmun {node} sisällä, eikä sen näkymää voi muuttaa',
|
|
44
|
+
'fabric.editor.blockControlDragHandleUsageInfo': 'Siirrä vetämällä',
|
|
45
|
+
'fabric.editor.blockControlMoveDown': 'Siirrä alas',
|
|
46
|
+
'fabric.editor.blockControlMoveUp': 'Siirrä ylös',
|
|
43
47
|
'fabric.editor.blockDescription': 'Näytä lisätietoja linkistä, kuten yhteenveto ja toiminnot',
|
|
44
48
|
'fabric.editor.blockTitle': 'Kortti',
|
|
45
49
|
'fabric.editor.blockquote': 'sitaatti',
|
|
@@ -74,6 +78,9 @@ var _default = exports.default = {
|
|
|
74
78
|
'fabric.editor.collapseNode': 'piilota sisältö',
|
|
75
79
|
'fabric.editor.collapseTable': 'Kutista taulukko',
|
|
76
80
|
'fabric.editor.columnDragHandle': 'Sarakeasetukset',
|
|
81
|
+
'fabric.editor.columnMovedLeft': 'Sarake siirretty vasemmalle kohtaan {index}/{total}',
|
|
82
|
+
'fabric.editor.columnMovedRight': 'Sarake siirretty oikealle kohtaan {index}/{total}',
|
|
83
|
+
'fabric.editor.columnSelected': 'Sarake {index}/{total} valittu',
|
|
77
84
|
'fabric.editor.columns': 'Asettelut',
|
|
78
85
|
'fabric.editor.columns.description': 'Jäsennä sivusi osioiden avulla',
|
|
79
86
|
'fabric.editor.columnsAreInserted': '{count, plural, one {Sarake on lisätty} other {{count} saraketta on lisätty}}',
|
|
@@ -101,10 +108,10 @@ var _default = exports.default = {
|
|
|
101
108
|
'fabric.editor.copyToClipboard': 'Kopioi',
|
|
102
109
|
'fabric.editor.cornerControl': 'Korosta taulu',
|
|
103
110
|
'fabric.editor.createComment': 'Kommentoi',
|
|
111
|
+
'fabric.editor.createCommentDisabled': 'Voit kommentoida vain tekstiä, otsikoita, emojeita, päivämääriä, mainintoja, linkkejä ja tiloja.',
|
|
104
112
|
'fabric.editor.createCommentInvalid': 'Voit kommentoida vain tekstiä ja otsikoita',
|
|
105
113
|
'fabric.editor.customPanel': 'Mukautettu paneeli',
|
|
106
114
|
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
|
107
|
-
'fabric.editor.datasource.assetsObjects': 'Resurssit (beeta)',
|
|
108
115
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
109
116
|
'fabric.editor.datasource.assetsObjectsGeneralAvailability': 'Resurssit',
|
|
110
117
|
'fabric.editor.datasource.confluenceSearch': 'Lisää Confluence-luettelo',
|
|
@@ -118,7 +125,7 @@ var _default = exports.default = {
|
|
|
118
125
|
'fabric.editor.decision': 'Päätös',
|
|
119
126
|
'fabric.editor.decision.description': 'Taltioi päätökset, jotta niitä on helppo seurata',
|
|
120
127
|
'fabric.editor.decisionPlaceholder': 'Lisää päätös...',
|
|
121
|
-
'fabric.editor.decreaseSize': '
|
|
128
|
+
'fabric.editor.decreaseSize': 'Vähennä taulukon/median kokoa',
|
|
122
129
|
'fabric.editor.defaultAltText': 'Asiakirja',
|
|
123
130
|
'fabric.editor.description': 'Kuvaus',
|
|
124
131
|
'fabric.editor.displayBlock': 'Näytä kortti',
|
|
@@ -235,6 +242,7 @@ var _default = exports.default = {
|
|
|
235
242
|
'fabric.editor.helpDialogTips': 'Paina {keyMap}-näppäintä, jotta voit nopeasti avata tämän dialogin koska tahansa',
|
|
236
243
|
'fabric.editor.highlight': 'Korostusväri',
|
|
237
244
|
'fabric.editor.highlightColor': 'Vaihda korostusväripaletti',
|
|
245
|
+
'fabric.editor.highlightFloatingToolbar': 'Korosta',
|
|
238
246
|
'fabric.editor.horizontalRule': 'Jakaja',
|
|
239
247
|
'fabric.editor.horizontalRule.description': 'Erota sisältö vaakaviivalla',
|
|
240
248
|
'fabric.editor.hyperlink.linkVisibleLabel': 'Liitä tai hae linkki',
|
|
@@ -251,7 +259,7 @@ var _default = exports.default = {
|
|
|
251
259
|
'fabric.editor.imageBorderSize': 'Koko',
|
|
252
260
|
'fabric.editor.imageBorderSubtle': 'Hienovarainen',
|
|
253
261
|
'fabric.editor.improvement': 'Parannus',
|
|
254
|
-
'fabric.editor.increaseSize': '
|
|
262
|
+
'fabric.editor.increaseSize': 'Lisää taulukon/median kokoa',
|
|
255
263
|
'fabric.editor.indent': 'Sisennys',
|
|
256
264
|
'fabric.editor.info': 'Tietoja',
|
|
257
265
|
'fabric.editor.infoPanel': 'Tietopaneeli',
|
|
@@ -328,6 +336,7 @@ var _default = exports.default = {
|
|
|
328
336
|
'fabric.editor.numberedColumn': 'Numeroitu sarake',
|
|
329
337
|
'fabric.editor.off': '{formattingType} ei käytössä',
|
|
330
338
|
'fabric.editor.on': '{formattingType} käytössä',
|
|
339
|
+
'fabric.editor.openCellOptions': 'Avaa soluvalinnat',
|
|
331
340
|
'fabric.editor.openLink': 'Avaa linkki uudessa välilehdessä',
|
|
332
341
|
'fabric.editor.orderedList': 'Numeroitu luettelo',
|
|
333
342
|
'fabric.editor.orderedList.description': 'Luo järjestetty luettelo',
|
|
@@ -363,6 +372,9 @@ var _default = exports.default = {
|
|
|
363
372
|
'fabric.editor.rightSidebar': 'Oikean sivupalkin asettelu',
|
|
364
373
|
'fabric.editor.rowControl': 'Korosta rivi',
|
|
365
374
|
'fabric.editor.rowDragHandle': 'Riviasetukset',
|
|
375
|
+
'fabric.editor.rowMovedDown': 'Rivi siirretty alas kohtaan {index}/{total}',
|
|
376
|
+
'fabric.editor.rowMovedUp': 'Rivi siirretty ylös kohtaan {index}/{total}',
|
|
377
|
+
'fabric.editor.rowSelected': 'Rivi {index}/{total} valittu',
|
|
366
378
|
'fabric.editor.rowsAreInserted': '{count, plural, one {Rivi on lisätty} other {{count} riviä on lisätty}}',
|
|
367
379
|
'fabric.editor.rowsAreRemoved': '{count, plural, one {Rivi on poistettu} other {{count} riviä on poistettu}}',
|
|
368
380
|
'fabric.editor.saveButton': 'Tallenna',
|